@import url(https://use.typekit.net/pal5ehr.css);
/** Import Bootstrap functions */
/** Import everything from autoload */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #b3ffe9;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #525ddc;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-lgxl: 1199px;
  --breakpoint-xl: 1366px;
  --breakpoint-xxl: 1681px;
  --breakpoint-xxxl: 1921px;
  --breakpoint-xxxxl: 2100px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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 {
  -webkit-box-sizing: border-box;
          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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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: #525ddc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2632bc;
  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:not(:focus-visible) {
  outline: 0;
}

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] {
  -webkit-box-sizing: border-box;
          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;
}

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

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

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1366px) {
  .container-xl, .container-lgxl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-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-lgxl,
.col-lgxl-auto, .col-lgxl-12, .col-lgxl-11, .col-lgxl-10, .col-lgxl-9, .col-lgxl-8, .col-lgxl-7, .col-lgxl-6, .col-lgxl-5, .col-lgxl-4, .col-lgxl-3, .col-lgxl-2, .col-lgxl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1199px) {
  .col-lgxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lgxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lgxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lgxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lgxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lgxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lgxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lgxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lgxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lgxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lgxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lgxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lgxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lgxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lgxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lgxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lgxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lgxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lgxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lgxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lgxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lgxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lgxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lgxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lgxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lgxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lgxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lgxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lgxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lgxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lgxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lgxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lgxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lgxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lgxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lgxl-0 {
    margin-left: 0;
  }
  .offset-lgxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lgxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lgxl-3 {
    margin-left: 25%;
  }
  .offset-lgxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lgxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lgxl-6 {
    margin-left: 50%;
  }
  .offset-lgxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lgxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lgxl-9 {
    margin-left: 75%;
  }
  .offset-lgxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lgxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1681px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1921px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 2100px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cfd2f5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a5abed;
}

.table-hover .table-primary:hover {
  background-color: #babef1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #babef1;
}

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.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: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.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: 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: 1198.98px) {
  .table-responsive-lgxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lgxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.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: 1680.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: 1920.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: 2099.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxxl > .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: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    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: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-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.2rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

@media (min-width: 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: 1199px) {
  .dropdown-menu-lgxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lgxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1681px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1921px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2100px) {
  .dropdown-menu-xxxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #525ddc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #525ddc;
  background-color: #525ddc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bcc0f1;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e6e8fa;
  border-color: #e6e8fa;
}
.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: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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: #525ddc;
  background-color: #525ddc;
}
.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(82, 93, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 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(82, 93, 220, 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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 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;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bcc0f1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 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;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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 0.25rem 0.25rem 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: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: #e6e8fa;
}
.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: #525ddc;
  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: #e6e8fa;
}
.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: #525ddc;
  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: #e6e8fa;
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.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: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #525ddc;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.25rem;
}
.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1198.98px) {
  .navbar-expand-lgxl > .container,
.navbar-expand-lgxl > .container-fluid,
.navbar-expand-lgxl > .container-sm,
.navbar-expand-lgxl > .container-md,
.navbar-expand-lgxl > .container-lg,
.navbar-expand-lgxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1199px) {
  .navbar-expand-lgxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lgxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lgxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lgxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lgxl > .container,
.navbar-expand-lgxl > .container-fluid,
.navbar-expand-lgxl > .container-sm,
.navbar-expand-lgxl > .container-md,
.navbar-expand-lgxl > .container-lg,
.navbar-expand-lgxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lgxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lgxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lgxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1680.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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1681px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1920.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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1921px) {
  .navbar-expand-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2099.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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 2100px) {
  .navbar-expand-xxxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #525ddc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #2632bc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    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: #525ddc;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2a38d1;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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: 0.25rem;
}

.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: #2b3072;
  background-color: #dcdff8;
  border-color: #cfd2f5;
}
.alert-primary hr {
  border-top-color: #babef1;
}
.alert-primary .alert-link {
  color: #1d204d;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.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: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

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

@-o-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #525ddc;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 1s linear infinite progress-bar-stripes;
       -o-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  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: #525ddc;
  border-color: #525ddc;
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1199px) {
  .list-group-horizontal-lgxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lgxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lgxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lgxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lgxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lgxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1366px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1681px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1921px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 2100px) {
  .list-group-horizontal-xxxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
}
.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: #2b3072;
  background-color: #cfd2f5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2b3072;
  background-color: #babef1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2b3072;
  border-color: #2b3072;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.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: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.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 {
  -ms-flex-preferred-size: 350px;
      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);
  -webkit-box-shadow: 0 0.25rem 0.75rem 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: 1366px) {
  .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", "Liberation 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: 0.25rem;
}

.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", "Liberation 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 {
  -ms-touch-action: pan-y;
      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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    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: 50%/100% 100% no-repeat;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    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 {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            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: 0.75s linear infinite spinner-border;
       -o-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            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: 0.75s linear infinite spinner-grow;
       -o-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.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: #525ddc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a38d1 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !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: #525ddc !important;
}

.border-secondary {
  border-color: #6c757d !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: #f8f9fa !important;
}

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1199px) {
  .d-lgxl-none {
    display: none !important;
  }
  .d-lgxl-inline {
    display: inline !important;
  }
  .d-lgxl-inline-block {
    display: inline-block !important;
  }
  .d-lgxl-block {
    display: block !important;
  }
  .d-lgxl-table {
    display: table !important;
  }
  .d-lgxl-table-row {
    display: table-row !important;
  }
  .d-lgxl-table-cell {
    display: table-cell !important;
  }
  .d-lgxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lgxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1681px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1921px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 2100px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1199px) {
  .flex-lgxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lgxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lgxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lgxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lgxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lgxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lgxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lgxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lgxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lgxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lgxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lgxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lgxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lgxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lgxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lgxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lgxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lgxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lgxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lgxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lgxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lgxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lgxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lgxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lgxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lgxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lgxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lgxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lgxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lgxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lgxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lgxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lgxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lgxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1681px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1921px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 2100px) {
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-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: 1199px) {
  .float-lgxl-left {
    float: left !important;
  }
  .float-lgxl-right {
    float: right !important;
  }
  .float-lgxl-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1681px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1921px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 2100px) {
  .float-xxxxl-left {
    float: left !important;
  }
  .float-xxxxl-right {
    float: right !important;
  }
  .float-xxxxl-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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .screen-reader-text {
  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, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 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: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1199px) {
  .m-lgxl-0 {
    margin: 0 !important;
  }
  .mt-lgxl-0,
.my-lgxl-0 {
    margin-top: 0 !important;
  }
  .mr-lgxl-0,
.mx-lgxl-0 {
    margin-right: 0 !important;
  }
  .mb-lgxl-0,
.my-lgxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-lgxl-0,
.mx-lgxl-0 {
    margin-left: 0 !important;
  }
  .m-lgxl-1 {
    margin: 0.25rem !important;
  }
  .mt-lgxl-1,
.my-lgxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lgxl-1,
.mx-lgxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lgxl-1,
.my-lgxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lgxl-1,
.mx-lgxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-lgxl-2 {
    margin: 0.5rem !important;
  }
  .mt-lgxl-2,
.my-lgxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lgxl-2,
.mx-lgxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lgxl-2,
.my-lgxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lgxl-2,
.mx-lgxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-lgxl-3 {
    margin: 1rem !important;
  }
  .mt-lgxl-3,
.my-lgxl-3 {
    margin-top: 1rem !important;
  }
  .mr-lgxl-3,
.mx-lgxl-3 {
    margin-right: 1rem !important;
  }
  .mb-lgxl-3,
.my-lgxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lgxl-3,
.mx-lgxl-3 {
    margin-left: 1rem !important;
  }
  .m-lgxl-4 {
    margin: 1.5rem !important;
  }
  .mt-lgxl-4,
.my-lgxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lgxl-4,
.mx-lgxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lgxl-4,
.my-lgxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lgxl-4,
.mx-lgxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-lgxl-5 {
    margin: 3rem !important;
  }
  .mt-lgxl-5,
.my-lgxl-5 {
    margin-top: 3rem !important;
  }
  .mr-lgxl-5,
.mx-lgxl-5 {
    margin-right: 3rem !important;
  }
  .mb-lgxl-5,
.my-lgxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lgxl-5,
.mx-lgxl-5 {
    margin-left: 3rem !important;
  }
  .p-lgxl-0 {
    padding: 0 !important;
  }
  .pt-lgxl-0,
.py-lgxl-0 {
    padding-top: 0 !important;
  }
  .pr-lgxl-0,
.px-lgxl-0 {
    padding-right: 0 !important;
  }
  .pb-lgxl-0,
.py-lgxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-lgxl-0,
.px-lgxl-0 {
    padding-left: 0 !important;
  }
  .p-lgxl-1 {
    padding: 0.25rem !important;
  }
  .pt-lgxl-1,
.py-lgxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lgxl-1,
.px-lgxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lgxl-1,
.py-lgxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lgxl-1,
.px-lgxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-lgxl-2 {
    padding: 0.5rem !important;
  }
  .pt-lgxl-2,
.py-lgxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lgxl-2,
.px-lgxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lgxl-2,
.py-lgxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lgxl-2,
.px-lgxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-lgxl-3 {
    padding: 1rem !important;
  }
  .pt-lgxl-3,
.py-lgxl-3 {
    padding-top: 1rem !important;
  }
  .pr-lgxl-3,
.px-lgxl-3 {
    padding-right: 1rem !important;
  }
  .pb-lgxl-3,
.py-lgxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lgxl-3,
.px-lgxl-3 {
    padding-left: 1rem !important;
  }
  .p-lgxl-4 {
    padding: 1.5rem !important;
  }
  .pt-lgxl-4,
.py-lgxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lgxl-4,
.px-lgxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lgxl-4,
.py-lgxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lgxl-4,
.px-lgxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-lgxl-5 {
    padding: 3rem !important;
  }
  .pt-lgxl-5,
.py-lgxl-5 {
    padding-top: 3rem !important;
  }
  .pr-lgxl-5,
.px-lgxl-5 {
    padding-right: 3rem !important;
  }
  .pb-lgxl-5,
.py-lgxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lgxl-5,
.px-lgxl-5 {
    padding-left: 3rem !important;
  }
  .m-lgxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-lgxl-n1,
.my-lgxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lgxl-n1,
.mx-lgxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lgxl-n1,
.my-lgxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lgxl-n1,
.mx-lgxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lgxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-lgxl-n2,
.my-lgxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lgxl-n2,
.mx-lgxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lgxl-n2,
.my-lgxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lgxl-n2,
.mx-lgxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lgxl-n3 {
    margin: -1rem !important;
  }
  .mt-lgxl-n3,
.my-lgxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-lgxl-n3,
.mx-lgxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-lgxl-n3,
.my-lgxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lgxl-n3,
.mx-lgxl-n3 {
    margin-left: -1rem !important;
  }
  .m-lgxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-lgxl-n4,
.my-lgxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lgxl-n4,
.mx-lgxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lgxl-n4,
.my-lgxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lgxl-n4,
.mx-lgxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lgxl-n5 {
    margin: -3rem !important;
  }
  .mt-lgxl-n5,
.my-lgxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-lgxl-n5,
.mx-lgxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-lgxl-n5,
.my-lgxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lgxl-n5,
.mx-lgxl-n5 {
    margin-left: -3rem !important;
  }
  .m-lgxl-auto {
    margin: auto !important;
  }
  .mt-lgxl-auto,
.my-lgxl-auto {
    margin-top: auto !important;
  }
  .mr-lgxl-auto,
.mx-lgxl-auto {
    margin-right: auto !important;
  }
  .mb-lgxl-auto,
.my-lgxl-auto {
    margin-bottom: auto !important;
  }
  .ml-lgxl-auto,
.mx-lgxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1681px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1921px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2100px) {
  .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: 1rem !important;
  }
  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 3rem !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: 1rem !important;
  }
  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 3rem !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: -1rem !important;
  }
  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -3rem !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;
  }
}
.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: 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: 1199px) {
  .text-lgxl-left {
    text-align: left !important;
  }
  .text-lgxl-right {
    text-align: right !important;
  }
  .text-lgxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1681px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2100px) {
  .text-xxxxl-left {
    text-align: left !important;
  }
  .text-xxxxl-right {
    text-align: right !important;
  }
  .text-xxxxl-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: #525ddc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2632bc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !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;
    -webkit-box-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;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/* stylelint-disable */
:root {
  --anim-s: 500ms;
  --anim-tf: ease;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
         -o-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
         -o-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  video[autoplay] {
    visibility: hidden;
  }
}
body {
  font-family: arboria, sans-serif;
  font-weight: normal;
  text-rendering: optimizeSpeed;
  line-height: 1.618;
}
body.modal-open {
  overflow: hidden;
}

h1,
.h1 {
  line-height: 1.2;
}

h2,
.h2,
h3,
.h3 {
  line-height: 1.325;
}

h4,
.h4,
h5,
.h5 {
  line-height: 1.5;
}

table {
  border-collapse: collapse;
}

input,
button,
textarea,
select {
  font: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.h1-top {
  font-weight: bold;
  font-size: 3.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 1.375rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h1,
.h1 {
    font-size: 1.96875rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
.h1 {
    font-size: 2.5625rem;
  }
}
@media screen and (min-width: 1366px) {
  h1,
.h1 {
    font-size: 3.15625rem;
  }
}
@media screen and (min-width: 1681px) {
  h1,
.h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 576px) {
  h1,
.h1 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h1,
.h1 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h1,
.h1 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h1,
.h1 {
    --letter-spacing: 0.075em;
  }
}

h2,
.h2 {
  font-size: 1.3125rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h2,
.h2 {
    font-size: 1.765625rem;
  }
}
@media screen and (min-width: 992px) {
  h2,
.h2 {
    font-size: 2.21875rem;
  }
}
@media screen and (min-width: 1366px) {
  h2,
.h2 {
    font-size: 2.671875rem;
  }
}
@media screen and (min-width: 1681px) {
  h2,
.h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 576px) {
  h2,
.h2 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h2,
.h2 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h2,
.h2 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h2,
.h2 {
    --letter-spacing: 0.075em;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h3,
.h3 {
    font-size: 1.640625rem;
  }
}
@media screen and (min-width: 992px) {
  h3,
.h3 {
    font-size: 2.03125rem;
  }
}
@media screen and (min-width: 1366px) {
  h3,
.h3 {
    font-size: 2.421875rem;
  }
}
@media screen and (min-width: 1681px) {
  h3,
.h3 {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 576px) {
  h3,
.h3 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h3,
.h3 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h3,
.h3 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h3,
.h3 {
    --letter-spacing: 0.075em;
  }
}

h4,
.h4 {
  font-size: 1.1875rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h4,
.h4 {
    font-size: 1.390625rem;
  }
}
@media screen and (min-width: 992px) {
  h4,
.h4 {
    font-size: 1.59375rem;
  }
}
@media screen and (min-width: 1366px) {
  h4,
.h4 {
    font-size: 1.796875rem;
  }
}
@media screen and (min-width: 1681px) {
  h4,
.h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  h4,
.h4 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h4,
.h4 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h4,
.h4 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h4,
.h4 {
    --letter-spacing: 0.075em;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h5,
.h5 {
    font-size: 1.234375rem;
  }
}
@media screen and (min-width: 992px) {
  h5,
.h5 {
    font-size: 1.34375rem;
  }
}
@media screen and (min-width: 1366px) {
  h5,
.h5 {
    font-size: 1.453125rem;
  }
}
@media screen and (min-width: 1681px) {
  h5,
.h5 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 576px) {
  h5,
.h5 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h5,
.h5 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h5,
.h5 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h5,
.h5 {
    --letter-spacing: 0.075em;
  }
}

h6,
.h6 {
  font-size: 1.0625rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  h6,
.h6 {
    font-size: 1.109375rem;
  }
}
@media screen and (min-width: 992px) {
  h6,
.h6 {
    font-size: 1.15625rem;
  }
}
@media screen and (min-width: 1366px) {
  h6,
.h6 {
    font-size: 1.203125rem;
  }
}
@media screen and (min-width: 1681px) {
  h6,
.h6 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  h6,
.h6 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  h6,
.h6 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  h6,
.h6 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  h6,
.h6 {
    --letter-spacing: 0.075em;
  }
}

.body-text {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .body-text {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .body-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .body-text {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .body-text {
    font-size: 1.25rem;
  }
}

.fancybox-container {
  z-index: 99999;
}

.btn {
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}

.btn-black {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.btn-black:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

.our-services .sub-title p {
  max-width: 70ch;
  margin: auto;
}
.our-services .services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 10rem;
}
.our-services .services-wrapper .service-col {
  max-width: 300px;
}
.our-services .services-wrapper .service-col svg {
  width: 5.625rem;
  height: 5.625rem;
  color: #3bdbe4;
}
.our-services .services-text {
  max-width: 45vw;
  margin: auto;
  line-height: 2.5rem;
}
.our-services .button-wrapper .btn-teal {
  margin: auto;
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.our-services .button-wrapper .btn-teal:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.our-services.black .title .h1 {
  color: #fff;
}
.our-services.black .sub-title p {
  color: #f4f4f4;
}
.our-services.black .services-wrapper .service-col {
  color: #fff;
}
.our-services.black .services-text {
  color: #fff;
}
.our-services.black .button-wrapper .btn-teal:hover {
  border-color: #b3ffe9 !important;
}

/* stylelint-enable */
.black {
  background-color: #10012b;
}

.light-grey {
  background-color: #f4f4f4;
}

.teal {
  background-color: #b3ffe9;
}

.uppercase {
  text-transform: uppercase;
}

/* Text Colours */
.text-black {
  color: #10012b;
}

.text-light-grey {
  color: #f4f4f4;
}

.text-light-blue {
  color: #3bdbe4;
}

.text-teal {
  color: #b3ffe9;
}

.testimonials .testimonials-slider .swiper-wrapper {
  padding-bottom: 4rem;
}
.testimonials .testimonials-slider .img-col .image-wrapper {
  max-height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .testimonials .testimonials-slider .img-col .image-wrapper {
    position: relative;
  }
  .testimonials .testimonials-slider .img-col .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .testimonials .testimonials-slider .img-col .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .testimonials .testimonials-slider .img-col .image-wrapper img {
    aspect-ratio: 680/425;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.testimonials .testimonials-slider .text-col .btn-read-more {
  margin-right: auto;
  padding: 0;
}
.testimonials .testimonials-slider .text-col .text {
  max-width: 35vw;
}
.testimonials .testimonials-slider .text-col .name {
  font-weight: bold;
}
.testimonials .testimonials-slider .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-next,
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-prev {
  left: unset;
  right: unset;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: unset;
  top: unset;
}
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-next svg,
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-prev svg {
  color: #10012b;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-next:hover svg,
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-prev:hover svg {
  color: #3bdbe4;
}
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-next::after,
.testimonials .testimonials-slider .slider-buttons-wrapper .swiper-button-prev::after {
  display: none;
}
.testimonials .modal .modal-dialog.modal-dialog-centered {
  max-width: 70%;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content {
  background-color: #10012b;
  color: #fff;
  border-radius: 0;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header {
  border-bottom: none;
  padding: 2rem 4rem;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header .close {
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header .close:hover {
  opacity: 0.5;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header .close .svg-inline--fa {
  color: #3bdbe4;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
  padding: 4rem 4rem;
  text-align: center;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body .text p:first-child::before {
  content: '"';
  color: #fff;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body .text p:last-child::after {
  content: '"';
  color: #fff;
}
.testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body .name p {
  font-weight: bold;
}

.lightwidget-widget {
  display: block;
}

.error-section .wrapper h1 {
  color: #10012b;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.error-section .wrapper p {
  max-width: 80ch;
  margin: auto;
}
.error-section .wrapper .btn-404 {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: auto;
}
.error-section .wrapper .btn-404:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

.legal-page .page-header {
  margin-bottom: 2rem;
}
.legal-page a {
  color: #10012b;
  text-decoration: none;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.legal-page a:hover {
  border-bottom-color: #10012b;
}

._404-image-wrapper {
  min-height: 100px;
  max-height: 55vh;
  height: 55vh;
  width: 100%;
}
._404-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.get-a-quote-wrapper {
  position: relative;
  max-width: 1640px;
  margin: 0 auto 40px;
  isolation: isolate;
}
.get-a-quote-wrapper .foreground {
  text-align: center;
  padding: 2rem 4rem;
  margin: auto;
}
.get-a-quote-wrapper .foreground .h5 {
  max-width: 85ch;
  margin: auto;
  letter-spacing: 0.2em;
}
.get-a-quote-wrapper .foreground .btn-quote {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: auto;
}
.get-a-quote-wrapper .foreground .btn-quote:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.get-a-quote-wrapper .background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.get-a-quote-wrapper .background::before {
  content: "";
  background-color: #b3ffe9;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
.get-a-quote-wrapper .background::after {
  content: "";
  background-color: #3bdbe4;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-carousel-wrapper .h1 {
  text-transform: uppercase;
}
.product-carousel-wrapper .product-carousel-cards {
  text-decoration: none;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card {
  text-decoration: none;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image {
  overflow: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@supports not (aspect-ratio: 1/1) {
  .product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image {
    position: relative;
  }
  .product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image::before {
    content: "";
    display: block;
    padding-top: 79.3372319688%;
  }
  .product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-image img {
    aspect-ratio: 513/407;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text .title {
  color: #000;
  text-transform: uppercase;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text .sub-title {
  color: #3bdbe4;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text .btn-product-carousel {
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text .btn-product-carousel:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card:hover {
  text-decoration: none;
  background-color: #10012b;
  color: #fff;
}
.product-carousel-wrapper .product-carousel-cards .product-carousel-card:hover .wrapper .btn-read-more {
  background-color: #10012b;
  border-color: #10012b;
  color: #fff;
}
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-next,
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-prev {
  left: unset;
  right: unset;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: unset;
  top: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-next svg,
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-prev svg {
  color: #10012b;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-next:hover svg,
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-prev:hover svg {
  color: #3bdbe4;
}
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-next::after,
.product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper .swiper-button-prev::after {
  display: none;
}

@media only screen and (max-width: 1920px) {
  ._404-image-wrapper {
    max-height: 44vh;
    height: 44vh;
  }
}
@media only screen and (max-width: 1680px) {
  ._404-image-wrapper {
    max-height: 38vh;
    height: 38vh;
  }
}
@media only screen and (max-width: 1366px) {
  ._404-image-wrapper {
    max-height: 31vh;
    height: 31vh;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-black {
    color: #fff;
    background-color: #10012b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .btn-black:hover {
    background-color: #b3ffe9;
    color: #10012b;
    border-color: #b3ffe9;
  }
  .our-services .button-wrapper .btn-teal {
    color: #fff;
    background-color: #b3ffe9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    color: #10012b;
  }
  .our-services .button-wrapper .btn-teal:hover {
    background-color: #10012b;
    color: #f4f4f4;
    border-color: #10012b;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header {
    padding: 2rem 2rem 0;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    padding: 2rem 2rem;
  }
  ._404-image-wrapper {
    max-height: 27vh;
    height: 27vh;
  }
  .get-a-quote-wrapper {
    margin: 0 auto 30px;
  }
  .get-a-quote-wrapper .background::before {
    width: calc(100% - 30px);
    bottom: -30px;
  }
  .get-a-quote-wrapper .background::after {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    font-size: 1.125rem;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered {
    max-width: 80%;
  }
  .testimonials .testimonials-slider .text-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials .testimonials-slider .text-col .text {
    max-width: 75vw;
    text-align: center;
  }
  .testimonials .testimonials-slider .text-col .btn-read-more {
    margin: auto;
  }
  .testimonials .testimonials-slider .text-col .name {
    padding-bottom: 2rem;
  }
  ._404-image-wrapper {
    max-height: 22vh;
    height: 22vh;
  }
  .get-a-quote-wrapper .foreground {
    padding: 2rem 2rem;
  }
  .get-a-quote-wrapper .foreground .h5 {
    max-width: 95ch;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .testimonials-slider .swiper-wrapper {
    padding-bottom: 2rem;
  }
  .testimonials .testimonials-slider .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered {
    max-width: 90%;
  }
  ._404-image-wrapper {
    max-height: 17vh;
    height: 17vh;
  }
  .get-a-quote-wrapper {
    margin: 0 auto 20px;
  }
  .get-a-quote-wrapper .background::before {
    width: calc(100% - 20px);
    bottom: -20px;
  }
  .get-a-quote-wrapper .background::after {
    width: calc(100% - 20px);
  }
  .product-carousel-wrapper .h1 {
    text-align: center;
  }
  .product-carousel-wrapper .product-carousel-cards .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .btn {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .btn-black {
    color: #fff;
    background-color: #10012b;
    width: 100%;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .btn-black:hover {
    background-color: #b3ffe9;
    color: #10012b;
    border-color: #b3ffe9;
  }
  .our-services .services-text {
    max-width: unset;
  }
  .our-services .button-wrapper .btn-teal {
    color: #fff;
    background-color: #b3ffe9;
    width: 100%;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    color: #10012b;
  }
  .our-services .button-wrapper .btn-teal:hover {
    background-color: #10012b;
    color: #f4f4f4;
    border-color: #10012b;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered {
    max-width: unset;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-header {
    padding: 1rem 1rem 0;
  }
  .testimonials .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    padding: 1rem 1rem;
  }
  .testimonials .testimonials-slider .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .legal-page .page-header {
    margin-bottom: 1rem;
  }
  ._404-image-wrapper {
    max-height: 13vh;
    height: 13vh;
  }
  .error-section .wrapper .btn-404 {
    color: #fff;
    background-color: #10012b;
    width: 100%;
    border-color: #10012b;
    padding: 12px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .error-section .wrapper .btn-404:hover {
    background-color: #b3ffe9;
    color: #10012b;
    border-color: #b3ffe9;
  }
  .get-a-quote-wrapper {
    margin: 0 auto 20px;
  }
  .get-a-quote-wrapper .foreground {
    padding: 1rem;
  }
  .get-a-quote-wrapper .foreground .btn-quote {
    width: 100%;
  }
  .get-a-quote-wrapper .background::before {
    width: 100%;
    bottom: 0;
  }
  .get-a-quote-wrapper .background::after {
    width: 100%;
  }
  .product-carousel-wrapper .product-carousel-cards .product-carousel-card .wrapper .card-text .btn-product-carousel {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  ._404-image-wrapper {
    max-height: 8vh;
    height: 8vh;
  }
}
.body-lock {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.letter-spacing--200 {
  --letter-spacing: 0.1em;
  letter-spacing: var(--letter-spacing);
}
@media screen and (min-width: 576px) {
  .letter-spacing--200 {
    --letter-spacing: 0.125em;
  }
}
@media screen and (min-width: 992px) {
  .letter-spacing--200 {
    --letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1366px) {
  .letter-spacing--200 {
    --letter-spacing: 0.175em;
  }
}
@media screen and (min-width: 1681px) {
  .letter-spacing--200 {
    --letter-spacing: 0.2em;
  }
}
.letter-spacing--100 {
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
}
@media screen and (min-width: 576px) {
  .letter-spacing--100 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 992px) {
  .letter-spacing--100 {
    --letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1366px) {
  .letter-spacing--100 {
    --letter-spacing: 0.0875em;
  }
}
@media screen and (min-width: 1681px) {
  .letter-spacing--100 {
    --letter-spacing: 0.1em;
  }
}
.letter-spacing--75 {
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
}
@media screen and (min-width: 576px) {
  .letter-spacing--75 {
    --letter-spacing: 0.05625em;
  }
}
@media screen and (min-width: 992px) {
  .letter-spacing--75 {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 1366px) {
  .letter-spacing--75 {
    --letter-spacing: 0.06875em;
  }
}
@media screen and (min-width: 1681px) {
  .letter-spacing--75 {
    --letter-spacing: 0.075em;
  }
}

.mw--1920 {
  inline-size: 100%;
  max-inline-size: 1920px;
  margin-inline: auto;
}
.mw--1700 {
  inline-size: 100%;
  max-inline-size: 1700px;
  margin-inline: auto;
}
.mw--1640 {
  inline-size: 100%;
  max-inline-size: 1640px;
  margin-inline: auto;
}
.mw--1500 {
  inline-size: 100%;
  max-inline-size: 1500px;
  margin-inline: auto;
}
.mw--1440 {
  inline-size: 100%;
  max-inline-size: 1440px;
  margin-inline: auto;
}
.mw--1364 {
  inline-size: 100%;
  max-inline-size: 1364px;
  margin-inline: auto;
}
.mw--1080 {
  inline-size: 100%;
  max-inline-size: 1080px;
  margin-inline: auto;
}
.mw--450 {
  inline-size: 100%;
  max-inline-size: 450px;
  margin-inline: auto;
}
.mw--32ch {
  inline-size: 100%;
  max-inline-size: 32ch;
  margin-inline: auto;
}
.mw--26ch {
  inline-size: 100%;
  max-inline-size: 26ch;
  margin-inline: auto;
}

.bg--white {
  --background-colour: #fff;
  --colour: #10012b;
  background-color: var(--background-colour);
  color: var(--colour);
}
.bg--dark-blue {
  --background-colour: #10012b;
  --colour: #fff;
  background-color: var(--background-colour);
  color: var(--colour);
}
.bg--grey {
  --background-colour: #f4f4f4;
  --colour: #10012b;
  background-color: var(--background-colour);
  color: var(--colour);
}
.bg--light-blue {
  --background-colour: #3bdbe4;
  --colour: #10012b;
  background-color: var(--background-colour);
  color: var(--colour);
}
.bg--teal {
  --background-colour: #b3ffe9;
  --colour: #10012b;
  background-color: var(--background-colour);
  color: var(--colour);
}

.text-colour--accent-1 {
  color: #b3ffe9;
}
.text-colour--accent-2 {
  color: #3bdbe4;
}
.text-colour--blue {
  color: #10012b;
}
.text-colour--white {
  color: #fff;
}

.px-res--main {
  --padding-inline-size: 16px;
  padding-inline: 16px;
}
@media screen and (min-width: 576px) {
  .px-res--main {
    --padding-inline-size: 28px;
    padding-inline: 28px;
  }
}
@media screen and (min-width: 992px) {
  .px-res--main {
    --padding-inline-size: 40px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .px-res--main {
    --padding-inline-size: 52px;
    padding-inline: 52px;
  }
}
@media screen and (min-width: 1681px) {
  .px-res--main {
    --padding-inline-size: 64px;
    padding-inline: 64px;
  }
}
.px-res--25 {
  --padding-inline-size: 16px;
  padding-inline: 16px;
}
@media screen and (min-width: 576px) {
  .px-res--25 {
    --padding-inline-size: 18.25px;
    padding-inline: 18.25px;
  }
}
@media screen and (min-width: 992px) {
  .px-res--25 {
    --padding-inline-size: 20.5px;
    padding-inline: 20.5px;
  }
}
@media screen and (min-width: 1366px) {
  .px-res--25 {
    --padding-inline-size: 22.75px;
    padding-inline: 22.75px;
  }
}
@media screen and (min-width: 1681px) {
  .px-res--25 {
    --padding-inline-size: 25px;
    padding-inline: 25px;
  }
}

.py-res--100 {
  padding-block: clamp(32px, 9.26vmin, 100px);
}
.py-res--80 {
  padding-block: clamp(32px, 7.408vmin, 80px);
}
.py-res--70 {
  padding-block: clamp(32px, 6.482vmin, 70px);
}
.py-res--40 {
  padding-block: clamp(32px, 3.704vmin, 40px);
}
.py-res--30 {
  padding-block: clamp(16px, 2.778vmin, 30px);
}
.py-res--25 {
  padding-block: clamp(16px, 2.315vmin, 25px);
}

.pt-res--100 {
  -webkit-padding-before: clamp(32px, 9.26vmin, 100px);
          padding-block-start: clamp(32px, 9.26vmin, 100px);
}
.pt-res--80 {
  -webkit-padding-before: clamp(32px, 7.408vmin, 80px);
          padding-block-start: clamp(32px, 7.408vmin, 80px);
}
.pt-res--70 {
  -webkit-padding-before: clamp(32px, 6.482vmin, 70px);
          padding-block-start: clamp(32px, 6.482vmin, 70px);
}
.pt-res--40 {
  -webkit-padding-before: clamp(32px, 3.704vmin, 40px);
          padding-block-start: clamp(32px, 3.704vmin, 40px);
}
.pt-res--30 {
  -webkit-padding-before: clamp(16px, 2.778vmin, 30px);
          padding-block-start: clamp(16px, 2.778vmin, 30px);
}
.pt-res--25 {
  -webkit-padding-before: clamp(16px, 2.315vmin, 25px);
          padding-block-start: clamp(16px, 2.315vmin, 25px);
}

.mt-res--100 {
  -webkit-margin-before: clamp(32px, 9.26vmin, 100px);
          margin-block-start: clamp(32px, 9.26vmin, 100px);
}
.mt-res--80 {
  -webkit-margin-before: clamp(32px, 7.408vmin, 80px);
          margin-block-start: clamp(32px, 7.408vmin, 80px);
}
.mt-res--70 {
  -webkit-margin-before: clamp(32px, 6.482vmin, 70px);
          margin-block-start: clamp(32px, 6.482vmin, 70px);
}
.mt-res--40 {
  -webkit-margin-before: clamp(32px, 3.704vmin, 40px);
          margin-block-start: clamp(32px, 3.704vmin, 40px);
}
.mt-res--30 {
  -webkit-margin-before: clamp(16px, 2.778vmin, 30px);
          margin-block-start: clamp(16px, 2.778vmin, 30px);
}
.mt-res--25 {
  -webkit-margin-before: clamp(16px, 2.315vmin, 25px);
          margin-block-start: clamp(16px, 2.315vmin, 25px);
}

.mb-res--100 {
  -webkit-margin-after: clamp(32px, 9.26vmin, 100px);
          margin-block-end: clamp(32px, 9.26vmin, 100px);
}
.mb-res--80 {
  -webkit-margin-after: clamp(32px, 7.408vmin, 80px);
          margin-block-end: clamp(32px, 7.408vmin, 80px);
}
.mb-res--70 {
  -webkit-margin-after: clamp(32px, 6.482vmin, 70px);
          margin-block-end: clamp(32px, 6.482vmin, 70px);
}
.mb-res--40 {
  -webkit-margin-after: clamp(32px, 3.704vmin, 40px);
          margin-block-end: clamp(32px, 3.704vmin, 40px);
}
.mb-res--30 {
  -webkit-margin-after: clamp(16px, 2.778vmin, 30px);
          margin-block-end: clamp(16px, 2.778vmin, 30px);
}
.mb-res--25 {
  -webkit-margin-after: clamp(16px, 2.315vmin, 25px);
          margin-block-end: clamp(16px, 2.315vmin, 25px);
}
.mb-res--20 {
  -webkit-margin-after: clamp(16px, 1.852vmin, 20px);
          margin-block-end: clamp(16px, 1.852vmin, 20px);
}
.mb-res--15 {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.mb-res--10 {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.list-unstyled {
  -webkit-padding-start: unset;
          padding-inline-start: unset;
  list-style: none;
}

.font-weight--light {
  font-weight: 300;
}
.font-weight--book {
  font-weight: normal;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--semibold {
  font-weight: 600;
}
.font-weight--bold {
  font-weight: bold;
}

.link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 16px;
}
.link-flex--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.link-flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-flex--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.link-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-link {
  font-size: 1rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  text-transform: uppercase;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  font-family: var(--family, inherit);
  font-weight: 500;
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  min-inline-size: min(100%, 18.75rem);
  padding-inline: 1em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  -webkit-box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
          box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
  border: unset;
}
@media screen and (min-width: 576px) {
  .btn-link {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .btn-link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .btn-link {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .btn-link {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .btn-link {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 992px) {
  .btn-link {
    --letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1366px) {
  .btn-link {
    --letter-spacing: 0.0875em;
  }
}
@media screen and (min-width: 1681px) {
  .btn-link {
    --letter-spacing: 0.1em;
  }
}
.btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, .btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible, .btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])).active, .btn-link:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
  cursor: pointer;
}
.btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, .btn-link:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
}
.btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
}
.btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, .btn-link:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  text-decoration: unset;
}
.btn-link:is(:disabled, .btn-link[aria-disabled=true]) {
  cursor: not-allowed !important;
  opacity: 0.75;
}
.btn-link:is(:disabled, .btn-link[aria-disabled=true]):hover, .btn-link:is(:disabled, .btn-link[aria-disabled=true]):focus-visible {
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  -webkit-box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
          box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
  text-decoration: unset;
}
.btn-link--icon {
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  min-inline-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  padding-inline: unset;
  padding-block: unset;
  letter-spacing: 0;
}
.btn-link--primary {
  --background: #10012b;
  --colour: #fff;
  --box-shadow: #10012b;
  --hover-background: #b3ffe9;
  --hover-colour: #10012b;
  --hover-box-shadow: #b3ffe9;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--primary {
    --hover-box-shadow-ring: color-mix(in srgb, #b3ffe9 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--primary {
    --hover-box-shadow-ring: rgba(179, 255, 233, 0.5);
  }
}
.btn-link--primary-outline {
  --background: transparent;
  --colour: #fff;
  --box-shadow: #10012b;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--primary-outline {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--primary-outline {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.btn-link--accent-1 {
  --background: #b3ffe9;
  --colour: #10012b;
  --box-shadow: #b3ffe9;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-1 {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-1 {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.btn-link--accent-2 {
  --background: #3bdbe4;
  --colour: #10012b;
  --box-shadow: #3bdbe4;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-2 {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-2 {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.btn-link--accent-2-to-white {
  --background: #3bdbe4;
  --colour: #10012b;
  --box-shadow: #3bdbe4;
  --hover-background: #fff;
  --hover-colour: #10012b;
  --hover-box-shadow: #fff;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-2-to-white {
    --hover-box-shadow-ring: color-mix(in srgb, #fff 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-2-to-white {
    --hover-box-shadow-ring: rgba(255, 255, 255, 0.5);
  }
}
.btn-link--accent-1-outline {
  --background: transparent;
  --colour: #fff;
  --box-shadow: #b3ffe9;
  --hover-background: #b3ffe9;
  --hover-colour: #10012b;
  --hover-box-shadow: #b3ffe9;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-1-outline {
    --hover-box-shadow-ring: color-mix(in srgb, #b3ffe9 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--accent-1-outline {
    --hover-box-shadow-ring: rgba(179, 255, 233, 0.5);
  }
}
.btn-link--white-outline {
  --background: transparent;
  --colour: #fff;
  --box-shadow: #fff;
  --hover-background: #fff;
  --hover-colour: #10012b;
  --hover-box-shadow: #fff;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-outline {
    --hover-box-shadow-ring: color-mix(in srgb, #fff 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-outline {
    --hover-box-shadow-ring: rgba(255, 255, 255, 0.5);
  }
}
.btn-link--white-to-blue {
  --background: #fff;
  --colour: #10012b;
  --box-shadow: #fff;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-to-blue {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-to-blue {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.btn-link--white-to-light-blue {
  --background: #fff;
  --colour: #10012b;
  --box-shadow: #fff;
  --hover-background: #3bdbe4;
  --hover-colour: #10012b;
  --hover-box-shadow: #3bdbe4;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-to-light-blue {
    --hover-box-shadow-ring: color-mix(in srgb, #3bdbe4 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .btn-link--white-to-light-blue {
    --hover-box-shadow-ring: rgba(59, 219, 228, 0.5);
  }
}

.text-link {
  background-color: transparent;
  border: none;
  padding: unset;
  font-family: inherit;
  text-underline-offset: 0.4em;
  text-decoration-thickness: clamp(1px, 0.1em, 2px);
  text-decoration-line: underline;
  letter-spacing: inherit;
  color: var(--colour, inherit);
  text-decoration-color: var(--text-decoration-colour, currentColor);
  -webkit-transition: color var(--anim-s) var(--anim-tf), text-decoration-color var(--anim-s) var(--anim-tf), text-underline-offset var(--anim-s) var(--anim-tf);
  -o-transition: color var(--anim-s) var(--anim-tf), text-decoration-color var(--anim-s) var(--anim-tf), text-underline-offset var(--anim-s) var(--anim-tf);
  transition: color var(--anim-s) var(--anim-tf), text-decoration-color var(--anim-s) var(--anim-tf), text-underline-offset var(--anim-s) var(--anim-tf);
}
.text-link:is(:hover, :focus-visible) {
  text-decoration-color: var(--hover-text-decoration-colour, currentColor);
  color: var(--hover-colour, inherit);
}
.text-link--current {
  --colour: inherit;
  --hover-colour: inherit;
}
.text-link--light-blue-underline {
  --text-decoration-colour: #3bdbe4;
  --hover-text-decoration-colour: #3bdbe4;
}
.text-link--from-transparent {
  --text-decoration-colour: transparent;
}

.contact-form-section form[method=dialog] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.contact-form-section__form .form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 2.0372vmin, 22px);
}
.contact-form-section__form .form-element--12-col {
  grid-column: span 12;
}
.contact-form-section__form .form-element--6-col {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .contact-form-section__form .form-element--6-col {
    grid-column: span 6;
  }
}
.contact-form-section__form .form-element--4-col {
  grid-column: span 12;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__form .form-element--4-col {
    grid-column: span 4;
  }
}
.contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
  font-size: 1.125rem;
  --padding-inline-size: 16px;
  padding-inline: 16px;
  --box-shadow: transparent;
  --hover-box-shadow: #10012b;
  background-color: #f4f4f4;
  min-height: clamp(44px, 6.482vmin, 70px);
  padding-block: clamp(16px, 2.0372vmin, 22px);
  inline-size: 100%;
  border: unset;
}
@media screen and (min-width: 576px) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --padding-inline-size: 20.75px;
    padding-inline: 20.75px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --padding-inline-size: 25.5px;
    padding-inline: 25.5px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --padding-inline-size: 30.25px;
    padding-inline: 30.25px;
  }
}
@media screen and (min-width: 1681px) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --padding-inline-size: 35px;
    padding-inline: 35px;
  }
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .contact-form-section .wpcf7-text,
.contact-form-section .wpcf7-number,
.contact-form-section .wpcf7-textarea,
.contact-form-section select {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.contact-form-section select {
  display: inline-block;
  inline-size: 100%;
  -webkit-padding-start: var(--padding-inline-start, 28px);
          padding-inline-start: var(--padding-inline-start, 28px);
  -webkit-padding-end: var(--padding-inline-end, 28px);
          padding-inline-end: var(--padding-inline-end, 28px);
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  background: #f4f4f4 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") right calc((var(--padding-inline-end, 28px) - var(--icon-size, 8px)) / 2) center/var(--icon-size, 8px) 10px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form-section select::-ms-expand {
  display: none;
}

.quote-form {
  /* Fonts, Colors, Placeholders etc */
  /* Contact Form HTML Setup/ WPCF7 Styling */
  /* Standard Input Field Styling */
}
.quote-form .wpcf7-text,
.quote-form .wpcf7-number,
.quote-form .wpcf7-textarea,
.quote-form label {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 100%;
}
.quote-form .wpcf7-text::-webkit-input-placeholder, .quote-form .wpcf7-number::-webkit-input-placeholder, .quote-form .wpcf7-textarea::-webkit-input-placeholder, .quote-form label::-webkit-input-placeholder {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.quote-form .wpcf7-text::-moz-placeholder, .quote-form .wpcf7-number::-moz-placeholder, .quote-form .wpcf7-textarea::-moz-placeholder, .quote-form label::-moz-placeholder {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.quote-form .wpcf7-text:-ms-input-placeholder, .quote-form .wpcf7-number:-ms-input-placeholder, .quote-form .wpcf7-textarea:-ms-input-placeholder, .quote-form label:-ms-input-placeholder {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.quote-form .wpcf7-text::-ms-input-placeholder, .quote-form .wpcf7-number::-ms-input-placeholder, .quote-form .wpcf7-textarea::-ms-input-placeholder, .quote-form label::-ms-input-placeholder {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.quote-form .wpcf7-text::placeholder,
.quote-form .wpcf7-number::placeholder,
.quote-form .wpcf7-textarea::placeholder,
.quote-form label::placeholder {
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.quote-form .panel__element-panel__element.title {
  margin-bottom: 4rem;
}
.quote-form .dd_form__panel-left .form-cont-element.panel__element:not(:last-child) {
  margin-bottom: 4rem;
}
.quote-form .dd_form__panel-right .panel__element-textarea {
  height: var(--text-area-height, 100px);
  width: 100%;
}
.quote-form .dd-submit-row {
  margin-top: 2rem;
}
.quote-form .dd-submit-row .form-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-form .dd-submit-row .form-cont .btn-submit {
  color: #fff;
  background-color: #3bdbe4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.quote-form .dd-submit-row .form-cont .btn-submit:hover {
  background: #10012b;
  border-color: #10012b;
  color: #fff;
}
.quote-form div.wpcf7 .ajax-loader {
  display: block;
}
.quote-form .wpcf7-response-output {
  padding: 1em 1em !important;
  margin: 0;
}
.quote-form div.wpcf7-validation-errors,
.quote-form div.wpcf7-acceptance-missing {
  border: 2px solid red;
  color: red !important;
}
.quote-form .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.quote-form div.wpcf7-mail-sent-ok {
  border: 2px solid green;
  color: green !important;
}
.quote-form input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}
.quote-form .wpcf7-form-control .wpcf7-textarea .wpcf7-validates-as-required textarea {
  resize: none;
  padding: 0 !important;
}
.quote-form .wpcf7-spinner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.quote-form .form-cont-element-right.panel__element.checkboxes {
  margin-top: 0.5rem;
}
.quote-form .form-cont-element-right.panel__element.checkboxes .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.quote-form .form-cont-element-right.panel__element.checkboxes span.wpcf7-list-item {
  margin: 0;
  padding-bottom: 1rem;
  width: 100%;
  height: 50px;
  text-align: left;
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  color: #007bff;
  letter-spacing: 0.1em;
  font-family: arboria, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quote-form .form-cont-element-right.panel__element.checkboxes span.wpcf7-list-item:last-child {
  padding-bottom: 0;
}
.quote-form .wpcf7-text,
.quote-form .wpcf7-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px !important;
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem 1rem !important;
  color: #10012b;
  font-size: 1rem;
  border-radius: 0;
}
.quote-form .wpcf7-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 448px;
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem 1rem !important;
  color: #10012b;
  font-size: 1rem;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .quote-form .wpcf7-text,
.quote-form .wpcf7-number,
.quote-form .wpcf7-textarea,
.quote-form label {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-webkit-input-placeholder, .quote-form .wpcf7-number::-webkit-input-placeholder, .quote-form .wpcf7-textarea::-webkit-input-placeholder, .quote-form label::-webkit-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-moz-placeholder, .quote-form .wpcf7-number::-moz-placeholder, .quote-form .wpcf7-textarea::-moz-placeholder, .quote-form label::-moz-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text:-ms-input-placeholder, .quote-form .wpcf7-number:-ms-input-placeholder, .quote-form .wpcf7-textarea:-ms-input-placeholder, .quote-form label:-ms-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-ms-input-placeholder, .quote-form .wpcf7-number::-ms-input-placeholder, .quote-form .wpcf7-textarea::-ms-input-placeholder, .quote-form label::-ms-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::placeholder,
.quote-form .wpcf7-number::placeholder,
.quote-form .wpcf7-textarea::placeholder,
.quote-form label::placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .panel__element-panel__element.title {
    margin-bottom: 3rem;
  }
  .quote-form .dd_form__panel-left .form-cont-element.panel__element:not(:last-child) {
    margin-bottom: 3rem;
  }
  .quote-form .dd_form__panel-left .form-cont-element.panel__element {
    margin-bottom: 3rem;
  }
  .quote-form .wpcf7-textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-form .wpcf7-text,
.quote-form .wpcf7-number,
.quote-form .wpcf7-textarea,
.quote-form label {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-webkit-input-placeholder, .quote-form .wpcf7-number::-webkit-input-placeholder, .quote-form .wpcf7-textarea::-webkit-input-placeholder, .quote-form label::-webkit-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-moz-placeholder, .quote-form .wpcf7-number::-moz-placeholder, .quote-form .wpcf7-textarea::-moz-placeholder, .quote-form label::-moz-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text:-ms-input-placeholder, .quote-form .wpcf7-number:-ms-input-placeholder, .quote-form .wpcf7-textarea:-ms-input-placeholder, .quote-form label:-ms-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::-ms-input-placeholder, .quote-form .wpcf7-number::-ms-input-placeholder, .quote-form .wpcf7-textarea::-ms-input-placeholder, .quote-form label::-ms-input-placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text::placeholder,
.quote-form .wpcf7-number::placeholder,
.quote-form .wpcf7-textarea::placeholder,
.quote-form label::placeholder {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
  .quote-form .wpcf7-text,
.quote-form .wpcf7-number {
    height: 54px !important;
  }
  .quote-form .panel__element-panel__element.title {
    margin-bottom: 2rem;
  }
  .quote-form .dd_form__panel-left .form-cont-element.panel__element:not(:last-child) {
    margin-bottom: 2rem;
  }
  .quote-form .dd_form__panel-left .form-cont-element.panel__element {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .quote-form .dd-submit-row {
    margin-top: 3rem;
  }
  .quote-form .dd-submit-row .form-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote-form .dd-submit-row .form-cont .submit {
    width: 100%;
  }
  .quote-form .dd-submit-row .form-cont .submit .btn-submit {
    color: #fff;
    background-color: #3bdbe4;
    width: 100%;
    border-color: #10012b;
    padding: 12px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    color: #10012b;
  }
  .quote-form .dd-submit-row .form-cont .submit .btn-submit:hover {
    background: #10012b;
    border-color: #10012b;
    color: #fff;
  }
  .quote-form .wpcf7-text,
.quote-form .wpcf7-number,
.quote-form .wpcf7-textarea,
.quote-form label {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text::-webkit-input-placeholder, .quote-form .wpcf7-number::-webkit-input-placeholder, .quote-form .wpcf7-textarea::-webkit-input-placeholder, .quote-form label::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text::-moz-placeholder, .quote-form .wpcf7-number::-moz-placeholder, .quote-form .wpcf7-textarea::-moz-placeholder, .quote-form label::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text:-ms-input-placeholder, .quote-form .wpcf7-number:-ms-input-placeholder, .quote-form .wpcf7-textarea:-ms-input-placeholder, .quote-form label:-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text::-ms-input-placeholder, .quote-form .wpcf7-number::-ms-input-placeholder, .quote-form .wpcf7-textarea::-ms-input-placeholder, .quote-form label::-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text::placeholder,
.quote-form .wpcf7-number::placeholder,
.quote-form .wpcf7-textarea::placeholder,
.quote-form label::placeholder {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .quote-form .wpcf7-text,
.quote-form .wpcf7-number {
    height: 44px !important;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.dd-mb-0 {
  margin-bottom: 0rem;
}

.dd-mb-1 {
  margin-bottom: 1rem;
}

.dd-mb-2 {
  margin-bottom: 2rem;
}

.dd-mb-3 {
  margin-bottom: 3rem;
}

.dd-mb-4 {
  margin-bottom: 4rem;
}

.dd-mb-5 {
  margin-bottom: 5rem;
}

.dd-mb-6 {
  margin-bottom: 6rem;
}

.dd-mb-7 {
  margin-bottom: 7rem;
}

.dd-mb-8 {
  margin-bottom: 8rem;
}

.dd-mb-9 {
  margin-bottom: 9rem;
}

.dd-mb-10 {
  margin-bottom: 10rem;
}

.dd-mb-11 {
  margin-bottom: 11rem;
}

.dd-mb-12 {
  margin-bottom: 12rem;
}

.dd-mb-13 {
  margin-bottom: 13rem;
}

.dd-mb-14 {
  margin-bottom: 14rem;
}

.dd-mb-15 {
  margin-bottom: 15rem;
}

.dd-mb-16 {
  margin-bottom: 16rem;
}

.dd-mb-17 {
  margin-bottom: 17rem;
}

.dd-mb-18 {
  margin-bottom: 18rem;
}

.dd-mb-19 {
  margin-bottom: 19rem;
}

.dd-mb-20 {
  margin-bottom: 20rem;
}

.dd-mb-21 {
  margin-bottom: 21rem;
}

.dd-mb-22 {
  margin-bottom: 22rem;
}

.dd-mb-23 {
  margin-bottom: 23rem;
}

.dd-mb-24 {
  margin-bottom: 24rem;
}

.dd-mb-25 {
  margin-bottom: 25rem;
}

.dd-mb-26 {
  margin-bottom: 26rem;
}

.dd-mb-27 {
  margin-bottom: 27rem;
}

.dd-mb-28 {
  margin-bottom: 28rem;
}

.dd-mb-29 {
  margin-bottom: 29rem;
}

.dd-mb-30 {
  margin-bottom: 30rem;
}

.dd-mt-0 {
  margin-top: 0rem;
}

.dd-mt-1 {
  margin-top: 1rem;
}

.dd-mt-2 {
  margin-top: 2rem;
}

.dd-mt-3 {
  margin-top: 3rem;
}

.dd-mt-4 {
  margin-top: 4rem;
}

.dd-mt-5 {
  margin-top: 5rem;
}

.dd-mt-6 {
  margin-top: 6rem;
}

.dd-mt-7 {
  margin-top: 7rem;
}

.dd-mt-8 {
  margin-top: 8rem;
}

.dd-mt-9 {
  margin-top: 9rem;
}

.dd-mt-10 {
  margin-top: 10rem;
}

.dd-mt-11 {
  margin-top: 11rem;
}

.dd-mt-12 {
  margin-top: 12rem;
}

.dd-mt-13 {
  margin-top: 13rem;
}

.dd-mt-14 {
  margin-top: 14rem;
}

.dd-mt-15 {
  margin-top: 15rem;
}

.dd-mt-16 {
  margin-top: 16rem;
}

.dd-mt-17 {
  margin-top: 17rem;
}

.dd-mt-18 {
  margin-top: 18rem;
}

.dd-mt-19 {
  margin-top: 19rem;
}

.dd-mt-20 {
  margin-top: 20rem;
}

.dd-mt-21 {
  margin-top: 21rem;
}

.dd-mt-22 {
  margin-top: 22rem;
}

.dd-mt-23 {
  margin-top: 23rem;
}

.dd-mt-24 {
  margin-top: 24rem;
}

.dd-mt-25 {
  margin-top: 25rem;
}

.dd-mt-26 {
  margin-top: 26rem;
}

.dd-mt-27 {
  margin-top: 27rem;
}

.dd-mt-28 {
  margin-top: 28rem;
}

.dd-mt-29 {
  margin-top: 29rem;
}

.dd-mt-30 {
  margin-top: 30rem;
}

.dd-ml-0 {
  margin-left: 0rem;
}

.dd-ml-1 {
  margin-left: 1rem;
}

.dd-ml-2 {
  margin-left: 2rem;
}

.dd-ml-3 {
  margin-left: 3rem;
}

.dd-ml-4 {
  margin-left: 4rem;
}

.dd-ml-5 {
  margin-left: 5rem;
}

.dd-ml-6 {
  margin-left: 6rem;
}

.dd-ml-7 {
  margin-left: 7rem;
}

.dd-ml-8 {
  margin-left: 8rem;
}

.dd-ml-9 {
  margin-left: 9rem;
}

.dd-ml-10 {
  margin-left: 10rem;
}

.dd-ml-11 {
  margin-left: 11rem;
}

.dd-ml-12 {
  margin-left: 12rem;
}

.dd-ml-13 {
  margin-left: 13rem;
}

.dd-ml-14 {
  margin-left: 14rem;
}

.dd-ml-15 {
  margin-left: 15rem;
}

.dd-ml-16 {
  margin-left: 16rem;
}

.dd-ml-17 {
  margin-left: 17rem;
}

.dd-ml-18 {
  margin-left: 18rem;
}

.dd-ml-19 {
  margin-left: 19rem;
}

.dd-ml-20 {
  margin-left: 20rem;
}

.dd-ml-21 {
  margin-left: 21rem;
}

.dd-ml-22 {
  margin-left: 22rem;
}

.dd-ml-23 {
  margin-left: 23rem;
}

.dd-ml-24 {
  margin-left: 24rem;
}

.dd-ml-25 {
  margin-left: 25rem;
}

.dd-ml-26 {
  margin-left: 26rem;
}

.dd-ml-27 {
  margin-left: 27rem;
}

.dd-ml-28 {
  margin-left: 28rem;
}

.dd-ml-29 {
  margin-left: 29rem;
}

.dd-ml-30 {
  margin-left: 30rem;
}

.dd-mr-0 {
  margin-right: 0rem;
}

.dd-mr-1 {
  margin-right: 1rem;
}

.dd-mr-2 {
  margin-right: 2rem;
}

.dd-mr-3 {
  margin-right: 3rem;
}

.dd-mr-4 {
  margin-right: 4rem;
}

.dd-mr-5 {
  margin-right: 5rem;
}

.dd-mr-6 {
  margin-right: 6rem;
}

.dd-mr-7 {
  margin-right: 7rem;
}

.dd-mr-8 {
  margin-right: 8rem;
}

.dd-mr-9 {
  margin-right: 9rem;
}

.dd-mr-10 {
  margin-right: 10rem;
}

.dd-mr-11 {
  margin-right: 11rem;
}

.dd-mr-12 {
  margin-right: 12rem;
}

.dd-mr-13 {
  margin-right: 13rem;
}

.dd-mr-14 {
  margin-right: 14rem;
}

.dd-mr-15 {
  margin-right: 15rem;
}

.dd-mr-16 {
  margin-right: 16rem;
}

.dd-mr-17 {
  margin-right: 17rem;
}

.dd-mr-18 {
  margin-right: 18rem;
}

.dd-mr-19 {
  margin-right: 19rem;
}

.dd-mr-20 {
  margin-right: 20rem;
}

.dd-mr-21 {
  margin-right: 21rem;
}

.dd-mr-22 {
  margin-right: 22rem;
}

.dd-mr-23 {
  margin-right: 23rem;
}

.dd-mr-24 {
  margin-right: 24rem;
}

.dd-mr-25 {
  margin-right: 25rem;
}

.dd-mr-26 {
  margin-right: 26rem;
}

.dd-mr-27 {
  margin-right: 27rem;
}

.dd-mr-28 {
  margin-right: 28rem;
}

.dd-mr-29 {
  margin-right: 29rem;
}

.dd-mr-30 {
  margin-right: 30rem;
}

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

.dd-my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dd-my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dd-my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.dd-my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.dd-my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.dd-my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.dd-my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.dd-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.dd-my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.dd-my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.dd-my-11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.dd-my-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.dd-my-13 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.dd-my-14 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.dd-my-15 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.dd-my-16 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.dd-my-17 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.dd-my-18 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.dd-my-19 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.dd-my-20 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.dd-my-21 {
  margin-top: 21rem;
  margin-bottom: 21rem;
}

.dd-my-22 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.dd-my-23 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

.dd-my-24 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.dd-my-25 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.dd-my-26 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.dd-my-27 {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.dd-my-28 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.dd-my-29 {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.dd-my-30 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

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

.dd-mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dd-mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.dd-mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.dd-mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.dd-mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.dd-mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.dd-mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.dd-mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.dd-mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.dd-mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.dd-mx-11 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.dd-mx-12 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.dd-mx-13 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.dd-mx-14 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.dd-mx-15 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.dd-mx-16 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.dd-mx-17 {
  margin-left: 17rem;
  margin-right: 17rem;
}

.dd-mx-18 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.dd-mx-19 {
  margin-left: 19rem;
  margin-right: 19rem;
}

.dd-mx-20 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.dd-mx-21 {
  margin-left: 21rem;
  margin-right: 21rem;
}

.dd-mx-22 {
  margin-left: 22rem;
  margin-right: 22rem;
}

.dd-mx-23 {
  margin-left: 23rem;
  margin-right: 23rem;
}

.dd-mx-24 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.dd-mx-25 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.dd-mx-26 {
  margin-left: 26rem;
  margin-right: 26rem;
}

.dd-mx-27 {
  margin-left: 27rem;
  margin-right: 27rem;
}

.dd-mx-28 {
  margin-left: 28rem;
  margin-right: 28rem;
}

.dd-mx-29 {
  margin-left: 29rem;
  margin-right: 29rem;
}

.dd-mx-30 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.dd-m-0 {
  margin: 0rem;
}

.dd-m-1 {
  margin: 1rem;
}

.dd-m-2 {
  margin: 2rem;
}

.dd-m-3 {
  margin: 3rem;
}

.dd-m-4 {
  margin: 4rem;
}

.dd-m-5 {
  margin: 5rem;
}

.dd-m-6 {
  margin: 6rem;
}

.dd-m-7 {
  margin: 7rem;
}

.dd-m-8 {
  margin: 8rem;
}

.dd-m-9 {
  margin: 9rem;
}

.dd-m-10 {
  margin: 10rem;
}

.dd-m-11 {
  margin: 11rem;
}

.dd-m-12 {
  margin: 12rem;
}

.dd-m-13 {
  margin: 13rem;
}

.dd-m-14 {
  margin: 14rem;
}

.dd-m-15 {
  margin: 15rem;
}

.dd-m-16 {
  margin: 16rem;
}

.dd-m-17 {
  margin: 17rem;
}

.dd-m-18 {
  margin: 18rem;
}

.dd-m-19 {
  margin: 19rem;
}

.dd-m-20 {
  margin: 20rem;
}

.dd-m-21 {
  margin: 21rem;
}

.dd-m-22 {
  margin: 22rem;
}

.dd-m-23 {
  margin: 23rem;
}

.dd-m-24 {
  margin: 24rem;
}

.dd-m-25 {
  margin: 25rem;
}

.dd-m-26 {
  margin: 26rem;
}

.dd-m-27 {
  margin: 27rem;
}

.dd-m-28 {
  margin: 28rem;
}

.dd-m-29 {
  margin: 29rem;
}

.dd-m-30 {
  margin: 30rem;
}

.dd-pb-0 {
  padding-bottom: 0rem;
}

.dd-pb-1 {
  padding-bottom: 1rem;
}

.dd-pb-2 {
  padding-bottom: 2rem;
}

.dd-pb-3 {
  padding-bottom: 3rem;
}

.dd-pb-4 {
  padding-bottom: 4rem;
}

.dd-pb-5 {
  padding-bottom: 5rem;
}

.dd-pb-6 {
  padding-bottom: 6rem;
}

.dd-pb-7 {
  padding-bottom: 7rem;
}

.dd-pb-8 {
  padding-bottom: 8rem;
}

.dd-pb-9 {
  padding-bottom: 9rem;
}

.dd-pb-10 {
  padding-bottom: 10rem;
}

.dd-pb-11 {
  padding-bottom: 11rem;
}

.dd-pb-12 {
  padding-bottom: 12rem;
}

.dd-pb-13 {
  padding-bottom: 13rem;
}

.dd-pb-14 {
  padding-bottom: 14rem;
}

.dd-pb-15 {
  padding-bottom: 15rem;
}

.dd-pb-16 {
  padding-bottom: 16rem;
}

.dd-pb-17 {
  padding-bottom: 17rem;
}

.dd-pb-18 {
  padding-bottom: 18rem;
}

.dd-pb-19 {
  padding-bottom: 19rem;
}

.dd-pb-20 {
  padding-bottom: 20rem;
}

.dd-pb-21 {
  padding-bottom: 21rem;
}

.dd-pb-22 {
  padding-bottom: 22rem;
}

.dd-pb-23 {
  padding-bottom: 23rem;
}

.dd-pb-24 {
  padding-bottom: 24rem;
}

.dd-pb-25 {
  padding-bottom: 25rem;
}

.dd-pb-26 {
  padding-bottom: 26rem;
}

.dd-pb-27 {
  padding-bottom: 27rem;
}

.dd-pb-28 {
  padding-bottom: 28rem;
}

.dd-pb-29 {
  padding-bottom: 29rem;
}

.dd-pb-30 {
  padding-bottom: 30rem;
}

.dd-pt-0 {
  padding-top: 0rem;
}

.dd-pt-1 {
  padding-top: 1rem;
}

.dd-pt-2 {
  padding-top: 2rem;
}

.dd-pt-3 {
  padding-top: 3rem;
}

.dd-pt-4 {
  padding-top: 4rem;
}

.dd-pt-5 {
  padding-top: 5rem;
}

.dd-pt-6 {
  padding-top: 6rem;
}

.dd-pt-7 {
  padding-top: 7rem;
}

.dd-pt-8 {
  padding-top: 8rem;
}

.dd-pt-9 {
  padding-top: 9rem;
}

.dd-pt-10 {
  padding-top: 10rem;
}

.dd-pt-11 {
  padding-top: 11rem;
}

.dd-pt-12 {
  padding-top: 12rem;
}

.dd-pt-13 {
  padding-top: 13rem;
}

.dd-pt-14 {
  padding-top: 14rem;
}

.dd-pt-15 {
  padding-top: 15rem;
}

.dd-pt-16 {
  padding-top: 16rem;
}

.dd-pt-17 {
  padding-top: 17rem;
}

.dd-pt-18 {
  padding-top: 18rem;
}

.dd-pt-19 {
  padding-top: 19rem;
}

.dd-pt-20 {
  padding-top: 20rem;
}

.dd-pt-21 {
  padding-top: 21rem;
}

.dd-pt-22 {
  padding-top: 22rem;
}

.dd-pt-23 {
  padding-top: 23rem;
}

.dd-pt-24 {
  padding-top: 24rem;
}

.dd-pt-25 {
  padding-top: 25rem;
}

.dd-pt-26 {
  padding-top: 26rem;
}

.dd-pt-27 {
  padding-top: 27rem;
}

.dd-pt-28 {
  padding-top: 28rem;
}

.dd-pt-29 {
  padding-top: 29rem;
}

.dd-pt-30 {
  padding-top: 30rem;
}

.dd-pl-0 {
  padding-left: 0rem;
}

.dd-pl-1 {
  padding-left: 1rem;
}

.dd-pl-2 {
  padding-left: 2rem;
}

.dd-pl-3 {
  padding-left: 3rem;
}

.dd-pl-4 {
  padding-left: 4rem;
}

.dd-pl-5 {
  padding-left: 5rem;
}

.dd-pl-6 {
  padding-left: 6rem;
}

.dd-pl-7 {
  padding-left: 7rem;
}

.dd-pl-8 {
  padding-left: 8rem;
}

.dd-pl-9 {
  padding-left: 9rem;
}

.dd-pl-10 {
  padding-left: 10rem;
}

.dd-pl-11 {
  padding-left: 11rem;
}

.dd-pl-12 {
  padding-left: 12rem;
}

.dd-pl-13 {
  padding-left: 13rem;
}

.dd-pl-14 {
  padding-left: 14rem;
}

.dd-pl-15 {
  padding-left: 15rem;
}

.dd-pl-16 {
  padding-left: 16rem;
}

.dd-pl-17 {
  padding-left: 17rem;
}

.dd-pl-18 {
  padding-left: 18rem;
}

.dd-pl-19 {
  padding-left: 19rem;
}

.dd-pl-20 {
  padding-left: 20rem;
}

.dd-pl-21 {
  padding-left: 21rem;
}

.dd-pl-22 {
  padding-left: 22rem;
}

.dd-pl-23 {
  padding-left: 23rem;
}

.dd-pl-24 {
  padding-left: 24rem;
}

.dd-pl-25 {
  padding-left: 25rem;
}

.dd-pl-26 {
  padding-left: 26rem;
}

.dd-pl-27 {
  padding-left: 27rem;
}

.dd-pl-28 {
  padding-left: 28rem;
}

.dd-pl-29 {
  padding-left: 29rem;
}

.dd-pl-30 {
  padding-left: 30rem;
}

.dd-pr-0 {
  padding-right: 0rem;
}

.dd-pr-1 {
  padding-right: 1rem;
}

.dd-pr-2 {
  padding-right: 2rem;
}

.dd-pr-3 {
  padding-right: 3rem;
}

.dd-pr-4 {
  padding-right: 4rem;
}

.dd-pr-5 {
  padding-right: 5rem;
}

.dd-pr-6 {
  padding-right: 6rem;
}

.dd-pr-7 {
  padding-right: 7rem;
}

.dd-pr-8 {
  padding-right: 8rem;
}

.dd-pr-9 {
  padding-right: 9rem;
}

.dd-pr-10 {
  padding-right: 10rem;
}

.dd-pr-11 {
  padding-right: 11rem;
}

.dd-pr-12 {
  padding-right: 12rem;
}

.dd-pr-13 {
  padding-right: 13rem;
}

.dd-pr-14 {
  padding-right: 14rem;
}

.dd-pr-15 {
  padding-right: 15rem;
}

.dd-pr-16 {
  padding-right: 16rem;
}

.dd-pr-17 {
  padding-right: 17rem;
}

.dd-pr-18 {
  padding-right: 18rem;
}

.dd-pr-19 {
  padding-right: 19rem;
}

.dd-pr-20 {
  padding-right: 20rem;
}

.dd-pr-21 {
  padding-right: 21rem;
}

.dd-pr-22 {
  padding-right: 22rem;
}

.dd-pr-23 {
  padding-right: 23rem;
}

.dd-pr-24 {
  padding-right: 24rem;
}

.dd-pr-25 {
  padding-right: 25rem;
}

.dd-pr-26 {
  padding-right: 26rem;
}

.dd-pr-27 {
  padding-right: 27rem;
}

.dd-pr-28 {
  padding-right: 28rem;
}

.dd-pr-29 {
  padding-right: 29rem;
}

.dd-pr-30 {
  padding-right: 30rem;
}

.dd-p-0 {
  padding: 0rem;
}

.dd-p-1 {
  padding: 1rem;
}

.dd-p-2 {
  padding: 2rem;
}

.dd-p-3 {
  padding: 3rem;
}

.dd-p-4 {
  padding: 4rem;
}

.dd-p-5 {
  padding: 5rem;
}

.dd-p-6 {
  padding: 6rem;
}

.dd-p-7 {
  padding: 7rem;
}

.dd-p-8 {
  padding: 8rem;
}

.dd-p-9 {
  padding: 9rem;
}

.dd-p-10 {
  padding: 10rem;
}

.dd-p-11 {
  padding: 11rem;
}

.dd-p-12 {
  padding: 12rem;
}

.dd-p-13 {
  padding: 13rem;
}

.dd-p-14 {
  padding: 14rem;
}

.dd-p-15 {
  padding: 15rem;
}

.dd-p-16 {
  padding: 16rem;
}

.dd-p-17 {
  padding: 17rem;
}

.dd-p-18 {
  padding: 18rem;
}

.dd-p-19 {
  padding: 19rem;
}

.dd-p-20 {
  padding: 20rem;
}

.dd-p-21 {
  padding: 21rem;
}

.dd-p-22 {
  padding: 22rem;
}

.dd-p-23 {
  padding: 23rem;
}

.dd-p-24 {
  padding: 24rem;
}

.dd-p-25 {
  padding: 25rem;
}

.dd-p-26 {
  padding: 26rem;
}

.dd-p-27 {
  padding: 27rem;
}

.dd-p-28 {
  padding: 28rem;
}

.dd-p-29 {
  padding: 29rem;
}

.dd-p-30 {
  padding: 30rem;
}

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

.dd-py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dd-py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dd-py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dd-py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dd-py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.dd-py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.dd-py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.dd-py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.dd-py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.dd-py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.dd-py-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.dd-py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.dd-py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.dd-py-14 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.dd-py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.dd-py-16 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.dd-py-17 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.dd-py-18 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.dd-py-19 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.dd-py-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.dd-py-21 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}

.dd-py-22 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.dd-py-23 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.dd-py-24 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.dd-py-25 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.dd-py-26 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.dd-py-27 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}

.dd-py-28 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.dd-py-29 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}

.dd-py-30 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

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

.dd-px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.dd-px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dd-px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.dd-px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.dd-px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.dd-px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.dd-px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.dd-px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.dd-px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.dd-px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.dd-px-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.dd-px-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.dd-px-13 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.dd-px-14 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.dd-px-15 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.dd-px-16 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.dd-px-17 {
  padding-left: 17rem;
  padding-right: 17rem;
}

.dd-px-18 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.dd-px-19 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.dd-px-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.dd-px-21 {
  padding-left: 21rem;
  padding-right: 21rem;
}

.dd-px-22 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.dd-px-23 {
  padding-left: 23rem;
  padding-right: 23rem;
}

.dd-px-24 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.dd-px-25 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.dd-px-26 {
  padding-left: 26rem;
  padding-right: 26rem;
}

.dd-px-27 {
  padding-left: 27rem;
  padding-right: 27rem;
}

.dd-px-28 {
  padding-left: 28rem;
  padding-right: 28rem;
}

.dd-px-29 {
  padding-left: 29rem;
  padding-right: 29rem;
}

.dd-px-30 {
  padding-left: 30rem;
  padding-right: 30rem;
}

@media screen and (min-width: 0) {
  .dd-xs-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-xs-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-xs-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-xs-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-xs-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-xs-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-xs-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-xs-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-xs-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-xs-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-xs-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-xs-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-xs-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-xs-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-xs-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-xs-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-xs-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-xs-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-xs-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-xs-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-xs-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-xs-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-xs-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-xs-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-xs-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-xs-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-xs-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-xs-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-xs-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-xs-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-xs-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-xs-mt-0 {
    margin-top: 0rem;
  }
  .dd-xs-mt-1 {
    margin-top: 1rem;
  }
  .dd-xs-mt-2 {
    margin-top: 2rem;
  }
  .dd-xs-mt-3 {
    margin-top: 3rem;
  }
  .dd-xs-mt-4 {
    margin-top: 4rem;
  }
  .dd-xs-mt-5 {
    margin-top: 5rem;
  }
  .dd-xs-mt-6 {
    margin-top: 6rem;
  }
  .dd-xs-mt-7 {
    margin-top: 7rem;
  }
  .dd-xs-mt-8 {
    margin-top: 8rem;
  }
  .dd-xs-mt-9 {
    margin-top: 9rem;
  }
  .dd-xs-mt-10 {
    margin-top: 10rem;
  }
  .dd-xs-mt-11 {
    margin-top: 11rem;
  }
  .dd-xs-mt-12 {
    margin-top: 12rem;
  }
  .dd-xs-mt-13 {
    margin-top: 13rem;
  }
  .dd-xs-mt-14 {
    margin-top: 14rem;
  }
  .dd-xs-mt-15 {
    margin-top: 15rem;
  }
  .dd-xs-mt-16 {
    margin-top: 16rem;
  }
  .dd-xs-mt-17 {
    margin-top: 17rem;
  }
  .dd-xs-mt-18 {
    margin-top: 18rem;
  }
  .dd-xs-mt-19 {
    margin-top: 19rem;
  }
  .dd-xs-mt-20 {
    margin-top: 20rem;
  }
  .dd-xs-mt-21 {
    margin-top: 21rem;
  }
  .dd-xs-mt-22 {
    margin-top: 22rem;
  }
  .dd-xs-mt-23 {
    margin-top: 23rem;
  }
  .dd-xs-mt-24 {
    margin-top: 24rem;
  }
  .dd-xs-mt-25 {
    margin-top: 25rem;
  }
  .dd-xs-mt-26 {
    margin-top: 26rem;
  }
  .dd-xs-mt-27 {
    margin-top: 27rem;
  }
  .dd-xs-mt-28 {
    margin-top: 28rem;
  }
  .dd-xs-mt-29 {
    margin-top: 29rem;
  }
  .dd-xs-mt-30 {
    margin-top: 30rem;
  }
  .dd-xs-ml-0 {
    margin-left: 0rem;
  }
  .dd-xs-ml-1 {
    margin-left: 1rem;
  }
  .dd-xs-ml-2 {
    margin-left: 2rem;
  }
  .dd-xs-ml-3 {
    margin-left: 3rem;
  }
  .dd-xs-ml-4 {
    margin-left: 4rem;
  }
  .dd-xs-ml-5 {
    margin-left: 5rem;
  }
  .dd-xs-ml-6 {
    margin-left: 6rem;
  }
  .dd-xs-ml-7 {
    margin-left: 7rem;
  }
  .dd-xs-ml-8 {
    margin-left: 8rem;
  }
  .dd-xs-ml-9 {
    margin-left: 9rem;
  }
  .dd-xs-ml-10 {
    margin-left: 10rem;
  }
  .dd-xs-ml-11 {
    margin-left: 11rem;
  }
  .dd-xs-ml-12 {
    margin-left: 12rem;
  }
  .dd-xs-ml-13 {
    margin-left: 13rem;
  }
  .dd-xs-ml-14 {
    margin-left: 14rem;
  }
  .dd-xs-ml-15 {
    margin-left: 15rem;
  }
  .dd-xs-ml-16 {
    margin-left: 16rem;
  }
  .dd-xs-ml-17 {
    margin-left: 17rem;
  }
  .dd-xs-ml-18 {
    margin-left: 18rem;
  }
  .dd-xs-ml-19 {
    margin-left: 19rem;
  }
  .dd-xs-ml-20 {
    margin-left: 20rem;
  }
  .dd-xs-ml-21 {
    margin-left: 21rem;
  }
  .dd-xs-ml-22 {
    margin-left: 22rem;
  }
  .dd-xs-ml-23 {
    margin-left: 23rem;
  }
  .dd-xs-ml-24 {
    margin-left: 24rem;
  }
  .dd-xs-ml-25 {
    margin-left: 25rem;
  }
  .dd-xs-ml-26 {
    margin-left: 26rem;
  }
  .dd-xs-ml-27 {
    margin-left: 27rem;
  }
  .dd-xs-ml-28 {
    margin-left: 28rem;
  }
  .dd-xs-ml-29 {
    margin-left: 29rem;
  }
  .dd-xs-ml-30 {
    margin-left: 30rem;
  }
  .dd-xs-mr-0 {
    margin-right: 0rem;
  }
  .dd-xs-mr-1 {
    margin-right: 1rem;
  }
  .dd-xs-mr-2 {
    margin-right: 2rem;
  }
  .dd-xs-mr-3 {
    margin-right: 3rem;
  }
  .dd-xs-mr-4 {
    margin-right: 4rem;
  }
  .dd-xs-mr-5 {
    margin-right: 5rem;
  }
  .dd-xs-mr-6 {
    margin-right: 6rem;
  }
  .dd-xs-mr-7 {
    margin-right: 7rem;
  }
  .dd-xs-mr-8 {
    margin-right: 8rem;
  }
  .dd-xs-mr-9 {
    margin-right: 9rem;
  }
  .dd-xs-mr-10 {
    margin-right: 10rem;
  }
  .dd-xs-mr-11 {
    margin-right: 11rem;
  }
  .dd-xs-mr-12 {
    margin-right: 12rem;
  }
  .dd-xs-mr-13 {
    margin-right: 13rem;
  }
  .dd-xs-mr-14 {
    margin-right: 14rem;
  }
  .dd-xs-mr-15 {
    margin-right: 15rem;
  }
  .dd-xs-mr-16 {
    margin-right: 16rem;
  }
  .dd-xs-mr-17 {
    margin-right: 17rem;
  }
  .dd-xs-mr-18 {
    margin-right: 18rem;
  }
  .dd-xs-mr-19 {
    margin-right: 19rem;
  }
  .dd-xs-mr-20 {
    margin-right: 20rem;
  }
  .dd-xs-mr-21 {
    margin-right: 21rem;
  }
  .dd-xs-mr-22 {
    margin-right: 22rem;
  }
  .dd-xs-mr-23 {
    margin-right: 23rem;
  }
  .dd-xs-mr-24 {
    margin-right: 24rem;
  }
  .dd-xs-mr-25 {
    margin-right: 25rem;
  }
  .dd-xs-mr-26 {
    margin-right: 26rem;
  }
  .dd-xs-mr-27 {
    margin-right: 27rem;
  }
  .dd-xs-mr-28 {
    margin-right: 28rem;
  }
  .dd-xs-mr-29 {
    margin-right: 29rem;
  }
  .dd-xs-mr-30 {
    margin-right: 30rem;
  }
  .dd-xs-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-xs-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-xs-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-xs-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-xs-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-xs-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-xs-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-xs-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-xs-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-xs-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-xs-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-xs-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-xs-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-xs-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-xs-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-xs-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-xs-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-xs-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-xs-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-xs-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-xs-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-xs-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-xs-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-xs-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-xs-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-xs-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-xs-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-xs-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-xs-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-xs-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-xs-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-xs-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-xs-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-xs-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-xs-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-xs-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-xs-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-xs-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-xs-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-xs-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-xs-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-xs-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-xs-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-xs-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-xs-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-xs-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-xs-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-xs-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-xs-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-xs-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-xs-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-xs-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-xs-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-xs-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-xs-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-xs-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-xs-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-xs-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-xs-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-xs-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-xs-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-xs-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-xs-m-0 {
    margin: 0rem;
  }
  .dd-xs-m-1 {
    margin: 1rem;
  }
  .dd-xs-m-2 {
    margin: 2rem;
  }
  .dd-xs-m-3 {
    margin: 3rem;
  }
  .dd-xs-m-4 {
    margin: 4rem;
  }
  .dd-xs-m-5 {
    margin: 5rem;
  }
  .dd-xs-m-6 {
    margin: 6rem;
  }
  .dd-xs-m-7 {
    margin: 7rem;
  }
  .dd-xs-m-8 {
    margin: 8rem;
  }
  .dd-xs-m-9 {
    margin: 9rem;
  }
  .dd-xs-m-10 {
    margin: 10rem;
  }
  .dd-xs-m-11 {
    margin: 11rem;
  }
  .dd-xs-m-12 {
    margin: 12rem;
  }
  .dd-xs-m-13 {
    margin: 13rem;
  }
  .dd-xs-m-14 {
    margin: 14rem;
  }
  .dd-xs-m-15 {
    margin: 15rem;
  }
  .dd-xs-m-16 {
    margin: 16rem;
  }
  .dd-xs-m-17 {
    margin: 17rem;
  }
  .dd-xs-m-18 {
    margin: 18rem;
  }
  .dd-xs-m-19 {
    margin: 19rem;
  }
  .dd-xs-m-20 {
    margin: 20rem;
  }
  .dd-xs-m-21 {
    margin: 21rem;
  }
  .dd-xs-m-22 {
    margin: 22rem;
  }
  .dd-xs-m-23 {
    margin: 23rem;
  }
  .dd-xs-m-24 {
    margin: 24rem;
  }
  .dd-xs-m-25 {
    margin: 25rem;
  }
  .dd-xs-m-26 {
    margin: 26rem;
  }
  .dd-xs-m-27 {
    margin: 27rem;
  }
  .dd-xs-m-28 {
    margin: 28rem;
  }
  .dd-xs-m-29 {
    margin: 29rem;
  }
  .dd-xs-m-30 {
    margin: 30rem;
  }
  .dd-xs-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-xs-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-xs-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-xs-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-xs-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-xs-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-xs-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-xs-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-xs-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-xs-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-xs-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-xs-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-xs-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-xs-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-xs-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-xs-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-xs-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-xs-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-xs-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-xs-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-xs-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-xs-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-xs-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-xs-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-xs-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-xs-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-xs-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-xs-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-xs-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-xs-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-xs-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-xs-pt-0 {
    padding-top: 0rem;
  }
  .dd-xs-pt-1 {
    padding-top: 1rem;
  }
  .dd-xs-pt-2 {
    padding-top: 2rem;
  }
  .dd-xs-pt-3 {
    padding-top: 3rem;
  }
  .dd-xs-pt-4 {
    padding-top: 4rem;
  }
  .dd-xs-pt-5 {
    padding-top: 5rem;
  }
  .dd-xs-pt-6 {
    padding-top: 6rem;
  }
  .dd-xs-pt-7 {
    padding-top: 7rem;
  }
  .dd-xs-pt-8 {
    padding-top: 8rem;
  }
  .dd-xs-pt-9 {
    padding-top: 9rem;
  }
  .dd-xs-pt-10 {
    padding-top: 10rem;
  }
  .dd-xs-pt-11 {
    padding-top: 11rem;
  }
  .dd-xs-pt-12 {
    padding-top: 12rem;
  }
  .dd-xs-pt-13 {
    padding-top: 13rem;
  }
  .dd-xs-pt-14 {
    padding-top: 14rem;
  }
  .dd-xs-pt-15 {
    padding-top: 15rem;
  }
  .dd-xs-pt-16 {
    padding-top: 16rem;
  }
  .dd-xs-pt-17 {
    padding-top: 17rem;
  }
  .dd-xs-pt-18 {
    padding-top: 18rem;
  }
  .dd-xs-pt-19 {
    padding-top: 19rem;
  }
  .dd-xs-pt-20 {
    padding-top: 20rem;
  }
  .dd-xs-pt-21 {
    padding-top: 21rem;
  }
  .dd-xs-pt-22 {
    padding-top: 22rem;
  }
  .dd-xs-pt-23 {
    padding-top: 23rem;
  }
  .dd-xs-pt-24 {
    padding-top: 24rem;
  }
  .dd-xs-pt-25 {
    padding-top: 25rem;
  }
  .dd-xs-pt-26 {
    padding-top: 26rem;
  }
  .dd-xs-pt-27 {
    padding-top: 27rem;
  }
  .dd-xs-pt-28 {
    padding-top: 28rem;
  }
  .dd-xs-pt-29 {
    padding-top: 29rem;
  }
  .dd-xs-pt-30 {
    padding-top: 30rem;
  }
  .dd-xs-pl-0 {
    padding-left: 0rem;
  }
  .dd-xs-pl-1 {
    padding-left: 1rem;
  }
  .dd-xs-pl-2 {
    padding-left: 2rem;
  }
  .dd-xs-pl-3 {
    padding-left: 3rem;
  }
  .dd-xs-pl-4 {
    padding-left: 4rem;
  }
  .dd-xs-pl-5 {
    padding-left: 5rem;
  }
  .dd-xs-pl-6 {
    padding-left: 6rem;
  }
  .dd-xs-pl-7 {
    padding-left: 7rem;
  }
  .dd-xs-pl-8 {
    padding-left: 8rem;
  }
  .dd-xs-pl-9 {
    padding-left: 9rem;
  }
  .dd-xs-pl-10 {
    padding-left: 10rem;
  }
  .dd-xs-pl-11 {
    padding-left: 11rem;
  }
  .dd-xs-pl-12 {
    padding-left: 12rem;
  }
  .dd-xs-pl-13 {
    padding-left: 13rem;
  }
  .dd-xs-pl-14 {
    padding-left: 14rem;
  }
  .dd-xs-pl-15 {
    padding-left: 15rem;
  }
  .dd-xs-pl-16 {
    padding-left: 16rem;
  }
  .dd-xs-pl-17 {
    padding-left: 17rem;
  }
  .dd-xs-pl-18 {
    padding-left: 18rem;
  }
  .dd-xs-pl-19 {
    padding-left: 19rem;
  }
  .dd-xs-pl-20 {
    padding-left: 20rem;
  }
  .dd-xs-pl-21 {
    padding-left: 21rem;
  }
  .dd-xs-pl-22 {
    padding-left: 22rem;
  }
  .dd-xs-pl-23 {
    padding-left: 23rem;
  }
  .dd-xs-pl-24 {
    padding-left: 24rem;
  }
  .dd-xs-pl-25 {
    padding-left: 25rem;
  }
  .dd-xs-pl-26 {
    padding-left: 26rem;
  }
  .dd-xs-pl-27 {
    padding-left: 27rem;
  }
  .dd-xs-pl-28 {
    padding-left: 28rem;
  }
  .dd-xs-pl-29 {
    padding-left: 29rem;
  }
  .dd-xs-pl-30 {
    padding-left: 30rem;
  }
  .dd-xs-pr-0 {
    padding-right: 0rem;
  }
  .dd-xs-pr-1 {
    padding-right: 1rem;
  }
  .dd-xs-pr-2 {
    padding-right: 2rem;
  }
  .dd-xs-pr-3 {
    padding-right: 3rem;
  }
  .dd-xs-pr-4 {
    padding-right: 4rem;
  }
  .dd-xs-pr-5 {
    padding-right: 5rem;
  }
  .dd-xs-pr-6 {
    padding-right: 6rem;
  }
  .dd-xs-pr-7 {
    padding-right: 7rem;
  }
  .dd-xs-pr-8 {
    padding-right: 8rem;
  }
  .dd-xs-pr-9 {
    padding-right: 9rem;
  }
  .dd-xs-pr-10 {
    padding-right: 10rem;
  }
  .dd-xs-pr-11 {
    padding-right: 11rem;
  }
  .dd-xs-pr-12 {
    padding-right: 12rem;
  }
  .dd-xs-pr-13 {
    padding-right: 13rem;
  }
  .dd-xs-pr-14 {
    padding-right: 14rem;
  }
  .dd-xs-pr-15 {
    padding-right: 15rem;
  }
  .dd-xs-pr-16 {
    padding-right: 16rem;
  }
  .dd-xs-pr-17 {
    padding-right: 17rem;
  }
  .dd-xs-pr-18 {
    padding-right: 18rem;
  }
  .dd-xs-pr-19 {
    padding-right: 19rem;
  }
  .dd-xs-pr-20 {
    padding-right: 20rem;
  }
  .dd-xs-pr-21 {
    padding-right: 21rem;
  }
  .dd-xs-pr-22 {
    padding-right: 22rem;
  }
  .dd-xs-pr-23 {
    padding-right: 23rem;
  }
  .dd-xs-pr-24 {
    padding-right: 24rem;
  }
  .dd-xs-pr-25 {
    padding-right: 25rem;
  }
  .dd-xs-pr-26 {
    padding-right: 26rem;
  }
  .dd-xs-pr-27 {
    padding-right: 27rem;
  }
  .dd-xs-pr-28 {
    padding-right: 28rem;
  }
  .dd-xs-pr-29 {
    padding-right: 29rem;
  }
  .dd-xs-pr-30 {
    padding-right: 30rem;
  }
  .dd-xs-p-0 {
    padding: 0rem;
  }
  .dd-xs-p-1 {
    padding: 1rem;
  }
  .dd-xs-p-2 {
    padding: 2rem;
  }
  .dd-xs-p-3 {
    padding: 3rem;
  }
  .dd-xs-p-4 {
    padding: 4rem;
  }
  .dd-xs-p-5 {
    padding: 5rem;
  }
  .dd-xs-p-6 {
    padding: 6rem;
  }
  .dd-xs-p-7 {
    padding: 7rem;
  }
  .dd-xs-p-8 {
    padding: 8rem;
  }
  .dd-xs-p-9 {
    padding: 9rem;
  }
  .dd-xs-p-10 {
    padding: 10rem;
  }
  .dd-xs-p-11 {
    padding: 11rem;
  }
  .dd-xs-p-12 {
    padding: 12rem;
  }
  .dd-xs-p-13 {
    padding: 13rem;
  }
  .dd-xs-p-14 {
    padding: 14rem;
  }
  .dd-xs-p-15 {
    padding: 15rem;
  }
  .dd-xs-p-16 {
    padding: 16rem;
  }
  .dd-xs-p-17 {
    padding: 17rem;
  }
  .dd-xs-p-18 {
    padding: 18rem;
  }
  .dd-xs-p-19 {
    padding: 19rem;
  }
  .dd-xs-p-20 {
    padding: 20rem;
  }
  .dd-xs-p-21 {
    padding: 21rem;
  }
  .dd-xs-p-22 {
    padding: 22rem;
  }
  .dd-xs-p-23 {
    padding: 23rem;
  }
  .dd-xs-p-24 {
    padding: 24rem;
  }
  .dd-xs-p-25 {
    padding: 25rem;
  }
  .dd-xs-p-26 {
    padding: 26rem;
  }
  .dd-xs-p-27 {
    padding: 27rem;
  }
  .dd-xs-p-28 {
    padding: 28rem;
  }
  .dd-xs-p-29 {
    padding: 29rem;
  }
  .dd-xs-p-30 {
    padding: 30rem;
  }
  .dd-xs-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-xs-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-xs-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-xs-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-xs-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-xs-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-xs-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-xs-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-xs-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-xs-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-xs-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-xs-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-xs-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-xs-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-xs-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-xs-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-xs-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-xs-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-xs-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-xs-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-xs-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-xs-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-xs-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-xs-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-xs-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-xs-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-xs-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-xs-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-xs-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-xs-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-xs-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-xs-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-xs-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-xs-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-xs-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-xs-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-xs-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-xs-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-xs-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-xs-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-xs-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-xs-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-xs-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-xs-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-xs-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-xs-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-xs-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-xs-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-xs-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-xs-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-xs-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-xs-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-xs-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-xs-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-xs-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-xs-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-xs-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-xs-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-xs-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-xs-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-xs-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-xs-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 576px) {
  .dd-sm-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-sm-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-sm-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-sm-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-sm-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-sm-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-sm-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-sm-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-sm-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-sm-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-sm-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-sm-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-sm-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-sm-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-sm-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-sm-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-sm-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-sm-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-sm-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-sm-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-sm-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-sm-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-sm-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-sm-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-sm-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-sm-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-sm-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-sm-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-sm-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-sm-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-sm-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-sm-mt-0 {
    margin-top: 0rem;
  }
  .dd-sm-mt-1 {
    margin-top: 1rem;
  }
  .dd-sm-mt-2 {
    margin-top: 2rem;
  }
  .dd-sm-mt-3 {
    margin-top: 3rem;
  }
  .dd-sm-mt-4 {
    margin-top: 4rem;
  }
  .dd-sm-mt-5 {
    margin-top: 5rem;
  }
  .dd-sm-mt-6 {
    margin-top: 6rem;
  }
  .dd-sm-mt-7 {
    margin-top: 7rem;
  }
  .dd-sm-mt-8 {
    margin-top: 8rem;
  }
  .dd-sm-mt-9 {
    margin-top: 9rem;
  }
  .dd-sm-mt-10 {
    margin-top: 10rem;
  }
  .dd-sm-mt-11 {
    margin-top: 11rem;
  }
  .dd-sm-mt-12 {
    margin-top: 12rem;
  }
  .dd-sm-mt-13 {
    margin-top: 13rem;
  }
  .dd-sm-mt-14 {
    margin-top: 14rem;
  }
  .dd-sm-mt-15 {
    margin-top: 15rem;
  }
  .dd-sm-mt-16 {
    margin-top: 16rem;
  }
  .dd-sm-mt-17 {
    margin-top: 17rem;
  }
  .dd-sm-mt-18 {
    margin-top: 18rem;
  }
  .dd-sm-mt-19 {
    margin-top: 19rem;
  }
  .dd-sm-mt-20 {
    margin-top: 20rem;
  }
  .dd-sm-mt-21 {
    margin-top: 21rem;
  }
  .dd-sm-mt-22 {
    margin-top: 22rem;
  }
  .dd-sm-mt-23 {
    margin-top: 23rem;
  }
  .dd-sm-mt-24 {
    margin-top: 24rem;
  }
  .dd-sm-mt-25 {
    margin-top: 25rem;
  }
  .dd-sm-mt-26 {
    margin-top: 26rem;
  }
  .dd-sm-mt-27 {
    margin-top: 27rem;
  }
  .dd-sm-mt-28 {
    margin-top: 28rem;
  }
  .dd-sm-mt-29 {
    margin-top: 29rem;
  }
  .dd-sm-mt-30 {
    margin-top: 30rem;
  }
  .dd-sm-ml-0 {
    margin-left: 0rem;
  }
  .dd-sm-ml-1 {
    margin-left: 1rem;
  }
  .dd-sm-ml-2 {
    margin-left: 2rem;
  }
  .dd-sm-ml-3 {
    margin-left: 3rem;
  }
  .dd-sm-ml-4 {
    margin-left: 4rem;
  }
  .dd-sm-ml-5 {
    margin-left: 5rem;
  }
  .dd-sm-ml-6 {
    margin-left: 6rem;
  }
  .dd-sm-ml-7 {
    margin-left: 7rem;
  }
  .dd-sm-ml-8 {
    margin-left: 8rem;
  }
  .dd-sm-ml-9 {
    margin-left: 9rem;
  }
  .dd-sm-ml-10 {
    margin-left: 10rem;
  }
  .dd-sm-ml-11 {
    margin-left: 11rem;
  }
  .dd-sm-ml-12 {
    margin-left: 12rem;
  }
  .dd-sm-ml-13 {
    margin-left: 13rem;
  }
  .dd-sm-ml-14 {
    margin-left: 14rem;
  }
  .dd-sm-ml-15 {
    margin-left: 15rem;
  }
  .dd-sm-ml-16 {
    margin-left: 16rem;
  }
  .dd-sm-ml-17 {
    margin-left: 17rem;
  }
  .dd-sm-ml-18 {
    margin-left: 18rem;
  }
  .dd-sm-ml-19 {
    margin-left: 19rem;
  }
  .dd-sm-ml-20 {
    margin-left: 20rem;
  }
  .dd-sm-ml-21 {
    margin-left: 21rem;
  }
  .dd-sm-ml-22 {
    margin-left: 22rem;
  }
  .dd-sm-ml-23 {
    margin-left: 23rem;
  }
  .dd-sm-ml-24 {
    margin-left: 24rem;
  }
  .dd-sm-ml-25 {
    margin-left: 25rem;
  }
  .dd-sm-ml-26 {
    margin-left: 26rem;
  }
  .dd-sm-ml-27 {
    margin-left: 27rem;
  }
  .dd-sm-ml-28 {
    margin-left: 28rem;
  }
  .dd-sm-ml-29 {
    margin-left: 29rem;
  }
  .dd-sm-ml-30 {
    margin-left: 30rem;
  }
  .dd-sm-mr-0 {
    margin-right: 0rem;
  }
  .dd-sm-mr-1 {
    margin-right: 1rem;
  }
  .dd-sm-mr-2 {
    margin-right: 2rem;
  }
  .dd-sm-mr-3 {
    margin-right: 3rem;
  }
  .dd-sm-mr-4 {
    margin-right: 4rem;
  }
  .dd-sm-mr-5 {
    margin-right: 5rem;
  }
  .dd-sm-mr-6 {
    margin-right: 6rem;
  }
  .dd-sm-mr-7 {
    margin-right: 7rem;
  }
  .dd-sm-mr-8 {
    margin-right: 8rem;
  }
  .dd-sm-mr-9 {
    margin-right: 9rem;
  }
  .dd-sm-mr-10 {
    margin-right: 10rem;
  }
  .dd-sm-mr-11 {
    margin-right: 11rem;
  }
  .dd-sm-mr-12 {
    margin-right: 12rem;
  }
  .dd-sm-mr-13 {
    margin-right: 13rem;
  }
  .dd-sm-mr-14 {
    margin-right: 14rem;
  }
  .dd-sm-mr-15 {
    margin-right: 15rem;
  }
  .dd-sm-mr-16 {
    margin-right: 16rem;
  }
  .dd-sm-mr-17 {
    margin-right: 17rem;
  }
  .dd-sm-mr-18 {
    margin-right: 18rem;
  }
  .dd-sm-mr-19 {
    margin-right: 19rem;
  }
  .dd-sm-mr-20 {
    margin-right: 20rem;
  }
  .dd-sm-mr-21 {
    margin-right: 21rem;
  }
  .dd-sm-mr-22 {
    margin-right: 22rem;
  }
  .dd-sm-mr-23 {
    margin-right: 23rem;
  }
  .dd-sm-mr-24 {
    margin-right: 24rem;
  }
  .dd-sm-mr-25 {
    margin-right: 25rem;
  }
  .dd-sm-mr-26 {
    margin-right: 26rem;
  }
  .dd-sm-mr-27 {
    margin-right: 27rem;
  }
  .dd-sm-mr-28 {
    margin-right: 28rem;
  }
  .dd-sm-mr-29 {
    margin-right: 29rem;
  }
  .dd-sm-mr-30 {
    margin-right: 30rem;
  }
  .dd-sm-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-sm-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-sm-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-sm-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-sm-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-sm-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-sm-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-sm-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-sm-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-sm-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-sm-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-sm-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-sm-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-sm-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-sm-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-sm-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-sm-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-sm-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-sm-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-sm-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-sm-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-sm-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-sm-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-sm-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-sm-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-sm-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-sm-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-sm-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-sm-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-sm-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-sm-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-sm-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-sm-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-sm-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-sm-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-sm-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-sm-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-sm-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-sm-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-sm-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-sm-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-sm-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-sm-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-sm-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-sm-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-sm-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-sm-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-sm-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-sm-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-sm-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-sm-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-sm-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-sm-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-sm-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-sm-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-sm-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-sm-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-sm-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-sm-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-sm-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-sm-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-sm-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-sm-m-0 {
    margin: 0rem;
  }
  .dd-sm-m-1 {
    margin: 1rem;
  }
  .dd-sm-m-2 {
    margin: 2rem;
  }
  .dd-sm-m-3 {
    margin: 3rem;
  }
  .dd-sm-m-4 {
    margin: 4rem;
  }
  .dd-sm-m-5 {
    margin: 5rem;
  }
  .dd-sm-m-6 {
    margin: 6rem;
  }
  .dd-sm-m-7 {
    margin: 7rem;
  }
  .dd-sm-m-8 {
    margin: 8rem;
  }
  .dd-sm-m-9 {
    margin: 9rem;
  }
  .dd-sm-m-10 {
    margin: 10rem;
  }
  .dd-sm-m-11 {
    margin: 11rem;
  }
  .dd-sm-m-12 {
    margin: 12rem;
  }
  .dd-sm-m-13 {
    margin: 13rem;
  }
  .dd-sm-m-14 {
    margin: 14rem;
  }
  .dd-sm-m-15 {
    margin: 15rem;
  }
  .dd-sm-m-16 {
    margin: 16rem;
  }
  .dd-sm-m-17 {
    margin: 17rem;
  }
  .dd-sm-m-18 {
    margin: 18rem;
  }
  .dd-sm-m-19 {
    margin: 19rem;
  }
  .dd-sm-m-20 {
    margin: 20rem;
  }
  .dd-sm-m-21 {
    margin: 21rem;
  }
  .dd-sm-m-22 {
    margin: 22rem;
  }
  .dd-sm-m-23 {
    margin: 23rem;
  }
  .dd-sm-m-24 {
    margin: 24rem;
  }
  .dd-sm-m-25 {
    margin: 25rem;
  }
  .dd-sm-m-26 {
    margin: 26rem;
  }
  .dd-sm-m-27 {
    margin: 27rem;
  }
  .dd-sm-m-28 {
    margin: 28rem;
  }
  .dd-sm-m-29 {
    margin: 29rem;
  }
  .dd-sm-m-30 {
    margin: 30rem;
  }
  .dd-sm-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-sm-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-sm-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-sm-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-sm-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-sm-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-sm-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-sm-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-sm-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-sm-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-sm-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-sm-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-sm-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-sm-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-sm-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-sm-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-sm-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-sm-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-sm-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-sm-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-sm-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-sm-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-sm-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-sm-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-sm-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-sm-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-sm-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-sm-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-sm-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-sm-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-sm-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-sm-pt-0 {
    padding-top: 0rem;
  }
  .dd-sm-pt-1 {
    padding-top: 1rem;
  }
  .dd-sm-pt-2 {
    padding-top: 2rem;
  }
  .dd-sm-pt-3 {
    padding-top: 3rem;
  }
  .dd-sm-pt-4 {
    padding-top: 4rem;
  }
  .dd-sm-pt-5 {
    padding-top: 5rem;
  }
  .dd-sm-pt-6 {
    padding-top: 6rem;
  }
  .dd-sm-pt-7 {
    padding-top: 7rem;
  }
  .dd-sm-pt-8 {
    padding-top: 8rem;
  }
  .dd-sm-pt-9 {
    padding-top: 9rem;
  }
  .dd-sm-pt-10 {
    padding-top: 10rem;
  }
  .dd-sm-pt-11 {
    padding-top: 11rem;
  }
  .dd-sm-pt-12 {
    padding-top: 12rem;
  }
  .dd-sm-pt-13 {
    padding-top: 13rem;
  }
  .dd-sm-pt-14 {
    padding-top: 14rem;
  }
  .dd-sm-pt-15 {
    padding-top: 15rem;
  }
  .dd-sm-pt-16 {
    padding-top: 16rem;
  }
  .dd-sm-pt-17 {
    padding-top: 17rem;
  }
  .dd-sm-pt-18 {
    padding-top: 18rem;
  }
  .dd-sm-pt-19 {
    padding-top: 19rem;
  }
  .dd-sm-pt-20 {
    padding-top: 20rem;
  }
  .dd-sm-pt-21 {
    padding-top: 21rem;
  }
  .dd-sm-pt-22 {
    padding-top: 22rem;
  }
  .dd-sm-pt-23 {
    padding-top: 23rem;
  }
  .dd-sm-pt-24 {
    padding-top: 24rem;
  }
  .dd-sm-pt-25 {
    padding-top: 25rem;
  }
  .dd-sm-pt-26 {
    padding-top: 26rem;
  }
  .dd-sm-pt-27 {
    padding-top: 27rem;
  }
  .dd-sm-pt-28 {
    padding-top: 28rem;
  }
  .dd-sm-pt-29 {
    padding-top: 29rem;
  }
  .dd-sm-pt-30 {
    padding-top: 30rem;
  }
  .dd-sm-pl-0 {
    padding-left: 0rem;
  }
  .dd-sm-pl-1 {
    padding-left: 1rem;
  }
  .dd-sm-pl-2 {
    padding-left: 2rem;
  }
  .dd-sm-pl-3 {
    padding-left: 3rem;
  }
  .dd-sm-pl-4 {
    padding-left: 4rem;
  }
  .dd-sm-pl-5 {
    padding-left: 5rem;
  }
  .dd-sm-pl-6 {
    padding-left: 6rem;
  }
  .dd-sm-pl-7 {
    padding-left: 7rem;
  }
  .dd-sm-pl-8 {
    padding-left: 8rem;
  }
  .dd-sm-pl-9 {
    padding-left: 9rem;
  }
  .dd-sm-pl-10 {
    padding-left: 10rem;
  }
  .dd-sm-pl-11 {
    padding-left: 11rem;
  }
  .dd-sm-pl-12 {
    padding-left: 12rem;
  }
  .dd-sm-pl-13 {
    padding-left: 13rem;
  }
  .dd-sm-pl-14 {
    padding-left: 14rem;
  }
  .dd-sm-pl-15 {
    padding-left: 15rem;
  }
  .dd-sm-pl-16 {
    padding-left: 16rem;
  }
  .dd-sm-pl-17 {
    padding-left: 17rem;
  }
  .dd-sm-pl-18 {
    padding-left: 18rem;
  }
  .dd-sm-pl-19 {
    padding-left: 19rem;
  }
  .dd-sm-pl-20 {
    padding-left: 20rem;
  }
  .dd-sm-pl-21 {
    padding-left: 21rem;
  }
  .dd-sm-pl-22 {
    padding-left: 22rem;
  }
  .dd-sm-pl-23 {
    padding-left: 23rem;
  }
  .dd-sm-pl-24 {
    padding-left: 24rem;
  }
  .dd-sm-pl-25 {
    padding-left: 25rem;
  }
  .dd-sm-pl-26 {
    padding-left: 26rem;
  }
  .dd-sm-pl-27 {
    padding-left: 27rem;
  }
  .dd-sm-pl-28 {
    padding-left: 28rem;
  }
  .dd-sm-pl-29 {
    padding-left: 29rem;
  }
  .dd-sm-pl-30 {
    padding-left: 30rem;
  }
  .dd-sm-pr-0 {
    padding-right: 0rem;
  }
  .dd-sm-pr-1 {
    padding-right: 1rem;
  }
  .dd-sm-pr-2 {
    padding-right: 2rem;
  }
  .dd-sm-pr-3 {
    padding-right: 3rem;
  }
  .dd-sm-pr-4 {
    padding-right: 4rem;
  }
  .dd-sm-pr-5 {
    padding-right: 5rem;
  }
  .dd-sm-pr-6 {
    padding-right: 6rem;
  }
  .dd-sm-pr-7 {
    padding-right: 7rem;
  }
  .dd-sm-pr-8 {
    padding-right: 8rem;
  }
  .dd-sm-pr-9 {
    padding-right: 9rem;
  }
  .dd-sm-pr-10 {
    padding-right: 10rem;
  }
  .dd-sm-pr-11 {
    padding-right: 11rem;
  }
  .dd-sm-pr-12 {
    padding-right: 12rem;
  }
  .dd-sm-pr-13 {
    padding-right: 13rem;
  }
  .dd-sm-pr-14 {
    padding-right: 14rem;
  }
  .dd-sm-pr-15 {
    padding-right: 15rem;
  }
  .dd-sm-pr-16 {
    padding-right: 16rem;
  }
  .dd-sm-pr-17 {
    padding-right: 17rem;
  }
  .dd-sm-pr-18 {
    padding-right: 18rem;
  }
  .dd-sm-pr-19 {
    padding-right: 19rem;
  }
  .dd-sm-pr-20 {
    padding-right: 20rem;
  }
  .dd-sm-pr-21 {
    padding-right: 21rem;
  }
  .dd-sm-pr-22 {
    padding-right: 22rem;
  }
  .dd-sm-pr-23 {
    padding-right: 23rem;
  }
  .dd-sm-pr-24 {
    padding-right: 24rem;
  }
  .dd-sm-pr-25 {
    padding-right: 25rem;
  }
  .dd-sm-pr-26 {
    padding-right: 26rem;
  }
  .dd-sm-pr-27 {
    padding-right: 27rem;
  }
  .dd-sm-pr-28 {
    padding-right: 28rem;
  }
  .dd-sm-pr-29 {
    padding-right: 29rem;
  }
  .dd-sm-pr-30 {
    padding-right: 30rem;
  }
  .dd-sm-p-0 {
    padding: 0rem;
  }
  .dd-sm-p-1 {
    padding: 1rem;
  }
  .dd-sm-p-2 {
    padding: 2rem;
  }
  .dd-sm-p-3 {
    padding: 3rem;
  }
  .dd-sm-p-4 {
    padding: 4rem;
  }
  .dd-sm-p-5 {
    padding: 5rem;
  }
  .dd-sm-p-6 {
    padding: 6rem;
  }
  .dd-sm-p-7 {
    padding: 7rem;
  }
  .dd-sm-p-8 {
    padding: 8rem;
  }
  .dd-sm-p-9 {
    padding: 9rem;
  }
  .dd-sm-p-10 {
    padding: 10rem;
  }
  .dd-sm-p-11 {
    padding: 11rem;
  }
  .dd-sm-p-12 {
    padding: 12rem;
  }
  .dd-sm-p-13 {
    padding: 13rem;
  }
  .dd-sm-p-14 {
    padding: 14rem;
  }
  .dd-sm-p-15 {
    padding: 15rem;
  }
  .dd-sm-p-16 {
    padding: 16rem;
  }
  .dd-sm-p-17 {
    padding: 17rem;
  }
  .dd-sm-p-18 {
    padding: 18rem;
  }
  .dd-sm-p-19 {
    padding: 19rem;
  }
  .dd-sm-p-20 {
    padding: 20rem;
  }
  .dd-sm-p-21 {
    padding: 21rem;
  }
  .dd-sm-p-22 {
    padding: 22rem;
  }
  .dd-sm-p-23 {
    padding: 23rem;
  }
  .dd-sm-p-24 {
    padding: 24rem;
  }
  .dd-sm-p-25 {
    padding: 25rem;
  }
  .dd-sm-p-26 {
    padding: 26rem;
  }
  .dd-sm-p-27 {
    padding: 27rem;
  }
  .dd-sm-p-28 {
    padding: 28rem;
  }
  .dd-sm-p-29 {
    padding: 29rem;
  }
  .dd-sm-p-30 {
    padding: 30rem;
  }
  .dd-sm-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-sm-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-sm-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-sm-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-sm-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-sm-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-sm-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-sm-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-sm-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-sm-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-sm-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-sm-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-sm-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-sm-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-sm-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-sm-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-sm-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-sm-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-sm-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-sm-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-sm-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-sm-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-sm-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-sm-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-sm-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-sm-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-sm-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-sm-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-sm-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-sm-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-sm-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-sm-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-sm-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-sm-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-sm-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-sm-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-sm-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-sm-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-sm-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-sm-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-sm-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-sm-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-sm-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-sm-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-sm-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-sm-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-sm-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-sm-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-sm-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-sm-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-sm-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-sm-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-sm-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-sm-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-sm-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-sm-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-sm-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-sm-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-sm-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-sm-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-sm-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-sm-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .dd-md-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-md-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-md-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-md-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-md-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-md-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-md-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-md-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-md-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-md-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-md-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-md-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-md-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-md-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-md-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-md-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-md-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-md-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-md-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-md-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-md-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-md-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-md-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-md-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-md-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-md-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-md-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-md-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-md-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-md-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-md-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-md-mt-0 {
    margin-top: 0rem;
  }
  .dd-md-mt-1 {
    margin-top: 1rem;
  }
  .dd-md-mt-2 {
    margin-top: 2rem;
  }
  .dd-md-mt-3 {
    margin-top: 3rem;
  }
  .dd-md-mt-4 {
    margin-top: 4rem;
  }
  .dd-md-mt-5 {
    margin-top: 5rem;
  }
  .dd-md-mt-6 {
    margin-top: 6rem;
  }
  .dd-md-mt-7 {
    margin-top: 7rem;
  }
  .dd-md-mt-8 {
    margin-top: 8rem;
  }
  .dd-md-mt-9 {
    margin-top: 9rem;
  }
  .dd-md-mt-10 {
    margin-top: 10rem;
  }
  .dd-md-mt-11 {
    margin-top: 11rem;
  }
  .dd-md-mt-12 {
    margin-top: 12rem;
  }
  .dd-md-mt-13 {
    margin-top: 13rem;
  }
  .dd-md-mt-14 {
    margin-top: 14rem;
  }
  .dd-md-mt-15 {
    margin-top: 15rem;
  }
  .dd-md-mt-16 {
    margin-top: 16rem;
  }
  .dd-md-mt-17 {
    margin-top: 17rem;
  }
  .dd-md-mt-18 {
    margin-top: 18rem;
  }
  .dd-md-mt-19 {
    margin-top: 19rem;
  }
  .dd-md-mt-20 {
    margin-top: 20rem;
  }
  .dd-md-mt-21 {
    margin-top: 21rem;
  }
  .dd-md-mt-22 {
    margin-top: 22rem;
  }
  .dd-md-mt-23 {
    margin-top: 23rem;
  }
  .dd-md-mt-24 {
    margin-top: 24rem;
  }
  .dd-md-mt-25 {
    margin-top: 25rem;
  }
  .dd-md-mt-26 {
    margin-top: 26rem;
  }
  .dd-md-mt-27 {
    margin-top: 27rem;
  }
  .dd-md-mt-28 {
    margin-top: 28rem;
  }
  .dd-md-mt-29 {
    margin-top: 29rem;
  }
  .dd-md-mt-30 {
    margin-top: 30rem;
  }
  .dd-md-ml-0 {
    margin-left: 0rem;
  }
  .dd-md-ml-1 {
    margin-left: 1rem;
  }
  .dd-md-ml-2 {
    margin-left: 2rem;
  }
  .dd-md-ml-3 {
    margin-left: 3rem;
  }
  .dd-md-ml-4 {
    margin-left: 4rem;
  }
  .dd-md-ml-5 {
    margin-left: 5rem;
  }
  .dd-md-ml-6 {
    margin-left: 6rem;
  }
  .dd-md-ml-7 {
    margin-left: 7rem;
  }
  .dd-md-ml-8 {
    margin-left: 8rem;
  }
  .dd-md-ml-9 {
    margin-left: 9rem;
  }
  .dd-md-ml-10 {
    margin-left: 10rem;
  }
  .dd-md-ml-11 {
    margin-left: 11rem;
  }
  .dd-md-ml-12 {
    margin-left: 12rem;
  }
  .dd-md-ml-13 {
    margin-left: 13rem;
  }
  .dd-md-ml-14 {
    margin-left: 14rem;
  }
  .dd-md-ml-15 {
    margin-left: 15rem;
  }
  .dd-md-ml-16 {
    margin-left: 16rem;
  }
  .dd-md-ml-17 {
    margin-left: 17rem;
  }
  .dd-md-ml-18 {
    margin-left: 18rem;
  }
  .dd-md-ml-19 {
    margin-left: 19rem;
  }
  .dd-md-ml-20 {
    margin-left: 20rem;
  }
  .dd-md-ml-21 {
    margin-left: 21rem;
  }
  .dd-md-ml-22 {
    margin-left: 22rem;
  }
  .dd-md-ml-23 {
    margin-left: 23rem;
  }
  .dd-md-ml-24 {
    margin-left: 24rem;
  }
  .dd-md-ml-25 {
    margin-left: 25rem;
  }
  .dd-md-ml-26 {
    margin-left: 26rem;
  }
  .dd-md-ml-27 {
    margin-left: 27rem;
  }
  .dd-md-ml-28 {
    margin-left: 28rem;
  }
  .dd-md-ml-29 {
    margin-left: 29rem;
  }
  .dd-md-ml-30 {
    margin-left: 30rem;
  }
  .dd-md-mr-0 {
    margin-right: 0rem;
  }
  .dd-md-mr-1 {
    margin-right: 1rem;
  }
  .dd-md-mr-2 {
    margin-right: 2rem;
  }
  .dd-md-mr-3 {
    margin-right: 3rem;
  }
  .dd-md-mr-4 {
    margin-right: 4rem;
  }
  .dd-md-mr-5 {
    margin-right: 5rem;
  }
  .dd-md-mr-6 {
    margin-right: 6rem;
  }
  .dd-md-mr-7 {
    margin-right: 7rem;
  }
  .dd-md-mr-8 {
    margin-right: 8rem;
  }
  .dd-md-mr-9 {
    margin-right: 9rem;
  }
  .dd-md-mr-10 {
    margin-right: 10rem;
  }
  .dd-md-mr-11 {
    margin-right: 11rem;
  }
  .dd-md-mr-12 {
    margin-right: 12rem;
  }
  .dd-md-mr-13 {
    margin-right: 13rem;
  }
  .dd-md-mr-14 {
    margin-right: 14rem;
  }
  .dd-md-mr-15 {
    margin-right: 15rem;
  }
  .dd-md-mr-16 {
    margin-right: 16rem;
  }
  .dd-md-mr-17 {
    margin-right: 17rem;
  }
  .dd-md-mr-18 {
    margin-right: 18rem;
  }
  .dd-md-mr-19 {
    margin-right: 19rem;
  }
  .dd-md-mr-20 {
    margin-right: 20rem;
  }
  .dd-md-mr-21 {
    margin-right: 21rem;
  }
  .dd-md-mr-22 {
    margin-right: 22rem;
  }
  .dd-md-mr-23 {
    margin-right: 23rem;
  }
  .dd-md-mr-24 {
    margin-right: 24rem;
  }
  .dd-md-mr-25 {
    margin-right: 25rem;
  }
  .dd-md-mr-26 {
    margin-right: 26rem;
  }
  .dd-md-mr-27 {
    margin-right: 27rem;
  }
  .dd-md-mr-28 {
    margin-right: 28rem;
  }
  .dd-md-mr-29 {
    margin-right: 29rem;
  }
  .dd-md-mr-30 {
    margin-right: 30rem;
  }
  .dd-md-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-md-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-md-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-md-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-md-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-md-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-md-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-md-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-md-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-md-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-md-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-md-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-md-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-md-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-md-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-md-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-md-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-md-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-md-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-md-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-md-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-md-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-md-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-md-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-md-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-md-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-md-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-md-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-md-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-md-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-md-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-md-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-md-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-md-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-md-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-md-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-md-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-md-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-md-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-md-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-md-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-md-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-md-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-md-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-md-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-md-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-md-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-md-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-md-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-md-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-md-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-md-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-md-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-md-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-md-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-md-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-md-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-md-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-md-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-md-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-md-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-md-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-md-m-0 {
    margin: 0rem;
  }
  .dd-md-m-1 {
    margin: 1rem;
  }
  .dd-md-m-2 {
    margin: 2rem;
  }
  .dd-md-m-3 {
    margin: 3rem;
  }
  .dd-md-m-4 {
    margin: 4rem;
  }
  .dd-md-m-5 {
    margin: 5rem;
  }
  .dd-md-m-6 {
    margin: 6rem;
  }
  .dd-md-m-7 {
    margin: 7rem;
  }
  .dd-md-m-8 {
    margin: 8rem;
  }
  .dd-md-m-9 {
    margin: 9rem;
  }
  .dd-md-m-10 {
    margin: 10rem;
  }
  .dd-md-m-11 {
    margin: 11rem;
  }
  .dd-md-m-12 {
    margin: 12rem;
  }
  .dd-md-m-13 {
    margin: 13rem;
  }
  .dd-md-m-14 {
    margin: 14rem;
  }
  .dd-md-m-15 {
    margin: 15rem;
  }
  .dd-md-m-16 {
    margin: 16rem;
  }
  .dd-md-m-17 {
    margin: 17rem;
  }
  .dd-md-m-18 {
    margin: 18rem;
  }
  .dd-md-m-19 {
    margin: 19rem;
  }
  .dd-md-m-20 {
    margin: 20rem;
  }
  .dd-md-m-21 {
    margin: 21rem;
  }
  .dd-md-m-22 {
    margin: 22rem;
  }
  .dd-md-m-23 {
    margin: 23rem;
  }
  .dd-md-m-24 {
    margin: 24rem;
  }
  .dd-md-m-25 {
    margin: 25rem;
  }
  .dd-md-m-26 {
    margin: 26rem;
  }
  .dd-md-m-27 {
    margin: 27rem;
  }
  .dd-md-m-28 {
    margin: 28rem;
  }
  .dd-md-m-29 {
    margin: 29rem;
  }
  .dd-md-m-30 {
    margin: 30rem;
  }
  .dd-md-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-md-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-md-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-md-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-md-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-md-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-md-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-md-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-md-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-md-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-md-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-md-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-md-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-md-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-md-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-md-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-md-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-md-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-md-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-md-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-md-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-md-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-md-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-md-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-md-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-md-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-md-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-md-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-md-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-md-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-md-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-md-pt-0 {
    padding-top: 0rem;
  }
  .dd-md-pt-1 {
    padding-top: 1rem;
  }
  .dd-md-pt-2 {
    padding-top: 2rem;
  }
  .dd-md-pt-3 {
    padding-top: 3rem;
  }
  .dd-md-pt-4 {
    padding-top: 4rem;
  }
  .dd-md-pt-5 {
    padding-top: 5rem;
  }
  .dd-md-pt-6 {
    padding-top: 6rem;
  }
  .dd-md-pt-7 {
    padding-top: 7rem;
  }
  .dd-md-pt-8 {
    padding-top: 8rem;
  }
  .dd-md-pt-9 {
    padding-top: 9rem;
  }
  .dd-md-pt-10 {
    padding-top: 10rem;
  }
  .dd-md-pt-11 {
    padding-top: 11rem;
  }
  .dd-md-pt-12 {
    padding-top: 12rem;
  }
  .dd-md-pt-13 {
    padding-top: 13rem;
  }
  .dd-md-pt-14 {
    padding-top: 14rem;
  }
  .dd-md-pt-15 {
    padding-top: 15rem;
  }
  .dd-md-pt-16 {
    padding-top: 16rem;
  }
  .dd-md-pt-17 {
    padding-top: 17rem;
  }
  .dd-md-pt-18 {
    padding-top: 18rem;
  }
  .dd-md-pt-19 {
    padding-top: 19rem;
  }
  .dd-md-pt-20 {
    padding-top: 20rem;
  }
  .dd-md-pt-21 {
    padding-top: 21rem;
  }
  .dd-md-pt-22 {
    padding-top: 22rem;
  }
  .dd-md-pt-23 {
    padding-top: 23rem;
  }
  .dd-md-pt-24 {
    padding-top: 24rem;
  }
  .dd-md-pt-25 {
    padding-top: 25rem;
  }
  .dd-md-pt-26 {
    padding-top: 26rem;
  }
  .dd-md-pt-27 {
    padding-top: 27rem;
  }
  .dd-md-pt-28 {
    padding-top: 28rem;
  }
  .dd-md-pt-29 {
    padding-top: 29rem;
  }
  .dd-md-pt-30 {
    padding-top: 30rem;
  }
  .dd-md-pl-0 {
    padding-left: 0rem;
  }
  .dd-md-pl-1 {
    padding-left: 1rem;
  }
  .dd-md-pl-2 {
    padding-left: 2rem;
  }
  .dd-md-pl-3 {
    padding-left: 3rem;
  }
  .dd-md-pl-4 {
    padding-left: 4rem;
  }
  .dd-md-pl-5 {
    padding-left: 5rem;
  }
  .dd-md-pl-6 {
    padding-left: 6rem;
  }
  .dd-md-pl-7 {
    padding-left: 7rem;
  }
  .dd-md-pl-8 {
    padding-left: 8rem;
  }
  .dd-md-pl-9 {
    padding-left: 9rem;
  }
  .dd-md-pl-10 {
    padding-left: 10rem;
  }
  .dd-md-pl-11 {
    padding-left: 11rem;
  }
  .dd-md-pl-12 {
    padding-left: 12rem;
  }
  .dd-md-pl-13 {
    padding-left: 13rem;
  }
  .dd-md-pl-14 {
    padding-left: 14rem;
  }
  .dd-md-pl-15 {
    padding-left: 15rem;
  }
  .dd-md-pl-16 {
    padding-left: 16rem;
  }
  .dd-md-pl-17 {
    padding-left: 17rem;
  }
  .dd-md-pl-18 {
    padding-left: 18rem;
  }
  .dd-md-pl-19 {
    padding-left: 19rem;
  }
  .dd-md-pl-20 {
    padding-left: 20rem;
  }
  .dd-md-pl-21 {
    padding-left: 21rem;
  }
  .dd-md-pl-22 {
    padding-left: 22rem;
  }
  .dd-md-pl-23 {
    padding-left: 23rem;
  }
  .dd-md-pl-24 {
    padding-left: 24rem;
  }
  .dd-md-pl-25 {
    padding-left: 25rem;
  }
  .dd-md-pl-26 {
    padding-left: 26rem;
  }
  .dd-md-pl-27 {
    padding-left: 27rem;
  }
  .dd-md-pl-28 {
    padding-left: 28rem;
  }
  .dd-md-pl-29 {
    padding-left: 29rem;
  }
  .dd-md-pl-30 {
    padding-left: 30rem;
  }
  .dd-md-pr-0 {
    padding-right: 0rem;
  }
  .dd-md-pr-1 {
    padding-right: 1rem;
  }
  .dd-md-pr-2 {
    padding-right: 2rem;
  }
  .dd-md-pr-3 {
    padding-right: 3rem;
  }
  .dd-md-pr-4 {
    padding-right: 4rem;
  }
  .dd-md-pr-5 {
    padding-right: 5rem;
  }
  .dd-md-pr-6 {
    padding-right: 6rem;
  }
  .dd-md-pr-7 {
    padding-right: 7rem;
  }
  .dd-md-pr-8 {
    padding-right: 8rem;
  }
  .dd-md-pr-9 {
    padding-right: 9rem;
  }
  .dd-md-pr-10 {
    padding-right: 10rem;
  }
  .dd-md-pr-11 {
    padding-right: 11rem;
  }
  .dd-md-pr-12 {
    padding-right: 12rem;
  }
  .dd-md-pr-13 {
    padding-right: 13rem;
  }
  .dd-md-pr-14 {
    padding-right: 14rem;
  }
  .dd-md-pr-15 {
    padding-right: 15rem;
  }
  .dd-md-pr-16 {
    padding-right: 16rem;
  }
  .dd-md-pr-17 {
    padding-right: 17rem;
  }
  .dd-md-pr-18 {
    padding-right: 18rem;
  }
  .dd-md-pr-19 {
    padding-right: 19rem;
  }
  .dd-md-pr-20 {
    padding-right: 20rem;
  }
  .dd-md-pr-21 {
    padding-right: 21rem;
  }
  .dd-md-pr-22 {
    padding-right: 22rem;
  }
  .dd-md-pr-23 {
    padding-right: 23rem;
  }
  .dd-md-pr-24 {
    padding-right: 24rem;
  }
  .dd-md-pr-25 {
    padding-right: 25rem;
  }
  .dd-md-pr-26 {
    padding-right: 26rem;
  }
  .dd-md-pr-27 {
    padding-right: 27rem;
  }
  .dd-md-pr-28 {
    padding-right: 28rem;
  }
  .dd-md-pr-29 {
    padding-right: 29rem;
  }
  .dd-md-pr-30 {
    padding-right: 30rem;
  }
  .dd-md-p-0 {
    padding: 0rem;
  }
  .dd-md-p-1 {
    padding: 1rem;
  }
  .dd-md-p-2 {
    padding: 2rem;
  }
  .dd-md-p-3 {
    padding: 3rem;
  }
  .dd-md-p-4 {
    padding: 4rem;
  }
  .dd-md-p-5 {
    padding: 5rem;
  }
  .dd-md-p-6 {
    padding: 6rem;
  }
  .dd-md-p-7 {
    padding: 7rem;
  }
  .dd-md-p-8 {
    padding: 8rem;
  }
  .dd-md-p-9 {
    padding: 9rem;
  }
  .dd-md-p-10 {
    padding: 10rem;
  }
  .dd-md-p-11 {
    padding: 11rem;
  }
  .dd-md-p-12 {
    padding: 12rem;
  }
  .dd-md-p-13 {
    padding: 13rem;
  }
  .dd-md-p-14 {
    padding: 14rem;
  }
  .dd-md-p-15 {
    padding: 15rem;
  }
  .dd-md-p-16 {
    padding: 16rem;
  }
  .dd-md-p-17 {
    padding: 17rem;
  }
  .dd-md-p-18 {
    padding: 18rem;
  }
  .dd-md-p-19 {
    padding: 19rem;
  }
  .dd-md-p-20 {
    padding: 20rem;
  }
  .dd-md-p-21 {
    padding: 21rem;
  }
  .dd-md-p-22 {
    padding: 22rem;
  }
  .dd-md-p-23 {
    padding: 23rem;
  }
  .dd-md-p-24 {
    padding: 24rem;
  }
  .dd-md-p-25 {
    padding: 25rem;
  }
  .dd-md-p-26 {
    padding: 26rem;
  }
  .dd-md-p-27 {
    padding: 27rem;
  }
  .dd-md-p-28 {
    padding: 28rem;
  }
  .dd-md-p-29 {
    padding: 29rem;
  }
  .dd-md-p-30 {
    padding: 30rem;
  }
  .dd-md-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-md-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-md-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-md-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-md-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-md-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-md-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-md-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-md-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-md-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-md-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-md-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-md-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-md-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-md-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-md-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-md-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-md-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-md-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-md-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-md-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-md-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-md-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-md-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-md-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-md-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-md-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-md-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-md-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-md-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-md-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-md-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-md-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-md-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-md-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-md-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-md-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-md-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-md-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-md-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-md-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-md-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-md-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-md-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-md-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-md-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-md-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-md-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-md-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-md-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-md-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-md-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-md-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-md-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-md-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-md-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-md-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-md-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-md-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-md-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-md-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-md-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .dd-lg-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-lg-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-lg-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-lg-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-lg-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-lg-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-lg-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-lg-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-lg-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-lg-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-lg-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-lg-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-lg-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-lg-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-lg-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-lg-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-lg-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-lg-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-lg-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-lg-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-lg-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-lg-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-lg-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-lg-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-lg-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-lg-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-lg-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-lg-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-lg-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-lg-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-lg-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-lg-mt-0 {
    margin-top: 0rem;
  }
  .dd-lg-mt-1 {
    margin-top: 1rem;
  }
  .dd-lg-mt-2 {
    margin-top: 2rem;
  }
  .dd-lg-mt-3 {
    margin-top: 3rem;
  }
  .dd-lg-mt-4 {
    margin-top: 4rem;
  }
  .dd-lg-mt-5 {
    margin-top: 5rem;
  }
  .dd-lg-mt-6 {
    margin-top: 6rem;
  }
  .dd-lg-mt-7 {
    margin-top: 7rem;
  }
  .dd-lg-mt-8 {
    margin-top: 8rem;
  }
  .dd-lg-mt-9 {
    margin-top: 9rem;
  }
  .dd-lg-mt-10 {
    margin-top: 10rem;
  }
  .dd-lg-mt-11 {
    margin-top: 11rem;
  }
  .dd-lg-mt-12 {
    margin-top: 12rem;
  }
  .dd-lg-mt-13 {
    margin-top: 13rem;
  }
  .dd-lg-mt-14 {
    margin-top: 14rem;
  }
  .dd-lg-mt-15 {
    margin-top: 15rem;
  }
  .dd-lg-mt-16 {
    margin-top: 16rem;
  }
  .dd-lg-mt-17 {
    margin-top: 17rem;
  }
  .dd-lg-mt-18 {
    margin-top: 18rem;
  }
  .dd-lg-mt-19 {
    margin-top: 19rem;
  }
  .dd-lg-mt-20 {
    margin-top: 20rem;
  }
  .dd-lg-mt-21 {
    margin-top: 21rem;
  }
  .dd-lg-mt-22 {
    margin-top: 22rem;
  }
  .dd-lg-mt-23 {
    margin-top: 23rem;
  }
  .dd-lg-mt-24 {
    margin-top: 24rem;
  }
  .dd-lg-mt-25 {
    margin-top: 25rem;
  }
  .dd-lg-mt-26 {
    margin-top: 26rem;
  }
  .dd-lg-mt-27 {
    margin-top: 27rem;
  }
  .dd-lg-mt-28 {
    margin-top: 28rem;
  }
  .dd-lg-mt-29 {
    margin-top: 29rem;
  }
  .dd-lg-mt-30 {
    margin-top: 30rem;
  }
  .dd-lg-ml-0 {
    margin-left: 0rem;
  }
  .dd-lg-ml-1 {
    margin-left: 1rem;
  }
  .dd-lg-ml-2 {
    margin-left: 2rem;
  }
  .dd-lg-ml-3 {
    margin-left: 3rem;
  }
  .dd-lg-ml-4 {
    margin-left: 4rem;
  }
  .dd-lg-ml-5 {
    margin-left: 5rem;
  }
  .dd-lg-ml-6 {
    margin-left: 6rem;
  }
  .dd-lg-ml-7 {
    margin-left: 7rem;
  }
  .dd-lg-ml-8 {
    margin-left: 8rem;
  }
  .dd-lg-ml-9 {
    margin-left: 9rem;
  }
  .dd-lg-ml-10 {
    margin-left: 10rem;
  }
  .dd-lg-ml-11 {
    margin-left: 11rem;
  }
  .dd-lg-ml-12 {
    margin-left: 12rem;
  }
  .dd-lg-ml-13 {
    margin-left: 13rem;
  }
  .dd-lg-ml-14 {
    margin-left: 14rem;
  }
  .dd-lg-ml-15 {
    margin-left: 15rem;
  }
  .dd-lg-ml-16 {
    margin-left: 16rem;
  }
  .dd-lg-ml-17 {
    margin-left: 17rem;
  }
  .dd-lg-ml-18 {
    margin-left: 18rem;
  }
  .dd-lg-ml-19 {
    margin-left: 19rem;
  }
  .dd-lg-ml-20 {
    margin-left: 20rem;
  }
  .dd-lg-ml-21 {
    margin-left: 21rem;
  }
  .dd-lg-ml-22 {
    margin-left: 22rem;
  }
  .dd-lg-ml-23 {
    margin-left: 23rem;
  }
  .dd-lg-ml-24 {
    margin-left: 24rem;
  }
  .dd-lg-ml-25 {
    margin-left: 25rem;
  }
  .dd-lg-ml-26 {
    margin-left: 26rem;
  }
  .dd-lg-ml-27 {
    margin-left: 27rem;
  }
  .dd-lg-ml-28 {
    margin-left: 28rem;
  }
  .dd-lg-ml-29 {
    margin-left: 29rem;
  }
  .dd-lg-ml-30 {
    margin-left: 30rem;
  }
  .dd-lg-mr-0 {
    margin-right: 0rem;
  }
  .dd-lg-mr-1 {
    margin-right: 1rem;
  }
  .dd-lg-mr-2 {
    margin-right: 2rem;
  }
  .dd-lg-mr-3 {
    margin-right: 3rem;
  }
  .dd-lg-mr-4 {
    margin-right: 4rem;
  }
  .dd-lg-mr-5 {
    margin-right: 5rem;
  }
  .dd-lg-mr-6 {
    margin-right: 6rem;
  }
  .dd-lg-mr-7 {
    margin-right: 7rem;
  }
  .dd-lg-mr-8 {
    margin-right: 8rem;
  }
  .dd-lg-mr-9 {
    margin-right: 9rem;
  }
  .dd-lg-mr-10 {
    margin-right: 10rem;
  }
  .dd-lg-mr-11 {
    margin-right: 11rem;
  }
  .dd-lg-mr-12 {
    margin-right: 12rem;
  }
  .dd-lg-mr-13 {
    margin-right: 13rem;
  }
  .dd-lg-mr-14 {
    margin-right: 14rem;
  }
  .dd-lg-mr-15 {
    margin-right: 15rem;
  }
  .dd-lg-mr-16 {
    margin-right: 16rem;
  }
  .dd-lg-mr-17 {
    margin-right: 17rem;
  }
  .dd-lg-mr-18 {
    margin-right: 18rem;
  }
  .dd-lg-mr-19 {
    margin-right: 19rem;
  }
  .dd-lg-mr-20 {
    margin-right: 20rem;
  }
  .dd-lg-mr-21 {
    margin-right: 21rem;
  }
  .dd-lg-mr-22 {
    margin-right: 22rem;
  }
  .dd-lg-mr-23 {
    margin-right: 23rem;
  }
  .dd-lg-mr-24 {
    margin-right: 24rem;
  }
  .dd-lg-mr-25 {
    margin-right: 25rem;
  }
  .dd-lg-mr-26 {
    margin-right: 26rem;
  }
  .dd-lg-mr-27 {
    margin-right: 27rem;
  }
  .dd-lg-mr-28 {
    margin-right: 28rem;
  }
  .dd-lg-mr-29 {
    margin-right: 29rem;
  }
  .dd-lg-mr-30 {
    margin-right: 30rem;
  }
  .dd-lg-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-lg-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-lg-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-lg-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-lg-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-lg-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-lg-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-lg-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-lg-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-lg-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-lg-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-lg-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-lg-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-lg-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-lg-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-lg-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-lg-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-lg-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-lg-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-lg-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-lg-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-lg-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-lg-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-lg-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-lg-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-lg-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-lg-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-lg-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-lg-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-lg-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-lg-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-lg-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-lg-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-lg-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-lg-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-lg-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-lg-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-lg-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-lg-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-lg-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-lg-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-lg-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-lg-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-lg-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-lg-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-lg-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-lg-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-lg-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-lg-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-lg-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-lg-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-lg-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-lg-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-lg-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-lg-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-lg-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-lg-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-lg-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-lg-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-lg-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-lg-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-lg-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-lg-m-0 {
    margin: 0rem;
  }
  .dd-lg-m-1 {
    margin: 1rem;
  }
  .dd-lg-m-2 {
    margin: 2rem;
  }
  .dd-lg-m-3 {
    margin: 3rem;
  }
  .dd-lg-m-4 {
    margin: 4rem;
  }
  .dd-lg-m-5 {
    margin: 5rem;
  }
  .dd-lg-m-6 {
    margin: 6rem;
  }
  .dd-lg-m-7 {
    margin: 7rem;
  }
  .dd-lg-m-8 {
    margin: 8rem;
  }
  .dd-lg-m-9 {
    margin: 9rem;
  }
  .dd-lg-m-10 {
    margin: 10rem;
  }
  .dd-lg-m-11 {
    margin: 11rem;
  }
  .dd-lg-m-12 {
    margin: 12rem;
  }
  .dd-lg-m-13 {
    margin: 13rem;
  }
  .dd-lg-m-14 {
    margin: 14rem;
  }
  .dd-lg-m-15 {
    margin: 15rem;
  }
  .dd-lg-m-16 {
    margin: 16rem;
  }
  .dd-lg-m-17 {
    margin: 17rem;
  }
  .dd-lg-m-18 {
    margin: 18rem;
  }
  .dd-lg-m-19 {
    margin: 19rem;
  }
  .dd-lg-m-20 {
    margin: 20rem;
  }
  .dd-lg-m-21 {
    margin: 21rem;
  }
  .dd-lg-m-22 {
    margin: 22rem;
  }
  .dd-lg-m-23 {
    margin: 23rem;
  }
  .dd-lg-m-24 {
    margin: 24rem;
  }
  .dd-lg-m-25 {
    margin: 25rem;
  }
  .dd-lg-m-26 {
    margin: 26rem;
  }
  .dd-lg-m-27 {
    margin: 27rem;
  }
  .dd-lg-m-28 {
    margin: 28rem;
  }
  .dd-lg-m-29 {
    margin: 29rem;
  }
  .dd-lg-m-30 {
    margin: 30rem;
  }
  .dd-lg-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-lg-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-lg-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-lg-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-lg-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-lg-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-lg-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-lg-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-lg-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-lg-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-lg-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-lg-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-lg-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-lg-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-lg-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-lg-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-lg-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-lg-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-lg-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-lg-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-lg-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-lg-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-lg-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-lg-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-lg-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-lg-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-lg-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-lg-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-lg-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-lg-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-lg-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-lg-pt-0 {
    padding-top: 0rem;
  }
  .dd-lg-pt-1 {
    padding-top: 1rem;
  }
  .dd-lg-pt-2 {
    padding-top: 2rem;
  }
  .dd-lg-pt-3 {
    padding-top: 3rem;
  }
  .dd-lg-pt-4 {
    padding-top: 4rem;
  }
  .dd-lg-pt-5 {
    padding-top: 5rem;
  }
  .dd-lg-pt-6 {
    padding-top: 6rem;
  }
  .dd-lg-pt-7 {
    padding-top: 7rem;
  }
  .dd-lg-pt-8 {
    padding-top: 8rem;
  }
  .dd-lg-pt-9 {
    padding-top: 9rem;
  }
  .dd-lg-pt-10 {
    padding-top: 10rem;
  }
  .dd-lg-pt-11 {
    padding-top: 11rem;
  }
  .dd-lg-pt-12 {
    padding-top: 12rem;
  }
  .dd-lg-pt-13 {
    padding-top: 13rem;
  }
  .dd-lg-pt-14 {
    padding-top: 14rem;
  }
  .dd-lg-pt-15 {
    padding-top: 15rem;
  }
  .dd-lg-pt-16 {
    padding-top: 16rem;
  }
  .dd-lg-pt-17 {
    padding-top: 17rem;
  }
  .dd-lg-pt-18 {
    padding-top: 18rem;
  }
  .dd-lg-pt-19 {
    padding-top: 19rem;
  }
  .dd-lg-pt-20 {
    padding-top: 20rem;
  }
  .dd-lg-pt-21 {
    padding-top: 21rem;
  }
  .dd-lg-pt-22 {
    padding-top: 22rem;
  }
  .dd-lg-pt-23 {
    padding-top: 23rem;
  }
  .dd-lg-pt-24 {
    padding-top: 24rem;
  }
  .dd-lg-pt-25 {
    padding-top: 25rem;
  }
  .dd-lg-pt-26 {
    padding-top: 26rem;
  }
  .dd-lg-pt-27 {
    padding-top: 27rem;
  }
  .dd-lg-pt-28 {
    padding-top: 28rem;
  }
  .dd-lg-pt-29 {
    padding-top: 29rem;
  }
  .dd-lg-pt-30 {
    padding-top: 30rem;
  }
  .dd-lg-pl-0 {
    padding-left: 0rem;
  }
  .dd-lg-pl-1 {
    padding-left: 1rem;
  }
  .dd-lg-pl-2 {
    padding-left: 2rem;
  }
  .dd-lg-pl-3 {
    padding-left: 3rem;
  }
  .dd-lg-pl-4 {
    padding-left: 4rem;
  }
  .dd-lg-pl-5 {
    padding-left: 5rem;
  }
  .dd-lg-pl-6 {
    padding-left: 6rem;
  }
  .dd-lg-pl-7 {
    padding-left: 7rem;
  }
  .dd-lg-pl-8 {
    padding-left: 8rem;
  }
  .dd-lg-pl-9 {
    padding-left: 9rem;
  }
  .dd-lg-pl-10 {
    padding-left: 10rem;
  }
  .dd-lg-pl-11 {
    padding-left: 11rem;
  }
  .dd-lg-pl-12 {
    padding-left: 12rem;
  }
  .dd-lg-pl-13 {
    padding-left: 13rem;
  }
  .dd-lg-pl-14 {
    padding-left: 14rem;
  }
  .dd-lg-pl-15 {
    padding-left: 15rem;
  }
  .dd-lg-pl-16 {
    padding-left: 16rem;
  }
  .dd-lg-pl-17 {
    padding-left: 17rem;
  }
  .dd-lg-pl-18 {
    padding-left: 18rem;
  }
  .dd-lg-pl-19 {
    padding-left: 19rem;
  }
  .dd-lg-pl-20 {
    padding-left: 20rem;
  }
  .dd-lg-pl-21 {
    padding-left: 21rem;
  }
  .dd-lg-pl-22 {
    padding-left: 22rem;
  }
  .dd-lg-pl-23 {
    padding-left: 23rem;
  }
  .dd-lg-pl-24 {
    padding-left: 24rem;
  }
  .dd-lg-pl-25 {
    padding-left: 25rem;
  }
  .dd-lg-pl-26 {
    padding-left: 26rem;
  }
  .dd-lg-pl-27 {
    padding-left: 27rem;
  }
  .dd-lg-pl-28 {
    padding-left: 28rem;
  }
  .dd-lg-pl-29 {
    padding-left: 29rem;
  }
  .dd-lg-pl-30 {
    padding-left: 30rem;
  }
  .dd-lg-pr-0 {
    padding-right: 0rem;
  }
  .dd-lg-pr-1 {
    padding-right: 1rem;
  }
  .dd-lg-pr-2 {
    padding-right: 2rem;
  }
  .dd-lg-pr-3 {
    padding-right: 3rem;
  }
  .dd-lg-pr-4 {
    padding-right: 4rem;
  }
  .dd-lg-pr-5 {
    padding-right: 5rem;
  }
  .dd-lg-pr-6 {
    padding-right: 6rem;
  }
  .dd-lg-pr-7 {
    padding-right: 7rem;
  }
  .dd-lg-pr-8 {
    padding-right: 8rem;
  }
  .dd-lg-pr-9 {
    padding-right: 9rem;
  }
  .dd-lg-pr-10 {
    padding-right: 10rem;
  }
  .dd-lg-pr-11 {
    padding-right: 11rem;
  }
  .dd-lg-pr-12 {
    padding-right: 12rem;
  }
  .dd-lg-pr-13 {
    padding-right: 13rem;
  }
  .dd-lg-pr-14 {
    padding-right: 14rem;
  }
  .dd-lg-pr-15 {
    padding-right: 15rem;
  }
  .dd-lg-pr-16 {
    padding-right: 16rem;
  }
  .dd-lg-pr-17 {
    padding-right: 17rem;
  }
  .dd-lg-pr-18 {
    padding-right: 18rem;
  }
  .dd-lg-pr-19 {
    padding-right: 19rem;
  }
  .dd-lg-pr-20 {
    padding-right: 20rem;
  }
  .dd-lg-pr-21 {
    padding-right: 21rem;
  }
  .dd-lg-pr-22 {
    padding-right: 22rem;
  }
  .dd-lg-pr-23 {
    padding-right: 23rem;
  }
  .dd-lg-pr-24 {
    padding-right: 24rem;
  }
  .dd-lg-pr-25 {
    padding-right: 25rem;
  }
  .dd-lg-pr-26 {
    padding-right: 26rem;
  }
  .dd-lg-pr-27 {
    padding-right: 27rem;
  }
  .dd-lg-pr-28 {
    padding-right: 28rem;
  }
  .dd-lg-pr-29 {
    padding-right: 29rem;
  }
  .dd-lg-pr-30 {
    padding-right: 30rem;
  }
  .dd-lg-p-0 {
    padding: 0rem;
  }
  .dd-lg-p-1 {
    padding: 1rem;
  }
  .dd-lg-p-2 {
    padding: 2rem;
  }
  .dd-lg-p-3 {
    padding: 3rem;
  }
  .dd-lg-p-4 {
    padding: 4rem;
  }
  .dd-lg-p-5 {
    padding: 5rem;
  }
  .dd-lg-p-6 {
    padding: 6rem;
  }
  .dd-lg-p-7 {
    padding: 7rem;
  }
  .dd-lg-p-8 {
    padding: 8rem;
  }
  .dd-lg-p-9 {
    padding: 9rem;
  }
  .dd-lg-p-10 {
    padding: 10rem;
  }
  .dd-lg-p-11 {
    padding: 11rem;
  }
  .dd-lg-p-12 {
    padding: 12rem;
  }
  .dd-lg-p-13 {
    padding: 13rem;
  }
  .dd-lg-p-14 {
    padding: 14rem;
  }
  .dd-lg-p-15 {
    padding: 15rem;
  }
  .dd-lg-p-16 {
    padding: 16rem;
  }
  .dd-lg-p-17 {
    padding: 17rem;
  }
  .dd-lg-p-18 {
    padding: 18rem;
  }
  .dd-lg-p-19 {
    padding: 19rem;
  }
  .dd-lg-p-20 {
    padding: 20rem;
  }
  .dd-lg-p-21 {
    padding: 21rem;
  }
  .dd-lg-p-22 {
    padding: 22rem;
  }
  .dd-lg-p-23 {
    padding: 23rem;
  }
  .dd-lg-p-24 {
    padding: 24rem;
  }
  .dd-lg-p-25 {
    padding: 25rem;
  }
  .dd-lg-p-26 {
    padding: 26rem;
  }
  .dd-lg-p-27 {
    padding: 27rem;
  }
  .dd-lg-p-28 {
    padding: 28rem;
  }
  .dd-lg-p-29 {
    padding: 29rem;
  }
  .dd-lg-p-30 {
    padding: 30rem;
  }
  .dd-lg-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-lg-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-lg-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-lg-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-lg-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-lg-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-lg-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-lg-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-lg-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-lg-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-lg-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-lg-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-lg-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-lg-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-lg-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-lg-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-lg-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-lg-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-lg-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-lg-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-lg-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-lg-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-lg-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-lg-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-lg-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-lg-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-lg-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-lg-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-lg-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-lg-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-lg-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-lg-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-lg-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-lg-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-lg-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-lg-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-lg-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-lg-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-lg-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-lg-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-lg-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-lg-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-lg-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-lg-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-lg-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-lg-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-lg-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-lg-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-lg-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-lg-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-lg-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-lg-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-lg-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-lg-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-lg-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-lg-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-lg-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-lg-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-lg-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-lg-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-lg-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-lg-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 1199px) {
  .dd-lgxl-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-lgxl-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-lgxl-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-lgxl-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-lgxl-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-lgxl-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-lgxl-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-lgxl-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-lgxl-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-lgxl-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-lgxl-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-lgxl-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-lgxl-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-lgxl-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-lgxl-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-lgxl-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-lgxl-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-lgxl-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-lgxl-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-lgxl-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-lgxl-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-lgxl-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-lgxl-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-lgxl-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-lgxl-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-lgxl-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-lgxl-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-lgxl-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-lgxl-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-lgxl-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-lgxl-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-lgxl-mt-0 {
    margin-top: 0rem;
  }
  .dd-lgxl-mt-1 {
    margin-top: 1rem;
  }
  .dd-lgxl-mt-2 {
    margin-top: 2rem;
  }
  .dd-lgxl-mt-3 {
    margin-top: 3rem;
  }
  .dd-lgxl-mt-4 {
    margin-top: 4rem;
  }
  .dd-lgxl-mt-5 {
    margin-top: 5rem;
  }
  .dd-lgxl-mt-6 {
    margin-top: 6rem;
  }
  .dd-lgxl-mt-7 {
    margin-top: 7rem;
  }
  .dd-lgxl-mt-8 {
    margin-top: 8rem;
  }
  .dd-lgxl-mt-9 {
    margin-top: 9rem;
  }
  .dd-lgxl-mt-10 {
    margin-top: 10rem;
  }
  .dd-lgxl-mt-11 {
    margin-top: 11rem;
  }
  .dd-lgxl-mt-12 {
    margin-top: 12rem;
  }
  .dd-lgxl-mt-13 {
    margin-top: 13rem;
  }
  .dd-lgxl-mt-14 {
    margin-top: 14rem;
  }
  .dd-lgxl-mt-15 {
    margin-top: 15rem;
  }
  .dd-lgxl-mt-16 {
    margin-top: 16rem;
  }
  .dd-lgxl-mt-17 {
    margin-top: 17rem;
  }
  .dd-lgxl-mt-18 {
    margin-top: 18rem;
  }
  .dd-lgxl-mt-19 {
    margin-top: 19rem;
  }
  .dd-lgxl-mt-20 {
    margin-top: 20rem;
  }
  .dd-lgxl-mt-21 {
    margin-top: 21rem;
  }
  .dd-lgxl-mt-22 {
    margin-top: 22rem;
  }
  .dd-lgxl-mt-23 {
    margin-top: 23rem;
  }
  .dd-lgxl-mt-24 {
    margin-top: 24rem;
  }
  .dd-lgxl-mt-25 {
    margin-top: 25rem;
  }
  .dd-lgxl-mt-26 {
    margin-top: 26rem;
  }
  .dd-lgxl-mt-27 {
    margin-top: 27rem;
  }
  .dd-lgxl-mt-28 {
    margin-top: 28rem;
  }
  .dd-lgxl-mt-29 {
    margin-top: 29rem;
  }
  .dd-lgxl-mt-30 {
    margin-top: 30rem;
  }
  .dd-lgxl-ml-0 {
    margin-left: 0rem;
  }
  .dd-lgxl-ml-1 {
    margin-left: 1rem;
  }
  .dd-lgxl-ml-2 {
    margin-left: 2rem;
  }
  .dd-lgxl-ml-3 {
    margin-left: 3rem;
  }
  .dd-lgxl-ml-4 {
    margin-left: 4rem;
  }
  .dd-lgxl-ml-5 {
    margin-left: 5rem;
  }
  .dd-lgxl-ml-6 {
    margin-left: 6rem;
  }
  .dd-lgxl-ml-7 {
    margin-left: 7rem;
  }
  .dd-lgxl-ml-8 {
    margin-left: 8rem;
  }
  .dd-lgxl-ml-9 {
    margin-left: 9rem;
  }
  .dd-lgxl-ml-10 {
    margin-left: 10rem;
  }
  .dd-lgxl-ml-11 {
    margin-left: 11rem;
  }
  .dd-lgxl-ml-12 {
    margin-left: 12rem;
  }
  .dd-lgxl-ml-13 {
    margin-left: 13rem;
  }
  .dd-lgxl-ml-14 {
    margin-left: 14rem;
  }
  .dd-lgxl-ml-15 {
    margin-left: 15rem;
  }
  .dd-lgxl-ml-16 {
    margin-left: 16rem;
  }
  .dd-lgxl-ml-17 {
    margin-left: 17rem;
  }
  .dd-lgxl-ml-18 {
    margin-left: 18rem;
  }
  .dd-lgxl-ml-19 {
    margin-left: 19rem;
  }
  .dd-lgxl-ml-20 {
    margin-left: 20rem;
  }
  .dd-lgxl-ml-21 {
    margin-left: 21rem;
  }
  .dd-lgxl-ml-22 {
    margin-left: 22rem;
  }
  .dd-lgxl-ml-23 {
    margin-left: 23rem;
  }
  .dd-lgxl-ml-24 {
    margin-left: 24rem;
  }
  .dd-lgxl-ml-25 {
    margin-left: 25rem;
  }
  .dd-lgxl-ml-26 {
    margin-left: 26rem;
  }
  .dd-lgxl-ml-27 {
    margin-left: 27rem;
  }
  .dd-lgxl-ml-28 {
    margin-left: 28rem;
  }
  .dd-lgxl-ml-29 {
    margin-left: 29rem;
  }
  .dd-lgxl-ml-30 {
    margin-left: 30rem;
  }
  .dd-lgxl-mr-0 {
    margin-right: 0rem;
  }
  .dd-lgxl-mr-1 {
    margin-right: 1rem;
  }
  .dd-lgxl-mr-2 {
    margin-right: 2rem;
  }
  .dd-lgxl-mr-3 {
    margin-right: 3rem;
  }
  .dd-lgxl-mr-4 {
    margin-right: 4rem;
  }
  .dd-lgxl-mr-5 {
    margin-right: 5rem;
  }
  .dd-lgxl-mr-6 {
    margin-right: 6rem;
  }
  .dd-lgxl-mr-7 {
    margin-right: 7rem;
  }
  .dd-lgxl-mr-8 {
    margin-right: 8rem;
  }
  .dd-lgxl-mr-9 {
    margin-right: 9rem;
  }
  .dd-lgxl-mr-10 {
    margin-right: 10rem;
  }
  .dd-lgxl-mr-11 {
    margin-right: 11rem;
  }
  .dd-lgxl-mr-12 {
    margin-right: 12rem;
  }
  .dd-lgxl-mr-13 {
    margin-right: 13rem;
  }
  .dd-lgxl-mr-14 {
    margin-right: 14rem;
  }
  .dd-lgxl-mr-15 {
    margin-right: 15rem;
  }
  .dd-lgxl-mr-16 {
    margin-right: 16rem;
  }
  .dd-lgxl-mr-17 {
    margin-right: 17rem;
  }
  .dd-lgxl-mr-18 {
    margin-right: 18rem;
  }
  .dd-lgxl-mr-19 {
    margin-right: 19rem;
  }
  .dd-lgxl-mr-20 {
    margin-right: 20rem;
  }
  .dd-lgxl-mr-21 {
    margin-right: 21rem;
  }
  .dd-lgxl-mr-22 {
    margin-right: 22rem;
  }
  .dd-lgxl-mr-23 {
    margin-right: 23rem;
  }
  .dd-lgxl-mr-24 {
    margin-right: 24rem;
  }
  .dd-lgxl-mr-25 {
    margin-right: 25rem;
  }
  .dd-lgxl-mr-26 {
    margin-right: 26rem;
  }
  .dd-lgxl-mr-27 {
    margin-right: 27rem;
  }
  .dd-lgxl-mr-28 {
    margin-right: 28rem;
  }
  .dd-lgxl-mr-29 {
    margin-right: 29rem;
  }
  .dd-lgxl-mr-30 {
    margin-right: 30rem;
  }
  .dd-lgxl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-lgxl-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-lgxl-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-lgxl-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-lgxl-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-lgxl-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-lgxl-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-lgxl-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-lgxl-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-lgxl-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-lgxl-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-lgxl-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-lgxl-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-lgxl-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-lgxl-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-lgxl-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-lgxl-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-lgxl-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-lgxl-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-lgxl-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-lgxl-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-lgxl-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-lgxl-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-lgxl-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-lgxl-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-lgxl-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-lgxl-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-lgxl-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-lgxl-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-lgxl-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-lgxl-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-lgxl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-lgxl-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-lgxl-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-lgxl-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-lgxl-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-lgxl-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-lgxl-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-lgxl-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-lgxl-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-lgxl-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-lgxl-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-lgxl-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-lgxl-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-lgxl-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-lgxl-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-lgxl-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-lgxl-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-lgxl-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-lgxl-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-lgxl-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-lgxl-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-lgxl-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-lgxl-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-lgxl-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-lgxl-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-lgxl-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-lgxl-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-lgxl-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-lgxl-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-lgxl-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-lgxl-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-lgxl-m-0 {
    margin: 0rem;
  }
  .dd-lgxl-m-1 {
    margin: 1rem;
  }
  .dd-lgxl-m-2 {
    margin: 2rem;
  }
  .dd-lgxl-m-3 {
    margin: 3rem;
  }
  .dd-lgxl-m-4 {
    margin: 4rem;
  }
  .dd-lgxl-m-5 {
    margin: 5rem;
  }
  .dd-lgxl-m-6 {
    margin: 6rem;
  }
  .dd-lgxl-m-7 {
    margin: 7rem;
  }
  .dd-lgxl-m-8 {
    margin: 8rem;
  }
  .dd-lgxl-m-9 {
    margin: 9rem;
  }
  .dd-lgxl-m-10 {
    margin: 10rem;
  }
  .dd-lgxl-m-11 {
    margin: 11rem;
  }
  .dd-lgxl-m-12 {
    margin: 12rem;
  }
  .dd-lgxl-m-13 {
    margin: 13rem;
  }
  .dd-lgxl-m-14 {
    margin: 14rem;
  }
  .dd-lgxl-m-15 {
    margin: 15rem;
  }
  .dd-lgxl-m-16 {
    margin: 16rem;
  }
  .dd-lgxl-m-17 {
    margin: 17rem;
  }
  .dd-lgxl-m-18 {
    margin: 18rem;
  }
  .dd-lgxl-m-19 {
    margin: 19rem;
  }
  .dd-lgxl-m-20 {
    margin: 20rem;
  }
  .dd-lgxl-m-21 {
    margin: 21rem;
  }
  .dd-lgxl-m-22 {
    margin: 22rem;
  }
  .dd-lgxl-m-23 {
    margin: 23rem;
  }
  .dd-lgxl-m-24 {
    margin: 24rem;
  }
  .dd-lgxl-m-25 {
    margin: 25rem;
  }
  .dd-lgxl-m-26 {
    margin: 26rem;
  }
  .dd-lgxl-m-27 {
    margin: 27rem;
  }
  .dd-lgxl-m-28 {
    margin: 28rem;
  }
  .dd-lgxl-m-29 {
    margin: 29rem;
  }
  .dd-lgxl-m-30 {
    margin: 30rem;
  }
  .dd-lgxl-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-lgxl-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-lgxl-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-lgxl-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-lgxl-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-lgxl-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-lgxl-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-lgxl-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-lgxl-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-lgxl-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-lgxl-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-lgxl-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-lgxl-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-lgxl-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-lgxl-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-lgxl-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-lgxl-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-lgxl-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-lgxl-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-lgxl-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-lgxl-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-lgxl-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-lgxl-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-lgxl-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-lgxl-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-lgxl-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-lgxl-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-lgxl-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-lgxl-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-lgxl-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-lgxl-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-lgxl-pt-0 {
    padding-top: 0rem;
  }
  .dd-lgxl-pt-1 {
    padding-top: 1rem;
  }
  .dd-lgxl-pt-2 {
    padding-top: 2rem;
  }
  .dd-lgxl-pt-3 {
    padding-top: 3rem;
  }
  .dd-lgxl-pt-4 {
    padding-top: 4rem;
  }
  .dd-lgxl-pt-5 {
    padding-top: 5rem;
  }
  .dd-lgxl-pt-6 {
    padding-top: 6rem;
  }
  .dd-lgxl-pt-7 {
    padding-top: 7rem;
  }
  .dd-lgxl-pt-8 {
    padding-top: 8rem;
  }
  .dd-lgxl-pt-9 {
    padding-top: 9rem;
  }
  .dd-lgxl-pt-10 {
    padding-top: 10rem;
  }
  .dd-lgxl-pt-11 {
    padding-top: 11rem;
  }
  .dd-lgxl-pt-12 {
    padding-top: 12rem;
  }
  .dd-lgxl-pt-13 {
    padding-top: 13rem;
  }
  .dd-lgxl-pt-14 {
    padding-top: 14rem;
  }
  .dd-lgxl-pt-15 {
    padding-top: 15rem;
  }
  .dd-lgxl-pt-16 {
    padding-top: 16rem;
  }
  .dd-lgxl-pt-17 {
    padding-top: 17rem;
  }
  .dd-lgxl-pt-18 {
    padding-top: 18rem;
  }
  .dd-lgxl-pt-19 {
    padding-top: 19rem;
  }
  .dd-lgxl-pt-20 {
    padding-top: 20rem;
  }
  .dd-lgxl-pt-21 {
    padding-top: 21rem;
  }
  .dd-lgxl-pt-22 {
    padding-top: 22rem;
  }
  .dd-lgxl-pt-23 {
    padding-top: 23rem;
  }
  .dd-lgxl-pt-24 {
    padding-top: 24rem;
  }
  .dd-lgxl-pt-25 {
    padding-top: 25rem;
  }
  .dd-lgxl-pt-26 {
    padding-top: 26rem;
  }
  .dd-lgxl-pt-27 {
    padding-top: 27rem;
  }
  .dd-lgxl-pt-28 {
    padding-top: 28rem;
  }
  .dd-lgxl-pt-29 {
    padding-top: 29rem;
  }
  .dd-lgxl-pt-30 {
    padding-top: 30rem;
  }
  .dd-lgxl-pl-0 {
    padding-left: 0rem;
  }
  .dd-lgxl-pl-1 {
    padding-left: 1rem;
  }
  .dd-lgxl-pl-2 {
    padding-left: 2rem;
  }
  .dd-lgxl-pl-3 {
    padding-left: 3rem;
  }
  .dd-lgxl-pl-4 {
    padding-left: 4rem;
  }
  .dd-lgxl-pl-5 {
    padding-left: 5rem;
  }
  .dd-lgxl-pl-6 {
    padding-left: 6rem;
  }
  .dd-lgxl-pl-7 {
    padding-left: 7rem;
  }
  .dd-lgxl-pl-8 {
    padding-left: 8rem;
  }
  .dd-lgxl-pl-9 {
    padding-left: 9rem;
  }
  .dd-lgxl-pl-10 {
    padding-left: 10rem;
  }
  .dd-lgxl-pl-11 {
    padding-left: 11rem;
  }
  .dd-lgxl-pl-12 {
    padding-left: 12rem;
  }
  .dd-lgxl-pl-13 {
    padding-left: 13rem;
  }
  .dd-lgxl-pl-14 {
    padding-left: 14rem;
  }
  .dd-lgxl-pl-15 {
    padding-left: 15rem;
  }
  .dd-lgxl-pl-16 {
    padding-left: 16rem;
  }
  .dd-lgxl-pl-17 {
    padding-left: 17rem;
  }
  .dd-lgxl-pl-18 {
    padding-left: 18rem;
  }
  .dd-lgxl-pl-19 {
    padding-left: 19rem;
  }
  .dd-lgxl-pl-20 {
    padding-left: 20rem;
  }
  .dd-lgxl-pl-21 {
    padding-left: 21rem;
  }
  .dd-lgxl-pl-22 {
    padding-left: 22rem;
  }
  .dd-lgxl-pl-23 {
    padding-left: 23rem;
  }
  .dd-lgxl-pl-24 {
    padding-left: 24rem;
  }
  .dd-lgxl-pl-25 {
    padding-left: 25rem;
  }
  .dd-lgxl-pl-26 {
    padding-left: 26rem;
  }
  .dd-lgxl-pl-27 {
    padding-left: 27rem;
  }
  .dd-lgxl-pl-28 {
    padding-left: 28rem;
  }
  .dd-lgxl-pl-29 {
    padding-left: 29rem;
  }
  .dd-lgxl-pl-30 {
    padding-left: 30rem;
  }
  .dd-lgxl-pr-0 {
    padding-right: 0rem;
  }
  .dd-lgxl-pr-1 {
    padding-right: 1rem;
  }
  .dd-lgxl-pr-2 {
    padding-right: 2rem;
  }
  .dd-lgxl-pr-3 {
    padding-right: 3rem;
  }
  .dd-lgxl-pr-4 {
    padding-right: 4rem;
  }
  .dd-lgxl-pr-5 {
    padding-right: 5rem;
  }
  .dd-lgxl-pr-6 {
    padding-right: 6rem;
  }
  .dd-lgxl-pr-7 {
    padding-right: 7rem;
  }
  .dd-lgxl-pr-8 {
    padding-right: 8rem;
  }
  .dd-lgxl-pr-9 {
    padding-right: 9rem;
  }
  .dd-lgxl-pr-10 {
    padding-right: 10rem;
  }
  .dd-lgxl-pr-11 {
    padding-right: 11rem;
  }
  .dd-lgxl-pr-12 {
    padding-right: 12rem;
  }
  .dd-lgxl-pr-13 {
    padding-right: 13rem;
  }
  .dd-lgxl-pr-14 {
    padding-right: 14rem;
  }
  .dd-lgxl-pr-15 {
    padding-right: 15rem;
  }
  .dd-lgxl-pr-16 {
    padding-right: 16rem;
  }
  .dd-lgxl-pr-17 {
    padding-right: 17rem;
  }
  .dd-lgxl-pr-18 {
    padding-right: 18rem;
  }
  .dd-lgxl-pr-19 {
    padding-right: 19rem;
  }
  .dd-lgxl-pr-20 {
    padding-right: 20rem;
  }
  .dd-lgxl-pr-21 {
    padding-right: 21rem;
  }
  .dd-lgxl-pr-22 {
    padding-right: 22rem;
  }
  .dd-lgxl-pr-23 {
    padding-right: 23rem;
  }
  .dd-lgxl-pr-24 {
    padding-right: 24rem;
  }
  .dd-lgxl-pr-25 {
    padding-right: 25rem;
  }
  .dd-lgxl-pr-26 {
    padding-right: 26rem;
  }
  .dd-lgxl-pr-27 {
    padding-right: 27rem;
  }
  .dd-lgxl-pr-28 {
    padding-right: 28rem;
  }
  .dd-lgxl-pr-29 {
    padding-right: 29rem;
  }
  .dd-lgxl-pr-30 {
    padding-right: 30rem;
  }
  .dd-lgxl-p-0 {
    padding: 0rem;
  }
  .dd-lgxl-p-1 {
    padding: 1rem;
  }
  .dd-lgxl-p-2 {
    padding: 2rem;
  }
  .dd-lgxl-p-3 {
    padding: 3rem;
  }
  .dd-lgxl-p-4 {
    padding: 4rem;
  }
  .dd-lgxl-p-5 {
    padding: 5rem;
  }
  .dd-lgxl-p-6 {
    padding: 6rem;
  }
  .dd-lgxl-p-7 {
    padding: 7rem;
  }
  .dd-lgxl-p-8 {
    padding: 8rem;
  }
  .dd-lgxl-p-9 {
    padding: 9rem;
  }
  .dd-lgxl-p-10 {
    padding: 10rem;
  }
  .dd-lgxl-p-11 {
    padding: 11rem;
  }
  .dd-lgxl-p-12 {
    padding: 12rem;
  }
  .dd-lgxl-p-13 {
    padding: 13rem;
  }
  .dd-lgxl-p-14 {
    padding: 14rem;
  }
  .dd-lgxl-p-15 {
    padding: 15rem;
  }
  .dd-lgxl-p-16 {
    padding: 16rem;
  }
  .dd-lgxl-p-17 {
    padding: 17rem;
  }
  .dd-lgxl-p-18 {
    padding: 18rem;
  }
  .dd-lgxl-p-19 {
    padding: 19rem;
  }
  .dd-lgxl-p-20 {
    padding: 20rem;
  }
  .dd-lgxl-p-21 {
    padding: 21rem;
  }
  .dd-lgxl-p-22 {
    padding: 22rem;
  }
  .dd-lgxl-p-23 {
    padding: 23rem;
  }
  .dd-lgxl-p-24 {
    padding: 24rem;
  }
  .dd-lgxl-p-25 {
    padding: 25rem;
  }
  .dd-lgxl-p-26 {
    padding: 26rem;
  }
  .dd-lgxl-p-27 {
    padding: 27rem;
  }
  .dd-lgxl-p-28 {
    padding: 28rem;
  }
  .dd-lgxl-p-29 {
    padding: 29rem;
  }
  .dd-lgxl-p-30 {
    padding: 30rem;
  }
  .dd-lgxl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-lgxl-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-lgxl-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-lgxl-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-lgxl-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-lgxl-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-lgxl-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-lgxl-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-lgxl-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-lgxl-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-lgxl-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-lgxl-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-lgxl-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-lgxl-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-lgxl-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-lgxl-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-lgxl-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-lgxl-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-lgxl-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-lgxl-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-lgxl-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-lgxl-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-lgxl-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-lgxl-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-lgxl-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-lgxl-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-lgxl-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-lgxl-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-lgxl-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-lgxl-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-lgxl-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-lgxl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-lgxl-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-lgxl-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-lgxl-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-lgxl-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-lgxl-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-lgxl-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-lgxl-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-lgxl-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-lgxl-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-lgxl-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-lgxl-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-lgxl-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-lgxl-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-lgxl-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-lgxl-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-lgxl-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-lgxl-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-lgxl-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-lgxl-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-lgxl-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-lgxl-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-lgxl-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-lgxl-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-lgxl-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-lgxl-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-lgxl-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-lgxl-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-lgxl-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-lgxl-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-lgxl-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 1366px) {
  .dd-xl-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-xl-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-xl-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-xl-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-xl-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-xl-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-xl-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-xl-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-xl-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-xl-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-xl-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-xl-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-xl-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-xl-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-xl-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-xl-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-xl-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-xl-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-xl-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-xl-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-xl-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-xl-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-xl-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-xl-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-xl-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-xl-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-xl-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-xl-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-xl-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-xl-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-xl-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-xl-mt-0 {
    margin-top: 0rem;
  }
  .dd-xl-mt-1 {
    margin-top: 1rem;
  }
  .dd-xl-mt-2 {
    margin-top: 2rem;
  }
  .dd-xl-mt-3 {
    margin-top: 3rem;
  }
  .dd-xl-mt-4 {
    margin-top: 4rem;
  }
  .dd-xl-mt-5 {
    margin-top: 5rem;
  }
  .dd-xl-mt-6 {
    margin-top: 6rem;
  }
  .dd-xl-mt-7 {
    margin-top: 7rem;
  }
  .dd-xl-mt-8 {
    margin-top: 8rem;
  }
  .dd-xl-mt-9 {
    margin-top: 9rem;
  }
  .dd-xl-mt-10 {
    margin-top: 10rem;
  }
  .dd-xl-mt-11 {
    margin-top: 11rem;
  }
  .dd-xl-mt-12 {
    margin-top: 12rem;
  }
  .dd-xl-mt-13 {
    margin-top: 13rem;
  }
  .dd-xl-mt-14 {
    margin-top: 14rem;
  }
  .dd-xl-mt-15 {
    margin-top: 15rem;
  }
  .dd-xl-mt-16 {
    margin-top: 16rem;
  }
  .dd-xl-mt-17 {
    margin-top: 17rem;
  }
  .dd-xl-mt-18 {
    margin-top: 18rem;
  }
  .dd-xl-mt-19 {
    margin-top: 19rem;
  }
  .dd-xl-mt-20 {
    margin-top: 20rem;
  }
  .dd-xl-mt-21 {
    margin-top: 21rem;
  }
  .dd-xl-mt-22 {
    margin-top: 22rem;
  }
  .dd-xl-mt-23 {
    margin-top: 23rem;
  }
  .dd-xl-mt-24 {
    margin-top: 24rem;
  }
  .dd-xl-mt-25 {
    margin-top: 25rem;
  }
  .dd-xl-mt-26 {
    margin-top: 26rem;
  }
  .dd-xl-mt-27 {
    margin-top: 27rem;
  }
  .dd-xl-mt-28 {
    margin-top: 28rem;
  }
  .dd-xl-mt-29 {
    margin-top: 29rem;
  }
  .dd-xl-mt-30 {
    margin-top: 30rem;
  }
  .dd-xl-ml-0 {
    margin-left: 0rem;
  }
  .dd-xl-ml-1 {
    margin-left: 1rem;
  }
  .dd-xl-ml-2 {
    margin-left: 2rem;
  }
  .dd-xl-ml-3 {
    margin-left: 3rem;
  }
  .dd-xl-ml-4 {
    margin-left: 4rem;
  }
  .dd-xl-ml-5 {
    margin-left: 5rem;
  }
  .dd-xl-ml-6 {
    margin-left: 6rem;
  }
  .dd-xl-ml-7 {
    margin-left: 7rem;
  }
  .dd-xl-ml-8 {
    margin-left: 8rem;
  }
  .dd-xl-ml-9 {
    margin-left: 9rem;
  }
  .dd-xl-ml-10 {
    margin-left: 10rem;
  }
  .dd-xl-ml-11 {
    margin-left: 11rem;
  }
  .dd-xl-ml-12 {
    margin-left: 12rem;
  }
  .dd-xl-ml-13 {
    margin-left: 13rem;
  }
  .dd-xl-ml-14 {
    margin-left: 14rem;
  }
  .dd-xl-ml-15 {
    margin-left: 15rem;
  }
  .dd-xl-ml-16 {
    margin-left: 16rem;
  }
  .dd-xl-ml-17 {
    margin-left: 17rem;
  }
  .dd-xl-ml-18 {
    margin-left: 18rem;
  }
  .dd-xl-ml-19 {
    margin-left: 19rem;
  }
  .dd-xl-ml-20 {
    margin-left: 20rem;
  }
  .dd-xl-ml-21 {
    margin-left: 21rem;
  }
  .dd-xl-ml-22 {
    margin-left: 22rem;
  }
  .dd-xl-ml-23 {
    margin-left: 23rem;
  }
  .dd-xl-ml-24 {
    margin-left: 24rem;
  }
  .dd-xl-ml-25 {
    margin-left: 25rem;
  }
  .dd-xl-ml-26 {
    margin-left: 26rem;
  }
  .dd-xl-ml-27 {
    margin-left: 27rem;
  }
  .dd-xl-ml-28 {
    margin-left: 28rem;
  }
  .dd-xl-ml-29 {
    margin-left: 29rem;
  }
  .dd-xl-ml-30 {
    margin-left: 30rem;
  }
  .dd-xl-mr-0 {
    margin-right: 0rem;
  }
  .dd-xl-mr-1 {
    margin-right: 1rem;
  }
  .dd-xl-mr-2 {
    margin-right: 2rem;
  }
  .dd-xl-mr-3 {
    margin-right: 3rem;
  }
  .dd-xl-mr-4 {
    margin-right: 4rem;
  }
  .dd-xl-mr-5 {
    margin-right: 5rem;
  }
  .dd-xl-mr-6 {
    margin-right: 6rem;
  }
  .dd-xl-mr-7 {
    margin-right: 7rem;
  }
  .dd-xl-mr-8 {
    margin-right: 8rem;
  }
  .dd-xl-mr-9 {
    margin-right: 9rem;
  }
  .dd-xl-mr-10 {
    margin-right: 10rem;
  }
  .dd-xl-mr-11 {
    margin-right: 11rem;
  }
  .dd-xl-mr-12 {
    margin-right: 12rem;
  }
  .dd-xl-mr-13 {
    margin-right: 13rem;
  }
  .dd-xl-mr-14 {
    margin-right: 14rem;
  }
  .dd-xl-mr-15 {
    margin-right: 15rem;
  }
  .dd-xl-mr-16 {
    margin-right: 16rem;
  }
  .dd-xl-mr-17 {
    margin-right: 17rem;
  }
  .dd-xl-mr-18 {
    margin-right: 18rem;
  }
  .dd-xl-mr-19 {
    margin-right: 19rem;
  }
  .dd-xl-mr-20 {
    margin-right: 20rem;
  }
  .dd-xl-mr-21 {
    margin-right: 21rem;
  }
  .dd-xl-mr-22 {
    margin-right: 22rem;
  }
  .dd-xl-mr-23 {
    margin-right: 23rem;
  }
  .dd-xl-mr-24 {
    margin-right: 24rem;
  }
  .dd-xl-mr-25 {
    margin-right: 25rem;
  }
  .dd-xl-mr-26 {
    margin-right: 26rem;
  }
  .dd-xl-mr-27 {
    margin-right: 27rem;
  }
  .dd-xl-mr-28 {
    margin-right: 28rem;
  }
  .dd-xl-mr-29 {
    margin-right: 29rem;
  }
  .dd-xl-mr-30 {
    margin-right: 30rem;
  }
  .dd-xl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-xl-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-xl-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-xl-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-xl-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-xl-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-xl-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-xl-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-xl-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-xl-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-xl-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-xl-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-xl-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-xl-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-xl-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-xl-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-xl-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-xl-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-xl-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-xl-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-xl-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-xl-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-xl-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-xl-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-xl-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-xl-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-xl-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-xl-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-xl-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-xl-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-xl-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-xl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-xl-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-xl-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-xl-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-xl-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-xl-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-xl-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-xl-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-xl-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-xl-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-xl-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-xl-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-xl-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-xl-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-xl-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-xl-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-xl-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-xl-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-xl-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-xl-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-xl-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-xl-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-xl-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-xl-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-xl-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-xl-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-xl-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-xl-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-xl-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-xl-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-xl-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-xl-m-0 {
    margin: 0rem;
  }
  .dd-xl-m-1 {
    margin: 1rem;
  }
  .dd-xl-m-2 {
    margin: 2rem;
  }
  .dd-xl-m-3 {
    margin: 3rem;
  }
  .dd-xl-m-4 {
    margin: 4rem;
  }
  .dd-xl-m-5 {
    margin: 5rem;
  }
  .dd-xl-m-6 {
    margin: 6rem;
  }
  .dd-xl-m-7 {
    margin: 7rem;
  }
  .dd-xl-m-8 {
    margin: 8rem;
  }
  .dd-xl-m-9 {
    margin: 9rem;
  }
  .dd-xl-m-10 {
    margin: 10rem;
  }
  .dd-xl-m-11 {
    margin: 11rem;
  }
  .dd-xl-m-12 {
    margin: 12rem;
  }
  .dd-xl-m-13 {
    margin: 13rem;
  }
  .dd-xl-m-14 {
    margin: 14rem;
  }
  .dd-xl-m-15 {
    margin: 15rem;
  }
  .dd-xl-m-16 {
    margin: 16rem;
  }
  .dd-xl-m-17 {
    margin: 17rem;
  }
  .dd-xl-m-18 {
    margin: 18rem;
  }
  .dd-xl-m-19 {
    margin: 19rem;
  }
  .dd-xl-m-20 {
    margin: 20rem;
  }
  .dd-xl-m-21 {
    margin: 21rem;
  }
  .dd-xl-m-22 {
    margin: 22rem;
  }
  .dd-xl-m-23 {
    margin: 23rem;
  }
  .dd-xl-m-24 {
    margin: 24rem;
  }
  .dd-xl-m-25 {
    margin: 25rem;
  }
  .dd-xl-m-26 {
    margin: 26rem;
  }
  .dd-xl-m-27 {
    margin: 27rem;
  }
  .dd-xl-m-28 {
    margin: 28rem;
  }
  .dd-xl-m-29 {
    margin: 29rem;
  }
  .dd-xl-m-30 {
    margin: 30rem;
  }
  .dd-xl-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-xl-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-xl-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-xl-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-xl-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-xl-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-xl-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-xl-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-xl-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-xl-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-xl-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-xl-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-xl-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-xl-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-xl-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-xl-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-xl-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-xl-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-xl-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-xl-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-xl-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-xl-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-xl-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-xl-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-xl-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-xl-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-xl-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-xl-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-xl-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-xl-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-xl-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-xl-pt-0 {
    padding-top: 0rem;
  }
  .dd-xl-pt-1 {
    padding-top: 1rem;
  }
  .dd-xl-pt-2 {
    padding-top: 2rem;
  }
  .dd-xl-pt-3 {
    padding-top: 3rem;
  }
  .dd-xl-pt-4 {
    padding-top: 4rem;
  }
  .dd-xl-pt-5 {
    padding-top: 5rem;
  }
  .dd-xl-pt-6 {
    padding-top: 6rem;
  }
  .dd-xl-pt-7 {
    padding-top: 7rem;
  }
  .dd-xl-pt-8 {
    padding-top: 8rem;
  }
  .dd-xl-pt-9 {
    padding-top: 9rem;
  }
  .dd-xl-pt-10 {
    padding-top: 10rem;
  }
  .dd-xl-pt-11 {
    padding-top: 11rem;
  }
  .dd-xl-pt-12 {
    padding-top: 12rem;
  }
  .dd-xl-pt-13 {
    padding-top: 13rem;
  }
  .dd-xl-pt-14 {
    padding-top: 14rem;
  }
  .dd-xl-pt-15 {
    padding-top: 15rem;
  }
  .dd-xl-pt-16 {
    padding-top: 16rem;
  }
  .dd-xl-pt-17 {
    padding-top: 17rem;
  }
  .dd-xl-pt-18 {
    padding-top: 18rem;
  }
  .dd-xl-pt-19 {
    padding-top: 19rem;
  }
  .dd-xl-pt-20 {
    padding-top: 20rem;
  }
  .dd-xl-pt-21 {
    padding-top: 21rem;
  }
  .dd-xl-pt-22 {
    padding-top: 22rem;
  }
  .dd-xl-pt-23 {
    padding-top: 23rem;
  }
  .dd-xl-pt-24 {
    padding-top: 24rem;
  }
  .dd-xl-pt-25 {
    padding-top: 25rem;
  }
  .dd-xl-pt-26 {
    padding-top: 26rem;
  }
  .dd-xl-pt-27 {
    padding-top: 27rem;
  }
  .dd-xl-pt-28 {
    padding-top: 28rem;
  }
  .dd-xl-pt-29 {
    padding-top: 29rem;
  }
  .dd-xl-pt-30 {
    padding-top: 30rem;
  }
  .dd-xl-pl-0 {
    padding-left: 0rem;
  }
  .dd-xl-pl-1 {
    padding-left: 1rem;
  }
  .dd-xl-pl-2 {
    padding-left: 2rem;
  }
  .dd-xl-pl-3 {
    padding-left: 3rem;
  }
  .dd-xl-pl-4 {
    padding-left: 4rem;
  }
  .dd-xl-pl-5 {
    padding-left: 5rem;
  }
  .dd-xl-pl-6 {
    padding-left: 6rem;
  }
  .dd-xl-pl-7 {
    padding-left: 7rem;
  }
  .dd-xl-pl-8 {
    padding-left: 8rem;
  }
  .dd-xl-pl-9 {
    padding-left: 9rem;
  }
  .dd-xl-pl-10 {
    padding-left: 10rem;
  }
  .dd-xl-pl-11 {
    padding-left: 11rem;
  }
  .dd-xl-pl-12 {
    padding-left: 12rem;
  }
  .dd-xl-pl-13 {
    padding-left: 13rem;
  }
  .dd-xl-pl-14 {
    padding-left: 14rem;
  }
  .dd-xl-pl-15 {
    padding-left: 15rem;
  }
  .dd-xl-pl-16 {
    padding-left: 16rem;
  }
  .dd-xl-pl-17 {
    padding-left: 17rem;
  }
  .dd-xl-pl-18 {
    padding-left: 18rem;
  }
  .dd-xl-pl-19 {
    padding-left: 19rem;
  }
  .dd-xl-pl-20 {
    padding-left: 20rem;
  }
  .dd-xl-pl-21 {
    padding-left: 21rem;
  }
  .dd-xl-pl-22 {
    padding-left: 22rem;
  }
  .dd-xl-pl-23 {
    padding-left: 23rem;
  }
  .dd-xl-pl-24 {
    padding-left: 24rem;
  }
  .dd-xl-pl-25 {
    padding-left: 25rem;
  }
  .dd-xl-pl-26 {
    padding-left: 26rem;
  }
  .dd-xl-pl-27 {
    padding-left: 27rem;
  }
  .dd-xl-pl-28 {
    padding-left: 28rem;
  }
  .dd-xl-pl-29 {
    padding-left: 29rem;
  }
  .dd-xl-pl-30 {
    padding-left: 30rem;
  }
  .dd-xl-pr-0 {
    padding-right: 0rem;
  }
  .dd-xl-pr-1 {
    padding-right: 1rem;
  }
  .dd-xl-pr-2 {
    padding-right: 2rem;
  }
  .dd-xl-pr-3 {
    padding-right: 3rem;
  }
  .dd-xl-pr-4 {
    padding-right: 4rem;
  }
  .dd-xl-pr-5 {
    padding-right: 5rem;
  }
  .dd-xl-pr-6 {
    padding-right: 6rem;
  }
  .dd-xl-pr-7 {
    padding-right: 7rem;
  }
  .dd-xl-pr-8 {
    padding-right: 8rem;
  }
  .dd-xl-pr-9 {
    padding-right: 9rem;
  }
  .dd-xl-pr-10 {
    padding-right: 10rem;
  }
  .dd-xl-pr-11 {
    padding-right: 11rem;
  }
  .dd-xl-pr-12 {
    padding-right: 12rem;
  }
  .dd-xl-pr-13 {
    padding-right: 13rem;
  }
  .dd-xl-pr-14 {
    padding-right: 14rem;
  }
  .dd-xl-pr-15 {
    padding-right: 15rem;
  }
  .dd-xl-pr-16 {
    padding-right: 16rem;
  }
  .dd-xl-pr-17 {
    padding-right: 17rem;
  }
  .dd-xl-pr-18 {
    padding-right: 18rem;
  }
  .dd-xl-pr-19 {
    padding-right: 19rem;
  }
  .dd-xl-pr-20 {
    padding-right: 20rem;
  }
  .dd-xl-pr-21 {
    padding-right: 21rem;
  }
  .dd-xl-pr-22 {
    padding-right: 22rem;
  }
  .dd-xl-pr-23 {
    padding-right: 23rem;
  }
  .dd-xl-pr-24 {
    padding-right: 24rem;
  }
  .dd-xl-pr-25 {
    padding-right: 25rem;
  }
  .dd-xl-pr-26 {
    padding-right: 26rem;
  }
  .dd-xl-pr-27 {
    padding-right: 27rem;
  }
  .dd-xl-pr-28 {
    padding-right: 28rem;
  }
  .dd-xl-pr-29 {
    padding-right: 29rem;
  }
  .dd-xl-pr-30 {
    padding-right: 30rem;
  }
  .dd-xl-p-0 {
    padding: 0rem;
  }
  .dd-xl-p-1 {
    padding: 1rem;
  }
  .dd-xl-p-2 {
    padding: 2rem;
  }
  .dd-xl-p-3 {
    padding: 3rem;
  }
  .dd-xl-p-4 {
    padding: 4rem;
  }
  .dd-xl-p-5 {
    padding: 5rem;
  }
  .dd-xl-p-6 {
    padding: 6rem;
  }
  .dd-xl-p-7 {
    padding: 7rem;
  }
  .dd-xl-p-8 {
    padding: 8rem;
  }
  .dd-xl-p-9 {
    padding: 9rem;
  }
  .dd-xl-p-10 {
    padding: 10rem;
  }
  .dd-xl-p-11 {
    padding: 11rem;
  }
  .dd-xl-p-12 {
    padding: 12rem;
  }
  .dd-xl-p-13 {
    padding: 13rem;
  }
  .dd-xl-p-14 {
    padding: 14rem;
  }
  .dd-xl-p-15 {
    padding: 15rem;
  }
  .dd-xl-p-16 {
    padding: 16rem;
  }
  .dd-xl-p-17 {
    padding: 17rem;
  }
  .dd-xl-p-18 {
    padding: 18rem;
  }
  .dd-xl-p-19 {
    padding: 19rem;
  }
  .dd-xl-p-20 {
    padding: 20rem;
  }
  .dd-xl-p-21 {
    padding: 21rem;
  }
  .dd-xl-p-22 {
    padding: 22rem;
  }
  .dd-xl-p-23 {
    padding: 23rem;
  }
  .dd-xl-p-24 {
    padding: 24rem;
  }
  .dd-xl-p-25 {
    padding: 25rem;
  }
  .dd-xl-p-26 {
    padding: 26rem;
  }
  .dd-xl-p-27 {
    padding: 27rem;
  }
  .dd-xl-p-28 {
    padding: 28rem;
  }
  .dd-xl-p-29 {
    padding: 29rem;
  }
  .dd-xl-p-30 {
    padding: 30rem;
  }
  .dd-xl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-xl-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-xl-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-xl-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-xl-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-xl-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-xl-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-xl-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-xl-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-xl-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-xl-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-xl-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-xl-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-xl-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-xl-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-xl-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-xl-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-xl-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-xl-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-xl-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-xl-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-xl-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-xl-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-xl-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-xl-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-xl-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-xl-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-xl-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-xl-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-xl-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-xl-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-xl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-xl-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-xl-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-xl-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-xl-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-xl-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-xl-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-xl-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-xl-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-xl-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-xl-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-xl-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-xl-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-xl-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-xl-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-xl-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-xl-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-xl-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-xl-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-xl-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-xl-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-xl-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-xl-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-xl-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-xl-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-xl-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-xl-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-xl-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-xl-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-xl-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-xl-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 1681px) {
  .dd-xxl-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-xxl-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-xxl-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-xxl-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-xxl-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-xxl-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-xxl-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-xxl-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-xxl-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-xxl-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-xxl-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-xxl-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-xxl-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-xxl-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-xxl-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-xxl-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-xxl-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-xxl-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-xxl-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-xxl-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-xxl-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-xxl-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-xxl-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-xxl-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-xxl-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-xxl-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-xxl-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-xxl-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-xxl-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-xxl-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-xxl-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-xxl-mt-0 {
    margin-top: 0rem;
  }
  .dd-xxl-mt-1 {
    margin-top: 1rem;
  }
  .dd-xxl-mt-2 {
    margin-top: 2rem;
  }
  .dd-xxl-mt-3 {
    margin-top: 3rem;
  }
  .dd-xxl-mt-4 {
    margin-top: 4rem;
  }
  .dd-xxl-mt-5 {
    margin-top: 5rem;
  }
  .dd-xxl-mt-6 {
    margin-top: 6rem;
  }
  .dd-xxl-mt-7 {
    margin-top: 7rem;
  }
  .dd-xxl-mt-8 {
    margin-top: 8rem;
  }
  .dd-xxl-mt-9 {
    margin-top: 9rem;
  }
  .dd-xxl-mt-10 {
    margin-top: 10rem;
  }
  .dd-xxl-mt-11 {
    margin-top: 11rem;
  }
  .dd-xxl-mt-12 {
    margin-top: 12rem;
  }
  .dd-xxl-mt-13 {
    margin-top: 13rem;
  }
  .dd-xxl-mt-14 {
    margin-top: 14rem;
  }
  .dd-xxl-mt-15 {
    margin-top: 15rem;
  }
  .dd-xxl-mt-16 {
    margin-top: 16rem;
  }
  .dd-xxl-mt-17 {
    margin-top: 17rem;
  }
  .dd-xxl-mt-18 {
    margin-top: 18rem;
  }
  .dd-xxl-mt-19 {
    margin-top: 19rem;
  }
  .dd-xxl-mt-20 {
    margin-top: 20rem;
  }
  .dd-xxl-mt-21 {
    margin-top: 21rem;
  }
  .dd-xxl-mt-22 {
    margin-top: 22rem;
  }
  .dd-xxl-mt-23 {
    margin-top: 23rem;
  }
  .dd-xxl-mt-24 {
    margin-top: 24rem;
  }
  .dd-xxl-mt-25 {
    margin-top: 25rem;
  }
  .dd-xxl-mt-26 {
    margin-top: 26rem;
  }
  .dd-xxl-mt-27 {
    margin-top: 27rem;
  }
  .dd-xxl-mt-28 {
    margin-top: 28rem;
  }
  .dd-xxl-mt-29 {
    margin-top: 29rem;
  }
  .dd-xxl-mt-30 {
    margin-top: 30rem;
  }
  .dd-xxl-ml-0 {
    margin-left: 0rem;
  }
  .dd-xxl-ml-1 {
    margin-left: 1rem;
  }
  .dd-xxl-ml-2 {
    margin-left: 2rem;
  }
  .dd-xxl-ml-3 {
    margin-left: 3rem;
  }
  .dd-xxl-ml-4 {
    margin-left: 4rem;
  }
  .dd-xxl-ml-5 {
    margin-left: 5rem;
  }
  .dd-xxl-ml-6 {
    margin-left: 6rem;
  }
  .dd-xxl-ml-7 {
    margin-left: 7rem;
  }
  .dd-xxl-ml-8 {
    margin-left: 8rem;
  }
  .dd-xxl-ml-9 {
    margin-left: 9rem;
  }
  .dd-xxl-ml-10 {
    margin-left: 10rem;
  }
  .dd-xxl-ml-11 {
    margin-left: 11rem;
  }
  .dd-xxl-ml-12 {
    margin-left: 12rem;
  }
  .dd-xxl-ml-13 {
    margin-left: 13rem;
  }
  .dd-xxl-ml-14 {
    margin-left: 14rem;
  }
  .dd-xxl-ml-15 {
    margin-left: 15rem;
  }
  .dd-xxl-ml-16 {
    margin-left: 16rem;
  }
  .dd-xxl-ml-17 {
    margin-left: 17rem;
  }
  .dd-xxl-ml-18 {
    margin-left: 18rem;
  }
  .dd-xxl-ml-19 {
    margin-left: 19rem;
  }
  .dd-xxl-ml-20 {
    margin-left: 20rem;
  }
  .dd-xxl-ml-21 {
    margin-left: 21rem;
  }
  .dd-xxl-ml-22 {
    margin-left: 22rem;
  }
  .dd-xxl-ml-23 {
    margin-left: 23rem;
  }
  .dd-xxl-ml-24 {
    margin-left: 24rem;
  }
  .dd-xxl-ml-25 {
    margin-left: 25rem;
  }
  .dd-xxl-ml-26 {
    margin-left: 26rem;
  }
  .dd-xxl-ml-27 {
    margin-left: 27rem;
  }
  .dd-xxl-ml-28 {
    margin-left: 28rem;
  }
  .dd-xxl-ml-29 {
    margin-left: 29rem;
  }
  .dd-xxl-ml-30 {
    margin-left: 30rem;
  }
  .dd-xxl-mr-0 {
    margin-right: 0rem;
  }
  .dd-xxl-mr-1 {
    margin-right: 1rem;
  }
  .dd-xxl-mr-2 {
    margin-right: 2rem;
  }
  .dd-xxl-mr-3 {
    margin-right: 3rem;
  }
  .dd-xxl-mr-4 {
    margin-right: 4rem;
  }
  .dd-xxl-mr-5 {
    margin-right: 5rem;
  }
  .dd-xxl-mr-6 {
    margin-right: 6rem;
  }
  .dd-xxl-mr-7 {
    margin-right: 7rem;
  }
  .dd-xxl-mr-8 {
    margin-right: 8rem;
  }
  .dd-xxl-mr-9 {
    margin-right: 9rem;
  }
  .dd-xxl-mr-10 {
    margin-right: 10rem;
  }
  .dd-xxl-mr-11 {
    margin-right: 11rem;
  }
  .dd-xxl-mr-12 {
    margin-right: 12rem;
  }
  .dd-xxl-mr-13 {
    margin-right: 13rem;
  }
  .dd-xxl-mr-14 {
    margin-right: 14rem;
  }
  .dd-xxl-mr-15 {
    margin-right: 15rem;
  }
  .dd-xxl-mr-16 {
    margin-right: 16rem;
  }
  .dd-xxl-mr-17 {
    margin-right: 17rem;
  }
  .dd-xxl-mr-18 {
    margin-right: 18rem;
  }
  .dd-xxl-mr-19 {
    margin-right: 19rem;
  }
  .dd-xxl-mr-20 {
    margin-right: 20rem;
  }
  .dd-xxl-mr-21 {
    margin-right: 21rem;
  }
  .dd-xxl-mr-22 {
    margin-right: 22rem;
  }
  .dd-xxl-mr-23 {
    margin-right: 23rem;
  }
  .dd-xxl-mr-24 {
    margin-right: 24rem;
  }
  .dd-xxl-mr-25 {
    margin-right: 25rem;
  }
  .dd-xxl-mr-26 {
    margin-right: 26rem;
  }
  .dd-xxl-mr-27 {
    margin-right: 27rem;
  }
  .dd-xxl-mr-28 {
    margin-right: 28rem;
  }
  .dd-xxl-mr-29 {
    margin-right: 29rem;
  }
  .dd-xxl-mr-30 {
    margin-right: 30rem;
  }
  .dd-xxl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-xxl-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-xxl-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-xxl-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-xxl-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-xxl-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-xxl-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-xxl-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-xxl-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-xxl-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-xxl-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-xxl-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-xxl-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-xxl-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-xxl-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-xxl-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-xxl-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-xxl-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-xxl-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-xxl-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-xxl-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-xxl-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-xxl-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-xxl-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-xxl-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-xxl-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-xxl-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-xxl-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-xxl-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-xxl-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-xxl-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-xxl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-xxl-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-xxl-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-xxl-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-xxl-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-xxl-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-xxl-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-xxl-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-xxl-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-xxl-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-xxl-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-xxl-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-xxl-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-xxl-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-xxl-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-xxl-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-xxl-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-xxl-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-xxl-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-xxl-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-xxl-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-xxl-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-xxl-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-xxl-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-xxl-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-xxl-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-xxl-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-xxl-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-xxl-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-xxl-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-xxl-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-xxl-m-0 {
    margin: 0rem;
  }
  .dd-xxl-m-1 {
    margin: 1rem;
  }
  .dd-xxl-m-2 {
    margin: 2rem;
  }
  .dd-xxl-m-3 {
    margin: 3rem;
  }
  .dd-xxl-m-4 {
    margin: 4rem;
  }
  .dd-xxl-m-5 {
    margin: 5rem;
  }
  .dd-xxl-m-6 {
    margin: 6rem;
  }
  .dd-xxl-m-7 {
    margin: 7rem;
  }
  .dd-xxl-m-8 {
    margin: 8rem;
  }
  .dd-xxl-m-9 {
    margin: 9rem;
  }
  .dd-xxl-m-10 {
    margin: 10rem;
  }
  .dd-xxl-m-11 {
    margin: 11rem;
  }
  .dd-xxl-m-12 {
    margin: 12rem;
  }
  .dd-xxl-m-13 {
    margin: 13rem;
  }
  .dd-xxl-m-14 {
    margin: 14rem;
  }
  .dd-xxl-m-15 {
    margin: 15rem;
  }
  .dd-xxl-m-16 {
    margin: 16rem;
  }
  .dd-xxl-m-17 {
    margin: 17rem;
  }
  .dd-xxl-m-18 {
    margin: 18rem;
  }
  .dd-xxl-m-19 {
    margin: 19rem;
  }
  .dd-xxl-m-20 {
    margin: 20rem;
  }
  .dd-xxl-m-21 {
    margin: 21rem;
  }
  .dd-xxl-m-22 {
    margin: 22rem;
  }
  .dd-xxl-m-23 {
    margin: 23rem;
  }
  .dd-xxl-m-24 {
    margin: 24rem;
  }
  .dd-xxl-m-25 {
    margin: 25rem;
  }
  .dd-xxl-m-26 {
    margin: 26rem;
  }
  .dd-xxl-m-27 {
    margin: 27rem;
  }
  .dd-xxl-m-28 {
    margin: 28rem;
  }
  .dd-xxl-m-29 {
    margin: 29rem;
  }
  .dd-xxl-m-30 {
    margin: 30rem;
  }
  .dd-xxl-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-xxl-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-xxl-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-xxl-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-xxl-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-xxl-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-xxl-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-xxl-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-xxl-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-xxl-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-xxl-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-xxl-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-xxl-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-xxl-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-xxl-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-xxl-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-xxl-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-xxl-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-xxl-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-xxl-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-xxl-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-xxl-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-xxl-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-xxl-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-xxl-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-xxl-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-xxl-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-xxl-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-xxl-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-xxl-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-xxl-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-xxl-pt-0 {
    padding-top: 0rem;
  }
  .dd-xxl-pt-1 {
    padding-top: 1rem;
  }
  .dd-xxl-pt-2 {
    padding-top: 2rem;
  }
  .dd-xxl-pt-3 {
    padding-top: 3rem;
  }
  .dd-xxl-pt-4 {
    padding-top: 4rem;
  }
  .dd-xxl-pt-5 {
    padding-top: 5rem;
  }
  .dd-xxl-pt-6 {
    padding-top: 6rem;
  }
  .dd-xxl-pt-7 {
    padding-top: 7rem;
  }
  .dd-xxl-pt-8 {
    padding-top: 8rem;
  }
  .dd-xxl-pt-9 {
    padding-top: 9rem;
  }
  .dd-xxl-pt-10 {
    padding-top: 10rem;
  }
  .dd-xxl-pt-11 {
    padding-top: 11rem;
  }
  .dd-xxl-pt-12 {
    padding-top: 12rem;
  }
  .dd-xxl-pt-13 {
    padding-top: 13rem;
  }
  .dd-xxl-pt-14 {
    padding-top: 14rem;
  }
  .dd-xxl-pt-15 {
    padding-top: 15rem;
  }
  .dd-xxl-pt-16 {
    padding-top: 16rem;
  }
  .dd-xxl-pt-17 {
    padding-top: 17rem;
  }
  .dd-xxl-pt-18 {
    padding-top: 18rem;
  }
  .dd-xxl-pt-19 {
    padding-top: 19rem;
  }
  .dd-xxl-pt-20 {
    padding-top: 20rem;
  }
  .dd-xxl-pt-21 {
    padding-top: 21rem;
  }
  .dd-xxl-pt-22 {
    padding-top: 22rem;
  }
  .dd-xxl-pt-23 {
    padding-top: 23rem;
  }
  .dd-xxl-pt-24 {
    padding-top: 24rem;
  }
  .dd-xxl-pt-25 {
    padding-top: 25rem;
  }
  .dd-xxl-pt-26 {
    padding-top: 26rem;
  }
  .dd-xxl-pt-27 {
    padding-top: 27rem;
  }
  .dd-xxl-pt-28 {
    padding-top: 28rem;
  }
  .dd-xxl-pt-29 {
    padding-top: 29rem;
  }
  .dd-xxl-pt-30 {
    padding-top: 30rem;
  }
  .dd-xxl-pl-0 {
    padding-left: 0rem;
  }
  .dd-xxl-pl-1 {
    padding-left: 1rem;
  }
  .dd-xxl-pl-2 {
    padding-left: 2rem;
  }
  .dd-xxl-pl-3 {
    padding-left: 3rem;
  }
  .dd-xxl-pl-4 {
    padding-left: 4rem;
  }
  .dd-xxl-pl-5 {
    padding-left: 5rem;
  }
  .dd-xxl-pl-6 {
    padding-left: 6rem;
  }
  .dd-xxl-pl-7 {
    padding-left: 7rem;
  }
  .dd-xxl-pl-8 {
    padding-left: 8rem;
  }
  .dd-xxl-pl-9 {
    padding-left: 9rem;
  }
  .dd-xxl-pl-10 {
    padding-left: 10rem;
  }
  .dd-xxl-pl-11 {
    padding-left: 11rem;
  }
  .dd-xxl-pl-12 {
    padding-left: 12rem;
  }
  .dd-xxl-pl-13 {
    padding-left: 13rem;
  }
  .dd-xxl-pl-14 {
    padding-left: 14rem;
  }
  .dd-xxl-pl-15 {
    padding-left: 15rem;
  }
  .dd-xxl-pl-16 {
    padding-left: 16rem;
  }
  .dd-xxl-pl-17 {
    padding-left: 17rem;
  }
  .dd-xxl-pl-18 {
    padding-left: 18rem;
  }
  .dd-xxl-pl-19 {
    padding-left: 19rem;
  }
  .dd-xxl-pl-20 {
    padding-left: 20rem;
  }
  .dd-xxl-pl-21 {
    padding-left: 21rem;
  }
  .dd-xxl-pl-22 {
    padding-left: 22rem;
  }
  .dd-xxl-pl-23 {
    padding-left: 23rem;
  }
  .dd-xxl-pl-24 {
    padding-left: 24rem;
  }
  .dd-xxl-pl-25 {
    padding-left: 25rem;
  }
  .dd-xxl-pl-26 {
    padding-left: 26rem;
  }
  .dd-xxl-pl-27 {
    padding-left: 27rem;
  }
  .dd-xxl-pl-28 {
    padding-left: 28rem;
  }
  .dd-xxl-pl-29 {
    padding-left: 29rem;
  }
  .dd-xxl-pl-30 {
    padding-left: 30rem;
  }
  .dd-xxl-pr-0 {
    padding-right: 0rem;
  }
  .dd-xxl-pr-1 {
    padding-right: 1rem;
  }
  .dd-xxl-pr-2 {
    padding-right: 2rem;
  }
  .dd-xxl-pr-3 {
    padding-right: 3rem;
  }
  .dd-xxl-pr-4 {
    padding-right: 4rem;
  }
  .dd-xxl-pr-5 {
    padding-right: 5rem;
  }
  .dd-xxl-pr-6 {
    padding-right: 6rem;
  }
  .dd-xxl-pr-7 {
    padding-right: 7rem;
  }
  .dd-xxl-pr-8 {
    padding-right: 8rem;
  }
  .dd-xxl-pr-9 {
    padding-right: 9rem;
  }
  .dd-xxl-pr-10 {
    padding-right: 10rem;
  }
  .dd-xxl-pr-11 {
    padding-right: 11rem;
  }
  .dd-xxl-pr-12 {
    padding-right: 12rem;
  }
  .dd-xxl-pr-13 {
    padding-right: 13rem;
  }
  .dd-xxl-pr-14 {
    padding-right: 14rem;
  }
  .dd-xxl-pr-15 {
    padding-right: 15rem;
  }
  .dd-xxl-pr-16 {
    padding-right: 16rem;
  }
  .dd-xxl-pr-17 {
    padding-right: 17rem;
  }
  .dd-xxl-pr-18 {
    padding-right: 18rem;
  }
  .dd-xxl-pr-19 {
    padding-right: 19rem;
  }
  .dd-xxl-pr-20 {
    padding-right: 20rem;
  }
  .dd-xxl-pr-21 {
    padding-right: 21rem;
  }
  .dd-xxl-pr-22 {
    padding-right: 22rem;
  }
  .dd-xxl-pr-23 {
    padding-right: 23rem;
  }
  .dd-xxl-pr-24 {
    padding-right: 24rem;
  }
  .dd-xxl-pr-25 {
    padding-right: 25rem;
  }
  .dd-xxl-pr-26 {
    padding-right: 26rem;
  }
  .dd-xxl-pr-27 {
    padding-right: 27rem;
  }
  .dd-xxl-pr-28 {
    padding-right: 28rem;
  }
  .dd-xxl-pr-29 {
    padding-right: 29rem;
  }
  .dd-xxl-pr-30 {
    padding-right: 30rem;
  }
  .dd-xxl-p-0 {
    padding: 0rem;
  }
  .dd-xxl-p-1 {
    padding: 1rem;
  }
  .dd-xxl-p-2 {
    padding: 2rem;
  }
  .dd-xxl-p-3 {
    padding: 3rem;
  }
  .dd-xxl-p-4 {
    padding: 4rem;
  }
  .dd-xxl-p-5 {
    padding: 5rem;
  }
  .dd-xxl-p-6 {
    padding: 6rem;
  }
  .dd-xxl-p-7 {
    padding: 7rem;
  }
  .dd-xxl-p-8 {
    padding: 8rem;
  }
  .dd-xxl-p-9 {
    padding: 9rem;
  }
  .dd-xxl-p-10 {
    padding: 10rem;
  }
  .dd-xxl-p-11 {
    padding: 11rem;
  }
  .dd-xxl-p-12 {
    padding: 12rem;
  }
  .dd-xxl-p-13 {
    padding: 13rem;
  }
  .dd-xxl-p-14 {
    padding: 14rem;
  }
  .dd-xxl-p-15 {
    padding: 15rem;
  }
  .dd-xxl-p-16 {
    padding: 16rem;
  }
  .dd-xxl-p-17 {
    padding: 17rem;
  }
  .dd-xxl-p-18 {
    padding: 18rem;
  }
  .dd-xxl-p-19 {
    padding: 19rem;
  }
  .dd-xxl-p-20 {
    padding: 20rem;
  }
  .dd-xxl-p-21 {
    padding: 21rem;
  }
  .dd-xxl-p-22 {
    padding: 22rem;
  }
  .dd-xxl-p-23 {
    padding: 23rem;
  }
  .dd-xxl-p-24 {
    padding: 24rem;
  }
  .dd-xxl-p-25 {
    padding: 25rem;
  }
  .dd-xxl-p-26 {
    padding: 26rem;
  }
  .dd-xxl-p-27 {
    padding: 27rem;
  }
  .dd-xxl-p-28 {
    padding: 28rem;
  }
  .dd-xxl-p-29 {
    padding: 29rem;
  }
  .dd-xxl-p-30 {
    padding: 30rem;
  }
  .dd-xxl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-xxl-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-xxl-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-xxl-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-xxl-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-xxl-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-xxl-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-xxl-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-xxl-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-xxl-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-xxl-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-xxl-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-xxl-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-xxl-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-xxl-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-xxl-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-xxl-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-xxl-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-xxl-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-xxl-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-xxl-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-xxl-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-xxl-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-xxl-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-xxl-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-xxl-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-xxl-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-xxl-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-xxl-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-xxl-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-xxl-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-xxl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-xxl-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-xxl-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-xxl-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-xxl-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-xxl-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-xxl-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-xxl-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-xxl-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-xxl-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-xxl-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-xxl-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-xxl-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-xxl-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-xxl-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-xxl-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-xxl-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-xxl-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-xxl-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-xxl-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-xxl-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-xxl-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-xxl-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-xxl-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-xxl-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-xxl-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-xxl-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-xxl-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-xxl-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-xxl-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-xxl-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 1921px) {
  .dd-xxxl-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-xxxl-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-xxxl-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-xxxl-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-xxxl-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-xxxl-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-xxxl-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-xxxl-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-xxxl-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-xxxl-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-xxxl-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-xxxl-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-xxxl-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-xxxl-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-xxxl-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-xxxl-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-xxxl-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-xxxl-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-xxxl-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-xxxl-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-xxxl-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-xxxl-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-xxxl-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-xxxl-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-xxxl-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-xxxl-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-xxxl-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-xxxl-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-xxxl-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-xxxl-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-xxxl-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-xxxl-mt-0 {
    margin-top: 0rem;
  }
  .dd-xxxl-mt-1 {
    margin-top: 1rem;
  }
  .dd-xxxl-mt-2 {
    margin-top: 2rem;
  }
  .dd-xxxl-mt-3 {
    margin-top: 3rem;
  }
  .dd-xxxl-mt-4 {
    margin-top: 4rem;
  }
  .dd-xxxl-mt-5 {
    margin-top: 5rem;
  }
  .dd-xxxl-mt-6 {
    margin-top: 6rem;
  }
  .dd-xxxl-mt-7 {
    margin-top: 7rem;
  }
  .dd-xxxl-mt-8 {
    margin-top: 8rem;
  }
  .dd-xxxl-mt-9 {
    margin-top: 9rem;
  }
  .dd-xxxl-mt-10 {
    margin-top: 10rem;
  }
  .dd-xxxl-mt-11 {
    margin-top: 11rem;
  }
  .dd-xxxl-mt-12 {
    margin-top: 12rem;
  }
  .dd-xxxl-mt-13 {
    margin-top: 13rem;
  }
  .dd-xxxl-mt-14 {
    margin-top: 14rem;
  }
  .dd-xxxl-mt-15 {
    margin-top: 15rem;
  }
  .dd-xxxl-mt-16 {
    margin-top: 16rem;
  }
  .dd-xxxl-mt-17 {
    margin-top: 17rem;
  }
  .dd-xxxl-mt-18 {
    margin-top: 18rem;
  }
  .dd-xxxl-mt-19 {
    margin-top: 19rem;
  }
  .dd-xxxl-mt-20 {
    margin-top: 20rem;
  }
  .dd-xxxl-mt-21 {
    margin-top: 21rem;
  }
  .dd-xxxl-mt-22 {
    margin-top: 22rem;
  }
  .dd-xxxl-mt-23 {
    margin-top: 23rem;
  }
  .dd-xxxl-mt-24 {
    margin-top: 24rem;
  }
  .dd-xxxl-mt-25 {
    margin-top: 25rem;
  }
  .dd-xxxl-mt-26 {
    margin-top: 26rem;
  }
  .dd-xxxl-mt-27 {
    margin-top: 27rem;
  }
  .dd-xxxl-mt-28 {
    margin-top: 28rem;
  }
  .dd-xxxl-mt-29 {
    margin-top: 29rem;
  }
  .dd-xxxl-mt-30 {
    margin-top: 30rem;
  }
  .dd-xxxl-ml-0 {
    margin-left: 0rem;
  }
  .dd-xxxl-ml-1 {
    margin-left: 1rem;
  }
  .dd-xxxl-ml-2 {
    margin-left: 2rem;
  }
  .dd-xxxl-ml-3 {
    margin-left: 3rem;
  }
  .dd-xxxl-ml-4 {
    margin-left: 4rem;
  }
  .dd-xxxl-ml-5 {
    margin-left: 5rem;
  }
  .dd-xxxl-ml-6 {
    margin-left: 6rem;
  }
  .dd-xxxl-ml-7 {
    margin-left: 7rem;
  }
  .dd-xxxl-ml-8 {
    margin-left: 8rem;
  }
  .dd-xxxl-ml-9 {
    margin-left: 9rem;
  }
  .dd-xxxl-ml-10 {
    margin-left: 10rem;
  }
  .dd-xxxl-ml-11 {
    margin-left: 11rem;
  }
  .dd-xxxl-ml-12 {
    margin-left: 12rem;
  }
  .dd-xxxl-ml-13 {
    margin-left: 13rem;
  }
  .dd-xxxl-ml-14 {
    margin-left: 14rem;
  }
  .dd-xxxl-ml-15 {
    margin-left: 15rem;
  }
  .dd-xxxl-ml-16 {
    margin-left: 16rem;
  }
  .dd-xxxl-ml-17 {
    margin-left: 17rem;
  }
  .dd-xxxl-ml-18 {
    margin-left: 18rem;
  }
  .dd-xxxl-ml-19 {
    margin-left: 19rem;
  }
  .dd-xxxl-ml-20 {
    margin-left: 20rem;
  }
  .dd-xxxl-ml-21 {
    margin-left: 21rem;
  }
  .dd-xxxl-ml-22 {
    margin-left: 22rem;
  }
  .dd-xxxl-ml-23 {
    margin-left: 23rem;
  }
  .dd-xxxl-ml-24 {
    margin-left: 24rem;
  }
  .dd-xxxl-ml-25 {
    margin-left: 25rem;
  }
  .dd-xxxl-ml-26 {
    margin-left: 26rem;
  }
  .dd-xxxl-ml-27 {
    margin-left: 27rem;
  }
  .dd-xxxl-ml-28 {
    margin-left: 28rem;
  }
  .dd-xxxl-ml-29 {
    margin-left: 29rem;
  }
  .dd-xxxl-ml-30 {
    margin-left: 30rem;
  }
  .dd-xxxl-mr-0 {
    margin-right: 0rem;
  }
  .dd-xxxl-mr-1 {
    margin-right: 1rem;
  }
  .dd-xxxl-mr-2 {
    margin-right: 2rem;
  }
  .dd-xxxl-mr-3 {
    margin-right: 3rem;
  }
  .dd-xxxl-mr-4 {
    margin-right: 4rem;
  }
  .dd-xxxl-mr-5 {
    margin-right: 5rem;
  }
  .dd-xxxl-mr-6 {
    margin-right: 6rem;
  }
  .dd-xxxl-mr-7 {
    margin-right: 7rem;
  }
  .dd-xxxl-mr-8 {
    margin-right: 8rem;
  }
  .dd-xxxl-mr-9 {
    margin-right: 9rem;
  }
  .dd-xxxl-mr-10 {
    margin-right: 10rem;
  }
  .dd-xxxl-mr-11 {
    margin-right: 11rem;
  }
  .dd-xxxl-mr-12 {
    margin-right: 12rem;
  }
  .dd-xxxl-mr-13 {
    margin-right: 13rem;
  }
  .dd-xxxl-mr-14 {
    margin-right: 14rem;
  }
  .dd-xxxl-mr-15 {
    margin-right: 15rem;
  }
  .dd-xxxl-mr-16 {
    margin-right: 16rem;
  }
  .dd-xxxl-mr-17 {
    margin-right: 17rem;
  }
  .dd-xxxl-mr-18 {
    margin-right: 18rem;
  }
  .dd-xxxl-mr-19 {
    margin-right: 19rem;
  }
  .dd-xxxl-mr-20 {
    margin-right: 20rem;
  }
  .dd-xxxl-mr-21 {
    margin-right: 21rem;
  }
  .dd-xxxl-mr-22 {
    margin-right: 22rem;
  }
  .dd-xxxl-mr-23 {
    margin-right: 23rem;
  }
  .dd-xxxl-mr-24 {
    margin-right: 24rem;
  }
  .dd-xxxl-mr-25 {
    margin-right: 25rem;
  }
  .dd-xxxl-mr-26 {
    margin-right: 26rem;
  }
  .dd-xxxl-mr-27 {
    margin-right: 27rem;
  }
  .dd-xxxl-mr-28 {
    margin-right: 28rem;
  }
  .dd-xxxl-mr-29 {
    margin-right: 29rem;
  }
  .dd-xxxl-mr-30 {
    margin-right: 30rem;
  }
  .dd-xxxl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-xxxl-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-xxxl-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-xxxl-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-xxxl-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-xxxl-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-xxxl-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-xxxl-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-xxxl-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-xxxl-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-xxxl-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-xxxl-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-xxxl-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-xxxl-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-xxxl-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-xxxl-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-xxxl-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-xxxl-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-xxxl-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-xxxl-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-xxxl-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-xxxl-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-xxxl-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-xxxl-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-xxxl-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-xxxl-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-xxxl-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-xxxl-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-xxxl-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-xxxl-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-xxxl-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-xxxl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-xxxl-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-xxxl-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-xxxl-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-xxxl-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-xxxl-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-xxxl-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-xxxl-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-xxxl-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-xxxl-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-xxxl-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-xxxl-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-xxxl-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-xxxl-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-xxxl-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-xxxl-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-xxxl-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-xxxl-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-xxxl-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-xxxl-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-xxxl-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-xxxl-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-xxxl-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-xxxl-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-xxxl-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-xxxl-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-xxxl-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-xxxl-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-xxxl-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-xxxl-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-xxxl-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-xxxl-m-0 {
    margin: 0rem;
  }
  .dd-xxxl-m-1 {
    margin: 1rem;
  }
  .dd-xxxl-m-2 {
    margin: 2rem;
  }
  .dd-xxxl-m-3 {
    margin: 3rem;
  }
  .dd-xxxl-m-4 {
    margin: 4rem;
  }
  .dd-xxxl-m-5 {
    margin: 5rem;
  }
  .dd-xxxl-m-6 {
    margin: 6rem;
  }
  .dd-xxxl-m-7 {
    margin: 7rem;
  }
  .dd-xxxl-m-8 {
    margin: 8rem;
  }
  .dd-xxxl-m-9 {
    margin: 9rem;
  }
  .dd-xxxl-m-10 {
    margin: 10rem;
  }
  .dd-xxxl-m-11 {
    margin: 11rem;
  }
  .dd-xxxl-m-12 {
    margin: 12rem;
  }
  .dd-xxxl-m-13 {
    margin: 13rem;
  }
  .dd-xxxl-m-14 {
    margin: 14rem;
  }
  .dd-xxxl-m-15 {
    margin: 15rem;
  }
  .dd-xxxl-m-16 {
    margin: 16rem;
  }
  .dd-xxxl-m-17 {
    margin: 17rem;
  }
  .dd-xxxl-m-18 {
    margin: 18rem;
  }
  .dd-xxxl-m-19 {
    margin: 19rem;
  }
  .dd-xxxl-m-20 {
    margin: 20rem;
  }
  .dd-xxxl-m-21 {
    margin: 21rem;
  }
  .dd-xxxl-m-22 {
    margin: 22rem;
  }
  .dd-xxxl-m-23 {
    margin: 23rem;
  }
  .dd-xxxl-m-24 {
    margin: 24rem;
  }
  .dd-xxxl-m-25 {
    margin: 25rem;
  }
  .dd-xxxl-m-26 {
    margin: 26rem;
  }
  .dd-xxxl-m-27 {
    margin: 27rem;
  }
  .dd-xxxl-m-28 {
    margin: 28rem;
  }
  .dd-xxxl-m-29 {
    margin: 29rem;
  }
  .dd-xxxl-m-30 {
    margin: 30rem;
  }
  .dd-xxxl-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-xxxl-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-xxxl-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-xxxl-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-xxxl-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-xxxl-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-xxxl-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-xxxl-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-xxxl-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-xxxl-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-xxxl-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-xxxl-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-xxxl-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-xxxl-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-xxxl-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-xxxl-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-xxxl-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-xxxl-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-xxxl-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-xxxl-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-xxxl-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-xxxl-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-xxxl-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-xxxl-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-xxxl-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-xxxl-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-xxxl-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-xxxl-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-xxxl-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-xxxl-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-xxxl-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-xxxl-pt-0 {
    padding-top: 0rem;
  }
  .dd-xxxl-pt-1 {
    padding-top: 1rem;
  }
  .dd-xxxl-pt-2 {
    padding-top: 2rem;
  }
  .dd-xxxl-pt-3 {
    padding-top: 3rem;
  }
  .dd-xxxl-pt-4 {
    padding-top: 4rem;
  }
  .dd-xxxl-pt-5 {
    padding-top: 5rem;
  }
  .dd-xxxl-pt-6 {
    padding-top: 6rem;
  }
  .dd-xxxl-pt-7 {
    padding-top: 7rem;
  }
  .dd-xxxl-pt-8 {
    padding-top: 8rem;
  }
  .dd-xxxl-pt-9 {
    padding-top: 9rem;
  }
  .dd-xxxl-pt-10 {
    padding-top: 10rem;
  }
  .dd-xxxl-pt-11 {
    padding-top: 11rem;
  }
  .dd-xxxl-pt-12 {
    padding-top: 12rem;
  }
  .dd-xxxl-pt-13 {
    padding-top: 13rem;
  }
  .dd-xxxl-pt-14 {
    padding-top: 14rem;
  }
  .dd-xxxl-pt-15 {
    padding-top: 15rem;
  }
  .dd-xxxl-pt-16 {
    padding-top: 16rem;
  }
  .dd-xxxl-pt-17 {
    padding-top: 17rem;
  }
  .dd-xxxl-pt-18 {
    padding-top: 18rem;
  }
  .dd-xxxl-pt-19 {
    padding-top: 19rem;
  }
  .dd-xxxl-pt-20 {
    padding-top: 20rem;
  }
  .dd-xxxl-pt-21 {
    padding-top: 21rem;
  }
  .dd-xxxl-pt-22 {
    padding-top: 22rem;
  }
  .dd-xxxl-pt-23 {
    padding-top: 23rem;
  }
  .dd-xxxl-pt-24 {
    padding-top: 24rem;
  }
  .dd-xxxl-pt-25 {
    padding-top: 25rem;
  }
  .dd-xxxl-pt-26 {
    padding-top: 26rem;
  }
  .dd-xxxl-pt-27 {
    padding-top: 27rem;
  }
  .dd-xxxl-pt-28 {
    padding-top: 28rem;
  }
  .dd-xxxl-pt-29 {
    padding-top: 29rem;
  }
  .dd-xxxl-pt-30 {
    padding-top: 30rem;
  }
  .dd-xxxl-pl-0 {
    padding-left: 0rem;
  }
  .dd-xxxl-pl-1 {
    padding-left: 1rem;
  }
  .dd-xxxl-pl-2 {
    padding-left: 2rem;
  }
  .dd-xxxl-pl-3 {
    padding-left: 3rem;
  }
  .dd-xxxl-pl-4 {
    padding-left: 4rem;
  }
  .dd-xxxl-pl-5 {
    padding-left: 5rem;
  }
  .dd-xxxl-pl-6 {
    padding-left: 6rem;
  }
  .dd-xxxl-pl-7 {
    padding-left: 7rem;
  }
  .dd-xxxl-pl-8 {
    padding-left: 8rem;
  }
  .dd-xxxl-pl-9 {
    padding-left: 9rem;
  }
  .dd-xxxl-pl-10 {
    padding-left: 10rem;
  }
  .dd-xxxl-pl-11 {
    padding-left: 11rem;
  }
  .dd-xxxl-pl-12 {
    padding-left: 12rem;
  }
  .dd-xxxl-pl-13 {
    padding-left: 13rem;
  }
  .dd-xxxl-pl-14 {
    padding-left: 14rem;
  }
  .dd-xxxl-pl-15 {
    padding-left: 15rem;
  }
  .dd-xxxl-pl-16 {
    padding-left: 16rem;
  }
  .dd-xxxl-pl-17 {
    padding-left: 17rem;
  }
  .dd-xxxl-pl-18 {
    padding-left: 18rem;
  }
  .dd-xxxl-pl-19 {
    padding-left: 19rem;
  }
  .dd-xxxl-pl-20 {
    padding-left: 20rem;
  }
  .dd-xxxl-pl-21 {
    padding-left: 21rem;
  }
  .dd-xxxl-pl-22 {
    padding-left: 22rem;
  }
  .dd-xxxl-pl-23 {
    padding-left: 23rem;
  }
  .dd-xxxl-pl-24 {
    padding-left: 24rem;
  }
  .dd-xxxl-pl-25 {
    padding-left: 25rem;
  }
  .dd-xxxl-pl-26 {
    padding-left: 26rem;
  }
  .dd-xxxl-pl-27 {
    padding-left: 27rem;
  }
  .dd-xxxl-pl-28 {
    padding-left: 28rem;
  }
  .dd-xxxl-pl-29 {
    padding-left: 29rem;
  }
  .dd-xxxl-pl-30 {
    padding-left: 30rem;
  }
  .dd-xxxl-pr-0 {
    padding-right: 0rem;
  }
  .dd-xxxl-pr-1 {
    padding-right: 1rem;
  }
  .dd-xxxl-pr-2 {
    padding-right: 2rem;
  }
  .dd-xxxl-pr-3 {
    padding-right: 3rem;
  }
  .dd-xxxl-pr-4 {
    padding-right: 4rem;
  }
  .dd-xxxl-pr-5 {
    padding-right: 5rem;
  }
  .dd-xxxl-pr-6 {
    padding-right: 6rem;
  }
  .dd-xxxl-pr-7 {
    padding-right: 7rem;
  }
  .dd-xxxl-pr-8 {
    padding-right: 8rem;
  }
  .dd-xxxl-pr-9 {
    padding-right: 9rem;
  }
  .dd-xxxl-pr-10 {
    padding-right: 10rem;
  }
  .dd-xxxl-pr-11 {
    padding-right: 11rem;
  }
  .dd-xxxl-pr-12 {
    padding-right: 12rem;
  }
  .dd-xxxl-pr-13 {
    padding-right: 13rem;
  }
  .dd-xxxl-pr-14 {
    padding-right: 14rem;
  }
  .dd-xxxl-pr-15 {
    padding-right: 15rem;
  }
  .dd-xxxl-pr-16 {
    padding-right: 16rem;
  }
  .dd-xxxl-pr-17 {
    padding-right: 17rem;
  }
  .dd-xxxl-pr-18 {
    padding-right: 18rem;
  }
  .dd-xxxl-pr-19 {
    padding-right: 19rem;
  }
  .dd-xxxl-pr-20 {
    padding-right: 20rem;
  }
  .dd-xxxl-pr-21 {
    padding-right: 21rem;
  }
  .dd-xxxl-pr-22 {
    padding-right: 22rem;
  }
  .dd-xxxl-pr-23 {
    padding-right: 23rem;
  }
  .dd-xxxl-pr-24 {
    padding-right: 24rem;
  }
  .dd-xxxl-pr-25 {
    padding-right: 25rem;
  }
  .dd-xxxl-pr-26 {
    padding-right: 26rem;
  }
  .dd-xxxl-pr-27 {
    padding-right: 27rem;
  }
  .dd-xxxl-pr-28 {
    padding-right: 28rem;
  }
  .dd-xxxl-pr-29 {
    padding-right: 29rem;
  }
  .dd-xxxl-pr-30 {
    padding-right: 30rem;
  }
  .dd-xxxl-p-0 {
    padding: 0rem;
  }
  .dd-xxxl-p-1 {
    padding: 1rem;
  }
  .dd-xxxl-p-2 {
    padding: 2rem;
  }
  .dd-xxxl-p-3 {
    padding: 3rem;
  }
  .dd-xxxl-p-4 {
    padding: 4rem;
  }
  .dd-xxxl-p-5 {
    padding: 5rem;
  }
  .dd-xxxl-p-6 {
    padding: 6rem;
  }
  .dd-xxxl-p-7 {
    padding: 7rem;
  }
  .dd-xxxl-p-8 {
    padding: 8rem;
  }
  .dd-xxxl-p-9 {
    padding: 9rem;
  }
  .dd-xxxl-p-10 {
    padding: 10rem;
  }
  .dd-xxxl-p-11 {
    padding: 11rem;
  }
  .dd-xxxl-p-12 {
    padding: 12rem;
  }
  .dd-xxxl-p-13 {
    padding: 13rem;
  }
  .dd-xxxl-p-14 {
    padding: 14rem;
  }
  .dd-xxxl-p-15 {
    padding: 15rem;
  }
  .dd-xxxl-p-16 {
    padding: 16rem;
  }
  .dd-xxxl-p-17 {
    padding: 17rem;
  }
  .dd-xxxl-p-18 {
    padding: 18rem;
  }
  .dd-xxxl-p-19 {
    padding: 19rem;
  }
  .dd-xxxl-p-20 {
    padding: 20rem;
  }
  .dd-xxxl-p-21 {
    padding: 21rem;
  }
  .dd-xxxl-p-22 {
    padding: 22rem;
  }
  .dd-xxxl-p-23 {
    padding: 23rem;
  }
  .dd-xxxl-p-24 {
    padding: 24rem;
  }
  .dd-xxxl-p-25 {
    padding: 25rem;
  }
  .dd-xxxl-p-26 {
    padding: 26rem;
  }
  .dd-xxxl-p-27 {
    padding: 27rem;
  }
  .dd-xxxl-p-28 {
    padding: 28rem;
  }
  .dd-xxxl-p-29 {
    padding: 29rem;
  }
  .dd-xxxl-p-30 {
    padding: 30rem;
  }
  .dd-xxxl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-xxxl-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-xxxl-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-xxxl-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-xxxl-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-xxxl-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-xxxl-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-xxxl-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-xxxl-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-xxxl-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-xxxl-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-xxxl-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-xxxl-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-xxxl-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-xxxl-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-xxxl-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-xxxl-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-xxxl-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-xxxl-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-xxxl-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-xxxl-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-xxxl-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-xxxl-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-xxxl-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-xxxl-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-xxxl-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-xxxl-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-xxxl-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-xxxl-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-xxxl-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-xxxl-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-xxxl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-xxxl-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-xxxl-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-xxxl-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-xxxl-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-xxxl-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-xxxl-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-xxxl-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-xxxl-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-xxxl-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-xxxl-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-xxxl-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-xxxl-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-xxxl-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-xxxl-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-xxxl-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-xxxl-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-xxxl-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-xxxl-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-xxxl-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-xxxl-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-xxxl-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-xxxl-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-xxxl-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-xxxl-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-xxxl-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-xxxl-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-xxxl-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-xxxl-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-xxxl-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-xxxl-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 2100px) {
  .dd-xxxxl-mb-0 {
    margin-bottom: 0rem;
  }
  .dd-xxxxl-mb-1 {
    margin-bottom: 1rem;
  }
  .dd-xxxxl-mb-2 {
    margin-bottom: 2rem;
  }
  .dd-xxxxl-mb-3 {
    margin-bottom: 3rem;
  }
  .dd-xxxxl-mb-4 {
    margin-bottom: 4rem;
  }
  .dd-xxxxl-mb-5 {
    margin-bottom: 5rem;
  }
  .dd-xxxxl-mb-6 {
    margin-bottom: 6rem;
  }
  .dd-xxxxl-mb-7 {
    margin-bottom: 7rem;
  }
  .dd-xxxxl-mb-8 {
    margin-bottom: 8rem;
  }
  .dd-xxxxl-mb-9 {
    margin-bottom: 9rem;
  }
  .dd-xxxxl-mb-10 {
    margin-bottom: 10rem;
  }
  .dd-xxxxl-mb-11 {
    margin-bottom: 11rem;
  }
  .dd-xxxxl-mb-12 {
    margin-bottom: 12rem;
  }
  .dd-xxxxl-mb-13 {
    margin-bottom: 13rem;
  }
  .dd-xxxxl-mb-14 {
    margin-bottom: 14rem;
  }
  .dd-xxxxl-mb-15 {
    margin-bottom: 15rem;
  }
  .dd-xxxxl-mb-16 {
    margin-bottom: 16rem;
  }
  .dd-xxxxl-mb-17 {
    margin-bottom: 17rem;
  }
  .dd-xxxxl-mb-18 {
    margin-bottom: 18rem;
  }
  .dd-xxxxl-mb-19 {
    margin-bottom: 19rem;
  }
  .dd-xxxxl-mb-20 {
    margin-bottom: 20rem;
  }
  .dd-xxxxl-mb-21 {
    margin-bottom: 21rem;
  }
  .dd-xxxxl-mb-22 {
    margin-bottom: 22rem;
  }
  .dd-xxxxl-mb-23 {
    margin-bottom: 23rem;
  }
  .dd-xxxxl-mb-24 {
    margin-bottom: 24rem;
  }
  .dd-xxxxl-mb-25 {
    margin-bottom: 25rem;
  }
  .dd-xxxxl-mb-26 {
    margin-bottom: 26rem;
  }
  .dd-xxxxl-mb-27 {
    margin-bottom: 27rem;
  }
  .dd-xxxxl-mb-28 {
    margin-bottom: 28rem;
  }
  .dd-xxxxl-mb-29 {
    margin-bottom: 29rem;
  }
  .dd-xxxxl-mb-30 {
    margin-bottom: 30rem;
  }
  .dd-xxxxl-mt-0 {
    margin-top: 0rem;
  }
  .dd-xxxxl-mt-1 {
    margin-top: 1rem;
  }
  .dd-xxxxl-mt-2 {
    margin-top: 2rem;
  }
  .dd-xxxxl-mt-3 {
    margin-top: 3rem;
  }
  .dd-xxxxl-mt-4 {
    margin-top: 4rem;
  }
  .dd-xxxxl-mt-5 {
    margin-top: 5rem;
  }
  .dd-xxxxl-mt-6 {
    margin-top: 6rem;
  }
  .dd-xxxxl-mt-7 {
    margin-top: 7rem;
  }
  .dd-xxxxl-mt-8 {
    margin-top: 8rem;
  }
  .dd-xxxxl-mt-9 {
    margin-top: 9rem;
  }
  .dd-xxxxl-mt-10 {
    margin-top: 10rem;
  }
  .dd-xxxxl-mt-11 {
    margin-top: 11rem;
  }
  .dd-xxxxl-mt-12 {
    margin-top: 12rem;
  }
  .dd-xxxxl-mt-13 {
    margin-top: 13rem;
  }
  .dd-xxxxl-mt-14 {
    margin-top: 14rem;
  }
  .dd-xxxxl-mt-15 {
    margin-top: 15rem;
  }
  .dd-xxxxl-mt-16 {
    margin-top: 16rem;
  }
  .dd-xxxxl-mt-17 {
    margin-top: 17rem;
  }
  .dd-xxxxl-mt-18 {
    margin-top: 18rem;
  }
  .dd-xxxxl-mt-19 {
    margin-top: 19rem;
  }
  .dd-xxxxl-mt-20 {
    margin-top: 20rem;
  }
  .dd-xxxxl-mt-21 {
    margin-top: 21rem;
  }
  .dd-xxxxl-mt-22 {
    margin-top: 22rem;
  }
  .dd-xxxxl-mt-23 {
    margin-top: 23rem;
  }
  .dd-xxxxl-mt-24 {
    margin-top: 24rem;
  }
  .dd-xxxxl-mt-25 {
    margin-top: 25rem;
  }
  .dd-xxxxl-mt-26 {
    margin-top: 26rem;
  }
  .dd-xxxxl-mt-27 {
    margin-top: 27rem;
  }
  .dd-xxxxl-mt-28 {
    margin-top: 28rem;
  }
  .dd-xxxxl-mt-29 {
    margin-top: 29rem;
  }
  .dd-xxxxl-mt-30 {
    margin-top: 30rem;
  }
  .dd-xxxxl-ml-0 {
    margin-left: 0rem;
  }
  .dd-xxxxl-ml-1 {
    margin-left: 1rem;
  }
  .dd-xxxxl-ml-2 {
    margin-left: 2rem;
  }
  .dd-xxxxl-ml-3 {
    margin-left: 3rem;
  }
  .dd-xxxxl-ml-4 {
    margin-left: 4rem;
  }
  .dd-xxxxl-ml-5 {
    margin-left: 5rem;
  }
  .dd-xxxxl-ml-6 {
    margin-left: 6rem;
  }
  .dd-xxxxl-ml-7 {
    margin-left: 7rem;
  }
  .dd-xxxxl-ml-8 {
    margin-left: 8rem;
  }
  .dd-xxxxl-ml-9 {
    margin-left: 9rem;
  }
  .dd-xxxxl-ml-10 {
    margin-left: 10rem;
  }
  .dd-xxxxl-ml-11 {
    margin-left: 11rem;
  }
  .dd-xxxxl-ml-12 {
    margin-left: 12rem;
  }
  .dd-xxxxl-ml-13 {
    margin-left: 13rem;
  }
  .dd-xxxxl-ml-14 {
    margin-left: 14rem;
  }
  .dd-xxxxl-ml-15 {
    margin-left: 15rem;
  }
  .dd-xxxxl-ml-16 {
    margin-left: 16rem;
  }
  .dd-xxxxl-ml-17 {
    margin-left: 17rem;
  }
  .dd-xxxxl-ml-18 {
    margin-left: 18rem;
  }
  .dd-xxxxl-ml-19 {
    margin-left: 19rem;
  }
  .dd-xxxxl-ml-20 {
    margin-left: 20rem;
  }
  .dd-xxxxl-ml-21 {
    margin-left: 21rem;
  }
  .dd-xxxxl-ml-22 {
    margin-left: 22rem;
  }
  .dd-xxxxl-ml-23 {
    margin-left: 23rem;
  }
  .dd-xxxxl-ml-24 {
    margin-left: 24rem;
  }
  .dd-xxxxl-ml-25 {
    margin-left: 25rem;
  }
  .dd-xxxxl-ml-26 {
    margin-left: 26rem;
  }
  .dd-xxxxl-ml-27 {
    margin-left: 27rem;
  }
  .dd-xxxxl-ml-28 {
    margin-left: 28rem;
  }
  .dd-xxxxl-ml-29 {
    margin-left: 29rem;
  }
  .dd-xxxxl-ml-30 {
    margin-left: 30rem;
  }
  .dd-xxxxl-mr-0 {
    margin-right: 0rem;
  }
  .dd-xxxxl-mr-1 {
    margin-right: 1rem;
  }
  .dd-xxxxl-mr-2 {
    margin-right: 2rem;
  }
  .dd-xxxxl-mr-3 {
    margin-right: 3rem;
  }
  .dd-xxxxl-mr-4 {
    margin-right: 4rem;
  }
  .dd-xxxxl-mr-5 {
    margin-right: 5rem;
  }
  .dd-xxxxl-mr-6 {
    margin-right: 6rem;
  }
  .dd-xxxxl-mr-7 {
    margin-right: 7rem;
  }
  .dd-xxxxl-mr-8 {
    margin-right: 8rem;
  }
  .dd-xxxxl-mr-9 {
    margin-right: 9rem;
  }
  .dd-xxxxl-mr-10 {
    margin-right: 10rem;
  }
  .dd-xxxxl-mr-11 {
    margin-right: 11rem;
  }
  .dd-xxxxl-mr-12 {
    margin-right: 12rem;
  }
  .dd-xxxxl-mr-13 {
    margin-right: 13rem;
  }
  .dd-xxxxl-mr-14 {
    margin-right: 14rem;
  }
  .dd-xxxxl-mr-15 {
    margin-right: 15rem;
  }
  .dd-xxxxl-mr-16 {
    margin-right: 16rem;
  }
  .dd-xxxxl-mr-17 {
    margin-right: 17rem;
  }
  .dd-xxxxl-mr-18 {
    margin-right: 18rem;
  }
  .dd-xxxxl-mr-19 {
    margin-right: 19rem;
  }
  .dd-xxxxl-mr-20 {
    margin-right: 20rem;
  }
  .dd-xxxxl-mr-21 {
    margin-right: 21rem;
  }
  .dd-xxxxl-mr-22 {
    margin-right: 22rem;
  }
  .dd-xxxxl-mr-23 {
    margin-right: 23rem;
  }
  .dd-xxxxl-mr-24 {
    margin-right: 24rem;
  }
  .dd-xxxxl-mr-25 {
    margin-right: 25rem;
  }
  .dd-xxxxl-mr-26 {
    margin-right: 26rem;
  }
  .dd-xxxxl-mr-27 {
    margin-right: 27rem;
  }
  .dd-xxxxl-mr-28 {
    margin-right: 28rem;
  }
  .dd-xxxxl-mr-29 {
    margin-right: 29rem;
  }
  .dd-xxxxl-mr-30 {
    margin-right: 30rem;
  }
  .dd-xxxxl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .dd-xxxxl-my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .dd-xxxxl-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dd-xxxxl-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .dd-xxxxl-my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .dd-xxxxl-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .dd-xxxxl-my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .dd-xxxxl-my-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .dd-xxxxl-my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .dd-xxxxl-my-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .dd-xxxxl-my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .dd-xxxxl-my-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .dd-xxxxl-my-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .dd-xxxxl-my-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .dd-xxxxl-my-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .dd-xxxxl-my-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .dd-xxxxl-my-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .dd-xxxxl-my-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
  .dd-xxxxl-my-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .dd-xxxxl-my-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .dd-xxxxl-my-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .dd-xxxxl-my-21 {
    margin-top: 21rem;
    margin-bottom: 21rem;
  }
  .dd-xxxxl-my-22 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }
  .dd-xxxxl-my-23 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .dd-xxxxl-my-24 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .dd-xxxxl-my-25 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .dd-xxxxl-my-26 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }
  .dd-xxxxl-my-27 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }
  .dd-xxxxl-my-28 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }
  .dd-xxxxl-my-29 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }
  .dd-xxxxl-my-30 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .dd-xxxxl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .dd-xxxxl-mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dd-xxxxl-mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .dd-xxxxl-mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .dd-xxxxl-mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .dd-xxxxl-mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .dd-xxxxl-mx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .dd-xxxxl-mx-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .dd-xxxxl-mx-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .dd-xxxxl-mx-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .dd-xxxxl-mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .dd-xxxxl-mx-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .dd-xxxxl-mx-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .dd-xxxxl-mx-13 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .dd-xxxxl-mx-14 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .dd-xxxxl-mx-15 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .dd-xxxxl-mx-16 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .dd-xxxxl-mx-17 {
    margin-left: 17rem;
    margin-right: 17rem;
  }
  .dd-xxxxl-mx-18 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .dd-xxxxl-mx-19 {
    margin-left: 19rem;
    margin-right: 19rem;
  }
  .dd-xxxxl-mx-20 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .dd-xxxxl-mx-21 {
    margin-left: 21rem;
    margin-right: 21rem;
  }
  .dd-xxxxl-mx-22 {
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .dd-xxxxl-mx-23 {
    margin-left: 23rem;
    margin-right: 23rem;
  }
  .dd-xxxxl-mx-24 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .dd-xxxxl-mx-25 {
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .dd-xxxxl-mx-26 {
    margin-left: 26rem;
    margin-right: 26rem;
  }
  .dd-xxxxl-mx-27 {
    margin-left: 27rem;
    margin-right: 27rem;
  }
  .dd-xxxxl-mx-28 {
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .dd-xxxxl-mx-29 {
    margin-left: 29rem;
    margin-right: 29rem;
  }
  .dd-xxxxl-mx-30 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .dd-xxxxl-m-0 {
    margin: 0rem;
  }
  .dd-xxxxl-m-1 {
    margin: 1rem;
  }
  .dd-xxxxl-m-2 {
    margin: 2rem;
  }
  .dd-xxxxl-m-3 {
    margin: 3rem;
  }
  .dd-xxxxl-m-4 {
    margin: 4rem;
  }
  .dd-xxxxl-m-5 {
    margin: 5rem;
  }
  .dd-xxxxl-m-6 {
    margin: 6rem;
  }
  .dd-xxxxl-m-7 {
    margin: 7rem;
  }
  .dd-xxxxl-m-8 {
    margin: 8rem;
  }
  .dd-xxxxl-m-9 {
    margin: 9rem;
  }
  .dd-xxxxl-m-10 {
    margin: 10rem;
  }
  .dd-xxxxl-m-11 {
    margin: 11rem;
  }
  .dd-xxxxl-m-12 {
    margin: 12rem;
  }
  .dd-xxxxl-m-13 {
    margin: 13rem;
  }
  .dd-xxxxl-m-14 {
    margin: 14rem;
  }
  .dd-xxxxl-m-15 {
    margin: 15rem;
  }
  .dd-xxxxl-m-16 {
    margin: 16rem;
  }
  .dd-xxxxl-m-17 {
    margin: 17rem;
  }
  .dd-xxxxl-m-18 {
    margin: 18rem;
  }
  .dd-xxxxl-m-19 {
    margin: 19rem;
  }
  .dd-xxxxl-m-20 {
    margin: 20rem;
  }
  .dd-xxxxl-m-21 {
    margin: 21rem;
  }
  .dd-xxxxl-m-22 {
    margin: 22rem;
  }
  .dd-xxxxl-m-23 {
    margin: 23rem;
  }
  .dd-xxxxl-m-24 {
    margin: 24rem;
  }
  .dd-xxxxl-m-25 {
    margin: 25rem;
  }
  .dd-xxxxl-m-26 {
    margin: 26rem;
  }
  .dd-xxxxl-m-27 {
    margin: 27rem;
  }
  .dd-xxxxl-m-28 {
    margin: 28rem;
  }
  .dd-xxxxl-m-29 {
    margin: 29rem;
  }
  .dd-xxxxl-m-30 {
    margin: 30rem;
  }
  .dd-xxxxl-pb-0 {
    padding-bottom: 0rem;
  }
  .dd-xxxxl-pb-1 {
    padding-bottom: 1rem;
  }
  .dd-xxxxl-pb-2 {
    padding-bottom: 2rem;
  }
  .dd-xxxxl-pb-3 {
    padding-bottom: 3rem;
  }
  .dd-xxxxl-pb-4 {
    padding-bottom: 4rem;
  }
  .dd-xxxxl-pb-5 {
    padding-bottom: 5rem;
  }
  .dd-xxxxl-pb-6 {
    padding-bottom: 6rem;
  }
  .dd-xxxxl-pb-7 {
    padding-bottom: 7rem;
  }
  .dd-xxxxl-pb-8 {
    padding-bottom: 8rem;
  }
  .dd-xxxxl-pb-9 {
    padding-bottom: 9rem;
  }
  .dd-xxxxl-pb-10 {
    padding-bottom: 10rem;
  }
  .dd-xxxxl-pb-11 {
    padding-bottom: 11rem;
  }
  .dd-xxxxl-pb-12 {
    padding-bottom: 12rem;
  }
  .dd-xxxxl-pb-13 {
    padding-bottom: 13rem;
  }
  .dd-xxxxl-pb-14 {
    padding-bottom: 14rem;
  }
  .dd-xxxxl-pb-15 {
    padding-bottom: 15rem;
  }
  .dd-xxxxl-pb-16 {
    padding-bottom: 16rem;
  }
  .dd-xxxxl-pb-17 {
    padding-bottom: 17rem;
  }
  .dd-xxxxl-pb-18 {
    padding-bottom: 18rem;
  }
  .dd-xxxxl-pb-19 {
    padding-bottom: 19rem;
  }
  .dd-xxxxl-pb-20 {
    padding-bottom: 20rem;
  }
  .dd-xxxxl-pb-21 {
    padding-bottom: 21rem;
  }
  .dd-xxxxl-pb-22 {
    padding-bottom: 22rem;
  }
  .dd-xxxxl-pb-23 {
    padding-bottom: 23rem;
  }
  .dd-xxxxl-pb-24 {
    padding-bottom: 24rem;
  }
  .dd-xxxxl-pb-25 {
    padding-bottom: 25rem;
  }
  .dd-xxxxl-pb-26 {
    padding-bottom: 26rem;
  }
  .dd-xxxxl-pb-27 {
    padding-bottom: 27rem;
  }
  .dd-xxxxl-pb-28 {
    padding-bottom: 28rem;
  }
  .dd-xxxxl-pb-29 {
    padding-bottom: 29rem;
  }
  .dd-xxxxl-pb-30 {
    padding-bottom: 30rem;
  }
  .dd-xxxxl-pt-0 {
    padding-top: 0rem;
  }
  .dd-xxxxl-pt-1 {
    padding-top: 1rem;
  }
  .dd-xxxxl-pt-2 {
    padding-top: 2rem;
  }
  .dd-xxxxl-pt-3 {
    padding-top: 3rem;
  }
  .dd-xxxxl-pt-4 {
    padding-top: 4rem;
  }
  .dd-xxxxl-pt-5 {
    padding-top: 5rem;
  }
  .dd-xxxxl-pt-6 {
    padding-top: 6rem;
  }
  .dd-xxxxl-pt-7 {
    padding-top: 7rem;
  }
  .dd-xxxxl-pt-8 {
    padding-top: 8rem;
  }
  .dd-xxxxl-pt-9 {
    padding-top: 9rem;
  }
  .dd-xxxxl-pt-10 {
    padding-top: 10rem;
  }
  .dd-xxxxl-pt-11 {
    padding-top: 11rem;
  }
  .dd-xxxxl-pt-12 {
    padding-top: 12rem;
  }
  .dd-xxxxl-pt-13 {
    padding-top: 13rem;
  }
  .dd-xxxxl-pt-14 {
    padding-top: 14rem;
  }
  .dd-xxxxl-pt-15 {
    padding-top: 15rem;
  }
  .dd-xxxxl-pt-16 {
    padding-top: 16rem;
  }
  .dd-xxxxl-pt-17 {
    padding-top: 17rem;
  }
  .dd-xxxxl-pt-18 {
    padding-top: 18rem;
  }
  .dd-xxxxl-pt-19 {
    padding-top: 19rem;
  }
  .dd-xxxxl-pt-20 {
    padding-top: 20rem;
  }
  .dd-xxxxl-pt-21 {
    padding-top: 21rem;
  }
  .dd-xxxxl-pt-22 {
    padding-top: 22rem;
  }
  .dd-xxxxl-pt-23 {
    padding-top: 23rem;
  }
  .dd-xxxxl-pt-24 {
    padding-top: 24rem;
  }
  .dd-xxxxl-pt-25 {
    padding-top: 25rem;
  }
  .dd-xxxxl-pt-26 {
    padding-top: 26rem;
  }
  .dd-xxxxl-pt-27 {
    padding-top: 27rem;
  }
  .dd-xxxxl-pt-28 {
    padding-top: 28rem;
  }
  .dd-xxxxl-pt-29 {
    padding-top: 29rem;
  }
  .dd-xxxxl-pt-30 {
    padding-top: 30rem;
  }
  .dd-xxxxl-pl-0 {
    padding-left: 0rem;
  }
  .dd-xxxxl-pl-1 {
    padding-left: 1rem;
  }
  .dd-xxxxl-pl-2 {
    padding-left: 2rem;
  }
  .dd-xxxxl-pl-3 {
    padding-left: 3rem;
  }
  .dd-xxxxl-pl-4 {
    padding-left: 4rem;
  }
  .dd-xxxxl-pl-5 {
    padding-left: 5rem;
  }
  .dd-xxxxl-pl-6 {
    padding-left: 6rem;
  }
  .dd-xxxxl-pl-7 {
    padding-left: 7rem;
  }
  .dd-xxxxl-pl-8 {
    padding-left: 8rem;
  }
  .dd-xxxxl-pl-9 {
    padding-left: 9rem;
  }
  .dd-xxxxl-pl-10 {
    padding-left: 10rem;
  }
  .dd-xxxxl-pl-11 {
    padding-left: 11rem;
  }
  .dd-xxxxl-pl-12 {
    padding-left: 12rem;
  }
  .dd-xxxxl-pl-13 {
    padding-left: 13rem;
  }
  .dd-xxxxl-pl-14 {
    padding-left: 14rem;
  }
  .dd-xxxxl-pl-15 {
    padding-left: 15rem;
  }
  .dd-xxxxl-pl-16 {
    padding-left: 16rem;
  }
  .dd-xxxxl-pl-17 {
    padding-left: 17rem;
  }
  .dd-xxxxl-pl-18 {
    padding-left: 18rem;
  }
  .dd-xxxxl-pl-19 {
    padding-left: 19rem;
  }
  .dd-xxxxl-pl-20 {
    padding-left: 20rem;
  }
  .dd-xxxxl-pl-21 {
    padding-left: 21rem;
  }
  .dd-xxxxl-pl-22 {
    padding-left: 22rem;
  }
  .dd-xxxxl-pl-23 {
    padding-left: 23rem;
  }
  .dd-xxxxl-pl-24 {
    padding-left: 24rem;
  }
  .dd-xxxxl-pl-25 {
    padding-left: 25rem;
  }
  .dd-xxxxl-pl-26 {
    padding-left: 26rem;
  }
  .dd-xxxxl-pl-27 {
    padding-left: 27rem;
  }
  .dd-xxxxl-pl-28 {
    padding-left: 28rem;
  }
  .dd-xxxxl-pl-29 {
    padding-left: 29rem;
  }
  .dd-xxxxl-pl-30 {
    padding-left: 30rem;
  }
  .dd-xxxxl-pr-0 {
    padding-right: 0rem;
  }
  .dd-xxxxl-pr-1 {
    padding-right: 1rem;
  }
  .dd-xxxxl-pr-2 {
    padding-right: 2rem;
  }
  .dd-xxxxl-pr-3 {
    padding-right: 3rem;
  }
  .dd-xxxxl-pr-4 {
    padding-right: 4rem;
  }
  .dd-xxxxl-pr-5 {
    padding-right: 5rem;
  }
  .dd-xxxxl-pr-6 {
    padding-right: 6rem;
  }
  .dd-xxxxl-pr-7 {
    padding-right: 7rem;
  }
  .dd-xxxxl-pr-8 {
    padding-right: 8rem;
  }
  .dd-xxxxl-pr-9 {
    padding-right: 9rem;
  }
  .dd-xxxxl-pr-10 {
    padding-right: 10rem;
  }
  .dd-xxxxl-pr-11 {
    padding-right: 11rem;
  }
  .dd-xxxxl-pr-12 {
    padding-right: 12rem;
  }
  .dd-xxxxl-pr-13 {
    padding-right: 13rem;
  }
  .dd-xxxxl-pr-14 {
    padding-right: 14rem;
  }
  .dd-xxxxl-pr-15 {
    padding-right: 15rem;
  }
  .dd-xxxxl-pr-16 {
    padding-right: 16rem;
  }
  .dd-xxxxl-pr-17 {
    padding-right: 17rem;
  }
  .dd-xxxxl-pr-18 {
    padding-right: 18rem;
  }
  .dd-xxxxl-pr-19 {
    padding-right: 19rem;
  }
  .dd-xxxxl-pr-20 {
    padding-right: 20rem;
  }
  .dd-xxxxl-pr-21 {
    padding-right: 21rem;
  }
  .dd-xxxxl-pr-22 {
    padding-right: 22rem;
  }
  .dd-xxxxl-pr-23 {
    padding-right: 23rem;
  }
  .dd-xxxxl-pr-24 {
    padding-right: 24rem;
  }
  .dd-xxxxl-pr-25 {
    padding-right: 25rem;
  }
  .dd-xxxxl-pr-26 {
    padding-right: 26rem;
  }
  .dd-xxxxl-pr-27 {
    padding-right: 27rem;
  }
  .dd-xxxxl-pr-28 {
    padding-right: 28rem;
  }
  .dd-xxxxl-pr-29 {
    padding-right: 29rem;
  }
  .dd-xxxxl-pr-30 {
    padding-right: 30rem;
  }
  .dd-xxxxl-p-0 {
    padding: 0rem;
  }
  .dd-xxxxl-p-1 {
    padding: 1rem;
  }
  .dd-xxxxl-p-2 {
    padding: 2rem;
  }
  .dd-xxxxl-p-3 {
    padding: 3rem;
  }
  .dd-xxxxl-p-4 {
    padding: 4rem;
  }
  .dd-xxxxl-p-5 {
    padding: 5rem;
  }
  .dd-xxxxl-p-6 {
    padding: 6rem;
  }
  .dd-xxxxl-p-7 {
    padding: 7rem;
  }
  .dd-xxxxl-p-8 {
    padding: 8rem;
  }
  .dd-xxxxl-p-9 {
    padding: 9rem;
  }
  .dd-xxxxl-p-10 {
    padding: 10rem;
  }
  .dd-xxxxl-p-11 {
    padding: 11rem;
  }
  .dd-xxxxl-p-12 {
    padding: 12rem;
  }
  .dd-xxxxl-p-13 {
    padding: 13rem;
  }
  .dd-xxxxl-p-14 {
    padding: 14rem;
  }
  .dd-xxxxl-p-15 {
    padding: 15rem;
  }
  .dd-xxxxl-p-16 {
    padding: 16rem;
  }
  .dd-xxxxl-p-17 {
    padding: 17rem;
  }
  .dd-xxxxl-p-18 {
    padding: 18rem;
  }
  .dd-xxxxl-p-19 {
    padding: 19rem;
  }
  .dd-xxxxl-p-20 {
    padding: 20rem;
  }
  .dd-xxxxl-p-21 {
    padding: 21rem;
  }
  .dd-xxxxl-p-22 {
    padding: 22rem;
  }
  .dd-xxxxl-p-23 {
    padding: 23rem;
  }
  .dd-xxxxl-p-24 {
    padding: 24rem;
  }
  .dd-xxxxl-p-25 {
    padding: 25rem;
  }
  .dd-xxxxl-p-26 {
    padding: 26rem;
  }
  .dd-xxxxl-p-27 {
    padding: 27rem;
  }
  .dd-xxxxl-p-28 {
    padding: 28rem;
  }
  .dd-xxxxl-p-29 {
    padding: 29rem;
  }
  .dd-xxxxl-p-30 {
    padding: 30rem;
  }
  .dd-xxxxl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .dd-xxxxl-py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dd-xxxxl-py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dd-xxxxl-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dd-xxxxl-py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dd-xxxxl-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dd-xxxxl-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dd-xxxxl-py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .dd-xxxxl-py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .dd-xxxxl-py-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .dd-xxxxl-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dd-xxxxl-py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .dd-xxxxl-py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dd-xxxxl-py-13 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .dd-xxxxl-py-14 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .dd-xxxxl-py-15 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .dd-xxxxl-py-16 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .dd-xxxxl-py-17 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
  .dd-xxxxl-py-18 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .dd-xxxxl-py-19 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .dd-xxxxl-py-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .dd-xxxxl-py-21 {
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .dd-xxxxl-py-22 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .dd-xxxxl-py-23 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
  .dd-xxxxl-py-24 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .dd-xxxxl-py-25 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .dd-xxxxl-py-26 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }
  .dd-xxxxl-py-27 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }
  .dd-xxxxl-py-28 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
  .dd-xxxxl-py-29 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }
  .dd-xxxxl-py-30 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .dd-xxxxl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .dd-xxxxl-px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dd-xxxxl-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dd-xxxxl-px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dd-xxxxl-px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .dd-xxxxl-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .dd-xxxxl-px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .dd-xxxxl-px-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .dd-xxxxl-px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .dd-xxxxl-px-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .dd-xxxxl-px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .dd-xxxxl-px-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .dd-xxxxl-px-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .dd-xxxxl-px-13 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .dd-xxxxl-px-14 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .dd-xxxxl-px-15 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .dd-xxxxl-px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .dd-xxxxl-px-17 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
  .dd-xxxxl-px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .dd-xxxxl-px-19 {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .dd-xxxxl-px-20 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .dd-xxxxl-px-21 {
    padding-left: 21rem;
    padding-right: 21rem;
  }
  .dd-xxxxl-px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
  }
  .dd-xxxxl-px-23 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
  .dd-xxxxl-px-24 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .dd-xxxxl-px-25 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .dd-xxxxl-px-26 {
    padding-left: 26rem;
    padding-right: 26rem;
  }
  .dd-xxxxl-px-27 {
    padding-left: 27rem;
    padding-right: 27rem;
  }
  .dd-xxxxl-px-28 {
    padding-left: 28rem;
    padding-right: 28rem;
  }
  .dd-xxxxl-px-29 {
    padding-left: 29rem;
    padding-right: 29rem;
  }
  .dd-xxxxl-px-30 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 10px;
  background-color: #fff;
  color: #10012b;
  height: 100%;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
}
@supports not (aspect-ratio: 1/1) {
  .product-card__image {
    position: relative;
  }
  .product-card__image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .product-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .product-card__image img {
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-card__contents {
  display: grid;
  grid-template-rows: 1fr auto;
  padding-inline: clamp(8px, 1.4816vmin, 16px);
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
.product-card__price {
  color: #3bdbe4;
  -webkit-transition: color var(--anim-s) var(--anim-tf);
  -o-transition: color var(--anim-s) var(--anim-tf);
  transition: color var(--anim-s) var(--anim-tf);
}
.product-card:hover, .product-card:focus-visible {
  background-color: #b3ffe9;
  color: #10012b;
  text-decoration-line: unset;
}
.product-card:hover .product-card__price, .product-card:focus-visible .product-card__price {
  color: #10012b;
}

.service-card {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: unset;
  border: unset;
  background-color: transparent;
  block-size: 100%;
}
.service-card__contents, .service-card__image-container {
  padding-inline: clamp(16px, 4.63vmin, 50px);
}
.service-card__contents {
  background-color: #10012b;
  color: #fff;
  border: unset;
  padding-block: clamp(24px, 4.63vmin, 50px);
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf);
  block-size: 100%;
}
.service-card__content {
  max-inline-size: 48ch;
  inline-size: 100%;
  margin-inline: auto;
}
.service-card__button {
  font-size: 1rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  --background: #10012b;
  --colour: #fff;
  --box-shadow: #fff;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  text-transform: uppercase;
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  min-inline-size: min(100%, 18.75rem);
  padding-inline: 1em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  -webkit-box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
          box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
}
@media screen and (min-width: 576px) {
  .service-card__button {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .service-card__button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .service-card__button {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .service-card__button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .service-card__button {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 992px) {
  .service-card__button {
    --letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1366px) {
  .service-card__button {
    --letter-spacing: 0.0875em;
  }
}
@media screen and (min-width: 1681px) {
  .service-card__button {
    --letter-spacing: 0.1em;
  }
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .service-card__button {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .service-card__button {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.service-card__image-container {
  position: relative;
  display: block;
}
.service-card__image-container::before {
  content: "";
  position: absolute;
  block-size: 50%;
  inline-size: 100%;
  top: 0;
  left: 0;
  background-color: #10012b;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf);
}
.service-card__image {
  position: relative;
}
@supports not (aspect-ratio: 1/1) {
  .service-card__image::before {
    content: "";
    display: block;
    padding-top: 59.0405904059%;
  }
  .service-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .service-card__image img {
    aspect-ratio: 542/320;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service-card:hover .service-card__contents, .service-card:focus-visible .service-card__contents {
  background-color: #b3ffe9;
  color: #10012b;
}
.service-card:hover .service-card__image-container::before, .service-card:focus-visible .service-card__image-container::before {
  background-color: #b3ffe9;
}
.service-card:hover .service-card__button, .service-card:focus-visible .service-card__button {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
}
.service-card:hover .service-card__button {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
}
.service-card:focus-visible {
  outline-color: transparent;
}
.service-card:focus-visible .service-card__button {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
}

.portfolio-card {
  display: grid;
  text-decoration-line: unset;
}
.portfolio-card > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@supports not (aspect-ratio: 1/1) {
  .portfolio-card__background {
    position: relative;
  }
  .portfolio-card__background::before {
    content: "";
    display: block;
    padding-top: 136.6834170854%;
  }
  .portfolio-card__background img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .portfolio-card__background img {
    aspect-ratio: 398/544;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portfolio-card__foreground {
  -ms-flex-item-align: end;
      align-self: end;
  opacity: 0;
  -webkit-transition: opacity var(--anim-s) var(--anim-tf);
  -o-transition: opacity var(--anim-s) var(--anim-tf);
  transition: opacity var(--anim-s) var(--anim-tf);
}
@media (prefers-reduced-motion: no-preference) {
  .portfolio-card__foreground {
    translate: 0 100%;
    -webkit-transition: translate var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf);
    -o-transition: translate var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf);
    transition: translate var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf);
  }
}
.portfolio-card:hover, .portfolio-card:focus-visible {
  text-decoration-line: unset;
}
.portfolio-card:hover .portfolio-card__foreground, .portfolio-card:focus-visible .portfolio-card__foreground {
  translate: 0;
  opacity: 1;
}

.woocommerce-products-header {
  background-color: #10012b;
  padding: 3rem 9rem;
}
.woocommerce-products-header__title {
  color: #b3ffe9;
  text-transform: uppercase;
}

.products-wrapper {
  padding: 6rem 9rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce span.onsale {
  background-color: #3bdbe4;
  color: #10012b;
  width: 100%;
  border-radius: 0;
  min-height: 1rem;
  min-width: 1rem;
  line-height: unset;
  padding: 0.5rem;
}
.woocommerce ul.products li.product .onsale {
  bottom: 0;
  left: 0;
  margin: auto;
  top: unset;
  text-transform: uppercase;
  font-size: 1rem;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  color: #10012b;
  font-weight: bold;
  font-size: 1.25rem;
}
.woocommerce ul.products li.product a {
  text-align: center;
}
.woocommerce ul.products li.product a .image-wrapper {
  position: relative;
}
@supports not (aspect-ratio: 1/1) {
  .woocommerce ul.products li.product a .image-wrapper {
    position: relative;
  }
  .woocommerce ul.products li.product a .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 73.4151329243%;
  }
  .woocommerce ul.products li.product a .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .woocommerce ul.products li.product a .image-wrapper img {
    aspect-ratio: 489/359;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.woocommerce ul.products li.product a .price {
  text-transform: uppercase;
  color: #3bdbe4;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
.woocommerce ul.products li.product a .price del {
  opacity: 1;
  color: #10012b;
}
.woocommerce ul.products li.product a .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .btn-view-product {
  margin: 2rem auto auto;
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.woocommerce ul.products li.product .btn-view-product:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #b3ffe9;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #10012b;
  background-color: transparent;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: transparent;
  opacity: 0.5;
}
.woocommerce nav.woocommerce-pagination ul li a.next .svg-inline--fa, .woocommerce nav.woocommerce-pagination ul li a.prev .svg-inline--fa {
  color: #b3ffe9;
}
@supports not (aspect-ratio: 1/1) {
  .woocommerce .woocommerce-page {
    position: relative;
  }
  .woocommerce .woocommerce-page::before {
    content: "";
    display: block;
    padding-top: 60.3001364256%;
  }
  .woocommerce .woocommerce-page img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .woocommerce .woocommerce-page img {
    aspect-ratio: 733/442;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.woocommerce div.product div.summary {
  float: none;
  width: 75%;
}
.woocommerce div.product .product_title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #10012b;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #3bdbe4;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #10012b;
  opacity: 1;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart {
  display: block;
}
.woocommerce div.product form.cart .button {
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.woocommerce div.product .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}
.woocommerce div.product .quantity-wrapper .quantity {
  border-width: 1px;
  border-style: solid;
  border-color: #10012b;
  display: table;
  float: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce div.product .quantity-wrapper .quantity .minus,
.woocommerce div.product .quantity-wrapper .quantity .plus {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #10012b;
  line-height: 1;
}
.woocommerce div.product .quantity-wrapper .quantity .qty {
  border: none;
  background: transparent;
  color: #3bdbe4;
}
.woocommerce div.product .quantity-wrapper .quantity input::-webkit-outer-spin-button,
.woocommerce div.product .quantity-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.product .quantity-wrapper .quantity input[type=number] {
  -moz-appearance: textfield;
}

/* Single Product Page */
.product-wrapper {
  padding: 4rem 8rem;
}

div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
@supports not (aspect-ratio: 1/1) {
  div.product div.images {
    position: relative;
  }
  div.product div.images::before {
    content: "";
    display: block;
    padding-top: 60.3001364256%;
  }
  div.product div.images img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  div.product div.images img {
    aspect-ratio: 733/442;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.slick-slider {
  margin-top: 2rem;
}

.wpgs-nav .slick-prev::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
}
.wpgs-nav .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
}

.slick-prev,
.slick-next {
  top: unset;
  bottom: -30%;
}

.slick-prev {
  left: unset;
  right: 5%;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding: 6rem 9rem;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  padding-left: 0;
  margin-bottom: 2rem;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  list-style-type: none;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  color: #10012b;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ymal {
  padding: 4rem 9rem;
}
.ymal .overlay .related-content h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.single-product span.onsale {
  left: 1.2%;
  min-width: 50%;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.25rem;
}

h4.pewc-field-label {
  margin-bottom: 1rem;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 1px solid #10012b;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  opacity: 0.75;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}

.woocommerce-info {
  border-top-color: #3bdbe4;
}
.woocommerce-info a.woocommerce-Button.button {
  color: #fff;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.configurator-products-wrapper .title {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #10012b;
  font-weight: bold;
  font-size: 1.25rem;
}
.configurator-products-wrapper a {
  text-align: center;
  text-decoration: none;
}
.configurator-products-wrapper a .image-wrapper {
  position: relative;
}
@supports not (aspect-ratio: 1/1) {
  .configurator-products-wrapper a .image-wrapper {
    position: relative;
  }
  .configurator-products-wrapper a .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 73.4151329243%;
  }
  .configurator-products-wrapper a .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .configurator-products-wrapper a .image-wrapper img {
    aspect-ratio: 489/359;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.configurator-products-wrapper .btn-view-product {
  margin: 2rem auto auto;
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.configurator-products-wrapper .btn-view-product:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: none !important;
  border-collapse: collapse !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th {
  color: #fff;
  background: #10012b;
  border: 1px solid #10012b;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td {
  border-right: 1px solid #10012b;
  border-bottom: 1px solid #10012b;
  color: #10012b;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td a,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td a {
  text-decoration: none;
  color: #10012b;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td a:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td a:hover {
  border-color: #28a745;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td span,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td span {
  color: #10012b;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td .product-remove,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td .product-remove {
  text-align: center;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:first-child,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td:first-child {
  border-left: 1px solid #10012b;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td .btn-update-cart,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td .btn-update-cart {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: unset;
  margin-left: auto;
  opacity: 1;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td .btn-update-cart:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td .btn-update-cart:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .plus,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .minus,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .plus,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .minus {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #10012b;
  line-height: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .plus:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .minus:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .plus:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .minus:hover {
  opacity: 0.75;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .qty,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .qty {
  background: transparent;
  border: 1px solid #10012b;
  width: 50%;
  height: 44px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity input::-webkit-outer-spin-button,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity input::-webkit-inner-spin-button,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity input::-webkit-outer-spin-button,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity input[type=number],
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity a.remove,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity a.remove {
  font-size: 1.25rem;
  max-width: 60px;
  max-height: 60px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .btn-update-cart,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .button[name=apply_coupon],
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .btn-update-cart,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .button[name=apply_coupon] {
  color: #fff;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody th,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot th {
  border: 1px solid #10012b;
  color: #3bdbe4;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot td {
  border: 1px solid #10012b;
  color: #3bdbe4 !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input {
  width: 50% !important;
  height: 44px;
  border-radius: 0;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon .button[name=apply_coupon] {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon .button[name=apply_coupon]:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

.cart-collaterals h2 {
  margin: 2rem 0;
}
.cart-collaterals table.shop_table.shop_table_responsive {
  border: none !important;
  border-collapse: collapse !important;
  border-radius: 0;
  border-top: 1px solid #10012b !important;
  border-bottom: 1px solid #10012b !important;
}
.cart-collaterals table.shop_table.shop_table_responsive thead th {
  color: #fff;
  background: #10012b;
  border: 1px solid #10012b;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td {
  border-right: 1px solid #10012b;
  border-bottom: 1px solid #10012b;
  color: #10012b;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td a,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td a {
  text-decoration: none;
  color: #10012b;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td a:hover,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td a:hover {
  border-color: #28a745;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td span,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td span {
  color: #10012b;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td .product-remove,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td .product-remove {
  text-align: center;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td:first-child,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td:first-child {
  border-left: 1px solid #10012b;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td .btn-update-cart,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td .btn-update-cart {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: unset;
  margin-left: auto;
  opacity: 1;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr td .btn-update-cart:hover,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr td .btn-update-cart:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .plus,
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .minus,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .plus,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .minus {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #10012b;
  line-height: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .plus:hover,
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .minus:hover,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .plus:hover,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .minus:hover {
  opacity: 0.75;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .qty,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .qty {
  background: transparent;
  border: 1px solid #10012b;
  width: 50%;
  height: 44px;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity input::-webkit-outer-spin-button,
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity input::-webkit-inner-spin-button,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity input::-webkit-outer-spin-button,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity input[type=number],
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity a.remove,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity a.remove {
  font-size: 1.25rem;
  max-width: 60px;
  max-height: 60px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .btn-update-cart,
.cart-collaterals table.shop_table.shop_table_responsive tbody tr .product-quantity .button[name=apply_coupon],
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .btn-update-cart,
.cart-collaterals table.shop_table.shop_table_responsive tfoot tr .product-quantity .button[name=apply_coupon] {
  color: #fff;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody th,
.cart-collaterals table.shop_table.shop_table_responsive tfoot th {
  border: 1px solid #10012b;
  color: #3bdbe4;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody td,
.cart-collaterals table.shop_table.shop_table_responsive tfoot td {
  border: 1px solid #10012b;
  color: #3bdbe4 !important;
}
.cart-collaterals table.shop_table.shop_table_responsive .coupon input {
  width: 50% !important;
  height: 44px;
  border-radius: 0;
}
.cart-collaterals table.shop_table.shop_table_responsive .coupon .button[name=apply_coupon] {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
.cart-collaterals table.shop_table.shop_table_responsive .coupon .button[name=apply_coupon]:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.cart-collaterals table.shop_table.shop_table_responsive th,
.cart-collaterals table.shop_table.shop_table_responsive td {
  padding: 1rem 1rem;
}
.cart-collaterals table.shop_table.shop_table_responsive tbody th,
.cart-collaterals table.shop_table.shop_table_responsive tbody td,
.cart-collaterals table.shop_table.shop_table_responsive tfoot th,
.cart-collaterals table.shop_table.shop_table_responsive tfoot td {
  color: #10012b !important;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin: 3rem 0;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: unset;
  margin-right: auto;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

.woocommerce-cart .woocommerce {
  padding: 1rem;
}
.woocommerce-cart .quantity-wrapper p {
  display: none;
}

p.cart-empty.woocommerce-info {
  margin-top: 2rem;
}

p.return-to-shop .wc-backward {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
p.return-to-shop .wc-backward:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

a.remove {
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .col2-set [class*=col-] {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}

form .form-row .required {
  display: none;
}

.checkout .form-row {
  padding: 0 !important;
  margin-bottom: 1rem !important;
  display: block !important;
}
.checkout .form-row .optional {
  margin-top: auto;
  margin-bottom: auto;
}
.checkout .form-row input:focus,
.checkout .form-row select:focus,
.checkout .form-row textarea:focus,
.checkout .form-row button:focus {
  outline: none;
}
.checkout .form-row label {
  color: #10012b;
  margin-bottom: 1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout .form-row label span {
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #10012b;
}
.checkout .form-row input[type=text],
.checkout .form-row input[type=number],
.checkout .form-row input[type=tel],
.checkout .form-row input[type=email],
.checkout .form-row input[type=password] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: transparent;
  border: 1px solid #10012b;
  padding: 0.75rem 0.5rem 0.75rem !important;
  color: #10012b;
  font-size: 1rem;
  margin-bottom: 1rem !important;
}
.checkout .form-row textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px !important;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  border: 1px solid #10012b;
  padding: 0.75rem 0.5rem 0.75rem !important;
  color: #10012b;
  font-size: 1rem;
}
.checkout .form-row .woocommerce form .show-password-input,
.checkout .form-row .woocommerce-page form .show-password-input {
  bottom: 2.25rem !important;
}
.checkout .form-row .woocommerce-input-wrapper select {
  height: unset;
  padding: 0 20px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #10012b 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.checkout .form-row .select2-container--default .select2-selection--single {
  border: solid 1px #10012b;
  border-radius: 0;
  padding: 0.4rem;
  height: 45px;
  font-size: 1.25rem;
  line-height: 0;
}
.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 50%;
  right: 0.5%;
  width: 45px;
}
.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #10012b transparent transparent transparent;
}
.checkout .form-row .select2-dropdown {
  background-color: #fff;
  border: 1px solid #10012b;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  padding: 1rem;
}
.checkout .form-row .select2-search--dropdown {
  display: block;
  padding: 0;
}
.checkout .form-row .select2-container--default .select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: solid 1px #10012b;
  padding: 1rem;
  margin-bottom: 2rem;
}
.checkout .form-row .select2-container--default .select2-results__option--highlighted[aria-selected],
.checkout .form-row .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #10012b;
  color: #fff;
}
.checkout .form-row.create-account {
  margin: 2rem 0;
}
.checkout .form-row.create-account label span {
  font-style: italic;
}
.checkout h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 2rem;
  font-size: 2.5rem;
  text-transform: capitalize;
}
.checkout h3 label {
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
}
.checkout h3 label span {
  margin-left: 1rem;
}
.checkout h3 input {
  margin: 0 0.5rem 0 0;
}
.checkout h3 input[type=radio],
.checkout h3 input[type=checkbox] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #3bdbe4 !important;
  border-radius: 5px;
  display: inline-block !important;
  position: relative;
  width: 1.5rem !important;
  height: 1.5rem !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.checkout h3 input[type=radio]:checked,
.checkout h3 input[type=checkbox]:checked {
  background-color: #10012b;
}
.checkout label {
  margin-bottom: 0;
  display: inline-block !important;
}
.checkout input {
  margin: 0 0.5rem 0 0;
}
.checkout input[type=radio],
.checkout input[type=checkbox] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #3bdbe4 !important;
  border-radius: 5px;
  display: inline-block !important;
  position: relative;
  width: 1.5rem !important;
  height: 1.5rem !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.checkout input[type=radio]:checked,
.checkout input[type=checkbox]:checked {
  background-color: #10012b;
}
.checkout table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
}
.checkout table.shop_table thead th {
  color: #fff;
  background: #10012b;
  border: 1px solid #10012b;
}
.checkout table.shop_table tbody tr td,
.checkout table.shop_table tfoot tr td {
  border-right: 1px solid #10012b;
  border-bottom: 1px solid #10012b;
  color: #10012b;
}
.checkout table.shop_table tbody tr td a,
.checkout table.shop_table tfoot tr td a {
  text-decoration: none;
  color: #10012b;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.checkout table.shop_table tbody tr td a:hover,
.checkout table.shop_table tfoot tr td a:hover {
  border-color: #28a745;
}
.checkout table.shop_table tbody tr td span,
.checkout table.shop_table tfoot tr td span {
  color: #10012b;
}
.checkout table.shop_table tbody tr td .product-remove,
.checkout table.shop_table tfoot tr td .product-remove {
  text-align: center;
}
.checkout table.shop_table tbody tr td:first-child,
.checkout table.shop_table tfoot tr td:first-child {
  border-left: 1px solid #10012b;
}
.checkout table.shop_table tbody tr td .btn-update-cart,
.checkout table.shop_table tfoot tr td .btn-update-cart {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: unset;
  margin-left: auto;
  opacity: 1;
}
.checkout table.shop_table tbody tr td .btn-update-cart:hover,
.checkout table.shop_table tfoot tr td .btn-update-cart:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.checkout table.shop_table tbody tr .product-quantity,
.checkout table.shop_table tfoot tr .product-quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.checkout table.shop_table tbody tr .product-quantity .plus,
.checkout table.shop_table tbody tr .product-quantity .minus,
.checkout table.shop_table tfoot tr .product-quantity .plus,
.checkout table.shop_table tfoot tr .product-quantity .minus {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #10012b;
  line-height: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.checkout table.shop_table tbody tr .product-quantity .plus:hover,
.checkout table.shop_table tbody tr .product-quantity .minus:hover,
.checkout table.shop_table tfoot tr .product-quantity .plus:hover,
.checkout table.shop_table tfoot tr .product-quantity .minus:hover {
  opacity: 0.75;
}
.checkout table.shop_table tbody tr .product-quantity .qty,
.checkout table.shop_table tfoot tr .product-quantity .qty {
  background: transparent;
  border: 1px solid #10012b;
  width: 50%;
  height: 44px;
}
.checkout table.shop_table tbody tr .product-quantity input::-webkit-outer-spin-button,
.checkout table.shop_table tbody tr .product-quantity input::-webkit-inner-spin-button,
.checkout table.shop_table tfoot tr .product-quantity input::-webkit-outer-spin-button,
.checkout table.shop_table tfoot tr .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout table.shop_table tbody tr .product-quantity input[type=number],
.checkout table.shop_table tfoot tr .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.checkout table.shop_table tbody tr .product-quantity a.remove,
.checkout table.shop_table tfoot tr .product-quantity a.remove {
  font-size: 1.25rem;
  max-width: 60px;
  max-height: 60px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.checkout table.shop_table tbody tr .product-quantity .btn-update-cart,
.checkout table.shop_table tbody tr .product-quantity .button[name=apply_coupon],
.checkout table.shop_table tfoot tr .product-quantity .btn-update-cart,
.checkout table.shop_table tfoot tr .product-quantity .button[name=apply_coupon] {
  color: #fff;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
.checkout table.shop_table tbody th,
.checkout table.shop_table tfoot th {
  border: 1px solid #10012b;
  color: #3bdbe4;
}
.checkout table.shop_table tbody td,
.checkout table.shop_table tfoot td {
  border: 1px solid #10012b;
  color: #3bdbe4 !important;
}
.checkout table.shop_table .coupon input {
  width: 50% !important;
  height: 44px;
  border-radius: 0;
}
.checkout table.shop_table .coupon .button[name=apply_coupon] {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 0 0 0 auto;
}
.checkout table.shop_table .coupon .button[name=apply_coupon]:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.checkout table.shop_table tbody th,
.checkout table.shop_table tfoot th {
  color: #10012b;
}
.checkout table.shop_table tbody tr td,
.checkout table.shop_table tfoot tr td {
  color: #10012b !important;
}
.checkout table.shop_table .shipping {
  display: none;
}
.checkout #payment {
  background: transparent;
}
.checkout #payment ul li label {
  color: #10012b;
  font-weight: 300 !important;
  width: auto;
}
.checkout #payment ul.payment_methods {
  border: none;
  padding: 1rem 0;
}
.checkout #payment #place_order {
  float: left;
}
.checkout form.checkout_coupon .button.wp-element-button {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.checkout form.checkout_coupon .button.wp-element-button:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p {
  color: #10012b;
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p a:hover {
  border-color: #10012b;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p label.checkbox {
  color: #10012b;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p label.checkbox a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.checkout .place-order .woocommerce-terms-and-conditions-wrapper p label.checkbox a:hover {
  border-color: #10012b;
}
.checkout .place-order .woocommerce-form-coupon-toggle .woocommerce-info {
  color: #10012b;
  font-size: 1.125rem;
}
.checkout .place-order .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #10012b;
  text-decoration: none;
  font-style: italic;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  -webkit-transition-property: border-bottom-color;
  -o-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.checkout .place-order .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  border-bottom-color: #10012b;
}
.checkout .place-order button#place_order {
  color: #fff;
  background-color: #10012b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #10012b;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.checkout .place-order button#place_order:hover {
  background-color: #b3ffe9;
  color: #10012b;
  border-color: #b3ffe9;
}

.woocommerce-notice.thank-you-title {
  text-align: center;
  color: #10012b;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}

ul.order_details {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
ul.order_details li {
  border-right-color: #28a745;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
ul.order_details li:nth-child(5) {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
ul.order_details li.email {
  display: none;
}

.woocommerce-order-details {
  margin-top: 2rem;
}
.woocommerce-order-details .woocommerce-order-details__title {
  color: #10012b;
  margin: 2rem 0;
}

.woocommerce-customer-details {
  display: none;
}

.woocommerce-order-details table tbody tr th a,
.woocommerce-order-details table tbody tr td a,
.woocommerce-order-details table tfoot tr th a,
.woocommerce-order-details table tfoot tr td a {
  color: #10012b !important;
}
.woocommerce-order-details table tbody tr:nth-child(even),
.woocommerce-order-details table tfoot tr:nth-child(even) {
  background-color: transparent !important;
}
.woocommerce-order-details table tbody th,
.woocommerce-order-details table tbody td,
.woocommerce-order-details table tfoot th,
.woocommerce-order-details table tfoot td {
  color: #10012b;
}

.pewc-product-extra-groups-wrap.pewc-groups-standard {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.pewc-product-extra-groups-wrap.pewc-groups-standard .pewc-group-heading-wrapper h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.pewc-preset-style .pewc-checkbox-form-label span.pewc-theme-element,
.pewc-preset-style .pewc-radio-form-label span.pewc-theme-element,
.pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element,
.pewc-preset-style .pewc-item-checkbox span.pewc-theme-element,
.pewc-preset-style .pewc-checkbox-wrapper span.pewc-theme-element,
.pewc-preset-style .pewc-radio-wrapper span.pewc-theme-element {
  top: 4px;
  background: transparent;
  border-color: #10012b;
  border-width: 2px;
  border-style: solid;
}
.pewc-preset-style .pewc-checkbox-form-label span.pewc-theme-element:hover,
.pewc-preset-style .pewc-radio-form-label span.pewc-theme-element:hover,
.pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element:hover,
.pewc-preset-style .pewc-item-checkbox span.pewc-theme-element:hover,
.pewc-preset-style .pewc-checkbox-wrapper span.pewc-theme-element:hover,
.pewc-preset-style .pewc-radio-wrapper span.pewc-theme-element:hover {
  background: #3bdbe4;
  border-color: #3bdbe4;
}

.pewc-preset-style .pewc-checkbox-form-label input:checked ~ span.pewc-theme-element,
.pewc-preset-style .pewc-radio-form-label input:checked ~ span.pewc-theme-element,
.pewc-preset-style .pewc-item-field-wrapper input:checked ~ span.pewc-theme-element,
.pewc-preset-style .pewc-item-checkbox input:checked ~ span.pewc-theme-element,
.pewc-preset-style .pewc-checkbox-wrapper input:checked ~ span.pewc-theme-element,
.pewc-preset-style .pewc-radio-wrapper input:checked ~ span.pewc-theme-element {
  background: #3bdbe4;
  border-color: #3bdbe4;
}

.pewc-item-field-wrapper a {
  text-decoration: none;
  color: #10012b;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transition-property: border-bottom-color;
  -o-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.pewc-item-field-wrapper a:hover {
  border-bottom-color: #10012b;
}

.pewc-total-only span.amount::after {
  content: "Inc Vat";
  margin-left: 1rem;
}

.pewc-product-extra-groups {
  padding-left: 0;
}
.pewc-product-extra-groups li {
  margin-bottom: 0;
}

p#wc-stripe-payment-request-button-separator {
  margin-bottom: 1.5rem;
}

dd p,
dd p span.pewc-price.pewc-cart-item-price {
  font-family: source-sans-3, sans-serif, system-ui !important;
}

dd p,
dd .p {
  font-size: 1rem;
  letter-spacing: unset;
}

.book-now-title,
.woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}

td.woocommerce-table__product-name.product-name {
  font-size: 1rem;
  color: #10012b;
  font-family: arboria, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}
td.woocommerce-table__product-name.product-name ul {
  list-style-type: none;
  padding-left: unset;
  padding-right: 0.5rem;
}
td.woocommerce-table__product-name.product-name ul li {
  font-size: 1rem;
  letter-spacing: unset;
}

.checkout table.shop_table td ul {
  display: inline-block;
  float: left;
}

.checkout table.shop_table td span {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 1920px) {
  .woocommerce div.product div.summary {
    width: 85%;
  }
  .slick-slider {
    margin-top: 1rem;
  }
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    bottom: -40%;
  }
}
@media only screen and (max-width: 1680px) {
  .products-wrapper {
    padding: 4rem 7rem;
  }
  .product-wrapper {
    padding: 4rem 6rem;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 6rem 7rem;
  }
  .woocommerce-products-header {
    padding: 3rem 7rem;
  }
}
@media only screen and (max-width: 1366px) {
  .products-wrapper {
    padding: 3rem 4rem;
  }
  .product-wrapper {
    padding: 3rem 3rem;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 4rem 4rem;
  }
  .woocommerce-products-header {
    padding: 3rem 4rem;
  }
  .woocommerce div.product div.summary {
    width: 100%;
  }
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    bottom: -50%;
  }
}
@media only screen and (max-width: 1199px) {
  .products-wrapper {
    padding: 2rem 3rem;
  }
  .product-wrapper {
    padding: 2rem 2rem;
  }
  .configurator-products-wrapper .btn-view-product {
    padding: 12px 30px;
  }
  .woocommerce ul.products li.product a .price {
    gap: 2rem;
  }
  .woocommerce ul.products li.product .btn-view-product {
    padding: 11px 30px;
  }
  .woocommerce-products-header {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .products-wrapper {
    padding: 2rem 2rem;
  }
  .product-wrapper {
    padding: 1rem 1rem;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 3rem 2rem;
  }
  .woocommerce ul.products li.product .btn-view-product {
    padding: 8px 10px;
  }
  .configurator-products-wrapper .btn-view-product {
    padding: 8px 10px;
  }
  .woocommerce-products-header {
    padding: 2rem 2rem;
  }
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    bottom: -60%;
  }
  .slick-slider .slick-prev {
    right: 10%;
  }
  .woocommerce-notice.thank-you-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-wrapper {
    padding: 1rem 0;
  }
  .product-wrapper.ymal, .product-wrapper.thank-you {
    padding: 1rem 1rem;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 2rem 1rem;
  }
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    bottom: -70%;
  }
  .woocommerce div.product div.summary {
    margin-top: 3rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message::before {
    display: none;
  }
  .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr,
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
    border: 1px solid #10012b;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td,
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #10012b;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .btn-update-cart,
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .btn-update-cart {
    margin-right: auto;
    margin-left: unset;
    padding: 10px 30px;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:nth-child(5),
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:nth-child(5) {
    border-bottom: none;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child(),
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child() {
    border-top: none !important;
    border-left: 1px solid #10012b !important;
    border-right: 1px solid #10012b !important;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child() td,
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child() td {
    border: none;
  }
  .woocommerce table.shop_table tbody tr .product-quantity .qty {
    height: 30px;
  }
  .cart_totals table.shop_table tr {
    border: none !important;
  }
  .cart_totals table.shop_table ul#shipping_method li {
    margin-left: 1rem;
  }
  .woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:not(:first-of-type) {
    border: none;
    border-left: 1px solid #10012b !important;
    border-right: 1px solid #10012b !important;
    border-bottom: 1px solid #10012b !important;
  }
  .checkout .woocommerce-error {
    padding: 1rem;
  }
  .checkout .woocommerce-error::before {
    display: none;
  }
  .checkout h3 {
    font-size: 1.875rem;
  }
  .woocommerce-order ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .qty,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr .product-quantity .qty {
    width: 25%;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot td {
    color: #10012b !important;
  }
  .woocommerce form.checkout_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce form.checkout_coupon .form-row-first {
    width: 100%;
    margin-top: 1rem;
  }
  form.checkout_coupon .form-row-last {
    width: 100%;
  }
  form.checkout_coupon .form-row-last .button.wp-element-button {
    width: 100%;
  }
  .woocommerce-notice.thank-you-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 575px) {
  .products-wrapper {
    padding: 2rem 1rem;
  }
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
    font-size: 1.125rem;
  }
  .woocommerce ul.products[class*=columns-] li.product .btn-view-product,
.woocommerce-page ul.products[class*=columns-] li.product .btn-view-product {
    width: 100%;
    margin: 1rem auto auto;
  }
  .woocommerce-products-header {
    padding: 2rem 1rem;
  }
  .woocommerce-products-header .woocommerce-products-header__title {
    text-align: center;
  }
  .woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0.5rem 0;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon .button[name=apply_coupon] {
    width: 100%;
    margin-bottom: 2rem;
  }
  .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .btn-update-cart,
.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td .btn-update-cart {
    width: 100%;
  }
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    width: 100%;
  }
  .checkout h3 {
    font-size: 1.25rem;
  }
  .woocommerce ul.order_details {
    margin: 0 0 1rem;
  }
  .woocommerce-order-details .woocommerce-order-details__title {
    margin: 1rem 0;
  }
  .configurator-products-wrapper .title {
    margin-top: 1rem;
  }
  .configurator-products-wrapper .btn-view-product {
    width: 100%;
    margin: 1rem auto auto;
  }
}
@media only screen and (max-width: 360px) {
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    bottom: -80%;
  }
  .woocommerce div.product div.summary {
    margin-top: 1rem;
  }
}
.header {
  position: relative;
  z-index: 99999;
}
.header--absolute {
  position: absolute;
  top: 0;
  inline-size: 100%;
}

.header-top.bg--white {
  --header-link-colour: var(--colour);
}
.header-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: clamp(16px, 5.556vmin, 60px);
}
.header-top .company-logo {
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
}
.header-top .burger-menu-button {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-inline-size: clamp(150px, 18.52vmin, 200px);
  inline-size: 100%;
}

nav[aria-label=primary] {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
nav[aria-label=primary] .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
nav[aria-label=primary] .nav > li:not(.menu-basket) {
  display: none;
}
nav[aria-label=primary] .nav > li:not(.menu-basket) a {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  font-family: var(--family, inherit);
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  padding-inline: 0.5em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  -webkit-box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
          box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
  border: unset;
}
@media screen and (min-width: 576px) {
  nav[aria-label=primary] .nav > li:not(.menu-basket) a {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  nav[aria-label=primary] .nav > li:not(.menu-basket) a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  nav[aria-label=primary] .nav > li:not(.menu-basket) a {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  nav[aria-label=primary] .nav > li:not(.menu-basket) a {
    font-size: 1.25rem;
  }
}
nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible, nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])).active, nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
  cursor: pointer;
}
nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
}
nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
}
nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=primary] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  text-decoration: unset;
}
nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a {
  --background: transparent;
  --colour: var(--header-link-colour, #fff);
  --box-shadow: transparent;
  --hover-background: transparent;
  --hover-colour: var(--header-link-colour, #fff);
  --hover-box-shadow: transparent;
  text-underline-offset: 0.6ex;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a {
    --hover-box-shadow-ring: color-mix(in srgb, #3bdbe4 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a {
    --hover-box-shadow-ring: rgba(59, 219, 228, 0.5);
  }
}
nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible, nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a:not(:is(:disabled, .btn-link[aria-disabled=true])).active, nav[aria-label=primary] .nav > li:not(.featured, .menu-basket, .menu-social) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  text-decoration-color: #3bdbe4;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
nav[aria-label=primary] .nav > li.featured {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
nav[aria-label=primary] .nav > li.featured a {
  --background: #3bdbe4;
  --colour: #10012b;
  --box-shadow: #3bdbe4;
  --hover-background: #b3ffe9;
  --hover-colour: #10012b;
  --hover-box-shadow: #b3ffe9;
  padding-inline: 1em;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=primary] .nav > li.featured a {
    --hover-box-shadow-ring: color-mix(in srgb, #b3ffe9 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=primary] .nav > li.featured a {
    --hover-box-shadow-ring: rgba(179, 255, 233, 0.5);
  }
}

.basket-link {
  position: relative;
}
.basket-link__items {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  font-size: 0.75rem;
  background-color: #3bdbe4;
  translate: 1em -0.75em;
}

.burger-menu-slate {
  position: fixed;
  inset: 0;
  block-size: 100%;
  visibility: hidden;
  -webkit-transition: visibility var(--anim-s) var(--anim-tf);
  -o-transition: visibility var(--anim-s) var(--anim-tf);
  transition: visibility var(--anim-s) var(--anim-tf);
}
.burger-menu-slate.active {
  visibility: visible;
}
.burger-menu-slate.active .burger-menu-backdrop {
  opacity: 0.5;
}
.burger-menu-slate.active .burger-menu {
  translate: 0;
}

.burger-menu-backdrop {
  background-color: #10012b;
  opacity: 0;
  position: absolute;
  inset: 0;
  -webkit-transition: opacity var(--anim-s) var(--anim-tf);
  -o-transition: opacity var(--anim-s) var(--anim-tf);
  transition: opacity var(--anim-s) var(--anim-tf);
}

.burger-menu {
  display: grid;
  position: relative;
  block-size: 100%;
  inline-size: min(100%, 400px);
  overflow: auto;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  translate: 100%;
  -webkit-transition: translate var(--anim-s) var(--anim-tf);
  -o-transition: translate var(--anim-s) var(--anim-tf);
  transition: translate var(--anim-s) var(--anim-tf);
}
.burger-menu__wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-block: clamp(32px, 5.556vmin, 60px);
  padding-inline: clamp(16px, 5.75vmin, 64px);
  height: 100%;
}
.burger-menu .burger-menu-button {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.burger-menu nav[aria-label=burger] {
  margin-block: 32px;
}

nav[aria-label=burger] .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.9632vmin, 32px);
}
nav[aria-label=burger] .nav > li:not(.menu-basket) a {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), text-decoration var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf), -webkit-text-decoration var(--anim-s) var(--anim-tf);
  font-family: var(--family, inherit);
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  padding-inline: 0.5em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  -webkit-box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
          box-shadow: 0 0 0 1px var(--box-shadow, rgb(128, 128, 128));
  border: unset;
}
@media screen and (min-width: 576px) {
  nav[aria-label=burger] .nav > li:not(.menu-basket) a {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  nav[aria-label=burger] .nav > li:not(.menu-basket) a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  nav[aria-label=burger] .nav > li:not(.menu-basket) a {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  nav[aria-label=burger] .nav > li:not(.menu-basket) a {
    font-size: 1.25rem;
  }
}
nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible, nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])).active, nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
  cursor: pointer;
}
nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102));
}
nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  -webkit-box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
          box-shadow: 0 0 0 1px var(--hover-box-shadow, rgb(102, 102, 102)), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--hover-box-shadow-ring, rgba(102, 102, 102, 0.5));
}
nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=burger] .nav > li:not(.menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible {
  text-decoration: unset;
}
nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a {
  --background: transparent;
  --colour: #10012b;
  --box-shadow: transparent;
  --hover-background: transparent;
  --hover-colour: #10012b;
  --hover-box-shadow: transparent;
  text-underline-offset: 0.6ex;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a {
    --hover-box-shadow-ring: color-mix(in srgb, #3bdbe4 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a {
    --hover-box-shadow-ring: rgba(59, 219, 228, 0.5);
  }
}
nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):hover, nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])):focus-visible, nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true])).active, nav[aria-label=burger] .nav > li:not(.featured, .menu-basket) a:not(:is(:disabled, .btn-link[aria-disabled=true]))[aria-current=page] {
  text-decoration-color: #3bdbe4;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
nav[aria-label=burger] .nav > li.featured a {
  --background: #3bdbe4;
  --colour: #10012b;
  --box-shadow: #3bdbe4;
  --hover-background: #b3ffe9;
  --hover-colour: #10012b;
  --hover-box-shadow: #b3ffe9;
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=burger] .nav > li.featured a {
    --hover-box-shadow-ring: color-mix(in srgb, #b3ffe9 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  nav[aria-label=burger] .nav > li.featured a {
    --hover-box-shadow-ring: rgba(179, 255, 233, 0.5);
  }
}

nav[aria-label=social] .link-flex {
  gap: 8px;
  list-style: none;
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}

@media only screen and (min-width: 576px) {
  nav[aria-label=primary] .nav > li.featured {
    display: block;
  }
  nav[aria-label=primary] .nav > li.featured a {
    padding-inline: 2em;
  }
}
@media only screen and (min-width: 768px) {
  nav[aria-label=primary] .nav > li.featured a {
    padding-inline: 2em;
  }
}
@media screen and (min-width: 1200px) {
  nav[aria-label=primary] .nav > li:not(.featured, .menu-basket) {
    display: block;
  }
  .header-top .burger-menu-button {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .company-logo {
    max-inline-size: clamp(175px, 24.076vmin, 260px);
  }
  nav[aria-label=primary] .nav > li:not(.menu-basket, .menu-social) a {
    padding-inline: 1em;
  }
}
.footer-top {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #10012b), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(bottom, #10012b 50%, #fff 50%);
  background-image: -o-linear-gradient(bottom, #10012b 50%, #fff 50%);
  background-image: linear-gradient(0deg, #10012b 50%, #fff 50%);
}
.footer-top__logo {
  max-inline-size: 285px;
  inline-size: 100%;
  background-color: #fff;
  margin-inline: auto;
  padding: 45px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.footer-top .company-logo {
  inline-size: 100%;
  display: block;
}

.footer-main nav[aria-label=social] .link-flex {
  gap: 16px;
}
.footer-main nav[aria-label=social] .btn-link {
  font-size: 1.1875rem;
}
@media screen and (min-width: 576px) {
  .footer-main nav[aria-label=social] .btn-link {
    font-size: 1.390625rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-main nav[aria-label=social] .btn-link {
    font-size: 1.59375rem;
  }
}
@media screen and (min-width: 1366px) {
  .footer-main nav[aria-label=social] .btn-link {
    font-size: 1.796875rem;
  }
}
@media screen and (min-width: 1681px) {
  .footer-main nav[aria-label=social] .btn-link {
    font-size: 2rem;
  }
}

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

footer {
  background-color: #f4f4f4;
}
footer .footer__container .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25rem;
  padding: 4rem 6rem;
}
footer .footer__container .footer_main .footer__left_col {
  max-width: 270px;
  width: 100%;
  height: 100%;
}
footer .footer__container .footer_main .footer__left_col .image-wrapper img {
  height: 100%;
  width: 100%;
  aspect-ratio: unset;
  -o-object-fit: unset;
     object-fit: unset;
}
footer .footer__container .footer_main .footer__center_col .footer__nav .nav .nav-item {
  text-transform: uppercase;
  width: 100%;
  margin: 0.5rem 0;
}
footer .footer__container .footer_main .footer__center_col .footer__nav .nav .nav-item .nav-link {
  color: #10012b;
  -webkit-transition-property: font-weight;
  -o-transition-property: font-weight;
  transition-property: font-weight;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
footer .footer__container .footer_main .footer__center_col .footer__nav .nav .nav-item .nav-link:hover {
  font-weight: bold;
}
footer .footer__container .footer_main .footer__right_col {
  width: 100%;
}
footer .footer__container .footer_main .footer__right_col .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer__container .footer_main .footer__right_col .footer__links .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__container .footer_main .footer__right_col .footer__links .social_icons .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3bdbe4;
  padding: 0.5rem 0.5rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
footer .footer__container .footer_main .footer__right_col .footer__links .social_icons .social_link:nth-child(1) {
  padding-left: 0;
}
footer .footer__container .footer_main .footer__right_col .footer__links .social_icons .social_link:hover {
  color: #10012b;
}
footer .footer__container .footer_main .footer__right_col .footer__links .contact_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p {
  color: #10012b;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition-property: font-weight;
  -o-transition-property: font-weight;
  transition-property: font-weight;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p:hover {
  font-weight: bold;
  text-decoration: none;
}
footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p svg {
  color: #3bdbe4;
  margin-right: 1rem;
}
footer .footer__container .footer_main .footer__right_col .footer__links svg {
  width: 1.25rem;
  height: 1.25rem;
}
footer .footer__container .footer_sub {
  padding: 0 6rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__container .footer_sub p {
  color: #10012b;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.25rem 0;
}
footer .footer__container .footer_sub p span {
  color: #10012b;
  margin: 0 1rem;
}
footer .footer__container .footer_sub p .footer_link {
  color: #10012b;
  -webkit-transition-property: font-weight;
  -o-transition-property: font-weight;
  transition-property: font-weight;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
footer .footer__container .footer_sub p .footer_link:hover {
  font-weight: bold;
  text-decoration: none;
}
footer .footer__container .footer_sub p.single {
  display: none;
}

@media only screen and (max-width: 2200px) {
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    gap: 26rem;
  }
}
@media only screen and (max-width: 1920px) {
  footer .footer__container .footer_main {
    gap: 15rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    gap: 21rem;
  }
  footer .footer__container .footer_sub p {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 1680px) {
  footer .footer__container .footer_main {
    gap: 6rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    gap: 11rem;
  }
  footer .footer__container .footer_sub p:nth-child(3) span {
    display: none;
  }
  footer .footer__container .footer_sub p:nth-child(4) {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1366px) {
  footer .footer__container .footer_main {
    padding: 4rem 4rem;
    gap: 4rem;
  }
  footer .footer__container .footer_main .footer__left_col {
    max-width: 200px;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    gap: 6rem;
  }
}
@media only screen and (max-width: 1199px) {
  footer .footer__container .footer_main {
    display: block;
  }
  footer .footer__container .footer_main .footer__left_col {
    margin: 0 auto 2rem;
  }
  footer .footer__container .footer_main .footer__center_col {
    text-align: center;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links {
    display: block;
    text-align: center;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links .social_icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__container .footer_sub p:nth-child(2) span {
    display: none;
  }
  footer .footer__container .footer_sub p:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__container .footer_main {
    padding: 2rem 2rem;
  }
  footer .footer__container .footer_main .footer__left_col {
    max-width: 200px;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    gap: 2rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p svg {
    margin-right: 0.5rem;
  }
  footer .footer__container .footer_sub {
    padding: 0 1rem 1rem;
  }
  footer .footer__container .footer_sub p:nth-child(1) span {
    display: none;
  }
  footer .footer__container .footer_sub p:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  footer .footer__container .footer_sub p {
    text-align: center;
  }
  footer .footer__container .footer_sub p.single {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer__container .footer_sub p.single span {
    display: none;
  }
  footer .footer__container .footer_sub p.group {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer__container .footer_main {
    padding: 2rem 1rem;
  }
  footer .footer__container .footer_main .footer__left_col {
    max-width: 180px;
    margin: 0 auto 1rem;
  }
  footer .footer__container .footer_main .footer__right_col .footer__nav .nav {
    display: block;
    text-align: center;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p {
    font-size: 1rem;
  }
  footer .footer__container .footer_sub p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p {
    display: block;
    max-width: 75vw;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1rem auto;
  }
  footer .footer__container .footer_main .footer__right_col .footer__links .contact_details .p svg {
    display: block;
    margin: auto;
  }
}
/* PITA CUSTOM BREAK POINTS */
.video-hero {
  display: grid;
}
.video-hero > * {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.video-hero__background {
  display: grid;
  position: relative;
}
.video-hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 1, 43, 0.65);
  mix-blend-mode: multiply;
}
.video-hero__background > * {
  grid-row: 1/-1;
  grid-column: 1/-1;
  position: absolute;
  inset: 0;
}
.video-hero__background > * > * {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-hero__background-video {
  display: grid;
}
.video-hero__background-video > * {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.video-hero__background-video--desktop {
  display: none;
}
.video-hero__foreground {
  display: grid;
  position: relative;
  min-height: min(100vh, 1080px);
  /* stylelint-disable */
  min-height: min(100svh, 1080px);
  /* stylelint-enable */
  color: #fff;
  -webkit-padding-before: calc(var(--header-height, 150px) + 16px);
          padding-block-start: calc(var(--header-height, 150px) + 16px);
  -webkit-padding-after: clamp(32px, 5.75vmin, 64px);
          padding-block-end: clamp(32px, 5.75vmin, 64px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.video-hero__foreground--has-slider {
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-hero__title {
  -webkit-margin-before: clamp(24px, 6.482vmin, 70px);
          margin-block-start: clamp(24px, 6.482vmin, 70px);
}
.video-hero__swiper {
  z-index: -1;
}
.video-hero__swiper video,
.video-hero__swiper img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-hero__swiper .swiper-slide {
  height: auto !important;
}
.video-hero__swiper--desktop {
  display: none;
}
.video-hero__swiper-navigation--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-hero__swiper-navigation--desktop {
  display: none;
}
.video-hero .slider-button {
  min-inline-size: 50px !important;
  width: 50px;
}
.video-hero .link-flex {
  -webkit-margin-before: clamp(32px, 8.334vmin, 90px);
          margin-block-start: clamp(32px, 8.334vmin, 90px);
}
.video-hero .btn-link {
  min-inline-size: min(100%, 21.875rem);
}

@media only screen and (min-width: 576px) {
  .video-hero__foreground--has-slider {
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 20px;
  }
  .video-hero__swiper--desktop {
    display: block;
  }
  .video-hero__swiper--mobile {
    display: none;
  }
  .video-hero__swiper-navigation--desktop {
    display: block;
  }
  .video-hero__background-video--desktop {
    display: block;
  }
  .video-hero__background-video--mobile {
    display: none;
  }
}
.product-grid-section__list {
  --columns: 1;
  display: grid;
  gap: clamp(6px, 0.8334vmin, 9px);
  grid-template-columns: repeat(var(--columns), 1fr);
}

@media screen and (min-width: 500px) {
  .product-grid-section__list {
    --columns: 2;
  }
}
@media only screen and (min-width: 1199px) {
  .product-grid-section__list {
    --columns: 4;
  }
}
.services-section--light-grey {
  --_background-colour: #f4f4f4;
  --_inner-background-colour: #3bdbe4;
  --_colour: #10012b;
  --_small-title-colour: #fff;
}
.services-section--light-blue {
  --_background-colour: #3bdbe4;
  --_inner-background-colour: #f4f4f4;
  --_colour: #10012b;
  --_small-title-colour: #3bdbe4;
}
.services-section__title-small {
  color: var(--_small-title-colour);
}
.services-section__top {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, var(--_background-colour)), color-stop(75%, transparent));
  background-image: -webkit-linear-gradient(top, var(--_background-colour) 75%, transparent 75%);
  background-image: -o-linear-gradient(top, var(--_background-colour) 75%, transparent 75%);
  background-image: linear-gradient(180deg, var(--_background-colour) 75%, transparent 75%);
}
.services-section__header {
  background-color: var(--_inner-background-colour);
  color: var(--_colour);
}
.services-section__list-container {
  background-image: -webkit-linear-gradient(top, var(--_inner-background-colour) 270px, transparent 270px);
  background-image: -o-linear-gradient(top, var(--_inner-background-colour) 270px, transparent 270px);
  background-image: linear-gradient(180deg, var(--_inner-background-colour) 270px, transparent 270px);
}
.services-section__list {
  display: grid;
  gap: clamp(32px, 5.9264vmin, 64px) clamp(16px, 1.6668vmin, 18px);
}

@media only screen and (min-width: 992px) {
  .services-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta-section {
  display: grid;
}
.cta-section > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.cta-section__background {
  position: relative;
}
.cta-section__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 1, 43, 0.65);
  mix-blend-mode: multiply;
}
.cta-section__background img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-section__foreground {
  position: relative;
  color: #fff;
}

.about-us-section__wrapper {
  display: grid;
  gap: 32px;
}
.about-us-section__text-side {
  text-align: center;
}
.about-us-section__image-side {
  max-width: 576px;
  margin-inline: auto;
}
.about-us-section .link-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .about-us-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2.9632vmin, 32px);
  }
  .about-us-section__text-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    text-align: start;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .about-us-section__image-side {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .about-us-section__image-side, .about-us-section__text-side {
    max-width: 675px;
  }
  .about-us-section .link-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.image-grid--3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 1.852vmin, 20px);
}
.image-grid--3 .image-grid__image:nth-child(1) {
  grid-column: span 2;
}
@supports not (aspect-ratio: 1/1) {
  .image-grid--3 .image-grid__image:nth-child(1) {
    position: relative;
  }
  .image-grid--3 .image-grid__image:nth-child(1)::before {
    content: "";
    display: block;
    padding-top: 67.3590504451%;
  }
  .image-grid--3 .image-grid__image:nth-child(1) img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .image-grid--3 .image-grid__image:nth-child(1) img {
    aspect-ratio: 674/454;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports not (aspect-ratio: 1/1) {
  .image-grid--3 .image-grid__image {
    position: relative;
  }
  .image-grid--3 .image-grid__image::before {
    content: "";
    display: block;
    padding-top: 111.620795107%;
  }
  .image-grid--3 .image-grid__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .image-grid--3 .image-grid__image img {
    aspect-ratio: 327/365;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.spread-the-cost__wrapper {
  display: grid;
}
.spread-the-cost__text-side {
  text-align: center;
  -webkit-padding-after: clamp(16px, 2.778vmin, 30px);
          padding-block-end: clamp(16px, 2.778vmin, 30px);
}
.spread-the-cost__image-side {
  display: none;
}
.spread-the-cost__title {
  max-width: 22ch;
  margin-inline: auto;
}
.spread-the-cost__text {
  max-width: 40ch;
  margin-inline: auto;
}

@media only screen and (min-width: 992px) {
  .spread-the-cost {
    position: relative;
    overflow: hidden;
  }
  .spread-the-cost__wrapper {
    grid-template-columns: 1fr auto;
    position: relative;
  }
  .spread-the-cost__text-side {
    text-align: start;
    max-width: 775px;
    -webkit-padding-after: clamp(32px, 9.26vmin, 100px);
            padding-block-end: clamp(32px, 9.26vmin, 100px);
  }
  .spread-the-cost__image-side {
    display: block;
    position: absolute;
    max-width: 500px;
    right: -200px;
    top: 10%;
  }
  .spread-the-cost__title, .spread-the-cost__text {
    margin-inline: unset;
  }
}
@media screen and (min-width: 1200px) {
  .spread-the-cost__text-side {
    max-width: calc(100% - 290px);
  }
  .spread-the-cost__image-side {
    max-width: 600px;
    right: -165px;
    top: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .spread-the-cost__text-side {
    max-width: calc(100% - 540px);
  }
  .spread-the-cost__image-side {
    max-width: 750px;
    right: -165px;
    top: 10%;
  }
}
.map-section__wrapper {
  display: grid;
}
.map-section__text-side {
  text-align: center;
}
.map-section .link-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .map-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-section__text-side-wrapper {
    max-inline-size: 700px;
    inline-size: 100%;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .map-section__text-side {
    text-align: start;
  }
  .map-section__map-side > * {
    block-size: 100%;
  }
  .map-section .link-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1600px) {
  .map-section__wrapper {
    grid-template-columns: 870px 1fr;
  }
}
.portfolio-slider__top {
  display: grid;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.portfolio-slider__top .link-flex {
  -ms-flex-item-align: end;
      align-self: end;
}

@media screen and (min-width: 340px) {
  .portfolio-slider__top {
    grid-template-columns: 1fr auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: unset;
  }
}
.usps-section__list {
  --gap: clamp(16px, 4.4448vmin, 48px);
  --columns: 1;
  --columns-subbed: calc(var(--columns) - 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  row-gap: clamp(32px, 4.4448vmin, 48px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.usps-section__list > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / var(--columns) - var(--gap));
          flex: 1 0 calc(100% / var(--columns) - var(--gap));
  max-inline-size: calc(100% / var(--columns) - var(--gap) * 1 / var(--columns) * var(--columns-subbed));
}

@media only screen and (min-width: 576px) {
  .usps-section__list {
    --columns: 2;
  }
  .usps-section__list-item > * {
    max-inline-size: 30ch;
    inline-size: 100%;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 992px) {
  .usps-section__list {
    --columns: 3;
  }
}
.team-section__list {
  --gap: clamp(16px, 4.4448vmin, 48px);
  --columns: 1;
  --columns-subbed: calc(var(--columns) - 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  row-gap: clamp(32px, 4.4448vmin, 48px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-section__list > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / var(--columns) - var(--gap));
          flex: 1 0 calc(100% / var(--columns) - var(--gap));
  max-inline-size: calc(100% / var(--columns) - var(--gap) * 1 / var(--columns) * var(--columns-subbed));
}
.team-section__list-item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.team-section__list-item-image-wrapper {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, #fff 50%, transparent 50%);
  background-image: -o-linear-gradient(bottom, #fff 50%, transparent 50%);
  background-image: linear-gradient(0deg, #fff 50%, transparent 50%);
}
.team-section__list-item-image {
  inline-size: 100%;
  max-inline-size: min(190px, 100% - 2rem);
  margin-inline: auto;
}
@supports not (aspect-ratio: 1/1) {
  .team-section__list-item-image {
    position: relative;
  }
  .team-section__list-item-image::before {
    content: "";
    display: block;
    padding-top: 105.1948051948%;
  }
  .team-section__list-item-image img {
    position: absolute;
    inline-size: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .team-section__list-item-image img {
    aspect-ratio: 385/405;
    height: auto;
    inline-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .team-section__list {
    --columns: 2;
  }
  .team-section__list-item > * {
    max-inline-size: 550px;
    inline-size: 100%;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .team-section__list {
    --columns: 3;
  }
}
.pricing-section {
  position: relative;
  isolation: isolate;
}
.pricing-section__decoration {
  position: absolute;
  background-color: #f4f4f4;
  inset: 10% 0;
  z-index: -1;
}

.pricing-section-grid {
  display: grid;
  gap: clamp(32px, 7.408vmin, 80px);
}

.basic-pricing-grid {
  --gap-x: clamp(16px, 6vw, 60px);
  --gap-y: clamp(32px, 8vw, 80px);
  --columns: 1;
  --columns-subbed: calc(var(--columns) - 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--gap-x);
     -moz-column-gap: var(--gap-x);
          column-gap: var(--gap-x);
  row-gap: var(--gap-y);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.basic-pricing-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / var(--columns) - var(--gap-x));
          flex: 1 0 calc(100% / var(--columns) - var(--gap-x));
  max-width: calc(100% / var(--columns) - var(--gap-x) * 1 / var(--columns) * var(--columns-subbed));
}

.featured-pricing-grid {
  display: grid;
  gap: clamp(32px, 8vw, 80px);
}

.basic-pricing-card {
  border: 3px solid #3bdbe4;
  border-radius: 9px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.basic-pricing-card__image {
  padding-top: clamp(16px, 4vw, 40px);
  padding-inline: clamp(16px, 4vw, 40px);
}
.basic-pricing-card__image figure {
  margin-inline: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.basic-pricing-card__image figure img {
  max-height: 100px;
  width: 100%;
}
.basic-pricing-card__header, .basic-pricing-card__price, .basic-pricing-card__footer {
  padding-inline: clamp(16px, 4vw, 40px);
}
.basic-pricing-card__content {
  padding: clamp(16px, 4vw, 40px);
  font-weight: 500;
}
.basic-pricing-card__content ul,
.basic-pricing-card__content ol {
  list-style-position: inside;
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}
.basic-pricing-card__content b,
.basic-pricing-card__content strong {
  color: #3bdbe4;
  font-weight: 500;
}
.basic-pricing-card__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .basic-pricing-card__title {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 992px) {
  .basic-pricing-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .basic-pricing-card__title {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1681px) {
  .basic-pricing-card__title {
    font-size: 1.875rem;
  }
}
.basic-pricing-card__subtitle, .basic-pricing-card__price {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .basic-pricing-card__subtitle, .basic-pricing-card__price {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .basic-pricing-card__subtitle, .basic-pricing-card__price {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .basic-pricing-card__subtitle, .basic-pricing-card__price {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .basic-pricing-card__subtitle, .basic-pricing-card__price {
    font-size: 1.25rem;
  }
}
.basic-pricing-card__bottom button {
  font-size: 1rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  --background: #b3ffe9;
  --colour: #10012b;
  --box-shadow: #b3ffe9;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  text-transform: uppercase;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  font-family: var(--family, inherit);
  font-weight: 500;
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  min-inline-size: min(100%, 18.75rem);
  padding-inline: 1em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  border: unset;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .basic-pricing-card__bottom button {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .basic-pricing-card__bottom button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .basic-pricing-card__bottom button {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .basic-pricing-card__bottom button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .basic-pricing-card__bottom button {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 992px) {
  .basic-pricing-card__bottom button {
    --letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1366px) {
  .basic-pricing-card__bottom button {
    --letter-spacing: 0.0875em;
  }
}
@media screen and (min-width: 1681px) {
  .basic-pricing-card__bottom button {
    --letter-spacing: 0.1em;
  }
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .basic-pricing-card__bottom button {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .basic-pricing-card__bottom button {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.basic-pricing-card__bottom button:hover, .basic-pricing-card__bottom button:focus-visible {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
  cursor: pointer;
}

.featured-pricing-card {
  border: 3px solid #3bdbe4;
  border-radius: 9px;
}
.featured-pricing-card__wrapper {
  padding: clamp(16px, 4vw, 40px);
}
.featured-pricing-card__header-content {
  text-align: center;
  margin-top: 0.5rem;
}
.featured-pricing-card__image figure {
  margin-inline: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.featured-pricing-card__image figure img {
  max-height: 100px;
  width: 100%;
}
.featured-pricing-card__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__title {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__title {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__title {
    font-size: 1.875rem;
  }
}
.featured-pricing-card__models {
  font-size: 1rem;
  font-weight: bold;
  max-width: 675px;
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__models {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__models {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__models {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__models {
    font-size: 1.25rem;
  }
}
.featured-pricing-card__pricing {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1ch;
  border-radius: 12px;
  padding-inline: clamp(16px, 4vw, 40px);
  font-weight: 500;
  margin-top: clamp(16px, 4vw, 40px);
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__pricing {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__pricing {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__pricing {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__pricing {
    font-size: 1.25rem;
  }
}
.featured-pricing-card__pricing > * {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.featured-pricing-card__breakdown {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  display: grid;
  gap: 0.75em;
  font-weight: 500;
  margin-top: clamp(16px, 4vw, 40px);
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__breakdown {
    font-size: 1.03125rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__breakdown {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__breakdown {
    font-size: 1.09375rem;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__breakdown {
    font-size: 1.125rem;
  }
}
.featured-pricing-card__breakdown-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1ch;
}
.featured-pricing-card__breakdown-line > * {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.featured-pricing-card__bottom button {
  font-size: 1rem;
  --letter-spacing: 0.05em;
  letter-spacing: var(--letter-spacing);
  --background: #b3ffe9;
  --colour: #10012b;
  --box-shadow: #b3ffe9;
  --hover-background: #10012b;
  --hover-colour: #fff;
  --hover-box-shadow: #10012b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: unset;
  text-decoration: unset;
  text-transform: uppercase;
  -webkit-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  -o-transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf);
  transition: background-color var(--anim-s) var(--anim-tf), color var(--anim-s) var(--anim-tf), opacity var(--anim-s) var(--anim-tf), box-shadow var(--anim-s) var(--anim-tf), -webkit-box-shadow var(--anim-s) var(--anim-tf);
  font-family: var(--family, inherit);
  font-weight: 500;
  min-block-size: clamp(2.75rem, 5.2782vmin, 3.5625rem);
  min-inline-size: min(100%, 18.75rem);
  padding-inline: 1em;
  padding-block: 0.3em;
  background-color: var(--background, rgb(204, 204, 204));
  color: var(--colour, rgb(0, 0, 0));
  border: unset;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__bottom button {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__bottom button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__bottom button {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__bottom button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .featured-pricing-card__bottom button {
    --letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 992px) {
  .featured-pricing-card__bottom button {
    --letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1366px) {
  .featured-pricing-card__bottom button {
    --letter-spacing: 0.0875em;
  }
}
@media screen and (min-width: 1681px) {
  .featured-pricing-card__bottom button {
    --letter-spacing: 0.1em;
  }
}
@supports (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .featured-pricing-card__bottom button {
    --hover-box-shadow-ring: color-mix(in srgb, #10012b 50%, transparent);
  }
}
@supports not (background-color: color-mix(in srgb, rgb(0, 0, 0) 20%, transparent)) {
  .featured-pricing-card__bottom button {
    --hover-box-shadow-ring: rgba(16, 1, 43, 0.5);
  }
}
.featured-pricing-card__bottom button:hover, .featured-pricing-card__bottom button:focus-visible {
  background-color: var(--hover-background, rgb(179, 179, 179));
  color: var(--hover-colour, hsl(0deg, 0%, 5%));
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .featured-pricing-card__breakdown-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 700px) {
  .basic-pricing-grid {
    --columns: 2;
  }
  .featured-pricing-card__header {
    padding-top: clamp(16px, 4vw, 40px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-pricing-card__header-content {
    text-align: start;
    margin-top: unset;
  }
  .featured-pricing-card__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .featured-pricing-card__image figure img {
    max-height: 130px;
  }
}
@media screen and (min-width: 1000px) {
  .basic-pricing-grid {
    --columns: 3;
  }
}
.call-to-action-section {
  display: grid;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: clamp(32px, 5vw, 50px);
}
.call-to-action-section__media {
  display: grid;
}
.call-to-action-section__media > * {
  grid-area: 1/-1;
}
.call-to-action-section__media figure {
  width: 100%;
}
.call-to-action-section__media figure > * {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.call-to-action-section__caption {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5em 1em;
  text-align: center;
  background-color: #b3ffe9;
  color: #10012b;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  margin-top: 32px;
  margin-left: -8px;
}
@media screen and (min-width: 576px) {
  .call-to-action-section__caption {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .call-to-action-section__caption {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .call-to-action-section__caption {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1681px) {
  .call-to-action-section__caption {
    font-size: 1.25rem;
  }
}
.call-to-action-section__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #3bdbe4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .call-to-action-section__title {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 992px) {
  .call-to-action-section__title {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .call-to-action-section__title {
    font-size: 2.5625rem;
  }
}
@media screen and (min-width: 1681px) {
  .call-to-action-section__title {
    font-size: 3rem;
  }
}
.call-to-action-section__content {
  max-width: 700px;
}
.call-to-action-section__content > * + * {
  margin-top: 1em;
}
.call-to-action-section .link-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .call-to-action-section {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call-to-action-section__caption {
    margin-left: -1em;
    padding-left: 2em;
  }
  .call-to-action-section .link-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .call-to-action-section {
    grid-template-columns: 45fr 55fr;
    -webkit-column-gap: clamp(32px, 9vw, 90px);
       -moz-column-gap: clamp(32px, 9vw, 90px);
            column-gap: clamp(32px, 9vw, 90px);
  }
}
.usp-section__swiper-slide {
  height: auto !important;
}
.usp-section__swiper-content-wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: clamp(25px, 4.63vmin, 50px) clamp(20px, 2.9632vmin, 32px);
}

body#tinymce {
  margin: 12px !important;
}

.dark-landing .text-col .h1-top {
  color: #fff;
  max-width: 30vw;
}
.dark-landing .img-col .video-wrapper {
  position: relative;
  display: grid;
}
.dark-landing .img-col .video-wrapper .forground {
  grid-column: 1/2;
  grid-row: 1/2;
  place-self: center;
  justify-self: center;
  max-width: min(65%, 45rem);
}
@supports not (aspect-ratio: 1/1) {
  .dark-landing .img-col .video-wrapper .forground {
    position: relative;
  }
  .dark-landing .img-col .video-wrapper .forground::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .dark-landing .img-col .video-wrapper .forground video {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .dark-landing .img-col .video-wrapper .forground video {
    aspect-ratio: 800/800;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dark-landing .img-col .video-wrapper .background {
  grid-column: 1/2;
  grid-row: 1/2;
}
.dark-landing .img-col .video-wrapper .background img {
  width: 100%;
}

.our-work .our-work-slider .swiper-wrapper {
  padding-bottom: 4rem;
}
.our-work .our-work-slider .swiper-slide {
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
.our-work .our-work-slider .swiper-slide img {
  height: 490px;
  width: auto;
  max-width: unset;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset;
}
.our-work .our-work-slider .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-next,
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-prev {
  left: unset;
  right: unset;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: unset;
  top: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-next svg,
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-prev svg {
  color: #3bdbe4;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-next:hover svg,
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-prev:hover svg {
  color: #10012b;
}
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-next::after,
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-prev::after {
  display: none;
}

.about-us .container-fluid, .about-us .container-sm, .about-us .container-md, .about-us .container-lg, .about-us .container-xl {
  padding: 0;
}
.about-us .img-col .image-wrapper {
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .about-us .img-col .image-wrapper {
    position: relative;
  }
  .about-us .img-col .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 107.4858757062%;
  }
  .about-us .img-col .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .about-us .img-col .image-wrapper img {
    aspect-ratio: 708/761;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-us .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us .text-col .title {
  color: #b3ffe9;
}
.about-us .text-col .text {
  color: #f4f4f4;
}
.about-us .text-col .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.map-wrapper .h1 {
  padding: 4rem 6rem;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td a:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot tr td a:hover {
  border-color: #10012b;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot td {
  color: #10012b !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td .variation dt,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot td .variation dt {
  font-weight: 400;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td .variation dd p,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tfoot td .variation dd p {
  font-size: 1rem;
}

.checkout table.shop_table tbody tr .product-quantity,
.checkout table.shop_table tfoot tr .product-quantity,
.woocommerce td.product-name dl.variation dt,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td bdi,
.woocommerce table.shop_table tfoot td {
  font-weight: 500;
}

/* Responsive */
@media only screen and (max-width: 1920px) {
  .dark-landing .text-col .h1-top {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 1680px) {
  .our-services .services-wrapper {
    gap: 6rem;
  }
  .our-services .services-text {
    max-width: 65vw;
  }
  .about-us .text-col .text ul {
    gap: 1rem;
  }
  .about-us .text-col .btn-black {
    color: #fff;
    background-color: #10012b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #b3ffe9;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .about-us .text-col .btn-black:hover {
    background-color: #b3ffe9;
    color: #10012b;
    border-color: #b3ffe9;
  }
}
@media only screen and (max-width: 1366px) {
  .our-services .services-wrapper {
    gap: 4rem 6rem;
  }
  .our-services .services-wrapper .service-col svg {
    width: 4.375rem;
    height: 4.375rem;
  }
  .our-services .services-text {
    max-width: 65vw;
  }
  .about-us .text-col .text ul {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .our-services .services-wrapper {
    gap: 4rem 0;
  }
  .our-services .services-wrapper .service-col {
    width: 50%;
    max-width: 400px;
  }
  .our-services .services-text {
    max-width: 80vw;
  }
  .about-us .text-col .btn-black {
    margin-bottom: 1rem;
  }
  .testimonials .testimonials-slider .swiper-slide .inmg-col .image-wrapper {
    max-height: 100%;
  }
  .testimonials .testimonials-slider .swiper-slide .inmg-col .image-wrapper img {
    height: 100%;
  }
  .map-wrapper .h1 {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .dark-landing .img-col .image-wrapper {
    max-width: 500px;
    margin: auto;
  }
  .dark-landing .text-col {
    text-align: center;
    padding: 2rem 0;
  }
  .dark-landing .text-col .h1-top {
    max-width: unset;
  }
  .dark-landing .text-col .button-wrapper {
    margin: auto;
  }
  .our-work .our-work-slider .swiper-slide img {
    height: 390px;
  }
  .about-us .img-col .image-wrapper {
    max-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .our-work .our-work-slider .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .our-work .our-work-slider .swiper-slide img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .our-work .our-work-slider .swiper-slide .caption {
    text-align: center;
  }
  .our-work .our-work-slider .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-work .our-work-slider .slider-buttons-wrapper .swiper-button-prev,
.our-work .our-work-slider .slider-buttons-wrapper .swiper-button-next {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-services .services-wrapper {
    gap: 2rem 0;
  }
  .our-services .services-wrapper .service-col svg svg {
    width: 3.75rem;
    height: 3.75rem;
  }
  .map-wrapper .h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .dark-landing .text-col {
    padding: 1rem 0;
  }
  .dark-landing .text-col .button-wrapper {
    width: 100%;
  }
  .our-work .our-work-slider .swiper-slide img {
    height: 300px;
  }
  .our-services .services-wrapper {
    gap: 2rem;
  }
  .our-services .services-wrapper svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .our-services .sub-title p {
    max-width: unset;
  }
  .map-wrapper .h1 {
    padding: 1rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .about-us .text-col .btn-black {
    color: #fff;
    background-color: #10012b;
    width: 100%;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .about-us .text-col .btn-black:hover {
    background-color: #b3ffe9;
    color: #10012b;
    border-color: #b3ffe9;
  }
}
.archive-header {
  background-color: #10012b;
  height: 100%;
  position: relative;
}
.archive-header .text-header {
  padding: 4rem 6rem;
  text-align: center;
}
.archive-header .text-header h1 {
  color: #3bdbe4;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.archive-header .text-header .h3 {
  color: #fff;
  max-width: 85ch;
  margin: auto;
}
.archive-header .page-image img {
  min-height: 150px;
}
@supports not (aspect-ratio: 1/1) {
  .archive-header .page-image {
    position: relative;
  }
  .archive-header .page-image::before {
    content: "";
    display: block;
    padding-top: 35.78125%;
  }
  .archive-header .page-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .archive-header .page-image img {
    aspect-ratio: 1920/687;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.archive-header .scroll-arrow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.archive-header .scroll-arrow svg {
  width: 1.5625rem;
  height: 1.5625rem;
  color: #10012b;
}

.recent-work-section .card-wrapper {
  padding: 2rem;
  text-align: center;
}
.recent-work-section .card-wrapper a {
  text-decoration: none;
}
@supports not (aspect-ratio: 1/1) {
  .recent-work-section .card-wrapper a .image-wrapper {
    position: relative;
  }
  .recent-work-section .card-wrapper a .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 79.3372319688%;
  }
  .recent-work-section .card-wrapper a .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .recent-work-section .card-wrapper a .image-wrapper img {
    aspect-ratio: 513/407;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recent-work-section .card-wrapper a .title {
  color: #000;
  text-transform: uppercase;
}
.recent-work-section .card-wrapper a .sub-title {
  color: #3bdbe4;
}
.recent-work-section .card-wrapper a .btn-read-more {
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
  margin: auto;
}
.recent-work-section .card-wrapper a .btn-read-more:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.recent-work-section .card-wrapper a:hover {
  text-decoration: none;
}
.recent-work-section__filter-wrapper h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 576px) {
  .recent-work-section__filter-wrapper h2 {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 992px) {
  .recent-work-section__filter-wrapper h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1366px) {
  .recent-work-section__filter-wrapper h2 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1681px) {
  .recent-work-section__filter-wrapper h2 {
    font-size: 1.5rem;
  }
}
.recent-work-section__filter-wrapper .btn-filter-dropdown {
  min-inline-size: -webkit-fit-content;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
}
.recent-work-section .pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recent-work-section .pagination .nav-links {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.recent-work-section .pagination .nav-links .page-numbers {
  color: #10012b;
  background-color: #b3ffe9;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  padding: 0.5rem;
  text-decoration: none;
}
.recent-work-section .pagination .nav-links .page-numbers.current {
  background-color: #10012b;
  color: #fff;
}
.recent-work-section .pagination .nav-links .page-numbers:hover {
  background-color: #10012b;
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}

@media only screen and (max-width: 1366px) {
  .recent-work-section .card-wrapper {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .recent-work-section .card-wrapper a .btn-read-more {
    color: #fff;
    background-color: #b3ffe9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #b3ffe9;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    color: #10012b;
  }
  .recent-work-section .card-wrapper a .btn-read-more:hover {
    background-color: #10012b;
    color: #f4f4f4;
    border-color: #10012b;
  }
}
@media only screen and (max-width: 991px) {
  .archive-header .text-header {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .archive-header .text-header {
    padding: 2rem 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .archive-header .text-header {
    padding: 1rem;
  }
  .recent-work-section .card-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 360px) {
  .archive-header .scroll-arrow {
    right: calc(100vw - 55%);
    bottom: 0.5rem;
  }
}
.single-post-wrapper {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(255, 255, 255)), color-stop(35%, rgb(16, 1, 43)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  padding: 6rem 8rem 11rem 6rem;
  position: relative;
}
.single-post-wrapper .text-col {
  margin-bottom: 14rem;
}
.single-post-wrapper .text-col h1 {
  color: #b3ffe9;
}
.single-post-wrapper .text-col h2 {
  color: #fff;
}
@supports not (aspect-ratio: 1/1) {
  .single-post-wrapper .img-col {
    position: relative;
  }
  .single-post-wrapper .img-col::before {
    content: "";
    display: block;
    padding-top: 60.2654867257%;
  }
  .single-post-wrapper .img-col img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .single-post-wrapper .img-col img {
    aspect-ratio: 1130/681;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-post-wrapper .scroll-arrow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-post-wrapper .scroll-arrow svg {
  width: 1.5625rem;
  height: 1.5625rem;
  color: #fff;
}

.project-section {
  background-color: #fff;
  padding: 4rem 9rem;
}
.project-section .service-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-section .service-wrapper .single-service {
  margin-right: 4rem;
}
.project-section .service-wrapper .single-service svg {
  color: #3bdbe4;
  margin-right: 0.75rem;
}

.project-gallery-section {
  background-color: #10012b;
  padding: 6rem 9rem;
}
.project-gallery-section .h1 {
  color: #fff;
  text-transform: uppercase;
}
.project-gallery-section .project-gallery-slider .swiper-wrapper {
  padding-bottom: 4rem;
}
.project-gallery-section .project-gallery-slider .swiper-slide {
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
.project-gallery-section .project-gallery-slider .swiper-slide img {
  height: 470px;
  max-width: unset;
  width: auto;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset;
}
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-next,
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-prev {
  left: unset;
  right: unset;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: unset;
  top: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-next svg,
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-prev svg {
  color: #3bdbe4;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-next:hover svg,
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-prev:hover svg {
  color: #b3ffe9;
}
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-next::after,
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-prev::after {
  display: none;
}

.read-more-wrapper .h1 {
  text-transform: uppercase;
}
.read-more-wrapper .read-more-cards {
  padding-bottom: 6rem;
  text-decoration: none;
}
.read-more-wrapper .read-more-cards .read-more-card {
  text-decoration: none;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image {
  overflow: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@supports not (aspect-ratio: 1/1) {
  .read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image {
    position: relative;
  }
  .read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image::before {
    content: "";
    display: block;
    padding-top: 79.3372319688%;
  }
  .read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .read-more-wrapper .read-more-cards .read-more-card .wrapper .card-image img {
    aspect-ratio: 513/407;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text .title {
  color: #000;
  text-transform: uppercase;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text .sub-title {
  color: #3bdbe4;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text .btn-read-more {
  color: #fff;
  background-color: #b3ffe9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #b3ffe9;
  padding: 12px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #10012b;
}
.read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text .btn-read-more:hover {
  background-color: #10012b;
  color: #f4f4f4;
  border-color: #10012b;
}
.read-more-wrapper .read-more-cards .read-more-card:hover {
  text-decoration: none;
  background-color: #10012b;
  color: #fff;
}
.read-more-wrapper .read-more-cards .read-more-card:hover .wrapper .btn-read-more {
  background-color: #10012b;
  border-color: #10012b;
  color: #fff;
}
.read-more-wrapper .read-more-cards .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-next,
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-prev {
  left: unset;
  right: unset;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: unset;
  top: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-next svg,
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-prev svg {
  color: #10012b;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-next:hover svg,
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-prev:hover svg {
  color: #3bdbe4;
}
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-next::after,
.read-more-wrapper .read-more-cards .slider-buttons-wrapper .swiper-button-prev::after {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .single-post-wrapper .text-col {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 1680px) {
  .single-post-wrapper .text-col {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1366px) {
  .single-post-wrapper {
    padding: 6rem 6rem 8rem;
  }
  .project-section {
    padding: 6rem 7rem;
  }
  .project-gallery-section {
    padding: 6rem 7rem;
  }
}
@media only screen and (max-width: 1199px) {
  .single-post-wrapper {
    padding: 4rem 4rem 8rem;
  }
  .single-post-wrapper .text-col {
    margin-bottom: 0;
  }
  .project-section {
    padding: 4rem 5rem;
  }
  .project-gallery-section {
    padding: 4rem 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-post-wrapper {
    padding: 2rem 2rem 6rem;
  }
  .project-section {
    padding: 2rem 3rem;
  }
  .project-gallery-section .project-gallery-slider .swiper-slide img {
    height: 390px;
  }
  .project-gallery-section {
    padding: 2rem 3rem;
  }
  .read-more-wrapper .read-more-cards {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-wrapper .text-col {
    margin-top: 1rem;
    text-align: center;
  }
  .project-section .single-service {
    margin-right: 2rem;
  }
  .project-gallery-section .project-gallery-slider .swiper-wrapper {
    padding-bottom: 2rem;
  }
  .project-gallery-section .project-gallery-slider .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .project-gallery-section .project-gallery-slider .swiper-slide img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .project-gallery-section .project-gallery-slider .swiper-slide .caption {
    text-align: center;
  }
  .project-gallery-section .project-gallery-slider .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-prev,
.project-gallery-section .project-gallery-slider .slider-buttons-wrapper .swiper-button-next {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-gallery-section .h1 {
    text-align: center;
  }
  .read-more-wrapper .h1 {
    text-align: center;
  }
  .read-more-wrapper .read-more-cards {
    padding-bottom: 2rem;
  }
  .read-more-wrapper .read-more-cards .slider-buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .single-post-wrapper {
    padding: 1rem 1rem 4rem;
  }
  .project-section {
    padding: 1rem 2rem;
  }
  .project-section .single-service {
    margin-right: 0;
  }
  .project-gallery-section {
    padding: 1rem 2rem;
  }
  .project-gallery-section .project-gallery-slider .swiper-wrapper {
    padding-bottom: 1rem;
  }
  .project-gallery-section .project-gallery-slider .swiper-slide img {
    height: 300px;
  }
  .read-more-wrapper .read-more-cards {
    padding-bottom: 0;
  }
  .read-more-wrapper .read-more-cards .read-more-card .wrapper .card-text .btn-read-more {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .single-post-wrapper {
    padding: 0 0 4rem;
  }
  .project-section {
    padding: 1rem;
  }
  .project-gallery-section {
    padding: 1rem;
  }
  .archive-header .scroll-arrow {
    right: calc(100vw - 55%);
    bottom: 0.5rem;
  }
}
.about.dark-landing .text-col h1 {
  color: #fff;
  text-transform: uppercase;
}
.about.dark-landing .text-col p {
  color: #fff;
  margin: 2rem 0;
  max-width: 30vw;
}
.about.dark-landing .img-col .image-wrapper {
  max-height: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .about.dark-landing .img-col .image-wrapper {
    position: relative;
  }
  .about.dark-landing .img-col .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 95.1951951952%;
  }
  .about.dark-landing .img-col .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .about.dark-landing .img-col .image-wrapper img {
    aspect-ratio: 999/951;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.meet-the-team-rows h1 {
  text-transform: uppercase;
}
.meet-the-team-rows .team-row:nth-of-type(2) {
  padding-top: 4rem !important;
}
@supports not (aspect-ratio: 1/1) {
  .meet-the-team-rows .team-row .image-wrapper {
    position: relative;
  }
  .meet-the-team-rows .team-row .image-wrapper::before {
    content: "";
    display: block;
    padding-top: 93.1818181818%;
  }
  .meet-the-team-rows .team-row .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (aspect-ratio: 1/1) {
  .meet-the-team-rows .team-row .image-wrapper img {
    aspect-ratio: 572/533;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.meet-the-team-rows .team-row .text-wrapper {
  max-width: 40vw;
  padding-left: 5rem;
}
.meet-the-team-rows .team-row .text-wrapper h3 {
  font-weight: bold;
}
.meet-the-team-rows .team-row .text-wrapper h4 {
  color: #3bdbe4;
  font-weight: 500;
}
.meet-the-team-rows .team-row.flex-row-reverse .text-wrapper {
  padding-left: unset;
}

@media only screen and (max-width: 1680px) {
  .about.dark-landing .text-col p {
    max-width: 40vw;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    max-width: 45vw;
  }
}
@media only screen and (max-width: 1366px) {
  .about.dark-landing .text-col p {
    max-width: 60vw;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 1199px) {
  .about.dark-landing .text-col p {
    margin: 1rem 0;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    padding-left: 2rem;
    max-width: 60vw;
  }
}
@media only screen and (max-width: 991px) {
  .about.dark-landing .text-col p {
    max-width: 75vw;
    margin: 1rem auto;
  }
  .about.dark-landing .img-col {
    padding: 0;
  }
  .about.dark-landing .img-col .image-wrapper {
    max-width: unset;
    max-height: 400px;
  }
  .about.dark-landing .img-col .image-wrapper img {
    height: 100%;
  }
  .meet-the-team-rows .team-row:nth-of-type(2) {
    padding-top: 2rem !important;
  }
  .meet-the-team-rows .team-row .image-wrapper {
    max-width: 500px;
    margin: auto;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    padding-top: 2rem;
    padding-left: unset;
    max-width: 75vw;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about.dark-landing .text-col p {
    max-width: unset;
  }
  .meet-the-team-rows .team-row:nth-of-type(2) {
    padding-top: 1rem !important;
  }
  .meet-the-team-rows .team-row .image-wrapper {
    max-width: 400px;
    margin: auto;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    padding-top: 1rem;
    padding-left: unset;
    max-width: 90vw;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .about.dark-landing .text-col {
    padding: 1rem 1rem;
  }
  .meet-the-team-rows .team-row .image-wrapper {
    max-width: 300px;
    margin: auto;
  }
  .meet-the-team-rows .team-row .text-wrapper {
    max-width: unset;
  }
}
.contact-section {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(255, 255, 255)), color-stop(35%, rgb(16, 1, 43)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 35%, rgb(16, 1, 43) 35%);
  padding: 6rem 8rem;
}
.contact-section .contact-wrapper {
  background-color: #3bdbe4;
  padding: 4rem;
}

@media only screen and (max-width: 1366px) {
  .contact-section {
    padding: 6rem 6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-section {
    padding: 4rem 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-wrapper {
    padding: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section {
    padding: 2rem 2rem;
  }
}
@media only screen and (max-width: 360px) {
  .contact-section {
    padding: 1rem;
  }
  .contact-section .contact-wrapper {
    padding: 1rem;
  }
}

/*# sourceMappingURL=main.css.map*/