@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0A2349;
  --secondary: #00C7F2;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1024px;
  --breakpoint-xxl: 1200px;
  --breakpoint-xxxl: 1440px;
  --breakpoint-xxxxl: 1688px;
  --breakpoint-xxxxxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0A2349;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #010306;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.125rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.125rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.5rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxxxxl,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 904px;
  }
}
@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1688px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1448px;
  }
}
@media (min-width: 1800px) {
  .container-xxxxxl, .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxxxl,
.col-xxxxxl-auto, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl,
.col-xxxxl-auto, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1688px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    order: -1;
  }
  .order-xxxxl-last {
    order: 13;
  }
  .order-xxxxl-0 {
    order: 0;
  }
  .order-xxxxl-1 {
    order: 1;
  }
  .order-xxxxl-2 {
    order: 2;
  }
  .order-xxxxl-3 {
    order: 3;
  }
  .order-xxxxl-4 {
    order: 4;
  }
  .order-xxxxl-5 {
    order: 5;
  }
  .order-xxxxl-6 {
    order: 6;
  }
  .order-xxxxl-7 {
    order: 7;
  }
  .order-xxxxl-8 {
    order: 8;
  }
  .order-xxxxl-9 {
    order: 9;
  }
  .order-xxxxl-10 {
    order: 10;
  }
  .order-xxxxl-11 {
    order: 11;
  }
  .order-xxxxl-12 {
    order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxxl-first {
    order: -1;
  }
  .order-xxxxxl-last {
    order: 13;
  }
  .order-xxxxxl-0 {
    order: 0;
  }
  .order-xxxxxl-1 {
    order: 1;
  }
  .order-xxxxxl-2 {
    order: 2;
  }
  .order-xxxxxl-3 {
    order: 3;
  }
  .order-xxxxxl-4 {
    order: 4;
  }
  .order-xxxxxl-5 {
    order: 5;
  }
  .order-xxxxxl-6 {
    order: 6;
  }
  .order-xxxxxl-7 {
    order: 7;
  }
  .order-xxxxxl-8 {
    order: 8;
  }
  .order-xxxxxl-9 {
    order: 9;
  }
  .order-xxxxxl-10 {
    order: 10;
  }
  .order-xxxxxl-11 {
    order: 11;
  }
  .order-xxxxxl-12 {
    order: 12;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 0.25rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bac1cc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #808da0;
}

.table-hover .table-primary:hover {
  background-color: #abb4c1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abb4c1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8effb;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ae2f8;
}

.table-hover .table-secondary:hover {
  background-color: #a0eafa;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a0eafa;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1687.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1799.98px) {
  .table-responsive-xxxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1959b9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 1rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.btn-primary:hover {
  color: #fff;
  background-color: #051327;
  border-color: #040d1c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #051327;
  border-color: #040d1c;
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 100, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #040d1c;
  border-color: #020811;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 100, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #00C7F2;
  border-color: #00C7F2;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #00a8cc;
  border-color: #009dbf;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #00a8cc;
  border-color: #009dbf;
  box-shadow: 0 0 0 0.2rem rgba(38, 207, 244, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #00C7F2;
  border-color: #00C7F2;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #009dbf;
  border-color: #0093b2;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 207, 244, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0A2349;
  border-color: #0A2349;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0A2349;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.5);
}

.btn-outline-secondary {
  color: #00C7F2;
  border-color: #00C7F2;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00C7F2;
  border-color: #00C7F2;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 199, 242, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00C7F2;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00C7F2;
  border-color: #00C7F2;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 199, 242, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0A2349;
  text-decoration: none;
}
.btn-link:hover {
  color: #010306;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1688px) {
  .dropdown-menu-xxxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.125rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0A2349;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 1rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0A2349;
  background-color: #0A2349;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1959b9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #246fe1;
  border-color: #246fe1;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 1rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0A2349;
  background-color: #0A2349;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 35, 73, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(10, 35, 73, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 35, 73, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 35, 73, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #1959b9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1959b9;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 1rem 1rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0A2349;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #246fe1;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0A2349;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #246fe1;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0A2349;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #246fe1;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0A2349;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.125rem 0.25rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xxl,
.navbar .container-xxxl,
.navbar .container-xxxxl,
.navbar .container-xxxxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 374.98px) {
  .navbar-expand-xs > .container,
.navbar-expand-xs > .container-fluid,
.navbar-expand-xs > .container-sm,
.navbar-expand-xs > .container-md,
.navbar-expand-xs > .container-lg,
.navbar-expand-xs > .container-xxl,
.navbar-expand-xs > .container-xxxl,
.navbar-expand-xs > .container-xxxxl,
.navbar-expand-xs > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
.navbar-expand-xs > .container-fluid,
.navbar-expand-xs > .container-sm,
.navbar-expand-xs > .container-md,
.navbar-expand-xs > .container-lg,
.navbar-expand-xs > .container-xxl,
.navbar-expand-xs > .container-xxxl,
.navbar-expand-xs > .container-xxxxl,
.navbar-expand-xs > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xxl,
.navbar-expand-sm > .container-xxxl,
.navbar-expand-sm > .container-xxxxl,
.navbar-expand-sm > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xxl,
.navbar-expand-sm > .container-xxxl,
.navbar-expand-sm > .container-xxxxl,
.navbar-expand-sm > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xxl,
.navbar-expand-md > .container-xxxl,
.navbar-expand-md > .container-xxxxl,
.navbar-expand-md > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xxl,
.navbar-expand-md > .container-xxxl,
.navbar-expand-md > .container-xxxxl,
.navbar-expand-md > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xxl,
.navbar-expand-lg > .container-xxxl,
.navbar-expand-lg > .container-xxxxl,
.navbar-expand-lg > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xxl,
.navbar-expand-lg > .container-xxxl,
.navbar-expand-lg > .container-xxxxl,
.navbar-expand-lg > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xxl,
.navbar-expand-xl > .container-xxxl,
.navbar-expand-xl > .container-xxxxl,
.navbar-expand-xl > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xxl,
.navbar-expand-xl > .container-xxxl,
.navbar-expand-xl > .container-xxxxl,
.navbar-expand-xl > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xxl,
.navbar-expand-xxl > .container-xxxl,
.navbar-expand-xxl > .container-xxxxl,
.navbar-expand-xxl > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xxl,
.navbar-expand-xxl > .container-xxxl,
.navbar-expand-xxl > .container-xxxxl,
.navbar-expand-xxl > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxxl > .container,
.navbar-expand-xxxl > .container-fluid,
.navbar-expand-xxxl > .container-sm,
.navbar-expand-xxxl > .container-md,
.navbar-expand-xxxl > .container-lg,
.navbar-expand-xxxl > .container-xxl,
.navbar-expand-xxxl > .container-xxxl,
.navbar-expand-xxxl > .container-xxxxl,
.navbar-expand-xxxl > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
.navbar-expand-xxxl > .container-fluid,
.navbar-expand-xxxl > .container-sm,
.navbar-expand-xxxl > .container-md,
.navbar-expand-xxxl > .container-lg,
.navbar-expand-xxxl > .container-xxl,
.navbar-expand-xxxl > .container-xxxl,
.navbar-expand-xxxl > .container-xxxxl,
.navbar-expand-xxxl > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1687.98px) {
  .navbar-expand-xxxxl > .container,
.navbar-expand-xxxxl > .container-fluid,
.navbar-expand-xxxxl > .container-sm,
.navbar-expand-xxxxl > .container-md,
.navbar-expand-xxxxl > .container-lg,
.navbar-expand-xxxxl > .container-xxl,
.navbar-expand-xxxxl > .container-xxxl,
.navbar-expand-xxxxl > .container-xxxxl,
.navbar-expand-xxxxl > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1688px) {
  .navbar-expand-xxxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxxl > .container,
.navbar-expand-xxxxl > .container-fluid,
.navbar-expand-xxxxl > .container-sm,
.navbar-expand-xxxxl > .container-md,
.navbar-expand-xxxxl > .container-lg,
.navbar-expand-xxxxl > .container-xxl,
.navbar-expand-xxxxl > .container-xxxl,
.navbar-expand-xxxxl > .container-xxxxl,
.navbar-expand-xxxxl > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  .navbar-expand-xxxxxl > .container,
.navbar-expand-xxxxxl > .container-fluid,
.navbar-expand-xxxxxl > .container-sm,
.navbar-expand-xxxxxl > .container-md,
.navbar-expand-xxxxxl > .container-lg,
.navbar-expand-xxxxxl > .container-xxl,
.navbar-expand-xxxxxl > .container-xxxl,
.navbar-expand-xxxxxl > .container-xxxxl,
.navbar-expand-xxxxxl > .container-xxxxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxxxl > .container,
.navbar-expand-xxxxxl > .container-fluid,
.navbar-expand-xxxxxl > .container-sm,
.navbar-expand-xxxxxl > .container-md,
.navbar-expand-xxxxxl > .container-lg,
.navbar-expand-xxxxxl > .container-xxl,
.navbar-expand-xxxxxl > .container-xxxl,
.navbar-expand-xxxxxl > .container-xxxxl,
.navbar-expand-xxxxxl > .container-xxxxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl,
.navbar-expand > .container-xxxxl,
.navbar-expand > .container-xxxxxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl,
.navbar-expand > .container-xxxxl,
.navbar-expand > .container-xxxxxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(1rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 1rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0A2349;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #010306;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0A2349;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #040d1c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 73, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #00C7F2;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #009dbf;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 199, 242, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #ffffff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #051226;
  background-color: #ced3db;
  border-color: #bac1cc;
}
.alert-primary hr {
  border-top-color: #abb4c1;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #00677e;
  background-color: #ccf4fc;
  border-color: #b8effb;
}
.alert-secondary hr {
  border-top-color: #a0eafa;
}
.alert-secondary .alert-link {
  color: #003d4b;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0A2349;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 1rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0A2349;
  border-color: #0A2349;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1688px) {
  .list-group-horizontal-xxxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxxl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxxxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxxxl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #051226;
  background-color: #bac1cc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #051226;
  background-color: #abb4c1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #051226;
  border-color: #051226;
}

.list-group-item-secondary {
  color: #00677e;
  background-color: #b8effb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #00677e;
  background-color: #a0eafa;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #00677e;
  border-color: #00677e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0A2349 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #040d1c !important;
}

.bg-secondary {
  background-color: #00C7F2 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #009dbf !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0A2349 !important;
}

.border-secondary {
  border-color: #00C7F2 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 1rem !important;
}

.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1688px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxxxl-none {
    display: none !important;
  }
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1688px) {
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1800px) {
  .flex-xxxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 1688px) {
  .float-xxxxl-left {
    float: left !important;
  }
  .float-xxxxl-right {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxxxl-left {
    float: left !important;
  }
  .float-xxxxxl-right {
    float: right !important;
  }
  .float-xxxxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16,
.my-16 {
  margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-21 {
  margin: 5.25rem !important;
}

.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-29 {
  margin: 7.25rem !important;
}

.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

.pr-16,
.px-16 {
  padding-right: 4rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}

.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}

.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}

.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}

.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}

.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}

.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}

.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}

.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}

.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n21 {
  margin: -5.25rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}

.m-n27 {
  margin: -6.75rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n29 {
  margin: -7.25rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}

.m-n30 {
  margin: -7.5rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-3,
.my-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-3,
.mx-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-3,
.mx-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mt-xs-4,
.my-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-5,
.my-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-5,
.mx-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-5,
.mx-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-6,
.my-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-6,
.mx-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6,
.my-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-6,
.mx-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-7,
.my-xs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-7,
.mx-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7,
.my-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-7,
.mx-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mt-xs-8,
.my-xs-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-8,
.mx-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8,
.my-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-8,
.mx-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-9,
.my-xs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-9,
.mx-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9,
.my-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-9,
.mx-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-10,
.my-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-10,
.mx-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10,
.my-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-10,
.mx-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mt-xs-11,
.my-xs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xs-11,
.mx-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11,
.my-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xs-11,
.mx-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mt-xs-12,
.my-xs-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-12,
.mx-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12,
.my-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-12,
.mx-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-13 {
    margin: 3.25rem !important;
  }
  .mt-xs-13,
.my-xs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xs-13,
.mx-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-13,
.my-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xs-13,
.mx-xs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xs-14 {
    margin: 3.5rem !important;
  }
  .mt-xs-14,
.my-xs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xs-14,
.mx-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xs-14,
.my-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xs-14,
.mx-xs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xs-15 {
    margin: 3.75rem !important;
  }
  .mt-xs-15,
.my-xs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xs-15,
.mx-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-15,
.my-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xs-15,
.mx-xs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xs-16 {
    margin: 4rem !important;
  }
  .mt-xs-16,
.my-xs-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-16,
.mx-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-16,
.my-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-16,
.mx-xs-16 {
    margin-left: 4rem !important;
  }
  .m-xs-17 {
    margin: 4.25rem !important;
  }
  .mt-xs-17,
.my-xs-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xs-17,
.mx-xs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xs-17,
.my-xs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xs-17,
.mx-xs-17 {
    margin-left: 4.25rem !important;
  }
  .m-xs-18 {
    margin: 4.5rem !important;
  }
  .mt-xs-18,
.my-xs-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xs-18,
.mx-xs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-18,
.my-xs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-18,
.mx-xs-18 {
    margin-left: 4.5rem !important;
  }
  .m-xs-19 {
    margin: 4.75rem !important;
  }
  .mt-xs-19,
.my-xs-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xs-19,
.mx-xs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xs-19,
.my-xs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xs-19,
.mx-xs-19 {
    margin-left: 4.75rem !important;
  }
  .m-xs-20 {
    margin: 5rem !important;
  }
  .mt-xs-20,
.my-xs-20 {
    margin-top: 5rem !important;
  }
  .mr-xs-20,
.mx-xs-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-20,
.my-xs-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-20,
.mx-xs-20 {
    margin-left: 5rem !important;
  }
  .m-xs-21 {
    margin: 5.25rem !important;
  }
  .mt-xs-21,
.my-xs-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xs-21,
.mx-xs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xs-21,
.my-xs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xs-21,
.mx-xs-21 {
    margin-left: 5.25rem !important;
  }
  .m-xs-22 {
    margin: 5.5rem !important;
  }
  .mt-xs-22,
.my-xs-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xs-22,
.mx-xs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xs-22,
.my-xs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xs-22,
.mx-xs-22 {
    margin-left: 5.5rem !important;
  }
  .m-xs-23 {
    margin: 5.75rem !important;
  }
  .mt-xs-23,
.my-xs-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xs-23,
.mx-xs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xs-23,
.my-xs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xs-23,
.mx-xs-23 {
    margin-left: 5.75rem !important;
  }
  .m-xs-24 {
    margin: 6rem !important;
  }
  .mt-xs-24,
.my-xs-24 {
    margin-top: 6rem !important;
  }
  .mr-xs-24,
.mx-xs-24 {
    margin-right: 6rem !important;
  }
  .mb-xs-24,
.my-xs-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-24,
.mx-xs-24 {
    margin-left: 6rem !important;
  }
  .m-xs-25 {
    margin: 6.25rem !important;
  }
  .mt-xs-25,
.my-xs-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xs-25,
.mx-xs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xs-25,
.my-xs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xs-25,
.mx-xs-25 {
    margin-left: 6.25rem !important;
  }
  .m-xs-26 {
    margin: 6.5rem !important;
  }
  .mt-xs-26,
.my-xs-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xs-26,
.mx-xs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xs-26,
.my-xs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xs-26,
.mx-xs-26 {
    margin-left: 6.5rem !important;
  }
  .m-xs-27 {
    margin: 6.75rem !important;
  }
  .mt-xs-27,
.my-xs-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xs-27,
.mx-xs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xs-27,
.my-xs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xs-27,
.mx-xs-27 {
    margin-left: 6.75rem !important;
  }
  .m-xs-28 {
    margin: 7rem !important;
  }
  .mt-xs-28,
.my-xs-28 {
    margin-top: 7rem !important;
  }
  .mr-xs-28,
.mx-xs-28 {
    margin-right: 7rem !important;
  }
  .mb-xs-28,
.my-xs-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xs-28,
.mx-xs-28 {
    margin-left: 7rem !important;
  }
  .m-xs-29 {
    margin: 7.25rem !important;
  }
  .mt-xs-29,
.my-xs-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xs-29,
.mx-xs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xs-29,
.my-xs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xs-29,
.mx-xs-29 {
    margin-left: 7.25rem !important;
  }
  .m-xs-30 {
    margin: 7.5rem !important;
  }
  .mt-xs-30,
.my-xs-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-30,
.mx-xs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-30,
.my-xs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-30,
.mx-xs-30 {
    margin-left: 7.5rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-3,
.py-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-3,
.px-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-3,
.px-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .pt-xs-4,
.py-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-4,
.px-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-4,
.px-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-5,
.py-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-5,
.px-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-5,
.px-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-6,
.py-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-6,
.px-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6,
.py-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-6,
.px-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-7,
.py-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-7,
.px-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7,
.py-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-7,
.px-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .pt-xs-8,
.py-xs-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-8,
.px-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8,
.py-xs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-8,
.px-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-9,
.py-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-9,
.px-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9,
.py-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-9,
.px-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-10,
.py-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-10,
.px-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10,
.py-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-10,
.px-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .pt-xs-11,
.py-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xs-11,
.px-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11,
.py-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xs-11,
.px-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .pt-xs-12,
.py-xs-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-12,
.px-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12,
.py-xs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-12,
.px-xs-12 {
    padding-left: 3rem !important;
  }
  .p-xs-13 {
    padding: 3.25rem !important;
  }
  .pt-xs-13,
.py-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xs-13,
.px-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-13,
.py-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xs-13,
.px-xs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xs-14 {
    padding: 3.5rem !important;
  }
  .pt-xs-14,
.py-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xs-14,
.px-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xs-14,
.py-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xs-14,
.px-xs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xs-15 {
    padding: 3.75rem !important;
  }
  .pt-xs-15,
.py-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xs-15,
.px-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-15,
.py-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xs-15,
.px-xs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xs-16 {
    padding: 4rem !important;
  }
  .pt-xs-16,
.py-xs-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-16,
.px-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-16,
.py-xs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-16,
.px-xs-16 {
    padding-left: 4rem !important;
  }
  .p-xs-17 {
    padding: 4.25rem !important;
  }
  .pt-xs-17,
.py-xs-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xs-17,
.px-xs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xs-17,
.py-xs-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xs-17,
.px-xs-17 {
    padding-left: 4.25rem !important;
  }
  .p-xs-18 {
    padding: 4.5rem !important;
  }
  .pt-xs-18,
.py-xs-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xs-18,
.px-xs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-18,
.py-xs-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-18,
.px-xs-18 {
    padding-left: 4.5rem !important;
  }
  .p-xs-19 {
    padding: 4.75rem !important;
  }
  .pt-xs-19,
.py-xs-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xs-19,
.px-xs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xs-19,
.py-xs-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xs-19,
.px-xs-19 {
    padding-left: 4.75rem !important;
  }
  .p-xs-20 {
    padding: 5rem !important;
  }
  .pt-xs-20,
.py-xs-20 {
    padding-top: 5rem !important;
  }
  .pr-xs-20,
.px-xs-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-20,
.py-xs-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-20,
.px-xs-20 {
    padding-left: 5rem !important;
  }
  .p-xs-21 {
    padding: 5.25rem !important;
  }
  .pt-xs-21,
.py-xs-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xs-21,
.px-xs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xs-21,
.py-xs-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xs-21,
.px-xs-21 {
    padding-left: 5.25rem !important;
  }
  .p-xs-22 {
    padding: 5.5rem !important;
  }
  .pt-xs-22,
.py-xs-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xs-22,
.px-xs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xs-22,
.py-xs-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xs-22,
.px-xs-22 {
    padding-left: 5.5rem !important;
  }
  .p-xs-23 {
    padding: 5.75rem !important;
  }
  .pt-xs-23,
.py-xs-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xs-23,
.px-xs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xs-23,
.py-xs-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xs-23,
.px-xs-23 {
    padding-left: 5.75rem !important;
  }
  .p-xs-24 {
    padding: 6rem !important;
  }
  .pt-xs-24,
.py-xs-24 {
    padding-top: 6rem !important;
  }
  .pr-xs-24,
.px-xs-24 {
    padding-right: 6rem !important;
  }
  .pb-xs-24,
.py-xs-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-24,
.px-xs-24 {
    padding-left: 6rem !important;
  }
  .p-xs-25 {
    padding: 6.25rem !important;
  }
  .pt-xs-25,
.py-xs-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xs-25,
.px-xs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xs-25,
.py-xs-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xs-25,
.px-xs-25 {
    padding-left: 6.25rem !important;
  }
  .p-xs-26 {
    padding: 6.5rem !important;
  }
  .pt-xs-26,
.py-xs-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xs-26,
.px-xs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xs-26,
.py-xs-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xs-26,
.px-xs-26 {
    padding-left: 6.5rem !important;
  }
  .p-xs-27 {
    padding: 6.75rem !important;
  }
  .pt-xs-27,
.py-xs-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xs-27,
.px-xs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xs-27,
.py-xs-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xs-27,
.px-xs-27 {
    padding-left: 6.75rem !important;
  }
  .p-xs-28 {
    padding: 7rem !important;
  }
  .pt-xs-28,
.py-xs-28 {
    padding-top: 7rem !important;
  }
  .pr-xs-28,
.px-xs-28 {
    padding-right: 7rem !important;
  }
  .pb-xs-28,
.py-xs-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xs-28,
.px-xs-28 {
    padding-left: 7rem !important;
  }
  .p-xs-29 {
    padding: 7.25rem !important;
  }
  .pt-xs-29,
.py-xs-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xs-29,
.px-xs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xs-29,
.py-xs-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xs-29,
.px-xs-29 {
    padding-left: 7.25rem !important;
  }
  .p-xs-30 {
    padding: 7.5rem !important;
  }
  .pt-xs-30,
.py-xs-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-30,
.px-xs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-30,
.py-xs-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-30,
.px-xs-30 {
    padding-left: 7.5rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -0.75rem !important;
  }
  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n4 {
    margin: -1rem !important;
  }
  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1rem !important;
  }
  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1rem !important;
  }
  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1rem !important;
  }
  .m-xs-n5 {
    margin: -1.25rem !important;
  }
  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n6 {
    margin: -1.5rem !important;
  }
  .mt-xs-n6,
.my-xs-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n6,
.mx-xs-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n6,
.my-xs-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n6,
.mx-xs-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n7 {
    margin: -1.75rem !important;
  }
  .mt-xs-n7,
.my-xs-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xs-n7,
.mx-xs-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xs-n7,
.my-xs-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xs-n7,
.mx-xs-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xs-n8 {
    margin: -2rem !important;
  }
  .mt-xs-n8,
.my-xs-n8 {
    margin-top: -2rem !important;
  }
  .mr-xs-n8,
.mx-xs-n8 {
    margin-right: -2rem !important;
  }
  .mb-xs-n8,
.my-xs-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n8,
.mx-xs-n8 {
    margin-left: -2rem !important;
  }
  .m-xs-n9 {
    margin: -2.25rem !important;
  }
  .mt-xs-n9,
.my-xs-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xs-n9,
.mx-xs-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xs-n9,
.my-xs-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xs-n9,
.mx-xs-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xs-n10 {
    margin: -2.5rem !important;
  }
  .mt-xs-n10,
.my-xs-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n10,
.mx-xs-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n10,
.my-xs-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n10,
.mx-xs-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xs-n11 {
    margin: -2.75rem !important;
  }
  .mt-xs-n11,
.my-xs-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xs-n11,
.mx-xs-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xs-n11,
.my-xs-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xs-n11,
.mx-xs-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xs-n12 {
    margin: -3rem !important;
  }
  .mt-xs-n12,
.my-xs-n12 {
    margin-top: -3rem !important;
  }
  .mr-xs-n12,
.mx-xs-n12 {
    margin-right: -3rem !important;
  }
  .mb-xs-n12,
.my-xs-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n12,
.mx-xs-n12 {
    margin-left: -3rem !important;
  }
  .m-xs-n13 {
    margin: -3.25rem !important;
  }
  .mt-xs-n13,
.my-xs-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xs-n13,
.mx-xs-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xs-n13,
.my-xs-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xs-n13,
.mx-xs-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xs-n14 {
    margin: -3.5rem !important;
  }
  .mt-xs-n14,
.my-xs-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xs-n14,
.mx-xs-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xs-n14,
.my-xs-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xs-n14,
.mx-xs-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xs-n15 {
    margin: -3.75rem !important;
  }
  .mt-xs-n15,
.my-xs-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xs-n15,
.mx-xs-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xs-n15,
.my-xs-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xs-n15,
.mx-xs-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xs-n16 {
    margin: -4rem !important;
  }
  .mt-xs-n16,
.my-xs-n16 {
    margin-top: -4rem !important;
  }
  .mr-xs-n16,
.mx-xs-n16 {
    margin-right: -4rem !important;
  }
  .mb-xs-n16,
.my-xs-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n16,
.mx-xs-n16 {
    margin-left: -4rem !important;
  }
  .m-xs-n17 {
    margin: -4.25rem !important;
  }
  .mt-xs-n17,
.my-xs-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xs-n17,
.mx-xs-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xs-n17,
.my-xs-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xs-n17,
.mx-xs-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xs-n18 {
    margin: -4.5rem !important;
  }
  .mt-xs-n18,
.my-xs-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n18,
.mx-xs-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n18,
.my-xs-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n18,
.mx-xs-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xs-n19 {
    margin: -4.75rem !important;
  }
  .mt-xs-n19,
.my-xs-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xs-n19,
.mx-xs-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xs-n19,
.my-xs-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xs-n19,
.mx-xs-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xs-n20 {
    margin: -5rem !important;
  }
  .mt-xs-n20,
.my-xs-n20 {
    margin-top: -5rem !important;
  }
  .mr-xs-n20,
.mx-xs-n20 {
    margin-right: -5rem !important;
  }
  .mb-xs-n20,
.my-xs-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n20,
.mx-xs-n20 {
    margin-left: -5rem !important;
  }
  .m-xs-n21 {
    margin: -5.25rem !important;
  }
  .mt-xs-n21,
.my-xs-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xs-n21,
.mx-xs-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xs-n21,
.my-xs-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xs-n21,
.mx-xs-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xs-n22 {
    margin: -5.5rem !important;
  }
  .mt-xs-n22,
.my-xs-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xs-n22,
.mx-xs-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xs-n22,
.my-xs-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xs-n22,
.mx-xs-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xs-n23 {
    margin: -5.75rem !important;
  }
  .mt-xs-n23,
.my-xs-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xs-n23,
.mx-xs-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xs-n23,
.my-xs-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xs-n23,
.mx-xs-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xs-n24 {
    margin: -6rem !important;
  }
  .mt-xs-n24,
.my-xs-n24 {
    margin-top: -6rem !important;
  }
  .mr-xs-n24,
.mx-xs-n24 {
    margin-right: -6rem !important;
  }
  .mb-xs-n24,
.my-xs-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n24,
.mx-xs-n24 {
    margin-left: -6rem !important;
  }
  .m-xs-n25 {
    margin: -6.25rem !important;
  }
  .mt-xs-n25,
.my-xs-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xs-n25,
.mx-xs-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xs-n25,
.my-xs-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xs-n25,
.mx-xs-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xs-n26 {
    margin: -6.5rem !important;
  }
  .mt-xs-n26,
.my-xs-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xs-n26,
.mx-xs-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xs-n26,
.my-xs-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xs-n26,
.mx-xs-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xs-n27 {
    margin: -6.75rem !important;
  }
  .mt-xs-n27,
.my-xs-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xs-n27,
.mx-xs-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xs-n27,
.my-xs-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xs-n27,
.mx-xs-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xs-n28 {
    margin: -7rem !important;
  }
  .mt-xs-n28,
.my-xs-n28 {
    margin-top: -7rem !important;
  }
  .mr-xs-n28,
.mx-xs-n28 {
    margin-right: -7rem !important;
  }
  .mb-xs-n28,
.my-xs-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xs-n28,
.mx-xs-n28 {
    margin-left: -7rem !important;
  }
  .m-xs-n29 {
    margin: -7.25rem !important;
  }
  .mt-xs-n29,
.my-xs-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xs-n29,
.mx-xs-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xs-n29,
.my-xs-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xs-n29,
.mx-xs-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xs-n30 {
    margin: -7.5rem !important;
  }
  .mt-xs-n30,
.my-xs-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xs-n30,
.mx-xs-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xs-n30,
.my-xs-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xs-n30,
.mx-xs-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
.my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
.my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
.my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12,
.my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12,
.mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12,
.mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13,
.my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13,
.mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13,
.mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14,
.my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14,
.mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14,
.mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15,
.my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15,
.mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15,
.mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16,
.my-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16,
.mx-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16,
.mx-sm-16 {
    margin-left: 4rem !important;
  }
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  .mt-sm-17,
.my-sm-17 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-17,
.mx-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-17,
.mx-sm-17 {
    margin-left: 4.25rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-sm-18,
.my-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-18,
.mx-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-18,
.mx-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-sm-19,
.my-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-19,
.mx-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19,
.my-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-19,
.mx-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
.my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
.mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
.mx-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-21 {
    margin: 5.25rem !important;
  }
  .mt-sm-21,
.my-sm-21 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-21,
.mx-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-21,
.my-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-21,
.mx-sm-21 {
    margin-left: 5.25rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-sm-22,
.my-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-22,
.mx-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22,
.my-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-22,
.mx-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-sm-23,
.my-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-23,
.mx-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23,
.my-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-23,
.mx-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .mt-sm-24,
.my-sm-24 {
    margin-top: 6rem !important;
  }
  .mr-sm-24,
.mx-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-24,
.mx-sm-24 {
    margin-left: 6rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-sm-25,
.my-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-25,
.mx-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-25,
.mx-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .mt-sm-26,
.my-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-26,
.mx-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-26,
.my-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-26,
.mx-sm-26 {
    margin-left: 6.5rem !important;
  }
  .m-sm-27 {
    margin: 6.75rem !important;
  }
  .mt-sm-27,
.my-sm-27 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-27,
.mx-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-27,
.my-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-27,
.mx-sm-27 {
    margin-left: 6.75rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mt-sm-28,
.my-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-sm-28,
.mx-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-28,
.mx-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-29 {
    margin: 7.25rem !important;
  }
  .mt-sm-29,
.my-sm-29 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-29,
.mx-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-29,
.my-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-29,
.mx-sm-29 {
    margin-left: 7.25rem !important;
  }
  .m-sm-30 {
    margin: 7.5rem !important;
  }
  .mt-sm-30,
.my-sm-30 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-30,
.mx-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-30,
.mx-sm-30 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
.py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
.px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
.px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
.py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
.px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
.px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
.py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
.px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
.px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12,
.py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12,
.px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12,
.px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13,
.py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13,
.px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13,
.px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14,
.py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14,
.px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14,
.px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15,
.py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15,
.px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15,
.px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16,
.py-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16,
.px-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16,
.px-sm-16 {
    padding-left: 4rem !important;
  }
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  .pt-sm-17,
.py-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-17,
.px-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-17,
.px-sm-17 {
    padding-left: 4.25rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-sm-18,
.py-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-18,
.px-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-18,
.px-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-sm-19,
.py-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-19,
.px-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19,
.py-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-19,
.px-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
.py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
.px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
.px-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-21 {
    padding: 5.25rem !important;
  }
  .pt-sm-21,
.py-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-21,
.px-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-21,
.py-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-21,
.px-sm-21 {
    padding-left: 5.25rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-sm-22,
.py-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-22,
.px-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22,
.py-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-22,
.px-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-sm-23,
.py-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-23,
.px-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23,
.py-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-23,
.px-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .pt-sm-24,
.py-sm-24 {
    padding-top: 6rem !important;
  }
  .pr-sm-24,
.px-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-24,
.px-sm-24 {
    padding-left: 6rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-sm-25,
.py-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-25,
.px-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-25,
.px-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .pt-sm-26,
.py-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-26,
.px-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-26,
.py-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-26,
.px-sm-26 {
    padding-left: 6.5rem !important;
  }
  .p-sm-27 {
    padding: 6.75rem !important;
  }
  .pt-sm-27,
.py-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-27,
.px-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-27,
.py-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-27,
.px-sm-27 {
    padding-left: 6.75rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .pt-sm-28,
.py-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-sm-28,
.px-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-28,
.px-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-29 {
    padding: 7.25rem !important;
  }
  .pt-sm-29,
.py-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-29,
.px-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-29,
.py-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-29,
.px-sm-29 {
    padding-left: 7.25rem !important;
  }
  .p-sm-30 {
    padding: 7.5rem !important;
  }
  .pt-sm-30,
.py-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-30,
.px-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-30,
.px-sm-30 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -3rem !important;
  }
  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -3rem !important;
  }
  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -3rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -4rem !important;
  }
  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -4rem !important;
  }
  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -4rem !important;
  }
  .m-sm-n17 {
    margin: -4.25rem !important;
  }
  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  .mt-sm-n19,
.my-sm-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n19,
.mx-sm-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n19,
.my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n19,
.mx-sm-n19 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -5rem !important;
  }
  .m-sm-n21 {
    margin: -5.25rem !important;
  }
  .mt-sm-n21,
.my-sm-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n21,
.mx-sm-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n21,
.my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n21,
.mx-sm-n21 {
    margin-left: -5.25rem !important;
  }
  .m-sm-n22 {
    margin: -5.5rem !important;
  }
  .mt-sm-n22,
.my-sm-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n22,
.mx-sm-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n22,
.my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n22,
.mx-sm-n22 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n23 {
    margin: -5.75rem !important;
  }
  .mt-sm-n23,
.my-sm-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-sm-n23,
.mx-sm-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-sm-n23,
.my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm-n23,
.mx-sm-n23 {
    margin-left: -5.75rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -6rem !important;
  }
  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -6rem !important;
  }
  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -6rem !important;
  }
  .m-sm-n25 {
    margin: -6.25rem !important;
  }
  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n26 {
    margin: -6.5rem !important;
  }
  .mt-sm-n26,
.my-sm-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n26,
.mx-sm-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n26,
.my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n26,
.mx-sm-n26 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n27 {
    margin: -6.75rem !important;
  }
  .mt-sm-n27,
.my-sm-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-sm-n27,
.mx-sm-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n27,
.my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm-n27,
.mx-sm-n27 {
    margin-left: -6.75rem !important;
  }
  .m-sm-n28 {
    margin: -7rem !important;
  }
  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -7rem !important;
  }
  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -7rem !important;
  }
  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -7rem !important;
  }
  .m-sm-n29 {
    margin: -7.25rem !important;
  }
  .mt-sm-n29,
.my-sm-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-sm-n29,
.mx-sm-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-sm-n29,
.my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm-n29,
.mx-sm-n29 {
    margin-left: -7.25rem !important;
  }
  .m-sm-n30 {
    margin: -7.5rem !important;
  }
  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
.my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
.mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
.my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
.my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
.mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
.my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
.mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
.my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
.mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
.my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
.mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12,
.my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12,
.mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12,
.my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12,
.mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13,
.my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13,
.mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13,
.my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13,
.mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14,
.my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14,
.mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14,
.my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14,
.mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15,
.my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15,
.mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15,
.my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15,
.mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16,
.my-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16,
.mx-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16,
.my-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16,
.mx-md-16 {
    margin-left: 4rem !important;
  }
  .m-md-17 {
    margin: 4.25rem !important;
  }
  .mt-md-17,
.my-md-17 {
    margin-top: 4.25rem !important;
  }
  .mr-md-17,
.mx-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-md-17,
.my-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-17,
.mx-md-17 {
    margin-left: 4.25rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mt-md-18,
.my-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-md-18,
.mx-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18,
.my-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-18,
.mx-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mt-md-19,
.my-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-md-19,
.mx-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19,
.my-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-19,
.mx-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
.my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
.mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
.my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
.mx-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-21 {
    margin: 5.25rem !important;
  }
  .mt-md-21,
.my-md-21 {
    margin-top: 5.25rem !important;
  }
  .mr-md-21,
.mx-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-md-21,
.my-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-21,
.mx-md-21 {
    margin-left: 5.25rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mt-md-22,
.my-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-md-22,
.mx-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22,
.my-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-22,
.mx-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mt-md-23,
.my-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-md-23,
.mx-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23,
.my-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-23,
.mx-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .mt-md-24,
.my-md-24 {
    margin-top: 6rem !important;
  }
  .mr-md-24,
.mx-md-24 {
    margin-right: 6rem !important;
  }
  .mb-md-24,
.my-md-24 {
    margin-bottom: 6rem !important;
  }
  .ml-md-24,
.mx-md-24 {
    margin-left: 6rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mt-md-25,
.my-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-md-25,
.mx-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25,
.my-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-25,
.mx-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .mt-md-26,
.my-md-26 {
    margin-top: 6.5rem !important;
  }
  .mr-md-26,
.mx-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-md-26,
.my-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-26,
.mx-md-26 {
    margin-left: 6.5rem !important;
  }
  .m-md-27 {
    margin: 6.75rem !important;
  }
  .mt-md-27,
.my-md-27 {
    margin-top: 6.75rem !important;
  }
  .mr-md-27,
.mx-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-md-27,
.my-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-27,
.mx-md-27 {
    margin-left: 6.75rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mt-md-28,
.my-md-28 {
    margin-top: 7rem !important;
  }
  .mr-md-28,
.mx-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28,
.my-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-md-28,
.mx-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-29 {
    margin: 7.25rem !important;
  }
  .mt-md-29,
.my-md-29 {
    margin-top: 7.25rem !important;
  }
  .mr-md-29,
.mx-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-md-29,
.my-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-29,
.mx-md-29 {
    margin-left: 7.25rem !important;
  }
  .m-md-30 {
    margin: 7.5rem !important;
  }
  .mt-md-30,
.my-md-30 {
    margin-top: 7.5rem !important;
  }
  .mr-md-30,
.mx-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-md-30,
.my-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-30,
.mx-md-30 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12,
.py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12,
.px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12,
.py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12,
.px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13,
.py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13,
.px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13,
.py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13,
.px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14,
.py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14,
.px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14,
.py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14,
.px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15,
.py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15,
.px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15,
.py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15,
.px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16,
.py-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16,
.px-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16,
.py-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16,
.px-md-16 {
    padding-left: 4rem !important;
  }
  .p-md-17 {
    padding: 4.25rem !important;
  }
  .pt-md-17,
.py-md-17 {
    padding-top: 4.25rem !important;
  }
  .pr-md-17,
.px-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-md-17,
.py-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-17,
.px-md-17 {
    padding-left: 4.25rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .pt-md-18,
.py-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-md-18,
.px-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18,
.py-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-18,
.px-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .pt-md-19,
.py-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-md-19,
.px-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19,
.py-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-19,
.px-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
.py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
.px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
.py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
.px-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-21 {
    padding: 5.25rem !important;
  }
  .pt-md-21,
.py-md-21 {
    padding-top: 5.25rem !important;
  }
  .pr-md-21,
.px-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-md-21,
.py-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-21,
.px-md-21 {
    padding-left: 5.25rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .pt-md-22,
.py-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-md-22,
.px-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22,
.py-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-22,
.px-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .pt-md-23,
.py-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-md-23,
.px-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23,
.py-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-23,
.px-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .pt-md-24,
.py-md-24 {
    padding-top: 6rem !important;
  }
  .pr-md-24,
.px-md-24 {
    padding-right: 6rem !important;
  }
  .pb-md-24,
.py-md-24 {
    padding-bottom: 6rem !important;
  }
  .pl-md-24,
.px-md-24 {
    padding-left: 6rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .pt-md-25,
.py-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-md-25,
.px-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25,
.py-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-25,
.px-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .pt-md-26,
.py-md-26 {
    padding-top: 6.5rem !important;
  }
  .pr-md-26,
.px-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-md-26,
.py-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-26,
.px-md-26 {
    padding-left: 6.5rem !important;
  }
  .p-md-27 {
    padding: 6.75rem !important;
  }
  .pt-md-27,
.py-md-27 {
    padding-top: 6.75rem !important;
  }
  .pr-md-27,
.px-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-md-27,
.py-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-27,
.px-md-27 {
    padding-left: 6.75rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .pt-md-28,
.py-md-28 {
    padding-top: 7rem !important;
  }
  .pr-md-28,
.px-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28,
.py-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-md-28,
.px-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-29 {
    padding: 7.25rem !important;
  }
  .pt-md-29,
.py-md-29 {
    padding-top: 7.25rem !important;
  }
  .pr-md-29,
.px-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-md-29,
.py-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-29,
.px-md-29 {
    padding-left: 7.25rem !important;
  }
  .p-md-30 {
    padding: 7.5rem !important;
  }
  .pt-md-30,
.py-md-30 {
    padding-top: 7.5rem !important;
  }
  .pr-md-30,
.px-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-md-30,
.py-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-30,
.px-md-30 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .mt-md-n12,
.my-md-n12 {
    margin-top: -3rem !important;
  }
  .mr-md-n12,
.mx-md-n12 {
    margin-right: -3rem !important;
  }
  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n12,
.mx-md-n12 {
    margin-left: -3rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .mt-md-n13,
.my-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n13,
.mx-md-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n13,
.mx-md-n13 {
    margin-left: -3.25rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .mt-md-n14,
.my-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n14,
.mx-md-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n14,
.mx-md-n14 {
    margin-left: -3.5rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .mt-md-n15,
.my-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n15,
.mx-md-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n15,
.mx-md-n15 {
    margin-left: -3.75rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .mt-md-n16,
.my-md-n16 {
    margin-top: -4rem !important;
  }
  .mr-md-n16,
.mx-md-n16 {
    margin-right: -4rem !important;
  }
  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n16,
.mx-md-n16 {
    margin-left: -4rem !important;
  }
  .m-md-n17 {
    margin: -4.25rem !important;
  }
  .mt-md-n17,
.my-md-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n17,
.mx-md-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n17,
.mx-md-n17 {
    margin-left: -4.25rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .mt-md-n18,
.my-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n18,
.mx-md-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n18,
.mx-md-n18 {
    margin-left: -4.5rem !important;
  }
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  .mt-md-n19,
.my-md-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n19,
.mx-md-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n19,
.my-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n19,
.mx-md-n19 {
    margin-left: -4.75rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
.my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
.mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
.mx-md-n20 {
    margin-left: -5rem !important;
  }
  .m-md-n21 {
    margin: -5.25rem !important;
  }
  .mt-md-n21,
.my-md-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n21,
.mx-md-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n21,
.my-md-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n21,
.mx-md-n21 {
    margin-left: -5.25rem !important;
  }
  .m-md-n22 {
    margin: -5.5rem !important;
  }
  .mt-md-n22,
.my-md-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n22,
.mx-md-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n22,
.my-md-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n22,
.mx-md-n22 {
    margin-left: -5.5rem !important;
  }
  .m-md-n23 {
    margin: -5.75rem !important;
  }
  .mt-md-n23,
.my-md-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-md-n23,
.mx-md-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-md-n23,
.my-md-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md-n23,
.mx-md-n23 {
    margin-left: -5.75rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .mt-md-n24,
.my-md-n24 {
    margin-top: -6rem !important;
  }
  .mr-md-n24,
.mx-md-n24 {
    margin-right: -6rem !important;
  }
  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n24,
.mx-md-n24 {
    margin-left: -6rem !important;
  }
  .m-md-n25 {
    margin: -6.25rem !important;
  }
  .mt-md-n25,
.my-md-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n25,
.mx-md-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n25,
.mx-md-n25 {
    margin-left: -6.25rem !important;
  }
  .m-md-n26 {
    margin: -6.5rem !important;
  }
  .mt-md-n26,
.my-md-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n26,
.mx-md-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n26,
.my-md-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n26,
.mx-md-n26 {
    margin-left: -6.5rem !important;
  }
  .m-md-n27 {
    margin: -6.75rem !important;
  }
  .mt-md-n27,
.my-md-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-md-n27,
.mx-md-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n27,
.my-md-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md-n27,
.mx-md-n27 {
    margin-left: -6.75rem !important;
  }
  .m-md-n28 {
    margin: -7rem !important;
  }
  .mt-md-n28,
.my-md-n28 {
    margin-top: -7rem !important;
  }
  .mr-md-n28,
.mx-md-n28 {
    margin-right: -7rem !important;
  }
  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n28,
.mx-md-n28 {
    margin-left: -7rem !important;
  }
  .m-md-n29 {
    margin: -7.25rem !important;
  }
  .mt-md-n29,
.my-md-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-md-n29,
.mx-md-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-md-n29,
.my-md-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md-n29,
.mx-md-n29 {
    margin-left: -7.25rem !important;
  }
  .m-md-n30 {
    margin: -7.5rem !important;
  }
  .mt-md-n30,
.my-md-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n30,
.mx-md-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n30,
.mx-md-n30 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12,
.my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12,
.mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12,
.mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13,
.my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13,
.mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13,
.mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14,
.my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14,
.mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14,
.mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15,
.my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15,
.mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15,
.mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16,
.my-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16,
.mx-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16,
.mx-lg-16 {
    margin-left: 4rem !important;
  }
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  .mt-lg-17,
.my-lg-17 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-17,
.mx-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-17,
.mx-lg-17 {
    margin-left: 4.25rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-lg-18,
.my-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-18,
.mx-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-18,
.mx-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-lg-19,
.my-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-19,
.mx-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19,
.my-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-19,
.mx-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
.my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
.mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
.mx-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-21 {
    margin: 5.25rem !important;
  }
  .mt-lg-21,
.my-lg-21 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-21,
.mx-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-21,
.my-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-21,
.mx-lg-21 {
    margin-left: 5.25rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-lg-22,
.my-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-22,
.mx-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22,
.my-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-22,
.mx-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-lg-23,
.my-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-23,
.mx-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23,
.my-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-23,
.mx-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .mt-lg-24,
.my-lg-24 {
    margin-top: 6rem !important;
  }
  .mr-lg-24,
.mx-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-24,
.mx-lg-24 {
    margin-left: 6rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-lg-25,
.my-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-25,
.mx-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-25,
.mx-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .mt-lg-26,
.my-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-26,
.mx-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-26,
.my-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-26,
.mx-lg-26 {
    margin-left: 6.5rem !important;
  }
  .m-lg-27 {
    margin: 6.75rem !important;
  }
  .mt-lg-27,
.my-lg-27 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-27,
.mx-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-27,
.my-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-27,
.mx-lg-27 {
    margin-left: 6.75rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mt-lg-28,
.my-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-lg-28,
.mx-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-28,
.mx-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-29 {
    margin: 7.25rem !important;
  }
  .mt-lg-29,
.my-lg-29 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-29,
.mx-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-29,
.my-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-29,
.mx-lg-29 {
    margin-left: 7.25rem !important;
  }
  .m-lg-30 {
    margin: 7.5rem !important;
  }
  .mt-lg-30,
.my-lg-30 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-30,
.mx-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-30,
.mx-lg-30 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12,
.py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12,
.px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12,
.px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13,
.py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13,
.px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13,
.px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14,
.py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14,
.px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14,
.px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15,
.py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15,
.px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15,
.px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16,
.py-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16,
.px-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16,
.px-lg-16 {
    padding-left: 4rem !important;
  }
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  .pt-lg-17,
.py-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-17,
.px-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-17,
.px-lg-17 {
    padding-left: 4.25rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-lg-18,
.py-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-18,
.px-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-18,
.px-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-lg-19,
.py-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-19,
.px-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19,
.py-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-19,
.px-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
.py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
.px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
.px-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-21 {
    padding: 5.25rem !important;
  }
  .pt-lg-21,
.py-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-21,
.px-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-21,
.py-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-21,
.px-lg-21 {
    padding-left: 5.25rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-lg-22,
.py-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-22,
.px-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22,
.py-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-22,
.px-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-lg-23,
.py-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-23,
.px-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23,
.py-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-23,
.px-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .pt-lg-24,
.py-lg-24 {
    padding-top: 6rem !important;
  }
  .pr-lg-24,
.px-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-24,
.px-lg-24 {
    padding-left: 6rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-lg-25,
.py-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-25,
.px-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-25,
.px-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .pt-lg-26,
.py-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-26,
.px-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-26,
.py-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-26,
.px-lg-26 {
    padding-left: 6.5rem !important;
  }
  .p-lg-27 {
    padding: 6.75rem !important;
  }
  .pt-lg-27,
.py-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-27,
.px-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-27,
.py-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-27,
.px-lg-27 {
    padding-left: 6.75rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .pt-lg-28,
.py-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-lg-28,
.px-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-28,
.px-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-29 {
    padding: 7.25rem !important;
  }
  .pt-lg-29,
.py-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-29,
.px-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-29,
.py-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-29,
.px-lg-29 {
    padding-left: 7.25rem !important;
  }
  .p-lg-30 {
    padding: 7.5rem !important;
  }
  .pt-lg-30,
.py-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-30,
.px-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-30,
.px-lg-30 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -3rem !important;
  }
  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -3rem !important;
  }
  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -3rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -4rem !important;
  }
  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -4rem !important;
  }
  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -4rem !important;
  }
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  .mt-lg-n19,
.my-lg-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n19,
.mx-lg-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n19,
.my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n19,
.mx-lg-n19 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -5rem !important;
  }
  .m-lg-n21 {
    margin: -5.25rem !important;
  }
  .mt-lg-n21,
.my-lg-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n21,
.mx-lg-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n21,
.my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n21,
.mx-lg-n21 {
    margin-left: -5.25rem !important;
  }
  .m-lg-n22 {
    margin: -5.5rem !important;
  }
  .mt-lg-n22,
.my-lg-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n22,
.mx-lg-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n22,
.my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n22,
.mx-lg-n22 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n23 {
    margin: -5.75rem !important;
  }
  .mt-lg-n23,
.my-lg-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-lg-n23,
.mx-lg-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-lg-n23,
.my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg-n23,
.mx-lg-n23 {
    margin-left: -5.75rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -6rem !important;
  }
  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -6rem !important;
  }
  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -6rem !important;
  }
  .m-lg-n25 {
    margin: -6.25rem !important;
  }
  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n26 {
    margin: -6.5rem !important;
  }
  .mt-lg-n26,
.my-lg-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n26,
.mx-lg-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n26,
.my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n26,
.mx-lg-n26 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n27 {
    margin: -6.75rem !important;
  }
  .mt-lg-n27,
.my-lg-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-lg-n27,
.mx-lg-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n27,
.my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg-n27,
.mx-lg-n27 {
    margin-left: -6.75rem !important;
  }
  .m-lg-n28 {
    margin: -7rem !important;
  }
  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -7rem !important;
  }
  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -7rem !important;
  }
  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -7rem !important;
  }
  .m-lg-n29 {
    margin: -7.25rem !important;
  }
  .mt-lg-n29,
.my-lg-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-lg-n29,
.mx-lg-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-lg-n29,
.my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg-n29,
.mx-lg-n29 {
    margin-left: -7.25rem !important;
  }
  .m-lg-n30 {
    margin: -7.5rem !important;
  }
  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
.my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
.my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
.my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
.my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11,
.my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11,
.mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11,
.mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12,
.my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12,
.mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12,
.mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13,
.my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13,
.mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13,
.mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14,
.my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14,
.mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14,
.mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15,
.my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15,
.mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15,
.mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16,
.my-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16,
.mx-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16,
.mx-xl-16 {
    margin-left: 4rem !important;
  }
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  .mt-xl-17,
.my-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-17,
.mx-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-17,
.mx-xl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-xl-18,
.my-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-18,
.mx-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-18,
.mx-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-xl-19,
.my-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-19,
.mx-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19,
.my-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-19,
.mx-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
.my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
.mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
.mx-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-21 {
    margin: 5.25rem !important;
  }
  .mt-xl-21,
.my-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-21,
.mx-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-21,
.my-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-21,
.mx-xl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-xl-22,
.my-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-22,
.mx-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22,
.my-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-22,
.mx-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-xl-23,
.my-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-23,
.mx-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23,
.my-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-23,
.mx-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .mt-xl-24,
.my-xl-24 {
    margin-top: 6rem !important;
  }
  .mr-xl-24,
.mx-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-24,
.mx-xl-24 {
    margin-left: 6rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-25,
.my-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-25,
.mx-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-25,
.mx-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .mt-xl-26,
.my-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-26,
.mx-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-26,
.my-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-26,
.mx-xl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xl-27 {
    margin: 6.75rem !important;
  }
  .mt-xl-27,
.my-xl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-27,
.mx-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-27,
.my-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-27,
.mx-xl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mt-xl-28,
.my-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-xl-28,
.mx-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-28,
.mx-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-29 {
    margin: 7.25rem !important;
  }
  .mt-xl-29,
.my-xl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-29,
.mx-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-29,
.my-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-29,
.mx-xl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xl-30 {
    margin: 7.5rem !important;
  }
  .mt-xl-30,
.my-xl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-30,
.mx-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-30,
.mx-xl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
.py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
.px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
.px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
.py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
.px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
.px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
.py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
.px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
.px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
.py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
.px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
.px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11,
.py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11,
.px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11,
.px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12,
.py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12,
.px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12,
.px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13,
.py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13,
.px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13,
.px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14,
.py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14,
.px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14,
.px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15,
.py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15,
.px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15,
.px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16,
.py-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16,
.px-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16,
.px-xl-16 {
    padding-left: 4rem !important;
  }
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  .pt-xl-17,
.py-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-17,
.px-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-17,
.px-xl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-xl-18,
.py-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-18,
.px-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-18,
.px-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-xl-19,
.py-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-19,
.px-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19,
.py-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-19,
.px-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
.py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
.px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
.px-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-21 {
    padding: 5.25rem !important;
  }
  .pt-xl-21,
.py-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-21,
.px-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-21,
.py-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-21,
.px-xl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-xl-22,
.py-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-22,
.px-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22,
.py-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-22,
.px-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-xl-23,
.py-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-23,
.px-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23,
.py-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-23,
.px-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .pt-xl-24,
.py-xl-24 {
    padding-top: 6rem !important;
  }
  .pr-xl-24,
.px-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-24,
.px-xl-24 {
    padding-left: 6rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-25,
.py-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-25,
.px-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-25,
.px-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .pt-xl-26,
.py-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-26,
.px-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-26,
.py-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-26,
.px-xl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xl-27 {
    padding: 6.75rem !important;
  }
  .pt-xl-27,
.py-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-27,
.px-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-27,
.py-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-27,
.px-xl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .pt-xl-28,
.py-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-xl-28,
.px-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-28,
.px-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-29 {
    padding: 7.25rem !important;
  }
  .pt-xl-29,
.py-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-29,
.px-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-29,
.py-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-29,
.px-xl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xl-30 {
    padding: 7.5rem !important;
  }
  .pt-xl-30,
.py-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-30,
.px-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-30,
.px-xl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -3rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -4rem !important;
  }
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xl-n19,
.my-xl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n19,
.mx-xl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n19,
.my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n19,
.mx-xl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -5rem !important;
  }
  .m-xl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xl-n21,
.my-xl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n21,
.mx-xl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n21,
.my-xl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n21,
.mx-xl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xl-n22,
.my-xl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n22,
.mx-xl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n22,
.my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n22,
.mx-xl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xl-n23,
.my-xl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xl-n23,
.mx-xl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xl-n23,
.my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl-n23,
.mx-xl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -6rem !important;
  }
  .m-xl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xl-n26,
.my-xl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n26,
.mx-xl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n26,
.my-xl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n26,
.mx-xl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xl-n27,
.my-xl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xl-n27,
.mx-xl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n27,
.my-xl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl-n27,
.mx-xl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xl-n28 {
    margin: -7rem !important;
  }
  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -7rem !important;
  }
  .m-xl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xl-n29,
.my-xl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xl-n29,
.mx-xl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xl-n29,
.my-xl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl-n29,
.mx-xl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxl-11,
.my-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxl-11,
.mx-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxl-11,
.my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxl-11,
.mx-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxl-13,
.my-xxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxl-13,
.mx-xxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxl-13,
.my-xxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxl-13,
.mx-xxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxl-17,
.my-xxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxl-17,
.mx-xxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxl-17,
.my-xxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxl-17,
.mx-xxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxl-18,
.my-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-18,
.mx-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-18,
.my-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-18,
.mx-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxl-19,
.my-xxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxl-19,
.mx-xxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-19,
.my-xxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxl-19,
.mx-xxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxl-21,
.my-xxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxl-21,
.mx-xxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxl-21,
.my-xxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxl-21,
.mx-xxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxl-22,
.my-xxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-22,
.mx-xxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-22,
.my-xxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-22,
.mx-xxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxl-23,
.my-xxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxl-23,
.mx-xxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxl-23,
.my-xxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxl-23,
.mx-xxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxl-26,
.my-xxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-26,
.mx-xxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-26,
.my-xxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-26,
.mx-xxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxl-27,
.my-xxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxl-27,
.mx-xxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxl-27,
.my-xxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxl-27,
.mx-xxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxl-28 {
    margin: 7rem !important;
  }
  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxl-29,
.my-xxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxl-29,
.mx-xxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxl-29,
.my-xxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxl-29,
.mx-xxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxl-11,
.py-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxl-11,
.px-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxl-11,
.py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxl-11,
.px-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxl-13,
.py-xxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxl-13,
.px-xxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxl-13,
.py-xxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxl-13,
.px-xxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxl-17,
.py-xxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxl-17,
.px-xxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxl-17,
.py-xxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxl-17,
.px-xxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxl-18,
.py-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-18,
.px-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-18,
.py-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-18,
.px-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxl-19,
.py-xxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxl-19,
.px-xxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-19,
.py-xxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxl-19,
.px-xxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxl-21,
.py-xxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxl-21,
.px-xxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxl-21,
.py-xxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxl-21,
.px-xxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxl-22,
.py-xxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-22,
.px-xxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-22,
.py-xxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-22,
.px-xxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxl-23,
.py-xxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxl-23,
.px-xxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxl-23,
.py-xxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxl-23,
.px-xxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxl-26,
.py-xxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-26,
.px-xxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-26,
.py-xxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-26,
.px-xxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxl-27,
.py-xxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxl-27,
.px-xxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-27,
.py-xxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxl-27,
.px-xxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxl-28 {
    padding: 7rem !important;
  }
  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxl-29,
.py-xxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxl-29,
.px-xxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxl-29,
.py-xxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxl-29,
.px-xxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxl-n11,
.my-xxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxl-n11,
.mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxl-n11,
.my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxl-n11,
.mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxl-n13,
.my-xxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxl-n13,
.mx-xxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxl-n13,
.my-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxl-n13,
.mx-xxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxl-n17,
.my-xxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxl-n17,
.mx-xxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxl-n17,
.my-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxl-n17,
.mx-xxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n18,
.my-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n18,
.mx-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n18,
.my-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n18,
.mx-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxl-n19,
.my-xxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxl-n19,
.mx-xxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxl-n19,
.my-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxl-n19,
.mx-xxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxl-n21,
.my-xxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxl-n21,
.mx-xxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxl-n21,
.my-xxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxl-n21,
.mx-xxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxl-n22,
.my-xxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxl-n22,
.mx-xxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxl-n22,
.my-xxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxl-n22,
.mx-xxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxl-n23,
.my-xxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxl-n23,
.mx-xxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxl-n23,
.my-xxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxl-n23,
.mx-xxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxl-n26,
.my-xxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxl-n26,
.mx-xxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxl-n26,
.my-xxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxl-n26,
.mx-xxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxl-n27,
.my-xxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxl-n27,
.mx-xxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxl-n27,
.my-xxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxl-n27,
.mx-xxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxl-n29,
.my-xxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxl-n29,
.mx-xxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxl-n29,
.my-xxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxl-n29,
.mx-xxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-6,
.my-xxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-6,
.mx-xxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-6,
.my-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-6,
.mx-xxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxl-7,
.my-xxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxl-7,
.mx-xxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxl-7,
.my-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxl-7,
.mx-xxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxl-8,
.my-xxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-8,
.mx-xxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-8,
.my-xxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-8,
.mx-xxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxl-9,
.my-xxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxl-9,
.mx-xxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxl-9,
.my-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxl-9,
.mx-xxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxl-11,
.my-xxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxl-11,
.mx-xxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxl-11,
.my-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxl-11,
.mx-xxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxl-12,
.my-xxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-12,
.mx-xxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-12,
.my-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-12,
.mx-xxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxl-13,
.my-xxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxl-13,
.mx-xxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxl-13,
.my-xxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxl-13,
.mx-xxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxl-14,
.my-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-14,
.mx-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-14,
.my-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-14,
.mx-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxl-16,
.my-xxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-16,
.mx-xxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-16,
.my-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-16,
.mx-xxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxl-17,
.my-xxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxl-17,
.mx-xxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxl-17,
.my-xxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxl-17,
.mx-xxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxl-18,
.my-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-18,
.mx-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-18,
.my-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-18,
.mx-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxl-19,
.my-xxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxl-19,
.mx-xxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxl-19,
.my-xxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxl-19,
.mx-xxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxl-21,
.my-xxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxl-21,
.mx-xxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxl-21,
.my-xxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxl-21,
.mx-xxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxl-22,
.my-xxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxl-22,
.mx-xxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-22,
.my-xxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxl-22,
.mx-xxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxl-23,
.my-xxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxl-23,
.mx-xxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxl-23,
.my-xxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxl-23,
.mx-xxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxl-24,
.my-xxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-24,
.mx-xxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-24,
.my-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-24,
.mx-xxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxl-26,
.my-xxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxl-26,
.mx-xxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-26,
.my-xxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxl-26,
.mx-xxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxl-27,
.my-xxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxl-27,
.mx-xxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxl-27,
.my-xxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxl-27,
.mx-xxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxl-28,
.my-xxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxl-28,
.mx-xxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-28,
.my-xxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxl-28,
.mx-xxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxl-29,
.my-xxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxl-29,
.mx-xxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxl-29,
.my-xxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxl-29,
.mx-xxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-6,
.py-xxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-6,
.px-xxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-6,
.py-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-6,
.px-xxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxl-7,
.py-xxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxl-7,
.px-xxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxl-7,
.py-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxl-7,
.px-xxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxl-8,
.py-xxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-8,
.px-xxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-8,
.py-xxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-8,
.px-xxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxl-9,
.py-xxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxl-9,
.px-xxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxl-9,
.py-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxl-9,
.px-xxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxl-11,
.py-xxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxl-11,
.px-xxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxl-11,
.py-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxl-11,
.px-xxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxl-12,
.py-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-12,
.px-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-12,
.py-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-12,
.px-xxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxl-13,
.py-xxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxl-13,
.px-xxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxl-13,
.py-xxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxl-13,
.px-xxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxl-14,
.py-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-14,
.px-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-14,
.py-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-14,
.px-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxl-16,
.py-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-16,
.px-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-16,
.py-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-16,
.px-xxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxl-17,
.py-xxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxl-17,
.px-xxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxl-17,
.py-xxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxl-17,
.px-xxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxl-18,
.py-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-18,
.px-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-18,
.py-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-18,
.px-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxl-19,
.py-xxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxl-19,
.px-xxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxl-19,
.py-xxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxl-19,
.px-xxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxl-21,
.py-xxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxl-21,
.px-xxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxl-21,
.py-xxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxl-21,
.px-xxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxl-22,
.py-xxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxl-22,
.px-xxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-22,
.py-xxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxl-22,
.px-xxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxl-23,
.py-xxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxl-23,
.px-xxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxl-23,
.py-xxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxl-23,
.px-xxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxl-24,
.py-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-24,
.px-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-24,
.py-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-24,
.px-xxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxl-26,
.py-xxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxl-26,
.px-xxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-26,
.py-xxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxl-26,
.px-xxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxl-27,
.py-xxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxl-27,
.px-xxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxl-27,
.py-xxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxl-27,
.px-xxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxl-28,
.py-xxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxl-28,
.px-xxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-28,
.py-xxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxl-28,
.px-xxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxl-29,
.py-xxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxl-29,
.px-xxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxl-29,
.py-xxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxl-29,
.px-xxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n6,
.my-xxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n6,
.mx-xxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n6,
.my-xxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n6,
.mx-xxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxl-n7,
.my-xxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxl-n7,
.mx-xxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxl-n7,
.my-xxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxl-n7,
.mx-xxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxl-n8,
.my-xxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxl-n8,
.mx-xxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxl-n8,
.my-xxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-n8,
.mx-xxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxl-n9,
.my-xxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxl-n9,
.mx-xxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxl-n9,
.my-xxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxl-n9,
.mx-xxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxl-n10,
.my-xxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-n10,
.mx-xxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-n10,
.my-xxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-n10,
.mx-xxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxl-n11,
.my-xxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxl-n11,
.mx-xxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxl-n11,
.my-xxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxl-n11,
.mx-xxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxl-n12,
.my-xxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n12,
.mx-xxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n12,
.my-xxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n12,
.mx-xxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxl-n13,
.my-xxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxl-n13,
.mx-xxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxl-n13,
.my-xxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxl-n13,
.mx-xxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxl-n14,
.my-xxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxl-n14,
.mx-xxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxl-n14,
.my-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxl-n14,
.mx-xxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxl-n15,
.my-xxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxl-n15,
.mx-xxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxl-n15,
.my-xxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxl-n15,
.mx-xxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxl-n16,
.my-xxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxl-n16,
.mx-xxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxl-n16,
.my-xxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxl-n16,
.mx-xxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxl-n17,
.my-xxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxl-n17,
.mx-xxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxl-n17,
.my-xxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxl-n17,
.mx-xxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxl-n18,
.my-xxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxl-n18,
.mx-xxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-n18,
.my-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxl-n18,
.mx-xxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxl-n19,
.my-xxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxl-n19,
.mx-xxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxl-n19,
.my-xxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxl-n19,
.mx-xxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxl-n20,
.my-xxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxl-n20,
.mx-xxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxl-n20,
.my-xxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxl-n20,
.mx-xxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxl-n21,
.my-xxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxl-n21,
.mx-xxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxl-n21,
.my-xxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxl-n21,
.mx-xxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxl-n22,
.my-xxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxl-n22,
.mx-xxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxl-n22,
.my-xxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxl-n22,
.mx-xxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxl-n23,
.my-xxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxl-n23,
.mx-xxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxl-n23,
.my-xxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxl-n23,
.mx-xxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxl-n24,
.my-xxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxl-n24,
.mx-xxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n24,
.my-xxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxl-n24,
.mx-xxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxl-n25,
.my-xxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxl-n25,
.mx-xxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxl-n25,
.my-xxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxl-n25,
.mx-xxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxl-n26,
.my-xxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxl-n26,
.mx-xxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxl-n26,
.my-xxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxl-n26,
.mx-xxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxl-n27,
.my-xxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxl-n27,
.mx-xxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxl-n27,
.my-xxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxl-n27,
.mx-xxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxl-n28,
.my-xxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxl-n28,
.mx-xxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxl-n28,
.my-xxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxl-n28,
.mx-xxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxl-n29,
.my-xxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxl-n29,
.mx-xxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxl-n29,
.my-xxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxl-n29,
.mx-xxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxl-n30,
.my-xxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxl-n30,
.mx-xxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxl-n30,
.my-xxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxl-n30,
.mx-xxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1688px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxl-0,
.my-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxl-0,
.mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxl-0,
.my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxl-0,
.mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxl-1,
.my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxl-1,
.mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxl-1,
.my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxl-1,
.mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxl-2,
.my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxl-2,
.mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxl-2,
.my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxl-2,
.mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxl-6,
.my-xxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-6,
.mx-xxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-6,
.my-xxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-6,
.mx-xxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxl-7,
.my-xxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxl-7,
.mx-xxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxl-7,
.my-xxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxl-7,
.mx-xxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxl-8,
.my-xxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxl-8,
.mx-xxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxl-8,
.my-xxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxl-8,
.mx-xxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxl-9,
.my-xxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxl-9,
.mx-xxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxl-9,
.my-xxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxl-9,
.mx-xxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxl-10,
.my-xxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxl-10,
.mx-xxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxl-10,
.my-xxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxl-10,
.mx-xxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxl-11,
.my-xxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxl-11,
.mx-xxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxl-11,
.my-xxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxl-11,
.mx-xxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxl-12,
.my-xxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxl-12,
.mx-xxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxl-12,
.my-xxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxl-12,
.mx-xxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxl-13,
.my-xxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxl-13,
.mx-xxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxl-13,
.my-xxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxl-13,
.mx-xxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxl-14,
.my-xxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxl-14,
.mx-xxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxl-14,
.my-xxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxl-14,
.mx-xxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxl-15,
.my-xxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxl-15,
.mx-xxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxl-15,
.my-xxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxl-15,
.mx-xxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxl-16,
.my-xxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxl-16,
.mx-xxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxl-16,
.my-xxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxl-16,
.mx-xxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxl-17,
.my-xxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxl-17,
.mx-xxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxl-17,
.my-xxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxl-17,
.mx-xxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxl-18,
.my-xxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxl-18,
.mx-xxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxl-18,
.my-xxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxl-18,
.mx-xxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxl-19,
.my-xxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxl-19,
.mx-xxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxl-19,
.my-xxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxl-19,
.mx-xxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxl-20,
.my-xxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxl-20,
.mx-xxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxl-20,
.my-xxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxl-20,
.mx-xxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxl-21,
.my-xxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxl-21,
.mx-xxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxl-21,
.my-xxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxl-21,
.mx-xxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxl-22,
.my-xxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxl-22,
.mx-xxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxl-22,
.my-xxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxl-22,
.mx-xxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxl-23,
.my-xxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxl-23,
.mx-xxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxl-23,
.my-xxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxl-23,
.mx-xxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxl-24,
.my-xxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxl-24,
.mx-xxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxl-24,
.my-xxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxl-24,
.mx-xxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxl-25,
.my-xxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxl-25,
.mx-xxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxl-25,
.my-xxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxl-25,
.mx-xxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxl-26,
.my-xxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxl-26,
.mx-xxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxl-26,
.my-xxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxl-26,
.mx-xxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxl-27,
.my-xxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxl-27,
.mx-xxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxl-27,
.my-xxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxl-27,
.mx-xxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxl-28,
.my-xxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxl-28,
.mx-xxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxl-28,
.my-xxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxl-28,
.mx-xxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxl-29,
.my-xxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxl-29,
.mx-xxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxl-29,
.my-xxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxl-29,
.mx-xxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxl-30,
.my-xxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxl-30,
.mx-xxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxl-30,
.my-xxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxl-30,
.mx-xxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxl-0,
.py-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxl-0,
.px-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxl-0,
.py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxl-0,
.px-xxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxl-1,
.py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxl-1,
.px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxl-1,
.py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxl-1,
.px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxl-2,
.py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxl-2,
.px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxl-2,
.py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxl-2,
.px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxl-6,
.py-xxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-6,
.px-xxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-6,
.py-xxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-6,
.px-xxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxl-7,
.py-xxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxl-7,
.px-xxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxl-7,
.py-xxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxl-7,
.px-xxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxl-8,
.py-xxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxl-8,
.px-xxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxl-8,
.py-xxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxl-8,
.px-xxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxl-9,
.py-xxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxl-9,
.px-xxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxl-9,
.py-xxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxl-9,
.px-xxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxl-10,
.py-xxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxl-10,
.px-xxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxl-10,
.py-xxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxl-10,
.px-xxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxl-11,
.py-xxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxl-11,
.px-xxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxl-11,
.py-xxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxl-11,
.px-xxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxl-12,
.py-xxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxl-12,
.px-xxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-12,
.py-xxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxl-12,
.px-xxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxl-13,
.py-xxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxl-13,
.px-xxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxl-13,
.py-xxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxl-13,
.px-xxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxl-14,
.py-xxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxl-14,
.px-xxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxl-14,
.py-xxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxl-14,
.px-xxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxl-15,
.py-xxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxl-15,
.px-xxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxl-15,
.py-xxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxl-15,
.px-xxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxl-16,
.py-xxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxl-16,
.px-xxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxl-16,
.py-xxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxl-16,
.px-xxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxl-17,
.py-xxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxl-17,
.px-xxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxl-17,
.py-xxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxl-17,
.px-xxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxl-18,
.py-xxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxl-18,
.px-xxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxl-18,
.py-xxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxl-18,
.px-xxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxl-19,
.py-xxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxl-19,
.px-xxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxl-19,
.py-xxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxl-19,
.px-xxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxl-20,
.py-xxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxl-20,
.px-xxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxl-20,
.py-xxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxl-20,
.px-xxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxl-21,
.py-xxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxl-21,
.px-xxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxl-21,
.py-xxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxl-21,
.px-xxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxl-22,
.py-xxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxl-22,
.px-xxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxl-22,
.py-xxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxl-22,
.px-xxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxl-23,
.py-xxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxl-23,
.px-xxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxl-23,
.py-xxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxl-23,
.px-xxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxl-24,
.py-xxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxl-24,
.px-xxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxl-24,
.py-xxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxl-24,
.px-xxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxl-25,
.py-xxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxl-25,
.px-xxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxl-25,
.py-xxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxl-25,
.px-xxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxl-26,
.py-xxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxl-26,
.px-xxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxl-26,
.py-xxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxl-26,
.px-xxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxl-27,
.py-xxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxl-27,
.px-xxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxl-27,
.py-xxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxl-27,
.px-xxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxl-28,
.py-xxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxl-28,
.px-xxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxl-28,
.py-xxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxl-28,
.px-xxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxl-29,
.py-xxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxl-29,
.px-xxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxl-29,
.py-xxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxl-29,
.px-xxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxl-30,
.py-xxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxl-30,
.px-xxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxl-30,
.py-xxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxl-30,
.px-xxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxl-n1,
.my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxl-n1,
.my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxl-n2,
.my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxl-n2,
.my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxl-n6,
.my-xxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxl-n6,
.my-xxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxl-n7,
.my-xxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxl-n7,
.my-xxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxl-n8,
.my-xxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxl-n8,
.my-xxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxl-n9,
.my-xxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxl-n9,
.my-xxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxl-n10,
.my-xxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxl-n10,
.my-xxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxl-n11,
.my-xxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxl-n11,
.mx-xxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxl-n11,
.my-xxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxl-n11,
.mx-xxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxl-n12,
.my-xxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxl-n12,
.mx-xxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxl-n12,
.my-xxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxl-n12,
.mx-xxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxl-n13,
.my-xxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxl-n13,
.mx-xxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxl-n13,
.my-xxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxl-n13,
.mx-xxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxl-n14,
.my-xxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxl-n14,
.mx-xxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxl-n14,
.my-xxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxl-n14,
.mx-xxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxl-n15,
.my-xxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxl-n15,
.my-xxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxl-n16,
.my-xxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxl-n16,
.mx-xxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxl-n16,
.my-xxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxl-n16,
.mx-xxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxl-n17,
.my-xxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxl-n17,
.mx-xxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxl-n17,
.my-xxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxl-n17,
.mx-xxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxl-n18,
.my-xxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxl-n18,
.mx-xxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxl-n18,
.my-xxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxl-n18,
.mx-xxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxl-n19,
.my-xxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxl-n19,
.mx-xxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxl-n19,
.my-xxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxl-n19,
.mx-xxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxl-n20,
.my-xxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxl-n20,
.my-xxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxl-n21,
.my-xxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxl-n21,
.mx-xxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxl-n21,
.my-xxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxl-n21,
.mx-xxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxl-n22,
.my-xxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxl-n22,
.mx-xxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxl-n22,
.my-xxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxl-n22,
.mx-xxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxl-n23,
.my-xxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxl-n23,
.mx-xxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxl-n23,
.my-xxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxl-n23,
.mx-xxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxl-n24,
.my-xxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxl-n24,
.mx-xxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxl-n24,
.my-xxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxl-n24,
.mx-xxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxl-n25,
.my-xxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxl-n25,
.my-xxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxl-n26,
.my-xxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxl-n26,
.mx-xxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxl-n26,
.my-xxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxl-n26,
.mx-xxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxl-n27,
.my-xxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxl-n27,
.mx-xxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxl-n27,
.my-xxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxl-n27,
.mx-xxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxl-n28,
.my-xxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxl-n28,
.mx-xxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxl-n28,
.my-xxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxl-n28,
.mx-xxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxl-n29,
.my-xxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxl-n29,
.mx-xxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxl-n29,
.my-xxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxl-n29,
.mx-xxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxl-n30,
.my-xxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxl-n30,
.my-xxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
.my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
.mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
.my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
.mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1800px) {
  .m-xxxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxxl-0,
.my-xxxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxxl-0,
.mx-xxxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxxl-0,
.my-xxxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxxl-0,
.mx-xxxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxxl-1,
.my-xxxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxxl-1,
.my-xxxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxxl-2,
.my-xxxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxxl-2,
.my-xxxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxxl-3,
.my-xxxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxxl-3,
.my-xxxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxxl-4,
.my-xxxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxxl-4,
.my-xxxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxxl-5,
.my-xxxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxxl-5,
.my-xxxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxxl-6,
.my-xxxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxxl-6,
.mx-xxxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxxl-6,
.my-xxxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxxl-6,
.mx-xxxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxxl-7,
.my-xxxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxxl-7,
.mx-xxxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxxl-7,
.my-xxxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxxl-7,
.mx-xxxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxxl-8,
.my-xxxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxxl-8,
.mx-xxxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxxl-8,
.my-xxxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxxl-8,
.mx-xxxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxxl-9,
.my-xxxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxxl-9,
.mx-xxxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxxl-9,
.my-xxxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxxl-9,
.mx-xxxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxxl-10,
.my-xxxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxxl-10,
.mx-xxxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxxl-10,
.my-xxxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxxl-10,
.mx-xxxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxxl-11,
.my-xxxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxxl-11,
.mx-xxxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxxl-11,
.my-xxxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxxl-11,
.mx-xxxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxxl-12,
.my-xxxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxxl-12,
.mx-xxxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxxl-12,
.my-xxxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxxl-12,
.mx-xxxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxxl-13,
.my-xxxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxxl-13,
.mx-xxxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxxl-13,
.my-xxxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxxl-13,
.mx-xxxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxxl-14,
.my-xxxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxxl-14,
.mx-xxxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxxl-14,
.my-xxxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxxl-14,
.mx-xxxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxxl-15,
.my-xxxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxxl-15,
.mx-xxxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxxl-15,
.my-xxxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxxl-15,
.mx-xxxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxxl-16,
.my-xxxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxxl-16,
.mx-xxxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxxl-16,
.my-xxxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxxl-16,
.mx-xxxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxxl-17,
.my-xxxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxxl-17,
.mx-xxxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxxl-17,
.my-xxxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxxl-17,
.mx-xxxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxxl-18,
.my-xxxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxxl-18,
.mx-xxxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxxl-18,
.my-xxxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxxl-18,
.mx-xxxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxxl-19,
.my-xxxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxxl-19,
.mx-xxxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxxl-19,
.my-xxxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxxl-19,
.mx-xxxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxxl-20,
.my-xxxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxxl-20,
.mx-xxxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxxl-20,
.my-xxxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxxl-20,
.mx-xxxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxxl-21,
.my-xxxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxxl-21,
.mx-xxxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxxl-21,
.my-xxxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxxl-21,
.mx-xxxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxxl-22,
.my-xxxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxxl-22,
.mx-xxxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxxl-22,
.my-xxxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxxl-22,
.mx-xxxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxxl-23,
.my-xxxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxxl-23,
.mx-xxxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxxl-23,
.my-xxxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxxl-23,
.mx-xxxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxxl-24,
.my-xxxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxxl-24,
.mx-xxxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxxl-24,
.my-xxxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxxl-24,
.mx-xxxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxxl-25,
.my-xxxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxxl-25,
.mx-xxxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxxl-25,
.my-xxxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxxl-25,
.mx-xxxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxxl-26,
.my-xxxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxxl-26,
.mx-xxxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxxl-26,
.my-xxxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxxl-26,
.mx-xxxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxxl-27,
.my-xxxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxxl-27,
.mx-xxxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxxl-27,
.my-xxxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxxl-27,
.mx-xxxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxxl-28,
.my-xxxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxxl-28,
.mx-xxxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxxl-28,
.my-xxxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxxl-28,
.mx-xxxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxxl-29,
.my-xxxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxxl-29,
.mx-xxxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxxl-29,
.my-xxxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxxl-29,
.mx-xxxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxxl-30,
.my-xxxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxxl-30,
.mx-xxxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxxl-30,
.my-xxxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxxl-30,
.mx-xxxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxxl-0,
.py-xxxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxxl-0,
.px-xxxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxxl-0,
.py-xxxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxxl-0,
.px-xxxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxxl-1,
.py-xxxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxxl-1,
.px-xxxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxxl-1,
.py-xxxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxxl-1,
.px-xxxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxxl-2,
.py-xxxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxxl-2,
.px-xxxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxxl-2,
.py-xxxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxxl-2,
.px-xxxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxxl-3,
.py-xxxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxxl-3,
.px-xxxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxxl-3,
.py-xxxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxxl-3,
.px-xxxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxxl-4,
.py-xxxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxxl-4,
.px-xxxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxxl-4,
.py-xxxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxxl-4,
.px-xxxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxxl-5,
.py-xxxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxxl-5,
.px-xxxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxxl-5,
.py-xxxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxxl-5,
.px-xxxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxxl-6,
.py-xxxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxxl-6,
.px-xxxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxxl-6,
.py-xxxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxxl-6,
.px-xxxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxxl-7,
.py-xxxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxxl-7,
.px-xxxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxxl-7,
.py-xxxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxxl-7,
.px-xxxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxxl-8,
.py-xxxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxxl-8,
.px-xxxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxxl-8,
.py-xxxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxxl-8,
.px-xxxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxxl-9,
.py-xxxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxxl-9,
.px-xxxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxxl-9,
.py-xxxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxxl-9,
.px-xxxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxxl-10,
.py-xxxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxxl-10,
.px-xxxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxxl-10,
.py-xxxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxxl-10,
.px-xxxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxxl-11,
.py-xxxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxxl-11,
.px-xxxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxxl-11,
.py-xxxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxxl-11,
.px-xxxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxxl-12,
.py-xxxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxxl-12,
.px-xxxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxxl-12,
.py-xxxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxxl-12,
.px-xxxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxxl-13,
.py-xxxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxxl-13,
.px-xxxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxxl-13,
.py-xxxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxxl-13,
.px-xxxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxxl-14,
.py-xxxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxxl-14,
.px-xxxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxxl-14,
.py-xxxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxxl-14,
.px-xxxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxxl-15,
.py-xxxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxxl-15,
.px-xxxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxxl-15,
.py-xxxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxxl-15,
.px-xxxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxxl-16,
.py-xxxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxxl-16,
.px-xxxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxxl-16,
.py-xxxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxxl-16,
.px-xxxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxxl-17,
.py-xxxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxxl-17,
.px-xxxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxxl-17,
.py-xxxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxxl-17,
.px-xxxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxxl-18,
.py-xxxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxxl-18,
.px-xxxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxxl-18,
.py-xxxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxxl-18,
.px-xxxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxxl-19,
.py-xxxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxxl-19,
.px-xxxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxxl-19,
.py-xxxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxxl-19,
.px-xxxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxxl-20,
.py-xxxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxxl-20,
.px-xxxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxxl-20,
.py-xxxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxxl-20,
.px-xxxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxxl-21,
.py-xxxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxxl-21,
.px-xxxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxxl-21,
.py-xxxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxxl-21,
.px-xxxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxxl-22,
.py-xxxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxxl-22,
.px-xxxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxxl-22,
.py-xxxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxxl-22,
.px-xxxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxxl-23,
.py-xxxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxxl-23,
.px-xxxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxxl-23,
.py-xxxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxxl-23,
.px-xxxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxxl-24,
.py-xxxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxxl-24,
.px-xxxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxxl-24,
.py-xxxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxxl-24,
.px-xxxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxxl-25,
.py-xxxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxxl-25,
.px-xxxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxxl-25,
.py-xxxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxxl-25,
.px-xxxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxxl-26,
.py-xxxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxxl-26,
.px-xxxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxxl-26,
.py-xxxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxxl-26,
.px-xxxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxxl-27,
.py-xxxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxxl-27,
.px-xxxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxxl-27,
.py-xxxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxxl-27,
.px-xxxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxxl-28,
.py-xxxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxxl-28,
.px-xxxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxxl-28,
.py-xxxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxxl-28,
.px-xxxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxxl-29,
.py-xxxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxxl-29,
.px-xxxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxxl-29,
.py-xxxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxxl-29,
.px-xxxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxxl-30,
.py-xxxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxxl-30,
.px-xxxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxxl-30,
.py-xxxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxxl-30,
.px-xxxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxxl-n6,
.my-xxxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxxl-n6,
.mx-xxxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxxl-n6,
.my-xxxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxxl-n6,
.mx-xxxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxxl-n7,
.my-xxxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxxl-n7,
.mx-xxxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxxl-n7,
.my-xxxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxxl-n7,
.mx-xxxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxxl-n8,
.my-xxxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxxl-n8,
.mx-xxxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxxl-n8,
.my-xxxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxxl-n8,
.mx-xxxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxxl-n9,
.my-xxxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxxl-n9,
.mx-xxxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxxl-n9,
.my-xxxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxxl-n9,
.mx-xxxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxxl-n10,
.my-xxxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxxl-n10,
.mx-xxxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxxl-n10,
.my-xxxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxxl-n10,
.mx-xxxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxxl-n11,
.my-xxxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxxl-n11,
.mx-xxxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxxl-n11,
.my-xxxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxxl-n11,
.mx-xxxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxxl-n12,
.my-xxxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxxl-n12,
.mx-xxxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxxl-n12,
.my-xxxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxxl-n12,
.mx-xxxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxxl-n13,
.my-xxxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxxl-n13,
.mx-xxxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxxl-n13,
.my-xxxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxxl-n13,
.mx-xxxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxxl-n14,
.my-xxxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxxl-n14,
.mx-xxxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxxl-n14,
.my-xxxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxxl-n14,
.mx-xxxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxxl-n15,
.my-xxxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxxl-n15,
.mx-xxxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxxl-n15,
.my-xxxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxxl-n15,
.mx-xxxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxxl-n16,
.my-xxxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxxl-n16,
.mx-xxxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxxl-n16,
.my-xxxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxxl-n16,
.mx-xxxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxxl-n17,
.my-xxxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxxl-n17,
.mx-xxxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxxl-n17,
.my-xxxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxxl-n17,
.mx-xxxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxxl-n18,
.my-xxxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxxl-n18,
.mx-xxxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxxl-n18,
.my-xxxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxxl-n18,
.mx-xxxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxxl-n19,
.my-xxxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxxl-n19,
.mx-xxxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxxl-n19,
.my-xxxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxxl-n19,
.mx-xxxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxxl-n20,
.my-xxxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxxl-n20,
.mx-xxxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxxl-n20,
.my-xxxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxxl-n20,
.mx-xxxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxxl-n21,
.my-xxxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxxl-n21,
.mx-xxxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxxl-n21,
.my-xxxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxxl-n21,
.mx-xxxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxxl-n22,
.my-xxxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxxl-n22,
.mx-xxxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxxl-n22,
.my-xxxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxxl-n22,
.mx-xxxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxxl-n23,
.my-xxxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxxl-n23,
.mx-xxxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxxl-n23,
.my-xxxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxxl-n23,
.mx-xxxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxxl-n24,
.my-xxxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxxl-n24,
.mx-xxxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxxl-n24,
.my-xxxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxxl-n24,
.mx-xxxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxxl-n25,
.my-xxxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxxl-n25,
.mx-xxxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxxl-n25,
.my-xxxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxxl-n25,
.mx-xxxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxxl-n26,
.my-xxxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxxl-n26,
.mx-xxxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxxl-n26,
.my-xxxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxxl-n26,
.mx-xxxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxxl-n27,
.my-xxxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxxl-n27,
.mx-xxxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxxl-n27,
.my-xxxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxxl-n27,
.mx-xxxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxxl-n28,
.my-xxxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxxl-n28,
.mx-xxxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxxl-n28,
.my-xxxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxxl-n28,
.mx-xxxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxxl-n29,
.my-xxxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxxl-n29,
.mx-xxxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxxl-n29,
.my-xxxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxxl-n29,
.mx-xxxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxxl-n30,
.my-xxxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxxl-n30,
.mx-xxxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxxl-n30,
.my-xxxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxxl-n30,
.mx-xxxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxxl-auto,
.my-xxxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxxl-auto,
.mx-xxxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxxl-auto,
.my-xxxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxxl-auto,
.mx-xxxxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 375px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1688px) {
  .text-xxxxl-left {
    text-align: left !important;
  }
  .text-xxxxl-right {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .text-xxxxxl-left {
    text-align: left !important;
  }
  .text-xxxxxl-right {
    text-align: right !important;
  }
  .text-xxxxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0A2349 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #010306 !important;
}

.text-secondary {
  color: #00C7F2 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #0088a6 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xxl,
.container-xxxl,
.container-xxxxl,
.container-xxxxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-xs, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-xs, .container-sm, .container-md {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 904px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1200px;
  }
}
@media (min-width: 1688px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl {
    max-width: 1448px;
  }
}
@media (min-width: 1800px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl, .container-xxxxxl {
    max-width: 1560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto, .col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl,
.col-xxxxl-auto, .col-xxxxxl-1, .col-xxxxxl-2, .col-xxxxxl-3, .col-xxxxxl-4, .col-xxxxxl-5, .col-xxxxxl-6, .col-xxxxxl-7, .col-xxxxxl-8, .col-xxxxxl-9, .col-xxxxxl-10, .col-xxxxxl-11, .col-xxxxxl-12, .col-xxxxxl,
.col-xxxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1688px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    order: -1;
  }
  .order-xxxxl-last {
    order: 13;
  }
  .order-xxxxl-0 {
    order: 0;
  }
  .order-xxxxl-1 {
    order: 1;
  }
  .order-xxxxl-2 {
    order: 2;
  }
  .order-xxxxl-3 {
    order: 3;
  }
  .order-xxxxl-4 {
    order: 4;
  }
  .order-xxxxl-5 {
    order: 5;
  }
  .order-xxxxl-6 {
    order: 6;
  }
  .order-xxxxl-7 {
    order: 7;
  }
  .order-xxxxl-8 {
    order: 8;
  }
  .order-xxxxl-9 {
    order: 9;
  }
  .order-xxxxl-10 {
    order: 10;
  }
  .order-xxxxl-11 {
    order: 11;
  }
  .order-xxxxl-12 {
    order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxxl-first {
    order: -1;
  }
  .order-xxxxxl-last {
    order: 13;
  }
  .order-xxxxxl-0 {
    order: 0;
  }
  .order-xxxxxl-1 {
    order: 1;
  }
  .order-xxxxxl-2 {
    order: 2;
  }
  .order-xxxxxl-3 {
    order: 3;
  }
  .order-xxxxxl-4 {
    order: 4;
  }
  .order-xxxxxl-5 {
    order: 5;
  }
  .order-xxxxxl-6 {
    order: 6;
  }
  .order-xxxxxl-7 {
    order: 7;
  }
  .order-xxxxxl-8 {
    order: 8;
  }
  .order-xxxxxl-9 {
    order: 9;
  }
  .order-xxxxxl-10 {
    order: 10;
  }
  .order-xxxxxl-11 {
    order: 11;
  }
  .order-xxxxxl-12 {
    order: 12;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1688px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxxxl-none {
    display: none !important;
  }
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1688px) {
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1800px) {
  .flex-xxxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16,
.my-16 {
  margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-21 {
  margin: 5.25rem !important;
}

.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-29 {
  margin: 7.25rem !important;
}

.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

.pr-16,
.px-16 {
  padding-right: 4rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}

.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}

.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}

.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}

.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}

.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}

.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}

.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}

.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}

.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n21 {
  margin: -5.25rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}

.m-n27 {
  margin: -6.75rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n29 {
  margin: -7.25rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}

.m-n30 {
  margin: -7.5rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-3,
.my-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-3,
.mx-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-3,
.mx-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mt-xs-4,
.my-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-5,
.my-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-5,
.mx-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-5,
.mx-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-6,
.my-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-6,
.mx-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6,
.my-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-6,
.mx-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-7,
.my-xs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-7,
.mx-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7,
.my-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-7,
.mx-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mt-xs-8,
.my-xs-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-8,
.mx-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8,
.my-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-8,
.mx-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-9,
.my-xs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-9,
.mx-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9,
.my-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-9,
.mx-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-10,
.my-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-10,
.mx-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10,
.my-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-10,
.mx-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mt-xs-11,
.my-xs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xs-11,
.mx-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11,
.my-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xs-11,
.mx-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mt-xs-12,
.my-xs-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-12,
.mx-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12,
.my-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-12,
.mx-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-13 {
    margin: 3.25rem !important;
  }
  .mt-xs-13,
.my-xs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xs-13,
.mx-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-13,
.my-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xs-13,
.mx-xs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xs-14 {
    margin: 3.5rem !important;
  }
  .mt-xs-14,
.my-xs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xs-14,
.mx-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xs-14,
.my-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xs-14,
.mx-xs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xs-15 {
    margin: 3.75rem !important;
  }
  .mt-xs-15,
.my-xs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xs-15,
.mx-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-15,
.my-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xs-15,
.mx-xs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xs-16 {
    margin: 4rem !important;
  }
  .mt-xs-16,
.my-xs-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-16,
.mx-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-16,
.my-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-16,
.mx-xs-16 {
    margin-left: 4rem !important;
  }
  .m-xs-17 {
    margin: 4.25rem !important;
  }
  .mt-xs-17,
.my-xs-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xs-17,
.mx-xs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xs-17,
.my-xs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xs-17,
.mx-xs-17 {
    margin-left: 4.25rem !important;
  }
  .m-xs-18 {
    margin: 4.5rem !important;
  }
  .mt-xs-18,
.my-xs-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xs-18,
.mx-xs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-18,
.my-xs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-18,
.mx-xs-18 {
    margin-left: 4.5rem !important;
  }
  .m-xs-19 {
    margin: 4.75rem !important;
  }
  .mt-xs-19,
.my-xs-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xs-19,
.mx-xs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xs-19,
.my-xs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xs-19,
.mx-xs-19 {
    margin-left: 4.75rem !important;
  }
  .m-xs-20 {
    margin: 5rem !important;
  }
  .mt-xs-20,
.my-xs-20 {
    margin-top: 5rem !important;
  }
  .mr-xs-20,
.mx-xs-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-20,
.my-xs-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-20,
.mx-xs-20 {
    margin-left: 5rem !important;
  }
  .m-xs-21 {
    margin: 5.25rem !important;
  }
  .mt-xs-21,
.my-xs-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xs-21,
.mx-xs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xs-21,
.my-xs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xs-21,
.mx-xs-21 {
    margin-left: 5.25rem !important;
  }
  .m-xs-22 {
    margin: 5.5rem !important;
  }
  .mt-xs-22,
.my-xs-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xs-22,
.mx-xs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xs-22,
.my-xs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xs-22,
.mx-xs-22 {
    margin-left: 5.5rem !important;
  }
  .m-xs-23 {
    margin: 5.75rem !important;
  }
  .mt-xs-23,
.my-xs-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xs-23,
.mx-xs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xs-23,
.my-xs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xs-23,
.mx-xs-23 {
    margin-left: 5.75rem !important;
  }
  .m-xs-24 {
    margin: 6rem !important;
  }
  .mt-xs-24,
.my-xs-24 {
    margin-top: 6rem !important;
  }
  .mr-xs-24,
.mx-xs-24 {
    margin-right: 6rem !important;
  }
  .mb-xs-24,
.my-xs-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-24,
.mx-xs-24 {
    margin-left: 6rem !important;
  }
  .m-xs-25 {
    margin: 6.25rem !important;
  }
  .mt-xs-25,
.my-xs-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xs-25,
.mx-xs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xs-25,
.my-xs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xs-25,
.mx-xs-25 {
    margin-left: 6.25rem !important;
  }
  .m-xs-26 {
    margin: 6.5rem !important;
  }
  .mt-xs-26,
.my-xs-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xs-26,
.mx-xs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xs-26,
.my-xs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xs-26,
.mx-xs-26 {
    margin-left: 6.5rem !important;
  }
  .m-xs-27 {
    margin: 6.75rem !important;
  }
  .mt-xs-27,
.my-xs-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xs-27,
.mx-xs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xs-27,
.my-xs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xs-27,
.mx-xs-27 {
    margin-left: 6.75rem !important;
  }
  .m-xs-28 {
    margin: 7rem !important;
  }
  .mt-xs-28,
.my-xs-28 {
    margin-top: 7rem !important;
  }
  .mr-xs-28,
.mx-xs-28 {
    margin-right: 7rem !important;
  }
  .mb-xs-28,
.my-xs-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xs-28,
.mx-xs-28 {
    margin-left: 7rem !important;
  }
  .m-xs-29 {
    margin: 7.25rem !important;
  }
  .mt-xs-29,
.my-xs-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xs-29,
.mx-xs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xs-29,
.my-xs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xs-29,
.mx-xs-29 {
    margin-left: 7.25rem !important;
  }
  .m-xs-30 {
    margin: 7.5rem !important;
  }
  .mt-xs-30,
.my-xs-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-30,
.mx-xs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-30,
.my-xs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-30,
.mx-xs-30 {
    margin-left: 7.5rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-3,
.py-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-3,
.px-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-3,
.px-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .pt-xs-4,
.py-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-4,
.px-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-4,
.px-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-5,
.py-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-5,
.px-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-5,
.px-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-6,
.py-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-6,
.px-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6,
.py-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-6,
.px-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-7,
.py-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-7,
.px-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7,
.py-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-7,
.px-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .pt-xs-8,
.py-xs-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-8,
.px-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8,
.py-xs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-8,
.px-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-9,
.py-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-9,
.px-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9,
.py-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-9,
.px-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-10,
.py-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-10,
.px-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10,
.py-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-10,
.px-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .pt-xs-11,
.py-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xs-11,
.px-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11,
.py-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xs-11,
.px-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .pt-xs-12,
.py-xs-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-12,
.px-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12,
.py-xs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-12,
.px-xs-12 {
    padding-left: 3rem !important;
  }
  .p-xs-13 {
    padding: 3.25rem !important;
  }
  .pt-xs-13,
.py-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xs-13,
.px-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-13,
.py-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xs-13,
.px-xs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xs-14 {
    padding: 3.5rem !important;
  }
  .pt-xs-14,
.py-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xs-14,
.px-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xs-14,
.py-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xs-14,
.px-xs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xs-15 {
    padding: 3.75rem !important;
  }
  .pt-xs-15,
.py-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xs-15,
.px-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-15,
.py-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xs-15,
.px-xs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xs-16 {
    padding: 4rem !important;
  }
  .pt-xs-16,
.py-xs-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-16,
.px-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-16,
.py-xs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-16,
.px-xs-16 {
    padding-left: 4rem !important;
  }
  .p-xs-17 {
    padding: 4.25rem !important;
  }
  .pt-xs-17,
.py-xs-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xs-17,
.px-xs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xs-17,
.py-xs-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xs-17,
.px-xs-17 {
    padding-left: 4.25rem !important;
  }
  .p-xs-18 {
    padding: 4.5rem !important;
  }
  .pt-xs-18,
.py-xs-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xs-18,
.px-xs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-18,
.py-xs-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-18,
.px-xs-18 {
    padding-left: 4.5rem !important;
  }
  .p-xs-19 {
    padding: 4.75rem !important;
  }
  .pt-xs-19,
.py-xs-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xs-19,
.px-xs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xs-19,
.py-xs-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xs-19,
.px-xs-19 {
    padding-left: 4.75rem !important;
  }
  .p-xs-20 {
    padding: 5rem !important;
  }
  .pt-xs-20,
.py-xs-20 {
    padding-top: 5rem !important;
  }
  .pr-xs-20,
.px-xs-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-20,
.py-xs-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-20,
.px-xs-20 {
    padding-left: 5rem !important;
  }
  .p-xs-21 {
    padding: 5.25rem !important;
  }
  .pt-xs-21,
.py-xs-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xs-21,
.px-xs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xs-21,
.py-xs-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xs-21,
.px-xs-21 {
    padding-left: 5.25rem !important;
  }
  .p-xs-22 {
    padding: 5.5rem !important;
  }
  .pt-xs-22,
.py-xs-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xs-22,
.px-xs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xs-22,
.py-xs-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xs-22,
.px-xs-22 {
    padding-left: 5.5rem !important;
  }
  .p-xs-23 {
    padding: 5.75rem !important;
  }
  .pt-xs-23,
.py-xs-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xs-23,
.px-xs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xs-23,
.py-xs-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xs-23,
.px-xs-23 {
    padding-left: 5.75rem !important;
  }
  .p-xs-24 {
    padding: 6rem !important;
  }
  .pt-xs-24,
.py-xs-24 {
    padding-top: 6rem !important;
  }
  .pr-xs-24,
.px-xs-24 {
    padding-right: 6rem !important;
  }
  .pb-xs-24,
.py-xs-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-24,
.px-xs-24 {
    padding-left: 6rem !important;
  }
  .p-xs-25 {
    padding: 6.25rem !important;
  }
  .pt-xs-25,
.py-xs-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xs-25,
.px-xs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xs-25,
.py-xs-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xs-25,
.px-xs-25 {
    padding-left: 6.25rem !important;
  }
  .p-xs-26 {
    padding: 6.5rem !important;
  }
  .pt-xs-26,
.py-xs-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xs-26,
.px-xs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xs-26,
.py-xs-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xs-26,
.px-xs-26 {
    padding-left: 6.5rem !important;
  }
  .p-xs-27 {
    padding: 6.75rem !important;
  }
  .pt-xs-27,
.py-xs-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xs-27,
.px-xs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xs-27,
.py-xs-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xs-27,
.px-xs-27 {
    padding-left: 6.75rem !important;
  }
  .p-xs-28 {
    padding: 7rem !important;
  }
  .pt-xs-28,
.py-xs-28 {
    padding-top: 7rem !important;
  }
  .pr-xs-28,
.px-xs-28 {
    padding-right: 7rem !important;
  }
  .pb-xs-28,
.py-xs-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xs-28,
.px-xs-28 {
    padding-left: 7rem !important;
  }
  .p-xs-29 {
    padding: 7.25rem !important;
  }
  .pt-xs-29,
.py-xs-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xs-29,
.px-xs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xs-29,
.py-xs-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xs-29,
.px-xs-29 {
    padding-left: 7.25rem !important;
  }
  .p-xs-30 {
    padding: 7.5rem !important;
  }
  .pt-xs-30,
.py-xs-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-30,
.px-xs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-30,
.py-xs-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-30,
.px-xs-30 {
    padding-left: 7.5rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -0.75rem !important;
  }
  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n4 {
    margin: -1rem !important;
  }
  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1rem !important;
  }
  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1rem !important;
  }
  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1rem !important;
  }
  .m-xs-n5 {
    margin: -1.25rem !important;
  }
  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n6 {
    margin: -1.5rem !important;
  }
  .mt-xs-n6,
.my-xs-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n6,
.mx-xs-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n6,
.my-xs-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n6,
.mx-xs-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n7 {
    margin: -1.75rem !important;
  }
  .mt-xs-n7,
.my-xs-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xs-n7,
.mx-xs-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xs-n7,
.my-xs-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xs-n7,
.mx-xs-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xs-n8 {
    margin: -2rem !important;
  }
  .mt-xs-n8,
.my-xs-n8 {
    margin-top: -2rem !important;
  }
  .mr-xs-n8,
.mx-xs-n8 {
    margin-right: -2rem !important;
  }
  .mb-xs-n8,
.my-xs-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n8,
.mx-xs-n8 {
    margin-left: -2rem !important;
  }
  .m-xs-n9 {
    margin: -2.25rem !important;
  }
  .mt-xs-n9,
.my-xs-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xs-n9,
.mx-xs-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xs-n9,
.my-xs-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xs-n9,
.mx-xs-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xs-n10 {
    margin: -2.5rem !important;
  }
  .mt-xs-n10,
.my-xs-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n10,
.mx-xs-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n10,
.my-xs-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n10,
.mx-xs-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xs-n11 {
    margin: -2.75rem !important;
  }
  .mt-xs-n11,
.my-xs-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xs-n11,
.mx-xs-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xs-n11,
.my-xs-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xs-n11,
.mx-xs-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xs-n12 {
    margin: -3rem !important;
  }
  .mt-xs-n12,
.my-xs-n12 {
    margin-top: -3rem !important;
  }
  .mr-xs-n12,
.mx-xs-n12 {
    margin-right: -3rem !important;
  }
  .mb-xs-n12,
.my-xs-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n12,
.mx-xs-n12 {
    margin-left: -3rem !important;
  }
  .m-xs-n13 {
    margin: -3.25rem !important;
  }
  .mt-xs-n13,
.my-xs-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xs-n13,
.mx-xs-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xs-n13,
.my-xs-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xs-n13,
.mx-xs-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xs-n14 {
    margin: -3.5rem !important;
  }
  .mt-xs-n14,
.my-xs-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xs-n14,
.mx-xs-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xs-n14,
.my-xs-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xs-n14,
.mx-xs-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xs-n15 {
    margin: -3.75rem !important;
  }
  .mt-xs-n15,
.my-xs-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xs-n15,
.mx-xs-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xs-n15,
.my-xs-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xs-n15,
.mx-xs-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xs-n16 {
    margin: -4rem !important;
  }
  .mt-xs-n16,
.my-xs-n16 {
    margin-top: -4rem !important;
  }
  .mr-xs-n16,
.mx-xs-n16 {
    margin-right: -4rem !important;
  }
  .mb-xs-n16,
.my-xs-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n16,
.mx-xs-n16 {
    margin-left: -4rem !important;
  }
  .m-xs-n17 {
    margin: -4.25rem !important;
  }
  .mt-xs-n17,
.my-xs-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xs-n17,
.mx-xs-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xs-n17,
.my-xs-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xs-n17,
.mx-xs-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xs-n18 {
    margin: -4.5rem !important;
  }
  .mt-xs-n18,
.my-xs-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n18,
.mx-xs-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n18,
.my-xs-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n18,
.mx-xs-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xs-n19 {
    margin: -4.75rem !important;
  }
  .mt-xs-n19,
.my-xs-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xs-n19,
.mx-xs-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xs-n19,
.my-xs-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xs-n19,
.mx-xs-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xs-n20 {
    margin: -5rem !important;
  }
  .mt-xs-n20,
.my-xs-n20 {
    margin-top: -5rem !important;
  }
  .mr-xs-n20,
.mx-xs-n20 {
    margin-right: -5rem !important;
  }
  .mb-xs-n20,
.my-xs-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n20,
.mx-xs-n20 {
    margin-left: -5rem !important;
  }
  .m-xs-n21 {
    margin: -5.25rem !important;
  }
  .mt-xs-n21,
.my-xs-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xs-n21,
.mx-xs-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xs-n21,
.my-xs-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xs-n21,
.mx-xs-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xs-n22 {
    margin: -5.5rem !important;
  }
  .mt-xs-n22,
.my-xs-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xs-n22,
.mx-xs-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xs-n22,
.my-xs-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xs-n22,
.mx-xs-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xs-n23 {
    margin: -5.75rem !important;
  }
  .mt-xs-n23,
.my-xs-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xs-n23,
.mx-xs-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xs-n23,
.my-xs-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xs-n23,
.mx-xs-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xs-n24 {
    margin: -6rem !important;
  }
  .mt-xs-n24,
.my-xs-n24 {
    margin-top: -6rem !important;
  }
  .mr-xs-n24,
.mx-xs-n24 {
    margin-right: -6rem !important;
  }
  .mb-xs-n24,
.my-xs-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n24,
.mx-xs-n24 {
    margin-left: -6rem !important;
  }
  .m-xs-n25 {
    margin: -6.25rem !important;
  }
  .mt-xs-n25,
.my-xs-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xs-n25,
.mx-xs-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xs-n25,
.my-xs-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xs-n25,
.mx-xs-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xs-n26 {
    margin: -6.5rem !important;
  }
  .mt-xs-n26,
.my-xs-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xs-n26,
.mx-xs-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xs-n26,
.my-xs-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xs-n26,
.mx-xs-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xs-n27 {
    margin: -6.75rem !important;
  }
  .mt-xs-n27,
.my-xs-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xs-n27,
.mx-xs-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xs-n27,
.my-xs-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xs-n27,
.mx-xs-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xs-n28 {
    margin: -7rem !important;
  }
  .mt-xs-n28,
.my-xs-n28 {
    margin-top: -7rem !important;
  }
  .mr-xs-n28,
.mx-xs-n28 {
    margin-right: -7rem !important;
  }
  .mb-xs-n28,
.my-xs-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xs-n28,
.mx-xs-n28 {
    margin-left: -7rem !important;
  }
  .m-xs-n29 {
    margin: -7.25rem !important;
  }
  .mt-xs-n29,
.my-xs-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xs-n29,
.mx-xs-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xs-n29,
.my-xs-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xs-n29,
.mx-xs-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xs-n30 {
    margin: -7.5rem !important;
  }
  .mt-xs-n30,
.my-xs-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xs-n30,
.mx-xs-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xs-n30,
.my-xs-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xs-n30,
.mx-xs-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
.my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
.my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
.my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12,
.my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12,
.mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12,
.mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13,
.my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13,
.mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13,
.mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14,
.my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14,
.mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14,
.mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15,
.my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15,
.mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15,
.mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16,
.my-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16,
.mx-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16,
.mx-sm-16 {
    margin-left: 4rem !important;
  }
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  .mt-sm-17,
.my-sm-17 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-17,
.mx-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-17,
.mx-sm-17 {
    margin-left: 4.25rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-sm-18,
.my-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-18,
.mx-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-18,
.mx-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-sm-19,
.my-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-19,
.mx-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19,
.my-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-19,
.mx-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
.my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
.mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
.mx-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-21 {
    margin: 5.25rem !important;
  }
  .mt-sm-21,
.my-sm-21 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-21,
.mx-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-21,
.my-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-21,
.mx-sm-21 {
    margin-left: 5.25rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-sm-22,
.my-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-22,
.mx-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22,
.my-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-22,
.mx-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-sm-23,
.my-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-23,
.mx-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23,
.my-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-23,
.mx-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .mt-sm-24,
.my-sm-24 {
    margin-top: 6rem !important;
  }
  .mr-sm-24,
.mx-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-24,
.mx-sm-24 {
    margin-left: 6rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-sm-25,
.my-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-25,
.mx-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-25,
.mx-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .mt-sm-26,
.my-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-26,
.mx-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-26,
.my-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-26,
.mx-sm-26 {
    margin-left: 6.5rem !important;
  }
  .m-sm-27 {
    margin: 6.75rem !important;
  }
  .mt-sm-27,
.my-sm-27 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-27,
.mx-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-27,
.my-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-27,
.mx-sm-27 {
    margin-left: 6.75rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mt-sm-28,
.my-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-sm-28,
.mx-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-28,
.mx-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-29 {
    margin: 7.25rem !important;
  }
  .mt-sm-29,
.my-sm-29 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-29,
.mx-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-29,
.my-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-29,
.mx-sm-29 {
    margin-left: 7.25rem !important;
  }
  .m-sm-30 {
    margin: 7.5rem !important;
  }
  .mt-sm-30,
.my-sm-30 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-30,
.mx-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-30,
.mx-sm-30 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
.py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
.px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
.px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
.py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
.px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
.px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
.py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
.px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
.px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12,
.py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12,
.px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12,
.px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13,
.py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13,
.px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13,
.px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14,
.py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14,
.px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14,
.px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15,
.py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15,
.px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15,
.px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16,
.py-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16,
.px-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16,
.px-sm-16 {
    padding-left: 4rem !important;
  }
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  .pt-sm-17,
.py-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-17,
.px-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-17,
.px-sm-17 {
    padding-left: 4.25rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-sm-18,
.py-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-18,
.px-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-18,
.px-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-sm-19,
.py-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-19,
.px-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19,
.py-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-19,
.px-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
.py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
.px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
.px-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-21 {
    padding: 5.25rem !important;
  }
  .pt-sm-21,
.py-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-21,
.px-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-21,
.py-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-21,
.px-sm-21 {
    padding-left: 5.25rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-sm-22,
.py-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-22,
.px-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22,
.py-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-22,
.px-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-sm-23,
.py-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-23,
.px-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23,
.py-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-23,
.px-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .pt-sm-24,
.py-sm-24 {
    padding-top: 6rem !important;
  }
  .pr-sm-24,
.px-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-24,
.px-sm-24 {
    padding-left: 6rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-sm-25,
.py-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-25,
.px-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-25,
.px-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .pt-sm-26,
.py-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-26,
.px-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-26,
.py-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-26,
.px-sm-26 {
    padding-left: 6.5rem !important;
  }
  .p-sm-27 {
    padding: 6.75rem !important;
  }
  .pt-sm-27,
.py-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-27,
.px-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-27,
.py-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-27,
.px-sm-27 {
    padding-left: 6.75rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .pt-sm-28,
.py-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-sm-28,
.px-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-28,
.px-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-29 {
    padding: 7.25rem !important;
  }
  .pt-sm-29,
.py-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-29,
.px-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-29,
.py-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-29,
.px-sm-29 {
    padding-left: 7.25rem !important;
  }
  .p-sm-30 {
    padding: 7.5rem !important;
  }
  .pt-sm-30,
.py-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-30,
.px-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-30,
.px-sm-30 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -3rem !important;
  }
  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -3rem !important;
  }
  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -3rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -4rem !important;
  }
  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -4rem !important;
  }
  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -4rem !important;
  }
  .m-sm-n17 {
    margin: -4.25rem !important;
  }
  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  .mt-sm-n19,
.my-sm-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n19,
.mx-sm-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n19,
.my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n19,
.mx-sm-n19 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -5rem !important;
  }
  .m-sm-n21 {
    margin: -5.25rem !important;
  }
  .mt-sm-n21,
.my-sm-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n21,
.mx-sm-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n21,
.my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n21,
.mx-sm-n21 {
    margin-left: -5.25rem !important;
  }
  .m-sm-n22 {
    margin: -5.5rem !important;
  }
  .mt-sm-n22,
.my-sm-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n22,
.mx-sm-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n22,
.my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n22,
.mx-sm-n22 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n23 {
    margin: -5.75rem !important;
  }
  .mt-sm-n23,
.my-sm-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-sm-n23,
.mx-sm-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-sm-n23,
.my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm-n23,
.mx-sm-n23 {
    margin-left: -5.75rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -6rem !important;
  }
  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -6rem !important;
  }
  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -6rem !important;
  }
  .m-sm-n25 {
    margin: -6.25rem !important;
  }
  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n26 {
    margin: -6.5rem !important;
  }
  .mt-sm-n26,
.my-sm-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n26,
.mx-sm-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n26,
.my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n26,
.mx-sm-n26 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n27 {
    margin: -6.75rem !important;
  }
  .mt-sm-n27,
.my-sm-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-sm-n27,
.mx-sm-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n27,
.my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm-n27,
.mx-sm-n27 {
    margin-left: -6.75rem !important;
  }
  .m-sm-n28 {
    margin: -7rem !important;
  }
  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -7rem !important;
  }
  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -7rem !important;
  }
  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -7rem !important;
  }
  .m-sm-n29 {
    margin: -7.25rem !important;
  }
  .mt-sm-n29,
.my-sm-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-sm-n29,
.mx-sm-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-sm-n29,
.my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm-n29,
.mx-sm-n29 {
    margin-left: -7.25rem !important;
  }
  .m-sm-n30 {
    margin: -7.5rem !important;
  }
  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
.my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
.mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
.my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
.my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
.mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
.my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
.mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
.my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
.mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
.my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
.mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12,
.my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12,
.mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12,
.my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12,
.mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13,
.my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13,
.mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13,
.my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13,
.mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14,
.my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14,
.mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14,
.my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14,
.mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15,
.my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15,
.mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15,
.my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15,
.mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16,
.my-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16,
.mx-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16,
.my-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16,
.mx-md-16 {
    margin-left: 4rem !important;
  }
  .m-md-17 {
    margin: 4.25rem !important;
  }
  .mt-md-17,
.my-md-17 {
    margin-top: 4.25rem !important;
  }
  .mr-md-17,
.mx-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-md-17,
.my-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-17,
.mx-md-17 {
    margin-left: 4.25rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mt-md-18,
.my-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-md-18,
.mx-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18,
.my-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-18,
.mx-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mt-md-19,
.my-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-md-19,
.mx-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19,
.my-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-19,
.mx-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
.my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
.mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
.my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
.mx-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-21 {
    margin: 5.25rem !important;
  }
  .mt-md-21,
.my-md-21 {
    margin-top: 5.25rem !important;
  }
  .mr-md-21,
.mx-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-md-21,
.my-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-21,
.mx-md-21 {
    margin-left: 5.25rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mt-md-22,
.my-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-md-22,
.mx-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22,
.my-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-22,
.mx-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mt-md-23,
.my-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-md-23,
.mx-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23,
.my-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-23,
.mx-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .mt-md-24,
.my-md-24 {
    margin-top: 6rem !important;
  }
  .mr-md-24,
.mx-md-24 {
    margin-right: 6rem !important;
  }
  .mb-md-24,
.my-md-24 {
    margin-bottom: 6rem !important;
  }
  .ml-md-24,
.mx-md-24 {
    margin-left: 6rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mt-md-25,
.my-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-md-25,
.mx-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25,
.my-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-25,
.mx-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .mt-md-26,
.my-md-26 {
    margin-top: 6.5rem !important;
  }
  .mr-md-26,
.mx-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-md-26,
.my-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-26,
.mx-md-26 {
    margin-left: 6.5rem !important;
  }
  .m-md-27 {
    margin: 6.75rem !important;
  }
  .mt-md-27,
.my-md-27 {
    margin-top: 6.75rem !important;
  }
  .mr-md-27,
.mx-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-md-27,
.my-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-27,
.mx-md-27 {
    margin-left: 6.75rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mt-md-28,
.my-md-28 {
    margin-top: 7rem !important;
  }
  .mr-md-28,
.mx-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28,
.my-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-md-28,
.mx-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-29 {
    margin: 7.25rem !important;
  }
  .mt-md-29,
.my-md-29 {
    margin-top: 7.25rem !important;
  }
  .mr-md-29,
.mx-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-md-29,
.my-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-29,
.mx-md-29 {
    margin-left: 7.25rem !important;
  }
  .m-md-30 {
    margin: 7.5rem !important;
  }
  .mt-md-30,
.my-md-30 {
    margin-top: 7.5rem !important;
  }
  .mr-md-30,
.mx-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-md-30,
.my-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-30,
.mx-md-30 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12,
.py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12,
.px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12,
.py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12,
.px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13,
.py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13,
.px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13,
.py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13,
.px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14,
.py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14,
.px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14,
.py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14,
.px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15,
.py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15,
.px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15,
.py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15,
.px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16,
.py-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16,
.px-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16,
.py-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16,
.px-md-16 {
    padding-left: 4rem !important;
  }
  .p-md-17 {
    padding: 4.25rem !important;
  }
  .pt-md-17,
.py-md-17 {
    padding-top: 4.25rem !important;
  }
  .pr-md-17,
.px-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-md-17,
.py-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-17,
.px-md-17 {
    padding-left: 4.25rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .pt-md-18,
.py-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-md-18,
.px-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18,
.py-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-18,
.px-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .pt-md-19,
.py-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-md-19,
.px-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19,
.py-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-19,
.px-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
.py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
.px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
.py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
.px-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-21 {
    padding: 5.25rem !important;
  }
  .pt-md-21,
.py-md-21 {
    padding-top: 5.25rem !important;
  }
  .pr-md-21,
.px-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-md-21,
.py-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-21,
.px-md-21 {
    padding-left: 5.25rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .pt-md-22,
.py-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-md-22,
.px-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22,
.py-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-22,
.px-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .pt-md-23,
.py-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-md-23,
.px-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23,
.py-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-23,
.px-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .pt-md-24,
.py-md-24 {
    padding-top: 6rem !important;
  }
  .pr-md-24,
.px-md-24 {
    padding-right: 6rem !important;
  }
  .pb-md-24,
.py-md-24 {
    padding-bottom: 6rem !important;
  }
  .pl-md-24,
.px-md-24 {
    padding-left: 6rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .pt-md-25,
.py-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-md-25,
.px-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25,
.py-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-25,
.px-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .pt-md-26,
.py-md-26 {
    padding-top: 6.5rem !important;
  }
  .pr-md-26,
.px-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-md-26,
.py-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-26,
.px-md-26 {
    padding-left: 6.5rem !important;
  }
  .p-md-27 {
    padding: 6.75rem !important;
  }
  .pt-md-27,
.py-md-27 {
    padding-top: 6.75rem !important;
  }
  .pr-md-27,
.px-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-md-27,
.py-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-27,
.px-md-27 {
    padding-left: 6.75rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .pt-md-28,
.py-md-28 {
    padding-top: 7rem !important;
  }
  .pr-md-28,
.px-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28,
.py-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-md-28,
.px-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-29 {
    padding: 7.25rem !important;
  }
  .pt-md-29,
.py-md-29 {
    padding-top: 7.25rem !important;
  }
  .pr-md-29,
.px-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-md-29,
.py-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-29,
.px-md-29 {
    padding-left: 7.25rem !important;
  }
  .p-md-30 {
    padding: 7.5rem !important;
  }
  .pt-md-30,
.py-md-30 {
    padding-top: 7.5rem !important;
  }
  .pr-md-30,
.px-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-md-30,
.py-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-30,
.px-md-30 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .mt-md-n12,
.my-md-n12 {
    margin-top: -3rem !important;
  }
  .mr-md-n12,
.mx-md-n12 {
    margin-right: -3rem !important;
  }
  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n12,
.mx-md-n12 {
    margin-left: -3rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .mt-md-n13,
.my-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n13,
.mx-md-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n13,
.mx-md-n13 {
    margin-left: -3.25rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .mt-md-n14,
.my-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n14,
.mx-md-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n14,
.mx-md-n14 {
    margin-left: -3.5rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .mt-md-n15,
.my-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n15,
.mx-md-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n15,
.mx-md-n15 {
    margin-left: -3.75rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .mt-md-n16,
.my-md-n16 {
    margin-top: -4rem !important;
  }
  .mr-md-n16,
.mx-md-n16 {
    margin-right: -4rem !important;
  }
  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n16,
.mx-md-n16 {
    margin-left: -4rem !important;
  }
  .m-md-n17 {
    margin: -4.25rem !important;
  }
  .mt-md-n17,
.my-md-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n17,
.mx-md-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n17,
.mx-md-n17 {
    margin-left: -4.25rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .mt-md-n18,
.my-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n18,
.mx-md-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n18,
.mx-md-n18 {
    margin-left: -4.5rem !important;
  }
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  .mt-md-n19,
.my-md-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n19,
.mx-md-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n19,
.my-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n19,
.mx-md-n19 {
    margin-left: -4.75rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
.my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
.mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
.mx-md-n20 {
    margin-left: -5rem !important;
  }
  .m-md-n21 {
    margin: -5.25rem !important;
  }
  .mt-md-n21,
.my-md-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n21,
.mx-md-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n21,
.my-md-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n21,
.mx-md-n21 {
    margin-left: -5.25rem !important;
  }
  .m-md-n22 {
    margin: -5.5rem !important;
  }
  .mt-md-n22,
.my-md-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n22,
.mx-md-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n22,
.my-md-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n22,
.mx-md-n22 {
    margin-left: -5.5rem !important;
  }
  .m-md-n23 {
    margin: -5.75rem !important;
  }
  .mt-md-n23,
.my-md-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-md-n23,
.mx-md-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-md-n23,
.my-md-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md-n23,
.mx-md-n23 {
    margin-left: -5.75rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .mt-md-n24,
.my-md-n24 {
    margin-top: -6rem !important;
  }
  .mr-md-n24,
.mx-md-n24 {
    margin-right: -6rem !important;
  }
  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n24,
.mx-md-n24 {
    margin-left: -6rem !important;
  }
  .m-md-n25 {
    margin: -6.25rem !important;
  }
  .mt-md-n25,
.my-md-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n25,
.mx-md-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n25,
.mx-md-n25 {
    margin-left: -6.25rem !important;
  }
  .m-md-n26 {
    margin: -6.5rem !important;
  }
  .mt-md-n26,
.my-md-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n26,
.mx-md-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n26,
.my-md-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n26,
.mx-md-n26 {
    margin-left: -6.5rem !important;
  }
  .m-md-n27 {
    margin: -6.75rem !important;
  }
  .mt-md-n27,
.my-md-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-md-n27,
.mx-md-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n27,
.my-md-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md-n27,
.mx-md-n27 {
    margin-left: -6.75rem !important;
  }
  .m-md-n28 {
    margin: -7rem !important;
  }
  .mt-md-n28,
.my-md-n28 {
    margin-top: -7rem !important;
  }
  .mr-md-n28,
.mx-md-n28 {
    margin-right: -7rem !important;
  }
  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n28,
.mx-md-n28 {
    margin-left: -7rem !important;
  }
  .m-md-n29 {
    margin: -7.25rem !important;
  }
  .mt-md-n29,
.my-md-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-md-n29,
.mx-md-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-md-n29,
.my-md-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md-n29,
.mx-md-n29 {
    margin-left: -7.25rem !important;
  }
  .m-md-n30 {
    margin: -7.5rem !important;
  }
  .mt-md-n30,
.my-md-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n30,
.mx-md-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n30,
.mx-md-n30 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12,
.my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12,
.mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12,
.mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13,
.my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13,
.mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13,
.mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14,
.my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14,
.mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14,
.mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15,
.my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15,
.mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15,
.mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16,
.my-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16,
.mx-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16,
.mx-lg-16 {
    margin-left: 4rem !important;
  }
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  .mt-lg-17,
.my-lg-17 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-17,
.mx-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-17,
.mx-lg-17 {
    margin-left: 4.25rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-lg-18,
.my-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-18,
.mx-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-18,
.mx-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-lg-19,
.my-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-19,
.mx-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19,
.my-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-19,
.mx-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
.my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
.mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
.mx-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-21 {
    margin: 5.25rem !important;
  }
  .mt-lg-21,
.my-lg-21 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-21,
.mx-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-21,
.my-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-21,
.mx-lg-21 {
    margin-left: 5.25rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-lg-22,
.my-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-22,
.mx-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22,
.my-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-22,
.mx-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-lg-23,
.my-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-23,
.mx-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23,
.my-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-23,
.mx-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .mt-lg-24,
.my-lg-24 {
    margin-top: 6rem !important;
  }
  .mr-lg-24,
.mx-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-24,
.mx-lg-24 {
    margin-left: 6rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-lg-25,
.my-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-25,
.mx-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-25,
.mx-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .mt-lg-26,
.my-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-26,
.mx-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-26,
.my-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-26,
.mx-lg-26 {
    margin-left: 6.5rem !important;
  }
  .m-lg-27 {
    margin: 6.75rem !important;
  }
  .mt-lg-27,
.my-lg-27 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-27,
.mx-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-27,
.my-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-27,
.mx-lg-27 {
    margin-left: 6.75rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mt-lg-28,
.my-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-lg-28,
.mx-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-28,
.mx-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-29 {
    margin: 7.25rem !important;
  }
  .mt-lg-29,
.my-lg-29 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-29,
.mx-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-29,
.my-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-29,
.mx-lg-29 {
    margin-left: 7.25rem !important;
  }
  .m-lg-30 {
    margin: 7.5rem !important;
  }
  .mt-lg-30,
.my-lg-30 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-30,
.mx-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-30,
.mx-lg-30 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12,
.py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12,
.px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12,
.px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13,
.py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13,
.px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13,
.px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14,
.py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14,
.px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14,
.px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15,
.py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15,
.px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15,
.px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16,
.py-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16,
.px-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16,
.px-lg-16 {
    padding-left: 4rem !important;
  }
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  .pt-lg-17,
.py-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-17,
.px-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-17,
.px-lg-17 {
    padding-left: 4.25rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-lg-18,
.py-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-18,
.px-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-18,
.px-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-lg-19,
.py-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-19,
.px-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19,
.py-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-19,
.px-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
.py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
.px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
.px-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-21 {
    padding: 5.25rem !important;
  }
  .pt-lg-21,
.py-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-21,
.px-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-21,
.py-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-21,
.px-lg-21 {
    padding-left: 5.25rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-lg-22,
.py-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-22,
.px-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22,
.py-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-22,
.px-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-lg-23,
.py-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-23,
.px-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23,
.py-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-23,
.px-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .pt-lg-24,
.py-lg-24 {
    padding-top: 6rem !important;
  }
  .pr-lg-24,
.px-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-24,
.px-lg-24 {
    padding-left: 6rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-lg-25,
.py-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-25,
.px-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-25,
.px-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .pt-lg-26,
.py-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-26,
.px-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-26,
.py-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-26,
.px-lg-26 {
    padding-left: 6.5rem !important;
  }
  .p-lg-27 {
    padding: 6.75rem !important;
  }
  .pt-lg-27,
.py-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-27,
.px-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-27,
.py-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-27,
.px-lg-27 {
    padding-left: 6.75rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .pt-lg-28,
.py-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-lg-28,
.px-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-28,
.px-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-29 {
    padding: 7.25rem !important;
  }
  .pt-lg-29,
.py-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-29,
.px-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-29,
.py-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-29,
.px-lg-29 {
    padding-left: 7.25rem !important;
  }
  .p-lg-30 {
    padding: 7.5rem !important;
  }
  .pt-lg-30,
.py-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-30,
.px-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-30,
.px-lg-30 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -3rem !important;
  }
  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -3rem !important;
  }
  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -3rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -4rem !important;
  }
  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -4rem !important;
  }
  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -4rem !important;
  }
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  .mt-lg-n19,
.my-lg-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n19,
.mx-lg-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n19,
.my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n19,
.mx-lg-n19 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -5rem !important;
  }
  .m-lg-n21 {
    margin: -5.25rem !important;
  }
  .mt-lg-n21,
.my-lg-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n21,
.mx-lg-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n21,
.my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n21,
.mx-lg-n21 {
    margin-left: -5.25rem !important;
  }
  .m-lg-n22 {
    margin: -5.5rem !important;
  }
  .mt-lg-n22,
.my-lg-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n22,
.mx-lg-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n22,
.my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n22,
.mx-lg-n22 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n23 {
    margin: -5.75rem !important;
  }
  .mt-lg-n23,
.my-lg-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-lg-n23,
.mx-lg-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-lg-n23,
.my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg-n23,
.mx-lg-n23 {
    margin-left: -5.75rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -6rem !important;
  }
  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -6rem !important;
  }
  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -6rem !important;
  }
  .m-lg-n25 {
    margin: -6.25rem !important;
  }
  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n26 {
    margin: -6.5rem !important;
  }
  .mt-lg-n26,
.my-lg-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n26,
.mx-lg-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n26,
.my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n26,
.mx-lg-n26 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n27 {
    margin: -6.75rem !important;
  }
  .mt-lg-n27,
.my-lg-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-lg-n27,
.mx-lg-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n27,
.my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg-n27,
.mx-lg-n27 {
    margin-left: -6.75rem !important;
  }
  .m-lg-n28 {
    margin: -7rem !important;
  }
  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -7rem !important;
  }
  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -7rem !important;
  }
  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -7rem !important;
  }
  .m-lg-n29 {
    margin: -7.25rem !important;
  }
  .mt-lg-n29,
.my-lg-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-lg-n29,
.mx-lg-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-lg-n29,
.my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg-n29,
.mx-lg-n29 {
    margin-left: -7.25rem !important;
  }
  .m-lg-n30 {
    margin: -7.5rem !important;
  }
  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
.my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
.my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
.my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
.my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11,
.my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11,
.mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11,
.mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12,
.my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12,
.mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12,
.mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13,
.my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13,
.mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13,
.mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14,
.my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14,
.mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14,
.mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15,
.my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15,
.mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15,
.mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16,
.my-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16,
.mx-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16,
.mx-xl-16 {
    margin-left: 4rem !important;
  }
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  .mt-xl-17,
.my-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-17,
.mx-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-17,
.mx-xl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-xl-18,
.my-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-18,
.mx-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-18,
.mx-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-xl-19,
.my-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-19,
.mx-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19,
.my-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-19,
.mx-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
.my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
.mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
.mx-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-21 {
    margin: 5.25rem !important;
  }
  .mt-xl-21,
.my-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-21,
.mx-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-21,
.my-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-21,
.mx-xl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-xl-22,
.my-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-22,
.mx-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22,
.my-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-22,
.mx-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-xl-23,
.my-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-23,
.mx-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23,
.my-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-23,
.mx-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .mt-xl-24,
.my-xl-24 {
    margin-top: 6rem !important;
  }
  .mr-xl-24,
.mx-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-24,
.mx-xl-24 {
    margin-left: 6rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-25,
.my-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-25,
.mx-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-25,
.mx-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .mt-xl-26,
.my-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-26,
.mx-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-26,
.my-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-26,
.mx-xl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xl-27 {
    margin: 6.75rem !important;
  }
  .mt-xl-27,
.my-xl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-27,
.mx-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-27,
.my-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-27,
.mx-xl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mt-xl-28,
.my-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-xl-28,
.mx-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-28,
.mx-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-29 {
    margin: 7.25rem !important;
  }
  .mt-xl-29,
.my-xl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-29,
.mx-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-29,
.my-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-29,
.mx-xl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xl-30 {
    margin: 7.5rem !important;
  }
  .mt-xl-30,
.my-xl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-30,
.mx-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-30,
.mx-xl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
.py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
.px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
.px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
.py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
.px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
.px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
.py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
.px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
.px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
.py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
.px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
.px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11,
.py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11,
.px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11,
.px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12,
.py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12,
.px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12,
.px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13,
.py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13,
.px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13,
.px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14,
.py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14,
.px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14,
.px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15,
.py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15,
.px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15,
.px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16,
.py-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16,
.px-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16,
.px-xl-16 {
    padding-left: 4rem !important;
  }
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  .pt-xl-17,
.py-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-17,
.px-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-17,
.px-xl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-xl-18,
.py-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-18,
.px-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-18,
.px-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-xl-19,
.py-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-19,
.px-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19,
.py-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-19,
.px-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
.py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
.px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
.px-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-21 {
    padding: 5.25rem !important;
  }
  .pt-xl-21,
.py-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-21,
.px-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-21,
.py-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-21,
.px-xl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-xl-22,
.py-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-22,
.px-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22,
.py-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-22,
.px-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-xl-23,
.py-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-23,
.px-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23,
.py-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-23,
.px-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .pt-xl-24,
.py-xl-24 {
    padding-top: 6rem !important;
  }
  .pr-xl-24,
.px-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-24,
.px-xl-24 {
    padding-left: 6rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-25,
.py-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-25,
.px-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-25,
.px-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .pt-xl-26,
.py-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-26,
.px-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-26,
.py-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-26,
.px-xl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xl-27 {
    padding: 6.75rem !important;
  }
  .pt-xl-27,
.py-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-27,
.px-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-27,
.py-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-27,
.px-xl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .pt-xl-28,
.py-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-xl-28,
.px-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-28,
.px-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-29 {
    padding: 7.25rem !important;
  }
  .pt-xl-29,
.py-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-29,
.px-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-29,
.py-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-29,
.px-xl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xl-30 {
    padding: 7.5rem !important;
  }
  .pt-xl-30,
.py-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-30,
.px-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-30,
.px-xl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -3rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -4rem !important;
  }
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xl-n19,
.my-xl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n19,
.mx-xl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n19,
.my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n19,
.mx-xl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -5rem !important;
  }
  .m-xl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xl-n21,
.my-xl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n21,
.mx-xl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n21,
.my-xl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n21,
.mx-xl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xl-n22,
.my-xl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n22,
.mx-xl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n22,
.my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n22,
.mx-xl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xl-n23,
.my-xl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xl-n23,
.mx-xl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xl-n23,
.my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl-n23,
.mx-xl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -6rem !important;
  }
  .m-xl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xl-n26,
.my-xl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n26,
.mx-xl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n26,
.my-xl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n26,
.mx-xl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xl-n27,
.my-xl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xl-n27,
.mx-xl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n27,
.my-xl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl-n27,
.mx-xl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xl-n28 {
    margin: -7rem !important;
  }
  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -7rem !important;
  }
  .m-xl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xl-n29,
.my-xl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xl-n29,
.mx-xl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xl-n29,
.my-xl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl-n29,
.mx-xl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxl-11,
.my-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxl-11,
.mx-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxl-11,
.my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxl-11,
.mx-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxl-13,
.my-xxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxl-13,
.mx-xxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxl-13,
.my-xxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxl-13,
.mx-xxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxl-17,
.my-xxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxl-17,
.mx-xxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxl-17,
.my-xxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxl-17,
.mx-xxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxl-18,
.my-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-18,
.mx-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-18,
.my-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-18,
.mx-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxl-19,
.my-xxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxl-19,
.mx-xxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-19,
.my-xxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxl-19,
.mx-xxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxl-21,
.my-xxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxl-21,
.mx-xxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxl-21,
.my-xxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxl-21,
.mx-xxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxl-22,
.my-xxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-22,
.mx-xxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-22,
.my-xxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-22,
.mx-xxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxl-23,
.my-xxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxl-23,
.mx-xxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxl-23,
.my-xxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxl-23,
.mx-xxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxl-26,
.my-xxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-26,
.mx-xxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-26,
.my-xxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-26,
.mx-xxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxl-27,
.my-xxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxl-27,
.mx-xxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxl-27,
.my-xxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxl-27,
.mx-xxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxl-28 {
    margin: 7rem !important;
  }
  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxl-29,
.my-xxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxl-29,
.mx-xxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxl-29,
.my-xxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxl-29,
.mx-xxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxl-11,
.py-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxl-11,
.px-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxl-11,
.py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxl-11,
.px-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxl-13,
.py-xxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxl-13,
.px-xxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxl-13,
.py-xxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxl-13,
.px-xxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxl-17,
.py-xxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxl-17,
.px-xxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxl-17,
.py-xxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxl-17,
.px-xxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxl-18,
.py-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-18,
.px-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-18,
.py-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-18,
.px-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxl-19,
.py-xxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxl-19,
.px-xxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-19,
.py-xxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxl-19,
.px-xxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxl-21,
.py-xxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxl-21,
.px-xxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxl-21,
.py-xxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxl-21,
.px-xxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxl-22,
.py-xxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-22,
.px-xxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-22,
.py-xxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-22,
.px-xxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxl-23,
.py-xxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxl-23,
.px-xxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxl-23,
.py-xxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxl-23,
.px-xxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxl-26,
.py-xxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-26,
.px-xxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-26,
.py-xxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-26,
.px-xxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxl-27,
.py-xxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxl-27,
.px-xxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-27,
.py-xxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxl-27,
.px-xxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxl-28 {
    padding: 7rem !important;
  }
  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxl-29,
.py-xxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxl-29,
.px-xxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxl-29,
.py-xxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxl-29,
.px-xxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxl-n11,
.my-xxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxl-n11,
.mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxl-n11,
.my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxl-n11,
.mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxl-n13,
.my-xxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxl-n13,
.mx-xxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxl-n13,
.my-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxl-n13,
.mx-xxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxl-n17,
.my-xxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxl-n17,
.mx-xxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxl-n17,
.my-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxl-n17,
.mx-xxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n18,
.my-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n18,
.mx-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n18,
.my-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n18,
.mx-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxl-n19,
.my-xxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxl-n19,
.mx-xxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxl-n19,
.my-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxl-n19,
.mx-xxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxl-n21,
.my-xxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxl-n21,
.mx-xxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxl-n21,
.my-xxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxl-n21,
.mx-xxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxl-n22,
.my-xxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxl-n22,
.mx-xxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxl-n22,
.my-xxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxl-n22,
.mx-xxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxl-n23,
.my-xxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxl-n23,
.mx-xxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxl-n23,
.my-xxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxl-n23,
.mx-xxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxl-n26,
.my-xxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxl-n26,
.mx-xxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxl-n26,
.my-xxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxl-n26,
.mx-xxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxl-n27,
.my-xxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxl-n27,
.mx-xxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxl-n27,
.my-xxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxl-n27,
.mx-xxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxl-n29,
.my-xxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxl-n29,
.mx-xxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxl-n29,
.my-xxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxl-n29,
.mx-xxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-6,
.my-xxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-6,
.mx-xxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-6,
.my-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-6,
.mx-xxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxl-7,
.my-xxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxl-7,
.mx-xxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxl-7,
.my-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxl-7,
.mx-xxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxl-8,
.my-xxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-8,
.mx-xxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-8,
.my-xxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-8,
.mx-xxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxl-9,
.my-xxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxl-9,
.mx-xxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxl-9,
.my-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxl-9,
.mx-xxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxl-11,
.my-xxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxl-11,
.mx-xxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxl-11,
.my-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxl-11,
.mx-xxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxl-12,
.my-xxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-12,
.mx-xxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-12,
.my-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-12,
.mx-xxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxl-13,
.my-xxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxl-13,
.mx-xxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxl-13,
.my-xxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxl-13,
.mx-xxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxl-14,
.my-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-14,
.mx-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-14,
.my-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-14,
.mx-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxl-16,
.my-xxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-16,
.mx-xxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-16,
.my-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-16,
.mx-xxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxl-17,
.my-xxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxl-17,
.mx-xxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxl-17,
.my-xxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxl-17,
.mx-xxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxl-18,
.my-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-18,
.mx-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-18,
.my-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-18,
.mx-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxl-19,
.my-xxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxl-19,
.mx-xxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxl-19,
.my-xxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxl-19,
.mx-xxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxl-21,
.my-xxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxl-21,
.mx-xxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxl-21,
.my-xxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxl-21,
.mx-xxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxl-22,
.my-xxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxl-22,
.mx-xxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-22,
.my-xxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxl-22,
.mx-xxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxl-23,
.my-xxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxl-23,
.mx-xxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxl-23,
.my-xxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxl-23,
.mx-xxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxl-24,
.my-xxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-24,
.mx-xxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-24,
.my-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-24,
.mx-xxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxl-26,
.my-xxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxl-26,
.mx-xxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-26,
.my-xxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxl-26,
.mx-xxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxl-27,
.my-xxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxl-27,
.mx-xxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxl-27,
.my-xxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxl-27,
.mx-xxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxl-28,
.my-xxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxl-28,
.mx-xxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-28,
.my-xxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxl-28,
.mx-xxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxl-29,
.my-xxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxl-29,
.mx-xxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxl-29,
.my-xxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxl-29,
.mx-xxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-6,
.py-xxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-6,
.px-xxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-6,
.py-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-6,
.px-xxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxl-7,
.py-xxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxl-7,
.px-xxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxl-7,
.py-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxl-7,
.px-xxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxl-8,
.py-xxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-8,
.px-xxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-8,
.py-xxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-8,
.px-xxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxl-9,
.py-xxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxl-9,
.px-xxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxl-9,
.py-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxl-9,
.px-xxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxl-11,
.py-xxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxl-11,
.px-xxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxl-11,
.py-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxl-11,
.px-xxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxl-12,
.py-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-12,
.px-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-12,
.py-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-12,
.px-xxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxl-13,
.py-xxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxl-13,
.px-xxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxl-13,
.py-xxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxl-13,
.px-xxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxl-14,
.py-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-14,
.px-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-14,
.py-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-14,
.px-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxl-16,
.py-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-16,
.px-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-16,
.py-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-16,
.px-xxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxl-17,
.py-xxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxl-17,
.px-xxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxl-17,
.py-xxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxl-17,
.px-xxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxl-18,
.py-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-18,
.px-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-18,
.py-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-18,
.px-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxl-19,
.py-xxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxl-19,
.px-xxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxl-19,
.py-xxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxl-19,
.px-xxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxl-21,
.py-xxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxl-21,
.px-xxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxl-21,
.py-xxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxl-21,
.px-xxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxl-22,
.py-xxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxl-22,
.px-xxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-22,
.py-xxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxl-22,
.px-xxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxl-23,
.py-xxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxl-23,
.px-xxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxl-23,
.py-xxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxl-23,
.px-xxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxl-24,
.py-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-24,
.px-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-24,
.py-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-24,
.px-xxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxl-26,
.py-xxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxl-26,
.px-xxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-26,
.py-xxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxl-26,
.px-xxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxl-27,
.py-xxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxl-27,
.px-xxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxl-27,
.py-xxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxl-27,
.px-xxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxl-28,
.py-xxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxl-28,
.px-xxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-28,
.py-xxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxl-28,
.px-xxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxl-29,
.py-xxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxl-29,
.px-xxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxl-29,
.py-xxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxl-29,
.px-xxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n6,
.my-xxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n6,
.mx-xxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n6,
.my-xxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n6,
.mx-xxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxl-n7,
.my-xxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxl-n7,
.mx-xxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxl-n7,
.my-xxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxl-n7,
.mx-xxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxl-n8,
.my-xxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxl-n8,
.mx-xxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxl-n8,
.my-xxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-n8,
.mx-xxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxl-n9,
.my-xxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxl-n9,
.mx-xxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxl-n9,
.my-xxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxl-n9,
.mx-xxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxl-n10,
.my-xxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-n10,
.mx-xxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-n10,
.my-xxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-n10,
.mx-xxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxl-n11,
.my-xxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxl-n11,
.mx-xxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxl-n11,
.my-xxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxl-n11,
.mx-xxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxl-n12,
.my-xxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n12,
.mx-xxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n12,
.my-xxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n12,
.mx-xxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxl-n13,
.my-xxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxl-n13,
.mx-xxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxl-n13,
.my-xxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxl-n13,
.mx-xxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxl-n14,
.my-xxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxl-n14,
.mx-xxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxl-n14,
.my-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxl-n14,
.mx-xxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxl-n15,
.my-xxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxl-n15,
.mx-xxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxl-n15,
.my-xxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxl-n15,
.mx-xxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxl-n16,
.my-xxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxl-n16,
.mx-xxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxl-n16,
.my-xxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxl-n16,
.mx-xxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxl-n17,
.my-xxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxl-n17,
.mx-xxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxl-n17,
.my-xxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxl-n17,
.mx-xxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxl-n18,
.my-xxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxl-n18,
.mx-xxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-n18,
.my-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxl-n18,
.mx-xxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxl-n19,
.my-xxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxl-n19,
.mx-xxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxl-n19,
.my-xxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxl-n19,
.mx-xxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxl-n20,
.my-xxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxl-n20,
.mx-xxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxl-n20,
.my-xxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxl-n20,
.mx-xxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxl-n21,
.my-xxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxl-n21,
.mx-xxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxl-n21,
.my-xxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxl-n21,
.mx-xxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxl-n22,
.my-xxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxl-n22,
.mx-xxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxl-n22,
.my-xxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxl-n22,
.mx-xxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxl-n23,
.my-xxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxl-n23,
.mx-xxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxl-n23,
.my-xxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxl-n23,
.mx-xxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxl-n24,
.my-xxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxl-n24,
.mx-xxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n24,
.my-xxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxl-n24,
.mx-xxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxl-n25,
.my-xxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxl-n25,
.mx-xxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxl-n25,
.my-xxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxl-n25,
.mx-xxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxl-n26,
.my-xxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxl-n26,
.mx-xxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxl-n26,
.my-xxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxl-n26,
.mx-xxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxl-n27,
.my-xxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxl-n27,
.mx-xxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxl-n27,
.my-xxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxl-n27,
.mx-xxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxl-n28,
.my-xxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxl-n28,
.mx-xxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxl-n28,
.my-xxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxl-n28,
.mx-xxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxl-n29,
.my-xxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxl-n29,
.mx-xxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxl-n29,
.my-xxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxl-n29,
.mx-xxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxl-n30,
.my-xxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxl-n30,
.mx-xxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxl-n30,
.my-xxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxl-n30,
.mx-xxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1688px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxl-0,
.my-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxl-0,
.mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxl-0,
.my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxl-0,
.mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxl-1,
.my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxl-1,
.mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxl-1,
.my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxl-1,
.mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxl-2,
.my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxl-2,
.mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxl-2,
.my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxl-2,
.mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxl-6,
.my-xxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-6,
.mx-xxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-6,
.my-xxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-6,
.mx-xxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxl-7,
.my-xxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxl-7,
.mx-xxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxl-7,
.my-xxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxl-7,
.mx-xxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxl-8,
.my-xxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxl-8,
.mx-xxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxl-8,
.my-xxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxl-8,
.mx-xxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxl-9,
.my-xxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxl-9,
.mx-xxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxl-9,
.my-xxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxl-9,
.mx-xxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxl-10,
.my-xxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxl-10,
.mx-xxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxl-10,
.my-xxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxl-10,
.mx-xxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxl-11,
.my-xxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxl-11,
.mx-xxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxl-11,
.my-xxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxl-11,
.mx-xxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxl-12,
.my-xxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxl-12,
.mx-xxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxl-12,
.my-xxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxl-12,
.mx-xxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxl-13,
.my-xxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxl-13,
.mx-xxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxl-13,
.my-xxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxl-13,
.mx-xxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxl-14,
.my-xxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxl-14,
.mx-xxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxl-14,
.my-xxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxl-14,
.mx-xxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxl-15,
.my-xxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxl-15,
.mx-xxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxl-15,
.my-xxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxl-15,
.mx-xxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxl-16,
.my-xxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxl-16,
.mx-xxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxl-16,
.my-xxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxl-16,
.mx-xxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxl-17,
.my-xxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxl-17,
.mx-xxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxl-17,
.my-xxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxl-17,
.mx-xxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxl-18,
.my-xxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxl-18,
.mx-xxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxl-18,
.my-xxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxl-18,
.mx-xxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxl-19,
.my-xxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxl-19,
.mx-xxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxl-19,
.my-xxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxl-19,
.mx-xxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxl-20,
.my-xxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxl-20,
.mx-xxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxl-20,
.my-xxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxl-20,
.mx-xxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxl-21,
.my-xxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxl-21,
.mx-xxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxl-21,
.my-xxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxl-21,
.mx-xxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxl-22,
.my-xxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxl-22,
.mx-xxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxl-22,
.my-xxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxl-22,
.mx-xxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxl-23,
.my-xxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxl-23,
.mx-xxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxl-23,
.my-xxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxl-23,
.mx-xxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxl-24,
.my-xxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxl-24,
.mx-xxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxl-24,
.my-xxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxl-24,
.mx-xxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxl-25,
.my-xxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxl-25,
.mx-xxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxl-25,
.my-xxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxl-25,
.mx-xxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxl-26,
.my-xxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxl-26,
.mx-xxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxl-26,
.my-xxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxl-26,
.mx-xxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxl-27,
.my-xxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxl-27,
.mx-xxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxl-27,
.my-xxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxl-27,
.mx-xxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxl-28,
.my-xxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxl-28,
.mx-xxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxl-28,
.my-xxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxl-28,
.mx-xxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxl-29,
.my-xxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxl-29,
.mx-xxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxl-29,
.my-xxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxl-29,
.mx-xxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxl-30,
.my-xxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxl-30,
.mx-xxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxl-30,
.my-xxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxl-30,
.mx-xxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxl-0,
.py-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxl-0,
.px-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxl-0,
.py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxl-0,
.px-xxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxl-1,
.py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxl-1,
.px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxl-1,
.py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxl-1,
.px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxl-2,
.py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxl-2,
.px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxl-2,
.py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxl-2,
.px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxl-6,
.py-xxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-6,
.px-xxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-6,
.py-xxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-6,
.px-xxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxl-7,
.py-xxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxl-7,
.px-xxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxl-7,
.py-xxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxl-7,
.px-xxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxl-8,
.py-xxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxl-8,
.px-xxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxl-8,
.py-xxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxl-8,
.px-xxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxl-9,
.py-xxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxl-9,
.px-xxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxl-9,
.py-xxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxl-9,
.px-xxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxl-10,
.py-xxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxl-10,
.px-xxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxl-10,
.py-xxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxl-10,
.px-xxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxl-11,
.py-xxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxl-11,
.px-xxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxl-11,
.py-xxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxl-11,
.px-xxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxl-12,
.py-xxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxl-12,
.px-xxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-12,
.py-xxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxl-12,
.px-xxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxl-13,
.py-xxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxl-13,
.px-xxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxl-13,
.py-xxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxl-13,
.px-xxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxl-14,
.py-xxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxl-14,
.px-xxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxl-14,
.py-xxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxl-14,
.px-xxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxl-15,
.py-xxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxl-15,
.px-xxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxl-15,
.py-xxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxl-15,
.px-xxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxl-16,
.py-xxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxl-16,
.px-xxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxl-16,
.py-xxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxl-16,
.px-xxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxl-17,
.py-xxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxl-17,
.px-xxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxl-17,
.py-xxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxl-17,
.px-xxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxl-18,
.py-xxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxl-18,
.px-xxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxl-18,
.py-xxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxl-18,
.px-xxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxl-19,
.py-xxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxl-19,
.px-xxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxl-19,
.py-xxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxl-19,
.px-xxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxl-20,
.py-xxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxl-20,
.px-xxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxl-20,
.py-xxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxl-20,
.px-xxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxl-21,
.py-xxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxl-21,
.px-xxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxl-21,
.py-xxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxl-21,
.px-xxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxl-22,
.py-xxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxl-22,
.px-xxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxl-22,
.py-xxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxl-22,
.px-xxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxl-23,
.py-xxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxl-23,
.px-xxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxl-23,
.py-xxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxl-23,
.px-xxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxl-24,
.py-xxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxl-24,
.px-xxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxl-24,
.py-xxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxl-24,
.px-xxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxl-25,
.py-xxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxl-25,
.px-xxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxl-25,
.py-xxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxl-25,
.px-xxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxl-26,
.py-xxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxl-26,
.px-xxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxl-26,
.py-xxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxl-26,
.px-xxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxl-27,
.py-xxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxl-27,
.px-xxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxl-27,
.py-xxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxl-27,
.px-xxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxl-28,
.py-xxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxl-28,
.px-xxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxl-28,
.py-xxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxl-28,
.px-xxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxl-29,
.py-xxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxl-29,
.px-xxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxl-29,
.py-xxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxl-29,
.px-xxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxl-30,
.py-xxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxl-30,
.px-xxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxl-30,
.py-xxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxl-30,
.px-xxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxl-n1,
.my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxl-n1,
.my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxl-n2,
.my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxl-n2,
.my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxl-n6,
.my-xxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxl-n6,
.my-xxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxl-n7,
.my-xxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxl-n7,
.my-xxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxl-n8,
.my-xxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxl-n8,
.my-xxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxl-n9,
.my-xxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxl-n9,
.my-xxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxl-n10,
.my-xxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxl-n10,
.my-xxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxl-n11,
.my-xxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxl-n11,
.mx-xxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxl-n11,
.my-xxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxl-n11,
.mx-xxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxl-n12,
.my-xxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxl-n12,
.mx-xxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxl-n12,
.my-xxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxl-n12,
.mx-xxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxl-n13,
.my-xxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxl-n13,
.mx-xxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxl-n13,
.my-xxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxl-n13,
.mx-xxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxl-n14,
.my-xxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxl-n14,
.mx-xxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxl-n14,
.my-xxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxl-n14,
.mx-xxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxl-n15,
.my-xxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxl-n15,
.my-xxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxl-n16,
.my-xxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxl-n16,
.mx-xxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxl-n16,
.my-xxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxl-n16,
.mx-xxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxl-n17,
.my-xxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxl-n17,
.mx-xxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxl-n17,
.my-xxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxl-n17,
.mx-xxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxl-n18,
.my-xxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxl-n18,
.mx-xxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxl-n18,
.my-xxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxl-n18,
.mx-xxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxl-n19,
.my-xxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxl-n19,
.mx-xxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxl-n19,
.my-xxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxl-n19,
.mx-xxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxl-n20,
.my-xxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxl-n20,
.my-xxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxl-n21,
.my-xxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxl-n21,
.mx-xxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxl-n21,
.my-xxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxl-n21,
.mx-xxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxl-n22,
.my-xxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxl-n22,
.mx-xxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxl-n22,
.my-xxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxl-n22,
.mx-xxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxl-n23,
.my-xxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxl-n23,
.mx-xxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxl-n23,
.my-xxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxl-n23,
.mx-xxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxl-n24,
.my-xxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxl-n24,
.mx-xxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxl-n24,
.my-xxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxl-n24,
.mx-xxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxl-n25,
.my-xxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxl-n25,
.my-xxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxl-n26,
.my-xxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxl-n26,
.mx-xxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxl-n26,
.my-xxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxl-n26,
.mx-xxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxl-n27,
.my-xxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxl-n27,
.mx-xxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxl-n27,
.my-xxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxl-n27,
.mx-xxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxl-n28,
.my-xxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxl-n28,
.mx-xxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxl-n28,
.my-xxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxl-n28,
.mx-xxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxl-n29,
.my-xxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxl-n29,
.mx-xxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxl-n29,
.my-xxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxl-n29,
.mx-xxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxl-n30,
.my-xxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxl-n30,
.my-xxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
.my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
.mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
.my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
.mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1800px) {
  .m-xxxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxxl-0,
.my-xxxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxxl-0,
.mx-xxxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxxl-0,
.my-xxxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxxl-0,
.mx-xxxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxxl-1,
.my-xxxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxxl-1,
.my-xxxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxxl-2,
.my-xxxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxxl-2,
.my-xxxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxxl-3,
.my-xxxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxxl-3,
.my-xxxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxxl-4,
.my-xxxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxxl-4,
.my-xxxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxxl-5,
.my-xxxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxxl-5,
.my-xxxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxxl-6,
.my-xxxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxxl-6,
.mx-xxxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxxl-6,
.my-xxxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxxl-6,
.mx-xxxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxxl-7,
.my-xxxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxxl-7,
.mx-xxxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxxl-7,
.my-xxxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxxl-7,
.mx-xxxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxxl-8,
.my-xxxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxxl-8,
.mx-xxxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxxl-8,
.my-xxxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxxl-8,
.mx-xxxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxxl-9,
.my-xxxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxxl-9,
.mx-xxxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxxl-9,
.my-xxxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxxl-9,
.mx-xxxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxxl-10,
.my-xxxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxxl-10,
.mx-xxxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxxl-10,
.my-xxxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxxl-10,
.mx-xxxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxxl-11,
.my-xxxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxxl-11,
.mx-xxxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxxl-11,
.my-xxxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxxl-11,
.mx-xxxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxxl-12,
.my-xxxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxxl-12,
.mx-xxxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxxl-12,
.my-xxxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxxl-12,
.mx-xxxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxxl-13,
.my-xxxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxxl-13,
.mx-xxxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxxl-13,
.my-xxxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxxl-13,
.mx-xxxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxxl-14,
.my-xxxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxxl-14,
.mx-xxxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxxl-14,
.my-xxxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxxl-14,
.mx-xxxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxxl-15,
.my-xxxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxxl-15,
.mx-xxxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxxl-15,
.my-xxxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxxl-15,
.mx-xxxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxxl-16,
.my-xxxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxxl-16,
.mx-xxxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxxl-16,
.my-xxxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxxl-16,
.mx-xxxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxxl-17,
.my-xxxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxxl-17,
.mx-xxxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxxl-17,
.my-xxxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxxl-17,
.mx-xxxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxxl-18,
.my-xxxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxxl-18,
.mx-xxxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxxl-18,
.my-xxxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxxl-18,
.mx-xxxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxxl-19,
.my-xxxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxxl-19,
.mx-xxxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxxl-19,
.my-xxxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxxl-19,
.mx-xxxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxxl-20,
.my-xxxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxxl-20,
.mx-xxxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxxl-20,
.my-xxxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxxl-20,
.mx-xxxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxxl-21,
.my-xxxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxxl-21,
.mx-xxxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxxl-21,
.my-xxxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxxl-21,
.mx-xxxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxxl-22,
.my-xxxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxxl-22,
.mx-xxxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxxl-22,
.my-xxxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxxl-22,
.mx-xxxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxxl-23,
.my-xxxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxxl-23,
.mx-xxxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxxl-23,
.my-xxxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxxl-23,
.mx-xxxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxxl-24,
.my-xxxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxxl-24,
.mx-xxxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxxl-24,
.my-xxxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxxl-24,
.mx-xxxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxxl-25,
.my-xxxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxxl-25,
.mx-xxxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxxl-25,
.my-xxxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxxl-25,
.mx-xxxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxxl-26,
.my-xxxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxxl-26,
.mx-xxxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxxl-26,
.my-xxxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxxl-26,
.mx-xxxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxxl-27,
.my-xxxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxxl-27,
.mx-xxxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxxl-27,
.my-xxxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxxl-27,
.mx-xxxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxxl-28,
.my-xxxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxxl-28,
.mx-xxxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxxl-28,
.my-xxxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxxl-28,
.mx-xxxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxxl-29,
.my-xxxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxxl-29,
.mx-xxxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxxl-29,
.my-xxxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxxl-29,
.mx-xxxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxxl-30,
.my-xxxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxxl-30,
.mx-xxxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxxl-30,
.my-xxxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxxl-30,
.mx-xxxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .p-xxxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxxl-0,
.py-xxxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxxl-0,
.px-xxxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxxl-0,
.py-xxxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxxl-0,
.px-xxxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxxl-1,
.py-xxxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxxl-1,
.px-xxxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxxl-1,
.py-xxxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxxl-1,
.px-xxxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxxl-2,
.py-xxxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxxl-2,
.px-xxxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxxl-2,
.py-xxxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxxl-2,
.px-xxxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxxl-3,
.py-xxxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxxl-3,
.px-xxxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxxl-3,
.py-xxxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxxl-3,
.px-xxxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxxl-4,
.py-xxxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxxl-4,
.px-xxxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxxl-4,
.py-xxxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxxl-4,
.px-xxxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxxl-5,
.py-xxxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxxl-5,
.px-xxxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxxl-5,
.py-xxxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxxl-5,
.px-xxxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxxl-6,
.py-xxxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxxl-6,
.px-xxxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxxl-6,
.py-xxxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxxl-6,
.px-xxxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxxl-7,
.py-xxxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxxl-7,
.px-xxxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxxl-7,
.py-xxxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxxl-7,
.px-xxxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxxl-8,
.py-xxxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxxl-8,
.px-xxxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxxl-8,
.py-xxxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxxl-8,
.px-xxxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxxl-9,
.py-xxxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxxl-9,
.px-xxxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxxl-9,
.py-xxxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxxl-9,
.px-xxxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxxl-10,
.py-xxxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxxl-10,
.px-xxxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxxl-10,
.py-xxxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxxl-10,
.px-xxxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxxl-11,
.py-xxxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxxl-11,
.px-xxxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxxl-11,
.py-xxxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxxl-11,
.px-xxxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxxl-12,
.py-xxxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxxl-12,
.px-xxxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxxl-12,
.py-xxxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxxl-12,
.px-xxxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxxl-13,
.py-xxxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxxl-13,
.px-xxxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxxl-13,
.py-xxxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxxl-13,
.px-xxxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxxl-14,
.py-xxxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxxl-14,
.px-xxxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxxl-14,
.py-xxxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxxl-14,
.px-xxxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxxl-15,
.py-xxxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxxl-15,
.px-xxxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxxl-15,
.py-xxxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxxl-15,
.px-xxxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxxl-16,
.py-xxxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxxl-16,
.px-xxxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxxl-16,
.py-xxxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxxl-16,
.px-xxxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxxl-17,
.py-xxxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxxl-17,
.px-xxxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxxl-17,
.py-xxxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxxl-17,
.px-xxxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxxl-18,
.py-xxxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxxl-18,
.px-xxxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxxl-18,
.py-xxxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxxl-18,
.px-xxxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxxl-19,
.py-xxxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxxl-19,
.px-xxxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxxl-19,
.py-xxxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxxl-19,
.px-xxxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxxl-20,
.py-xxxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxxl-20,
.px-xxxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxxl-20,
.py-xxxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxxl-20,
.px-xxxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxxl-21,
.py-xxxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxxl-21,
.px-xxxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxxl-21,
.py-xxxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxxl-21,
.px-xxxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxxl-22,
.py-xxxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxxl-22,
.px-xxxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxxl-22,
.py-xxxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxxl-22,
.px-xxxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxxl-23,
.py-xxxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxxl-23,
.px-xxxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxxl-23,
.py-xxxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxxl-23,
.px-xxxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxxl-24,
.py-xxxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxxl-24,
.px-xxxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxxl-24,
.py-xxxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxxl-24,
.px-xxxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxxl-25,
.py-xxxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxxl-25,
.px-xxxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxxl-25,
.py-xxxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxxl-25,
.px-xxxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxxl-26,
.py-xxxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxxl-26,
.px-xxxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxxl-26,
.py-xxxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxxl-26,
.px-xxxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxxl-27,
.py-xxxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxxl-27,
.px-xxxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxxl-27,
.py-xxxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxxl-27,
.px-xxxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxxl-28,
.py-xxxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxxl-28,
.px-xxxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxxl-28,
.py-xxxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxxl-28,
.px-xxxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxxl-29,
.py-xxxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxxl-29,
.px-xxxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxxl-29,
.py-xxxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxxl-29,
.px-xxxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxxl-30,
.py-xxxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxxl-30,
.px-xxxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxxl-30,
.py-xxxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxxl-30,
.px-xxxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .m-xxxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxxl-n6,
.my-xxxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxxl-n6,
.mx-xxxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxxl-n6,
.my-xxxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxxl-n6,
.mx-xxxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxxl-n7,
.my-xxxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxxl-n7,
.mx-xxxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxxl-n7,
.my-xxxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxxl-n7,
.mx-xxxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxxl-n8,
.my-xxxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxxl-n8,
.mx-xxxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxxl-n8,
.my-xxxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxxl-n8,
.mx-xxxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxxl-n9,
.my-xxxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxxl-n9,
.mx-xxxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxxl-n9,
.my-xxxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxxl-n9,
.mx-xxxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxxl-n10,
.my-xxxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxxl-n10,
.mx-xxxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxxl-n10,
.my-xxxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxxl-n10,
.mx-xxxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxxl-n11,
.my-xxxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxxl-n11,
.mx-xxxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxxl-n11,
.my-xxxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxxl-n11,
.mx-xxxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxxl-n12,
.my-xxxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxxl-n12,
.mx-xxxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxxl-n12,
.my-xxxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxxl-n12,
.mx-xxxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxxl-n13,
.my-xxxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxxl-n13,
.mx-xxxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxxl-n13,
.my-xxxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxxl-n13,
.mx-xxxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxxl-n14,
.my-xxxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxxl-n14,
.mx-xxxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxxl-n14,
.my-xxxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxxl-n14,
.mx-xxxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxxl-n15,
.my-xxxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxxl-n15,
.mx-xxxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxxl-n15,
.my-xxxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxxl-n15,
.mx-xxxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxxl-n16,
.my-xxxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxxl-n16,
.mx-xxxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxxl-n16,
.my-xxxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxxl-n16,
.mx-xxxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxxl-n17,
.my-xxxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxxl-n17,
.mx-xxxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxxl-n17,
.my-xxxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxxl-n17,
.mx-xxxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxxl-n18,
.my-xxxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxxl-n18,
.mx-xxxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxxl-n18,
.my-xxxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxxl-n18,
.mx-xxxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxxl-n19,
.my-xxxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxxl-n19,
.mx-xxxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxxl-n19,
.my-xxxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxxl-n19,
.mx-xxxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxxl-n20,
.my-xxxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxxl-n20,
.mx-xxxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxxl-n20,
.my-xxxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxxl-n20,
.mx-xxxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxxl-n21,
.my-xxxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxxl-n21,
.mx-xxxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxxl-n21,
.my-xxxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxxl-n21,
.mx-xxxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxxl-n22,
.my-xxxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxxl-n22,
.mx-xxxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxxl-n22,
.my-xxxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxxl-n22,
.mx-xxxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxxl-n23,
.my-xxxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxxl-n23,
.mx-xxxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxxl-n23,
.my-xxxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxxl-n23,
.mx-xxxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxxl-n24,
.my-xxxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxxl-n24,
.mx-xxxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxxl-n24,
.my-xxxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxxl-n24,
.mx-xxxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxxl-n25,
.my-xxxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxxl-n25,
.mx-xxxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxxl-n25,
.my-xxxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxxl-n25,
.mx-xxxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxxl-n26,
.my-xxxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxxl-n26,
.mx-xxxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxxl-n26,
.my-xxxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxxl-n26,
.mx-xxxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxxl-n27,
.my-xxxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxxl-n27,
.mx-xxxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxxl-n27,
.my-xxxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxxl-n27,
.mx-xxxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxxl-n28,
.my-xxxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxxl-n28,
.mx-xxxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxxl-n28,
.my-xxxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxxl-n28,
.mx-xxxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxxl-n29,
.my-xxxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxxl-n29,
.mx-xxxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxxl-n29,
.my-xxxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxxl-n29,
.mx-xxxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxxl-n30,
.my-xxxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxxl-n30,
.mx-xxxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxxl-n30,
.my-xxxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxxl-n30,
.mx-xxxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxxl-auto,
.my-xxxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxxl-auto,
.mx-xxxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxxl-auto,
.my-xxxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxxl-auto,
.mx-xxxxxl-auto {
    margin-left: auto !important;
  }
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0A2349;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #010306;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
  height: 52px !important;
  line-height: 52px !important;
}

.select2-container {
  width: 100px !important;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .select2-container {
    width: 120px !important;
  }
}

.select2-selection {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
}

.sl2-option {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #343a40;
}

.sl2-img-flag {
  max-width: 24px;
  margin-right: 8px;
  transform: translateY(-2px);
}
.sl2-img-flag + span {
  font-size: 14px;
}

.select2-search__field {
  outline: none !important;
}

.languages .select {
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  width: 330px;
  height: 100%;
  border-bottom: 0px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);
}
.languages .select > i.toggle {
  position: absolute;
  z-index: 4;
  right: 1.5em;
  top: 1.6em;
  color: #ccc;
}
.languages .select .title,
.languages .select .placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.languages .select > input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.languages .select > input:checked ~ i.toggle.icon-arrow-down {
  display: none;
}
.languages .select > input:checked ~ i.toggle.icon-arrow-up {
  display: block;
}
.languages .select > input:checked div.options label.option .title {
  display: none !important;
}
.languages .select > input:not(:checked) {
  z-index: 4;
}
.languages .select > input:not(:checked) ~ label.option > span.title {
  display: none;
}
.languages .select > input:not(:checked) ~ i.toggle.icon-arrow-up {
  display: none;
}
.languages .select > input:not(:checked) ~ i.toggle.icon-arrow-down {
  display: block;
}
.languages .select > input:disabled {
  cursor: no-drop;
}
.languages .select > span.placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #999;
  border-top: 0px;
}
.languages .select label.option {
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: all 1s ease-out;
}
.languages .select label.option span.title {
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
.languages .select label.option span.title i.icon {
  padding-right: 8px;
  color: rgb(146, 168, 209);
}
.languages .select label.option span.title:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.languages .select label.option input {
  display: none;
}
.languages .select label.option input:checked ~ span.title {
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  font-size: 14px;
  background: #fff;
  border-top: 0px;
  box-shadow: none;
  color: inherit;
  width: 100%;
}
.languages .select label.option input:disabled ~ span.title {
  background: #f9f9f9 !important;
  color: #aaa;
}
.languages .select label.option input:disabled ~ span.title:hover {
  color: #aaa;
  background: none;
  cursor: no-drop;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xxl, .container-xxxl, .container-xxxxl, .container-xxxxxl {
  padding: 0 16px;
  max-width: 1440px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xxl, .container-xxxl, .container-xxxxl, .container-xxxxxl {
    padding: 0 60px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: initial;
}
a:link, a:hover {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.fwb {
  font-weight: bold !important;
}

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(52, 58, 64, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.bg-overlay-line-gradient {
  background: linear-gradient(106.08deg, #00bce6 1.54%, #0186ce 96.21%);
  opacity: 0.85;
}

.bg-overlay-line-gradient.position-absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.image img {
  width: 100%;
}

.btn-bg-secondary {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: #00C7F2;
  border-radius: 2px;
  padding: 1rem 3.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.icon-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.icon-arrow::after {
  content: "";
  display: block;
  background: url("../images/icon-arrow.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .icon-arrow::after {
    width: 24px;
    height: 10px;
  }
}
.icon-arrow--secondary {
  background: #00C7F2;
}
.icon-arrow--top {
  transform: rotate(-90deg);
}

.title-dots {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: linear-gradient(to left, #00c7f2 0%, #0d67c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.title-dots::before, .title-dots:after {
  content: "";
  display: block;
  background: #006fdb;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.title-dots::before {
  left: 0;
}
.title-dots:after {
  right: 0;
}

.title-dots-fff {
  color: #ffffff;
  -webkit-text-fill-color: unset;
}
.title-dots-fff::before, .title-dots-fff:after {
  background: #ffffff;
}

.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-custom {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  .container-custom {
    max-width: 904px;
  }
}
@media (min-width: 1024px) {
  .container-custom {
    max-width: 940px;
  }
}
@media (min-width: 1440px) {
  .container-custom {
    max-width: 1000px;
  }
}
@media (min-width: 1688px) {
  .container-custom {
    max-width: 1248px;
  }
}
@media (min-width: 1800px) {
  .container-custom {
    max-width: 1360px;
  }
}

.text-link {
  color: #00c7f2;
  font-weight: 700;
}

.languages {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #00C7F2;
}
.languages img {
  width: 15px;
  height: 10px;
}

.btn {
  transition: all 0.3s ease;
}
.btn:hover {
  color: #00C7F2;
  border: 1px solid #00C7F2;
  background: #ffffff;
}

.btn-explore {
  width: 100%;
}
.btn-explore span {
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
}
.btn-explore:hover {
  border-color: #00C7F2;
  background: #ffffff;
}
.btn-explore:hover span {
  color: #00C7F2;
}
.btn-explore:hover .icon-arrow {
  background: #00C7F2;
}
.btn-explore:hover .icon-arrow path {
  fill: #ffffff;
}
.btn-explore .icon-arrow::after {
  content: unset;
}

[type=search] {
  outline: none;
}

.breadcrumb-item {
  padding-top: 8rem;
  padding-bottom: 4rem;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .breadcrumb-item {
    padding-top: 12rem;
    margin-bottom: 0;
  }
}
.breadcrumb-item ul {
  margin-bottom: 1.25rem;
  padding: 0 15px;
}
.breadcrumb-item li,
.breadcrumb-item a {
  color: #01c0ea;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .breadcrumb-item li,
.breadcrumb-item a {
    font-size: 1rem;
  }
}
.breadcrumb-item a {
  display: flex;
  margin-right: 6px;
}
.breadcrumb-item a:hover {
  color: #003E83;
}
.breadcrumb-item a:hover::after {
  color: #01c0ea;
}
.breadcrumb-item a::after {
  content: "/";
  display: block;
  margin-left: 6px;
}
@media (min-width: 1200px) {
  .breadcrumb-item a {
    margin-right: 10px;
  }
  .breadcrumb-item a::after {
    margin-left: 10px;
  }
}
.breadcrumb-item .content {
  position: relative;
  top: -2.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .breadcrumb-item .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
  }
}
.breadcrumb-item h1 {
  margin: 0 16px;
  font-size: 36px;
  line-height: 100%;
}
@media (min-width: 320px) {
  .breadcrumb-item h1 {
    font-size: 40px;
  }
}
@media (min-width: 375px) {
  .breadcrumb-item h1 {
    font-size: 44px;
  }
}

.bg-transparent {
  background: transparent !important;
}

.mobile-app-bg-1 {
  overflow: hidden;
  background: linear-gradient(0.03deg, rgba(231, 240, 250, 0) 4.51%, rgba(233, 242, 252, 0.796413) 42.07%, rgba(222, 233, 244, 0) 74.98%);
}

.btn-effect-circle {
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 100px;
  width: 250px;
  padding: 9px 10px;
  background: #00C7F2;
}

.btn-effect-circle:hover {
    color: white;
    border: 1px solid #00C7F2;
    background: #00C7F2;
}

@media (min-width: 320px) {
  .btn-effect-circle {
    width: 300px;
  }
}
.btn-effect-circle:hover .text {
  color: #ffffff;
}

.btn-effect-circle .image {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .btn-effect-circle .image {
    width: 60px;
    height: 60px;
  }
}
.btn-effect-circle .image::after {
  content: "";
  display: block;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
@media (min-width: 1200px) {
  .btn-effect-circle .image::after {
    width: 60px;
    height: 60px;
  }
}
.btn-effect-circle .image img {
  width: 22px;
  position: relative;
  z-index: 2;
}
.btn-effect-circle .text {
  font-size: 16px;
  line-height: 150%;
  color: #283140;
  position: relative;
  z-index: 2;
  color: white;
}
@media (min-width: 320px) {
  .btn-effect-circle .text {
    font-size: 20px;
  }
}

.content-scroll-vertical {
  overflow-y: auto;
}
.content-scroll-vertical::-webkit-scrollbar-track {
  -webkit-box-shadow: inset #B0B5BE;
  border-radius: 16px;
  background-color: #f0f2f4;
}
.content-scroll-vertical::-webkit-scrollbar {
  width: 2px;
  background-color: #f0f2f4;
}
.content-scroll-vertical::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset #B0B5BE;
  background-color: #B0B5BE;
}

.modal-dialog-subcribe .form-news-letter h4 {
  color: #00C7F2;
  text-transform: unset;
}
.modal-dialog-subcribe .form-news-letter .box-submit .image {
  background: #00C7F2;
}
.modal-dialog-subcribe .form-news-letter .box-submit .image img {
  width: 20px;
}
.modal-dialog-subcribe .form-news-letter .wpcf7-form-control-wrap input {
  border-color: rgba(82, 91, 107, 0.5);
  color: #525B6B;
  padding: 15px 0;
}
.modal-dialog-subcribe .form-news-letter .wpcf7-form-ct-main {
  padding-right: 0;
}
.modal-dialog-subcribe .form-news-letter .box-submit-input {
  right: 0;
}
.modal-dialog-subcribe .form-news-letter p {
  margin-bottom: 0;
}
.modal-dialog-subcribe .modal-header {
  border-width: 0;
  padding-bottom: 0;
}
.modal-dialog-subcribe .modal-content {
  border: 1px solid #f0f2f4;
  border-radius: 12px;
}
.modal-dialog-subcribe .modal-body {
  padding: 0 2.5rem 2.5rem;
}
.modal-dialog-subcribe .wpcf7-response-output,
.modal-dialog-subcribe .wpcf7-not-valid-tip {
  color: #525B6B;
  font-size: 14px;
  line-height: 1.1;
}

button:focus-visible, button:focus {
  outline: none;
}

h2 {
  font-size: 3.25rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #0A2349;
  font-weight: 300;
}
h2 span {
  color: #00C7F2;
  font-weight: 500;
	display: inline;
}

.list-before-icon li {
  position: relative;
  padding-left: 20px;
}
.list-before-icon li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border: 2px solid #00c7f2;
  margin-top: 5px;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  .list-before-icon li::before {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.bg-overlay-line-gradient-2 {
  background: linear-gradient(180deg, #F5F9FF 0%, rgba(237, 241, 255, 0) 69.65%) !important;
}

.bg-image-dots-gray {
  background: url(../images/bg-dots-image-gray.png);
}

.fix-social {
    position: fixed;
    left: 20px;
    bottom: 7vh;
    background: transparent;
    filter: drop-shadow(0px 8.55263px 25.6579px rgba(0, 0, 0, 0.06));
    border-radius: 2px 0 0 2px;
    transition: all 0.45s ease;
    z-index: 9;
	min-width: 52px;
    min-height: 206px;
	display: block;
}

.fix-social a {
  background: #ffffff;
}

.fix-social a:first-child {
	margin-top: 0;
}

.fix-social a:hover {
  background: #00C7F2;
}

.fix-social a:hover path {
  fill: #ffffff;
}

.w--0 {
  width: 0px;
}

.h--0 {
  height: 0px;
}

.w--1 {
  width: 4px;
}

.h--1 {
  height: 4px;
}

.w--2 {
  width: 8px;
}

.h--2 {
  height: 8px;
}

.w--3 {
  width: 12px;
}

.h--3 {
  height: 12px;
}

.w--4 {
  width: 16px;
}

.h--4 {
  height: 16px;
}

.w--5 {
  width: 20px;
}

.h--5 {
  height: 20px;
}

.w--6 {
  width: 24px;
}

.h--6 {
  height: 24px;
}

.w--7 {
  width: 28px;
}

.h--7 {
  height: 28px;
}

.w--8 {
  width: 32px;
}

.h--8 {
  height: 32px;
}

.w--9 {
  width: 36px;
}

.h--9 {
  height: 36px;
}

.w--10 {
  width: 40px;
}

.h--10 {
  height: 40px;
}

.w--11 {
  width: 44px;
}

.h--11 {
  height: 44px;
}

.w--12 {
  width: 48px;
}

.h--12 {
  height: 48px;
}

.w--13 {
  width: 52px;
}

.h--13 {
  height: 52px;
}

.w--14 {
  width: 56px;
}

.h--14 {
  height: 56px;
}

.w--15 {
  width: 60px;
}

.h--15 {
  height: 60px;
}

.w--16 {
  width: 64px;
}

.h--16 {
  height: 64px;
}

.w--17 {
  width: 68px;
}

.h--17 {
  height: 68px;
}

.w--18 {
  width: 72px;
}

.h--18 {
  height: 72px;
}

.w--19 {
  width: 76px;
}

.h--19 {
  height: 76px;
}

.w--20 {
  width: 80px;
}

.h--20 {
  height: 80px;
}

.w--21 {
  width: 84px;
}

.h--21 {
  height: 84px;
}

.w--22 {
  width: 88px;
}

.h--22 {
  height: 88px;
}

.w--23 {
  width: 92px;
}

.h--23 {
  height: 92px;
}

.w--24 {
  width: 96px;
}

.h--24 {
  height: 96px;
}

.w--25 {
  width: 100px;
}

.h--25 {
  height: 100px;
}

.w--26 {
  width: 104px;
}

.h--26 {
  height: 104px;
}

.w--27 {
  width: 108px;
}

.h--27 {
  height: 108px;
}

.w--28 {
  width: 112px;
}

.h--28 {
  height: 112px;
}

.w--29 {
  width: 116px;
}

.h--29 {
  height: 116px;
}

.w--30 {
  width: 120px;
}

.h--30 {
  height: 120px;
}

.w--31 {
  width: 124px;
}

.h--31 {
  height: 124px;
}

.w--32 {
  width: 128px;
}

.h--32 {
  height: 128px;
}

.w--33 {
  width: 132px;
}

.h--33 {
  height: 132px;
}

.w--34 {
  width: 136px;
}

.h--34 {
  height: 136px;
}

.w--35 {
  width: 140px;
}

.h--35 {
  height: 140px;
}

.w--36 {
  width: 144px;
}

.h--36 {
  height: 144px;
}

.w--37 {
  width: 148px;
}

.h--37 {
  height: 148px;
}

.w--38 {
  width: 152px;
}

.h--38 {
  height: 152px;
}

.w--39 {
  width: 156px;
}

.h--39 {
  height: 156px;
}

.w--40 {
  width: 160px;
}

.h--40 {
  height: 160px;
}

.w--41 {
  width: 164px;
}

.h--41 {
  height: 164px;
}

.w--42 {
  width: 168px;
}

.h--42 {
  height: 168px;
}

.w--43 {
  width: 172px;
}

.h--43 {
  height: 172px;
}

.w--44 {
  width: 176px;
}

.h--44 {
  height: 176px;
}

.w--45 {
  width: 180px;
}

.h--45 {
  height: 180px;
}

.w--46 {
  width: 184px;
}

.h--46 {
  height: 184px;
}

.w--47 {
  width: 188px;
}

.h--47 {
  height: 188px;
}

.w--48 {
  width: 192px;
}

.h--48 {
  height: 192px;
}

.w--49 {
  width: 196px;
}

.h--49 {
  height: 196px;
}

.w--50 {
  width: 200px;
}

.h--50 {
  height: 200px;
}

.w--51 {
  width: 204px;
}

.h--51 {
  height: 204px;
}

.w--52 {
  width: 208px;
}

.h--52 {
  height: 208px;
}

.w--53 {
  width: 212px;
}

.h--53 {
  height: 212px;
}

.w--54 {
  width: 216px;
}

.h--54 {
  height: 216px;
}

.w--55 {
  width: 220px;
}

.h--55 {
  height: 220px;
}

.w--56 {
  width: 224px;
}

.h--56 {
  height: 224px;
}

.w--57 {
  width: 228px;
}

.h--57 {
  height: 228px;
}

.w--58 {
  width: 232px;
}

.h--58 {
  height: 232px;
}

.w--59 {
  width: 236px;
}

.h--59 {
  height: 236px;
}

.w--60 {
  width: 240px;
}

.h--60 {
  height: 240px;
}

.w--61 {
  width: 244px;
}

.h--61 {
  height: 244px;
}

.w--62 {
  width: 248px;
}

.h--62 {
  height: 248px;
}

.w--63 {
  width: 252px;
}

.h--63 {
  height: 252px;
}

.w--64 {
  width: 256px;
}

.h--64 {
  height: 256px;
}

.w--65 {
  width: 260px;
}

.h--65 {
  height: 260px;
}

.w--66 {
  width: 264px;
}

.h--66 {
  height: 264px;
}

.w--67 {
  width: 268px;
}

.h--67 {
  height: 268px;
}

.w--68 {
  width: 272px;
}

.h--68 {
  height: 272px;
}

.w--69 {
  width: 276px;
}

.h--69 {
  height: 276px;
}

.w--70 {
  width: 280px;
}

.h--70 {
  height: 280px;
}

.w--71 {
  width: 284px;
}

.h--71 {
  height: 284px;
}

.w--72 {
  width: 288px;
}

.h--72 {
  height: 288px;
}

.w--73 {
  width: 292px;
}

.h--73 {
  height: 292px;
}

.w--74 {
  width: 296px;
}

.h--74 {
  height: 296px;
}

.w--75 {
  width: 300px;
}

.h--75 {
  height: 300px;
}

.w--76 {
  width: 304px;
}

.h--76 {
  height: 304px;
}

.w--77 {
  width: 308px;
}

.h--77 {
  height: 308px;
}

.w--78 {
  width: 312px;
}

.h--78 {
  height: 312px;
}

.w--79 {
  width: 316px;
}

.h--79 {
  height: 316px;
}

.w--80 {
  width: 320px;
}

.h--80 {
  height: 320px;
}

.w--81 {
  width: 324px;
}

.h--81 {
  height: 324px;
}

.w--82 {
  width: 328px;
}

.h--82 {
  height: 328px;
}

.w--83 {
  width: 332px;
}

.h--83 {
  height: 332px;
}

.w--84 {
  width: 336px;
}

.h--84 {
  height: 336px;
}

.w--85 {
  width: 340px;
}

.h--85 {
  height: 340px;
}

.w--86 {
  width: 344px;
}

.h--86 {
  height: 344px;
}

.w--87 {
  width: 348px;
}

.h--87 {
  height: 348px;
}

.w--88 {
  width: 352px;
}

.h--88 {
  height: 352px;
}

.w--89 {
  width: 356px;
}

.h--89 {
  height: 356px;
}

.w--90 {
  width: 360px;
}

.h--90 {
  height: 360px;
}

.w--91 {
  width: 364px;
}

.h--91 {
  height: 364px;
}

.w--92 {
  width: 368px;
}

.h--92 {
  height: 368px;
}

.w--93 {
  width: 372px;
}

.h--93 {
  height: 372px;
}

.w--94 {
  width: 376px;
}

.h--94 {
  height: 376px;
}

.w--95 {
  width: 380px;
}

.h--95 {
  height: 380px;
}

.w--96 {
  width: 384px;
}

.h--96 {
  height: 384px;
}

.w--97 {
  width: 388px;
}

.h--97 {
  height: 388px;
}

.w--98 {
  width: 392px;
}

.h--98 {
  height: 392px;
}

.w--99 {
  width: 396px;
}

.h--99 {
  height: 396px;
}

.w--100 {
  width: 400px;
}

.h--100 {
  height: 400px;
}

.w--101 {
  width: 404px;
}

.h--101 {
  height: 404px;
}

.w--102 {
  width: 408px;
}

.h--102 {
  height: 408px;
}

.w--103 {
  width: 412px;
}

.h--103 {
  height: 412px;
}

.w--104 {
  width: 416px;
}

.h--104 {
  height: 416px;
}

.w--105 {
  width: 420px;
}

.h--105 {
  height: 420px;
}

.w--106 {
  width: 424px;
}

.h--106 {
  height: 424px;
}

.w--107 {
  width: 428px;
}

.h--107 {
  height: 428px;
}

.w--108 {
  width: 432px;
}

.h--108 {
  height: 432px;
}

.w--109 {
  width: 436px;
}

.h--109 {
  height: 436px;
}

.w--110 {
  width: 440px;
}

.h--110 {
  height: 440px;
}

.w--111 {
  width: 444px;
}

.h--111 {
  height: 444px;
}

.w--112 {
  width: 448px;
}

.h--112 {
  height: 448px;
}

.w--113 {
  width: 452px;
}

.h--113 {
  height: 452px;
}

.w--114 {
  width: 456px;
}

.h--114 {
  height: 456px;
}

.w--115 {
  width: 460px;
}

.h--115 {
  height: 460px;
}

.w--116 {
  width: 464px;
}

.h--116 {
  height: 464px;
}

.w--117 {
  width: 468px;
}

.h--117 {
  height: 468px;
}

.w--118 {
  width: 472px;
}

.h--118 {
  height: 472px;
}

.w--119 {
  width: 476px;
}

.h--119 {
  height: 476px;
}

.w--120 {
  width: 480px;
}

.h--120 {
  height: 480px;
}

.w--121 {
  width: 484px;
}

.h--121 {
  height: 484px;
}

.w--122 {
  width: 488px;
}

.h--122 {
  height: 488px;
}

.w--123 {
  width: 492px;
}

.h--123 {
  height: 492px;
}

.w--124 {
  width: 496px;
}

.h--124 {
  height: 496px;
}

.w--125 {
  width: 500px;
}

.h--125 {
  height: 500px;
}

.w--126 {
  width: 504px;
}

.h--126 {
  height: 504px;
}

.w--127 {
  width: 508px;
}

.h--127 {
  height: 508px;
}

.w--128 {
  width: 512px;
}

.h--128 {
  height: 512px;
}

.w--129 {
  width: 516px;
}

.h--129 {
  height: 516px;
}

.w--130 {
  width: 520px;
}

.h--130 {
  height: 520px;
}

.w--131 {
  width: 524px;
}

.h--131 {
  height: 524px;
}

.w--132 {
  width: 528px;
}

.h--132 {
  height: 528px;
}

.w--133 {
  width: 532px;
}

.h--133 {
  height: 532px;
}

.w--134 {
  width: 536px;
}

.h--134 {
  height: 536px;
}

.w--135 {
  width: 540px;
}

.h--135 {
  height: 540px;
}

.w--136 {
  width: 544px;
}

.h--136 {
  height: 544px;
}

.w--137 {
  width: 548px;
}

.h--137 {
  height: 548px;
}

.w--138 {
  width: 552px;
}

.h--138 {
  height: 552px;
}

.w--139 {
  width: 556px;
}

.h--139 {
  height: 556px;
}

.w--140 {
  width: 560px;
}

.h--140 {
  height: 560px;
}

.w--141 {
  width: 564px;
}

.h--141 {
  height: 564px;
}

.w--142 {
  width: 568px;
}

.h--142 {
  height: 568px;
}

.w--143 {
  width: 572px;
}

.h--143 {
  height: 572px;
}

.w--144 {
  width: 576px;
}

.h--144 {
  height: 576px;
}

.w--145 {
  width: 580px;
}

.h--145 {
  height: 580px;
}

.w--146 {
  width: 584px;
}

.h--146 {
  height: 584px;
}

.w--147 {
  width: 588px;
}

.h--147 {
  height: 588px;
}

.w--148 {
  width: 592px;
}

.h--148 {
  height: 592px;
}

.w--149 {
  width: 596px;
}

.h--149 {
  height: 596px;
}

.w--150 {
  width: 600px;
}

.h--150 {
  height: 600px;
}

.w--151 {
  width: 604px;
}

.h--151 {
  height: 604px;
}

.w--152 {
  width: 608px;
}

.h--152 {
  height: 608px;
}

.w--153 {
  width: 612px;
}

.h--153 {
  height: 612px;
}

.w--154 {
  width: 616px;
}

.h--154 {
  height: 616px;
}

.w--155 {
  width: 620px;
}

.h--155 {
  height: 620px;
}

.w--156 {
  width: 624px;
}

.h--156 {
  height: 624px;
}

.w--157 {
  width: 628px;
}

.h--157 {
  height: 628px;
}

.w--158 {
  width: 632px;
}

.h--158 {
  height: 632px;
}

.w--159 {
  width: 636px;
}

.h--159 {
  height: 636px;
}

.w--160 {
  width: 640px;
}

.h--160 {
  height: 640px;
}

.w--161 {
  width: 644px;
}

.h--161 {
  height: 644px;
}

.w--162 {
  width: 648px;
}

.h--162 {
  height: 648px;
}

.w--163 {
  width: 652px;
}

.h--163 {
  height: 652px;
}

.w--164 {
  width: 656px;
}

.h--164 {
  height: 656px;
}

.w--165 {
  width: 660px;
}

.h--165 {
  height: 660px;
}

.w--166 {
  width: 664px;
}

.h--166 {
  height: 664px;
}

.w--167 {
  width: 668px;
}

.h--167 {
  height: 668px;
}

.w--168 {
  width: 672px;
}

.h--168 {
  height: 672px;
}

.w--169 {
  width: 676px;
}

.h--169 {
  height: 676px;
}

.w--170 {
  width: 680px;
}

.h--170 {
  height: 680px;
}

.w--171 {
  width: 684px;
}

.h--171 {
  height: 684px;
}

.w--172 {
  width: 688px;
}

.h--172 {
  height: 688px;
}

.w--173 {
  width: 692px;
}

.h--173 {
  height: 692px;
}

.w--174 {
  width: 696px;
}

.h--174 {
  height: 696px;
}

.w--175 {
  width: 700px;
}

.h--175 {
  height: 700px;
}

.w--176 {
  width: 704px;
}

.h--176 {
  height: 704px;
}

.w--177 {
  width: 708px;
}

.h--177 {
  height: 708px;
}

.w--178 {
  width: 712px;
}

.h--178 {
  height: 712px;
}

.w--179 {
  width: 716px;
}

.h--179 {
  height: 716px;
}

.w--180 {
  width: 720px;
}

.h--180 {
  height: 720px;
}

.w--181 {
  width: 724px;
}

.h--181 {
  height: 724px;
}

.w--182 {
  width: 728px;
}

.h--182 {
  height: 728px;
}

.w--183 {
  width: 732px;
}

.h--183 {
  height: 732px;
}

.w--184 {
  width: 736px;
}

.h--184 {
  height: 736px;
}

.w--185 {
  width: 740px;
}

.h--185 {
  height: 740px;
}

.w--186 {
  width: 744px;
}

.h--186 {
  height: 744px;
}

.w--187 {
  width: 748px;
}

.h--187 {
  height: 748px;
}

.w--188 {
  width: 752px;
}

.h--188 {
  height: 752px;
}

.w--189 {
  width: 756px;
}

.h--189 {
  height: 756px;
}

.w--190 {
  width: 760px;
}

.h--190 {
  height: 760px;
}

.w--191 {
  width: 764px;
}

.h--191 {
  height: 764px;
}

.w--192 {
  width: 768px;
}

.h--192 {
  height: 768px;
}

.w--193 {
  width: 772px;
}

.h--193 {
  height: 772px;
}

.w--194 {
  width: 776px;
}

.h--194 {
  height: 776px;
}

.w--195 {
  width: 780px;
}

.h--195 {
  height: 780px;
}

.w--196 {
  width: 784px;
}

.h--196 {
  height: 784px;
}

.w--197 {
  width: 788px;
}

.h--197 {
  height: 788px;
}

.w--198 {
  width: 792px;
}

.h--198 {
  height: 792px;
}

.w--199 {
  width: 796px;
}

.h--199 {
  height: 796px;
}

.w--200 {
  width: 800px;
}

.h--200 {
  height: 800px;
}

@media (min-width: 768px) {
  .w-md--0 {
    width: 0px;
  }
  .h-md--0 {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .w-md--1 {
    width: 4px;
  }
  .h-md--1 {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .w-md--2 {
    width: 8px;
  }
  .h-md--2 {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .w-md--3 {
    width: 12px;
  }
  .h-md--3 {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .w-md--4 {
    width: 16px;
  }
  .h-md--4 {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .w-md--5 {
    width: 20px;
  }
  .h-md--5 {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .w-md--6 {
    width: 24px;
  }
  .h-md--6 {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .w-md--7 {
    width: 28px;
  }
  .h-md--7 {
    height: 28px;
  }
}
@media (min-width: 768px) {
  .w-md--8 {
    width: 32px;
  }
  .h-md--8 {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .w-md--9 {
    width: 36px;
  }
  .h-md--9 {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .w-md--10 {
    width: 40px;
  }
  .h-md--10 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .w-md--11 {
    width: 44px;
  }
  .h-md--11 {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .w-md--12 {
    width: 48px;
  }
  .h-md--12 {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .w-md--13 {
    width: 52px;
  }
  .h-md--13 {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .w-md--14 {
    width: 56px;
  }
  .h-md--14 {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .w-md--15 {
    width: 60px;
  }
  .h-md--15 {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .w-md--16 {
    width: 64px;
  }
  .h-md--16 {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .w-md--17 {
    width: 68px;
  }
  .h-md--17 {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .w-md--18 {
    width: 72px;
  }
  .h-md--18 {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .w-md--19 {
    width: 76px;
  }
  .h-md--19 {
    height: 76px;
  }
}
@media (min-width: 768px) {
  .w-md--20 {
    width: 80px;
  }
  .h-md--20 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .w-md--21 {
    width: 84px;
  }
  .h-md--21 {
    height: 84px;
  }
}
@media (min-width: 768px) {
  .w-md--22 {
    width: 88px;
  }
  .h-md--22 {
    height: 88px;
  }
}
@media (min-width: 768px) {
  .w-md--23 {
    width: 92px;
  }
  .h-md--23 {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .w-md--24 {
    width: 96px;
  }
  .h-md--24 {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .w-md--25 {
    width: 100px;
  }
  .h-md--25 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .w-md--26 {
    width: 104px;
  }
  .h-md--26 {
    height: 104px;
  }
}
@media (min-width: 768px) {
  .w-md--27 {
    width: 108px;
  }
  .h-md--27 {
    height: 108px;
  }
}
@media (min-width: 768px) {
  .w-md--28 {
    width: 112px;
  }
  .h-md--28 {
    height: 112px;
  }
}
@media (min-width: 768px) {
  .w-md--29 {
    width: 116px;
  }
  .h-md--29 {
    height: 116px;
  }
}
@media (min-width: 768px) {
  .w-md--30 {
    width: 120px;
  }
  .h-md--30 {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .w-md--31 {
    width: 124px;
  }
  .h-md--31 {
    height: 124px;
  }
}
@media (min-width: 768px) {
  .w-md--32 {
    width: 128px;
  }
  .h-md--32 {
    height: 128px;
  }
}
@media (min-width: 768px) {
  .w-md--33 {
    width: 132px;
  }
  .h-md--33 {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .w-md--34 {
    width: 136px;
  }
  .h-md--34 {
    height: 136px;
  }
}
@media (min-width: 768px) {
  .w-md--35 {
    width: 140px;
  }
  .h-md--35 {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .w-md--36 {
    width: 144px;
  }
  .h-md--36 {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .w-md--37 {
    width: 148px;
  }
  .h-md--37 {
    height: 148px;
  }
}
@media (min-width: 768px) {
  .w-md--38 {
    width: 152px;
  }
  .h-md--38 {
    height: 152px;
  }
}
@media (min-width: 768px) {
  .w-md--39 {
    width: 156px;
  }
  .h-md--39 {
    height: 156px;
  }
}
@media (min-width: 768px) {
  .w-md--40 {
    width: 160px;
  }
  .h-md--40 {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .w-md--41 {
    width: 164px;
  }
  .h-md--41 {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .w-md--42 {
    width: 168px;
  }
  .h-md--42 {
    height: 168px;
  }
}
@media (min-width: 768px) {
  .w-md--43 {
    width: 172px;
  }
  .h-md--43 {
    height: 172px;
  }
}
@media (min-width: 768px) {
  .w-md--44 {
    width: 176px;
  }
  .h-md--44 {
    height: 176px;
  }
}
@media (min-width: 768px) {
  .w-md--45 {
    width: 180px;
  }
  .h-md--45 {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .w-md--46 {
    width: 184px;
  }
  .h-md--46 {
    height: 184px;
  }
}
@media (min-width: 768px) {
  .w-md--47 {
    width: 188px;
  }
  .h-md--47 {
    height: 188px;
  }
}
@media (min-width: 768px) {
  .w-md--48 {
    width: 192px;
  }
  .h-md--48 {
    height: 192px;
  }
}
@media (min-width: 768px) {
  .w-md--49 {
    width: 196px;
  }
  .h-md--49 {
    height: 196px;
  }
}
@media (min-width: 768px) {
  .w-md--50 {
    width: 200px;
  }
  .h-md--50 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .w-md--51 {
    width: 204px;
  }
  .h-md--51 {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .w-md--52 {
    width: 208px;
  }
  .h-md--52 {
    height: 208px;
  }
}
@media (min-width: 768px) {
  .w-md--53 {
    width: 212px;
  }
  .h-md--53 {
    height: 212px;
  }
}
@media (min-width: 768px) {
  .w-md--54 {
    width: 216px;
  }
  .h-md--54 {
    height: 216px;
  }
}
@media (min-width: 768px) {
  .w-md--55 {
    width: 220px;
  }
  .h-md--55 {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .w-md--56 {
    width: 224px;
  }
  .h-md--56 {
    height: 224px;
  }
}
@media (min-width: 768px) {
  .w-md--57 {
    width: 228px;
  }
  .h-md--57 {
    height: 228px;
  }
}
@media (min-width: 768px) {
  .w-md--58 {
    width: 232px;
  }
  .h-md--58 {
    height: 232px;
  }
}
@media (min-width: 768px) {
  .w-md--59 {
    width: 236px;
  }
  .h-md--59 {
    height: 236px;
  }
}
@media (min-width: 768px) {
  .w-md--60 {
    width: 240px;
  }
  .h-md--60 {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .w-md--61 {
    width: 244px;
  }
  .h-md--61 {
    height: 244px;
  }
}
@media (min-width: 768px) {
  .w-md--62 {
    width: 248px;
  }
  .h-md--62 {
    height: 248px;
  }
}
@media (min-width: 768px) {
  .w-md--63 {
    width: 252px;
  }
  .h-md--63 {
    height: 252px;
  }
}
@media (min-width: 768px) {
  .w-md--64 {
    width: 256px;
  }
  .h-md--64 {
    height: 256px;
  }
}
@media (min-width: 768px) {
  .w-md--65 {
    width: 260px;
  }
  .h-md--65 {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .w-md--66 {
    width: 264px;
  }
  .h-md--66 {
    height: 264px;
  }
}
@media (min-width: 768px) {
  .w-md--67 {
    width: 268px;
  }
  .h-md--67 {
    height: 268px;
  }
}
@media (min-width: 768px) {
  .w-md--68 {
    width: 272px;
  }
  .h-md--68 {
    height: 272px;
  }
}
@media (min-width: 768px) {
  .w-md--69 {
    width: 276px;
  }
  .h-md--69 {
    height: 276px;
  }
}
@media (min-width: 768px) {
  .w-md--70 {
    width: 280px;
  }
  .h-md--70 {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .w-md--71 {
    width: 284px;
  }
  .h-md--71 {
    height: 284px;
  }
}
@media (min-width: 768px) {
  .w-md--72 {
    width: 288px;
  }
  .h-md--72 {
    height: 288px;
  }
}
@media (min-width: 768px) {
  .w-md--73 {
    width: 292px;
  }
  .h-md--73 {
    height: 292px;
  }
}
@media (min-width: 768px) {
  .w-md--74 {
    width: 296px;
  }
  .h-md--74 {
    height: 296px;
  }
}
@media (min-width: 768px) {
  .w-md--75 {
    width: 300px;
  }
  .h-md--75 {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .w-md--76 {
    width: 304px;
  }
  .h-md--76 {
    height: 304px;
  }
}
@media (min-width: 768px) {
  .w-md--77 {
    width: 308px;
  }
  .h-md--77 {
    height: 308px;
  }
}
@media (min-width: 768px) {
  .w-md--78 {
    width: 312px;
  }
  .h-md--78 {
    height: 312px;
  }
}
@media (min-width: 768px) {
  .w-md--79 {
    width: 316px;
  }
  .h-md--79 {
    height: 316px;
  }
}
@media (min-width: 768px) {
  .w-md--80 {
    width: 320px;
  }
  .h-md--80 {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .w-md--81 {
    width: 324px;
  }
  .h-md--81 {
    height: 324px;
  }
}
@media (min-width: 768px) {
  .w-md--82 {
    width: 328px;
  }
  .h-md--82 {
    height: 328px;
  }
}
@media (min-width: 768px) {
  .w-md--83 {
    width: 332px;
  }
  .h-md--83 {
    height: 332px;
  }
}
@media (min-width: 768px) {
  .w-md--84 {
    width: 336px;
  }
  .h-md--84 {
    height: 336px;
  }
}
@media (min-width: 768px) {
  .w-md--85 {
    width: 340px;
  }
  .h-md--85 {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .w-md--86 {
    width: 344px;
  }
  .h-md--86 {
    height: 344px;
  }
}
@media (min-width: 768px) {
  .w-md--87 {
    width: 348px;
  }
  .h-md--87 {
    height: 348px;
  }
}
@media (min-width: 768px) {
  .w-md--88 {
    width: 352px;
  }
  .h-md--88 {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .w-md--89 {
    width: 356px;
  }
  .h-md--89 {
    height: 356px;
  }
}
@media (min-width: 768px) {
  .w-md--90 {
    width: 360px;
  }
  .h-md--90 {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .w-md--91 {
    width: 364px;
  }
  .h-md--91 {
    height: 364px;
  }
}
@media (min-width: 768px) {
  .w-md--92 {
    width: 368px;
  }
  .h-md--92 {
    height: 368px;
  }
}
@media (min-width: 768px) {
  .w-md--93 {
    width: 372px;
  }
  .h-md--93 {
    height: 372px;
  }
}
@media (min-width: 768px) {
  .w-md--94 {
    width: 376px;
  }
  .h-md--94 {
    height: 376px;
  }
}
@media (min-width: 768px) {
  .w-md--95 {
    width: 380px;
  }
  .h-md--95 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .w-md--96 {
    width: 384px;
  }
  .h-md--96 {
    height: 384px;
  }
}
@media (min-width: 768px) {
  .w-md--97 {
    width: 388px;
  }
  .h-md--97 {
    height: 388px;
  }
}
@media (min-width: 768px) {
  .w-md--98 {
    width: 392px;
  }
  .h-md--98 {
    height: 392px;
  }
}
@media (min-width: 768px) {
  .w-md--99 {
    width: 396px;
  }
  .h-md--99 {
    height: 396px;
  }
}
@media (min-width: 768px) {
  .w-md--100 {
    width: 400px;
  }
  .h-md--100 {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .w-md--101 {
    width: 404px;
  }
  .h-md--101 {
    height: 404px;
  }
}
@media (min-width: 768px) {
  .w-md--102 {
    width: 408px;
  }
  .h-md--102 {
    height: 408px;
  }
}
@media (min-width: 768px) {
  .w-md--103 {
    width: 412px;
  }
  .h-md--103 {
    height: 412px;
  }
}
@media (min-width: 768px) {
  .w-md--104 {
    width: 416px;
  }
  .h-md--104 {
    height: 416px;
  }
}
@media (min-width: 768px) {
  .w-md--105 {
    width: 420px;
  }
  .h-md--105 {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .w-md--106 {
    width: 424px;
  }
  .h-md--106 {
    height: 424px;
  }
}
@media (min-width: 768px) {
  .w-md--107 {
    width: 428px;
  }
  .h-md--107 {
    height: 428px;
  }
}
@media (min-width: 768px) {
  .w-md--108 {
    width: 432px;
  }
  .h-md--108 {
    height: 432px;
  }
}
@media (min-width: 768px) {
  .w-md--109 {
    width: 436px;
  }
  .h-md--109 {
    height: 436px;
  }
}
@media (min-width: 768px) {
  .w-md--110 {
    width: 440px;
  }
  .h-md--110 {
    height: 440px;
  }
}
@media (min-width: 768px) {
  .w-md--111 {
    width: 444px;
  }
  .h-md--111 {
    height: 444px;
  }
}
@media (min-width: 768px) {
  .w-md--112 {
    width: 448px;
  }
  .h-md--112 {
    height: 448px;
  }
}
@media (min-width: 768px) {
  .w-md--113 {
    width: 452px;
  }
  .h-md--113 {
    height: 452px;
  }
}
@media (min-width: 768px) {
  .w-md--114 {
    width: 456px;
  }
  .h-md--114 {
    height: 456px;
  }
}
@media (min-width: 768px) {
  .w-md--115 {
    width: 460px;
  }
  .h-md--115 {
    height: 460px;
  }
}
@media (min-width: 768px) {
  .w-md--116 {
    width: 464px;
  }
  .h-md--116 {
    height: 464px;
  }
}
@media (min-width: 768px) {
  .w-md--117 {
    width: 468px;
  }
  .h-md--117 {
    height: 468px;
  }
}
@media (min-width: 768px) {
  .w-md--118 {
    width: 472px;
  }
  .h-md--118 {
    height: 472px;
  }
}
@media (min-width: 768px) {
  .w-md--119 {
    width: 476px;
  }
  .h-md--119 {
    height: 476px;
  }
}
@media (min-width: 768px) {
  .w-md--120 {
    width: 480px;
  }
  .h-md--120 {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .w-md--121 {
    width: 484px;
  }
  .h-md--121 {
    height: 484px;
  }
}
@media (min-width: 768px) {
  .w-md--122 {
    width: 488px;
  }
  .h-md--122 {
    height: 488px;
  }
}
@media (min-width: 768px) {
  .w-md--123 {
    width: 492px;
  }
  .h-md--123 {
    height: 492px;
  }
}
@media (min-width: 768px) {
  .w-md--124 {
    width: 496px;
  }
  .h-md--124 {
    height: 496px;
  }
}
@media (min-width: 768px) {
  .w-md--125 {
    width: 500px;
  }
  .h-md--125 {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .w-md--126 {
    width: 504px;
  }
  .h-md--126 {
    height: 504px;
  }
}
@media (min-width: 768px) {
  .w-md--127 {
    width: 508px;
  }
  .h-md--127 {
    height: 508px;
  }
}
@media (min-width: 768px) {
  .w-md--128 {
    width: 512px;
  }
  .h-md--128 {
    height: 512px;
  }
}
@media (min-width: 768px) {
  .w-md--129 {
    width: 516px;
  }
  .h-md--129 {
    height: 516px;
  }
}
@media (min-width: 768px) {
  .w-md--130 {
    width: 520px;
  }
  .h-md--130 {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .w-md--131 {
    width: 524px;
  }
  .h-md--131 {
    height: 524px;
  }
}
@media (min-width: 768px) {
  .w-md--132 {
    width: 528px;
  }
  .h-md--132 {
    height: 528px;
  }
}
@media (min-width: 768px) {
  .w-md--133 {
    width: 532px;
  }
  .h-md--133 {
    height: 532px;
  }
}
@media (min-width: 768px) {
  .w-md--134 {
    width: 536px;
  }
  .h-md--134 {
    height: 536px;
  }
}
@media (min-width: 768px) {
  .w-md--135 {
    width: 540px;
  }
  .h-md--135 {
    height: 540px;
  }
}
@media (min-width: 768px) {
  .w-md--136 {
    width: 544px;
  }
  .h-md--136 {
    height: 544px;
  }
}
@media (min-width: 768px) {
  .w-md--137 {
    width: 548px;
  }
  .h-md--137 {
    height: 548px;
  }
}
@media (min-width: 768px) {
  .w-md--138 {
    width: 552px;
  }
  .h-md--138 {
    height: 552px;
  }
}
@media (min-width: 768px) {
  .w-md--139 {
    width: 556px;
  }
  .h-md--139 {
    height: 556px;
  }
}
@media (min-width: 768px) {
  .w-md--140 {
    width: 560px;
  }
  .h-md--140 {
    height: 560px;
  }
}
@media (min-width: 768px) {
  .w-md--141 {
    width: 564px;
  }
  .h-md--141 {
    height: 564px;
  }
}
@media (min-width: 768px) {
  .w-md--142 {
    width: 568px;
  }
  .h-md--142 {
    height: 568px;
  }
}
@media (min-width: 768px) {
  .w-md--143 {
    width: 572px;
  }
  .h-md--143 {
    height: 572px;
  }
}
@media (min-width: 768px) {
  .w-md--144 {
    width: 576px;
  }
  .h-md--144 {
    height: 576px;
  }
}
@media (min-width: 768px) {
  .w-md--145 {
    width: 580px;
  }
  .h-md--145 {
    height: 580px;
  }
}
@media (min-width: 768px) {
  .w-md--146 {
    width: 584px;
  }
  .h-md--146 {
    height: 584px;
  }
}
@media (min-width: 768px) {
  .w-md--147 {
    width: 588px;
  }
  .h-md--147 {
    height: 588px;
  }
}
@media (min-width: 768px) {
  .w-md--148 {
    width: 592px;
  }
  .h-md--148 {
    height: 592px;
  }
}
@media (min-width: 768px) {
  .w-md--149 {
    width: 596px;
  }
  .h-md--149 {
    height: 596px;
  }
}
@media (min-width: 768px) {
  .w-md--150 {
    width: 600px;
  }
  .h-md--150 {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .w-md--151 {
    width: 604px;
  }
  .h-md--151 {
    height: 604px;
  }
}
@media (min-width: 768px) {
  .w-md--152 {
    width: 608px;
  }
  .h-md--152 {
    height: 608px;
  }
}
@media (min-width: 768px) {
  .w-md--153 {
    width: 612px;
  }
  .h-md--153 {
    height: 612px;
  }
}
@media (min-width: 768px) {
  .w-md--154 {
    width: 616px;
  }
  .h-md--154 {
    height: 616px;
  }
}
@media (min-width: 768px) {
  .w-md--155 {
    width: 620px;
  }
  .h-md--155 {
    height: 620px;
  }
}
@media (min-width: 768px) {
  .w-md--156 {
    width: 624px;
  }
  .h-md--156 {
    height: 624px;
  }
}
@media (min-width: 768px) {
  .w-md--157 {
    width: 628px;
  }
  .h-md--157 {
    height: 628px;
  }
}
@media (min-width: 768px) {
  .w-md--158 {
    width: 632px;
  }
  .h-md--158 {
    height: 632px;
  }
}
@media (min-width: 768px) {
  .w-md--159 {
    width: 636px;
  }
  .h-md--159 {
    height: 636px;
  }
}
@media (min-width: 768px) {
  .w-md--160 {
    width: 640px;
  }
  .h-md--160 {
    height: 640px;
  }
}
@media (min-width: 768px) {
  .w-md--161 {
    width: 644px;
  }
  .h-md--161 {
    height: 644px;
  }
}
@media (min-width: 768px) {
  .w-md--162 {
    width: 648px;
  }
  .h-md--162 {
    height: 648px;
  }
}
@media (min-width: 768px) {
  .w-md--163 {
    width: 652px;
  }
  .h-md--163 {
    height: 652px;
  }
}
@media (min-width: 768px) {
  .w-md--164 {
    width: 656px;
  }
  .h-md--164 {
    height: 656px;
  }
}
@media (min-width: 768px) {
  .w-md--165 {
    width: 660px;
  }
  .h-md--165 {
    height: 660px;
  }
}
@media (min-width: 768px) {
  .w-md--166 {
    width: 664px;
  }
  .h-md--166 {
    height: 664px;
  }
}
@media (min-width: 768px) {
  .w-md--167 {
    width: 668px;
  }
  .h-md--167 {
    height: 668px;
  }
}
@media (min-width: 768px) {
  .w-md--168 {
    width: 672px;
  }
  .h-md--168 {
    height: 672px;
  }
}
@media (min-width: 768px) {
  .w-md--169 {
    width: 676px;
  }
  .h-md--169 {
    height: 676px;
  }
}
@media (min-width: 768px) {
  .w-md--170 {
    width: 680px;
  }
  .h-md--170 {
    height: 680px;
  }
}
@media (min-width: 768px) {
  .w-md--171 {
    width: 684px;
  }
  .h-md--171 {
    height: 684px;
  }
}
@media (min-width: 768px) {
  .w-md--172 {
    width: 688px;
  }
  .h-md--172 {
    height: 688px;
  }
}
@media (min-width: 768px) {
  .w-md--173 {
    width: 692px;
  }
  .h-md--173 {
    height: 692px;
  }
}
@media (min-width: 768px) {
  .w-md--174 {
    width: 696px;
  }
  .h-md--174 {
    height: 696px;
  }
}
@media (min-width: 768px) {
  .w-md--175 {
    width: 700px;
  }
  .h-md--175 {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .w-md--176 {
    width: 704px;
  }
  .h-md--176 {
    height: 704px;
  }
}
@media (min-width: 768px) {
  .w-md--177 {
    width: 708px;
  }
  .h-md--177 {
    height: 708px;
  }
}
@media (min-width: 768px) {
  .w-md--178 {
    width: 712px;
  }
  .h-md--178 {
    height: 712px;
  }
}
@media (min-width: 768px) {
  .w-md--179 {
    width: 716px;
  }
  .h-md--179 {
    height: 716px;
  }
}
@media (min-width: 768px) {
  .w-md--180 {
    width: 720px;
  }
  .h-md--180 {
    height: 720px;
  }
}
@media (min-width: 768px) {
  .w-md--181 {
    width: 724px;
  }
  .h-md--181 {
    height: 724px;
  }
}
@media (min-width: 768px) {
  .w-md--182 {
    width: 728px;
  }
  .h-md--182 {
    height: 728px;
  }
}
@media (min-width: 768px) {
  .w-md--183 {
    width: 732px;
  }
  .h-md--183 {
    height: 732px;
  }
}
@media (min-width: 768px) {
  .w-md--184 {
    width: 736px;
  }
  .h-md--184 {
    height: 736px;
  }
}
@media (min-width: 768px) {
  .w-md--185 {
    width: 740px;
  }
  .h-md--185 {
    height: 740px;
  }
}
@media (min-width: 768px) {
  .w-md--186 {
    width: 744px;
  }
  .h-md--186 {
    height: 744px;
  }
}
@media (min-width: 768px) {
  .w-md--187 {
    width: 748px;
  }
  .h-md--187 {
    height: 748px;
  }
}
@media (min-width: 768px) {
  .w-md--188 {
    width: 752px;
  }
  .h-md--188 {
    height: 752px;
  }
}
@media (min-width: 768px) {
  .w-md--189 {
    width: 756px;
  }
  .h-md--189 {
    height: 756px;
  }
}
@media (min-width: 768px) {
  .w-md--190 {
    width: 760px;
  }
  .h-md--190 {
    height: 760px;
  }
}
@media (min-width: 768px) {
  .w-md--191 {
    width: 764px;
  }
  .h-md--191 {
    height: 764px;
  }
}
@media (min-width: 768px) {
  .w-md--192 {
    width: 768px;
  }
  .h-md--192 {
    height: 768px;
  }
}
@media (min-width: 768px) {
  .w-md--193 {
    width: 772px;
  }
  .h-md--193 {
    height: 772px;
  }
}
@media (min-width: 768px) {
  .w-md--194 {
    width: 776px;
  }
  .h-md--194 {
    height: 776px;
  }
}
@media (min-width: 768px) {
  .w-md--195 {
    width: 780px;
  }
  .h-md--195 {
    height: 780px;
  }
}
@media (min-width: 768px) {
  .w-md--196 {
    width: 784px;
  }
  .h-md--196 {
    height: 784px;
  }
}
@media (min-width: 768px) {
  .w-md--197 {
    width: 788px;
  }
  .h-md--197 {
    height: 788px;
  }
}
@media (min-width: 768px) {
  .w-md--198 {
    width: 792px;
  }
  .h-md--198 {
    height: 792px;
  }
}
@media (min-width: 768px) {
  .w-md--199 {
    width: 796px;
  }
  .h-md--199 {
    height: 796px;
  }
}
@media (min-width: 768px) {
  .w-md--200 {
    width: 800px;
  }
  .h-md--200 {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .w-lg--0 {
    width: 0px;
  }
  .h-lg--0 {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .w-lg--1 {
    width: 4px;
  }
  .h-lg--1 {
    height: 4px;
  }
}
@media (min-width: 992px) {
  .w-lg--2 {
    width: 8px;
  }
  .h-lg--2 {
    height: 8px;
  }
}
@media (min-width: 992px) {
  .w-lg--3 {
    width: 12px;
  }
  .h-lg--3 {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .w-lg--4 {
    width: 16px;
  }
  .h-lg--4 {
    height: 16px;
  }
}
@media (min-width: 992px) {
  .w-lg--5 {
    width: 20px;
  }
  .h-lg--5 {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .w-lg--6 {
    width: 24px;
  }
  .h-lg--6 {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .w-lg--7 {
    width: 28px;
  }
  .h-lg--7 {
    height: 28px;
  }
}
@media (min-width: 992px) {
  .w-lg--8 {
    width: 32px;
  }
  .h-lg--8 {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .w-lg--9 {
    width: 36px;
  }
  .h-lg--9 {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .w-lg--10 {
    width: 40px;
  }
  .h-lg--10 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .w-lg--11 {
    width: 44px;
  }
  .h-lg--11 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .w-lg--12 {
    width: 48px;
  }
  .h-lg--12 {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .w-lg--13 {
    width: 52px;
  }
  .h-lg--13 {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .w-lg--14 {
    width: 56px;
  }
  .h-lg--14 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .w-lg--15 {
    width: 60px;
  }
  .h-lg--15 {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .w-lg--16 {
    width: 64px;
  }
  .h-lg--16 {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .w-lg--17 {
    width: 68px;
  }
  .h-lg--17 {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .w-lg--18 {
    width: 72px;
  }
  .h-lg--18 {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .w-lg--19 {
    width: 76px;
  }
  .h-lg--19 {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .w-lg--20 {
    width: 80px;
  }
  .h-lg--20 {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .w-lg--21 {
    width: 84px;
  }
  .h-lg--21 {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .w-lg--22 {
    width: 88px;
  }
  .h-lg--22 {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .w-lg--23 {
    width: 92px;
  }
  .h-lg--23 {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .w-lg--24 {
    width: 96px;
  }
  .h-lg--24 {
    height: 96px;
  }
}
@media (min-width: 992px) {
  .w-lg--25 {
    width: 100px;
  }
  .h-lg--25 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .w-lg--26 {
    width: 104px;
  }
  .h-lg--26 {
    height: 104px;
  }
}
@media (min-width: 992px) {
  .w-lg--27 {
    width: 108px;
  }
  .h-lg--27 {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .w-lg--28 {
    width: 112px;
  }
  .h-lg--28 {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .w-lg--29 {
    width: 116px;
  }
  .h-lg--29 {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .w-lg--30 {
    width: 120px;
  }
  .h-lg--30 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .w-lg--31 {
    width: 124px;
  }
  .h-lg--31 {
    height: 124px;
  }
}
@media (min-width: 992px) {
  .w-lg--32 {
    width: 128px;
  }
  .h-lg--32 {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .w-lg--33 {
    width: 132px;
  }
  .h-lg--33 {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .w-lg--34 {
    width: 136px;
  }
  .h-lg--34 {
    height: 136px;
  }
}
@media (min-width: 992px) {
  .w-lg--35 {
    width: 140px;
  }
  .h-lg--35 {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .w-lg--36 {
    width: 144px;
  }
  .h-lg--36 {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .w-lg--37 {
    width: 148px;
  }
  .h-lg--37 {
    height: 148px;
  }
}
@media (min-width: 992px) {
  .w-lg--38 {
    width: 152px;
  }
  .h-lg--38 {
    height: 152px;
  }
}
@media (min-width: 992px) {
  .w-lg--39 {
    width: 156px;
  }
  .h-lg--39 {
    height: 156px;
  }
}
@media (min-width: 992px) {
  .w-lg--40 {
    width: 160px;
  }
  .h-lg--40 {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .w-lg--41 {
    width: 164px;
  }
  .h-lg--41 {
    height: 164px;
  }
}
@media (min-width: 992px) {
  .w-lg--42 {
    width: 168px;
  }
  .h-lg--42 {
    height: 168px;
  }
}
@media (min-width: 992px) {
  .w-lg--43 {
    width: 172px;
  }
  .h-lg--43 {
    height: 172px;
  }
}
@media (min-width: 992px) {
  .w-lg--44 {
    width: 176px;
  }
  .h-lg--44 {
    height: 176px;
  }
}
@media (min-width: 992px) {
  .w-lg--45 {
    width: 180px;
  }
  .h-lg--45 {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .w-lg--46 {
    width: 184px;
  }
  .h-lg--46 {
    height: 184px;
  }
}
@media (min-width: 992px) {
  .w-lg--47 {
    width: 188px;
  }
  .h-lg--47 {
    height: 188px;
  }
}
@media (min-width: 992px) {
  .w-lg--48 {
    width: 192px;
  }
  .h-lg--48 {
    height: 192px;
  }
}
@media (min-width: 992px) {
  .w-lg--49 {
    width: 196px;
  }
  .h-lg--49 {
    height: 196px;
  }
}
@media (min-width: 992px) {
  .w-lg--50 {
    width: 200px;
  }
  .h-lg--50 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .w-lg--51 {
    width: 204px;
  }
  .h-lg--51 {
    height: 204px;
  }
}
@media (min-width: 992px) {
  .w-lg--52 {
    width: 208px;
  }
  .h-lg--52 {
    height: 208px;
  }
}
@media (min-width: 992px) {
  .w-lg--53 {
    width: 212px;
  }
  .h-lg--53 {
    height: 212px;
  }
}
@media (min-width: 992px) {
  .w-lg--54 {
    width: 216px;
  }
  .h-lg--54 {
    height: 216px;
  }
}
@media (min-width: 992px) {
  .w-lg--55 {
    width: 220px;
  }
  .h-lg--55 {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .w-lg--56 {
    width: 224px;
  }
  .h-lg--56 {
    height: 224px;
  }
}
@media (min-width: 992px) {
  .w-lg--57 {
    width: 228px;
  }
  .h-lg--57 {
    height: 228px;
  }
}
@media (min-width: 992px) {
  .w-lg--58 {
    width: 232px;
  }
  .h-lg--58 {
    height: 232px;
  }
}
@media (min-width: 992px) {
  .w-lg--59 {
    width: 236px;
  }
  .h-lg--59 {
    height: 236px;
  }
}
@media (min-width: 992px) {
  .w-lg--60 {
    width: 240px;
  }
  .h-lg--60 {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .w-lg--61 {
    width: 244px;
  }
  .h-lg--61 {
    height: 244px;
  }
}
@media (min-width: 992px) {
  .w-lg--62 {
    width: 248px;
  }
  .h-lg--62 {
    height: 248px;
  }
}
@media (min-width: 992px) {
  .w-lg--63 {
    width: 252px;
  }
  .h-lg--63 {
    height: 252px;
  }
}
@media (min-width: 992px) {
  .w-lg--64 {
    width: 256px;
  }
  .h-lg--64 {
    height: 256px;
  }
}
@media (min-width: 992px) {
  .w-lg--65 {
    width: 260px;
  }
  .h-lg--65 {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .w-lg--66 {
    width: 264px;
  }
  .h-lg--66 {
    height: 264px;
  }
}
@media (min-width: 992px) {
  .w-lg--67 {
    width: 268px;
  }
  .h-lg--67 {
    height: 268px;
  }
}
@media (min-width: 992px) {
  .w-lg--68 {
    width: 272px;
  }
  .h-lg--68 {
    height: 272px;
  }
}
@media (min-width: 992px) {
  .w-lg--69 {
    width: 276px;
  }
  .h-lg--69 {
    height: 276px;
  }
}
@media (min-width: 992px) {
  .w-lg--70 {
    width: 280px;
  }
  .h-lg--70 {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .w-lg--71 {
    width: 284px;
  }
  .h-lg--71 {
    height: 284px;
  }
}
@media (min-width: 992px) {
  .w-lg--72 {
    width: 288px;
  }
  .h-lg--72 {
    height: 288px;
  }
}
@media (min-width: 992px) {
  .w-lg--73 {
    width: 292px;
  }
  .h-lg--73 {
    height: 292px;
  }
}
@media (min-width: 992px) {
  .w-lg--74 {
    width: 296px;
  }
  .h-lg--74 {
    height: 296px;
  }
}
@media (min-width: 992px) {
  .w-lg--75 {
    width: 300px;
  }
  .h-lg--75 {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .w-lg--76 {
    width: 304px;
  }
  .h-lg--76 {
    height: 304px;
  }
}
@media (min-width: 992px) {
  .w-lg--77 {
    width: 308px;
  }
  .h-lg--77 {
    height: 308px;
  }
}
@media (min-width: 992px) {
  .w-lg--78 {
    width: 312px;
  }
  .h-lg--78 {
    height: 312px;
  }
}
@media (min-width: 992px) {
  .w-lg--79 {
    width: 316px;
  }
  .h-lg--79 {
    height: 316px;
  }
}
@media (min-width: 992px) {
  .w-lg--80 {
    width: 320px;
  }
  .h-lg--80 {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .w-lg--81 {
    width: 324px;
  }
  .h-lg--81 {
    height: 324px;
  }
}
@media (min-width: 992px) {
  .w-lg--82 {
    width: 328px;
  }
  .h-lg--82 {
    height: 328px;
  }
}
@media (min-width: 992px) {
  .w-lg--83 {
    width: 332px;
  }
  .h-lg--83 {
    height: 332px;
  }
}
@media (min-width: 992px) {
  .w-lg--84 {
    width: 336px;
  }
  .h-lg--84 {
    height: 336px;
  }
}
@media (min-width: 992px) {
  .w-lg--85 {
    width: 340px;
  }
  .h-lg--85 {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .w-lg--86 {
    width: 344px;
  }
  .h-lg--86 {
    height: 344px;
  }
}
@media (min-width: 992px) {
  .w-lg--87 {
    width: 348px;
  }
  .h-lg--87 {
    height: 348px;
  }
}
@media (min-width: 992px) {
  .w-lg--88 {
    width: 352px;
  }
  .h-lg--88 {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .w-lg--89 {
    width: 356px;
  }
  .h-lg--89 {
    height: 356px;
  }
}
@media (min-width: 992px) {
  .w-lg--90 {
    width: 360px;
  }
  .h-lg--90 {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .w-lg--91 {
    width: 364px;
  }
  .h-lg--91 {
    height: 364px;
  }
}
@media (min-width: 992px) {
  .w-lg--92 {
    width: 368px;
  }
  .h-lg--92 {
    height: 368px;
  }
}
@media (min-width: 992px) {
  .w-lg--93 {
    width: 372px;
  }
  .h-lg--93 {
    height: 372px;
  }
}
@media (min-width: 992px) {
  .w-lg--94 {
    width: 376px;
  }
  .h-lg--94 {
    height: 376px;
  }
}
@media (min-width: 992px) {
  .w-lg--95 {
    width: 380px;
  }
  .h-lg--95 {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .w-lg--96 {
    width: 384px;
  }
  .h-lg--96 {
    height: 384px;
  }
}
@media (min-width: 992px) {
  .w-lg--97 {
    width: 388px;
  }
  .h-lg--97 {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .w-lg--98 {
    width: 392px;
  }
  .h-lg--98 {
    height: 392px;
  }
}
@media (min-width: 992px) {
  .w-lg--99 {
    width: 396px;
  }
  .h-lg--99 {
    height: 396px;
  }
}
@media (min-width: 992px) {
  .w-lg--100 {
    width: 400px;
  }
  .h-lg--100 {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .w-lg--101 {
    width: 404px;
  }
  .h-lg--101 {
    height: 404px;
  }
}
@media (min-width: 992px) {
  .w-lg--102 {
    width: 408px;
  }
  .h-lg--102 {
    height: 408px;
  }
}
@media (min-width: 992px) {
  .w-lg--103 {
    width: 412px;
  }
  .h-lg--103 {
    height: 412px;
  }
}
@media (min-width: 992px) {
  .w-lg--104 {
    width: 416px;
  }
  .h-lg--104 {
    height: 416px;
  }
}
@media (min-width: 992px) {
  .w-lg--105 {
    width: 420px;
  }
  .h-lg--105 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .w-lg--106 {
    width: 424px;
  }
  .h-lg--106 {
    height: 424px;
  }
}
@media (min-width: 992px) {
  .w-lg--107 {
    width: 428px;
  }
  .h-lg--107 {
    height: 428px;
  }
}
@media (min-width: 992px) {
  .w-lg--108 {
    width: 432px;
  }
  .h-lg--108 {
    height: 432px;
  }
}
@media (min-width: 992px) {
  .w-lg--109 {
    width: 436px;
  }
  .h-lg--109 {
    height: 436px;
  }
}
@media (min-width: 992px) {
  .w-lg--110 {
    width: 440px;
  }
  .h-lg--110 {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .w-lg--111 {
    width: 444px;
  }
  .h-lg--111 {
    height: 444px;
  }
}
@media (min-width: 992px) {
  .w-lg--112 {
    width: 448px;
  }
  .h-lg--112 {
    height: 448px;
  }
}
@media (min-width: 992px) {
  .w-lg--113 {
    width: 452px;
  }
  .h-lg--113 {
    height: 452px;
  }
}
@media (min-width: 992px) {
  .w-lg--114 {
    width: 456px;
  }
  .h-lg--114 {
    height: 456px;
  }
}
@media (min-width: 992px) {
  .w-lg--115 {
    width: 460px;
  }
  .h-lg--115 {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .w-lg--116 {
    width: 464px;
  }
  .h-lg--116 {
    height: 464px;
  }
}
@media (min-width: 992px) {
  .w-lg--117 {
    width: 468px;
  }
  .h-lg--117 {
    height: 468px;
  }
}
@media (min-width: 992px) {
  .w-lg--118 {
    width: 472px;
  }
  .h-lg--118 {
    height: 472px;
  }
}
@media (min-width: 992px) {
  .w-lg--119 {
    width: 476px;
  }
  .h-lg--119 {
    height: 476px;
  }
}
@media (min-width: 992px) {
  .w-lg--120 {
    width: 480px;
  }
  .h-lg--120 {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .w-lg--121 {
    width: 484px;
  }
  .h-lg--121 {
    height: 484px;
  }
}
@media (min-width: 992px) {
  .w-lg--122 {
    width: 488px;
  }
  .h-lg--122 {
    height: 488px;
  }
}
@media (min-width: 992px) {
  .w-lg--123 {
    width: 492px;
  }
  .h-lg--123 {
    height: 492px;
  }
}
@media (min-width: 992px) {
  .w-lg--124 {
    width: 496px;
  }
  .h-lg--124 {
    height: 496px;
  }
}
@media (min-width: 992px) {
  .w-lg--125 {
    width: 500px;
  }
  .h-lg--125 {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .w-lg--126 {
    width: 504px;
  }
  .h-lg--126 {
    height: 504px;
  }
}
@media (min-width: 992px) {
  .w-lg--127 {
    width: 508px;
  }
  .h-lg--127 {
    height: 508px;
  }
}
@media (min-width: 992px) {
  .w-lg--128 {
    width: 512px;
  }
  .h-lg--128 {
    height: 512px;
  }
}
@media (min-width: 992px) {
  .w-lg--129 {
    width: 516px;
  }
  .h-lg--129 {
    height: 516px;
  }
}
@media (min-width: 992px) {
  .w-lg--130 {
    width: 520px;
  }
  .h-lg--130 {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .w-lg--131 {
    width: 524px;
  }
  .h-lg--131 {
    height: 524px;
  }
}
@media (min-width: 992px) {
  .w-lg--132 {
    width: 528px;
  }
  .h-lg--132 {
    height: 528px;
  }
}
@media (min-width: 992px) {
  .w-lg--133 {
    width: 532px;
  }
  .h-lg--133 {
    height: 532px;
  }
}
@media (min-width: 992px) {
  .w-lg--134 {
    width: 536px;
  }
  .h-lg--134 {
    height: 536px;
  }
}
@media (min-width: 992px) {
  .w-lg--135 {
    width: 540px;
  }
  .h-lg--135 {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .w-lg--136 {
    width: 544px;
  }
  .h-lg--136 {
    height: 544px;
  }
}
@media (min-width: 992px) {
  .w-lg--137 {
    width: 548px;
  }
  .h-lg--137 {
    height: 548px;
  }
}
@media (min-width: 992px) {
  .w-lg--138 {
    width: 552px;
  }
  .h-lg--138 {
    height: 552px;
  }
}
@media (min-width: 992px) {
  .w-lg--139 {
    width: 556px;
  }
  .h-lg--139 {
    height: 556px;
  }
}
@media (min-width: 992px) {
  .w-lg--140 {
    width: 560px;
  }
  .h-lg--140 {
    height: 560px;
  }
}
@media (min-width: 992px) {
  .w-lg--141 {
    width: 564px;
  }
  .h-lg--141 {
    height: 564px;
  }
}
@media (min-width: 992px) {
  .w-lg--142 {
    width: 568px;
  }
  .h-lg--142 {
    height: 568px;
  }
}
@media (min-width: 992px) {
  .w-lg--143 {
    width: 572px;
  }
  .h-lg--143 {
    height: 572px;
  }
}
@media (min-width: 992px) {
  .w-lg--144 {
    width: 576px;
  }
  .h-lg--144 {
    height: 576px;
  }
}
@media (min-width: 992px) {
  .w-lg--145 {
    width: 580px;
  }
  .h-lg--145 {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .w-lg--146 {
    width: 584px;
  }
  .h-lg--146 {
    height: 584px;
  }
}
@media (min-width: 992px) {
  .w-lg--147 {
    width: 588px;
  }
  .h-lg--147 {
    height: 588px;
  }
}
@media (min-width: 992px) {
  .w-lg--148 {
    width: 592px;
  }
  .h-lg--148 {
    height: 592px;
  }
}
@media (min-width: 992px) {
  .w-lg--149 {
    width: 596px;
  }
  .h-lg--149 {
    height: 596px;
  }
}
@media (min-width: 992px) {
  .w-lg--150 {
    width: 600px;
  }
  .h-lg--150 {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .w-lg--151 {
    width: 604px;
  }
  .h-lg--151 {
    height: 604px;
  }
}
@media (min-width: 992px) {
  .w-lg--152 {
    width: 608px;
  }
  .h-lg--152 {
    height: 608px;
  }
}
@media (min-width: 992px) {
  .w-lg--153 {
    width: 612px;
  }
  .h-lg--153 {
    height: 612px;
  }
}
@media (min-width: 992px) {
  .w-lg--154 {
    width: 616px;
  }
  .h-lg--154 {
    height: 616px;
  }
}
@media (min-width: 992px) {
  .w-lg--155 {
    width: 620px;
  }
  .h-lg--155 {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .w-lg--156 {
    width: 624px;
  }
  .h-lg--156 {
    height: 624px;
  }
}
@media (min-width: 992px) {
  .w-lg--157 {
    width: 628px;
  }
  .h-lg--157 {
    height: 628px;
  }
}
@media (min-width: 992px) {
  .w-lg--158 {
    width: 632px;
  }
  .h-lg--158 {
    height: 632px;
  }
}
@media (min-width: 992px) {
  .w-lg--159 {
    width: 636px;
  }
  .h-lg--159 {
    height: 636px;
  }
}
@media (min-width: 992px) {
  .w-lg--160 {
    width: 640px;
  }
  .h-lg--160 {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .w-lg--161 {
    width: 644px;
  }
  .h-lg--161 {
    height: 644px;
  }
}
@media (min-width: 992px) {
  .w-lg--162 {
    width: 648px;
  }
  .h-lg--162 {
    height: 648px;
  }
}
@media (min-width: 992px) {
  .w-lg--163 {
    width: 652px;
  }
  .h-lg--163 {
    height: 652px;
  }
}
@media (min-width: 992px) {
  .w-lg--164 {
    width: 656px;
  }
  .h-lg--164 {
    height: 656px;
  }
}
@media (min-width: 992px) {
  .w-lg--165 {
    width: 660px;
  }
  .h-lg--165 {
    height: 660px;
  }
}
@media (min-width: 992px) {
  .w-lg--166 {
    width: 664px;
  }
  .h-lg--166 {
    height: 664px;
  }
}
@media (min-width: 992px) {
  .w-lg--167 {
    width: 668px;
  }
  .h-lg--167 {
    height: 668px;
  }
}
@media (min-width: 992px) {
  .w-lg--168 {
    width: 672px;
  }
  .h-lg--168 {
    height: 672px;
  }
}
@media (min-width: 992px) {
  .w-lg--169 {
    width: 676px;
  }
  .h-lg--169 {
    height: 676px;
  }
}
@media (min-width: 992px) {
  .w-lg--170 {
    width: 680px;
  }
  .h-lg--170 {
    height: 680px;
  }
}
@media (min-width: 992px) {
  .w-lg--171 {
    width: 684px;
  }
  .h-lg--171 {
    height: 684px;
  }
}
@media (min-width: 992px) {
  .w-lg--172 {
    width: 688px;
  }
  .h-lg--172 {
    height: 688px;
  }
}
@media (min-width: 992px) {
  .w-lg--173 {
    width: 692px;
  }
  .h-lg--173 {
    height: 692px;
  }
}
@media (min-width: 992px) {
  .w-lg--174 {
    width: 696px;
  }
  .h-lg--174 {
    height: 696px;
  }
}
@media (min-width: 992px) {
  .w-lg--175 {
    width: 700px;
  }
  .h-lg--175 {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .w-lg--176 {
    width: 704px;
  }
  .h-lg--176 {
    height: 704px;
  }
}
@media (min-width: 992px) {
  .w-lg--177 {
    width: 708px;
  }
  .h-lg--177 {
    height: 708px;
  }
}
@media (min-width: 992px) {
  .w-lg--178 {
    width: 712px;
  }
  .h-lg--178 {
    height: 712px;
  }
}
@media (min-width: 992px) {
  .w-lg--179 {
    width: 716px;
  }
  .h-lg--179 {
    height: 716px;
  }
}
@media (min-width: 992px) {
  .w-lg--180 {
    width: 720px;
  }
  .h-lg--180 {
    height: 720px;
  }
}
@media (min-width: 992px) {
  .w-lg--181 {
    width: 724px;
  }
  .h-lg--181 {
    height: 724px;
  }
}
@media (min-width: 992px) {
  .w-lg--182 {
    width: 728px;
  }
  .h-lg--182 {
    height: 728px;
  }
}
@media (min-width: 992px) {
  .w-lg--183 {
    width: 732px;
  }
  .h-lg--183 {
    height: 732px;
  }
}
@media (min-width: 992px) {
  .w-lg--184 {
    width: 736px;
  }
  .h-lg--184 {
    height: 736px;
  }
}
@media (min-width: 992px) {
  .w-lg--185 {
    width: 740px;
  }
  .h-lg--185 {
    height: 740px;
  }
}
@media (min-width: 992px) {
  .w-lg--186 {
    width: 744px;
  }
  .h-lg--186 {
    height: 744px;
  }
}
@media (min-width: 992px) {
  .w-lg--187 {
    width: 748px;
  }
  .h-lg--187 {
    height: 748px;
  }
}
@media (min-width: 992px) {
  .w-lg--188 {
    width: 752px;
  }
  .h-lg--188 {
    height: 752px;
  }
}
@media (min-width: 992px) {
  .w-lg--189 {
    width: 756px;
  }
  .h-lg--189 {
    height: 756px;
  }
}
@media (min-width: 992px) {
  .w-lg--190 {
    width: 760px;
  }
  .h-lg--190 {
    height: 760px;
  }
}
@media (min-width: 992px) {
  .w-lg--191 {
    width: 764px;
  }
  .h-lg--191 {
    height: 764px;
  }
}
@media (min-width: 992px) {
  .w-lg--192 {
    width: 768px;
  }
  .h-lg--192 {
    height: 768px;
  }
}
@media (min-width: 992px) {
  .w-lg--193 {
    width: 772px;
  }
  .h-lg--193 {
    height: 772px;
  }
}
@media (min-width: 992px) {
  .w-lg--194 {
    width: 776px;
  }
  .h-lg--194 {
    height: 776px;
  }
}
@media (min-width: 992px) {
  .w-lg--195 {
    width: 780px;
  }
  .h-lg--195 {
    height: 780px;
  }
}
@media (min-width: 992px) {
  .w-lg--196 {
    width: 784px;
  }
  .h-lg--196 {
    height: 784px;
  }
}
@media (min-width: 992px) {
  .w-lg--197 {
    width: 788px;
  }
  .h-lg--197 {
    height: 788px;
  }
}
@media (min-width: 992px) {
  .w-lg--198 {
    width: 792px;
  }
  .h-lg--198 {
    height: 792px;
  }
}
@media (min-width: 992px) {
  .w-lg--199 {
    width: 796px;
  }
  .h-lg--199 {
    height: 796px;
  }
}
@media (min-width: 992px) {
  .w-lg--200 {
    width: 800px;
  }
  .h-lg--200 {
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--0 {
    width: 0px;
  }
  .h-xxl--0 {
    height: 0px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--1 {
    width: 4px;
  }
  .h-xxl--1 {
    height: 4px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--2 {
    width: 8px;
  }
  .h-xxl--2 {
    height: 8px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--3 {
    width: 12px;
  }
  .h-xxl--3 {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--4 {
    width: 16px;
  }
  .h-xxl--4 {
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--5 {
    width: 20px;
  }
  .h-xxl--5 {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--6 {
    width: 24px;
  }
  .h-xxl--6 {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--7 {
    width: 28px;
  }
  .h-xxl--7 {
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--8 {
    width: 32px;
  }
  .h-xxl--8 {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--9 {
    width: 36px;
  }
  .h-xxl--9 {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--10 {
    width: 40px;
  }
  .h-xxl--10 {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--11 {
    width: 44px;
  }
  .h-xxl--11 {
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--12 {
    width: 48px;
  }
  .h-xxl--12 {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--13 {
    width: 52px;
  }
  .h-xxl--13 {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--14 {
    width: 56px;
  }
  .h-xxl--14 {
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--15 {
    width: 60px;
  }
  .h-xxl--15 {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--16 {
    width: 64px;
  }
  .h-xxl--16 {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--17 {
    width: 68px;
  }
  .h-xxl--17 {
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--18 {
    width: 72px;
  }
  .h-xxl--18 {
    height: 72px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--19 {
    width: 76px;
  }
  .h-xxl--19 {
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--20 {
    width: 80px;
  }
  .h-xxl--20 {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--21 {
    width: 84px;
  }
  .h-xxl--21 {
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--22 {
    width: 88px;
  }
  .h-xxl--22 {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--23 {
    width: 92px;
  }
  .h-xxl--23 {
    height: 92px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--24 {
    width: 96px;
  }
  .h-xxl--24 {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--25 {
    width: 100px;
  }
  .h-xxl--25 {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--26 {
    width: 104px;
  }
  .h-xxl--26 {
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--27 {
    width: 108px;
  }
  .h-xxl--27 {
    height: 108px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--28 {
    width: 112px;
  }
  .h-xxl--28 {
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--29 {
    width: 116px;
  }
  .h-xxl--29 {
    height: 116px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--30 {
    width: 120px;
  }
  .h-xxl--30 {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--31 {
    width: 124px;
  }
  .h-xxl--31 {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--32 {
    width: 128px;
  }
  .h-xxl--32 {
    height: 128px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--33 {
    width: 132px;
  }
  .h-xxl--33 {
    height: 132px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--34 {
    width: 136px;
  }
  .h-xxl--34 {
    height: 136px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--35 {
    width: 140px;
  }
  .h-xxl--35 {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--36 {
    width: 144px;
  }
  .h-xxl--36 {
    height: 144px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--37 {
    width: 148px;
  }
  .h-xxl--37 {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--38 {
    width: 152px;
  }
  .h-xxl--38 {
    height: 152px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--39 {
    width: 156px;
  }
  .h-xxl--39 {
    height: 156px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--40 {
    width: 160px;
  }
  .h-xxl--40 {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--41 {
    width: 164px;
  }
  .h-xxl--41 {
    height: 164px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--42 {
    width: 168px;
  }
  .h-xxl--42 {
    height: 168px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--43 {
    width: 172px;
  }
  .h-xxl--43 {
    height: 172px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--44 {
    width: 176px;
  }
  .h-xxl--44 {
    height: 176px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--45 {
    width: 180px;
  }
  .h-xxl--45 {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--46 {
    width: 184px;
  }
  .h-xxl--46 {
    height: 184px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--47 {
    width: 188px;
  }
  .h-xxl--47 {
    height: 188px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--48 {
    width: 192px;
  }
  .h-xxl--48 {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--49 {
    width: 196px;
  }
  .h-xxl--49 {
    height: 196px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--50 {
    width: 200px;
  }
  .h-xxl--50 {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--51 {
    width: 204px;
  }
  .h-xxl--51 {
    height: 204px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--52 {
    width: 208px;
  }
  .h-xxl--52 {
    height: 208px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--53 {
    width: 212px;
  }
  .h-xxl--53 {
    height: 212px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--54 {
    width: 216px;
  }
  .h-xxl--54 {
    height: 216px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--55 {
    width: 220px;
  }
  .h-xxl--55 {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--56 {
    width: 224px;
  }
  .h-xxl--56 {
    height: 224px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--57 {
    width: 228px;
  }
  .h-xxl--57 {
    height: 228px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--58 {
    width: 232px;
  }
  .h-xxl--58 {
    height: 232px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--59 {
    width: 236px;
  }
  .h-xxl--59 {
    height: 236px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--60 {
    width: 240px;
  }
  .h-xxl--60 {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--61 {
    width: 244px;
  }
  .h-xxl--61 {
    height: 244px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--62 {
    width: 248px;
  }
  .h-xxl--62 {
    height: 248px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--63 {
    width: 252px;
  }
  .h-xxl--63 {
    height: 252px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--64 {
    width: 256px;
  }
  .h-xxl--64 {
    height: 256px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--65 {
    width: 260px;
  }
  .h-xxl--65 {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--66 {
    width: 264px;
  }
  .h-xxl--66 {
    height: 264px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--67 {
    width: 268px;
  }
  .h-xxl--67 {
    height: 268px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--68 {
    width: 272px;
  }
  .h-xxl--68 {
    height: 272px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--69 {
    width: 276px;
  }
  .h-xxl--69 {
    height: 276px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--70 {
    width: 280px;
  }
  .h-xxl--70 {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--71 {
    width: 284px;
  }
  .h-xxl--71 {
    height: 284px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--72 {
    width: 288px;
  }
  .h-xxl--72 {
    height: 288px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--73 {
    width: 292px;
  }
  .h-xxl--73 {
    height: 292px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--74 {
    width: 296px;
  }
  .h-xxl--74 {
    height: 296px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--75 {
    width: 300px;
  }
  .h-xxl--75 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--76 {
    width: 304px;
  }
  .h-xxl--76 {
    height: 304px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--77 {
    width: 308px;
  }
  .h-xxl--77 {
    height: 308px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--78 {
    width: 312px;
  }
  .h-xxl--78 {
    height: 312px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--79 {
    width: 316px;
  }
  .h-xxl--79 {
    height: 316px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--80 {
    width: 320px;
  }
  .h-xxl--80 {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--81 {
    width: 324px;
  }
  .h-xxl--81 {
    height: 324px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--82 {
    width: 328px;
  }
  .h-xxl--82 {
    height: 328px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--83 {
    width: 332px;
  }
  .h-xxl--83 {
    height: 332px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--84 {
    width: 336px;
  }
  .h-xxl--84 {
    height: 336px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--85 {
    width: 340px;
  }
  .h-xxl--85 {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--86 {
    width: 344px;
  }
  .h-xxl--86 {
    height: 344px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--87 {
    width: 348px;
  }
  .h-xxl--87 {
    height: 348px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--88 {
    width: 352px;
  }
  .h-xxl--88 {
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--89 {
    width: 356px;
  }
  .h-xxl--89 {
    height: 356px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--90 {
    width: 360px;
  }
  .h-xxl--90 {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--91 {
    width: 364px;
  }
  .h-xxl--91 {
    height: 364px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--92 {
    width: 368px;
  }
  .h-xxl--92 {
    height: 368px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--93 {
    width: 372px;
  }
  .h-xxl--93 {
    height: 372px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--94 {
    width: 376px;
  }
  .h-xxl--94 {
    height: 376px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--95 {
    width: 380px;
  }
  .h-xxl--95 {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--96 {
    width: 384px;
  }
  .h-xxl--96 {
    height: 384px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--97 {
    width: 388px;
  }
  .h-xxl--97 {
    height: 388px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--98 {
    width: 392px;
  }
  .h-xxl--98 {
    height: 392px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--99 {
    width: 396px;
  }
  .h-xxl--99 {
    height: 396px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--100 {
    width: 400px;
  }
  .h-xxl--100 {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--101 {
    width: 404px;
  }
  .h-xxl--101 {
    height: 404px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--102 {
    width: 408px;
  }
  .h-xxl--102 {
    height: 408px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--103 {
    width: 412px;
  }
  .h-xxl--103 {
    height: 412px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--104 {
    width: 416px;
  }
  .h-xxl--104 {
    height: 416px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--105 {
    width: 420px;
  }
  .h-xxl--105 {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--106 {
    width: 424px;
  }
  .h-xxl--106 {
    height: 424px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--107 {
    width: 428px;
  }
  .h-xxl--107 {
    height: 428px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--108 {
    width: 432px;
  }
  .h-xxl--108 {
    height: 432px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--109 {
    width: 436px;
  }
  .h-xxl--109 {
    height: 436px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--110 {
    width: 440px;
  }
  .h-xxl--110 {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--111 {
    width: 444px;
  }
  .h-xxl--111 {
    height: 444px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--112 {
    width: 448px;
  }
  .h-xxl--112 {
    height: 448px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--113 {
    width: 452px;
  }
  .h-xxl--113 {
    height: 452px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--114 {
    width: 456px;
  }
  .h-xxl--114 {
    height: 456px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--115 {
    width: 460px;
  }
  .h-xxl--115 {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--116 {
    width: 464px;
  }
  .h-xxl--116 {
    height: 464px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--117 {
    width: 468px;
  }
  .h-xxl--117 {
    height: 468px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--118 {
    width: 472px;
  }
  .h-xxl--118 {
    height: 472px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--119 {
    width: 476px;
  }
  .h-xxl--119 {
    height: 476px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--120 {
    width: 480px;
  }
  .h-xxl--120 {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--121 {
    width: 484px;
  }
  .h-xxl--121 {
    height: 484px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--122 {
    width: 488px;
  }
  .h-xxl--122 {
    height: 488px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--123 {
    width: 492px;
  }
  .h-xxl--123 {
    height: 492px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--124 {
    width: 496px;
  }
  .h-xxl--124 {
    height: 496px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--125 {
    width: 500px;
  }
  .h-xxl--125 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--126 {
    width: 504px;
  }
  .h-xxl--126 {
    height: 504px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--127 {
    width: 508px;
  }
  .h-xxl--127 {
    height: 508px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--128 {
    width: 512px;
  }
  .h-xxl--128 {
    height: 512px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--129 {
    width: 516px;
  }
  .h-xxl--129 {
    height: 516px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--130 {
    width: 520px;
  }
  .h-xxl--130 {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--131 {
    width: 524px;
  }
  .h-xxl--131 {
    height: 524px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--132 {
    width: 528px;
  }
  .h-xxl--132 {
    height: 528px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--133 {
    width: 532px;
  }
  .h-xxl--133 {
    height: 532px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--134 {
    width: 536px;
  }
  .h-xxl--134 {
    height: 536px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--135 {
    width: 540px;
  }
  .h-xxl--135 {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--136 {
    width: 544px;
  }
  .h-xxl--136 {
    height: 544px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--137 {
    width: 548px;
  }
  .h-xxl--137 {
    height: 548px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--138 {
    width: 552px;
  }
  .h-xxl--138 {
    height: 552px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--139 {
    width: 556px;
  }
  .h-xxl--139 {
    height: 556px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--140 {
    width: 560px;
  }
  .h-xxl--140 {
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--141 {
    width: 564px;
  }
  .h-xxl--141 {
    height: 564px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--142 {
    width: 568px;
  }
  .h-xxl--142 {
    height: 568px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--143 {
    width: 572px;
  }
  .h-xxl--143 {
    height: 572px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--144 {
    width: 576px;
  }
  .h-xxl--144 {
    height: 576px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--145 {
    width: 580px;
  }
  .h-xxl--145 {
    height: 580px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--146 {
    width: 584px;
  }
  .h-xxl--146 {
    height: 584px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--147 {
    width: 588px;
  }
  .h-xxl--147 {
    height: 588px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--148 {
    width: 592px;
  }
  .h-xxl--148 {
    height: 592px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--149 {
    width: 596px;
  }
  .h-xxl--149 {
    height: 596px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--150 {
    width: 600px;
  }
  .h-xxl--150 {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--151 {
    width: 604px;
  }
  .h-xxl--151 {
    height: 604px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--152 {
    width: 608px;
  }
  .h-xxl--152 {
    height: 608px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--153 {
    width: 612px;
  }
  .h-xxl--153 {
    height: 612px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--154 {
    width: 616px;
  }
  .h-xxl--154 {
    height: 616px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--155 {
    width: 620px;
  }
  .h-xxl--155 {
    height: 620px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--156 {
    width: 624px;
  }
  .h-xxl--156 {
    height: 624px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--157 {
    width: 628px;
  }
  .h-xxl--157 {
    height: 628px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--158 {
    width: 632px;
  }
  .h-xxl--158 {
    height: 632px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--159 {
    width: 636px;
  }
  .h-xxl--159 {
    height: 636px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--160 {
    width: 640px;
  }
  .h-xxl--160 {
    height: 640px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--161 {
    width: 644px;
  }
  .h-xxl--161 {
    height: 644px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--162 {
    width: 648px;
  }
  .h-xxl--162 {
    height: 648px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--163 {
    width: 652px;
  }
  .h-xxl--163 {
    height: 652px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--164 {
    width: 656px;
  }
  .h-xxl--164 {
    height: 656px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--165 {
    width: 660px;
  }
  .h-xxl--165 {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--166 {
    width: 664px;
  }
  .h-xxl--166 {
    height: 664px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--167 {
    width: 668px;
  }
  .h-xxl--167 {
    height: 668px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--168 {
    width: 672px;
  }
  .h-xxl--168 {
    height: 672px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--169 {
    width: 676px;
  }
  .h-xxl--169 {
    height: 676px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--170 {
    width: 680px;
  }
  .h-xxl--170 {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--171 {
    width: 684px;
  }
  .h-xxl--171 {
    height: 684px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--172 {
    width: 688px;
  }
  .h-xxl--172 {
    height: 688px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--173 {
    width: 692px;
  }
  .h-xxl--173 {
    height: 692px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--174 {
    width: 696px;
  }
  .h-xxl--174 {
    height: 696px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--175 {
    width: 700px;
  }
  .h-xxl--175 {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--176 {
    width: 704px;
  }
  .h-xxl--176 {
    height: 704px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--177 {
    width: 708px;
  }
  .h-xxl--177 {
    height: 708px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--178 {
    width: 712px;
  }
  .h-xxl--178 {
    height: 712px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--179 {
    width: 716px;
  }
  .h-xxl--179 {
    height: 716px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--180 {
    width: 720px;
  }
  .h-xxl--180 {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--181 {
    width: 724px;
  }
  .h-xxl--181 {
    height: 724px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--182 {
    width: 728px;
  }
  .h-xxl--182 {
    height: 728px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--183 {
    width: 732px;
  }
  .h-xxl--183 {
    height: 732px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--184 {
    width: 736px;
  }
  .h-xxl--184 {
    height: 736px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--185 {
    width: 740px;
  }
  .h-xxl--185 {
    height: 740px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--186 {
    width: 744px;
  }
  .h-xxl--186 {
    height: 744px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--187 {
    width: 748px;
  }
  .h-xxl--187 {
    height: 748px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--188 {
    width: 752px;
  }
  .h-xxl--188 {
    height: 752px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--189 {
    width: 756px;
  }
  .h-xxl--189 {
    height: 756px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--190 {
    width: 760px;
  }
  .h-xxl--190 {
    height: 760px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--191 {
    width: 764px;
  }
  .h-xxl--191 {
    height: 764px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--192 {
    width: 768px;
  }
  .h-xxl--192 {
    height: 768px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--193 {
    width: 772px;
  }
  .h-xxl--193 {
    height: 772px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--194 {
    width: 776px;
  }
  .h-xxl--194 {
    height: 776px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--195 {
    width: 780px;
  }
  .h-xxl--195 {
    height: 780px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--196 {
    width: 784px;
  }
  .h-xxl--196 {
    height: 784px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--197 {
    width: 788px;
  }
  .h-xxl--197 {
    height: 788px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--198 {
    width: 792px;
  }
  .h-xxl--198 {
    height: 792px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--199 {
    width: 796px;
  }
  .h-xxl--199 {
    height: 796px;
  }
}
@media (min-width: 1200px) {
  .w-xxl--200 {
    width: 800px;
  }
  .h-xxl--200 {
    height: 800px;
  }
}
.mw--0 {
  max-width: 0px;
}

.mh--0 {
  max-height: 0px;
}

.mw--1 {
  max-width: 4px;
}

.mh--1 {
  max-height: 4px;
}

.mw--2 {
  max-width: 8px;
}

.mh--2 {
  max-height: 8px;
}

.mw--3 {
  max-width: 12px;
}

.mh--3 {
  max-height: 12px;
}

.mw--4 {
  max-width: 16px;
}

.mh--4 {
  max-height: 16px;
}

.mw--5 {
  max-width: 20px;
}

.mh--5 {
  max-height: 20px;
}

.mw--6 {
  max-width: 24px;
}

.mh--6 {
  max-height: 24px;
}

.mw--7 {
  max-width: 28px;
}

.mh--7 {
  max-height: 28px;
}

.mw--8 {
  max-width: 32px;
}

.mh--8 {
  max-height: 32px;
}

.mw--9 {
  max-width: 36px;
}

.mh--9 {
  max-height: 36px;
}

.mw--10 {
  max-width: 40px;
}

.mh--10 {
  max-height: 40px;
}

.mw--11 {
  max-width: 44px;
}

.mh--11 {
  max-height: 44px;
}

.mw--12 {
  max-width: 48px;
}

.mh--12 {
  max-height: 48px;
}

.mw--13 {
  max-width: 52px;
}

.mh--13 {
  max-height: 52px;
}

.mw--14 {
  max-width: 56px;
}

.mh--14 {
  max-height: 56px;
}

.mw--15 {
  max-width: 60px;
}

.mh--15 {
  max-height: 60px;
}

.mw--16 {
  max-width: 64px;
}

.mh--16 {
  max-height: 64px;
}

.mw--17 {
  max-width: 68px;
}

.mh--17 {
  max-height: 68px;
}

.mw--18 {
  max-width: 72px;
}

.mh--18 {
  max-height: 72px;
}

.mw--19 {
  max-width: 76px;
}

.mh--19 {
  max-height: 76px;
}

.mw--20 {
  max-width: 80px;
}

.mh--20 {
  max-height: 80px;
}

.mw--21 {
  max-width: 84px;
}

.mh--21 {
  max-height: 84px;
}

.mw--22 {
  max-width: 88px;
}

.mh--22 {
  max-height: 88px;
}

.mw--23 {
  max-width: 92px;
}

.mh--23 {
  max-height: 92px;
}

.mw--24 {
  max-width: 96px;
}

.mh--24 {
  max-height: 96px;
}

.mw--25 {
  max-width: 100px;
}

.mh--25 {
  max-height: 100px;
}

.mw--26 {
  max-width: 104px;
}

.mh--26 {
  max-height: 104px;
}

.mw--27 {
  max-width: 108px;
}

.mh--27 {
  max-height: 108px;
}

.mw--28 {
  max-width: 112px;
}

.mh--28 {
  max-height: 112px;
}

.mw--29 {
  max-width: 116px;
}

.mh--29 {
  max-height: 116px;
}

.mw--30 {
  max-width: 120px;
}

.mh--30 {
  max-height: 120px;
}

.mw--31 {
  max-width: 124px;
}

.mh--31 {
  max-height: 124px;
}

.mw--32 {
  max-width: 128px;
}

.mh--32 {
  max-height: 128px;
}

.mw--33 {
  max-width: 132px;
}

.mh--33 {
  max-height: 132px;
}

.mw--34 {
  max-width: 136px;
}

.mh--34 {
  max-height: 136px;
}

.mw--35 {
  max-width: 140px;
}

.mh--35 {
  max-height: 140px;
}

.mw--36 {
  max-width: 144px;
}

.mh--36 {
  max-height: 144px;
}

.mw--37 {
  max-width: 148px;
}

.mh--37 {
  max-height: 148px;
}

.mw--38 {
  max-width: 152px;
}

.mh--38 {
  max-height: 152px;
}

.mw--39 {
  max-width: 156px;
}

.mh--39 {
  max-height: 156px;
}

.mw--40 {
  max-width: 160px;
}

.mh--40 {
  max-height: 160px;
}

.mw--41 {
  max-width: 164px;
}

.mh--41 {
  max-height: 164px;
}

.mw--42 {
  max-width: 168px;
}

.mh--42 {
  max-height: 168px;
}

.mw--43 {
  max-width: 172px;
}

.mh--43 {
  max-height: 172px;
}

.mw--44 {
  max-width: 176px;
}

.mh--44 {
  max-height: 176px;
}

.mw--45 {
  max-width: 180px;
}

.mh--45 {
  max-height: 180px;
}

.mw--46 {
  max-width: 184px;
}

.mh--46 {
  max-height: 184px;
}

.mw--47 {
  max-width: 188px;
}

.mh--47 {
  max-height: 188px;
}

.mw--48 {
  max-width: 192px;
}

.mh--48 {
  max-height: 192px;
}

.mw--49 {
  max-width: 196px;
}

.mh--49 {
  max-height: 196px;
}

.mw--50 {
  max-width: 200px;
}

.mh--50 {
  max-height: 200px;
}

.mw--51 {
  max-width: 204px;
}

.mh--51 {
  max-height: 204px;
}

.mw--52 {
  max-width: 208px;
}

.mh--52 {
  max-height: 208px;
}

.mw--53 {
  max-width: 212px;
}

.mh--53 {
  max-height: 212px;
}

.mw--54 {
  max-width: 216px;
}

.mh--54 {
  max-height: 216px;
}

.mw--55 {
  max-width: 220px;
}

.mh--55 {
  max-height: 220px;
}

.mw--56 {
  max-width: 224px;
}

.mh--56 {
  max-height: 224px;
}

.mw--57 {
  max-width: 228px;
}

.mh--57 {
  max-height: 228px;
}

.mw--58 {
  max-width: 232px;
}

.mh--58 {
  max-height: 232px;
}

.mw--59 {
  max-width: 236px;
}

.mh--59 {
  max-height: 236px;
}

.mw--60 {
  max-width: 240px;
}

.mh--60 {
  max-height: 240px;
}

.mw--61 {
  max-width: 244px;
}

.mh--61 {
  max-height: 244px;
}

.mw--62 {
  max-width: 248px;
}

.mh--62 {
  max-height: 248px;
}

.mw--63 {
  max-width: 252px;
}

.mh--63 {
  max-height: 252px;
}

.mw--64 {
  max-width: 256px;
}

.mh--64 {
  max-height: 256px;
}

.mw--65 {
  max-width: 260px;
}

.mh--65 {
  max-height: 260px;
}

.mw--66 {
  max-width: 264px;
}

.mh--66 {
  max-height: 264px;
}

.mw--67 {
  max-width: 268px;
}

.mh--67 {
  max-height: 268px;
}

.mw--68 {
  max-width: 272px;
}

.mh--68 {
  max-height: 272px;
}

.mw--69 {
  max-width: 276px;
}

.mh--69 {
  max-height: 276px;
}

.mw--70 {
  max-width: 280px;
}

.mh--70 {
  max-height: 280px;
}

.mw--71 {
  max-width: 284px;
}

.mh--71 {
  max-height: 284px;
}

.mw--72 {
  max-width: 288px;
}

.mh--72 {
  max-height: 288px;
}

.mw--73 {
  max-width: 292px;
}

.mh--73 {
  max-height: 292px;
}

.mw--74 {
  max-width: 296px;
}

.mh--74 {
  max-height: 296px;
}

.mw--75 {
  max-width: 300px;
}

.mh--75 {
  max-height: 300px;
}

.mw--76 {
  max-width: 304px;
}

.mh--76 {
  max-height: 304px;
}

.mw--77 {
  max-width: 308px;
}

.mh--77 {
  max-height: 308px;
}

.mw--78 {
  max-width: 312px;
}

.mh--78 {
  max-height: 312px;
}

.mw--79 {
  max-width: 316px;
}

.mh--79 {
  max-height: 316px;
}

.mw--80 {
  max-width: 320px;
}

.mh--80 {
  max-height: 320px;
}

.mw--81 {
  max-width: 324px;
}

.mh--81 {
  max-height: 324px;
}

.mw--82 {
  max-width: 328px;
}

.mh--82 {
  max-height: 328px;
}

.mw--83 {
  max-width: 332px;
}

.mh--83 {
  max-height: 332px;
}

.mw--84 {
  max-width: 336px;
}

.mh--84 {
  max-height: 336px;
}

.mw--85 {
  max-width: 340px;
}

.mh--85 {
  max-height: 340px;
}

.mw--86 {
  max-width: 344px;
}

.mh--86 {
  max-height: 344px;
}

.mw--87 {
  max-width: 348px;
}

.mh--87 {
  max-height: 348px;
}

.mw--88 {
  max-width: 352px;
}

.mh--88 {
  max-height: 352px;
}

.mw--89 {
  max-width: 356px;
}

.mh--89 {
  max-height: 356px;
}

.mw--90 {
  max-width: 360px;
}

.mh--90 {
  max-height: 360px;
}

.mw--91 {
  max-width: 364px;
}

.mh--91 {
  max-height: 364px;
}

.mw--92 {
  max-width: 368px;
}

.mh--92 {
  max-height: 368px;
}

.mw--93 {
  max-width: 372px;
}

.mh--93 {
  max-height: 372px;
}

.mw--94 {
  max-width: 376px;
}

.mh--94 {
  max-height: 376px;
}

.mw--95 {
  max-width: 380px;
}

.mh--95 {
  max-height: 380px;
}

.mw--96 {
  max-width: 384px;
}

.mh--96 {
  max-height: 384px;
}

.mw--97 {
  max-width: 388px;
}

.mh--97 {
  max-height: 388px;
}

.mw--98 {
  max-width: 392px;
}

.mh--98 {
  max-height: 392px;
}

.mw--99 {
  max-width: 396px;
}

.mh--99 {
  max-height: 396px;
}

.mw--100 {
  max-width: 400px;
}

.mh--100 {
  max-height: 400px;
}

.mw--101 {
  max-width: 404px;
}

.mh--101 {
  max-height: 404px;
}

.mw--102 {
  max-width: 408px;
}

.mh--102 {
  max-height: 408px;
}

.mw--103 {
  max-width: 412px;
}

.mh--103 {
  max-height: 412px;
}

.mw--104 {
  max-width: 416px;
}

.mh--104 {
  max-height: 416px;
}

.mw--105 {
  max-width: 420px;
}

.mh--105 {
  max-height: 420px;
}

.mw--106 {
  max-width: 424px;
}

.mh--106 {
  max-height: 424px;
}

.mw--107 {
  max-width: 428px;
}

.mh--107 {
  max-height: 428px;
}

.mw--108 {
  max-width: 432px;
}

.mh--108 {
  max-height: 432px;
}

.mw--109 {
  max-width: 436px;
}

.mh--109 {
  max-height: 436px;
}

.mw--110 {
  max-width: 440px;
}

.mh--110 {
  max-height: 440px;
}

.mw--111 {
  max-width: 444px;
}

.mh--111 {
  max-height: 444px;
}

.mw--112 {
  max-width: 448px;
}

.mh--112 {
  max-height: 448px;
}

.mw--113 {
  max-width: 452px;
}

.mh--113 {
  max-height: 452px;
}

.mw--114 {
  max-width: 456px;
}

.mh--114 {
  max-height: 456px;
}

.mw--115 {
  max-width: 460px;
}

.mh--115 {
  max-height: 460px;
}

.mw--116 {
  max-width: 464px;
}

.mh--116 {
  max-height: 464px;
}

.mw--117 {
  max-width: 468px;
}

.mh--117 {
  max-height: 468px;
}

.mw--118 {
  max-width: 472px;
}

.mh--118 {
  max-height: 472px;
}

.mw--119 {
  max-width: 476px;
}

.mh--119 {
  max-height: 476px;
}

.mw--120 {
  max-width: 480px;
}

.mh--120 {
  max-height: 480px;
}

.mw--121 {
  max-width: 484px;
}

.mh--121 {
  max-height: 484px;
}

.mw--122 {
  max-width: 488px;
}

.mh--122 {
  max-height: 488px;
}

.mw--123 {
  max-width: 492px;
}

.mh--123 {
  max-height: 492px;
}

.mw--124 {
  max-width: 496px;
}

.mh--124 {
  max-height: 496px;
}

.mw--125 {
  max-width: 500px;
}

.mh--125 {
  max-height: 500px;
}

.mw--126 {
  max-width: 504px;
}

.mh--126 {
  max-height: 504px;
}

.mw--127 {
  max-width: 508px;
}

.mh--127 {
  max-height: 508px;
}

.mw--128 {
  max-width: 512px;
}

.mh--128 {
  max-height: 512px;
}

.mw--129 {
  max-width: 516px;
}

.mh--129 {
  max-height: 516px;
}

.mw--130 {
  max-width: 520px;
}

.mh--130 {
  max-height: 520px;
}

.mw--131 {
  max-width: 524px;
}

.mh--131 {
  max-height: 524px;
}

.mw--132 {
  max-width: 528px;
}

.mh--132 {
  max-height: 528px;
}

.mw--133 {
  max-width: 532px;
}

.mh--133 {
  max-height: 532px;
}

.mw--134 {
  max-width: 536px;
}

.mh--134 {
  max-height: 536px;
}

.mw--135 {
  max-width: 540px;
}

.mh--135 {
  max-height: 540px;
}

.mw--136 {
  max-width: 544px;
}

.mh--136 {
  max-height: 544px;
}

.mw--137 {
  max-width: 548px;
}

.mh--137 {
  max-height: 548px;
}

.mw--138 {
  max-width: 552px;
}

.mh--138 {
  max-height: 552px;
}

.mw--139 {
  max-width: 556px;
}

.mh--139 {
  max-height: 556px;
}

.mw--140 {
  max-width: 560px;
}

.mh--140 {
  max-height: 560px;
}

.mw--141 {
  max-width: 564px;
}

.mh--141 {
  max-height: 564px;
}

.mw--142 {
  max-width: 568px;
}

.mh--142 {
  max-height: 568px;
}

.mw--143 {
  max-width: 572px;
}

.mh--143 {
  max-height: 572px;
}

.mw--144 {
  max-width: 576px;
}

.mh--144 {
  max-height: 576px;
}

.mw--145 {
  max-width: 580px;
}

.mh--145 {
  max-height: 580px;
}

.mw--146 {
  max-width: 584px;
}

.mh--146 {
  max-height: 584px;
}

.mw--147 {
  max-width: 588px;
}

.mh--147 {
  max-height: 588px;
}

.mw--148 {
  max-width: 592px;
}

.mh--148 {
  max-height: 592px;
}

.mw--149 {
  max-width: 596px;
}

.mh--149 {
  max-height: 596px;
}

.mw--150 {
  max-width: 600px;
}

.mh--150 {
  max-height: 600px;
}

.mw--151 {
  max-width: 604px;
}

.mh--151 {
  max-height: 604px;
}

.mw--152 {
  max-width: 608px;
}

.mh--152 {
  max-height: 608px;
}

.mw--153 {
  max-width: 612px;
}

.mh--153 {
  max-height: 612px;
}

.mw--154 {
  max-width: 616px;
}

.mh--154 {
  max-height: 616px;
}

.mw--155 {
  max-width: 620px;
}

.mh--155 {
  max-height: 620px;
}

.mw--156 {
  max-width: 624px;
}

.mh--156 {
  max-height: 624px;
}

.mw--157 {
  max-width: 628px;
}

.mh--157 {
  max-height: 628px;
}

.mw--158 {
  max-width: 632px;
}

.mh--158 {
  max-height: 632px;
}

.mw--159 {
  max-width: 636px;
}

.mh--159 {
  max-height: 636px;
}

.mw--160 {
  max-width: 640px;
}

.mh--160 {
  max-height: 640px;
}

.mw--161 {
  max-width: 644px;
}

.mh--161 {
  max-height: 644px;
}

.mw--162 {
  max-width: 648px;
}

.mh--162 {
  max-height: 648px;
}

.mw--163 {
  max-width: 652px;
}

.mh--163 {
  max-height: 652px;
}

.mw--164 {
  max-width: 656px;
}

.mh--164 {
  max-height: 656px;
}

.mw--165 {
  max-width: 660px;
}

.mh--165 {
  max-height: 660px;
}

.mw--166 {
  max-width: 664px;
}

.mh--166 {
  max-height: 664px;
}

.mw--167 {
  max-width: 668px;
}

.mh--167 {
  max-height: 668px;
}

.mw--168 {
  max-width: 672px;
}

.mh--168 {
  max-height: 672px;
}

.mw--169 {
  max-width: 676px;
}

.mh--169 {
  max-height: 676px;
}

.mw--170 {
  max-width: 680px;
}

.mh--170 {
  max-height: 680px;
}

.mw--171 {
  max-width: 684px;
}

.mh--171 {
  max-height: 684px;
}

.mw--172 {
  max-width: 688px;
}

.mh--172 {
  max-height: 688px;
}

.mw--173 {
  max-width: 692px;
}

.mh--173 {
  max-height: 692px;
}

.mw--174 {
  max-width: 696px;
}

.mh--174 {
  max-height: 696px;
}

.mw--175 {
  max-width: 700px;
}

.mh--175 {
  max-height: 700px;
}

.mw--176 {
  max-width: 704px;
}

.mh--176 {
  max-height: 704px;
}

.mw--177 {
  max-width: 708px;
}

.mh--177 {
  max-height: 708px;
}

.mw--178 {
  max-width: 712px;
}

.mh--178 {
  max-height: 712px;
}

.mw--179 {
  max-width: 716px;
}

.mh--179 {
  max-height: 716px;
}

.mw--180 {
  max-width: 720px;
}

.mh--180 {
  max-height: 720px;
}

.mw--181 {
  max-width: 724px;
}

.mh--181 {
  max-height: 724px;
}

.mw--182 {
  max-width: 728px;
}

.mh--182 {
  max-height: 728px;
}

.mw--183 {
  max-width: 732px;
}

.mh--183 {
  max-height: 732px;
}

.mw--184 {
  max-width: 736px;
}

.mh--184 {
  max-height: 736px;
}

.mw--185 {
  max-width: 740px;
}

.mh--185 {
  max-height: 740px;
}

.mw--186 {
  max-width: 744px;
}

.mh--186 {
  max-height: 744px;
}

.mw--187 {
  max-width: 748px;
}

.mh--187 {
  max-height: 748px;
}

.mw--188 {
  max-width: 752px;
}

.mh--188 {
  max-height: 752px;
}

.mw--189 {
  max-width: 756px;
}

.mh--189 {
  max-height: 756px;
}

.mw--190 {
  max-width: 760px;
}

.mh--190 {
  max-height: 760px;
}

.mw--191 {
  max-width: 764px;
}

.mh--191 {
  max-height: 764px;
}

.mw--192 {
  max-width: 768px;
}

.mh--192 {
  max-height: 768px;
}

.mw--193 {
  max-width: 772px;
}

.mh--193 {
  max-height: 772px;
}

.mw--194 {
  max-width: 776px;
}

.mh--194 {
  max-height: 776px;
}

.mw--195 {
  max-width: 780px;
}

.mh--195 {
  max-height: 780px;
}

.mw--196 {
  max-width: 784px;
}

.mh--196 {
  max-height: 784px;
}

.mw--197 {
  max-width: 788px;
}

.mh--197 {
  max-height: 788px;
}

.mw--198 {
  max-width: 792px;
}

.mh--198 {
  max-height: 792px;
}

.mw--199 {
  max-width: 796px;
}

.mh--199 {
  max-height: 796px;
}

.mw--200 {
  max-width: 800px;
}

.mh--200 {
  max-height: 800px;
}

.transition {
  transition: all 0.3s ease;
}

.bg-light-o2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-dark-o2 {
  background-color: rgba(10, 35, 73, 0.2) !important;
}

.hover-primary-light:hover {
  background-color: rgba(10, 35, 73, 0.2) !important;
}

.bg-gradient-slide {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.9) -4.22%, rgba(4, 4, 4, 0.1) 57.63%);
}

.bg-gradient-banner {
  background: linear-gradient(0deg, rgba(0, 60, 91, 0.81) 0%, rgba(0, 87, 134, 0) 34.27%);
}

.border-light-o4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.btn:focus {
  box-shadow: none;
}

.btn-hamburger {
  width: 24px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
  z-index: 1060;
  transition: all 0.3s ease;
}
.btn-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: #636C7B;
  transition: all 0.3s ease;
}

.btn-language {
  position: relative;
  padding-right: 15px;
}
.btn-language:after {
  content: "";
  background: url("/assets/images/icon-arow-down-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  border: none;
}

.fs-0 {
  font-size: 0px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.lh-1-75 {
  line-height: 1.75;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

input::-moz-placeholder {
  color: #aebcd5;
}

input:-ms-input-placeholder {
  color: #aebcd5;
}

input::placeholder {
  color: #aebcd5;
}

.group-label-float {
  position: relative;
}
.group-label-float label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease;
  z-index: 0;
}
.group-label-float .input-label {
  position: relative;
  box-shadow: none !important;
  font-size: 16px;
  background-color: transparent;
  z-index: 1;
}
.group-label-float .input-label:focus {
  border-width: 2px;
}
.group-label-float .input-label:focus ~ label {
  top: 0;
  left: 10px;
  font-size: 14px;
  z-index: 5;
}
.group-label-float.keep-label-float label {
  top: 0 !important;
  font-size: 14px;
  left: 10px;
  padding: 0 5px;
  z-index: 5;
}

.select-no-expand {
  background-image: none;
  padding: 0;
  box-shadow: none !important;
}

.collapsed .icon-arrow {
  transform: rotate(-90deg);
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.col-c0 {
  -moz-column-count: 0;
       column-count: 0;
}

.col-c1 {
  -moz-column-count: 1;
       column-count: 1;
}

.col-c2 {
  -moz-column-count: 2;
       column-count: 2;
}

.col-c3 {
  -moz-column-count: 3;
       column-count: 3;
}

.col-c4 {
  -moz-column-count: 4;
       column-count: 4;
}

.col-c5 {
  -moz-column-count: 5;
       column-count: 5;
}

.col-c6 {
  -moz-column-count: 6;
       column-count: 6;
}

.col-c7 {
  -moz-column-count: 7;
       column-count: 7;
}

.col-c8 {
  -moz-column-count: 8;
       column-count: 8;
}

.col-c9 {
  -moz-column-count: 9;
       column-count: 9;
}

.col-c10 {
  -moz-column-count: 10;
       column-count: 10;
}

.col-c11 {
  -moz-column-count: 11;
       column-count: 11;
}

.col-c12 {
  -moz-column-count: 12;
       column-count: 12;
}

@media (min-width: 768px) {
  .col-md-c0 {
    -moz-column-count: 0;
         column-count: 0;
  }
}
@media (min-width: 768px) {
  .col-md-c1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 768px) {
  .col-md-c2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .col-md-c3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .col-md-c4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 768px) {
  .col-md-c5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (min-width: 768px) {
  .col-md-c6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 768px) {
  .col-md-c7 {
    -moz-column-count: 7;
         column-count: 7;
  }
}
@media (min-width: 768px) {
  .col-md-c8 {
    -moz-column-count: 8;
         column-count: 8;
  }
}
@media (min-width: 768px) {
  .col-md-c9 {
    -moz-column-count: 9;
         column-count: 9;
  }
}
@media (min-width: 768px) {
  .col-md-c10 {
    -moz-column-count: 10;
         column-count: 10;
  }
}
@media (min-width: 768px) {
  .col-md-c11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media (min-width: 768px) {
  .col-md-c12 {
    -moz-column-count: 12;
         column-count: 12;
  }
}
@media (min-width: 992px) {
  .col-lg-c0 {
    -moz-column-count: 0;
         column-count: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-c1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-c2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-c3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 992px) {
  .col-lg-c4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 992px) {
  .col-lg-c5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (min-width: 992px) {
  .col-lg-c6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 992px) {
  .col-lg-c7 {
    -moz-column-count: 7;
         column-count: 7;
  }
}
@media (min-width: 992px) {
  .col-lg-c8 {
    -moz-column-count: 8;
         column-count: 8;
  }
}
@media (min-width: 992px) {
  .col-lg-c9 {
    -moz-column-count: 9;
         column-count: 9;
  }
}
@media (min-width: 992px) {
  .col-lg-c10 {
    -moz-column-count: 10;
         column-count: 10;
  }
}
@media (min-width: 992px) {
  .col-lg-c11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media (min-width: 992px) {
  .col-lg-c12 {
    -moz-column-count: 12;
         column-count: 12;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c0 {
    -moz-column-count: 0;
         column-count: 0;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c7 {
    -moz-column-count: 7;
         column-count: 7;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c8 {
    -moz-column-count: 8;
         column-count: 8;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c9 {
    -moz-column-count: 9;
         column-count: 9;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c10 {
    -moz-column-count: 10;
         column-count: 10;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media (min-width: 1200px) {
  .col-xxl-c12 {
    -moz-column-count: 12;
         column-count: 12;
  }
}
.col-g0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.col-g1 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.col-g2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.col-g3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col-g4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.col-g5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col-g6 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.col-g7 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.col-g8 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.col-g9 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.col-g10 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col-g11 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.col-g12 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.col-g13 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

.col-g14 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.col-g15 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.col-g16 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.col-g17 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

.col-g18 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.col-g19 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

.col-g20 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.col-g21 {
  -moz-column-gap: 84px;
       column-gap: 84px;
}

.col-g22 {
  -moz-column-gap: 88px;
       column-gap: 88px;
}

.col-g23 {
  -moz-column-gap: 92px;
       column-gap: 92px;
}

.col-g24 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.col-g25 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

/** Thursday 13th January 2022 03:00:13 UTC (core) **/
/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/
/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/
.mega-menu-last-modified-1642042813 {
  content: "Thursday 13th January 2022 03:00:13 UTC";
}

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {
  display: none;
}

#mega-menu-wrap-primary {
  border-radius: 0;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary {
    background: #222;
  }
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}

#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}

#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-primary #mega-menu-primary {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  cursor: pointer;
  display: inline;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
  align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
  transition: none;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary p {
  margin-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
  max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 50%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 33.33333%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 25%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 20%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 16.66667%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=dashicons]:before {
  font-family: dashicons;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
  position: static;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
  float: right;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #333;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "\f140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: "\f142";
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f142";
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
  display: none;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f139";
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    float: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f141";
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li[class^=mega-lang-item] > a.mega-menu-link > img {
  display: inline;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: flex;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  display: flex;
  flex-basis: 33.33%;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
  flex: 1;
  justify-content: flex-start;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
  justify-content: center;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  flex: 1;
  justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
  display: flex;
  height: 100%;
  outline: 0;
  align-self: center;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #222;
    padding: 0px 0px 0px 0px;
    display: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle {
  /** Push menu onto new line **/
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
  cursor: pointer;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
  padding: 0;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  top: -10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  bottom: -10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

#mega-menu-wrap-primary {
  clear: both;
}

.header-page {
	height: 66px;
}

@media (min-width: 1200px) {
	.header-page {
		height: 122px;
	}
}

.header-page .btn-get-free-quote {
  background: #00C7F2;
  color: #ffffff;
  padding: 0.625rem 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 4px;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-page .btn-get-free-quote {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header-page .btn-get-free-quote {
    margin-left: 6.25rem;
    margin-bottom: 0;
	width: 211px;
  }
}
.header-page .btn-get-free-quote:hover {
  background: #ffffff;
  color: #00C7F2;
  border: 1px solid #00C7F2;
}
.header-page .languages {
  margin-bottom: 7.4rem;
}
@media (min-width: 1200px) {
  .header-page .languages {
    margin-left: 1.875rem;
    margin-bottom: 0;
  }
}
.header-page .nav-child-box {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 60px;
}
.header-page .nav-child-box .nav-child-box--content {
  background: #ffffff;
}
@media (min-width: 1200px) {
  .header-page .box-search {
    margin-left: 1.875rem;
  }
}
.header-page .box-search .icon-search {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.header-page .box-search .icon-search::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-search-header.svg") no-repeat;
  background-size: contain;
}
.header-page .box-search .icon-cross {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.header-page .box-search .icon-cross::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-close-gray.svg") no-repeat;
  background-size: contain;
}
.header-page .box-search .search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.45s ease;
  z-index: -1;
}
@media (min-width: 1200px) {
  .header-page .box-search .search {
    left: 15px;
    right: 15px;
  }
}
.header-page .box-search .search input {
  width: 100%;
  background: #f0f2f4;
  border-radius: 4px;
  border: 0;
  height: 32px;
  font-size: 14px;
  line-height: 28px;
  padding: 4px 12px;
}
@media (min-width: 1200px) {
  .header-page .box-search .search input {
    height: 36px;
  }
}
.header-page .box-search .search input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B0B5BE;
}
.header-page .box-search .search input ::-moz-placeholder {
  color: #B0B5BE;
}
.header-page .box-search .search input ::placeholder {
  color: #B0B5BE;
}
.header-page .box-search .search .button-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 1rem;
}
.header-page .box-search .down {
  top: 50px;
  opacity: 1;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header-page .box-search .down {
    top: 60px;
  }
}

.menu-header .has-child {
  position: relative;
}
.menu-header .has-child > a {
  position: relative;
  padding-right: 1.25rem;
  height: 100%;
}
.menu-header .has-child > a:after {
  content: "";
  background: url("/assets/images/icon-arow-down-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
}
.menu-header .has-child .dropdown-menu {
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.menu-header .has-child:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.menu-header li {
  margin-right: 1.75rem;
}

.header-top {
  color: #ffffff;
  height: 20px;
}

.header-main {
  background: #ffffff;
  color: #636C7B;
  box-shadow: 0px 20px 32px 8px rgba(26, 27, 56, 0.05);
  border-radius: 4px;
  padding: 8px 16px;
}
.header-main a {
  color: #636C7B;
}
.header-main a:hover {
  color: #00C7F2;
}

.header-top-link {
  position: relative;
  color: #636C7B;
  font-size: 18px;
  line-height: 1.25rem;
  margin-bottom: 1.75rem;
  display: block;
}
@media (min-width: 1200px) {
  .header-top-link {
    padding: 0 1.5rem;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    font-size: 0.875rem;
  }
}
.header-top-link::before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  opacity: 0.4;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-top-link:last-child {
  padding-right: 0;
}
.header-top-link button {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 10px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .header-top-link button {
    margin-bottom: 0;
  }
}
.header-top-link button:hover {
  color: #00C7F2;
  border-color: #00C7F2;
}
.header-top-link .btn-sub-us {
  color: #636C7B;
}
.header-top-link .box-social path {
  fill: #636C7B;
}
@media (min-width: 1200px) {
  .header-top-link .box-social path {
    fill: #ffffff;
  }
}
.header-top-link .box-social .image-icon-social {
  color: #ffffff;
}
.header-top-link .box-social .image-icon-social:not(:last-child) {
  margin-right: 0.875rem;
}
.header-top-link .box-social .image-icon-social:hover path {
  fill: #003E83;
}

.header-top-sp .header-top-link {
  font-size: 14px;
}
.header-top-sp .header-top-link .btn-sub-us {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0;
  text-transform: none;
  margin-right: 2rem;
  border: 0;
  color: #636C7B;
}
.header-top-sp .header-top-link--social {
  margin-top: 3.4rem;
  margin-bottom: 3rem;
}

.menu-header #mega-menu-wrap-primary {
  background: #ffffff;
  color: #636C7B;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #ffffff;
  color: #00C7F2;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #636C7B;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: #ffffff;
  color: #00C7F2;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  border: 1px solid #f0f2f4;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 4px;
}
.menu-header #mega-menu-wrap-primary,
.menu-header #mega-menu-wrap-primary #mega-menu-primary {
  position: unset;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #ffffff;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #ffffff;
  color: #00C7F2;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
.menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  opacity: 1;
  transform: translate(0, 10px);
}
.menu-header .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .menu-header .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, .menu-header .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .menu-header .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  transform: translate(0, 0);
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .menu-header #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  transform: translate(0, 12px);
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  left: 15px;
  right: 15px;
  max-width: 100%;
  width: initial;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.menu-header .menu-about-menu-container .menu a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 28px;
  padding: 1.875rem 0;
  display: block;
  position: relative;
}
.menu-header .menu-about-menu-container .menu a::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #00C7F2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.menu-header .menu-about-menu-container .menu a::after {
  content: "";
  display: block;
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  opacity: 0;
}
.menu-header .menu-about-menu-container .menu a:hover::before, .menu-header .menu-about-menu-container .menu a:hover::after {
  opacity: 1;
}
.menu-header .menu-about-menu-container .menu li:not(:last-child) a {
  border-bottom: 1px solid #DADEE2;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary .widget_media_image {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary .widget_media_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-header .sub-menu-toggle {
  display: none;
}
.menu-header .mega-menu-columns-1-of-1 nav > ul {
  display: grid;
  grid-gap: 20px;
  padding: 0 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1688px) {
  .menu-header .mega-menu-columns-1-of-1 nav > ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.menu-header .mega-menu-columns-1-of-1 .menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #18202E;
  margin-bottom: 12px;
}
.menu-header .mega-menu-columns-1-of-1 .menu-item .sub-menu {
  margin-top: 12px;
}
.menu-header .mega-menu-columns-1-of-1 .menu-item .sub-menu a {
  color: #404A5B;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
.menu-header .mega-menu-columns-1-of-1 .menu-item .sub-menu a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #DADEE2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.menu-header .mega-menu-columns-1-of-1 .menu-item .menu-item-has-children .sub-menu a {
  margin-left: 15px;
}
.menu-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 2.5rem;
}

@media (min-width: 1200px) {
	#mega-menu-wrap-primary #mega-menu-primary {
		min-width: 492px;
	}
}

.logo-main {
  width: 137px;
	height: 36px;
}

.menu-aside .menu-item-has-children > a {
  position: relative;
}
.menu-aside .menu-item-has-children > a::after {
  content: "";
  display: block;
  border-top: 5px solid #636C7B;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-footer a {
  display: inline-block;
}
@media (min-width: 768px) {
  .menu-footer a {
    margin: 10px 0;
  }
}
.menu-footer a:hover {
  color: #0A2349 !important;
}

.footer-page {
  background: #F7F9FC;
  padding-top: 3.75rem;
}
.footer-page .container-custom {
  position: relative;
  z-index: 3;
}
.footer-page .image-bg-footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-page .text-copy-right {
  font-size: 0.875rem;
  line-height: 24px;
  opacity: 0.5;
  color: #525B6B;
  padding: 22px 0 27px;
  margin-top: 2rem;
  border-top: 1px solid rgba(176, 181, 190, 0.2);
}
.footer-page .box-image-balloons .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  left: -2rem;
  top: 0.375rem;
}
@media (min-width: 1200px) {
  .footer-page .box-image-balloons .icon-1 {
    left: -5rem;
  }
}
@media (min-width: 1688px) {
  .footer-page .box-image-balloons .icon-1 {
    left: -8.438rem;
    top: 3.375rem;
  }
}
.footer-page .box-image-balloons .icon-2 {
  width: 1.875rem;
  height: 1.875rem;
  right: 0;
  bottom: 0.875rem;
}
@media (min-width: 1688px) {
  .footer-page .box-image-balloons .icon-2 {
    right: -6.25rem;
  }
}
.footer-page .name-list {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #01C0EA;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .footer-page .name-list {
    font-size: 0.875rem;
  }
}
.footer-page ul {
  margin-bottom: 2.5rem;
}
.footer-page ul a {
  color: #525B6B;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .footer-page ul a {
    font-size: 0.875rem;
  }
}
.footer-page ul a:hover {
  color: #00C7F2;
}
.footer-page .list-link-services {
  -moz-column-count: 2;
       column-count: 2;
}

.menu-aside {
  background-color: #ffffff;
  padding-top: 3.125rem;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1050;
  transition: all 0.3s ease;
  height: calc(100vh - 70px);
  overflow-y: auto;
  width: 99%;
}
.menu-aside .has-child > a {
  position: relative;
  padding-right: 20px;
  height: 100%;
}
.menu-aside .has-child > a:after {
  content: "";
  background: url(/assets/images/icon-arow-down-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
  height: 6px;
  transition: all 0.3s ease;
}
.menu-aside .has-child > a.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
}
.menu-aside a:hover {
  color: #00C7F2 !important;
}

.backdrop {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 1035;
  transition: all 0.3s ease;
}

.menu-aside-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  z-index: 1070;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-aside-close span {
  display: block;
  width: 27px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
}
.menu-aside-close span:first-child {
  transform: translate(2px, 14px) rotate(45deg);
}
.menu-aside-close span:last-child {
  transform: translate(1px, 12px) rotate(-45deg);
}

.menu-aside-page.show .backdrop {
  opacity: 1;
  visibility: visible;
}
.menu-aside-page.show .menu-aside-close {
  opacity: 1;
  visibility: visible;
}

.header-main-sp {
  background: #ffffff;
  padding: 0.5rem 0;
  border-radius: 4px;
}
.header-main-sp .navbar {
  padding: 0 1rem;
}
.header-main-sp button:not(:disabled),
.header-main-sp [type=button]:not(:disabled),
.header-main-sp [type=reset]:not(:disabled),
.header-main-sp [type=submit]:not(:disabled) {
  outline: none;
}
.header-main-sp .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
}
.header-main-sp .navbar-toggler[aria-expanded=true] .btn-hamburger span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.header-main-sp .navbar-toggler[aria-expanded=true] .btn-hamburger span:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}

.slick-slide {
  outline: none !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  text-indent: 99999px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-next {
  right: 10px;
  background-image: url("/assets/images/icon-arrow-blue.svg");
}

.slick-prev {
  background-image: url("/assets/images/icon-arrow-blue.svg");
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
}

.our-sevices--slider .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 757px;
  margin-left: auto;
  margin-right: auto;
}
.our-sevices--slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.our-sevices--slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-sevices--slider .mySwiper2 {
  width: 100%;
}
.our-sevices--slider .mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.our-sevices--slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.our-sevices--slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.clients-reivew--slide .swiper,
.our-news--slider .swiper {
  width: 100%;
  height: 100%;
}
.clients-reivew--slide .swiper-slide,
.our-news--slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-reivew--slide .swiper-slide img,
.our-news--slider .swiper-slide img {
  display: block;
}
.clients-reivew--slide .swiper-button-prev:after,
.clients-reivew--slide .swiper-button-next:after,
.our-news--slider .swiper-button-prev:after,
.our-news--slider .swiper-button-next:after {
  font-size: 10px;
  font-weight: 700;
}
.clients-reivew--slide .swiper,
.our-news--slider .swiper {
  overflow: unset;
}
.clients-reivew--slide .swiper-pagination,
.our-news--slider .swiper-pagination {
  bottom: auto;
  top: -3rem;
  text-align: right;
}
@media (min-width: 992px) {
  .clients-reivew--slide .swiper-pagination,
.our-news--slider .swiper-pagination {
    top: -2rem;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  opacity: 1;
}

.slick-arrow {
  overflow: hidden;
}

.home-banner .content {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2rem;
  z-index: 3;
}
.home-banner .title-dots {
  color: #ffffff;
  -webkit-text-fill-color: unset;
  margin-bottom: 1.5rem;
}
.home-banner .title-dots::before, .home-banner .title-dots::after {
  background: #ffffff;
}
.home-banner h1 {
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 130%;
}
.home-banner h1 span {
  font-weight: 300;
}
.home-banner .sub-title {
  max-width: 33.7rem;
  margin: auto auto 3.2rem;
}
@media (min-width: 992px) {
  .home-banner .sub-title {
    max-width: 51.25rem;
    margin-bottom: 2.5rem;
  }
}
.home-banner .btn-down-pdf {
  background: #ffffff;
  border-radius: 4px;
  width: 250px;
  padding: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .home-banner .btn-down-pdf {
    font-size: 0.875rem;
  }
}
.home-banner .btn-down-pdf .text {
  color: #00C7F2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home-banner .line-x {
  opacity: 0.5;
  border-top: 1px solid #FFFFFF;
  max-width: 34.375rem;
  margin: 2.5rem auto;
}
.home-banner .box-logo-business .image-logo-business {
  width: 11.25rem;
  max-width: 50%;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  margin-bottom: 1rem;
}
.home-banner .box-logo-business .image-logo-business-circle {
  width: 108px;
}
.home-banner .bg-video {
  width: 100%;
  min-height: 100vh;
}

.our-sevices--slider {
  display: flex;
}

.btn-up-to-top {
  position: fixed;
  right: 10px;
  bottom: 115px;
  display: none;
  z-index: 9;
  cursor: pointer;
}
.btn-up-to-top span {
  margin-right: 0.5rem;
  color: #525B6B;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.our-offices {
  padding: 5.625rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.our-offices .list-address .items:not(:first-child) {
  border-top: 1px dashed #DADEE2;
  margin-top: 2.625rem;
  padding-top: 2.625rem;
}
.our-offices .icon-map {
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  background: #f0f2f4;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}
.our-offices .item-address {
  max-width: 14rem;
}
@media (min-width: 768px) {
  .our-offices .item-address {
    max-width: 18.75rem;
  }
}
.our-offices .info span {
  color: #636C7B;
}
.our-offices .info .country {
  font-weight: 700;
  color: #404A5B;
}
.our-offices .item-button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
}
.our-offices .icon-arrow {
  margin: auto;
}

.who-we-are {
  padding-top: 5.625rem;
  padding-bottom: 4.25rem;
  background: radial-gradient(38.03% 38.43% at 9.72% 93.81%, rgba(225, 233, 249, 0.2) 0%, rgba(238, 244, 255, 0) 100%), radial-gradient(82.06% 105.98% at 84.55% 0%, #EDF4FF 0%, rgba(237, 241, 255, 0) 100%);
}
@media (min-width: 992px) {
  .who-we-are {
    padding-top: 7.625rem;
    padding-bottom: 6.25rem;
  }
}
.who-we-are h2 {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .who-we-are h2 {
    max-width: 32.875rem;
  }
}
.who-we-are p {
  color: #636C7B;
  margin-bottom: 1.875rem;
  max-width: 34.375rem;
}
.who-we-are .content-botom {
  margin-top: 3.75rem;
}
.who-we-are .list-items {
  border: 1px solid #f0f2f4;
  border-radius: 0.75rem;
  padding: 3.125rem 1.438rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .who-we-are .list-items {
    padding: 3.125rem 3.438rem;
  }
}
.who-we-are .list-items .items {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
.who-we-are .list-items .items:not(:last-child) {
  border-right: 1px solid #f0f2f4;
}
.who-we-are .list-items .items:nth-child(2) {
  border-width: 0;
}
@media (min-width: 1024px) {
  .who-we-are .list-items .items {
    flex: 1;
    margin-bottom: 0;
  }
  .who-we-are .list-items .items:nth-child(2) {
    border-width: 1px;
  }
}
.who-we-are .list-items .items .text {
  font-size: 1.25rem;
  line-height: 150%;
  color: #283140;
}
.who-we-are .list-items .top {
  margin-bottom: 0.5rem;
}
.who-we-are .list-items .top img {
  width: 3.5rem;
  margin-right: 1rem;
}
.who-we-are .list-items .top .text-number {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  text-transform: capitalize;
  color: #01C0EA;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .who-we-are .list-items .top .text-number {
    font-size: 1.8rem;
  }
}
.who-we-are .content-text {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .who-we-are .content-text {
    margin-bottom: 0;
  }
}

.our-achivements {
  padding: 3.125rem 0;
  background: url("../images/bg-our-achivement.jpg") no-repeat;
  background-size: cover;
}
.our-achivements .title-dots {
  color: #ffffff;
  -webkit-text-fill-color: unset;
  margin: auto auto 2.5rem;
}
.our-achivements .title-dots::before, .our-achivements .title-dots:after {
  background: #ffffff;
}
.our-achivements .our-achivements--list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.our-achivements .our-achivements--list .items {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
  width: 33.3333333333%;
}
@media (min-width: 992px) {
  .our-achivements .our-achivements--list .items {
    width: 20%;
  }
}
.our-achivements .our-achivements--list .item {
  border-radius: 12px;
  background: #ffffff;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  margin: auto;
}
@media (min-width: 375px) {
  .our-achivements .our-achivements--list .item {
    width: 10rem;
    height: 10rem;
  }
}
.our-achivements .our-achivements--list .item .image {
  width: 7.375rem;
}
.our-achivements .our-achivements--list .box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(1, 192, 234, 0.8);
  border-radius: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.our-sevices {
  padding: 6.25rem 0;
  background: url("../images/bg-our-sevices.jpg") no-repeat;
  background-size: cover;
}
.our-sevices .title-dots {
  color: #ffffff;
  -webkit-text-fill-color: unset;
}
.our-sevices .title-dots::before, .our-sevices .title-dots:after {
  background: #ffffff;
}
.our-sevices h2 {
  max-width: 28.813rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .our-sevices h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .our-sevices .col-lg-4 p {
    max-width: 25.625rem;
  }
}

.our-service--tabs {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 2rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .our-service--tabs {
    padding: 2.5rem;
  }
}
.our-service--tabs h3 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  text-transform: capitalize;
  color: #0A2349;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-service--tabs h3 {
    margin-bottom: 0;
  }
}
.our-service--tabs .nav-link--tabs {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(218, 222, 226, 0.5);
}
@media (min-width: 1024px) {
  .our-service--tabs .nav-link--tabs {
    border-right: 1px solid rgba(218, 222, 226, 0.5);
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.our-service--tabs .nav-link--tabs h6 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  color: #525B6B;
}
@media (min-width: 1024px) {
  .our-service--tabs .nav-link--tabs h6 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .our-service--tabs .nav-link--tabs h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .our-service--tabs .nav-link--tabs .select2 {
    display: none;
  }
}
.our-service--tabs .nav-pills .nav-link {
  padding: 0;
  max-width: 11rem;
  margin-bottom: 1.5rem;
  width: 33.3333333333%;
}
@media (min-width: 1024px) {
  .our-service--tabs .nav-pills .nav-link {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .our-service--tabs .nav-pills .nav-link {
    margin-bottom: 2.5rem;
  }
}
.our-service--tabs .nav-pills .nav-link:hover {
  color: #00C7F2;
}
.our-service--tabs .nav-pills .nav-link.active {
  background: transparent;
  border-radius: 0;
}
.our-service--tabs .nav-pills .nav-link.active h6 {
  color: #00C7F2;
}
@media (min-width: 1024px) {
  .our-service--tabs .tab-content {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .our-service--tabs .tab-content {
    padding-left: 1.875rem;
  }
}
.our-service--tabs .tab-content .box-content .title {
  margin-bottom: 2.813rem;
}
.our-service--tabs .tab-content .box-content .text-info-sevices {
  color: #636C7B;
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 150%;
}
.our-service--tabs .tab-content .list-category li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.our-service--tabs .tab-content .list-category a {
  display: block;
  font-size: 14px;
  line-height: 1.25rem;
  color: #374D6D;
  background: #E4F0FE;
  border-radius: 4px;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .our-service--tabs .tab-content .list-category a {
    font-size: 16px;
  }
}
.our-service--tabs .tab-content .list-content-text li {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 150%;
  color: #525B6B;
}
.our-service--tabs .tab-content .list-content-text li::before {
  content: "";
  display: block;
  border: 2px solid #00C7F2;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .our-service--tabs .tab-content .list-content-text li::before {
    width: 10px;
    height: 10px;
    margin-right: 12px;
  }
}
.our-service--tabs .tab-content .list-content--image {
  margin-top: 2.813rem;
  margin-left: -10px;
  margin-right: -10px;
}
.our-service--tabs .tab-content .box-image {
  width: 100%;
  height: 100%;
  min-height: 15.813rem;
  padding-left: 10px;
  padding-right: 10px;
}
.our-service--tabs .tab-content .box-image:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .our-service--tabs .tab-content .box-image:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .our-service--tabs .tab-content .box-image {
    min-height: 20.813rem;
  }
}
.our-service--tabs .tab-content .box-image:first-child {
  flex: 2;
}
.our-service--tabs .tab-content .box-image:last-child {
  flex: 1;
}
.our-service--tabs .tab-content .box-image .image {
  width: 100%;
  height: 20.625rem;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.our-service--tabs .tab-content .box-image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
}

.our-service--select {
  padding: 0;
  margin-bottom: -1.5rem;
}
.our-service--select .nav-link--tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.our-service--select .select2-container {
  width: 100% !important;
  margin: 0;
}
.our-service--select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #00C7F2;
  font-size: 20px;
}
.our-service--select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  background: url(../images/chevron_right_gray.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  transform: rotate(0);
  left: auto;
}
.our-service--select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(-50%) rotate(180deg);
}
.our-service--select .select2-selection__rendered:focus-visible,
.our-service--select .select2-selection--single:focus-visible {
  outline: unset;
}

.why-choose-us {
  padding: 6.25rem 0;
  background: url("../images/bg-why-choose-us.png") no-repeat;
  background-size: cover;
}
.why-choose-us .list-content {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "cl1" "cl2" "cl3" "cl4" "cl5" "cl6" "cl7";
}
@media (min-width: 768px) {
  .why-choose-us .list-content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "cl1 cl1" "cl2 cl3" "cl4 cl5" "cl6 cl7";
  }
}
@media (min-width: 1200px) {
  .why-choose-us .list-content {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-template-areas: "cl1 cl1 cl2 cl3" "cl4 cl5 cl6 cl7";
  }
}
.why-choose-us .list-content .item {
  position: relative;
}
@media (min-width: 768px) {
  .why-choose-us .list-content .item {
    margin-bottom: 2.5rem;
  }
}
.why-choose-us .list-content .item:not(:first-child) {
  background: #ffffff;
  border: 1px solid #f0f2f4;
  box-shadow: 0 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 12px;
  padding: 1.875rem 2.5rem;
}
.why-choose-us .list-content .item:first-child {
  grid-area: cl1;
}
.why-choose-us .list-content .item:nth-child(2) {
  grid-area: cl2;
}
.why-choose-us .list-content .item:nth-child(3) {
  grid-area: cl3;
}
.why-choose-us .list-content .item:nth-child(4) {
  grid-area: cl4;
}
.why-choose-us .list-content .item:nth-child(5) {
  grid-area: cl5;
}
.why-choose-us .list-content .item:nth-child(6) {
  grid-area: cl6;
}
.why-choose-us .list-content .item:nth-child(7) {
  grid-area: cl7;
}
.why-choose-us .list-content .item .image {
  max-width: 4rem;
  flex-shrink: 0;
  margin-bottom: 10px;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .why-choose-us .list-content .item .image {
    margin-right: 0;
  }
}
.why-choose-us .list-content .item .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .why-choose-us .list-content .item .text {
    max-width: 100%;
  }
}
.why-choose-us .list-content .item .text-note {
  color: #636C7B;
  line-height: 24px;
}
.why-choose-us .list-content .item .content-scale {
  display: none;
  background: #ffffff;
  border: 1px solid #01C0EA;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #636C7B;
  min-height: 100%;
  padding: 35px 25px;
  transition: all 0.3s ease;
}
.why-choose-us .list-content .item .content-scale P {
  font-size: 14px;
  line-height: 20px;
  color: #636C7B;
  margin-bottom: 0;
}
.why-choose-us .list-content .item .content-scale P:not(:last-child) {
  margin-bottom: 15px;
}
.why-choose-us .list-content .item:hover .content-scale {
  display: block;
  z-index: 2;
  transform: scale(1.05) translateY(-50%);
}
@media (min-width: 1200px) {
  .why-choose-us .list-content h2 {
    max-width: 21.063rem;
  }
}

.looking-business {
  background: #F6F9FF;
  border-radius: 12px;
  margin: auto 1rem;
  padding: 2.875rem 0;
}
@media (min-width: 1200px) {
  .looking-business {
    margin: auto 2.5rem;
  }
}
.looking-business .content-text {
  background: #003E83;
  border-radius: 12px;
  padding: 1.875rem 2.5rem;
  color: #fff;
  max-width: 435px;
  margin: auto;
}
@media (min-width: 992px) {
  .looking-business .content-text {
    margin-left: auto;
  }
}
.looking-business .content-text .item {
  margin-bottom: 1rem;
}
.looking-business .content-text h3 {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
.looking-business .content-text .icon-arrow {
  margin-right: 12px;
}
.looking-business .content-text .text {
  font-size: 1.25rem;
  line-height: 150%;
  color: #ffffff;
}

.looking-business--content .image-looking--content {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .looking-business--content .image-looking--content {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .looking-business--content .image img {
    width: auto;
  }
}

.how-we-work {
  padding: 4.25rem 0;
}
@media (min-width: 992px) {
  .how-we-work {
    padding: 6.25rem 0;
  }
}
.how-we-work .title-dots {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .how-we-work .title-dots {
    margin-bottom: 2.5rem;
  }
}
.how-we-work .content-text {
  font-size: 1.25rem;
  line-height: 150%;
  color: #525B6B;
  margin-bottom: 2.5rem;
}
.how-we-work .table-responsive {
  border: 1px solid rgba(218, 222, 226, 0.5);
  box-shadow: 0px 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 12px;
}
.how-we-work .table-responsive thead {
  background: #00C7F2;
}
.how-we-work .table-responsive thead th {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 0;
  min-width: 130px;
}
.how-we-work .table-responsive thead th:first-child {
  min-width: 180px;
}
.how-we-work .table-responsive th,
.how-we-work .table-responsive td {
  padding: 1rem 1.2rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .how-we-work .table-responsive th,
.how-we-work .table-responsive td {
    padding: 1.375rem 1.5rem;
  }
}
.how-we-work .table-responsive th:not(:last-child),
.how-we-work .table-responsive td:not(:last-child) {
  border-right: 1px solid rgba(218, 222, 226, 0.5);
}
.how-we-work .table-responsive tr:first-child td {
  border-top: 0;
}
.how-we-work .table-responsive thead th,
.how-we-work .table-responsive tbody td {
  text-align: center;
}
.how-we-work .table-responsive tbody th,
.how-we-work .table-responsive tbody td {
  color: #404A5B;
  font-weight: 400;
}
.how-we-work .table-responsive tbody th span {
  position: relative;
  padding-left: 1.25rem;
}
.how-we-work .table-responsive tbody th span::before {
  content: "";
  display: block;
  background: #A0D6FF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hiring-process {
  padding-top: 100px;
}
.hiring-process .box-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .hiring-process .box-title {
    justify-content: start;
    margin-bottom: 0;
  }
}
.hiring-process .title-dots {
  margin-bottom: 6rem;
}

.item-hiring-process {
  position: relative;
}
.item-hiring-process .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #F0F2F4;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.0784313725);
  border-radius: 4px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.item-hiring-process .info h4 {
  margin-bottom: 10px;
}
.item-hiring-process .info p {
  margin-bottom: 0;
}
.item-hiring-process .step {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 65px;
  position: absolute;
  justify-content: space-between;
  font-weight: 700;
  top: -35px;
  padding-left: 14px;
  left: -25px;
  font-size: 1.6rem;
}
.item-hiring-process .step::before {
  content: url(../images/dots.png);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: -14px;
}
@media (min-width: 1200px) {
  .item-hiring-process .step {
    font-size: 1rem;
  }
  .item-hiring-process .step::before {
    content: "";
  }
  .item-hiring-process .step:after {
    content: url(../images/dots.png);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    right: -15px;
  }
}
@media (min-width: 1024px) {
  .item-hiring-process .step {
    position: relative;
    top: 0px;
    padding-left: 0px;
    left: 0px;
    width: 5rem;
  }
  .item-hiring-process .step::before {
    left: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .item-hiring-process .step {
    width: 7rem;
  }
}

.box-item-hiring-process {
  position: relative;
  top: -26px;
  padding-left: 26px;
}
@media (min-width: 1200px) {
  .box-item-hiring-process {
    margin-left: -25%;
  }
  .box-item-hiring-process::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .box-item-hiring-process {
    top: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .box-item-hiring-process::before {
    content: "";
    display: block;
    background: url(../images/bg-step-dots.png) repeat-y;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 5px;
    top: -25px;
  }
  .box-item-hiring-process::after {
    content: "";
    display: block;
    border-top: 8px solid #525B6B;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 1px;
    bottom: 22px;
  }
}
.box-item-hiring-process .item-hiring-process {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .box-item-hiring-process .item-hiring-process {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .box-item-hiring-process .item-hiring-process:first-child::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 2px;
  }
}
.box-item-hiring-process .item-hiring-process .icon {
  margin-right: 30px;
}
.box-item-hiring-process .item-hiring-process:last-child {
  margin-bottom: 0;
}

.hire-feature-bg-image {
  background: #09A4E8;
  border-radius: 12px;
  position: relative;
}
.hire-feature-bg-image::before {
  content: "";
  display: block;
  background: url(../images/item-global-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  height: 200px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-hire-delicated {
  padding-top: 3.5rem;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .feature-hire-delicated {
    padding-top: 5rem;
  }
}

.box-feature-hire-delicated {
  position: relative;
}
.box-feature-hire-delicated .info {
  justify-content: space-between;
  padding: 0 40px 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.box-feature-hire-delicated .info h3 span {
  display: block;
}

@media (min-width: 1200px) {
  .h-xxl-block {
    display: block !important;
  }
}

.content-hire-mb-app-dev {
  padding: 40px 0 60px;
}
.content-hire-mb-app-dev .title {
  justify-content: space-between;
}

.hire-mobile-app-developers-list {
  margin-top: 40px;
}
.hire-mobile-app-developers-list .item-list {
  display: grid;
  grid-gap: 1.3rem;
  grid-template-columns: unset;
  grid-auto-flow: column;
  grid-auto-columns: 180px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .hire-mobile-app-developers-list .item-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.hire-mobile-app-developers-list .item-list .item {
  background-color: #09A4E8;
  text-align: center;
  padding: 42px 38px 32px;
  border-radius: 12px;
  color: #ffffff;
  height: 22.5rem;
}
@media (min-width: 768px) {
  .hire-mobile-app-developers-list .item-list .item {
    height: 18.5rem;
  }
}
.hire-mobile-app-developers-list .item-list .item h5 {
  padding-top: 23px;
  height: 9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  line-height: 2rem;
}
.hire-mobile-app-developers-list .item-list .item .icon-arrow-gray {
  margin: 0 auto;
}
.hire-mobile-app-developers-list .item-list .item .icon {
  height: 42px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.border-dashed-top-gray {
  border-top: 1px dashed #dadee2;
}

.border-dashed-bottom-gray {
  border-bottom: 1px dashed #dadee2;
}

.btn-hire-now {
  font-size: 14px;
  color: #00c7f2;
  border: 1px solid #00c7f2;
  border-radius: 4px;
  width: 13rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-hire-now:hover {
  background: #00C7F2;
  color: #ffffff;
}

.icon-arrow-gray {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.icon-arrow-gray::after {
  content: "";
  display: block;
  background: url(../images/icon-arrow-gray.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .icon-arrow-gray::after {
    width: 24px;
    height: 10px;
  }
}

.icon-arrow--gray {
  background-color: #f0f2f4;
}

.list-hire-time {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .list-hire-time {
    padding-top: 3.75rem;
  }
}
.list-hire-time li {
  padding-left: 40px;
  padding-right: 40px;
}
.list-hire-time .item {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 1.5rem;
  width: 220px;
}
.list-hire-time .image {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
}
.list-hire-time .text {
  font-size: 20px;
  line-height: 150%;
  color: #404a5b;
}

.client-testimonials {
  margin: auto 1rem;
  padding: 4.25rem 1rem;
  background: #09A4E8;
  border-radius: 12px;
  background: url("../images/bg-client-testimonials.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .client-testimonials {
    padding: 4.25rem 2rem;
  }
}
@media (min-width: 1200px) {
  .client-testimonials {
    margin: auto 2.5rem;
    padding: 6.25rem 5rem;
  }
}
@media (min-width: 992px) {
  .client-testimonials p {
    max-width: 900px;
  }
}
.client-testimonials .client-testimonials--content {
  align-items: center;
}
.client-testimonials .title-dots {
  color: #ffffff;
  -webkit-text-fill-color: unset;
}
.client-testimonials .title-dots::before, .client-testimonials .title-dots::after {
  background: #ffffff;
}
.client-testimonials h2 {
  color: #ffffff;
  max-width: 26.313rem;
  margin-bottom: 1.875rem;
}
.client-testimonials h2 span {
  color: #ffffff;
}
.client-testimonials .content-text {
  color: #ffffff;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .client-testimonials .content-text {
    max-width: 25.063rem;
    margin-bottom: 0;
  }
}
.client-testimonials .item {
  position: relative;
}
.client-testimonials .icon-quotation-marks {
  width: 2rem;
  position: absolute;
  top: -1rem;
  left: -3rem;
}
@media (min-width: 1200px) {
  .client-testimonials .icon-quotation-marks {
    width: 2.75rem;
    top: -2rem;
    left: -4rem;
  }
}
.client-testimonials .swiper-slide {
  border: 1px dashed #f0f2f4;
  border-radius: 12px;
  padding: 2.75rem 3.75rem;
  min-height: 230px;
}
@media (min-width: 992px) {
  .client-testimonials .swiper-slide {
    padding: 3.75rem 4.25rem;
    min-height: 375px;
  }
}
@media (min-width: 1200px) {
  .client-testimonials .swiper-slide {
    padding: 3.75rem 6.25rem;
  }
}
.client-testimonials .swiper-slide .text-content {
  text-align: left;
  color: #636C7B;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-testimonials .swiper-button-prev {
  left: 0;
}
@media (min-width: 992px) {
  .client-testimonials .swiper-button-prev {
    left: -1.8rem;
  }
}
@media (min-width: 1200px) {
  .client-testimonials .swiper-button-prev {
    left: -2.8rem;
  }
}
.client-testimonials .swiper-button-next {
  right: 0;
}
@media (min-width: 992px) {
  .client-testimonials .swiper-button-next {
    right: -1.8rem;
  }
}
@media (min-width: 1200px) {
  .client-testimonials .swiper-button-next {
    right: -2.8rem;
  }
}
.client-testimonials .swiper-button-prev:after,
.client-testimonials .swiper-button-next:after {
  color: #fff;
}
.client-testimonials .swiper-pagination-bullet {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.client-testimonials .swiper-pagination-bullet-active {
  background: transparent;
}
.client-testimonials .info-reviewer .image {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .client-testimonials .info-reviewer .image {
    width: 4.125rem;
    height: 4.125rem;
  }
}
@media (min-width: 1200px) {
  .client-testimonials .info-reviewer .image {
    width: 5.125rem;
    height: 5.125rem;
  }
}
.client-testimonials .info-reviewer--box {
  text-align: left;
}
.client-testimonials .info-reviewer-company {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #00C7F2;
}
.client-testimonials .info-reviewer-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #283140;
}

.hire-link-icon-arrow {
  margin-top: 40px;
}

.box-btn-link-icon-arrow {
  background-color: #F5F9FF;
  width: 100%;
  justify-content: space-between;
  padding: 36px;
  border-radius: 4px;
}

.our-news {
  padding: 6.25rem 0;
  background: linear-gradient(180deg, #fefeff 0%, #f7faff 100%);
}
.our-news h2 {
  margin-bottom: 2.5rem;
}
.our-news .swiper-button-prev {
  left: 0;
}
@media (min-width: 992px) {
  .our-news .swiper-button-prev {
    left: -1.8rem;
  }
}
@media (min-width: 1200px) {
  .our-news .swiper-button-prev {
    left: -38vw;
  }
}
.our-news .swiper-button-next {
  right: 0;
}
@media (min-width: 992px) {
  .our-news .swiper-button-next {
    right: -1.8rem;
  }
}
@media (min-width: 1200px) {
  .our-news .swiper-button-next {
    right: -2.8rem;
  }
}
.our-news .swiper-button-prev:after,
.our-news .swiper-button-next:after {
  color: #404A5B;
}
.our-news .swiper-pagination-bullet {
  background: #c5cad0;
  border: 2px solid #c5cad0;
}
.our-news .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #01c0ea;
}
.our-news .our-news--list {
  display: grid;
  grid-gap: 1.25rem;
  padding: 0 0 1.25rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "cl1 cl2" "cl3 cl4";
}
.our-news .our-news--list .item {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.our-news .our-news--list .item:first-child {
  grid-area: cl1;
}
.our-news .our-news--list .item:nth-child(2) {
  grid-area: cl2;
}
.our-news .our-news--list .item:nth-child(3) {
  grid-area: cl3;
}
.our-news .our-news--list .item:nth-child(4) {
  grid-area: cl4;
}
.our-news .our-news--list .item:nth-child(5) {
  grid-area: cl5;
}
.our-news .our-news--list .item .box-content {
  padding: 1.875rem;
  text-align: left;
}
.our-news .our-news--list .item .box-content .time {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #898F9C;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.our-news .our-news--list .item .box-content .title {
  display: block;
  color: #18202E;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-news .our-news--list .item .box-content .title:hover {
  color: #00C7F2;
}
.our-news .our-news--list .item .box-content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-news .our-news--list .item .box-content .text-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.our-news .our-news--list .item .box-content .text-link:hover {
  color: #00C7F2;
}
.our-news .our-news--list .item .image-thumbnail {
  min-height: 182px;
  height: 19.75rem;
}
@media (min-width: 414px) {
	.our-news .our-news--list .item .image-thumbnail {
		min-height: 202px;
	}
}
.our-news .our-news--list .item .image-thumbnail img {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.our-news .our-news--list-thumbnail {
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .our-news .our-news--list-thumbnail {
    padding: 0 1.25rem 1.25rem;
  }
}
.our-news .our-news--list-thumbnail .item {
  height: 100%;
}
.our-news .our-news--list-thumbnail .item:first-child {
  grid-area: none;
}
.our-news .swiper-slide {
  background: transparent;
}

.our-news--slider .swiper-slide .our-news--list .item .box-content .title {
  font-size: 16px;
}

.our-news--slider {
  margin: 0 auto 3.25rem;
}
.our-news--slider .swiper-pagination {
  top: -44rem;
}
@media (min-width: 992px) {
  .our-news--slider .swiper-pagination {
    top: -4.5rem;
  }
}

.clients-reivew--slide {
  top: -44rem;
}
@media (min-width: 992px) {
  .clients-reivew--slide {
    top: -3rem;
  }
}

.get-in-touch {
  padding-top: 6.25rem;
}
.get-in-touch .get-in-touch--title .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  left: 0;
  top: 0.5rem;
}
@media (min-width: 1200px) {
  .get-in-touch .get-in-touch--title .icon-1 {
    left: 10rem;
  }
}
.get-in-touch .get-in-touch--title .icon-2 {
  width: 2.5rem;
  height: 2.5rem;
  right: 0;
  bottom: 1.875rem;
}
@media (min-width: 1688px) {
  .get-in-touch .get-in-touch--title .icon-2 {
    right: -9.25rem;
  }
}
.get-in-touch h2 {
  font-size: 3.25rem !important;
  line-height: 130%;
  max-width: 32.063rem;
  margin-bottom: 3.75rem !important;
}
@media (min-width: 1200px) {
  .get-in-touch h2 {
    max-width: 33rem;
  }
}
.get-in-touch--content {
  background: url("../images/bg-form.jpg") no-repeat;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 1rem;
  padding: 3.625rem 0;
}
@media (min-width: 992px) {
  .get-in-touch--content {
    padding: 3.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .get-in-touch--content {
    margin: 0 2.5rem;
    padding: 5.625rem 5rem;
  }
}
.get-in-touch--content .item {
  margin-bottom: 1.25rem;
}
.get-in-touch--content .image {
  background: #00C7F2;
  border-radius: 4px;
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.get-in-touch--content .image img {
  max-width: 1.125rem;
}
.get-in-touch--content .box-content .title {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #01C0EA;
  margin-bottom: 2px;
}
.get-in-touch--content .box-content a {
  font-size: 1.25rem;
  line-height: 150%;
  color: #ffffff;
}
.get-in-touch--content .list-contact {
  margin-bottom: 6.25rem;
}
.get-in-touch--content .list-social .icon-social {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.get-in-touch--content .list-social .icon-social:not(:last-child) {
  margin-right: 0.75rem;
}
.get-in-touch--content .form-lets-talk {
  background: #FFFFFF;
  box-shadow: 0px 20px 32px 8px rgba(26, 27, 56, 0.05);
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .get-in-touch--content .form-lets-talk {
    margin-top: 0;
    padding: 3.125rem 4.375rem;
  }
}
.get-in-touch--content .form-lets-talk .text-title {
  color: #00C7F2;
  line-height: 24px;
}
.get-in-touch--content .form-lets-talk .text-sub-title {
  color: #18202E;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 1.875rem;
  display: block;
}
.get-in-touch--content .form-lets-talk label {
  color: #00C7F2;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.get-in-touch--content .form-lets-talk input {
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(176, 181, 190, 0.5);
  color: #283140;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 4px;
  height: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.get-in-touch--content .form-lets-talk input:focus-visible {
  outline: none;
}
.get-in-touch--content .form-lets-talk p {
  margin-bottom: 2.125rem;
}
.get-in-touch--content .form-lets-talk .wpcf7-textarea.message {
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(176, 181, 190, 0.5);
  color: #283140;
  width: 100%;
  resize: none;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}
.get-in-touch--content .form-lets-talk .wpcf7-textarea.message:focus-visible {
  outline: none;
}
.get-in-touch--content .form-lets-talk .wpcf7-not-valid,
.get-in-touch--content .form-lets-talk .wpcf7-not-valid.message {
  border-width: 0 0 1px;
  border-color: #F93232;
}
.get-in-touch--content .form-lets-talk .box-text-area {
  width: 100%;
}
.get-in-touch--content .form-lets-talk .box-text-area label {
  width: 100%;
}
.get-in-touch--content .wpcf7-form-content-select label {
  width: 100%;
}
.get-in-touch--content .wpcf7-form-content-select .wpcf7-form-control-wrap {
  width: 100%;
}
.get-in-touch--content .wpcf7-form-content-select select {
  width: 100%;
  border-radius: 0;
  border-width: 0 0 1px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  margin-top: 4px;
}
.get-in-touch--content .wpcf7-form-content-select select:focus-visible {
  outline: none;
}
.get-in-touch--content .form-lets-talk .wpcf7-submit {
  background: #00C7F2;
  border-radius: 4px;
  border: 0;
  color: #fff;
  width: 126px;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.get-in-touch .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  text-transform: none;
}

.form-news-letter {
  color: #ffffff;
}
.form-news-letter h4 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
.form-news-letter .wpcf7-form-ct-main {
  width: 100%;
}
@media (min-width: 992px) {
  .form-news-letter .wpcf7-form-ct-main {
    padding-right: 6.25rem;
  }
}
.form-news-letter .wpcf7-form-control-wrap input {
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  margin-bottom: 1rem;
  width: 100%;
}
.form-news-letter .wpcf7-form-control-wrap input:focus-visible {
  outline: none;
}
.form-news-letter .wpcf7-submit {
  background: #f0f2f4;
  border: 0;
  width: 3.5rem;
  height: 3.5rem;
  color: transparent;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .form-news-letter .wpcf7-submit {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.form-news-letter .box-submit-input {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .form-news-letter .box-submit-input {
    right: 6.25rem;
  }
}
.form-news-letter .box-submit {
  position: relative;
}
.form-news-letter .box-submit .image {
  background: #ffffff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .form-news-letter .box-submit .image {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.form-news-letter .text-label {
  opacity: 0.5;
}

.services-page.breadcrumb-item {
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.56) 0%, rgba(237, 241, 255, 0) 100%);
  padding-bottom: 0;
  min-height: 318px;
}
.services-page.breadcrumb-item .container {
	min-height: 238px;
}
.services-page.breadcrumb-item .content {
	min-height: 181px;
}
.services-page.breadcrumb-item .image-bg {
	min-height: 57px;
}
.services-page.breadcrumb-item ul {
	min-height: 24px;
}
@media (min-width: 414px) {
	.services-page.breadcrumb-item {
		min-height: 330px;
	}
	.services-page.breadcrumb-item .container {
		min-height: 250px;
	}
}
@media (min-width: 1024px) {
	.services-page.breadcrumb-item {
		min-height: 412px;
	}
	.services-page.breadcrumb-item .content {
		min-height: 119px;
	}
	.services-page.breadcrumb-item .image-bg {
		min-height: 219px;
	}
	.services-page.breadcrumb-item .container {
		min-height: 220px;
	}
}
.services-page.breadcrumb-item .box-image-balloons .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  right: 0;
  top: 0.375rem;
}
@media (min-width: 1366px) {
  .services-page.breadcrumb-item .box-image-balloons .icon-1 {
    right: 6rem;
    top: 0.5rem;
  }
}
.services-page.breadcrumb-item .box-image-balloons .icon-2 {
  width: 3rem;
  height: 3rem;
  left: 0;
  bottom: 3rem;
}
@media (min-width: 1366px) {
  .services-page.breadcrumb-item .box-image-balloons .icon-2 {
    left: 20rem;
    bottom: 5rem;
  }
}
.services-page h1 {
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #002E62;
  font-size: 36px;
  line-height: 100%;
	min-height: 144px;
}
@media (min-width: 320px) {
  .services-page h1 {
    font-size: 40px;
  }
}
@media (min-width: 375px) {
  .services-page h1 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .services-page h1 {
    font-size: 60px;
	  min-height: 75px;
  }
}
.services-page h1 span {
  font-weight: 500;
  display: inline;
}
.services-page.who-we-are {
  background: linear-gradient(180deg, #FFFFFF 16.8%, rgba(237, 241, 255, 0) 100%);
  padding-top: 24px;
  padding-bottom: 0;
	min-height: 472px;
}

.services-page.who-we-are .title-dots {
	min-height: 24px;
}

.services-page.who-we-are h2 {
	min-height: 127px;
}

@media (min-width: 1024px) {
  .services-page.who-we-are {
   min-height: 523px;
  }
	.services-page.who-we-are .title-dots {
		min-height: 24px;
	}
	
	.services-page.who-we-are h2 {
		min-height: 135px;
	}
}
.services-page.who-we-are .image {
  max-width: 800px;
	min-height: 258px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .services-page.who-we-are .image {
    min-height: 505px;
  }
}
@media (min-width: 1688px) {
  .services-page.who-we-are h2 {
    max-width: 100%;
  }
}
.services-page.looking-business {
  background: transparent;
  padding: 5.25rem 0;
}
.services-page.looking-business .content-text.bg-transparent {
  color: #0A2349;
}
.services-page.looking-business .content-text.bg-transparent .text {
  color: #0A2349;
}

.bg-software-mobile-looking-business {
  background: linear-gradient(0.05deg, rgba(231, 240, 250, 0.24) 2.67%, rgba(227, 241, 255, 0.796413) 56.17%, rgba(222, 233, 244, 0) 91.96%);
}

.our-framework {
  background: #F6F9FF;
  padding: 6.25rem 0;
}
.our-framework .title-dots {
  margin-bottom: 3.125rem;
}
.our-framework h5 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  max-width: 200px;
  background: #00C7F2;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto 16px;
}
.our-framework .our-framework--list ul {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: unset;
  grid-auto-flow: column;
  grid-auto-columns: 60%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow-x: auto;
}
.our-framework .our-framework--list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset #0A2349;
  border-radius: 16px;
  background-color: #f0f2f4;
}
.our-framework .our-framework--list ul::-webkit-scrollbar {
  height: 3px;
  background-color: #f0f2f4;
}
.our-framework .our-framework--list ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset #0A2349;
  background-color: #0A2349;
}
@media (min-width: 768px) {
  .our-framework .our-framework--list ul {
    overflow-x: hidden;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    -ms-scroll-snap-type: unset;
        scroll-snap-type: unset;
    scroll-snap-stop: unset;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .our-framework .our-framework--list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .our-framework .our-framework--list ul {
    grid-gap: 2.813rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.our-framework .our-framework--list ul li {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .our-framework .our-framework--list ul li:last-child, .our-framework .our-framework--list ul li:nth-last-child(2), .our-framework .our-framework--list ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .our-framework .our-framework--list ul li:nth-last-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .our-framework .our-framework--list ul li:nth-last-child(5) {
    margin-bottom: 0;
  }
}
.our-framework .our-framework--list .item--list {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.our-framework .our-framework--list .image {
  background: #FFFFFF;
  border-radius: 4px;
}

.our-industry {
  padding: 4.25rem 0;
}
@media (min-width: 1200px) {
  .our-industry {
    padding: 8.25rem 0 6.25rem;
  }
}
.our-industry.our-sevices {
  background: url("../images/bg-our-industry.jpg") no-repeat;
  background-size: cover;
}
.our-industry .image-tabs-our-industry {
  max-width: 25rem;
  position: absolute;
  right: 0;
  top: -15rem;
}
@media (min-width: 1200px) {
  .our-industry .image-tabs-our-industry {
    max-width: 35rem;
    top: -20rem;
  }
}
.our-industry .our-service--tabs {
  margin-top: 4.375rem;
  position: relative;
  z-index: 1;
}
.our-industry .our-service--tabs .btn {
  border-radius: 4px;
}
.our-industry .our-service--select {
  margin-bottom: -3rem;
}

.software-mobile .btn_services {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 4px;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  color: #00C7F2;
  font-weight: 700;
  padding: 8px;
}
@media (min-width: 992px) {
  .software-mobile .btn_services {
    padding: 8px 24px;
  }
}
.software-mobile .page_services_img {
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  width: 500px;
  max-height: 450px;
}
@media (min-width: 1200px) {
  .software-mobile .page_services_img {
    right: -10rem;
    max-height: unset;
  }
}
.software-mobile .page_services_img img {
  object-fit: contain;
  -o-object-fit: contain;
}
@media (min-width: 1200px) {
  .software-mobile .page_services_img img {
    object-fit: cover;
    -o-object-fit: cover;
  }
}
.software-mobile .content {
  border-radius: 4px;
  padding: 1.875rem;
  height: 100%;
  overflow: hidden;
}
.software-mobile .content .left {
  max-width: 175px;
  position: relative;
  z-index: 2;
}
@media (min-width: 375px) {
  .software-mobile .content .left {
    max-width: 200px;
  }
}
.software-mobile .content h4 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 140%;
  color: #002E62;
  margin-bottom: 1.25rem;
}
.software-mobile .content ul {
  max-width: 200px;
}
@media (min-width: 1024px) {
  .software-mobile .content ul {
    max-width: 300px;
  }
}
.software-mobile .content li {
  font-size: 1rem;
  line-height: 24px;
  color: #404A5B;
  margin-bottom: 10px;
  display: flex;
}
.software-mobile .content li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #00C7F2;
  flex-shrink: 0;
  margin-top: 7px;
  margin-right: 10px;
}
.software-mobile .software-mobile--explore-all {
  margin-bottom: 2.5rem;
}
.software-mobile .services-page--software {
  background: linear-gradient(131.28deg, #EDF7FF 18.92%, #B9D8F2 90.36%);
}
.software-mobile .services-page--mobile {
  background: linear-gradient(123deg, #F2F5FF 9.04%, #E3E9FF 84.73%);
}

.software-mobile--list .content-item {
  box-shadow: 0px 4px 24px rgba(87, 88, 118, 0.08);
  border-radius: 4px;
}
.software-mobile--list .content-item h4 {
  margin: 1rem 0;
}
.software-mobile--list .content-item a:hover .services-array-icon {
  background: #00C7F2;
}
.software-mobile--list .content-item a:hover path {
  fill: #fff;
}
.software-mobile--list .content-item--image {
  border-radius: 4px;
  margin-right: 1.25rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
.software-mobile--list .services-array-icon {
  background: #f0f2f4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 1200px) {
  .software-mobile--list .services-array-icon {
    width: 40px;
    height: 40px;
  }
}
.software-mobile--list .services-array-icon svg {
  width: 15px;
}
@media (min-width: 1200px) {
  .software-mobile--list .services-array-icon svg {
    width: 20px;
  }
}
.software-mobile--list .list-item--line {
  margin-top: 10px;
	flex-wrap: wrap;
}
.software-mobile--list .list-item--line li {
  display: flex;
  margin-bottom: 10px;
}
.software-mobile--list .list-item--line li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #00C7F2;
  margin-right: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .software-mobile--list .list-item--line-x {
    margin-left: 6.25rem;
  }
}
.software-mobile--list .list-item--line-x li {
  margin-right: 24px;
}

.software-mobile--list-item {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(2fr, 1fr));
  grid-template-areas: "sm1" "sm2" "sm3" "sm4" "sm5";
}
@media (min-width: 1200px) {
  .software-mobile--list-item {
    grid-template-areas: "sm1 sm4 sm5" "sm2 sm4 sm5" "sm3 sm4 sm5";
  }
}
.software-mobile--list-item .content-item:first-child {
  grid-area: sm1;
}
.software-mobile--list-item .content-item:nth-child(2) {
  grid-area: sm2;
}
.software-mobile--list-item .content-item:nth-child(3) {
  grid-area: sm3;
}
.software-mobile--list-item .content-item:nth-child(4) {
  grid-area: sm4;
}
.software-mobile--list-item .content-item:nth-child(5) {
  grid-area: sm5;
}

.what-we-do {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .what-we-do {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.what-we-do .list-content-text {
  margin-top: 2.188rem;
}
@media (min-width: 1200px) {
  .what-we-do .list-content-text ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.what-we-do .list-content-text li {
  position: relative;
  margin-bottom: 0.875rem;
  line-height: 24px;
  padding-left: 20px;
}
.what-we-do .list-content-text li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border: 2px solid #00C7F2;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 992px) {
  .what-we-do .list-content-text li::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}

.our-work {
  background: linear-gradient(180deg, rgba(237, 241, 255, 0) 0%, #F5F9FF 100%);
  padding-top: 4.25rem;
  padding-bottom: 5.5rem;
}
@media (min-width: 1200px) {
  .our-work {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.our-work .swiper-slide {
  padding: 35px 0 50px;
}
@media (min-width: 1200px) {
  .our-work .swiper-slide {
    padding: 45px 0 65px;
  }
}
.our-work .swiper-slide-active {
  will-change: transform;
  transform: scale(1.1);
  transition: transform 0.5s;
}
.our-work .content-item {
  border-radius: 12px;
  overflow: hidden;
}
.our-work .content-item .title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  margin-right: 3.375rem;
}
.our-work .content-item li {
  font-size: 0.875rem;
  line-height: 1.5;
  background: #F4F5F9;
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.our-work .content-item li:not(:last-child) {
  margin-right: 8px;
}
.our-work .content-text {
  background: #ffffff;
  padding: 1.25rem 2.5rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .our-work .content-text {
    flex-wrap: nowrap;
  }
}
.our-work .content-text ul {
  flex: 1;
}
.our-work .swiper-pagination {
  bottom: auto;
}
.our-work .swiper-button-prev:after,
.our-work .swiper-button-next:after {
  color: #DADEE2;
}
.our-work .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DADEE2;
  border: 2px solid #DADEE2;
}
@media (min-width: 992px) {
  .our-work .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.our-work .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #00C7F2;
}
.our-work .benefits {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .our-work .benefits {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.list-link-icon-text {
  margin-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .list-link-icon-text {
    margin-bottom: 6.25rem;
  }
}
.list-link-icon-text ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.list-link-icon-text ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .list-link-icon-text ul li {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
.list-link-icon-text .item {
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 12px;
  border: 1px solid #f0f2f4;
  background: #ffffff;
  padding: 2.5rem 1.875rem;
  height: 100%;
}
.list-link-icon-text .item:hover .icon-arrow, .list-link-icon-text .item:focus .icon-arrow {
  background: #00C7F2;
}
.list-link-icon-text .item:hover .icon-arrow path, .list-link-icon-text .item:focus .icon-arrow path {
  fill: #ffffff;
}
.list-link-icon-text .item:hover .text, .list-link-icon-text .item:focus .text {
  color: #00C7F2;
}
.list-link-icon-text .icon-arrow {
  background: #f0f2f4;
  top: 1.25rem;
  right: 1.25rem;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .list-link-icon-text .icon-arrow {
    width: 48px;
    height: 48px;
  }
}
.list-link-icon-text .icon-arrow::after {
  content: unset;
}
.list-link-icon-text .box-content .image {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.list-link-icon-text .box-content .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #404A5B;
  max-width: 250px;
}

.mobile-app-page h2 {
  font-size: 44px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #283140;
  margin-bottom: 20px;
}
.mobile-app-page.client-testimonials {
  color: #ffffff;
}
.mobile-app-page.client-testimonials h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 15px;
}
.mobile-app-page.client-testimonials p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 20px;
}
@media (min-width: 992px) {
  .mobile-app-page.client-testimonials p {
    line-height: 28px;
    margin-bottom: 2.5rem;
  }
}
.mobile-app-page.client-testimonials .image {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  width: 5.25rem;
  height: 5.25rem;
  margin-bottom: 15px;
}
.mobile-app-page.client-testimonials .image:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .mobile-app-page.client-testimonials .image {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.mobile-app-page .swiper {
  margin-top: 4.375rem;
}
.mobile-app-page.what-we-do .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .mobile-app-page.what-we-do .icon-1 {
    left: -6rem;
  }
}

.content-image-right {
  padding-top: 3rem;
  margin-bottom: 3.25rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .content-image-right {
    padding-top: 6rem;
    padding-bottom: 6.25rem;
    margin-bottom: 6.25rem;
    min-height: 700px;
  }
}
.content-image-right .container {
  position: relative;
  z-index: 3;
}
.content-image-right .image-bg {
  width: 550px;
  height: 550px;
  margin-right: -150px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .content-image-right .image-bg {
    position: absolute;
    right: -15rem;
    top: 4rem;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .content-image-right .image-bg {
    width: 650px;
    height: 650px;
  }
}
@media (min-width: 1366px) {
  .content-image-right .image-bg {
    width: 800px;
    height: 760px;
  }
}
.content-image-right .image-bg .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-image-right .image-bg .image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-image-right .sub-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  color: #0a2349;
  margin-bottom: 1.25rem;
}
.content-image-right p {
  color: #404A5B;
  line-height: 24px;
}
.content-image-right .content-icon {
  margin-top: 3.125rem;
}
@media (min-width: 992px) {
  .content-image-right .content-icon .image {
    margin-bottom: 8px;
  }
}
.content-image-right .content-icon .image img {
  max-width: 3.75rem;
  margin-right: 0.938rem;
}
.content-image-right .content-icon .text-number {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  color: #00C7F2;
}
.content-image-right .bottom .text {
  font-size: 1.25rem;
  line-height: 150%;
  color: #283140;
}

.benefits {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  background: linear-gradient(180deg, #f5f9ff 0%, rgba(237, 241, 255, 0) 69.65%);
}
@media (min-width: 1200px) {
  .benefits {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.benefits h2 {
  max-width: 700px;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.benefits .col-lg-5 h3 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .benefits .col-lg-5 h3 {
    margin-right: 5.625rem;
  }
}
@media (min-width: 992px) {
  .benefits .col-lg-5 p {
    margin-right: 5.625rem;
  }
}
.benefits .col-lg-7 {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.benefits .col-lg-7::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #ffffff 13.67%, rgba(255, 255, 255, 0) 100%);
  height: 128px;
}
.benefits .content-scroll-vertical {
  max-height: 560px;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .benefits .content-scroll-vertical {
    padding-right: 6.25rem;
    max-height: 460px;
  }
}
.benefits .content-scroll-vertical h4 {
  margin-bottom: 8px;
  color: #283140;
}
.benefits .content-scroll-vertical .item-content {
  margin-bottom: 3.125rem;
}
.benefits .content-scroll-vertical .item-content p {
  color: #525B6B;
}
.benefits .content-scroll-vertical .image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #f2f9ff;
  border-radius: 4px;
  margin-right: 1.875rem;
}
@media (min-width: 992px) {
  .benefits .content-scroll-vertical .image {
    width: 60px;
    height: 60px;
  }
}
.benefits .box-image-balloons .icon-1 {
  width: 50px;
  top: 2rem;
  right: 5.25rem;
}
@media (min-width: 1200px) {
  .benefits .box-image-balloons .icon-1 {
    top: 4.25rem;
    right: 10.25rem;
    width: 60px;
  }
}
.benefits .box-image-balloons .icon-2 {
  width: 30px;
  top: 0;
  right: 0;
}
.benefits .box-image-balloons .icon-3 {
  width: 30px;
  bottom: 3rem;
  left: 3rem;
}
.benefits h5 {
  margin-bottom: 1rem;
}

.mobile-app-choose-us {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .mobile-app-choose-us {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.mobile-app-choose-us .list-two-col {
  margin-top: 1.875rem;
}
.mobile-app-choose-us .list-two-col .title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  color: #283140;
  margin-bottom: 10px;
}
.mobile-app-choose-us .list-two-col li {
  display: flex;
  margin-top: 1.875rem;
}
.mobile-app-choose-us .list-two-col li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border: 2px solid #00c7f2;
  margin-top: 5px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .mobile-app-choose-us .list-two-col li::before {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
.mobile-app-choose-us .list-two-col p {
  color: #525B6B;
}

.coding-standards {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  margin: auto 1rem;
  background: linear-gradient(123.54deg, rgba(242, 245, 255, 0.5) 9%, rgba(235, 239, 255, 0.5) 97.61%);
  background: -webkti-linear-gradient(123.54deg, rgba(242, 245, 255, 0.5) 9%, rgba(235, 239, 255, 0.5) 97.61%);
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .coding-standards {
    margin: auto 2.5rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.coding-standards .title-dots {
  margin-bottom: 1.875rem;
}
.coding-standards .content-item {
  margin-bottom: 2.5rem;
}
.coding-standards .content-item .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #283140;
}
.coding-standards .content-item p {
  line-height: 24px;
  color: #525B6B;
}
@media (min-width: 992px) {
  .coding-standards .content-item p {
    padding-right: 1.8rem;
  }
}

.our-approach .item-content {
  margin-bottom: 3.75rem;
}
.our-approach .title-dots {
  margin-bottom: 3.75rem;
}
.our-approach .image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f2f9ff;
  border-radius: 4px;
  margin-right: 1.875rem;
}
@media (min-width: 1200px) {
  .our-approach .image {
    width: 60px;
    height: 60px;
  }
}
.our-approach .title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 8px;
}
.our-approach p {
  color: #525B6B;
}
@media (min-width: 1200px) {
  .our-approach p {
    max-width: 80%;
  }
}
.our-approach .col-lg-6:last-child .item-content {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .our-approach .col-lg-6:nth-last-child(2) .item-content {
    margin-bottom: 0;
  }
}

.page-our-blog .our-blog {
  position: relative;
}
.page-our-blog .our-blog .bg-our-blog1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-our-blog .our-blog .bg-our-blog2 {
  position: absolute;
  top: 10%;
  right: 0;
}
.page-our-blog .our-blog .titile-section-blog {
  font-size: 2rem;
  line-height: 2.625rem;
  text-transform: capitalize;
  color: #0A2349;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .page-our-blog .our-blog .our-news--slider .swiper-pagination {
    top: -1.5rem;
  }
}
.page-our-blog .our-news--slider {
  margin: 0;
}
.page-our-blog .list-blog-thumbnail {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .page-our-blog .list-blog-thumbnail {
    margin-bottom: 0;
  }
}
.page-our-blog .list-blog-thumbnail .list-item {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: list;
}
@media (min-width: 992px) {
  .page-our-blog .list-blog-thumbnail .list-item {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.page-our-blog .list-blog-thumbnail .list-item li {
  width: 100%;
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .page-our-blog .list-blog-thumbnail .list-item li {
    width: 50%;
    padding: 0 1.875rem 3.75rem;
  }
}
.page-our-blog .list-blog-thumbnail .list-item li .post-text {
  width: calc(100% - 1.25rem);
  margin: -45px auto 0;
  background-color: #ffffff;
  position: relative;
  padding: 0.9375rem 1.5rem 1.5625rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.0588235294);
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-our-blog .list-blog-thumbnail .list-item li .post-text {
    width: calc(100% - 2.75rem);
  }
}
.page-our-blog .list-blog-thumbnail .list-item li .post-text:hover {
  box-shadow: 0px 2px #00C7F2;
}
.page-our-blog .list-blog-thumbnail .pagination {
  justify-content: center;
  margin-bottom: 30px;
}
.page-our-blog .list-blog-thumbnail .pagination a {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0 0.25rem;
}
.page-our-blog .list-blog-thumbnail .pagination a.active, .page-our-blog .list-blog-thumbnail .pagination a:hover {
  background-color: #f0f2f4;
}
.page-our-blog .list-blog-thumbnail .img-list-blog {
  border-radius: 4px;
	min-height: 200px;
}

.page-our-blog .our-blog2.our-news {
  background: #fff;
}
.page-our-blog .our-blog2 .title-blog {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #18202E;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.page-our-blog .our-blog2 .meta .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #636C7B;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .page-our-blog .our-blog2 .meta .time {
    padding-right: 1.125rem;
  }
}
.page-our-blog .our-blog2 .meta .text-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding-left: 0.5rem;
  border-left: 1px solid #C5CAD0;
}
.page-our-blog .our-blog2 .meta .text-link:hover {
  color: #00C7F2;
}
.page-our-blog .our-blog2 .title-even {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #404A5B;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
}
.page-our-blog .our-blog2 .title-even:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 1.25rem;
  background: #00C7F2;
  top: 0.3125rem;
  left: 0;
}
.page-our-blog .our-blog2 .sidebar-right {
  border: 1px solid #f0f2f4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1.25rem 1.75rem 1rem;
  margin-bottom: 1.25rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .page-our-blog .our-blog2 .sidebar-right {
    margin-left: 1.25rem;
  }
}
.page-our-blog .our-blog2 .sidebar-right .post-sidebar {
  margin-bottom: 1.875rem;
}
.page-our-blog .our-blog2 .sidebar-right .title-clound {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #283140;
  margin-bottom: 1.25rem;
}
.page-our-blog .our-blog2 .sidebar-right .tag-cloud-link {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding: 8px 16px;
  background: #f0f2f4;
  border-radius: 4px;
  margin: 4px 2px;
}
.page-our-blog .event-item .title-blog:hover {
  color: #00C7F2;
}

.game-design-dev-page .looking-business {
  background: url(../images/bg-game-dev-lst-discuss.jpg) no-repeat;
  background-size: cover;
  padding: 7.938rem 0;
}
.game-design-dev-page .looking-business .image-looking--content {
  margin-top: -7.938rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .game-design-dev-page .looking-business .image-looking--content {
    margin-bottom: -7.938rem;
  }
}
.game-design-dev-page .looking-business .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .game-design-dev-page .looking-business .icon-arrow::after {
    width: 20px;
    height: 6px;
  }
}

.genres-game {
  background: url(../images/bg-genres-game.jpg) no-repeat;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 4.25rem;
  margin-top: -30rem;
}
@media (min-width: 1200px) {
  .genres-game {
    padding-top: 35rem;
    padding-bottom: 6.25rem;
    margin-top: -35rem;
  }
}
.genres-game h2 {
  color: #ffffff;
}
.genres-game .list-image {
  margin-top: 4rem;
  padding: 1rem;
}
.genres-game .list-image ul {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: unset;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .genres-game .list-image ul {
    grid-gap: 0;
    overflow-x: unset;
  }
}
.genres-game .list-image li {
  height: 160px;
  position: relative;
  background: #4BB3EF;
}
@media (max-width: 1023px) {
  .genres-game .list-image li {
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li {
    width: 25%;
    border: 1px solid #4DC4F8;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:first-child, .genres-game .list-image li:nth-child(2), .genres-game .list-image li:nth-child(3), .genres-game .list-image li:nth-child(4) {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:last-child, .genres-game .list-image li:nth-last-child(2), .genres-game .list-image li:nth-last-child(3), .genres-game .list-image li:nth-last-child(4) {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:first-child, .genres-game .list-image li:nth-child(5), .genres-game .list-image li:nth-last-child(4) {
    border-left: 0;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:last-child, .genres-game .list-image li:nth-child(4), .genres-game .list-image li:nth-child(8) {
    border-right: 0;
  }
}
.genres-game .list-image li:first-child .image, .genres-game .list-image li:nth-child(4) .image, .genres-game .list-image li:last-child .image, .genres-game .list-image li:nth-last-child(4) .image {
  overflow: hidden;
}
.genres-game .list-image li .image {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(image_2021_12_06T13_37_02_532Z.png);
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .genres-game .list-image li .image {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:first-child .image {
    border-top-left-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:nth-child(4) .image {
    border-top-right-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:last-child .image {
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .genres-game .list-image li:nth-last-child(4) .image {
    border-bottom-left-radius: 12px;
  }
}
.genres-game .list-image li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  z-index: 3;
}
.genres-game .list-image li .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.genres-game .list-image li .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.genres-game .list-image li:hover {
  border-radius: 4px;
}
.genres-game .list-image li:hover .image {
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
}

.ui-ux-desing-page .content-image-right {
  margin-bottom: 0;
}
.ui-ux-desing-page .content-image-right .box-image-balloons .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  left: 0;
  bottom: -1rem;
}
@media (min-width: 1200px) {
  .ui-ux-desing-page .content-image-right .box-image-balloons .icon-1 {
    bottom: -10rem;
  }
}
.ui-ux-desing-page .genres-game {
  background: url(../images/bg-genres-game-2.jpg) no-repeat;
  background-size: cover;
}
.ui-ux-desing-page .list-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.ui-ux-desing-page .list-content li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/what-can-help-icon-check.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ui-ux-desing-page .service-ui-ux {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #DEECFF 100%);
  background: -webkit-linear-gradient(90deg, #FFFFFF 0%, #DEECFF 100%);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ui-ux-desing-page .service-ui-ux {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.ui-ux-desing-page .service-ui-ux .col-lg-7 .image {
  max-width: 750px;
  margin-left: auto;
}
.ui-ux-desing-page .wifi-icon {
  width: 73px;
  height: 73px;
  top: 4.25rem;
  left: -1rem;
}
@media (min-width: 1200px) {
  .ui-ux-desing-page .wifi-icon {
    top: 6.25rem;
  }
}

.let-discuss-content h3 {
  color: #0A2349;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .let-discuss-content h3 {
    text-align: left;
  }
}
.let-discuss-content h3 span {
  color: #00C7F2;
}
.let-discuss-content .btn {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 4px;
  padding: 12px;
  width: 300px;
  margin: 1.5rem auto 0;
}
@media (min-width: 1200px) {
  .let-discuss-content .btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .page-emerging .content-image-right,
.page-qa-testing .content-image-right,
.page-software-developmenmt .content-image-right,
.page-softwave-main .content-image-right {
    margin-bottom: 0;
  }
}
.page-emerging .content-image-right h2,
.page-qa-testing .content-image-right h2,
.page-software-developmenmt .content-image-right h2,
.page-softwave-main .content-image-right h2 {
  max-width: 36.5rem;
}
.page-emerging .content-image-right .image,
.page-qa-testing .content-image-right .image,
.page-software-developmenmt .content-image-right .image,
.page-softwave-main .content-image-right .image {
  max-width: 600px;
}
@media (min-width: 1200px) {
  .page-emerging .content-image-right .image,
.page-qa-testing .content-image-right .image,
.page-software-developmenmt .content-image-right .image,
.page-softwave-main .content-image-right .image {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .page-emerging .content-image-right .content-icon,
.page-qa-testing .content-image-right .content-icon,
.page-software-developmenmt .content-image-right .content-icon,
.page-softwave-main .content-image-right .content-icon {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.page-emerging .content-image-right .content-icon .border-right,
.page-qa-testing .content-image-right .content-icon .border-right,
.page-software-developmenmt .content-image-right .content-icon .border-right,
.page-softwave-main .content-image-right .content-icon .border-right {
  border-right-color: #f0f2f4 !important;
}
@media (min-width: 1024px) {
  .page-emerging .content-image-right .content-icon .col-6:nth-child(2n),
.page-qa-testing .content-image-right .content-icon .col-6:nth-child(2n),
.page-software-developmenmt .content-image-right .content-icon .col-6:nth-child(2n),
.page-softwave-main .content-image-right .content-icon .col-6:nth-child(2n) {
    border-right: 1px solid #f0f2f4;
  }
}
.page-emerging .our-approach,
.page-qa-testing .our-approach,
.page-software-developmenmt .our-approach,
.page-softwave-main .our-approach {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .page-emerging .our-approach,
.page-qa-testing .our-approach,
.page-software-developmenmt .our-approach,
.page-softwave-main .our-approach {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.page-emerging .coding-standards,
.page-qa-testing .coding-standards,
.page-software-developmenmt .coding-standards,
.page-softwave-main .coding-standards {
  margin-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .page-emerging .coding-standards,
.page-qa-testing .coding-standards,
.page-software-developmenmt .coding-standards,
.page-softwave-main .coding-standards {
    margin-bottom: 6.25rem;
  }
}

.our-process {
  background: #09a4e8;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .our-process {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.our-process .image-bg {
  max-width: 623px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-process .title-dots {
  margin-bottom: 2.625rem;
}
.our-process .container {
  z-index: 2;
}
.our-process .item {
  color: #ffffff;
  width: 250px;
}
@media (min-width: 1200px) {
  .our-process .item {
    width: 100%;
  }
}
.our-process .item::before, .our-process .item::after {
  content: "";
  display: block;
  position: absolute;
}
.our-process .item::before {
  height: 1px;
  width: 98%;
  background: #ffffff;
  top: 20px;
}
.our-process .item::after {
  border-left: 6px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  top: 17px;
  z-index: 2;
}
.our-process .item .content-text {
  max-width: 189px;
}
.our-process .item .text-number {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #0A2349;
  background: #ffffff;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
}
.our-process .item h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.our-process .item p {
  font-size: 14px;
  line-height: 20px;
}
.our-process .line-arrow-right .item::after {
  right: -8px;
}
.our-process .line-arrow-left .item::before {
  left: 60px;
}
.our-process .line-arrow-left .item::after {
  left: 60px;
  border-left: 0;
  border-right: 6px solid #ffffff;
}
.our-process .line-x-right {
  width: 1px;
  height: 330px;
  border-right: 2px solid #fff;
  border-radius: 12px;
  right: 0;
  top: 20px;
}
@media (min-width: 1440px) {
  .our-process .line-x-right {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .our-process .line-arrow:nth-child(4) .item::before, .our-process .line-arrow:nth-child(9) .item::before {
    background: transparent;
    height: 20px;
    width: 89%;
  }
}
@media (min-width: 1688px) {
  .our-process .line-arrow:nth-child(4) .item::before, .our-process .line-arrow:nth-child(9) .item::before {
    width: 92%;
  }
}
@media (min-width: 1200px) {
  .our-process .line-arrow:nth-child(4) .item::after {
    content: unset;
  }
}
@media (min-width: 1200px) {
  .our-process .line-arrow:nth-child(4) .item::before {
    border-top: 1px solid #ffffff;
    border-top-right-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .our-process .line-arrow:nth-child(9) .item::before {
    border-bottom: 1px solid #ffffff;
    border-bottom-right-radius: 12px;
    left: 63px;
    top: 1px;
    width: 73%;
  }
}
@media (min-width: 1688px) {
  .our-process .line-arrow:nth-child(9) .item::before {
    width: 80%;
  }
}
.our-process .list-our-process {
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .our-process .list-our-process {
    overflow-x: unset;
  }
}
.our-process .list-our-process.d-xxl-none .line-arrow:last-child .item::before, .our-process .list-our-process.d-xxl-none .line-arrow:last-child .item::after {
  content: unset;
}

.page-software-developmenmt .our-approach h2 {
  margin-top: -1rem;
  margin-bottom: 3.125rem;
}
.page-software-developmenmt .mobile-app-choose-us .box-image-balloons .icon-1 {
  width: 3.75rem;
  height: 3.75rem;
  left: 0;
  top: 0.5rem;
}
@media (min-width: 1200px) {
  .page-software-developmenmt .mobile-app-choose-us .box-image-balloons .icon-1 {
    left: -10rem;
  }
}

.softwave-main-process {
  background: url(../images/background-sofmain.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.softwave-main-process h2 {
  color: #ffffff;
  margin-bottom: 4.375rem;
}
.softwave-main-process .content-timeline {
  max-width: 200px;
}
@media (min-width: 992px) {
  .softwave-main-process .content-timeline {
    max-width: 100%;
  }
}
.softwave-main-process .content-timeline .title-timeline,
.softwave-main-process .content-timeline p {
  color: #ffffff;
  text-align: left;
}
.softwave-main-process .content-timeline .title-timeline {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 4px;
}
.softwave-main-process .content-timeline p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.softwave-main-process .img-timeline {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .softwave-main-process .img-timeline {
    margin: 0 25px;
  }
}
.softwave-main-process .img-timeline img {
  max-width: 80px;
}
.softwave-main-process .timeline {
  position: relative;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .softwave-main-process .timeline {
    overflow-x: unset;
  }
}
.softwave-main-process .timeline--items {
  position: relative;
}
.softwave-main-process .timeline--items:not(:last-child)::after {
  content: "";
  background-color: #ffffff;
  margin-left: 0px;
  height: 1px;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .softwave-main-process .timeline--items:not(:last-child)::after {
    width: 1px;
    width: 1px;
    height: 125%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .softwave-main-process .timeline--items:not(:last-child) .time-line--item {
    margin-bottom: 30px;
  }
}
.softwave-main-process .timeline--items .content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .softwave-main-process .timeline--items .content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.softwave-main-process .timeline--items .stage-timeline {
  position: relative;
  z-index: 2;
  width: 81px;
  padding: 8px 16px;
  background-color: #003E83;
  color: #ffffff;
  border-radius: 50px;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .softwave-main-process .timeline--items .stage-timeline {
    height: 32px;
  }
}
.softwave-main-process .time-line--item {
  width: 280px;
}
@media (min-width: 992px) {
  .softwave-main-process .time-line--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .softwave-main-process .left .timeline--item-box {
    flex-direction: row-reverse;
    margin-right: -2.5rem;
  }
}
.softwave-main-process .left .content {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .softwave-main-process .left .content {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .softwave-main-process .left .content .title-timeline {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .softwave-main-process .left .content p {
    text-align: right;
  }
}
.softwave-main-process .right .time-line--item {
  margin-left: auto;
}
.softwave-main-process .right .timeline--item-box {
  margin-left: -2.5rem;
}
.softwave-main-process .right .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .softwave-main-process .right .content {
    flex-direction: row;
  }
}

.page-our-solution .what-we-do {
  padding-bottom: 0;
}
.page-our-solution .what-we-do .content {
  background: #f6f9ff;
  border-radius: 12px;
  padding: 3.125rem 5rem;
}
.page-our-solution .what-we-do .content .text-title {
  font-size: 32px;
  line-height: 130%;
  color: #18202e;
  margin-bottom: 20px;
}
.page-our-solution .what-we-do .content .btn {
  border-radius: 4px;
  padding: 12px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-our-solution .what-we-do .list-content-text {
  margin-top: 1.188rem;
  margin-bottom: 2.188rem;
}
@media (min-width: 1024px) {
  .page-our-solution .what-we-do .list-content-text ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.page-our-solution .looking-business {
  margin-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .page-our-solution .looking-business {
    margin-bottom: 6.25rem;
  }
}

.content-item-icon-right {
  min-height: unset;
}
.content-item-icon-right .content-icon {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 992px) {
  .content-item-icon-right .content-icon {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.content-item-icon-right .content-icon ul {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .content-item-icon-right .content-icon ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-item-icon-right .content-icon ul:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .content-item-icon-right .content-icon ul:nth-child(2) {
    margin-top: 40px;
  }
}
.content-item-icon-right .content-icon ul li {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .content-item-icon-right .content-icon ul li {
    margin-bottom: 20px;
  }
}
.content-item-icon-right .content-icon .items {
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 12px;
  border: 1px solid #F0F2F4;
  padding: 2.188rem 2.5rem;
  height: 260px;
}
@media (min-width: 992px) {
  .content-item-icon-right .content-icon .item {
    width: 120px;
  }
}
.content-item-icon-right .content-icon .image img {
  max-width: 60px;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 375px) {
  .content-item-icon-right .content-icon .text-number {
    font-size: 32px;
  }
}
@media (min-width: 375px) {
  .content-item-icon-right .content-icon .bottom .text {
    font-size: 20px;
  }
}

.types-of-cloud-services {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .types-of-cloud-services {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.types-of-cloud-services .content-text {
  margin-bottom: 2.5rem;
}
.types-of-cloud-services h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #283140;
  margin-bottom: 10px;
}
.types-of-cloud-services h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #0A2349;
  margin-bottom: 10px;
}
.types-of-cloud-services p {
  margin-bottom: 0;
}
.types-of-cloud-services .image {
  max-width: 600px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .types-of-cloud-services .image {
    margin-top: 3.75rem;
  }
}

.list-cloud-computing {
  padding-top: 2rem;
}
.list-cloud-computing .content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #09A4E8;
  border-radius: 12px;
  padding: 30px 30px 20px;
}
@media (min-width: 992px) {
  .list-cloud-computing .content {
    padding: 30px 70px 20px;
  }
}
.list-cloud-computing ul {
  margin-left: -1.625rem;
  margin-right: -1.625rem;
}
.list-cloud-computing ul li {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  margin-bottom: 30px;
}
.list-cloud-computing ul .image {
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .list-cloud-computing ul .image {
    width: 90px;
    height: 90px;
  }
}
.list-cloud-computing ul .text-name {
  color: #ffffff;
  font-weight: 700;
}

.temp-solution-image-text {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .temp-solution-image-text {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.temp-solution-image-text .box-content {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  border-radius: 12px;
}
.temp-solution-image-text .box-content .image {
  max-width: 500px;
  margin-bottom: 4.25rem;
}
@media (min-width: 992px) {
  .temp-solution-image-text .box-content .image {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .temp-solution-image-text .box-content--image-left .col-lg-5 {
    order: 2;
  }
  .temp-solution-image-text .box-content--image-left .col-lg-7 {
    order: 1;
  }
}
.temp-solution-image-text .box-content--image-right .image {
  margin-left: auto;
}
.temp-solution-image-text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #0A2349;
  margin-bottom: 15px;
}
.temp-solution-image-text .what-we-do .list-content-text {
  margin-top: 1.188rem;
}
.temp-solution-image-text .what-we-do .list-content-text li {
  margin-bottom: 10px;
}
.temp-solution-image-text .background-09A4E8 .what-we-do .list-content-text li::before {
  border-color: #ffffff;
}
.temp-solution-image-text .background-09A4E8 .what-we-do h3,
.temp-solution-image-text .background-09A4E8 .what-we-do p,
.temp-solution-image-text .background-09A4E8 .what-we-do li {
  color: #ffffff;
}
.temp-solution-image-text .box-image-dots img {
  max-width: 200px;
}
.temp-solution-image-text .box-image-dots .image-main {
  z-index: 2;
}
.temp-solution-image-text .box-image-dots .image-dost-1 {
  top: 2.5rem;
  left: 3.375rem;
}
.temp-solution-image-text .box-image-dots .image-dost-2 {
  bottom: 2.5rem;
  right: 3.375rem;
}

.background-09A4E8 {
  background: #09a4e8;
}

.common-feature h3 {
  margin-bottom: 15px;
}
.common-feature .why-choosr-us-content {
  border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  padding: 2.5rem 3.75rem;
}
@media (min-width: 1024px) {
  .common-feature .why-choosr-us-content .list-content-text ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.common-feature .why-choosr-us-content .list-content-text li::before {
  border-color: #ffffff;
}

.common-feature-bg-image {
  background: url(../images/bg-e-commerce.png) no-repeat;
  background-size: cover;
}

.page-about-us .breadcrumb-item .image-bg { 
	min-height: 68px;
}

@media (min-width: 1024px) {
  .page-about-us .breadcrumb-item .image-bg {
    max-width: 75%;
	min-height: 147px;
  }
}

@media (min-width: 1200px) {
	.page-about-us .breadcrumb-item .image-bg {
		min-height: 203.08px;
	}
}
.page-about-us .content-item-icon-right .content-icon ul {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-about-us .content-item-icon-right .content-icon ul li {
    margin-bottom: 30px;
  }
}
.page-about-us .content-item-icon-right .content-icon .items {
  box-shadow: unset;
  border-radius: 0;
  border: 0;
  height: auto;
  padding: 0;
}
.page-about-us .content-item-icon-right .content-icon .item {
  width: 100%;
}
.page-about-us .content-item-icon-right .content-icon .image {
  border: 1px solid #f0f2f4;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  border-radius: 12px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 25px;
  margin-bottom: 0;
}
.page-about-us .content-item-icon-right .content-icon .image img {
  margin-bottom: 0;
}
.page-about-us .content-item-icon-right .image-main {
  z-index: 2;
  min-height: 238px;
}

@media (min-width: 1024px) {
	.page-about-us .content-item-icon-right .image-main {
		min-height: 465px;
	}
}
.page-about-us .content-item-icon-right .image-dots {
  max-width: 180px;
  bottom: -50px;
  left: -90px;
}

@media (min-width: 1688px) {
  .page-about-us .what-we-do .content {
    max-width: 50rem;
  }
}
.page-about-us .what-we-do .content h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #283140;
  margin-bottom: 24px;
}
.page-about-us .what-we-do .content p {
  color: #525B6B;
}
.page-about-us .what-we-do .content .btn-download {
  display: block;
  margin-top: 2.5rem;
  border-radius: 2px;
  background: #00C7F2;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.watch-video {
  z-index: 3;
}
.watch-video .box-watch-video {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.watch-video .imgvideo {
  cursor: pointer;
}
.watch-video .box-playbutton::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(../images/about-icon-play.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50.2%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
@media (min-width: 992px) {
  .watch-video .box-playbutton::before {
    width: 20px;
    height: 24px;
  }
}
.watch-video .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 10;
}
.watch-video .ytvideo {
  background: url("../images/bg-video.jpg") center center no-repeat;
  position: relative;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 15rem;
  border-radius: 12px;
}
.watch-video .ytvideo iframe {
  border-style: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .watch-video .ytvideo {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .watch-video .ytvideo {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .watch-video .ytvideo {
    height: 30rem;
  }
}
@media (min-width: 1688px) {
  .watch-video .ytvideo {
    height: 40.063rem;
  }
}

.our-offices-contact h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
}
.our-offices-contact .office-address {
  margin-left: -10px;
  margin-right: -10px;
}
.our-offices-contact .office-address .office-item {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 304px;
}
@media (min-width: 1200px) {
	.our-offices-contact .office-address .office-item {
		min-height: 356px;
	}
}
@media (min-width: 1688px) {
	.our-offices-contact .office-address .office-item {
		min-height: 502px;
	}
}
.our-offices-contact .office-address .img-office {
  border-radius: 4px;
  overflow: hidden;
	height: 100%;
}
.our-offices-contact .office-address .img-office img {
	height: 100%;
}
.our-offices-contact .office-address .group-text-ft {
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  bottom: 1.75rem;
  left: 0;
  right: 0;
}

.temp-vision-value {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
@media (min-width: 1200px) {
  .temp-vision-value {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.temp-vision-value::after {
  content: "";
  display: block;
  background: url(../images/bg-dots-image-gray.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .temp-vision-value::after {
    width: 50%;
  }
}
.temp-vision-value .container {
  position: relative;
  z-index: 2;
}
.temp-vision-value p {
  margin-bottom: 0;
}
.temp-vision-value h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  color: #062249;
  margin-bottom: 20px;
}
.temp-vision-value .box-text {
  font-size: 14px;
  line-height: 24px;
  color: #636c7b;
}
@media (min-width: 992px) {
  .temp-vision-value .content--text {
    padding-right: 5.625rem;
  }
}
.temp-vision-value .content--text .item {
  margin-bottom: 4.375rem;
}
@media (min-width: 992px) {
  .temp-vision-value .content--text .item:last-child {
    margin-bottom: 0;
  }
}
.temp-vision-value .image {
  width: 60px;
  flex-shrink: 0;
  margin-right: 1.875rem;
}
.temp-vision-value .content--text-image ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.temp-vision-value .content--text-image li {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .temp-vision-value .content--text-image li {
    width: 50%;
  }
}
.temp-vision-value .content--text-image li .item {
  background: #ffffff;
  border: 1px solid #f0f2f4;
  border-radius: 4px;
  padding: 22px;
}
.temp-vision-value .content--text-image li .item .image {
  margin-bottom: 10px;
}
.temp-vision-value .content--text-image li .text-number {
  color: #525B6B;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  top: 8px;
  left: 12px;
}

.our-leader-page .content-image-right {
  min-height: auto;
}

.bg-board-of-director {
  background: url(../images/bg-board-of-director.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.board--list {
  padding: 5rem 0;
}
.board--list h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 3.125rem;
}
.board--list .images {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 22px;
  background: #F4F5F5;
}
.board--list span {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #01c0ea;
  background: #ebf6fd;
  border-radius: 4px;
  padding: 4px 12px;
}
.board--list h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #0a2349;
  margin-bottom: 1.375rem;
}
@media (min-width: 992px) {
  .board--list h6 {
    font-size: 20px;
  }
}
.board--list .board-of-director__item {
  border: 1px solid #f6f8fa;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  padding: 24px;
}
.board--list ul {
  margin-left: -20px;
  margin-right: -20px;
}
.board--list ul li {
  padding-left: 20px;
  padding-right: 20px;
}

.board-of-director .board-of-director__item {
  width: 250px;
}

.board-of-director__item {
  border-radius: 12px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .board-of-director__item:last-child, .board-of-director__item:nth-last-child(2), .board-of-director__item:nth-last-child(3) {
    margin-bottom: 0;
  }
}
.board-of-director__item .position-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  background: #EBF6FD;
  border-radius: 4px;
  color: #01c0ea;
  padding: 4px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  max-width: 100%;
  margin-right: auto;
  white-space: pre-wrap;
}

.span--style {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.sale-management {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .sale-management {
    margin-bottom: -2rem;
  }
}
.sale-management h3 {
  color: #0a2349;
  margin-bottom: 3.125rem;
}
.sale-management .images {
  width: 150px;
  height: 150px;
}
.sale-management .images img {
  /* border: 2px solid #00cbff; */
  border-radius: 50%;
  padding: 0.5rem;
}
@media (min-width: 1688px) {
  .sale-management ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .sale-management ul li {
    margin-bottom: 3.125rem;
    width: 20%;
  }
}
.sale-management .board-of-director__item {
  width: 219px;
  padding: 16px;
}

.operations-board {
  padding-top: 4.25rem;
}
@media (min-width: 1200px) {
  .operations-board {
    padding-top: 6.25rem;
  }
}
.operations-board h3 {
  color: #0a2349;
  margin-bottom: 3.125rem;
  font-size: 32px;
}
.operations-board h6 {
  margin-bottom: 15px;
}
.operations-board .board-of-director__item {
  border: 1px solid #f6f8fa;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  width: 219px;
  padding: 16px;
}
.operations-board .content-left {
  padding: 2.2rem 4.3rem;
}
.operations-board .content-left--title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  background: #f6f8fa;
  border-radius: 4px;
  color: #01c0ea;
  padding: 8px 30px;
}
.operations-board .content-left--title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background: #01c0ea;
  margin-right: 8px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.operations-board .images {
  width: 150px;
  height: 150px;
  border: 2px solid #00cbff;
  border-radius: 50%;
  padding: 0.5rem;
  overflow: hidden;
  margin-bottom: 24px;
}

.boder-operations-board {
  border: 1px dashed #dadee2;
}
.boder-operations-board ul {
  margin-left: -20px;
  margin-right: -20px;
}
.boder-operations-board ul li {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .content-scroll-x {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

.our-achievements-page .content-image-right {
  min-height: auto;
}
.our-achievements-page .iso-cerfitication {
  padding-bottom: 30px;
  margin-bottom: 30px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .our-achievements-page .iso-cerfitication {
    padding-right: 2.75rem;
    margin-right: 4.188rem;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 12.5rem;
    border-bottom: 0;
  }
}
@media (min-width: 1688px) {
  .our-achievements-page .iso-cerfitication {
    width: 16rem;
  }
}
.our-achievements-page .iso-cerfitication img {
  width: 140px;
  height: 140px;
}
@media (min-width: 1688px) {
  .our-achievements-page .iso-cerfitication img {
    width: 200px;
    height: 200px;
  }
}
.our-achievements-page .iso-cerfitication.border-white {
  border-right: 0 !important;
}
@media (min-width: 992px) {
  .our-achievements-page .iso-cerfitication.border-white {
    border-right: 1px solid #ffffff !important;
  }
}
.our-achievements-page .img-cefiitication {
  padding-bottom: 1rem;
  padding-left: 3rem;
  cursor: pointer;
  width: 10rem;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .our-achievements-page .img-cefiitication {
    padding-bottom: 0;
  }
}
.our-achievements-page .icon-add-cefiitication {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-achievements-page .swiper-pagination {
  bottom: -6px;
}
@media (min-width: 992px) {
  .our-achievements-page .swiper-pagination {
    display: none;
  }
}
.our-achievements-page .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.our-achievements-page .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}

.cerfitication {
  background: #f7faff;
  padding: 5rem 0;
}
.cerfitication .title-dots {
  margin-bottom: 15px;
}

.cerfitication-quality:not(:last-child) {
  margin-bottom: 4.25rem;
}
@media (min-width: 1024px) {
  .cerfitication-quality:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
.cerfitication-quality .bg-image {
  background: url(../images/bg-cerfitication.jpg) no-repeat;
  background-size: cover;
}
.cerfitication-quality h3 {
  margin-bottom: 3.125rem;
  font-size: 28px;
}
@media (min-width: 992px) {
  .cerfitication-quality h3 {
    font-size: 32px;
  }
}

.cerfitication-quality--item {
  position: relative;
  border-radius: 12px;
  padding: 2.875rem 1.875rem;
}
@media (min-width: 992px) {
  .cerfitication-quality--item {
    padding: 2.875rem;
  }
}
.cerfitication-quality--item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.cerfitication-quality--item .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cerfitication-quality--item .swiper {
  width: 100%;
  height: 16rem;
  padding-bottom: 3rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cerfitication-quality--item .swiper {
    height: 10rem;
    padding-bottom: 0;
  }
  .cerfitication-quality--item .swiper::after {
    content: "";
    display: block;
    background: linear-gradient(270deg, #09a4e8 0%, rgba(9, 164, 232, 0) 100.18%);
    position: absolute;
    top: 0;
    right: -10px;
    width: 25%;
    z-index: 1;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .cerfitication-quality--item .swiper {
    height: 12rem;
  }
}
.cerfitication-quality--item .swiper-slide .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.cerfitication-quality--item .swiper-slide .image::after {
  content: url(../images/icon-add-cefiitication.png);
  width: 40px;
  height: 40px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.cerfitication-quality--item .swiper-slide .image:hover::after {
  opacity: 1;
}
.cerfitication-quality--item .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.cerfitication-quality--item .swiper-button-next::after,
.cerfitication-quality--item .swiper-button-prev::after {
  content: unset;
}
.cerfitication-quality--item .swiper-button-arrow {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}
@media (min-width: 992px) {
  .cerfitication-quality--item .swiper-button-arrow {
    display: block;
  }
}
.cerfitication-quality--item .swiper-button-prev .image {
  transform: rotate(180deg);
}
.cerfitication-quality--item .swiper-button-next.swiper-button-disabled,
.cerfitication-quality--item .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.our-achievements-page.client-testimonials {
  padding: 4.25rem 2.875rem;
  margin: 4rem 0;
}

.recognitions {
  padding-top: 5rem;
}
.recognitions .title-dots {
  margin-bottom: 40px;
}
.recognitions .images {
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  margin-bottom: 20px;
}
.recognitions .images img {
  width: 7.5rem;
  height: 7.5rem;
}

.page-blog-detail .our-blog2.our-news {
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.56) 0%, rgba(237, 241, 255, 0) 100%);
}
.page-blog-detail .our-news {
  padding-top: 10rem;
}
@media (min-width: 1200px) {
  .page-blog-detail .our-news {
    padding-top: 12rem;
  }
}
.page-blog-detail .our-news .our-news--list {
  padding: 1.75rem 0 1.25rem;
}
.page-blog-detail .our-news .our-news--list .item {
  background: inherit;
  box-shadow: inherit;
}
.page-blog-detail .our-news .our-news--list .item .box-content {
  padding: 0;
}
.page-blog-detail .our-news .our-news--list .item .box-content .title {
  font-size: 2rem;
  line-height: 2.625rem;
  text-transform: capitalize;
}
.page-blog-detail .our-news .our-news--list .item .box-content .title:hover {
  color: #18202e;
}
.page-blog-detail .our-news .our-news--list .item .box-content .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.25rem;
}
.page-blog-detail .our-news .our-news--list .table-content .title-table-content {
  font-size: 18px;
  line-height: 1.875rem;
  position: relative;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .table-content .title-table-content {
    font-size: 20px;
  }
}
.page-blog-detail .our-news .our-news--list .table-content .list-blog-detail {
  border: 1px solid #dadee2;
  padding: 1.75rem;
}
.page-blog-detail .our-news .our-news--list .table-content .list-blog-detail .title_list-blog {
  font-size: 14px;
  font-weight: 600;
  color: #283140;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .table-content .list-blog-detail .title_list-blog {
    font-size: 16px;
  }
}
.page-blog-detail .our-news .our-news--list .table-content .list-blog-detail .item_child-blog {
  padding: 0.25rem 1rem;
}
.page-blog-detail .our-news .our-news--list .table-content .list-blog-detail .item_child-blog .title_child-blog {
  font-size: 14px;
  line-height: 1.75rem;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .table-content .list-blog-detail .item_child-blog .title_child-blog {
    font-size: 16px;
  }
}
.page-blog-detail .our-news .our-news--list .content-list-blog {
  padding-top: 2.5rem;
}
.page-blog-detail .our-news .our-news--list .content-list-blog .text-looking-back {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-blog-detail .our-news .our-news--list .content-list-blog p {
  color: #283140;
  margin-bottom: 2rem;
}
.page-blog-detail .our-news .our-news--list .content-list-blog .img-content-list p {
  text-align: center;
  margin-top: 1rem;
}
.page-blog-detail .our-news .our-news--list .content-list-blog .looking-back_1 .text-looking-back_1 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 1.25rem;
  display: block;
  color: #000;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .content-list-blog .looking-back_1 .text-looking-back_1 {
    font-size: 20px;
  }
}
.page-blog-detail .our-news .our-news--list .content-list-blog .looking-back_1 p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .content-list-blog .group-img-list {
    display: flex;
    flex-direction: row;
  }
}
.page-blog-detail .our-news .our-news--list .content-list-blog .group-img-list .image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .content-list-blog .group-img-list .image {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .page-blog-detail .our-news .our-news--list .content-list-blog .group-img-list .image:not(:last-child) {
    margin-right: 20px;
  }
}
.page-blog-detail .our-news .our-news--list .info-social {
  display: flex;
  border: 1px solid #f0f2f4;
  padding: 0.5625rem 0;
  border-left: 0;
  border-right: 0;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .info-social {
    width: 100%;
  }
}
.page-blog-detail .our-news .our-news--list .info-social .event-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .info-social .event-item {
    width: 60%;
    margin-bottom: 0;
  }
}
.page-blog-detail .our-news .our-news--list .info-social .event-item .title-clound {
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.page-blog-detail .our-news .our-news--list .info-social .event-item .tag-cloud-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f0f2f4;
  border-radius: 0.25rem;
  margin: 0.25rem 0.125rem;
}
.page-blog-detail .our-news .our-news--list .info-social .share-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .page-blog-detail .our-news .our-news--list .info-social .share-social {
    width: 40%;
  }
}
.page-blog-detail .our-news .our-news--list .info-social .share-social .title-share {
  padding-right: 1.5rem;
  margin-bottom: 0;
}
.page-blog-detail .our-news .our-news--list .info-social .share-social .icon-social .image:not(:last-child) {
  margin-right: 1.5rem;
}
.page-blog-detail .our-news .our-news--list-thumbnail {
  display: inline-block;
}
.page-blog-detail .our-news .our-news--list-thumbnail .item {
  height: auto;
}
.page-blog-detail.page-our-blog .our-blog2 .title-blog {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-blog-detail.page-our-blog .our-blog2 .title-blog {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .page-blog-detail.page-our-blog .our-blog2 .title-even,
.page-blog-detail.page-our-blog .our-blog2 .title-clound {
    font-size: 1.25rem;
  }
  .page-blog-detail.page-our-blog .our-blog2 .title-even::before,
.page-blog-detail.page-our-blog .our-blog2 .title-clound::before {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  .page-blog-detail.page-our-blog .our-blog2 .meta .time {
    font-size: 14px;
    line-height: 0.625rem;
  }
}
@media (max-width: 991px) {
  .page-blog-detail.page-our-blog .our-blog2 .sidebar-right .tag-cloud-link {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
.page-blog-detail .group-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}
.page-blog-detail .icon-chevron {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0px 4px 24px rgba(93, 118, 168, 0.08);
}
.page-blog-detail .icon-chevron .image {
  width: 11px;
}
.page-blog-detail .btn-back .icon-chevron {
  background: #ffffff;
}
.page-blog-detail .btn-back .image {
  transform: rotate(90deg);
}
.page-blog-detail .card-header {
  border: 0;
  background: transparent;
  padding: 0;
}
.page-blog-detail .card-header .btn {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
}
.page-blog-detail .card-header .btn:hover {
  color: #404a5b;
  border: 0;
  background: transparent;
  text-decoration: none;
}
.page-blog-detail .card-header .icon-chevron {
  background: #f0f2f4;
}
.page-blog-detail .card-body {
  padding: 0;
}
.page-blog-detail .accordion > .card {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.page-blog-detail .our-news--list .item .image-thumbnail {
  height: auto;
}
.page-blog-detail .our-news--list .item .image-thumbnail img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}

.detail-portfolio h1 {
  font-size: 3.75rem;
  color: #002e62;
  max-width: 30rem;
  margin-bottom: 3rem;
}
.detail-portfolio h1 span {
  font-weight: 300;
}
.detail-portfolio .breadcrumb-item {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.detail-portfolio .breadcrumb-item .content {
  position: unset;
  transform: translateX(0);
}
.detail-portfolio .breadcrumb-item ul {
  margin-bottom: 0;
}
.detail-portfolio .content-image-right {
  margin-bottom: 0;
  padding-top: 5rem;
}
@media (min-width: 1200px) {
  .detail-portfolio .content-image-right {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 3.75rem;
  }
}
.detail-portfolio .content-image-right .content-wrap {
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .detail-portfolio .content-image-right .content-wrap {
    margin-bottom: 0;
  }
}
.detail-portfolio .content-image-right .image {
  height: 31.25rem;
}
.detail-portfolio .content-image-right .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-portfolio .client-general-info {
  background: linear-gradient(0deg, #ffffff 0%, #deecff 100%);
  padding: 6.25rem 0;
}
.detail-portfolio .client-general-info .item-text {
  margin-bottom: 3.125rem;
  max-width: 29.375rem;
}
.detail-portfolio .client-general-info .item-text .title-dots {
  margin-bottom: 1.5rem;
}
.detail-portfolio .client-general-info .content-item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .detail-portfolio .client-general-info .content-item {
    margin-bottom: 2.875rem;
  }
}
.detail-portfolio .client-general-info .content-item .image {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.detail-portfolio .client-general-info .content-item .title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  color: #283140;
}
.detail-portfolio .client-general-info .content-item span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #525B6B;
}
.detail-portfolio .client-testimonials {
  text-align: center;
}
.detail-portfolio .client-testimonials p {
  margin-right: auto;
  margin-left: auto;
}
.detail-portfolio .our-work {
  position: relative;
  background: transparent;
  padding-bottom: 0;
}
.detail-portfolio .our-work .swiper {
  padding-bottom: 10.875rem;
}
.detail-portfolio .our-work .swiper::after {
  content: "";
  display: block;
  width: 100%;
  height: 32.5rem;
  background: url(../images/portfolio-bg-slide.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.detail-portfolio .our-work .swiper-slide {
  filter: drop-shadow(0px 4px 24px rgba(93, 118, 168, 0.08));
  border-radius: 12px;
  height: 31.25rem;
  overflow: hidden;
  padding: 2.063rem 0 0;
}
@media (min-width: 992px) {
  .detail-portfolio .our-work .swiper-slide {
    padding: 4.063rem 0 0;
  }
}
.detail-portfolio .our-work .swiper-slide .content-item,
.detail-portfolio .our-work .swiper-slide .image {
  height: 31.25rem;
}
.detail-portfolio .our-work .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-portfolio .our-work .swiper-pagination {
  bottom: 4rem;
}
@media (min-width: 992px) {
  .detail-portfolio .our-work .swiper-pagination {
    bottom: 5rem;
  }
}
.detail-portfolio .our-work .swiper-pagination-bullet-active {
  border-color: #ffffff;
}
.detail-portfolio .swiper-slide-active {
  will-change: transform;
  transform: scale(1.1);
  transition: transform 0.5s;
}
@media (min-width: 992px) {
  .detail-portfolio .swiper-slide-active {
    transform: scale(1.2);
  }
}
.detail-portfolio .list-info {
  margin-bottom: 4.25rem;
}
@media (min-width: 992px) {
  .detail-portfolio .list-info {
    margin-bottom: 6.25rem;
  }
}
.detail-portfolio .list-info h4 {
  font-size: 2rem;
  line-height: 130%;
  color: #283140;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .detail-portfolio .list-info h4 {
    max-width: 20rem;
  }
}
.detail-portfolio .list-info .content {
  border-top: 1px solid #dadee2;
  padding: 3.125rem 0;
}
.detail-portfolio .list-info p {
  margin-bottom: 0;
}
.detail-portfolio .list-info .wrap-content {
  margin-bottom: 2rem;
}
.detail-portfolio .list-info .item-content {
  flex: 1;
}
.detail-portfolio .list-info .item-content .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #525b6b;
  margin-bottom: 1.5rem;
}
.detail-portfolio .list-info .item-content li {
  display: flex;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.detail-portfolio .list-info .item-content li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  flex-shrink: 0;
  border: 2px solid #00c7f2;
  margin-top: 10px;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .detail-portfolio .list-info .item-content li::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}
.detail-portfolio .list-info .item-content .list-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #525B6B;
  background: #F0F2F4;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px 5px;
  margin-left: 4px;
  margin-bottom: 8px;
}
.detail-portfolio .list-info .item-content a:hover, .detail-portfolio .list-info .item-content a:focus {
  text-decoration: underline;
}
.detail-portfolio .list-info .list-image {
  margin: 3.125rem 0;
}
@media (min-width: 768px) {
  .detail-portfolio .list-info .list-image {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-areas: "it1 it2 it2" "it3 it3 it4";
    grid-gap: 15px;
  }
}
.detail-portfolio .list-info .list-image .image {
  border-radius: 12px;
  overflow: hidden;
  height: 18.625rem;
  filter: drop-shadow(0px 4px 24px rgba(93, 118, 168, 0.08));
}
@media (min-width: 768px) {
  .detail-portfolio .list-info .list-image .image {
    height: 25.625rem;
  }
  .detail-portfolio .list-info .list-image .image:first-child {
    grid-area: it1;
  }
  .detail-portfolio .list-info .list-image .image:nth-child(2) {
    grid-area: it2;
  }
  .detail-portfolio .list-info .list-image .image:nth-child(3) {
    grid-area: it3;
  }
  .detail-portfolio .list-info .list-image .image:nth-child(4) {
    grid-area: it4;
  }
}
.detail-portfolio .list-info .list-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .detail-portfolio .list-info .item-title {
    width: 35%;
    flex-shrink: 0;
  }
}
.detail-portfolio .btn-effect-circle {
  background: #00c7f2;
}
.detail-portfolio .btn-effect-circle .image {
  background: #ffffff;
}
.detail-portfolio .btn-effect-circle .image::after {
  background: #ffffff;
}
.detail-portfolio .btn-effect-circle .text {
  color: #ffffff;
}
.detail-portfolio .btn-effect-circle:hover .text, .detail-portfolio .btn-effect-circle:focus .text {
  color: #00c7f2;
}
.detail-portfolio .looking-business {
  margin-bottom: 4.25rem;
}
@media (min-width: 992px) {
  .detail-portfolio .looking-business {
    margin-bottom: 6.25rem;
  }
}
.detail-portfolio .looking-business .icon {
  width: 33px;
  margin-bottom: 10px;
}
.detail-portfolio .looking-business h3 {
  font-size: 3.25rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #283140;
  margin-bottom: 2rem;
}
.detail-portfolio .looking-business .image-looking--content {
  max-width: 95%;
}
.detail-portfolio .looking-business .text-main {
  max-width: 28.125rem;
}
.detail-portfolio .looking-business .text-main p {
  font-size: 0.875rem;
}
.detail-portfolio .related h3 {
  font-size: 2rem;
  line-height: 130%;
  color: #0a2349;
  text-align: center;
  margin-bottom: 2.5rem;
}
.detail-portfolio .list-related {
  margin-left: -1rem;
  margin-right: -1rem;
}
.detail-portfolio .list-related ul {
  margin-bottom: 2.5rem;
}
.detail-portfolio .list-related li {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .detail-portfolio .list-related li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .detail-portfolio .list-related li {
    width: 33.3333333333%;
  }
}
.detail-portfolio .list-related .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .detail-portfolio .list-related .item {
    margin-bottom: 0;
  }
}
.detail-portfolio .list-related .item .image {
  width: 100%;
  height: 20.75rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .detail-portfolio .list-related .item .image {
    height: 12.75rem;
  }
}
@media (min-width: 992px) {
  .detail-portfolio .list-related .item .image {
    height: 13.75rem;
  }
}
.detail-portfolio .list-related .item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-portfolio .list-related .item .note {
  font-size: 14px;
  line-height: 20px;
  color: #0a2349;
  background: #f8f8f7;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 10px;
  margin-bottom: 12px;
}
.detail-portfolio .list-related .item .des {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  color: #062249;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.detail-portfolio .list-related .btn-primary {
  background: #00C7F2;
  color: #ffffff;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 0;
  text-transform: uppercase;
}

/* update 4/7/2023 */
.home-page.home-banner {
	min-height: 100vh;
}
.page-contact {
	min-height: 222px;
}
.page-contact .services-page.breadcrumb-item {
	min-height: 222px;
}
.page-contact .services-page.breadcrumb-item .content {
	min-height: 85px;
}
.page-contact .services-page.breadcrumb-item .container {
	min-height: 142px;
}
.page-contact .services-page h1 {
	min-height: 48px;
}

@media (min-width: 992px) {
	.page-contact {
		min-height: 420px;
	}
}

.page-about-us .services-page h1 {
	min-height: 48px;
}

.page-about-us .services-page.breadcrumb-item .content {
	min-height: 109px;
}

.page-about-us .services-page.breadcrumb-item .container {
	min-height: 177px;
}

.page-about-us .services-page.breadcrumb-item {
	min-height: 257px;
}

.page-about-us .mobile-app-page .title-dots {
	min-height: 24px;
}

.page-about-us .mobile-app-page h2 {
	min-height: 83px;
}

.page-about-us .content-item-icon-right .content-icon {
	min-height: 212px;
}

@media (min-width: 992px) {
	.page-about-us .services-page h1 {
		min-height: 75px;
	}
	
	.page-about-us .services-page.breadcrumb-item .content {
		min-height: 119px;
	}

	.page-about-us .services-page.breadcrumb-item .container {
		min-height: 220px;
	}
	
	.page-about-us .services-page.breadcrumb-item ul {
		min-height: 48px;
	}
}

@media (min-width: 1024px) {
	.page-about-us .services-page.breadcrumb-item .container {
		min-height: 236px;
	}
	
	.page-about-us .services-page.breadcrumb-item {
		min-height: 412px;
	}

	.page-about-us .mobile-app-page h2 {
		min-height: 114px;
	}
	
	.page-about-us .content-item-icon-right .content-icon {
		min-height: 240px;
	}
	
	.page-about-us .services-page.breadcrumb-item ul {
		min-height: 24px;
	}
}

.page-services-main h1 span {
	display: inline-block;
	height: 108px;
}

.page-services-main h1 {
	min-height: 156px;
	height: 156px;
	overflow-wrap: initial;
}

.page-services-main.breadcrumb-item .content {
	min-height: 193px;
}

.page-services-main.breadcrumb-item .container {
	min-height: 250px;
}

.page-services-main.breadcrumb-item {
	min-height: 330px;
}

.page-services-main.breadcrumb-item .image-bg {
	min-height: 50px;
}

.who-we-are .content-text {
	min-height: 170px;
}


@media (min-width: 414px) {
	.page-services-main.breadcrumb-item .image-bg {
		min-height: 56px;
	}
}

@media (min-width: 1024px) {
	.page-services-main h1 span {
		min-height: 75px;
		height: 75px;
	}
	.page-services-main h1 {
		height: 75px;
	}
	.who-we-are .content-text {
		min-height: 189px;
	}
	
	.page-services-main.breadcrumb-item .content {
		min-height: 119x;
	}

	.page-services-main.breadcrumb-item .container {
		min-height: 220px;
	}
	.page-services-main.breadcrumb-item {
		min-height: 412px;
	}
	.page-services-main.breadcrumb-item .image-bg {
		min-height: 219px
	}
}

.page-solutions .services-page.breadcrumb-item ul {
	height: 24px;
}

.page-solutions h1 {
	min-height: 48px;
}

.page-solutions.breadcrumb-item .content {
	min-height: 85px;
}

.page-solutions.breadcrumb-item .container {
	min-height: 142px;
}

.page-solutions.services-page.breadcrumb-item {
	min-height: 222px;
}

.page-solutions .title-dots {
	height: 24px;
}

.page-solutions .content-image-right h2 {
	min-height: 167px;
}

.page-solutions .content-image-right p {
	min-height: 264px;
}

@media (min-width: 1024px) {
	.page-solutions h1 {
		min-height: 60px;
	}
	
	.page-solutions .content-image-right h2 {
		min-height: 172px;
	}
	
	.page-solutions .content-image-right .image {
		min-height: 567px;
	}
	
	.page-solutions .content-image-right p {
		min-height: 144px;
	}
}

.page-our-blog.breadcrumb-item .image-bg {
	min-height: 86px;
}

.page-about-us .page-our-blog.breadcrumb-item .container {
	min-height: 195px;
}

.page-our-blog .our-blog .titile-section-blog {
	min-height: 26px;
}

.page-about-us .page-our-blog.breadcrumb-item {
	min-height: 275px;
}

.page-our-blog-cls {
	min-height: 275px;
}

@media (min-width: 414px) {
	.page-our-blog.breadcrumb-item .image-bg {
		min-height: 96px;
	}
	.page-about-us .page-our-blog.breadcrumb-item .container {
		min-height: 205px;
	}
	
	.page-our-blog-cls,
	.page-about-us .page-our-blog.breadcrumb-item {
		min-height: 285px;
	}
}

.our-news .our-news--list-thumbnail {
	min-height: 377px;
}

.page-about-us .page-our-blog h1 {
	min-height: 60px;
}

@media (min-width: 1200px) {
	.page-our-blog.breadcrumb-item .image-bg {
		min-height: 285px;
	}
	.page-about-us .page-our-blog.breadcrumb-item .container {
		min-height: 285px;
	}
	.page-our-blog .our-blog .titile-section-blog {
		min-height: 42px;
	}
	.our-news .our-news--list-thumbnail {
		min-height: 583px;
	}
	.page-our-blog-cls {
		min-height: 477px;
	}
	.page-about-us .page-our-blog.breadcrumb-item {
		min-height: 477px;
	}
	.page-about-us .page-our-blog h1 {
		min-height: 75px;
	}
}