@charset "UTF-8";
*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Apercu-Light", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #53585F;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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;
}

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

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

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: "Apercu-Bold", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 6.25rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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-fullMax-5th-5, .col-fullMax-5th-4, .col-fullMax-5th-3, .col-fullMax-5th-2, .col-fullMax-5th-1, .col-full-5th-5, .col-full-5th-4, .col-full-5th-3, .col-full-5th-2, .col-full-5th-1, .col-xxxl-5th-5, .col-xxxl-5th-4, .col-xxxl-5th-3, .col-xxxl-5th-2, .col-xxxl-5th-1, .col-xxl-5th-5, .col-xxl-5th-4, .col-xxl-5th-3, .col-xxl-5th-2, .col-xxl-5th-1, .col-xl-5th-5, .col-xl-5th-4, .col-xl-5th-3, .col-xl-5th-2, .col-xl-5th-1, .col-lg-5th-5, .col-lg-5th-4, .col-lg-5th-3, .col-lg-5th-2, .col-lg-5th-1, .col-md-5th-5, .col-md-5th-4, .col-md-5th-3, .col-md-5th-2, .col-md-5th-1, .col-sm-5th-5, .col-sm-5th-4, .col-sm-5th-3, .col-sm-5th-2, .col-sm-5th-1, .col-5th-5, .col-5th-4, .col-5th-3, .col-5th-2, .col-5th-1, .col-fullMax,
.col-fullMax-auto, .col-fullMax-12, .col-fullMax-11, .col-fullMax-10, .col-fullMax-9, .col-fullMax-8, .col-fullMax-7, .col-fullMax-6, .col-fullMax-5, .col-fullMax-4, .col-fullMax-3, .col-fullMax-2, .col-fullMax-1, .col-full,
.col-full-auto, .col-full-12, .col-full-11, .col-full-10, .col-full-9, .col-full-8, .col-full-7, .col-full-6, .col-full-5, .col-full-4, .col-full-3, .col-full-2, .col-full-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.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%;
  min-height: 1px;
  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%;
}

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

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

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

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

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

  .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: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 1366px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 1560px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 1680px) {
  .col-full {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-full-0 {
    margin-left: 0;
  }

  .offset-full-1 {
    margin-left: 8.3333333333%;
  }

  .offset-full-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-full-4 {
    margin-left: 33.3333333333%;
  }

  .offset-full-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-full-7 {
    margin-left: 58.3333333333%;
  }

  .offset-full-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-full-10 {
    margin-left: 83.3333333333%;
  }

  .offset-full-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-fullMax {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-fullMax-0 {
    margin-left: 0;
  }

  .offset-fullMax-1 {
    margin-left: 8.3333333333%;
  }

  .offset-fullMax-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-fullMax-4 {
    margin-left: 33.3333333333%;
  }

  .offset-fullMax-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-fullMax-7 {
    margin-left: 58.3333333333%;
  }

  .offset-fullMax-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-fullMax-10 {
    margin-left: 83.3333333333%;
  }

  .offset-fullMax-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 0.125rem;
  -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 screen and (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:focus {
  color: #495057;
  background-color: #F8F8F8;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #F8F8F8;
}

.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: 1rem;
  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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.625rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.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 {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -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%;
  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;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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 {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -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;
    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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6875rem 1.5625rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6.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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #FBB281;
  border-color: #FBB281;
}
.btn-primary:hover {
  color: #212529;
  background-color: #fa9b5c;
  border-color: #f99450;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #FBB281;
  border-color: #FBB281;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #f99450;
  border-color: #f98c43;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #008FDC;
  border-color: #008FDC;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0076b6;
  border-color: #006ea9;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #008FDC;
  border-color: #008FDC;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #006ea9;
  border-color: #00669c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-light:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3B4046;
  border-color: #3B4046;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2a2d31;
  border-color: #24272a;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
          box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3B4046;
  border-color: #3B4046;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #24272a;
  border-color: #1e2023;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
          box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
}

.btn-outline-primary {
  color: #FBB281;
  background-color: transparent;
  background-image: none;
  border-color: #FBB281;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #FBB281;
  border-color: #FBB281;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FBB281;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #FBB281;
  border-color: #FBB281;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(251, 178, 129, 0.5);
}

.btn-outline-secondary {
  color: #008FDC;
  background-color: transparent;
  background-image: none;
  border-color: #008FDC;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #008FDC;
  border-color: #008FDC;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #008FDC;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #008FDC;
  border-color: #008FDC;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 143, 220, 0.5);
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-light {
  color: #F3F3F3;
  background-color: transparent;
  background-image: none;
  border-color: #F3F3F3;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F3F3F3;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}

.btn-outline-dark {
  color: #3B4046;
  background-color: transparent;
  background-image: none;
  border-color: #3B4046;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3B4046;
  border-color: #3B4046;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
          box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3B4046;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3B4046;
  border-color: #3B4046;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
          box-shadow: 0 0 0 0 rgba(59, 64, 70, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 2.375rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6.25rem;
}

.btn-sm {
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 6.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #53585F;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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;
}

.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;
}
.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: #212529;
  background-color: #FBB281;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f99450;
}

.badge-secondary {
  color: #fff;
  background-color: #008FDC;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006ea9;
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-light {
  color: #212529;
  background-color: #F3F3F3;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dadada;
}

.badge-dark {
  color: #fff;
  background-color: #3B4046;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #24272a;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.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% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px;
  }
}
.svg-icons {
  display: none;
}

.ic-svg,
.ic-svg svg {
  display: block;
  height: 24px;
  width: 24px;
}
.ic-svg svg {
  fill: #53585F;
}

.ic-inline {
  display: inline-block;
  vertical-align: middle;
}

.ic-12,
.ic-12 svg {
  height: 12px;
  width: 12px;
}

.ic-14,
.ic-14 svg {
  height: 14px;
  width: 14px;
}

.ic-16,
.ic-16 svg {
  height: 16px;
  width: 16px;
}

.ic-18,
.ic-18 svg {
  height: 18px;
  width: 18px;
}

.ic-20,
.ic-20 svg {
  height: 20px;
  width: 20px;
}

.ic-24,
.ic-24 svg {
  height: 24px;
  width: 24px;
}

.ic-28,
.ic-28 svg {
  height: 28px;
  width: 28px;
}

.ic-30,
.ic-30 svg {
  height: 30px;
  width: 30px;
}

.ic-32,
.ic-32 svg {
  height: 32px;
  width: 32px;
}

.ic-36,
.ic-36 svg {
  height: 36px;
  width: 36px;
}

.ic-65,
.ic-65 svg {
  height: 65px;
  width: 65px;
}

.ic-100,
.ic-100 svg {
  height: 100px;
  width: 100px;
}

.ic-primary svg {
  fill: #FBB281;
}

.ic-white svg {
  fill: #fff;
}

.ic-gray svg {
  fill: #53585F;
}

.ic-gray-dark svg {
  fill: #3B4046;
}

.c-media-placeholder_clients {
  position: relative;
}
.c-media-placeholder_clients:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51.8518518519%;
}
.c-media-placeholder_clients > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-media-placeholder_clients > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-media-placeholder_talents {
  position: relative;
}
.c-media-placeholder_talents:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 143.0769230769%;
}
.c-media-placeholder_talents > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-media-placeholder_talents > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-media-placeholder_16-9 {
  position: relative;
}
.c-media-placeholder_16-9:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.c-media-placeholder_16-9 > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-media-placeholder_16-9 > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-media-placeholder_4-3 {
  position: relative;
}
.c-media-placeholder_4-3:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-media-placeholder_4-3 > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-media-placeholder_4-3 > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.lazy.loaded, .lazy.initial, .lazy.lazy-bg-image {
  opacity: 1;
}

.c-bg-text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.c-bg-text img {
  height: 39.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1279.98px) {
  .c-bg-text img {
    height: 28.125rem;
  }
}
@media (max-width: 1023.98px) {
  .c-bg-text img {
    height: 21.25rem;
  }
}
@media (max-width: 767.98px) {
  .c-bg-text img {
    height: 15.625rem;
    top: 11.875rem;
  }
}

.c-underline {
  line-height: 1;
  display: inline;
  background-size: 100% 25%;
  background-repeat: no-repeat;
  background-position: 0 86%;
}

.c-language {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(83, 88, 95, 0.5);
  padding: 0.625rem 1.25rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
.c-language a {
  font-size: 0.9375rem;
  color: rgba(83, 88, 95, 0.5);
}
.c-language a:hover {
  text-decoration: none;
}
.c-language a.active {
  color: #53585f;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-language {
    padding: 0.625rem 0.9375rem;
  }
  .c-language a {
    font-size: 0.8125rem;
  }
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .c-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1023.98px) {
  .c-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-nav li a {
  margin: 0 0.9375rem;
  color: #53585F;
}
.c-nav li a:hover, .c-nav li a:active, .c-nav li a.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-nav li a {
    margin: 0 0.625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 1023.98px) {
  .c-nav li {
    margin-bottom: 0.625rem;
  }
  .c-nav li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-nav .btn {
    font-size: 0.875rem;
  }
}

.c-phone {
  font-family: "Apercu-Medium";
  font-size: 1.125rem;
  line-height: 1;
}
.c-phone span {
  display: block;
  font-size: 0.6875rem;
  opacity: 0.6;
}
@media (max-width: 1023.98px) {
  .c-phone span {
    opacity: 1;
    vertical-align: bottom;
    margin-bottom: -3px;
  }
}
@media (max-width: 320px) {
  .c-phone span,
.c-phone span svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (max-width: 320px) {
  .c-phone {
    font-size: 1rem;
  }
}

.c-search {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 0.9375rem;
  margin-left: 0.9375rem;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-search {
    padding-left: 0.625rem;
    margin-left: 0.625rem;
  }
}

.btn {
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-size: 0.9375rem;
}
.btn-link {
  color: #53585F;
  border-bottom: 1px dotted #53585F;
}
.btn-link .ic-svg {
  top: 0;
}
.btn-link:hover {
  color: #53585F;
  text-decoration: none;
}
.btn-lg {
  font-size: 1rem;
}
.btn-sm {
  font-size: 0.875rem;
}
.btn-disable {
  color: rgba(0, 0, 0, 0.2);
  cursor: auto !important;
}
.btn-disable:hover, .btn-disable:active, .btn-disable:focus {
  color: rgba(0, 0, 0, 0.2) !important;
  background-color: #F3F3F3 !important;
  border-color: #F3F3F3 !important;
}

.c-card-category {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 12.5rem;
  padding: 1.5625rem 1.5625rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  background: #d2d2d2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-card-category:hover, .c-card-category:focus, .c-card-category:active {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .c-card-category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5.625rem;
    padding: 0.75rem 3.75rem 0.75rem 8.125rem;
  }
}
@media (max-width: 575.98px) {
  .c-card-category {
    padding-right: 2.5rem;
    padding-left: 6.875rem;
  }
}
.c-card-category.active .c-card-category_color, .c-card-category:hover .c-card-category_color {
  opacity: 0.8;
}
.c-card-category_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto !important;
}
.c-card-category_color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.3125rem;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-card-category_text {
  position: relative;
  font-size: 1rem;
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-card-category_text {
    margin-bottom: -0.0625rem;
    font-size: 0.8125rem;
  }
}
.c-card-category_title {
  position: relative;
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .c-card-category_title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .c-card-category_title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .c-card-category_title {
    font-size: 1.0625rem;
  }
}
.c-card-category_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0.625rem;
  display: none;
}
@media (max-width: 767.98px) {
  .c-card-category_icon {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .c-card-category_icon {
    margin-right: 0rem;
  }
}
.c-card-category-md {
  min-height: 10.9375rem;
}
@media (max-width: 1365.98px) {
  .c-card-category-md {
    min-height: 10rem;
    /*.c-card-category_title {
        font-size: size(20);
    }*/
  }
}
@media (max-width: 1279.98px) {
  .c-card-category-md {
    min-height: 9.0625rem;
  }
}
@media (max-width: 767.98px) {
  .c-card-category-md {
    min-height: 5rem;
    /*padding: size(12) size(60) size(12) size(100);*/
  }
}
.c-card-category-list {
  min-height: 4.0625rem;
  padding: 0.625rem 1.5625rem 0.625rem 5.3125rem;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.6875rem;
}
@media (max-width: 1279.98px) {
  .c-card-category-list:hover .c-card-category_color {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .c-card-category-list {
    min-height: 3.4375rem;
    padding-left: 4.375rem;
    width: 14.375rem;
  }
}
.c-card-category-list .c-card-category_title {
  font-family: "Apercu-Light", Arial, sans-serif;
  font-size: 0.875rem;
  color: #3B4046;
}
.c-card-category-list .c-card-category_color {
  opacity: 0;
}
.c-card-category-list .c-card-category_icon {
  display: block;
  margin-right: 0.3125rem;
}

.card-talent {
  color: #53585F;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.card-talent:hover {
  color: #53585F;
  text-decoration: none;
}
.card-talent h4 {
  font-size: 1.125rem;
  font-family: "Apercu-Medium", Arial, sans-serif;
  font-weight: normal;
  margin-top: 0.9375rem;
  text-align: center;
}
.card-talent h4 a {
  color: #53585F !important;
}
.card-talent h4 a:hover {
  color: #53585F !important;
  text-decoration: none;
}
.card-talent .ic-svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.card-talent span {
  font-size: 0.9375rem;
  text-align: center;
}
.card-talent-sm span {
  font-size: 0.75rem;
}
.card-talent-list .card-talent-text {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.card-talent-list .block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 3.375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media (max-width: 575.98px) {
  .card-talent-list {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .card-talent-list .c-media-placeholder_talents {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.5625rem;
            flex: 0 0 6.5625rem;
    max-width: 6.5625rem;
    width: 6.5625rem !important;
    position: relative;
  }
  .card-talent-list .c-media-placeholder_talents:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 114.2857142857%;
  }
  .card-talent-list .c-media-placeholder_talents > .c-media-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .card-talent-list .c-media-placeholder_talents > .c-media-placeholder img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .card-talent-list .c-media-placeholder {
    overflow: hidden;
  }
  .card-talent-list .card-talent-text {
    display: block;
    padding-left: 1.25rem;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-talent-list .card-talent-text span {
    text-align: left;
  }
  .card-talent-list .block-ellipsis {
    -webkit-line-clamp: 4;
    max-height: 4.5rem;
  }
  .card-talent-list h4 {
    margin-top: 0;
    text-align: left;
  }
}
.card-talent-miniature {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.card-talent-miniature .c-media-placeholder {
  overflow: hidden;
}
.card-talent-miniature .c-media-placeholder_talents {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  max-width: 6.25rem;
  width: 6.25rem !important;
  position: relative;
}
.card-talent-miniature .c-media-placeholder_talents:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.card-talent-miniature .c-media-placeholder_talents > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-talent-miniature .c-media-placeholder_talents > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-talent-miniature_text {
  line-height: 1;
  padding: 0.9375rem 1.25rem;
}
.card-talent-miniature_text h4 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.card-talent-miniature_text span {
  font-size: 0.875rem;
}

.c-card-landing {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.0625rem;
  height: 100%;
  width: 13.125rem;
  padding: 0.625rem 3.125rem 0.625rem 0.9375rem;
  border-radius: 0.1875rem;
  background: #fff;
  color: #53585F;
}
.c-card-landing:hover, .c-card-landing:focus, .c-card-landing:active {
  text-decoration: none;
  color: #53585F;
}
@media (max-width: 767.98px) {
  .c-card-landing {
    min-height: 3.75rem;
    width: 13.4375rem;
    padding-right: 2.5rem;
  }
}
.c-card-landing_color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.1875rem;
}
.c-card-landing_text {
  position: relative;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.c-card-landing_title {
  position: relative;
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1;
}
.c-card-landing_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0.625rem;
}

.c-card-exp {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 11.25rem;
  height: 100%;
  padding: 1.875rem 1.5625rem 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
  color: #53585F;
}
.c-card-exp:hover, .c-card-exp:focus, .c-card-exp:active {
  text-decoration: none;
  color: #53585F;
}
@media (max-width: 575.98px) {
  .c-card-exp {
    min-height: 5.625rem;
    height: auto;
    padding-right: 5rem;
  }
}
.c-card-exp_color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.3125rem;
}
.c-card-exp_title {
  position: relative;
  font-family: "Apercu-Medium", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1;
}
.c-card-exp_icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  margin-right: -0.3125rem;
}
@media (max-width: 575.98px) {
  .c-card-exp_icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0.625rem;
  }
}

.card-blog {
  -webkit-box-shadow: 0 1px 0 #F3F3F3;
          box-shadow: 0 1px 0 #F3F3F3;
  height: 100%;
}
.card-blog:hover {
  -webkit-box-shadow: 0 2px 1px #F3F3F3;
          box-shadow: 0 2px 1px #F3F3F3;
}
.card-blog_content {
  padding: 1.25rem 1.875rem 2.5rem;
  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;
  text-align: center;
  background-color: #fff;
}
.card-blog_cat {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-blog_cat a {
  color: #B29F7A;
  opacity: 0.8;
  text-decoration: underline;
  font-size: 0.875rem;
}
.card-blog_cat a:hover {
  opacity: 1;
  text-decoration: none;
}
.card-blog_cat a:not(:last-child) {
  margin-right: 0.625rem;
}
.card-blog_img {
  background-color: #F3F3F3;
}
.card-blog_img img {
  width: 100%;
}
.card-blog_title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #53585F;
  font-family: "Apercu-Medium", Arial, sans-serif;
}
.card-blog_title:hover {
  color: #53585F;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .card-blog_title {
    font-size: 1.375rem;
  }
}
@media (max-width: 1023.98px) {
  .card-blog_title {
    font-size: 1.125rem;
  }
}
.card-blog .c-media-placeholder_16-9 {
  overflow: hidden;
  display: block;
  height: 100%;
}

.item-post {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.item-post:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1279.98px) {
  .item-post:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.item-post_dest {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.item-post_dest:first-child + .item-post {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
@media (max-width: 1279.98px) {
  .item-post_dest:first-child + .item-post {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
.item-post_dest .card-blog {
  position: relative;
}
.item-post_dest .card-blog_content {
  position: absolute;
  right: 0;
  top: 1.5625rem;
  bottom: 1.5625rem;
  width: 47.75%;
  text-align: left;
  padding: 1.875rem 3.75rem 2.5rem;
}
.item-post_dest .card-blog_content p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 1559.98px) {
  .item-post_dest .card-blog_content {
    padding: 1.875rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .item-post_dest .card-blog_content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 1.25rem 1.875rem 2.5rem;
    text-align: center;
    width: 100%;
  }
}
.item-post_dest .card-blog_title {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  line-height: 1;
}
@media (max-width: 1559.98px) {
  .item-post_dest .card-blog_title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1279.98px) {
  .item-post_dest .card-blog_title {
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .item-post_dest .card-blog_title {
    font-size: 1.125rem;
  }
}
.item-post_dest .card-blog_cat {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-hamb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 1.25rem;
  border: none;
  background-color: transparent;
  padding: 0;
}
.c-hamb:hover, .c-hamb:active, .c-hamb:focus {
  outline: none;
}
.c-hamb span {
  display: block;
  background-color: #53585F;
  height: 2px;
  width: 1.25rem;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
.c-hamb span.c-hamb-cn {
  width: 1rem;
  margin: 3px 0;
}
@media (max-width: 767.98px) {
  .c-hamb {
    margin-right: 0.625rem;
  }
}

.c-slide_full {
  overflow: hidden;
}
.c-slide_full .owl-stage-outer {
  overflow: visible;
}

.c-nav-slide_prev, .c-nav-slide_next,
.c-nav-slide-list_prev,
.c-nav-slide-list_next {
  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;
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
  padding: 0;
  border-radius: 100%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none !important;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-nav-slide_prev.disabled, .c-nav-slide_next.disabled,
.c-nav-slide-list_prev.disabled,
.c-nav-slide-list_next.disabled {
  opacity: 0;
}
.c-nav-slide_prev,
.c-nav-slide-list_prev {
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-nav-slide_prev,
.c-nav-slide-list_prev {
    left: -2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .c-nav-slide_prev,
.c-nav-slide-list_prev {
    left: -1.875rem;
  }
}
.c-nav-slide_prev .ic-svg,
.c-nav-slide-list_prev .ic-svg {
  margin-right: 0.125rem;
}
.c-nav-slide_next,
.c-nav-slide-list_next {
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-nav-slide_next,
.c-nav-slide-list_next {
    right: -2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .c-nav-slide_next,
.c-nav-slide-list_next {
    right: -1.875rem;
  }
}
.c-nav-slide_next .ic-svg,
.c-nav-slide-list_next .ic-svg {
  margin-left: 0.125rem;
}

.c-nav-circle {
  height: 3.125rem;
  width: 3.125rem;
  padding: 0;
  border-radius: 100%;
  border: 3px solid #F3F3F3;
  background-color: transparent;
  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;
  outline: 0 !important;
}

.gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-40 > .col,
.gutters-40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .col-xxl-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxl-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxl-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxl-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1560px) {
  .col-xxxl-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxxl-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxxl-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxxl-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxxl-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .col-full-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-full-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-full-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-full-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-full-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-fullMax-5th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-fullMax-5th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-fullMax-5th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-fullMax-5th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-fullMax-5th-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-box-help > div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 3.125rem;
  text-align: center;
}
.c-box-help > div img {
  margin-bottom: 0.9375rem;
}
.c-box-help > div .btn {
  margin: 1.25rem 0;
}
.c-box-help > div h4 {
  font-family: "Apercu-Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 1365.98px) {
  .c-box-help > div h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 320px) {
  .c-box-help > div h4 br {
    display: none;
  }
}
.c-box-help > div p {
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin: 0 1.25rem;
}
@media (max-width: 1559.98px) {
  .c-box-help > div {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .c-box-help > div img {
    width: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .c-box-help > div .btn {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .c-box-help > div {
    padding: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .c-box-help > div {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}

.sidebar__inner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.box-form {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023.98px) {
  .box-form {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form .ajax-loader {
  position: absolute;
}

.wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  padding: 0.625rem !important;
  font-size: 0.8125rem;
  border: none !important;
  text-align: center;
  color: #fff;
}

.wpcf7-validation-errors {
  background: #dc3545;
}

.wpcf7-acceptance-missing {
  background: #ffc107;
}

.wpcf7-mail-sent-ok {
  background-color: #28a745;
}

.form-group {
  margin-bottom: 0.3125rem;
}
.form-group > label span {
  display: inline-block;
  opacity: 0.5;
  margin-left: 0.3125rem;
}
@media (min-width: 1024px) and (max-width: 1559.98px) {
  .form-group textarea {
    height: 4.375rem;
  }
}
.form-group .wpcf7-form-control-wrap {
  display: block;
}
.form-group .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 0.75rem;
}
.form-group .wpcf7-list-item {
  margin-left: 0;
}
.form-group .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.8125rem;
  margin-left: 0.625rem;
}

.form-control {
  font-size: 0.875rem;
}

.c-filters {
  /*.ic-close {
      &,
      svg {
      height: 36px;
      width: 36px;
      }
  }*/
  /*@include media-breakpoint-down(md) {
      visibility: hidden;
      transform: translateX(100%);
      transition: 0.3s;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: $white;
      z-index: $zindex-modal;
      .btn {
          &-sm {
              padding: size(12) size(20);
          }
      }
      .open-filters & {
          opacity: 1;
          visibility: visible;
          transform: translateX(0);
      }
  }*/
  /*@include media-breakpoint-only(xs) {
      .logo {
          width: size(140);
      }
  }*/
}
.c-filters-label {
  display: block;
  font-size: 0.9375rem;
}
.c-filters .btn {
  height: 2.5rem;
  font-size: 0.875rem;
}
.c-filters .btn:not(:first-child) {
  margin-left: 0.625rem;
}
.c-filters .btn-sm {
  padding: 0.75rem 0.9375rem;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .c-filters-label {
    font-size: 0.875rem;
  }
  .c-filters .btn {
    font-size: 0.8125rem;
  }
  .c-filters .btn:not(:first-child) {
    margin-left: 0.375rem;
  }
  .c-filters .btn-sm {
    padding: 0.75rem 0.625rem;
  }
}
@media (max-width: 1023.98px) {
  .c-filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    background-color: #fff;
    z-index: 1050;
    padding: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-open .c-filters {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .c-filters.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-filters-mbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-filters-mbl .btn {
  height: 2.5rem;
}
.c-filters-mbl .btn-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown .btn {
  padding-left: 0.625rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
}
.dropdown .ic-check {
  margin-bottom: -2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown-menu {
  max-height: 15.625rem;
  overflow-y: scroll;
  width: 100%;
  border-radius: 0;
}
.dropdown-menu a {
  font-size: 0.875rem;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .dropdown .btn {
    font-size: 0.8125rem;
    padding-right: 0.625rem;
  }
  .dropdown .ic-svg {
    margin-bottom: -2px;
  }
  .dropdown .ic-svg.ic-30,
.dropdown .ic-svg.ic-30 svg {
    height: 24px;
    width: 24px;
  }
}

.scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #888;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-text-editor .embed-responsive {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.c-text-editor blockquote {
  text-align: center;
  padding: 2.5rem 3.125rem 1.25rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.c-text-editor blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.c-text-editor blockquote small {
  font-family: "Apercu-Bold", Arial, sans-serif;
}
.c-text-editor blockquote:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 5.625rem;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 0.625rem;
  height: 1.625rem;
}
.badge .ic-svg {
  opacity: 0.5;
  margin-right: 5px;
}

.c-social-list a:not(:first-child) {
  margin-left: 0.9375rem;
}

.c-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-shared_btn {
  height: 3.125rem;
  width: 3.125rem;
  padding: 0;
  border-radius: 100%;
  border: 3px solid #F3F3F3;
  background-color: #fff;
  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;
  outline: 0 !important;
  z-index: 1;
}
.c-shared_item {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-shared_item a {
  display: block;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #F3F3F3;
  background-color: #fff;
  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;
}
.c-shared_item:nth-child(2) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.c-shared_item:nth-child(3) {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-shared_item:nth-child(4) {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-shared_item:nth-child(5) {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-shared.show .c-shared_item {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.c-shared.show .c-shared_item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-shared.show .c-shared_item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-shared.show .c-shared_item:nth-child(4) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-shared.show .c-shared_item:nth-child(5) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.c-modal_header .logo {
  width: 8.75rem;
}
.c-modal_header .btn-close {
  padding: 0;
  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;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#moove_gdpr_cookie_info_bar {
  border: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
@media (max-width: 1365.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}
@media (max-width: 1279.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
}
@media (max-width: 1279.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a {
  font-weight: normal !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  color: #000 !important;
  background-color: #FBB281 !important;
  border-color: #FBB281 !important;
  font-size: 1rem !important;
  font-family: "Apercu-Regular", Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 0.6875rem 1.5625rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #fa9b5c !important;
  border-color: #f99450 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    text-align: center;
    margin-top: 0.9375rem;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
    min-width: 9.375rem;
  }
}

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

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner {
  display: none;
  /*&:before {
      content: '';
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: size(14);
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      border-radius: 50%;
      border: 2px solid #ccc;
      border-top-color: #333;
      animation: spinner .6s linear infinite;
  }*/
}
.spinner:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0.875rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border: 2px solid #fcd896;
  border-top-color: #9ac2c6;
  border-right-color: #bc50e0;
  border-bottom-color: #f5b1ab;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

.btn-spinner {
  position: relative;
}
.btn-spinner.active {
  color: #F3F3F3 !important;
  background-color: #F3F3F3 !important;
  border-color: #F3F3F3 !important;
}
.btn-spinner .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.bg-primary {
  background-color: #FBB281 !important;
}

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

.bg-secondary {
  background-color: #008FDC !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #006ea9 !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-light {
  background-color: #F3F3F3 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dadada !important;
}

.bg-dark {
  background-color: #3B4046 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #24272a !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: #FBB281 !important;
}

.border-secondary {
  border-color: #008FDC !important;
}

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

.border-light {
  border-color: #F3F3F3 !important;
}

.border-dark {
  border-color: #3B4046 !important;
}

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important;
}

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

.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: 1024px) {
  .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: 1280px) {
  .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: 1366px) {
  .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: 1560px) {
  .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: 1680px) {
  .d-full-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-full-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-fullMax-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-fullMax-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1560px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-full-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-full-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-fullMax-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-fullMax-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-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: 1024px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1560px) {
  .float-xxxl-left {
    float: left !important;
  }

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

  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-full-left {
    float: left !important;
  }

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

  .float-full-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-fullMax-left {
    float: left !important;
  }

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

  .float-fullMax-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.m--300 {
  margin: -18.75rem !important;
}

.mt--300,
.my--300 {
  margin-top: -18.75rem !important;
}

.mr--300,
.mx--300 {
  margin-right: -18.75rem !important;
}

.mb--300,
.my--300 {
  margin-bottom: -18.75rem !important;
}

.ml--300,
.mx--300 {
  margin-left: -18.75rem !important;
}

.m--270 {
  margin: -16.875rem !important;
}

.mt--270,
.my--270 {
  margin-top: -16.875rem !important;
}

.mr--270,
.mx--270 {
  margin-right: -16.875rem !important;
}

.mb--270,
.my--270 {
  margin-bottom: -16.875rem !important;
}

.ml--270,
.mx--270 {
  margin-left: -16.875rem !important;
}

.m--100 {
  margin: -6.25rem !important;
}

.mt--100,
.my--100 {
  margin-top: -6.25rem !important;
}

.mr--100,
.mx--100 {
  margin-right: -6.25rem !important;
}

.mb--100,
.my--100 {
  margin-bottom: -6.25rem !important;
}

.ml--100,
.mx--100 {
  margin-left: -6.25rem !important;
}

.m--60 {
  margin: -3.75rem !important;
}

.mt--60,
.my--60 {
  margin-top: -3.75rem !important;
}

.mr--60,
.mx--60 {
  margin-right: -3.75rem !important;
}

.mb--60,
.my--60 {
  margin-bottom: -3.75rem !important;
}

.ml--60,
.mx--60 {
  margin-left: -3.75rem !important;
}

.m--45 {
  margin: -2.8125rem !important;
}

.mt--45,
.my--45 {
  margin-top: -2.8125rem !important;
}

.mr--45,
.mx--45 {
  margin-right: -2.8125rem !important;
}

.mb--45,
.my--45 {
  margin-bottom: -2.8125rem !important;
}

.ml--45,
.mx--45 {
  margin-left: -2.8125rem !important;
}

.m--40 {
  margin: -2.5rem !important;
}

.mt--40,
.my--40 {
  margin-top: -2.5rem !important;
}

.mr--40,
.mx--40 {
  margin-right: -2.5rem !important;
}

.mb--40,
.my--40 {
  margin-bottom: -2.5rem !important;
}

.ml--40,
.mx--40 {
  margin-left: -2.5rem !important;
}

.m--30 {
  margin: -1.875rem !important;
}

.mt--30,
.my--30 {
  margin-top: -1.875rem !important;
}

.mr--30,
.mx--30 {
  margin-right: -1.875rem !important;
}

.mb--30,
.my--30 {
  margin-bottom: -1.875rem !important;
}

.ml--30,
.mx--30 {
  margin-left: -1.875rem !important;
}

.m--15 {
  margin: -0.9375rem !important;
}

.mt--15,
.my--15 {
  margin-top: -0.9375rem !important;
}

.mr--15,
.mx--15 {
  margin-right: -0.9375rem !important;
}

.mb--15,
.my--15 {
  margin-bottom: -0.9375rem !important;
}

.ml--15,
.mx--15 {
  margin-left: -0.9375rem !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-5 {
  margin: 0.3125rem !important;
}

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

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

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

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

.m-10 {
  margin: 0.625rem !important;
}

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-25 {
  margin: 1.5625rem !important;
}

.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.m-35 {
  margin: 2.1875rem !important;
}

.mt-35,
.my-35 {
  margin-top: 2.1875rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 2.1875rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 2.1875rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 2.1875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

.m-45 {
  margin: 2.8125rem !important;
}

.mt-45,
.my-45 {
  margin-top: 2.8125rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 2.8125rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 2.8125rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 2.8125rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}

.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}

.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}

.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}

.m-75 {
  margin: 4.6875rem !important;
}

.mt-75,
.my-75 {
  margin-top: 4.6875rem !important;
}

.mr-75,
.mx-75 {
  margin-right: 4.6875rem !important;
}

.mb-75,
.my-75 {
  margin-bottom: 4.6875rem !important;
}

.ml-75,
.mx-75 {
  margin-left: 4.6875rem !important;
}

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

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

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

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

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

.m-90 {
  margin: 5.625rem !important;
}

.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}

.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}

.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}

.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.mt-120,
.my-120 {
  margin-top: 7.5rem !important;
}

.mr-120,
.mx-120 {
  margin-right: 7.5rem !important;
}

.mb-120,
.my-120 {
  margin-bottom: 7.5rem !important;
}

.ml-120,
.mx-120 {
  margin-left: 7.5rem !important;
}

.m-140 {
  margin: 8.75rem !important;
}

.mt-140,
.my-140 {
  margin-top: 8.75rem !important;
}

.mr-140,
.mx-140 {
  margin-right: 8.75rem !important;
}

.mb-140,
.my-140 {
  margin-bottom: 8.75rem !important;
}

.ml-140,
.mx-140 {
  margin-left: 8.75rem !important;
}

.m-170 {
  margin: 10.625rem !important;
}

.mt-170,
.my-170 {
  margin-top: 10.625rem !important;
}

.mr-170,
.mx-170 {
  margin-right: 10.625rem !important;
}

.mb-170,
.my-170 {
  margin-bottom: 10.625rem !important;
}

.ml-170,
.mx-170 {
  margin-left: 10.625rem !important;
}

.m-250 {
  margin: 15.625rem !important;
}

.mt-250,
.my-250 {
  margin-top: 15.625rem !important;
}

.mr-250,
.mx-250 {
  margin-right: 15.625rem !important;
}

.mb-250,
.my-250 {
  margin-bottom: 15.625rem !important;
}

.ml-250,
.mx-250 {
  margin-left: 15.625rem !important;
}

.p--300 {
  padding: -18.75rem !important;
}

.pt--300,
.py--300 {
  padding-top: -18.75rem !important;
}

.pr--300,
.px--300 {
  padding-right: -18.75rem !important;
}

.pb--300,
.py--300 {
  padding-bottom: -18.75rem !important;
}

.pl--300,
.px--300 {
  padding-left: -18.75rem !important;
}

.p--270 {
  padding: -16.875rem !important;
}

.pt--270,
.py--270 {
  padding-top: -16.875rem !important;
}

.pr--270,
.px--270 {
  padding-right: -16.875rem !important;
}

.pb--270,
.py--270 {
  padding-bottom: -16.875rem !important;
}

.pl--270,
.px--270 {
  padding-left: -16.875rem !important;
}

.p--100 {
  padding: -6.25rem !important;
}

.pt--100,
.py--100 {
  padding-top: -6.25rem !important;
}

.pr--100,
.px--100 {
  padding-right: -6.25rem !important;
}

.pb--100,
.py--100 {
  padding-bottom: -6.25rem !important;
}

.pl--100,
.px--100 {
  padding-left: -6.25rem !important;
}

.p--60 {
  padding: -3.75rem !important;
}

.pt--60,
.py--60 {
  padding-top: -3.75rem !important;
}

.pr--60,
.px--60 {
  padding-right: -3.75rem !important;
}

.pb--60,
.py--60 {
  padding-bottom: -3.75rem !important;
}

.pl--60,
.px--60 {
  padding-left: -3.75rem !important;
}

.p--45 {
  padding: -2.8125rem !important;
}

.pt--45,
.py--45 {
  padding-top: -2.8125rem !important;
}

.pr--45,
.px--45 {
  padding-right: -2.8125rem !important;
}

.pb--45,
.py--45 {
  padding-bottom: -2.8125rem !important;
}

.pl--45,
.px--45 {
  padding-left: -2.8125rem !important;
}

.p--40 {
  padding: -2.5rem !important;
}

.pt--40,
.py--40 {
  padding-top: -2.5rem !important;
}

.pr--40,
.px--40 {
  padding-right: -2.5rem !important;
}

.pb--40,
.py--40 {
  padding-bottom: -2.5rem !important;
}

.pl--40,
.px--40 {
  padding-left: -2.5rem !important;
}

.p--30 {
  padding: -1.875rem !important;
}

.pt--30,
.py--30 {
  padding-top: -1.875rem !important;
}

.pr--30,
.px--30 {
  padding-right: -1.875rem !important;
}

.pb--30,
.py--30 {
  padding-bottom: -1.875rem !important;
}

.pl--30,
.px--30 {
  padding-left: -1.875rem !important;
}

.p--15 {
  padding: -0.9375rem !important;
}

.pt--15,
.py--15 {
  padding-top: -0.9375rem !important;
}

.pr--15,
.px--15 {
  padding-right: -0.9375rem !important;
}

.pb--15,
.py--15 {
  padding-bottom: -0.9375rem !important;
}

.pl--15,
.px--15 {
  padding-left: -0.9375rem !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-5 {
  padding: 0.3125rem !important;
}

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

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

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

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

.p-10 {
  padding: 0.625rem !important;
}

.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}

.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}

.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}

.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}

.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.p-35 {
  padding: 2.1875rem !important;
}

.pt-35,
.py-35 {
  padding-top: 2.1875rem !important;
}

.pr-35,
.px-35 {
  padding-right: 2.1875rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 2.1875rem !important;
}

.pl-35,
.px-35 {
  padding-left: 2.1875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.p-45 {
  padding: 2.8125rem !important;
}

.pt-45,
.py-45 {
  padding-top: 2.8125rem !important;
}

.pr-45,
.px-45 {
  padding-right: 2.8125rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 2.8125rem !important;
}

.pl-45,
.px-45 {
  padding-left: 2.8125rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}

.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}

.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}

.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}

.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}

.p-75 {
  padding: 4.6875rem !important;
}

.pt-75,
.py-75 {
  padding-top: 4.6875rem !important;
}

.pr-75,
.px-75 {
  padding-right: 4.6875rem !important;
}

.pb-75,
.py-75 {
  padding-bottom: 4.6875rem !important;
}

.pl-75,
.px-75 {
  padding-left: 4.6875rem !important;
}

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

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

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

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

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

.p-90 {
  padding: 5.625rem !important;
}

.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}

.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}

.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}

.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}

.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.pt-120,
.py-120 {
  padding-top: 7.5rem !important;
}

.pr-120,
.px-120 {
  padding-right: 7.5rem !important;
}

.pb-120,
.py-120 {
  padding-bottom: 7.5rem !important;
}

.pl-120,
.px-120 {
  padding-left: 7.5rem !important;
}

.p-140 {
  padding: 8.75rem !important;
}

.pt-140,
.py-140 {
  padding-top: 8.75rem !important;
}

.pr-140,
.px-140 {
  padding-right: 8.75rem !important;
}

.pb-140,
.py-140 {
  padding-bottom: 8.75rem !important;
}

.pl-140,
.px-140 {
  padding-left: 8.75rem !important;
}

.p-170 {
  padding: 10.625rem !important;
}

.pt-170,
.py-170 {
  padding-top: 10.625rem !important;
}

.pr-170,
.px-170 {
  padding-right: 10.625rem !important;
}

.pb-170,
.py-170 {
  padding-bottom: 10.625rem !important;
}

.pl-170,
.px-170 {
  padding-left: 10.625rem !important;
}

.p-250 {
  padding: 15.625rem !important;
}

.pt-250,
.py-250 {
  padding-top: 15.625rem !important;
}

.pr-250,
.px-250 {
  padding-right: 15.625rem !important;
}

.pb-250,
.py-250 {
  padding-bottom: 15.625rem !important;
}

.pl-250,
.px-250 {
  padding-left: 15.625rem !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--300 {
    margin: -18.75rem !important;
  }

  .mt-sm--300,
.my-sm--300 {
    margin-top: -18.75rem !important;
  }

  .mr-sm--300,
.mx-sm--300 {
    margin-right: -18.75rem !important;
  }

  .mb-sm--300,
.my-sm--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-sm--300,
.mx-sm--300 {
    margin-left: -18.75rem !important;
  }

  .m-sm--270 {
    margin: -16.875rem !important;
  }

  .mt-sm--270,
.my-sm--270 {
    margin-top: -16.875rem !important;
  }

  .mr-sm--270,
.mx-sm--270 {
    margin-right: -16.875rem !important;
  }

  .mb-sm--270,
.my-sm--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-sm--270,
.mx-sm--270 {
    margin-left: -16.875rem !important;
  }

  .m-sm--100 {
    margin: -6.25rem !important;
  }

  .mt-sm--100,
.my-sm--100 {
    margin-top: -6.25rem !important;
  }

  .mr-sm--100,
.mx-sm--100 {
    margin-right: -6.25rem !important;
  }

  .mb-sm--100,
.my-sm--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm--100,
.mx-sm--100 {
    margin-left: -6.25rem !important;
  }

  .m-sm--60 {
    margin: -3.75rem !important;
  }

  .mt-sm--60,
.my-sm--60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm--60,
.mx-sm--60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm--60,
.my-sm--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm--60,
.mx-sm--60 {
    margin-left: -3.75rem !important;
  }

  .m-sm--45 {
    margin: -2.8125rem !important;
  }

  .mt-sm--45,
.my-sm--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-sm--45,
.mx-sm--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-sm--45,
.my-sm--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-sm--45,
.mx-sm--45 {
    margin-left: -2.8125rem !important;
  }

  .m-sm--40 {
    margin: -2.5rem !important;
  }

  .mt-sm--40,
.my-sm--40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm--40,
.mx-sm--40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm--40,
.my-sm--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm--40,
.mx-sm--40 {
    margin-left: -2.5rem !important;
  }

  .m-sm--30 {
    margin: -1.875rem !important;
  }

  .mt-sm--30,
.my-sm--30 {
    margin-top: -1.875rem !important;
  }

  .mr-sm--30,
.mx-sm--30 {
    margin-right: -1.875rem !important;
  }

  .mb-sm--30,
.my-sm--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm--30,
.mx-sm--30 {
    margin-left: -1.875rem !important;
  }

  .m-sm--15 {
    margin: -0.9375rem !important;
  }

  .mt-sm--15,
.my-sm--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-sm--15,
.mx-sm--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-sm--15,
.my-sm--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-sm--15,
.mx-sm--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-35 {
    margin: 2.1875rem !important;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 2.1875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-45 {
    margin: 2.8125rem !important;
  }

  .mt-sm-45,
.my-sm-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-sm-45,
.mx-sm-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 2.8125rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-70 {
    margin: 4.375rem !important;
  }

  .mt-sm-70,
.my-sm-70 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-70,
.mx-sm-70 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-70,
.my-sm-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-70,
.mx-sm-70 {
    margin-left: 4.375rem !important;
  }

  .m-sm-75 {
    margin: 4.6875rem !important;
  }

  .mt-sm-75,
.my-sm-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-sm-75,
.mx-sm-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-sm-75,
.my-sm-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-sm-75,
.mx-sm-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-sm-90 {
    margin: 5.625rem !important;
  }

  .mt-sm-90,
.my-sm-90 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-90,
.mx-sm-90 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-90,
.my-sm-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-90,
.mx-sm-90 {
    margin-left: 5.625rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100,
.my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100,
.mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100,
.my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 6.25rem !important;
  }

  .m-sm-120 {
    margin: 7.5rem !important;
  }

  .mt-sm-120,
.my-sm-120 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-120,
.mx-sm-120 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-120,
.my-sm-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-120,
.mx-sm-120 {
    margin-left: 7.5rem !important;
  }

  .m-sm-140 {
    margin: 8.75rem !important;
  }

  .mt-sm-140,
.my-sm-140 {
    margin-top: 8.75rem !important;
  }

  .mr-sm-140,
.mx-sm-140 {
    margin-right: 8.75rem !important;
  }

  .mb-sm-140,
.my-sm-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-sm-140,
.mx-sm-140 {
    margin-left: 8.75rem !important;
  }

  .m-sm-170 {
    margin: 10.625rem !important;
  }

  .mt-sm-170,
.my-sm-170 {
    margin-top: 10.625rem !important;
  }

  .mr-sm-170,
.mx-sm-170 {
    margin-right: 10.625rem !important;
  }

  .mb-sm-170,
.my-sm-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-sm-170,
.mx-sm-170 {
    margin-left: 10.625rem !important;
  }

  .m-sm-250 {
    margin: 15.625rem !important;
  }

  .mt-sm-250,
.my-sm-250 {
    margin-top: 15.625rem !important;
  }

  .mr-sm-250,
.mx-sm-250 {
    margin-right: 15.625rem !important;
  }

  .mb-sm-250,
.my-sm-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-sm-250,
.mx-sm-250 {
    margin-left: 15.625rem !important;
  }

  .p-sm--300 {
    padding: -18.75rem !important;
  }

  .pt-sm--300,
.py-sm--300 {
    padding-top: -18.75rem !important;
  }

  .pr-sm--300,
.px-sm--300 {
    padding-right: -18.75rem !important;
  }

  .pb-sm--300,
.py-sm--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-sm--300,
.px-sm--300 {
    padding-left: -18.75rem !important;
  }

  .p-sm--270 {
    padding: -16.875rem !important;
  }

  .pt-sm--270,
.py-sm--270 {
    padding-top: -16.875rem !important;
  }

  .pr-sm--270,
.px-sm--270 {
    padding-right: -16.875rem !important;
  }

  .pb-sm--270,
.py-sm--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-sm--270,
.px-sm--270 {
    padding-left: -16.875rem !important;
  }

  .p-sm--100 {
    padding: -6.25rem !important;
  }

  .pt-sm--100,
.py-sm--100 {
    padding-top: -6.25rem !important;
  }

  .pr-sm--100,
.px-sm--100 {
    padding-right: -6.25rem !important;
  }

  .pb-sm--100,
.py-sm--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-sm--100,
.px-sm--100 {
    padding-left: -6.25rem !important;
  }

  .p-sm--60 {
    padding: -3.75rem !important;
  }

  .pt-sm--60,
.py-sm--60 {
    padding-top: -3.75rem !important;
  }

  .pr-sm--60,
.px-sm--60 {
    padding-right: -3.75rem !important;
  }

  .pb-sm--60,
.py-sm--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-sm--60,
.px-sm--60 {
    padding-left: -3.75rem !important;
  }

  .p-sm--45 {
    padding: -2.8125rem !important;
  }

  .pt-sm--45,
.py-sm--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-sm--45,
.px-sm--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-sm--45,
.py-sm--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-sm--45,
.px-sm--45 {
    padding-left: -2.8125rem !important;
  }

  .p-sm--40 {
    padding: -2.5rem !important;
  }

  .pt-sm--40,
.py-sm--40 {
    padding-top: -2.5rem !important;
  }

  .pr-sm--40,
.px-sm--40 {
    padding-right: -2.5rem !important;
  }

  .pb-sm--40,
.py-sm--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-sm--40,
.px-sm--40 {
    padding-left: -2.5rem !important;
  }

  .p-sm--30 {
    padding: -1.875rem !important;
  }

  .pt-sm--30,
.py-sm--30 {
    padding-top: -1.875rem !important;
  }

  .pr-sm--30,
.px-sm--30 {
    padding-right: -1.875rem !important;
  }

  .pb-sm--30,
.py-sm--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-sm--30,
.px-sm--30 {
    padding-left: -1.875rem !important;
  }

  .p-sm--15 {
    padding: -0.9375rem !important;
  }

  .pt-sm--15,
.py-sm--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-sm--15,
.px-sm--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-sm--15,
.py-sm--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-sm--15,
.px-sm--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-35 {
    padding: 2.1875rem !important;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 2.1875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-45 {
    padding: 2.8125rem !important;
  }

  .pt-sm-45,
.py-sm-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-sm-45,
.px-sm-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-sm-45,
.px-sm-45 {
    padding-left: 2.8125rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-70 {
    padding: 4.375rem !important;
  }

  .pt-sm-70,
.py-sm-70 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-70,
.px-sm-70 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-70,
.py-sm-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-70,
.px-sm-70 {
    padding-left: 4.375rem !important;
  }

  .p-sm-75 {
    padding: 4.6875rem !important;
  }

  .pt-sm-75,
.py-sm-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-sm-75,
.px-sm-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-sm-75,
.py-sm-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-sm-75,
.px-sm-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-sm-90 {
    padding: 5.625rem !important;
  }

  .pt-sm-90,
.py-sm-90 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-90,
.px-sm-90 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-90,
.py-sm-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-90,
.px-sm-90 {
    padding-left: 5.625rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100,
.py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100,
.px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100,
.py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100,
.px-sm-100 {
    padding-left: 6.25rem !important;
  }

  .p-sm-120 {
    padding: 7.5rem !important;
  }

  .pt-sm-120,
.py-sm-120 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-120,
.px-sm-120 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-120,
.py-sm-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-120,
.px-sm-120 {
    padding-left: 7.5rem !important;
  }

  .p-sm-140 {
    padding: 8.75rem !important;
  }

  .pt-sm-140,
.py-sm-140 {
    padding-top: 8.75rem !important;
  }

  .pr-sm-140,
.px-sm-140 {
    padding-right: 8.75rem !important;
  }

  .pb-sm-140,
.py-sm-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-sm-140,
.px-sm-140 {
    padding-left: 8.75rem !important;
  }

  .p-sm-170 {
    padding: 10.625rem !important;
  }

  .pt-sm-170,
.py-sm-170 {
    padding-top: 10.625rem !important;
  }

  .pr-sm-170,
.px-sm-170 {
    padding-right: 10.625rem !important;
  }

  .pb-sm-170,
.py-sm-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-sm-170,
.px-sm-170 {
    padding-left: 10.625rem !important;
  }

  .p-sm-250 {
    padding: 15.625rem !important;
  }

  .pt-sm-250,
.py-sm-250 {
    padding-top: 15.625rem !important;
  }

  .pr-sm-250,
.px-sm-250 {
    padding-right: 15.625rem !important;
  }

  .pb-sm-250,
.py-sm-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-sm-250,
.px-sm-250 {
    padding-left: 15.625rem !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--300 {
    margin: -18.75rem !important;
  }

  .mt-md--300,
.my-md--300 {
    margin-top: -18.75rem !important;
  }

  .mr-md--300,
.mx-md--300 {
    margin-right: -18.75rem !important;
  }

  .mb-md--300,
.my-md--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-md--300,
.mx-md--300 {
    margin-left: -18.75rem !important;
  }

  .m-md--270 {
    margin: -16.875rem !important;
  }

  .mt-md--270,
.my-md--270 {
    margin-top: -16.875rem !important;
  }

  .mr-md--270,
.mx-md--270 {
    margin-right: -16.875rem !important;
  }

  .mb-md--270,
.my-md--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-md--270,
.mx-md--270 {
    margin-left: -16.875rem !important;
  }

  .m-md--100 {
    margin: -6.25rem !important;
  }

  .mt-md--100,
.my-md--100 {
    margin-top: -6.25rem !important;
  }

  .mr-md--100,
.mx-md--100 {
    margin-right: -6.25rem !important;
  }

  .mb-md--100,
.my-md--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md--100,
.mx-md--100 {
    margin-left: -6.25rem !important;
  }

  .m-md--60 {
    margin: -3.75rem !important;
  }

  .mt-md--60,
.my-md--60 {
    margin-top: -3.75rem !important;
  }

  .mr-md--60,
.mx-md--60 {
    margin-right: -3.75rem !important;
  }

  .mb-md--60,
.my-md--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md--60,
.mx-md--60 {
    margin-left: -3.75rem !important;
  }

  .m-md--45 {
    margin: -2.8125rem !important;
  }

  .mt-md--45,
.my-md--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-md--45,
.mx-md--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-md--45,
.my-md--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-md--45,
.mx-md--45 {
    margin-left: -2.8125rem !important;
  }

  .m-md--40 {
    margin: -2.5rem !important;
  }

  .mt-md--40,
.my-md--40 {
    margin-top: -2.5rem !important;
  }

  .mr-md--40,
.mx-md--40 {
    margin-right: -2.5rem !important;
  }

  .mb-md--40,
.my-md--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md--40,
.mx-md--40 {
    margin-left: -2.5rem !important;
  }

  .m-md--30 {
    margin: -1.875rem !important;
  }

  .mt-md--30,
.my-md--30 {
    margin-top: -1.875rem !important;
  }

  .mr-md--30,
.mx-md--30 {
    margin-right: -1.875rem !important;
  }

  .mb-md--30,
.my-md--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md--30,
.mx-md--30 {
    margin-left: -1.875rem !important;
  }

  .m-md--15 {
    margin: -0.9375rem !important;
  }

  .mt-md--15,
.my-md--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-md--15,
.mx-md--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-md--15,
.my-md--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-md--15,
.mx-md--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-15 {
    margin: 0.9375rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 0.9375rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 1.5625rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-35 {
    margin: 2.1875rem !important;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 2.1875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-45 {
    margin: 2.8125rem !important;
  }

  .mt-md-45,
.my-md-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-md-45,
.mx-md-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-md-45,
.my-md-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-md-45,
.mx-md-45 {
    margin-left: 2.8125rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-70 {
    margin: 4.375rem !important;
  }

  .mt-md-70,
.my-md-70 {
    margin-top: 4.375rem !important;
  }

  .mr-md-70,
.mx-md-70 {
    margin-right: 4.375rem !important;
  }

  .mb-md-70,
.my-md-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-70,
.mx-md-70 {
    margin-left: 4.375rem !important;
  }

  .m-md-75 {
    margin: 4.6875rem !important;
  }

  .mt-md-75,
.my-md-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-md-75,
.mx-md-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-md-75,
.my-md-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-md-75,
.mx-md-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-md-90 {
    margin: 5.625rem !important;
  }

  .mt-md-90,
.my-md-90 {
    margin-top: 5.625rem !important;
  }

  .mr-md-90,
.mx-md-90 {
    margin-right: 5.625rem !important;
  }

  .mb-md-90,
.my-md-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-90,
.mx-md-90 {
    margin-left: 5.625rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100,
.my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100,
.mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100,
.my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100,
.mx-md-100 {
    margin-left: 6.25rem !important;
  }

  .m-md-120 {
    margin: 7.5rem !important;
  }

  .mt-md-120,
.my-md-120 {
    margin-top: 7.5rem !important;
  }

  .mr-md-120,
.mx-md-120 {
    margin-right: 7.5rem !important;
  }

  .mb-md-120,
.my-md-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-120,
.mx-md-120 {
    margin-left: 7.5rem !important;
  }

  .m-md-140 {
    margin: 8.75rem !important;
  }

  .mt-md-140,
.my-md-140 {
    margin-top: 8.75rem !important;
  }

  .mr-md-140,
.mx-md-140 {
    margin-right: 8.75rem !important;
  }

  .mb-md-140,
.my-md-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-md-140,
.mx-md-140 {
    margin-left: 8.75rem !important;
  }

  .m-md-170 {
    margin: 10.625rem !important;
  }

  .mt-md-170,
.my-md-170 {
    margin-top: 10.625rem !important;
  }

  .mr-md-170,
.mx-md-170 {
    margin-right: 10.625rem !important;
  }

  .mb-md-170,
.my-md-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-md-170,
.mx-md-170 {
    margin-left: 10.625rem !important;
  }

  .m-md-250 {
    margin: 15.625rem !important;
  }

  .mt-md-250,
.my-md-250 {
    margin-top: 15.625rem !important;
  }

  .mr-md-250,
.mx-md-250 {
    margin-right: 15.625rem !important;
  }

  .mb-md-250,
.my-md-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-md-250,
.mx-md-250 {
    margin-left: 15.625rem !important;
  }

  .p-md--300 {
    padding: -18.75rem !important;
  }

  .pt-md--300,
.py-md--300 {
    padding-top: -18.75rem !important;
  }

  .pr-md--300,
.px-md--300 {
    padding-right: -18.75rem !important;
  }

  .pb-md--300,
.py-md--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-md--300,
.px-md--300 {
    padding-left: -18.75rem !important;
  }

  .p-md--270 {
    padding: -16.875rem !important;
  }

  .pt-md--270,
.py-md--270 {
    padding-top: -16.875rem !important;
  }

  .pr-md--270,
.px-md--270 {
    padding-right: -16.875rem !important;
  }

  .pb-md--270,
.py-md--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-md--270,
.px-md--270 {
    padding-left: -16.875rem !important;
  }

  .p-md--100 {
    padding: -6.25rem !important;
  }

  .pt-md--100,
.py-md--100 {
    padding-top: -6.25rem !important;
  }

  .pr-md--100,
.px-md--100 {
    padding-right: -6.25rem !important;
  }

  .pb-md--100,
.py-md--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-md--100,
.px-md--100 {
    padding-left: -6.25rem !important;
  }

  .p-md--60 {
    padding: -3.75rem !important;
  }

  .pt-md--60,
.py-md--60 {
    padding-top: -3.75rem !important;
  }

  .pr-md--60,
.px-md--60 {
    padding-right: -3.75rem !important;
  }

  .pb-md--60,
.py-md--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-md--60,
.px-md--60 {
    padding-left: -3.75rem !important;
  }

  .p-md--45 {
    padding: -2.8125rem !important;
  }

  .pt-md--45,
.py-md--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-md--45,
.px-md--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-md--45,
.py-md--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-md--45,
.px-md--45 {
    padding-left: -2.8125rem !important;
  }

  .p-md--40 {
    padding: -2.5rem !important;
  }

  .pt-md--40,
.py-md--40 {
    padding-top: -2.5rem !important;
  }

  .pr-md--40,
.px-md--40 {
    padding-right: -2.5rem !important;
  }

  .pb-md--40,
.py-md--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-md--40,
.px-md--40 {
    padding-left: -2.5rem !important;
  }

  .p-md--30 {
    padding: -1.875rem !important;
  }

  .pt-md--30,
.py-md--30 {
    padding-top: -1.875rem !important;
  }

  .pr-md--30,
.px-md--30 {
    padding-right: -1.875rem !important;
  }

  .pb-md--30,
.py-md--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-md--30,
.px-md--30 {
    padding-left: -1.875rem !important;
  }

  .p-md--15 {
    padding: -0.9375rem !important;
  }

  .pt-md--15,
.py-md--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-md--15,
.px-md--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-md--15,
.py-md--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-md--15,
.px-md--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-15 {
    padding: 0.9375rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 0.9375rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 1.5625rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-35 {
    padding: 2.1875rem !important;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 2.1875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-45 {
    padding: 2.8125rem !important;
  }

  .pt-md-45,
.py-md-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-md-45,
.px-md-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-md-45,
.py-md-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-md-45,
.px-md-45 {
    padding-left: 2.8125rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-70 {
    padding: 4.375rem !important;
  }

  .pt-md-70,
.py-md-70 {
    padding-top: 4.375rem !important;
  }

  .pr-md-70,
.px-md-70 {
    padding-right: 4.375rem !important;
  }

  .pb-md-70,
.py-md-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-70,
.px-md-70 {
    padding-left: 4.375rem !important;
  }

  .p-md-75 {
    padding: 4.6875rem !important;
  }

  .pt-md-75,
.py-md-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-md-75,
.px-md-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-md-75,
.py-md-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-md-75,
.px-md-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-md-90 {
    padding: 5.625rem !important;
  }

  .pt-md-90,
.py-md-90 {
    padding-top: 5.625rem !important;
  }

  .pr-md-90,
.px-md-90 {
    padding-right: 5.625rem !important;
  }

  .pb-md-90,
.py-md-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-90,
.px-md-90 {
    padding-left: 5.625rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100,
.py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100,
.px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100,
.py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100,
.px-md-100 {
    padding-left: 6.25rem !important;
  }

  .p-md-120 {
    padding: 7.5rem !important;
  }

  .pt-md-120,
.py-md-120 {
    padding-top: 7.5rem !important;
  }

  .pr-md-120,
.px-md-120 {
    padding-right: 7.5rem !important;
  }

  .pb-md-120,
.py-md-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-120,
.px-md-120 {
    padding-left: 7.5rem !important;
  }

  .p-md-140 {
    padding: 8.75rem !important;
  }

  .pt-md-140,
.py-md-140 {
    padding-top: 8.75rem !important;
  }

  .pr-md-140,
.px-md-140 {
    padding-right: 8.75rem !important;
  }

  .pb-md-140,
.py-md-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-md-140,
.px-md-140 {
    padding-left: 8.75rem !important;
  }

  .p-md-170 {
    padding: 10.625rem !important;
  }

  .pt-md-170,
.py-md-170 {
    padding-top: 10.625rem !important;
  }

  .pr-md-170,
.px-md-170 {
    padding-right: 10.625rem !important;
  }

  .pb-md-170,
.py-md-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-md-170,
.px-md-170 {
    padding-left: 10.625rem !important;
  }

  .p-md-250 {
    padding: 15.625rem !important;
  }

  .pt-md-250,
.py-md-250 {
    padding-top: 15.625rem !important;
  }

  .pr-md-250,
.px-md-250 {
    padding-right: 15.625rem !important;
  }

  .pb-md-250,
.py-md-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-md-250,
.px-md-250 {
    padding-left: 15.625rem !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: 1024px) {
  .m-lg--300 {
    margin: -18.75rem !important;
  }

  .mt-lg--300,
.my-lg--300 {
    margin-top: -18.75rem !important;
  }

  .mr-lg--300,
.mx-lg--300 {
    margin-right: -18.75rem !important;
  }

  .mb-lg--300,
.my-lg--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-lg--300,
.mx-lg--300 {
    margin-left: -18.75rem !important;
  }

  .m-lg--270 {
    margin: -16.875rem !important;
  }

  .mt-lg--270,
.my-lg--270 {
    margin-top: -16.875rem !important;
  }

  .mr-lg--270,
.mx-lg--270 {
    margin-right: -16.875rem !important;
  }

  .mb-lg--270,
.my-lg--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-lg--270,
.mx-lg--270 {
    margin-left: -16.875rem !important;
  }

  .m-lg--100 {
    margin: -6.25rem !important;
  }

  .mt-lg--100,
.my-lg--100 {
    margin-top: -6.25rem !important;
  }

  .mr-lg--100,
.mx-lg--100 {
    margin-right: -6.25rem !important;
  }

  .mb-lg--100,
.my-lg--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg--100,
.mx-lg--100 {
    margin-left: -6.25rem !important;
  }

  .m-lg--60 {
    margin: -3.75rem !important;
  }

  .mt-lg--60,
.my-lg--60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg--60,
.mx-lg--60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg--60,
.my-lg--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg--60,
.mx-lg--60 {
    margin-left: -3.75rem !important;
  }

  .m-lg--45 {
    margin: -2.8125rem !important;
  }

  .mt-lg--45,
.my-lg--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-lg--45,
.mx-lg--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-lg--45,
.my-lg--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-lg--45,
.mx-lg--45 {
    margin-left: -2.8125rem !important;
  }

  .m-lg--40 {
    margin: -2.5rem !important;
  }

  .mt-lg--40,
.my-lg--40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg--40,
.mx-lg--40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg--40,
.my-lg--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg--40,
.mx-lg--40 {
    margin-left: -2.5rem !important;
  }

  .m-lg--30 {
    margin: -1.875rem !important;
  }

  .mt-lg--30,
.my-lg--30 {
    margin-top: -1.875rem !important;
  }

  .mr-lg--30,
.mx-lg--30 {
    margin-right: -1.875rem !important;
  }

  .mb-lg--30,
.my-lg--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg--30,
.mx-lg--30 {
    margin-left: -1.875rem !important;
  }

  .m-lg--15 {
    margin: -0.9375rem !important;
  }

  .mt-lg--15,
.my-lg--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-lg--15,
.mx-lg--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-lg--15,
.my-lg--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-lg--15,
.mx-lg--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-35 {
    margin: 2.1875rem !important;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 2.1875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-45 {
    margin: 2.8125rem !important;
  }

  .mt-lg-45,
.my-lg-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-lg-45,
.mx-lg-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 2.8125rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-70 {
    margin: 4.375rem !important;
  }

  .mt-lg-70,
.my-lg-70 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-70,
.mx-lg-70 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-70,
.my-lg-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-70,
.mx-lg-70 {
    margin-left: 4.375rem !important;
  }

  .m-lg-75 {
    margin: 4.6875rem !important;
  }

  .mt-lg-75,
.my-lg-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-lg-75,
.mx-lg-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-lg-75,
.my-lg-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-lg-75,
.mx-lg-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-lg-90 {
    margin: 5.625rem !important;
  }

  .mt-lg-90,
.my-lg-90 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-90,
.mx-lg-90 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-90,
.my-lg-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-90,
.mx-lg-90 {
    margin-left: 5.625rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100,
.my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100,
.mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100,
.my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 6.25rem !important;
  }

  .m-lg-120 {
    margin: 7.5rem !important;
  }

  .mt-lg-120,
.my-lg-120 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-120,
.mx-lg-120 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-120,
.my-lg-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-120,
.mx-lg-120 {
    margin-left: 7.5rem !important;
  }

  .m-lg-140 {
    margin: 8.75rem !important;
  }

  .mt-lg-140,
.my-lg-140 {
    margin-top: 8.75rem !important;
  }

  .mr-lg-140,
.mx-lg-140 {
    margin-right: 8.75rem !important;
  }

  .mb-lg-140,
.my-lg-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-lg-140,
.mx-lg-140 {
    margin-left: 8.75rem !important;
  }

  .m-lg-170 {
    margin: 10.625rem !important;
  }

  .mt-lg-170,
.my-lg-170 {
    margin-top: 10.625rem !important;
  }

  .mr-lg-170,
.mx-lg-170 {
    margin-right: 10.625rem !important;
  }

  .mb-lg-170,
.my-lg-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-lg-170,
.mx-lg-170 {
    margin-left: 10.625rem !important;
  }

  .m-lg-250 {
    margin: 15.625rem !important;
  }

  .mt-lg-250,
.my-lg-250 {
    margin-top: 15.625rem !important;
  }

  .mr-lg-250,
.mx-lg-250 {
    margin-right: 15.625rem !important;
  }

  .mb-lg-250,
.my-lg-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-lg-250,
.mx-lg-250 {
    margin-left: 15.625rem !important;
  }

  .p-lg--300 {
    padding: -18.75rem !important;
  }

  .pt-lg--300,
.py-lg--300 {
    padding-top: -18.75rem !important;
  }

  .pr-lg--300,
.px-lg--300 {
    padding-right: -18.75rem !important;
  }

  .pb-lg--300,
.py-lg--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-lg--300,
.px-lg--300 {
    padding-left: -18.75rem !important;
  }

  .p-lg--270 {
    padding: -16.875rem !important;
  }

  .pt-lg--270,
.py-lg--270 {
    padding-top: -16.875rem !important;
  }

  .pr-lg--270,
.px-lg--270 {
    padding-right: -16.875rem !important;
  }

  .pb-lg--270,
.py-lg--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-lg--270,
.px-lg--270 {
    padding-left: -16.875rem !important;
  }

  .p-lg--100 {
    padding: -6.25rem !important;
  }

  .pt-lg--100,
.py-lg--100 {
    padding-top: -6.25rem !important;
  }

  .pr-lg--100,
.px-lg--100 {
    padding-right: -6.25rem !important;
  }

  .pb-lg--100,
.py-lg--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-lg--100,
.px-lg--100 {
    padding-left: -6.25rem !important;
  }

  .p-lg--60 {
    padding: -3.75rem !important;
  }

  .pt-lg--60,
.py-lg--60 {
    padding-top: -3.75rem !important;
  }

  .pr-lg--60,
.px-lg--60 {
    padding-right: -3.75rem !important;
  }

  .pb-lg--60,
.py-lg--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-lg--60,
.px-lg--60 {
    padding-left: -3.75rem !important;
  }

  .p-lg--45 {
    padding: -2.8125rem !important;
  }

  .pt-lg--45,
.py-lg--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-lg--45,
.px-lg--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-lg--45,
.py-lg--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-lg--45,
.px-lg--45 {
    padding-left: -2.8125rem !important;
  }

  .p-lg--40 {
    padding: -2.5rem !important;
  }

  .pt-lg--40,
.py-lg--40 {
    padding-top: -2.5rem !important;
  }

  .pr-lg--40,
.px-lg--40 {
    padding-right: -2.5rem !important;
  }

  .pb-lg--40,
.py-lg--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-lg--40,
.px-lg--40 {
    padding-left: -2.5rem !important;
  }

  .p-lg--30 {
    padding: -1.875rem !important;
  }

  .pt-lg--30,
.py-lg--30 {
    padding-top: -1.875rem !important;
  }

  .pr-lg--30,
.px-lg--30 {
    padding-right: -1.875rem !important;
  }

  .pb-lg--30,
.py-lg--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-lg--30,
.px-lg--30 {
    padding-left: -1.875rem !important;
  }

  .p-lg--15 {
    padding: -0.9375rem !important;
  }

  .pt-lg--15,
.py-lg--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-lg--15,
.px-lg--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-lg--15,
.py-lg--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-lg--15,
.px-lg--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-35 {
    padding: 2.1875rem !important;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 2.1875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-45 {
    padding: 2.8125rem !important;
  }

  .pt-lg-45,
.py-lg-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-lg-45,
.px-lg-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-lg-45,
.px-lg-45 {
    padding-left: 2.8125rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-70 {
    padding: 4.375rem !important;
  }

  .pt-lg-70,
.py-lg-70 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-70,
.px-lg-70 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-70,
.py-lg-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-70,
.px-lg-70 {
    padding-left: 4.375rem !important;
  }

  .p-lg-75 {
    padding: 4.6875rem !important;
  }

  .pt-lg-75,
.py-lg-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-lg-75,
.px-lg-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-lg-75,
.py-lg-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-lg-75,
.px-lg-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-lg-90 {
    padding: 5.625rem !important;
  }

  .pt-lg-90,
.py-lg-90 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-90,
.px-lg-90 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-90,
.py-lg-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-90,
.px-lg-90 {
    padding-left: 5.625rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100,
.py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100,
.px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100,
.py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100,
.px-lg-100 {
    padding-left: 6.25rem !important;
  }

  .p-lg-120 {
    padding: 7.5rem !important;
  }

  .pt-lg-120,
.py-lg-120 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-120,
.px-lg-120 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-120,
.py-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-120,
.px-lg-120 {
    padding-left: 7.5rem !important;
  }

  .p-lg-140 {
    padding: 8.75rem !important;
  }

  .pt-lg-140,
.py-lg-140 {
    padding-top: 8.75rem !important;
  }

  .pr-lg-140,
.px-lg-140 {
    padding-right: 8.75rem !important;
  }

  .pb-lg-140,
.py-lg-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-lg-140,
.px-lg-140 {
    padding-left: 8.75rem !important;
  }

  .p-lg-170 {
    padding: 10.625rem !important;
  }

  .pt-lg-170,
.py-lg-170 {
    padding-top: 10.625rem !important;
  }

  .pr-lg-170,
.px-lg-170 {
    padding-right: 10.625rem !important;
  }

  .pb-lg-170,
.py-lg-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-lg-170,
.px-lg-170 {
    padding-left: 10.625rem !important;
  }

  .p-lg-250 {
    padding: 15.625rem !important;
  }

  .pt-lg-250,
.py-lg-250 {
    padding-top: 15.625rem !important;
  }

  .pr-lg-250,
.px-lg-250 {
    padding-right: 15.625rem !important;
  }

  .pb-lg-250,
.py-lg-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-lg-250,
.px-lg-250 {
    padding-left: 15.625rem !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: 1280px) {
  .m-xl--300 {
    margin: -18.75rem !important;
  }

  .mt-xl--300,
.my-xl--300 {
    margin-top: -18.75rem !important;
  }

  .mr-xl--300,
.mx-xl--300 {
    margin-right: -18.75rem !important;
  }

  .mb-xl--300,
.my-xl--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-xl--300,
.mx-xl--300 {
    margin-left: -18.75rem !important;
  }

  .m-xl--270 {
    margin: -16.875rem !important;
  }

  .mt-xl--270,
.my-xl--270 {
    margin-top: -16.875rem !important;
  }

  .mr-xl--270,
.mx-xl--270 {
    margin-right: -16.875rem !important;
  }

  .mb-xl--270,
.my-xl--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-xl--270,
.mx-xl--270 {
    margin-left: -16.875rem !important;
  }

  .m-xl--100 {
    margin: -6.25rem !important;
  }

  .mt-xl--100,
.my-xl--100 {
    margin-top: -6.25rem !important;
  }

  .mr-xl--100,
.mx-xl--100 {
    margin-right: -6.25rem !important;
  }

  .mb-xl--100,
.my-xl--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl--100,
.mx-xl--100 {
    margin-left: -6.25rem !important;
  }

  .m-xl--60 {
    margin: -3.75rem !important;
  }

  .mt-xl--60,
.my-xl--60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl--60,
.mx-xl--60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl--60,
.my-xl--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl--60,
.mx-xl--60 {
    margin-left: -3.75rem !important;
  }

  .m-xl--45 {
    margin: -2.8125rem !important;
  }

  .mt-xl--45,
.my-xl--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-xl--45,
.mx-xl--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-xl--45,
.my-xl--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-xl--45,
.mx-xl--45 {
    margin-left: -2.8125rem !important;
  }

  .m-xl--40 {
    margin: -2.5rem !important;
  }

  .mt-xl--40,
.my-xl--40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl--40,
.mx-xl--40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl--40,
.my-xl--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl--40,
.mx-xl--40 {
    margin-left: -2.5rem !important;
  }

  .m-xl--30 {
    margin: -1.875rem !important;
  }

  .mt-xl--30,
.my-xl--30 {
    margin-top: -1.875rem !important;
  }

  .mr-xl--30,
.mx-xl--30 {
    margin-right: -1.875rem !important;
  }

  .mb-xl--30,
.my-xl--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl--30,
.mx-xl--30 {
    margin-left: -1.875rem !important;
  }

  .m-xl--15 {
    margin: -0.9375rem !important;
  }

  .mt-xl--15,
.my-xl--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xl--15,
.mx-xl--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xl--15,
.my-xl--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xl--15,
.mx-xl--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-35 {
    margin: 2.1875rem !important;
  }

  .mt-xl-35,
.my-xl-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-xl-35,
.mx-xl-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-xl-35,
.my-xl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-xl-35,
.mx-xl-35 {
    margin-left: 2.1875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-45 {
    margin: 2.8125rem !important;
  }

  .mt-xl-45,
.my-xl-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-xl-45,
.mx-xl-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-xl-45,
.my-xl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-xl-45,
.mx-xl-45 {
    margin-left: 2.8125rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-70 {
    margin: 4.375rem !important;
  }

  .mt-xl-70,
.my-xl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-70,
.mx-xl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-70,
.my-xl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-70,
.mx-xl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xl-75 {
    margin: 4.6875rem !important;
  }

  .mt-xl-75,
.my-xl-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-xl-75,
.mx-xl-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-xl-75,
.my-xl-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-xl-75,
.mx-xl-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-xl-90 {
    margin: 5.625rem !important;
  }

  .mt-xl-90,
.my-xl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-90,
.mx-xl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-90,
.my-xl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-90,
.mx-xl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100,
.my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100,
.mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100,
.my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xl-120 {
    margin: 7.5rem !important;
  }

  .mt-xl-120,
.my-xl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-120,
.mx-xl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-120,
.my-xl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-120,
.mx-xl-120 {
    margin-left: 7.5rem !important;
  }

  .m-xl-140 {
    margin: 8.75rem !important;
  }

  .mt-xl-140,
.my-xl-140 {
    margin-top: 8.75rem !important;
  }

  .mr-xl-140,
.mx-xl-140 {
    margin-right: 8.75rem !important;
  }

  .mb-xl-140,
.my-xl-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xl-140,
.mx-xl-140 {
    margin-left: 8.75rem !important;
  }

  .m-xl-170 {
    margin: 10.625rem !important;
  }

  .mt-xl-170,
.my-xl-170 {
    margin-top: 10.625rem !important;
  }

  .mr-xl-170,
.mx-xl-170 {
    margin-right: 10.625rem !important;
  }

  .mb-xl-170,
.my-xl-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-xl-170,
.mx-xl-170 {
    margin-left: 10.625rem !important;
  }

  .m-xl-250 {
    margin: 15.625rem !important;
  }

  .mt-xl-250,
.my-xl-250 {
    margin-top: 15.625rem !important;
  }

  .mr-xl-250,
.mx-xl-250 {
    margin-right: 15.625rem !important;
  }

  .mb-xl-250,
.my-xl-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-xl-250,
.mx-xl-250 {
    margin-left: 15.625rem !important;
  }

  .p-xl--300 {
    padding: -18.75rem !important;
  }

  .pt-xl--300,
.py-xl--300 {
    padding-top: -18.75rem !important;
  }

  .pr-xl--300,
.px-xl--300 {
    padding-right: -18.75rem !important;
  }

  .pb-xl--300,
.py-xl--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-xl--300,
.px-xl--300 {
    padding-left: -18.75rem !important;
  }

  .p-xl--270 {
    padding: -16.875rem !important;
  }

  .pt-xl--270,
.py-xl--270 {
    padding-top: -16.875rem !important;
  }

  .pr-xl--270,
.px-xl--270 {
    padding-right: -16.875rem !important;
  }

  .pb-xl--270,
.py-xl--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-xl--270,
.px-xl--270 {
    padding-left: -16.875rem !important;
  }

  .p-xl--100 {
    padding: -6.25rem !important;
  }

  .pt-xl--100,
.py-xl--100 {
    padding-top: -6.25rem !important;
  }

  .pr-xl--100,
.px-xl--100 {
    padding-right: -6.25rem !important;
  }

  .pb-xl--100,
.py-xl--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-xl--100,
.px-xl--100 {
    padding-left: -6.25rem !important;
  }

  .p-xl--60 {
    padding: -3.75rem !important;
  }

  .pt-xl--60,
.py-xl--60 {
    padding-top: -3.75rem !important;
  }

  .pr-xl--60,
.px-xl--60 {
    padding-right: -3.75rem !important;
  }

  .pb-xl--60,
.py-xl--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-xl--60,
.px-xl--60 {
    padding-left: -3.75rem !important;
  }

  .p-xl--45 {
    padding: -2.8125rem !important;
  }

  .pt-xl--45,
.py-xl--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-xl--45,
.px-xl--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-xl--45,
.py-xl--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-xl--45,
.px-xl--45 {
    padding-left: -2.8125rem !important;
  }

  .p-xl--40 {
    padding: -2.5rem !important;
  }

  .pt-xl--40,
.py-xl--40 {
    padding-top: -2.5rem !important;
  }

  .pr-xl--40,
.px-xl--40 {
    padding-right: -2.5rem !important;
  }

  .pb-xl--40,
.py-xl--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-xl--40,
.px-xl--40 {
    padding-left: -2.5rem !important;
  }

  .p-xl--30 {
    padding: -1.875rem !important;
  }

  .pt-xl--30,
.py-xl--30 {
    padding-top: -1.875rem !important;
  }

  .pr-xl--30,
.px-xl--30 {
    padding-right: -1.875rem !important;
  }

  .pb-xl--30,
.py-xl--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-xl--30,
.px-xl--30 {
    padding-left: -1.875rem !important;
  }

  .p-xl--15 {
    padding: -0.9375rem !important;
  }

  .pt-xl--15,
.py-xl--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-xl--15,
.px-xl--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-xl--15,
.py-xl--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-xl--15,
.px-xl--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-35 {
    padding: 2.1875rem !important;
  }

  .pt-xl-35,
.py-xl-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-xl-35,
.px-xl-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-xl-35,
.py-xl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-xl-35,
.px-xl-35 {
    padding-left: 2.1875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-45 {
    padding: 2.8125rem !important;
  }

  .pt-xl-45,
.py-xl-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-xl-45,
.px-xl-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-xl-45,
.py-xl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-xl-45,
.px-xl-45 {
    padding-left: 2.8125rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-70 {
    padding: 4.375rem !important;
  }

  .pt-xl-70,
.py-xl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-70,
.px-xl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-70,
.py-xl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-70,
.px-xl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xl-75 {
    padding: 4.6875rem !important;
  }

  .pt-xl-75,
.py-xl-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-xl-75,
.px-xl-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-xl-75,
.py-xl-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-xl-75,
.px-xl-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-xl-90 {
    padding: 5.625rem !important;
  }

  .pt-xl-90,
.py-xl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-90,
.px-xl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-90,
.py-xl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-90,
.px-xl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100,
.py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100,
.px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100,
.py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100,
.px-xl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xl-120 {
    padding: 7.5rem !important;
  }

  .pt-xl-120,
.py-xl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-120,
.px-xl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-120,
.py-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-120,
.px-xl-120 {
    padding-left: 7.5rem !important;
  }

  .p-xl-140 {
    padding: 8.75rem !important;
  }

  .pt-xl-140,
.py-xl-140 {
    padding-top: 8.75rem !important;
  }

  .pr-xl-140,
.px-xl-140 {
    padding-right: 8.75rem !important;
  }

  .pb-xl-140,
.py-xl-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xl-140,
.px-xl-140 {
    padding-left: 8.75rem !important;
  }

  .p-xl-170 {
    padding: 10.625rem !important;
  }

  .pt-xl-170,
.py-xl-170 {
    padding-top: 10.625rem !important;
  }

  .pr-xl-170,
.px-xl-170 {
    padding-right: 10.625rem !important;
  }

  .pb-xl-170,
.py-xl-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-xl-170,
.px-xl-170 {
    padding-left: 10.625rem !important;
  }

  .p-xl-250 {
    padding: 15.625rem !important;
  }

  .pt-xl-250,
.py-xl-250 {
    padding-top: 15.625rem !important;
  }

  .pr-xl-250,
.px-xl-250 {
    padding-right: 15.625rem !important;
  }

  .pb-xl-250,
.py-xl-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-xl-250,
.px-xl-250 {
    padding-left: 15.625rem !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: 1366px) {
  .m-xxl--300 {
    margin: -18.75rem !important;
  }

  .mt-xxl--300,
.my-xxl--300 {
    margin-top: -18.75rem !important;
  }

  .mr-xxl--300,
.mx-xxl--300 {
    margin-right: -18.75rem !important;
  }

  .mb-xxl--300,
.my-xxl--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-xxl--300,
.mx-xxl--300 {
    margin-left: -18.75rem !important;
  }

  .m-xxl--270 {
    margin: -16.875rem !important;
  }

  .mt-xxl--270,
.my-xxl--270 {
    margin-top: -16.875rem !important;
  }

  .mr-xxl--270,
.mx-xxl--270 {
    margin-right: -16.875rem !important;
  }

  .mb-xxl--270,
.my-xxl--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-xxl--270,
.mx-xxl--270 {
    margin-left: -16.875rem !important;
  }

  .m-xxl--100 {
    margin: -6.25rem !important;
  }

  .mt-xxl--100,
.my-xxl--100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl--100,
.mx-xxl--100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl--100,
.my-xxl--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl--100,
.mx-xxl--100 {
    margin-left: -6.25rem !important;
  }

  .m-xxl--60 {
    margin: -3.75rem !important;
  }

  .mt-xxl--60,
.my-xxl--60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl--60,
.mx-xxl--60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl--60,
.my-xxl--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl--60,
.mx-xxl--60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl--45 {
    margin: -2.8125rem !important;
  }

  .mt-xxl--45,
.my-xxl--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-xxl--45,
.mx-xxl--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-xxl--45,
.my-xxl--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-xxl--45,
.mx-xxl--45 {
    margin-left: -2.8125rem !important;
  }

  .m-xxl--40 {
    margin: -2.5rem !important;
  }

  .mt-xxl--40,
.my-xxl--40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl--40,
.mx-xxl--40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl--40,
.my-xxl--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl--40,
.mx-xxl--40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl--30 {
    margin: -1.875rem !important;
  }

  .mt-xxl--30,
.my-xxl--30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxl--30,
.mx-xxl--30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxl--30,
.my-xxl--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxl--30,
.mx-xxl--30 {
    margin-left: -1.875rem !important;
  }

  .m-xxl--15 {
    margin: -0.9375rem !important;
  }

  .mt-xxl--15,
.my-xxl--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxl--15,
.mx-xxl--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxl--15,
.my-xxl--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxl--15,
.mx-xxl--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxl-35 {
    margin: 2.1875rem !important;
  }

  .mt-xxl-35,
.my-xxl-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-xxl-35,
.mx-xxl-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-xxl-35,
.my-xxl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-xxl-35,
.mx-xxl-35 {
    margin-left: 2.1875rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-45 {
    margin: 2.8125rem !important;
  }

  .mt-xxl-45,
.my-xxl-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-xxl-45,
.mx-xxl-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-xxl-45,
.my-xxl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-xxl-45,
.mx-xxl-45 {
    margin-left: 2.8125rem !important;
  }

  .m-xxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxl-70,
.my-xxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxl-70,
.mx-xxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxl-70,
.my-xxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxl-70,
.mx-xxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxl-75 {
    margin: 4.6875rem !important;
  }

  .mt-xxl-75,
.my-xxl-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-xxl-75,
.mx-xxl-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-xxl-75,
.my-xxl-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-xxl-75,
.mx-xxl-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-xxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxl-90,
.my-xxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxl-90,
.mx-xxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxl-90,
.my-xxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxl-90,
.mx-xxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxl-100,
.my-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-100,
.mx-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-100,
.my-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-100,
.mx-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-120 {
    margin: 7.5rem !important;
  }

  .mt-xxl-120,
.my-xxl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-120,
.mx-xxl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-120,
.my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-120,
.mx-xxl-120 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-140 {
    margin: 8.75rem !important;
  }

  .mt-xxl-140,
.my-xxl-140 {
    margin-top: 8.75rem !important;
  }

  .mr-xxl-140,
.mx-xxl-140 {
    margin-right: 8.75rem !important;
  }

  .mb-xxl-140,
.my-xxl-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xxl-140,
.mx-xxl-140 {
    margin-left: 8.75rem !important;
  }

  .m-xxl-170 {
    margin: 10.625rem !important;
  }

  .mt-xxl-170,
.my-xxl-170 {
    margin-top: 10.625rem !important;
  }

  .mr-xxl-170,
.mx-xxl-170 {
    margin-right: 10.625rem !important;
  }

  .mb-xxl-170,
.my-xxl-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-xxl-170,
.mx-xxl-170 {
    margin-left: 10.625rem !important;
  }

  .m-xxl-250 {
    margin: 15.625rem !important;
  }

  .mt-xxl-250,
.my-xxl-250 {
    margin-top: 15.625rem !important;
  }

  .mr-xxl-250,
.mx-xxl-250 {
    margin-right: 15.625rem !important;
  }

  .mb-xxl-250,
.my-xxl-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-xxl-250,
.mx-xxl-250 {
    margin-left: 15.625rem !important;
  }

  .p-xxl--300 {
    padding: -18.75rem !important;
  }

  .pt-xxl--300,
.py-xxl--300 {
    padding-top: -18.75rem !important;
  }

  .pr-xxl--300,
.px-xxl--300 {
    padding-right: -18.75rem !important;
  }

  .pb-xxl--300,
.py-xxl--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-xxl--300,
.px-xxl--300 {
    padding-left: -18.75rem !important;
  }

  .p-xxl--270 {
    padding: -16.875rem !important;
  }

  .pt-xxl--270,
.py-xxl--270 {
    padding-top: -16.875rem !important;
  }

  .pr-xxl--270,
.px-xxl--270 {
    padding-right: -16.875rem !important;
  }

  .pb-xxl--270,
.py-xxl--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-xxl--270,
.px-xxl--270 {
    padding-left: -16.875rem !important;
  }

  .p-xxl--100 {
    padding: -6.25rem !important;
  }

  .pt-xxl--100,
.py-xxl--100 {
    padding-top: -6.25rem !important;
  }

  .pr-xxl--100,
.px-xxl--100 {
    padding-right: -6.25rem !important;
  }

  .pb-xxl--100,
.py-xxl--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-xxl--100,
.px-xxl--100 {
    padding-left: -6.25rem !important;
  }

  .p-xxl--60 {
    padding: -3.75rem !important;
  }

  .pt-xxl--60,
.py-xxl--60 {
    padding-top: -3.75rem !important;
  }

  .pr-xxl--60,
.px-xxl--60 {
    padding-right: -3.75rem !important;
  }

  .pb-xxl--60,
.py-xxl--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-xxl--60,
.px-xxl--60 {
    padding-left: -3.75rem !important;
  }

  .p-xxl--45 {
    padding: -2.8125rem !important;
  }

  .pt-xxl--45,
.py-xxl--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-xxl--45,
.px-xxl--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-xxl--45,
.py-xxl--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-xxl--45,
.px-xxl--45 {
    padding-left: -2.8125rem !important;
  }

  .p-xxl--40 {
    padding: -2.5rem !important;
  }

  .pt-xxl--40,
.py-xxl--40 {
    padding-top: -2.5rem !important;
  }

  .pr-xxl--40,
.px-xxl--40 {
    padding-right: -2.5rem !important;
  }

  .pb-xxl--40,
.py-xxl--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-xxl--40,
.px-xxl--40 {
    padding-left: -2.5rem !important;
  }

  .p-xxl--30 {
    padding: -1.875rem !important;
  }

  .pt-xxl--30,
.py-xxl--30 {
    padding-top: -1.875rem !important;
  }

  .pr-xxl--30,
.px-xxl--30 {
    padding-right: -1.875rem !important;
  }

  .pb-xxl--30,
.py-xxl--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-xxl--30,
.px-xxl--30 {
    padding-left: -1.875rem !important;
  }

  .p-xxl--15 {
    padding: -0.9375rem !important;
  }

  .pt-xxl--15,
.py-xxl--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-xxl--15,
.px-xxl--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-xxl--15,
.py-xxl--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-xxl--15,
.px-xxl--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxl-35 {
    padding: 2.1875rem !important;
  }

  .pt-xxl-35,
.py-xxl-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-xxl-35,
.px-xxl-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-xxl-35,
.py-xxl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-xxl-35,
.px-xxl-35 {
    padding-left: 2.1875rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-45 {
    padding: 2.8125rem !important;
  }

  .pt-xxl-45,
.py-xxl-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-xxl-45,
.px-xxl-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-xxl-45,
.py-xxl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-xxl-45,
.px-xxl-45 {
    padding-left: 2.8125rem !important;
  }

  .p-xxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxl-70,
.py-xxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxl-70,
.px-xxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxl-70,
.py-xxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxl-70,
.px-xxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxl-75 {
    padding: 4.6875rem !important;
  }

  .pt-xxl-75,
.py-xxl-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-xxl-75,
.px-xxl-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-xxl-75,
.py-xxl-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-xxl-75,
.px-xxl-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-xxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxl-90,
.py-xxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxl-90,
.px-xxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxl-90,
.py-xxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxl-90,
.px-xxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxl-100,
.py-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-100,
.px-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-100,
.py-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-100,
.px-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-120 {
    padding: 7.5rem !important;
  }

  .pt-xxl-120,
.py-xxl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-120,
.px-xxl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-120,
.py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-120,
.px-xxl-120 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-140 {
    padding: 8.75rem !important;
  }

  .pt-xxl-140,
.py-xxl-140 {
    padding-top: 8.75rem !important;
  }

  .pr-xxl-140,
.px-xxl-140 {
    padding-right: 8.75rem !important;
  }

  .pb-xxl-140,
.py-xxl-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xxl-140,
.px-xxl-140 {
    padding-left: 8.75rem !important;
  }

  .p-xxl-170 {
    padding: 10.625rem !important;
  }

  .pt-xxl-170,
.py-xxl-170 {
    padding-top: 10.625rem !important;
  }

  .pr-xxl-170,
.px-xxl-170 {
    padding-right: 10.625rem !important;
  }

  .pb-xxl-170,
.py-xxl-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-xxl-170,
.px-xxl-170 {
    padding-left: 10.625rem !important;
  }

  .p-xxl-250 {
    padding: 15.625rem !important;
  }

  .pt-xxl-250,
.py-xxl-250 {
    padding-top: 15.625rem !important;
  }

  .pr-xxl-250,
.px-xxl-250 {
    padding-right: 15.625rem !important;
  }

  .pb-xxl-250,
.py-xxl-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-xxl-250,
.px-xxl-250 {
    padding-left: 15.625rem !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: 1560px) {
  .m-xxxl--300 {
    margin: -18.75rem !important;
  }

  .mt-xxxl--300,
.my-xxxl--300 {
    margin-top: -18.75rem !important;
  }

  .mr-xxxl--300,
.mx-xxxl--300 {
    margin-right: -18.75rem !important;
  }

  .mb-xxxl--300,
.my-xxxl--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-xxxl--300,
.mx-xxxl--300 {
    margin-left: -18.75rem !important;
  }

  .m-xxxl--270 {
    margin: -16.875rem !important;
  }

  .mt-xxxl--270,
.my-xxxl--270 {
    margin-top: -16.875rem !important;
  }

  .mr-xxxl--270,
.mx-xxxl--270 {
    margin-right: -16.875rem !important;
  }

  .mb-xxxl--270,
.my-xxxl--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-xxxl--270,
.mx-xxxl--270 {
    margin-left: -16.875rem !important;
  }

  .m-xxxl--100 {
    margin: -6.25rem !important;
  }

  .mt-xxxl--100,
.my-xxxl--100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxxl--100,
.mx-xxxl--100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxxl--100,
.my-xxxl--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxxl--100,
.mx-xxxl--100 {
    margin-left: -6.25rem !important;
  }

  .m-xxxl--60 {
    margin: -3.75rem !important;
  }

  .mt-xxxl--60,
.my-xxxl--60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxxl--60,
.mx-xxxl--60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxxl--60,
.my-xxxl--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxxl--60,
.mx-xxxl--60 {
    margin-left: -3.75rem !important;
  }

  .m-xxxl--45 {
    margin: -2.8125rem !important;
  }

  .mt-xxxl--45,
.my-xxxl--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-xxxl--45,
.mx-xxxl--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-xxxl--45,
.my-xxxl--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-xxxl--45,
.mx-xxxl--45 {
    margin-left: -2.8125rem !important;
  }

  .m-xxxl--40 {
    margin: -2.5rem !important;
  }

  .mt-xxxl--40,
.my-xxxl--40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxl--40,
.mx-xxxl--40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxl--40,
.my-xxxl--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxl--40,
.mx-xxxl--40 {
    margin-left: -2.5rem !important;
  }

  .m-xxxl--30 {
    margin: -1.875rem !important;
  }

  .mt-xxxl--30,
.my-xxxl--30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxxl--30,
.mx-xxxl--30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxxl--30,
.my-xxxl--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxxl--30,
.mx-xxxl--30 {
    margin-left: -1.875rem !important;
  }

  .m-xxxl--15 {
    margin: -0.9375rem !important;
  }

  .mt-xxxl--15,
.my-xxxl--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxxl--15,
.mx-xxxl--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxxl--15,
.my-xxxl--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxxl--15,
.mx-xxxl--15 {
    margin-left: -0.9375rem !important;
  }

  .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-5 {
    margin: 0.3125rem !important;
  }

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

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

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

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

  .m-xxxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxxl-35 {
    margin: 2.1875rem !important;
  }

  .mt-xxxl-35,
.my-xxxl-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-xxxl-35,
.mx-xxxl-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-xxxl-35,
.my-xxxl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-xxxl-35,
.mx-xxxl-35 {
    margin-left: 2.1875rem !important;
  }

  .m-xxxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxxl-40,
.my-xxxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxl-40,
.mx-xxxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxl-40,
.my-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxl-40,
.mx-xxxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxxl-45 {
    margin: 2.8125rem !important;
  }

  .mt-xxxl-45,
.my-xxxl-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-xxxl-45,
.mx-xxxl-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-xxxl-45,
.my-xxxl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-xxxl-45,
.mx-xxxl-45 {
    margin-left: 2.8125rem !important;
  }

  .m-xxxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxxl-50,
.my-xxxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxxl-50,
.mx-xxxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxxl-50,
.my-xxxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxxl-50,
.mx-xxxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxxl-60,
.my-xxxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxxl-60,
.mx-xxxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxxl-60,
.my-xxxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxxl-60,
.mx-xxxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxxl-70,
.my-xxxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxxl-70,
.mx-xxxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxxl-70,
.my-xxxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxxl-70,
.mx-xxxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxxl-75 {
    margin: 4.6875rem !important;
  }

  .mt-xxxl-75,
.my-xxxl-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-xxxl-75,
.mx-xxxl-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-xxxl-75,
.my-xxxl-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-xxxl-75,
.mx-xxxl-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-xxxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxxl-90,
.my-xxxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxxl-90,
.mx-xxxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxxl-90,
.my-xxxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxxl-90,
.mx-xxxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxxl-100,
.my-xxxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxxl-100,
.mx-xxxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxxl-100,
.my-xxxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxxl-100,
.mx-xxxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxxl-120 {
    margin: 7.5rem !important;
  }

  .mt-xxxl-120,
.my-xxxl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xxxl-120,
.mx-xxxl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xxxl-120,
.my-xxxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxxl-120,
.mx-xxxl-120 {
    margin-left: 7.5rem !important;
  }

  .m-xxxl-140 {
    margin: 8.75rem !important;
  }

  .mt-xxxl-140,
.my-xxxl-140 {
    margin-top: 8.75rem !important;
  }

  .mr-xxxl-140,
.mx-xxxl-140 {
    margin-right: 8.75rem !important;
  }

  .mb-xxxl-140,
.my-xxxl-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-xxxl-140,
.mx-xxxl-140 {
    margin-left: 8.75rem !important;
  }

  .m-xxxl-170 {
    margin: 10.625rem !important;
  }

  .mt-xxxl-170,
.my-xxxl-170 {
    margin-top: 10.625rem !important;
  }

  .mr-xxxl-170,
.mx-xxxl-170 {
    margin-right: 10.625rem !important;
  }

  .mb-xxxl-170,
.my-xxxl-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-xxxl-170,
.mx-xxxl-170 {
    margin-left: 10.625rem !important;
  }

  .m-xxxl-250 {
    margin: 15.625rem !important;
  }

  .mt-xxxl-250,
.my-xxxl-250 {
    margin-top: 15.625rem !important;
  }

  .mr-xxxl-250,
.mx-xxxl-250 {
    margin-right: 15.625rem !important;
  }

  .mb-xxxl-250,
.my-xxxl-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-xxxl-250,
.mx-xxxl-250 {
    margin-left: 15.625rem !important;
  }

  .p-xxxl--300 {
    padding: -18.75rem !important;
  }

  .pt-xxxl--300,
.py-xxxl--300 {
    padding-top: -18.75rem !important;
  }

  .pr-xxxl--300,
.px-xxxl--300 {
    padding-right: -18.75rem !important;
  }

  .pb-xxxl--300,
.py-xxxl--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-xxxl--300,
.px-xxxl--300 {
    padding-left: -18.75rem !important;
  }

  .p-xxxl--270 {
    padding: -16.875rem !important;
  }

  .pt-xxxl--270,
.py-xxxl--270 {
    padding-top: -16.875rem !important;
  }

  .pr-xxxl--270,
.px-xxxl--270 {
    padding-right: -16.875rem !important;
  }

  .pb-xxxl--270,
.py-xxxl--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-xxxl--270,
.px-xxxl--270 {
    padding-left: -16.875rem !important;
  }

  .p-xxxl--100 {
    padding: -6.25rem !important;
  }

  .pt-xxxl--100,
.py-xxxl--100 {
    padding-top: -6.25rem !important;
  }

  .pr-xxxl--100,
.px-xxxl--100 {
    padding-right: -6.25rem !important;
  }

  .pb-xxxl--100,
.py-xxxl--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-xxxl--100,
.px-xxxl--100 {
    padding-left: -6.25rem !important;
  }

  .p-xxxl--60 {
    padding: -3.75rem !important;
  }

  .pt-xxxl--60,
.py-xxxl--60 {
    padding-top: -3.75rem !important;
  }

  .pr-xxxl--60,
.px-xxxl--60 {
    padding-right: -3.75rem !important;
  }

  .pb-xxxl--60,
.py-xxxl--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-xxxl--60,
.px-xxxl--60 {
    padding-left: -3.75rem !important;
  }

  .p-xxxl--45 {
    padding: -2.8125rem !important;
  }

  .pt-xxxl--45,
.py-xxxl--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-xxxl--45,
.px-xxxl--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-xxxl--45,
.py-xxxl--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-xxxl--45,
.px-xxxl--45 {
    padding-left: -2.8125rem !important;
  }

  .p-xxxl--40 {
    padding: -2.5rem !important;
  }

  .pt-xxxl--40,
.py-xxxl--40 {
    padding-top: -2.5rem !important;
  }

  .pr-xxxl--40,
.px-xxxl--40 {
    padding-right: -2.5rem !important;
  }

  .pb-xxxl--40,
.py-xxxl--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-xxxl--40,
.px-xxxl--40 {
    padding-left: -2.5rem !important;
  }

  .p-xxxl--30 {
    padding: -1.875rem !important;
  }

  .pt-xxxl--30,
.py-xxxl--30 {
    padding-top: -1.875rem !important;
  }

  .pr-xxxl--30,
.px-xxxl--30 {
    padding-right: -1.875rem !important;
  }

  .pb-xxxl--30,
.py-xxxl--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-xxxl--30,
.px-xxxl--30 {
    padding-left: -1.875rem !important;
  }

  .p-xxxl--15 {
    padding: -0.9375rem !important;
  }

  .pt-xxxl--15,
.py-xxxl--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-xxxl--15,
.px-xxxl--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-xxxl--15,
.py-xxxl--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-xxxl--15,
.px-xxxl--15 {
    padding-left: -0.9375rem !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-5 {
    padding: 0.3125rem !important;
  }

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

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

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

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

  .p-xxxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxxl-35 {
    padding: 2.1875rem !important;
  }

  .pt-xxxl-35,
.py-xxxl-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-xxxl-35,
.px-xxxl-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-xxxl-35,
.py-xxxl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-xxxl-35,
.px-xxxl-35 {
    padding-left: 2.1875rem !important;
  }

  .p-xxxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxxl-40,
.py-xxxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxl-40,
.px-xxxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxl-40,
.py-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxl-40,
.px-xxxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxxl-45 {
    padding: 2.8125rem !important;
  }

  .pt-xxxl-45,
.py-xxxl-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-xxxl-45,
.px-xxxl-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-xxxl-45,
.py-xxxl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-xxxl-45,
.px-xxxl-45 {
    padding-left: 2.8125rem !important;
  }

  .p-xxxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxxl-50,
.py-xxxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxxl-50,
.px-xxxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxxl-50,
.py-xxxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxxl-50,
.px-xxxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxxl-60,
.py-xxxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxxl-60,
.px-xxxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxxl-60,
.py-xxxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxxl-60,
.px-xxxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxxl-70,
.py-xxxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxxl-70,
.px-xxxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxxl-70,
.py-xxxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxxl-70,
.px-xxxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxxl-75 {
    padding: 4.6875rem !important;
  }

  .pt-xxxl-75,
.py-xxxl-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-xxxl-75,
.px-xxxl-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-xxxl-75,
.py-xxxl-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-xxxl-75,
.px-xxxl-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-xxxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxxl-90,
.py-xxxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxxl-90,
.px-xxxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxxl-90,
.py-xxxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxxl-90,
.px-xxxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxxl-100,
.py-xxxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxxl-100,
.px-xxxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxxl-100,
.py-xxxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxxl-100,
.px-xxxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxxl-120 {
    padding: 7.5rem !important;
  }

  .pt-xxxl-120,
.py-xxxl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xxxl-120,
.px-xxxl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xxxl-120,
.py-xxxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxxl-120,
.px-xxxl-120 {
    padding-left: 7.5rem !important;
  }

  .p-xxxl-140 {
    padding: 8.75rem !important;
  }

  .pt-xxxl-140,
.py-xxxl-140 {
    padding-top: 8.75rem !important;
  }

  .pr-xxxl-140,
.px-xxxl-140 {
    padding-right: 8.75rem !important;
  }

  .pb-xxxl-140,
.py-xxxl-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-xxxl-140,
.px-xxxl-140 {
    padding-left: 8.75rem !important;
  }

  .p-xxxl-170 {
    padding: 10.625rem !important;
  }

  .pt-xxxl-170,
.py-xxxl-170 {
    padding-top: 10.625rem !important;
  }

  .pr-xxxl-170,
.px-xxxl-170 {
    padding-right: 10.625rem !important;
  }

  .pb-xxxl-170,
.py-xxxl-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-xxxl-170,
.px-xxxl-170 {
    padding-left: 10.625rem !important;
  }

  .p-xxxl-250 {
    padding: 15.625rem !important;
  }

  .pt-xxxl-250,
.py-xxxl-250 {
    padding-top: 15.625rem !important;
  }

  .pr-xxxl-250,
.px-xxxl-250 {
    padding-right: 15.625rem !important;
  }

  .pb-xxxl-250,
.py-xxxl-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-xxxl-250,
.px-xxxl-250 {
    padding-left: 15.625rem !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: 1680px) {
  .m-full--300 {
    margin: -18.75rem !important;
  }

  .mt-full--300,
.my-full--300 {
    margin-top: -18.75rem !important;
  }

  .mr-full--300,
.mx-full--300 {
    margin-right: -18.75rem !important;
  }

  .mb-full--300,
.my-full--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-full--300,
.mx-full--300 {
    margin-left: -18.75rem !important;
  }

  .m-full--270 {
    margin: -16.875rem !important;
  }

  .mt-full--270,
.my-full--270 {
    margin-top: -16.875rem !important;
  }

  .mr-full--270,
.mx-full--270 {
    margin-right: -16.875rem !important;
  }

  .mb-full--270,
.my-full--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-full--270,
.mx-full--270 {
    margin-left: -16.875rem !important;
  }

  .m-full--100 {
    margin: -6.25rem !important;
  }

  .mt-full--100,
.my-full--100 {
    margin-top: -6.25rem !important;
  }

  .mr-full--100,
.mx-full--100 {
    margin-right: -6.25rem !important;
  }

  .mb-full--100,
.my-full--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-full--100,
.mx-full--100 {
    margin-left: -6.25rem !important;
  }

  .m-full--60 {
    margin: -3.75rem !important;
  }

  .mt-full--60,
.my-full--60 {
    margin-top: -3.75rem !important;
  }

  .mr-full--60,
.mx-full--60 {
    margin-right: -3.75rem !important;
  }

  .mb-full--60,
.my-full--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-full--60,
.mx-full--60 {
    margin-left: -3.75rem !important;
  }

  .m-full--45 {
    margin: -2.8125rem !important;
  }

  .mt-full--45,
.my-full--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-full--45,
.mx-full--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-full--45,
.my-full--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-full--45,
.mx-full--45 {
    margin-left: -2.8125rem !important;
  }

  .m-full--40 {
    margin: -2.5rem !important;
  }

  .mt-full--40,
.my-full--40 {
    margin-top: -2.5rem !important;
  }

  .mr-full--40,
.mx-full--40 {
    margin-right: -2.5rem !important;
  }

  .mb-full--40,
.my-full--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-full--40,
.mx-full--40 {
    margin-left: -2.5rem !important;
  }

  .m-full--30 {
    margin: -1.875rem !important;
  }

  .mt-full--30,
.my-full--30 {
    margin-top: -1.875rem !important;
  }

  .mr-full--30,
.mx-full--30 {
    margin-right: -1.875rem !important;
  }

  .mb-full--30,
.my-full--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-full--30,
.mx-full--30 {
    margin-left: -1.875rem !important;
  }

  .m-full--15 {
    margin: -0.9375rem !important;
  }

  .mt-full--15,
.my-full--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-full--15,
.mx-full--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-full--15,
.my-full--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-full--15,
.mx-full--15 {
    margin-left: -0.9375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-full-10 {
    margin: 0.625rem !important;
  }

  .mt-full-10,
.my-full-10 {
    margin-top: 0.625rem !important;
  }

  .mr-full-10,
.mx-full-10 {
    margin-right: 0.625rem !important;
  }

  .mb-full-10,
.my-full-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-full-10,
.mx-full-10 {
    margin-left: 0.625rem !important;
  }

  .m-full-15 {
    margin: 0.9375rem !important;
  }

  .mt-full-15,
.my-full-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-full-15,
.mx-full-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-full-15,
.my-full-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-full-15,
.mx-full-15 {
    margin-left: 0.9375rem !important;
  }

  .m-full-20 {
    margin: 1.25rem !important;
  }

  .mt-full-20,
.my-full-20 {
    margin-top: 1.25rem !important;
  }

  .mr-full-20,
.mx-full-20 {
    margin-right: 1.25rem !important;
  }

  .mb-full-20,
.my-full-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-full-20,
.mx-full-20 {
    margin-left: 1.25rem !important;
  }

  .m-full-25 {
    margin: 1.5625rem !important;
  }

  .mt-full-25,
.my-full-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-full-25,
.mx-full-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-full-25,
.my-full-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-full-25,
.mx-full-25 {
    margin-left: 1.5625rem !important;
  }

  .m-full-30 {
    margin: 1.875rem !important;
  }

  .mt-full-30,
.my-full-30 {
    margin-top: 1.875rem !important;
  }

  .mr-full-30,
.mx-full-30 {
    margin-right: 1.875rem !important;
  }

  .mb-full-30,
.my-full-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-full-30,
.mx-full-30 {
    margin-left: 1.875rem !important;
  }

  .m-full-35 {
    margin: 2.1875rem !important;
  }

  .mt-full-35,
.my-full-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-full-35,
.mx-full-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-full-35,
.my-full-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-full-35,
.mx-full-35 {
    margin-left: 2.1875rem !important;
  }

  .m-full-40 {
    margin: 2.5rem !important;
  }

  .mt-full-40,
.my-full-40 {
    margin-top: 2.5rem !important;
  }

  .mr-full-40,
.mx-full-40 {
    margin-right: 2.5rem !important;
  }

  .mb-full-40,
.my-full-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-full-40,
.mx-full-40 {
    margin-left: 2.5rem !important;
  }

  .m-full-45 {
    margin: 2.8125rem !important;
  }

  .mt-full-45,
.my-full-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-full-45,
.mx-full-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-full-45,
.my-full-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-full-45,
.mx-full-45 {
    margin-left: 2.8125rem !important;
  }

  .m-full-50 {
    margin: 3.125rem !important;
  }

  .mt-full-50,
.my-full-50 {
    margin-top: 3.125rem !important;
  }

  .mr-full-50,
.mx-full-50 {
    margin-right: 3.125rem !important;
  }

  .mb-full-50,
.my-full-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-full-50,
.mx-full-50 {
    margin-left: 3.125rem !important;
  }

  .m-full-60 {
    margin: 3.75rem !important;
  }

  .mt-full-60,
.my-full-60 {
    margin-top: 3.75rem !important;
  }

  .mr-full-60,
.mx-full-60 {
    margin-right: 3.75rem !important;
  }

  .mb-full-60,
.my-full-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-full-60,
.mx-full-60 {
    margin-left: 3.75rem !important;
  }

  .m-full-70 {
    margin: 4.375rem !important;
  }

  .mt-full-70,
.my-full-70 {
    margin-top: 4.375rem !important;
  }

  .mr-full-70,
.mx-full-70 {
    margin-right: 4.375rem !important;
  }

  .mb-full-70,
.my-full-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-full-70,
.mx-full-70 {
    margin-left: 4.375rem !important;
  }

  .m-full-75 {
    margin: 4.6875rem !important;
  }

  .mt-full-75,
.my-full-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-full-75,
.mx-full-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-full-75,
.my-full-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-full-75,
.mx-full-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-full-90 {
    margin: 5.625rem !important;
  }

  .mt-full-90,
.my-full-90 {
    margin-top: 5.625rem !important;
  }

  .mr-full-90,
.mx-full-90 {
    margin-right: 5.625rem !important;
  }

  .mb-full-90,
.my-full-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-full-90,
.mx-full-90 {
    margin-left: 5.625rem !important;
  }

  .m-full-100 {
    margin: 6.25rem !important;
  }

  .mt-full-100,
.my-full-100 {
    margin-top: 6.25rem !important;
  }

  .mr-full-100,
.mx-full-100 {
    margin-right: 6.25rem !important;
  }

  .mb-full-100,
.my-full-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-full-100,
.mx-full-100 {
    margin-left: 6.25rem !important;
  }

  .m-full-120 {
    margin: 7.5rem !important;
  }

  .mt-full-120,
.my-full-120 {
    margin-top: 7.5rem !important;
  }

  .mr-full-120,
.mx-full-120 {
    margin-right: 7.5rem !important;
  }

  .mb-full-120,
.my-full-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-full-120,
.mx-full-120 {
    margin-left: 7.5rem !important;
  }

  .m-full-140 {
    margin: 8.75rem !important;
  }

  .mt-full-140,
.my-full-140 {
    margin-top: 8.75rem !important;
  }

  .mr-full-140,
.mx-full-140 {
    margin-right: 8.75rem !important;
  }

  .mb-full-140,
.my-full-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-full-140,
.mx-full-140 {
    margin-left: 8.75rem !important;
  }

  .m-full-170 {
    margin: 10.625rem !important;
  }

  .mt-full-170,
.my-full-170 {
    margin-top: 10.625rem !important;
  }

  .mr-full-170,
.mx-full-170 {
    margin-right: 10.625rem !important;
  }

  .mb-full-170,
.my-full-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-full-170,
.mx-full-170 {
    margin-left: 10.625rem !important;
  }

  .m-full-250 {
    margin: 15.625rem !important;
  }

  .mt-full-250,
.my-full-250 {
    margin-top: 15.625rem !important;
  }

  .mr-full-250,
.mx-full-250 {
    margin-right: 15.625rem !important;
  }

  .mb-full-250,
.my-full-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-full-250,
.mx-full-250 {
    margin-left: 15.625rem !important;
  }

  .p-full--300 {
    padding: -18.75rem !important;
  }

  .pt-full--300,
.py-full--300 {
    padding-top: -18.75rem !important;
  }

  .pr-full--300,
.px-full--300 {
    padding-right: -18.75rem !important;
  }

  .pb-full--300,
.py-full--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-full--300,
.px-full--300 {
    padding-left: -18.75rem !important;
  }

  .p-full--270 {
    padding: -16.875rem !important;
  }

  .pt-full--270,
.py-full--270 {
    padding-top: -16.875rem !important;
  }

  .pr-full--270,
.px-full--270 {
    padding-right: -16.875rem !important;
  }

  .pb-full--270,
.py-full--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-full--270,
.px-full--270 {
    padding-left: -16.875rem !important;
  }

  .p-full--100 {
    padding: -6.25rem !important;
  }

  .pt-full--100,
.py-full--100 {
    padding-top: -6.25rem !important;
  }

  .pr-full--100,
.px-full--100 {
    padding-right: -6.25rem !important;
  }

  .pb-full--100,
.py-full--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-full--100,
.px-full--100 {
    padding-left: -6.25rem !important;
  }

  .p-full--60 {
    padding: -3.75rem !important;
  }

  .pt-full--60,
.py-full--60 {
    padding-top: -3.75rem !important;
  }

  .pr-full--60,
.px-full--60 {
    padding-right: -3.75rem !important;
  }

  .pb-full--60,
.py-full--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-full--60,
.px-full--60 {
    padding-left: -3.75rem !important;
  }

  .p-full--45 {
    padding: -2.8125rem !important;
  }

  .pt-full--45,
.py-full--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-full--45,
.px-full--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-full--45,
.py-full--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-full--45,
.px-full--45 {
    padding-left: -2.8125rem !important;
  }

  .p-full--40 {
    padding: -2.5rem !important;
  }

  .pt-full--40,
.py-full--40 {
    padding-top: -2.5rem !important;
  }

  .pr-full--40,
.px-full--40 {
    padding-right: -2.5rem !important;
  }

  .pb-full--40,
.py-full--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-full--40,
.px-full--40 {
    padding-left: -2.5rem !important;
  }

  .p-full--30 {
    padding: -1.875rem !important;
  }

  .pt-full--30,
.py-full--30 {
    padding-top: -1.875rem !important;
  }

  .pr-full--30,
.px-full--30 {
    padding-right: -1.875rem !important;
  }

  .pb-full--30,
.py-full--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-full--30,
.px-full--30 {
    padding-left: -1.875rem !important;
  }

  .p-full--15 {
    padding: -0.9375rem !important;
  }

  .pt-full--15,
.py-full--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-full--15,
.px-full--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-full--15,
.py-full--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-full--15,
.px-full--15 {
    padding-left: -0.9375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-full-10 {
    padding: 0.625rem !important;
  }

  .pt-full-10,
.py-full-10 {
    padding-top: 0.625rem !important;
  }

  .pr-full-10,
.px-full-10 {
    padding-right: 0.625rem !important;
  }

  .pb-full-10,
.py-full-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-full-10,
.px-full-10 {
    padding-left: 0.625rem !important;
  }

  .p-full-15 {
    padding: 0.9375rem !important;
  }

  .pt-full-15,
.py-full-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-full-15,
.px-full-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-full-15,
.py-full-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-full-15,
.px-full-15 {
    padding-left: 0.9375rem !important;
  }

  .p-full-20 {
    padding: 1.25rem !important;
  }

  .pt-full-20,
.py-full-20 {
    padding-top: 1.25rem !important;
  }

  .pr-full-20,
.px-full-20 {
    padding-right: 1.25rem !important;
  }

  .pb-full-20,
.py-full-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-full-20,
.px-full-20 {
    padding-left: 1.25rem !important;
  }

  .p-full-25 {
    padding: 1.5625rem !important;
  }

  .pt-full-25,
.py-full-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-full-25,
.px-full-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-full-25,
.py-full-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-full-25,
.px-full-25 {
    padding-left: 1.5625rem !important;
  }

  .p-full-30 {
    padding: 1.875rem !important;
  }

  .pt-full-30,
.py-full-30 {
    padding-top: 1.875rem !important;
  }

  .pr-full-30,
.px-full-30 {
    padding-right: 1.875rem !important;
  }

  .pb-full-30,
.py-full-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-full-30,
.px-full-30 {
    padding-left: 1.875rem !important;
  }

  .p-full-35 {
    padding: 2.1875rem !important;
  }

  .pt-full-35,
.py-full-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-full-35,
.px-full-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-full-35,
.py-full-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-full-35,
.px-full-35 {
    padding-left: 2.1875rem !important;
  }

  .p-full-40 {
    padding: 2.5rem !important;
  }

  .pt-full-40,
.py-full-40 {
    padding-top: 2.5rem !important;
  }

  .pr-full-40,
.px-full-40 {
    padding-right: 2.5rem !important;
  }

  .pb-full-40,
.py-full-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-full-40,
.px-full-40 {
    padding-left: 2.5rem !important;
  }

  .p-full-45 {
    padding: 2.8125rem !important;
  }

  .pt-full-45,
.py-full-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-full-45,
.px-full-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-full-45,
.py-full-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-full-45,
.px-full-45 {
    padding-left: 2.8125rem !important;
  }

  .p-full-50 {
    padding: 3.125rem !important;
  }

  .pt-full-50,
.py-full-50 {
    padding-top: 3.125rem !important;
  }

  .pr-full-50,
.px-full-50 {
    padding-right: 3.125rem !important;
  }

  .pb-full-50,
.py-full-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-full-50,
.px-full-50 {
    padding-left: 3.125rem !important;
  }

  .p-full-60 {
    padding: 3.75rem !important;
  }

  .pt-full-60,
.py-full-60 {
    padding-top: 3.75rem !important;
  }

  .pr-full-60,
.px-full-60 {
    padding-right: 3.75rem !important;
  }

  .pb-full-60,
.py-full-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-full-60,
.px-full-60 {
    padding-left: 3.75rem !important;
  }

  .p-full-70 {
    padding: 4.375rem !important;
  }

  .pt-full-70,
.py-full-70 {
    padding-top: 4.375rem !important;
  }

  .pr-full-70,
.px-full-70 {
    padding-right: 4.375rem !important;
  }

  .pb-full-70,
.py-full-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-full-70,
.px-full-70 {
    padding-left: 4.375rem !important;
  }

  .p-full-75 {
    padding: 4.6875rem !important;
  }

  .pt-full-75,
.py-full-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-full-75,
.px-full-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-full-75,
.py-full-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-full-75,
.px-full-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-full-90 {
    padding: 5.625rem !important;
  }

  .pt-full-90,
.py-full-90 {
    padding-top: 5.625rem !important;
  }

  .pr-full-90,
.px-full-90 {
    padding-right: 5.625rem !important;
  }

  .pb-full-90,
.py-full-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-full-90,
.px-full-90 {
    padding-left: 5.625rem !important;
  }

  .p-full-100 {
    padding: 6.25rem !important;
  }

  .pt-full-100,
.py-full-100 {
    padding-top: 6.25rem !important;
  }

  .pr-full-100,
.px-full-100 {
    padding-right: 6.25rem !important;
  }

  .pb-full-100,
.py-full-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-full-100,
.px-full-100 {
    padding-left: 6.25rem !important;
  }

  .p-full-120 {
    padding: 7.5rem !important;
  }

  .pt-full-120,
.py-full-120 {
    padding-top: 7.5rem !important;
  }

  .pr-full-120,
.px-full-120 {
    padding-right: 7.5rem !important;
  }

  .pb-full-120,
.py-full-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-full-120,
.px-full-120 {
    padding-left: 7.5rem !important;
  }

  .p-full-140 {
    padding: 8.75rem !important;
  }

  .pt-full-140,
.py-full-140 {
    padding-top: 8.75rem !important;
  }

  .pr-full-140,
.px-full-140 {
    padding-right: 8.75rem !important;
  }

  .pb-full-140,
.py-full-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-full-140,
.px-full-140 {
    padding-left: 8.75rem !important;
  }

  .p-full-170 {
    padding: 10.625rem !important;
  }

  .pt-full-170,
.py-full-170 {
    padding-top: 10.625rem !important;
  }

  .pr-full-170,
.px-full-170 {
    padding-right: 10.625rem !important;
  }

  .pb-full-170,
.py-full-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-full-170,
.px-full-170 {
    padding-left: 10.625rem !important;
  }

  .p-full-250 {
    padding: 15.625rem !important;
  }

  .pt-full-250,
.py-full-250 {
    padding-top: 15.625rem !important;
  }

  .pr-full-250,
.px-full-250 {
    padding-right: 15.625rem !important;
  }

  .pb-full-250,
.py-full-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-full-250,
.px-full-250 {
    padding-left: 15.625rem !important;
  }

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

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

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

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

  .ml-full-auto,
.mx-full-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-fullMax--300 {
    margin: -18.75rem !important;
  }

  .mt-fullMax--300,
.my-fullMax--300 {
    margin-top: -18.75rem !important;
  }

  .mr-fullMax--300,
.mx-fullMax--300 {
    margin-right: -18.75rem !important;
  }

  .mb-fullMax--300,
.my-fullMax--300 {
    margin-bottom: -18.75rem !important;
  }

  .ml-fullMax--300,
.mx-fullMax--300 {
    margin-left: -18.75rem !important;
  }

  .m-fullMax--270 {
    margin: -16.875rem !important;
  }

  .mt-fullMax--270,
.my-fullMax--270 {
    margin-top: -16.875rem !important;
  }

  .mr-fullMax--270,
.mx-fullMax--270 {
    margin-right: -16.875rem !important;
  }

  .mb-fullMax--270,
.my-fullMax--270 {
    margin-bottom: -16.875rem !important;
  }

  .ml-fullMax--270,
.mx-fullMax--270 {
    margin-left: -16.875rem !important;
  }

  .m-fullMax--100 {
    margin: -6.25rem !important;
  }

  .mt-fullMax--100,
.my-fullMax--100 {
    margin-top: -6.25rem !important;
  }

  .mr-fullMax--100,
.mx-fullMax--100 {
    margin-right: -6.25rem !important;
  }

  .mb-fullMax--100,
.my-fullMax--100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-fullMax--100,
.mx-fullMax--100 {
    margin-left: -6.25rem !important;
  }

  .m-fullMax--60 {
    margin: -3.75rem !important;
  }

  .mt-fullMax--60,
.my-fullMax--60 {
    margin-top: -3.75rem !important;
  }

  .mr-fullMax--60,
.mx-fullMax--60 {
    margin-right: -3.75rem !important;
  }

  .mb-fullMax--60,
.my-fullMax--60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-fullMax--60,
.mx-fullMax--60 {
    margin-left: -3.75rem !important;
  }

  .m-fullMax--45 {
    margin: -2.8125rem !important;
  }

  .mt-fullMax--45,
.my-fullMax--45 {
    margin-top: -2.8125rem !important;
  }

  .mr-fullMax--45,
.mx-fullMax--45 {
    margin-right: -2.8125rem !important;
  }

  .mb-fullMax--45,
.my-fullMax--45 {
    margin-bottom: -2.8125rem !important;
  }

  .ml-fullMax--45,
.mx-fullMax--45 {
    margin-left: -2.8125rem !important;
  }

  .m-fullMax--40 {
    margin: -2.5rem !important;
  }

  .mt-fullMax--40,
.my-fullMax--40 {
    margin-top: -2.5rem !important;
  }

  .mr-fullMax--40,
.mx-fullMax--40 {
    margin-right: -2.5rem !important;
  }

  .mb-fullMax--40,
.my-fullMax--40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-fullMax--40,
.mx-fullMax--40 {
    margin-left: -2.5rem !important;
  }

  .m-fullMax--30 {
    margin: -1.875rem !important;
  }

  .mt-fullMax--30,
.my-fullMax--30 {
    margin-top: -1.875rem !important;
  }

  .mr-fullMax--30,
.mx-fullMax--30 {
    margin-right: -1.875rem !important;
  }

  .mb-fullMax--30,
.my-fullMax--30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-fullMax--30,
.mx-fullMax--30 {
    margin-left: -1.875rem !important;
  }

  .m-fullMax--15 {
    margin: -0.9375rem !important;
  }

  .mt-fullMax--15,
.my-fullMax--15 {
    margin-top: -0.9375rem !important;
  }

  .mr-fullMax--15,
.mx-fullMax--15 {
    margin-right: -0.9375rem !important;
  }

  .mb-fullMax--15,
.my-fullMax--15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-fullMax--15,
.mx-fullMax--15 {
    margin-left: -0.9375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-fullMax-10 {
    margin: 0.625rem !important;
  }

  .mt-fullMax-10,
.my-fullMax-10 {
    margin-top: 0.625rem !important;
  }

  .mr-fullMax-10,
.mx-fullMax-10 {
    margin-right: 0.625rem !important;
  }

  .mb-fullMax-10,
.my-fullMax-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-fullMax-10,
.mx-fullMax-10 {
    margin-left: 0.625rem !important;
  }

  .m-fullMax-15 {
    margin: 0.9375rem !important;
  }

  .mt-fullMax-15,
.my-fullMax-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-fullMax-15,
.mx-fullMax-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-fullMax-15,
.my-fullMax-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-fullMax-15,
.mx-fullMax-15 {
    margin-left: 0.9375rem !important;
  }

  .m-fullMax-20 {
    margin: 1.25rem !important;
  }

  .mt-fullMax-20,
.my-fullMax-20 {
    margin-top: 1.25rem !important;
  }

  .mr-fullMax-20,
.mx-fullMax-20 {
    margin-right: 1.25rem !important;
  }

  .mb-fullMax-20,
.my-fullMax-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-fullMax-20,
.mx-fullMax-20 {
    margin-left: 1.25rem !important;
  }

  .m-fullMax-25 {
    margin: 1.5625rem !important;
  }

  .mt-fullMax-25,
.my-fullMax-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-fullMax-25,
.mx-fullMax-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-fullMax-25,
.my-fullMax-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-fullMax-25,
.mx-fullMax-25 {
    margin-left: 1.5625rem !important;
  }

  .m-fullMax-30 {
    margin: 1.875rem !important;
  }

  .mt-fullMax-30,
.my-fullMax-30 {
    margin-top: 1.875rem !important;
  }

  .mr-fullMax-30,
.mx-fullMax-30 {
    margin-right: 1.875rem !important;
  }

  .mb-fullMax-30,
.my-fullMax-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-fullMax-30,
.mx-fullMax-30 {
    margin-left: 1.875rem !important;
  }

  .m-fullMax-35 {
    margin: 2.1875rem !important;
  }

  .mt-fullMax-35,
.my-fullMax-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-fullMax-35,
.mx-fullMax-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-fullMax-35,
.my-fullMax-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-fullMax-35,
.mx-fullMax-35 {
    margin-left: 2.1875rem !important;
  }

  .m-fullMax-40 {
    margin: 2.5rem !important;
  }

  .mt-fullMax-40,
.my-fullMax-40 {
    margin-top: 2.5rem !important;
  }

  .mr-fullMax-40,
.mx-fullMax-40 {
    margin-right: 2.5rem !important;
  }

  .mb-fullMax-40,
.my-fullMax-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-fullMax-40,
.mx-fullMax-40 {
    margin-left: 2.5rem !important;
  }

  .m-fullMax-45 {
    margin: 2.8125rem !important;
  }

  .mt-fullMax-45,
.my-fullMax-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-fullMax-45,
.mx-fullMax-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-fullMax-45,
.my-fullMax-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-fullMax-45,
.mx-fullMax-45 {
    margin-left: 2.8125rem !important;
  }

  .m-fullMax-50 {
    margin: 3.125rem !important;
  }

  .mt-fullMax-50,
.my-fullMax-50 {
    margin-top: 3.125rem !important;
  }

  .mr-fullMax-50,
.mx-fullMax-50 {
    margin-right: 3.125rem !important;
  }

  .mb-fullMax-50,
.my-fullMax-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-fullMax-50,
.mx-fullMax-50 {
    margin-left: 3.125rem !important;
  }

  .m-fullMax-60 {
    margin: 3.75rem !important;
  }

  .mt-fullMax-60,
.my-fullMax-60 {
    margin-top: 3.75rem !important;
  }

  .mr-fullMax-60,
.mx-fullMax-60 {
    margin-right: 3.75rem !important;
  }

  .mb-fullMax-60,
.my-fullMax-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-fullMax-60,
.mx-fullMax-60 {
    margin-left: 3.75rem !important;
  }

  .m-fullMax-70 {
    margin: 4.375rem !important;
  }

  .mt-fullMax-70,
.my-fullMax-70 {
    margin-top: 4.375rem !important;
  }

  .mr-fullMax-70,
.mx-fullMax-70 {
    margin-right: 4.375rem !important;
  }

  .mb-fullMax-70,
.my-fullMax-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-fullMax-70,
.mx-fullMax-70 {
    margin-left: 4.375rem !important;
  }

  .m-fullMax-75 {
    margin: 4.6875rem !important;
  }

  .mt-fullMax-75,
.my-fullMax-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-fullMax-75,
.mx-fullMax-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-fullMax-75,
.my-fullMax-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-fullMax-75,
.mx-fullMax-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-fullMax-90 {
    margin: 5.625rem !important;
  }

  .mt-fullMax-90,
.my-fullMax-90 {
    margin-top: 5.625rem !important;
  }

  .mr-fullMax-90,
.mx-fullMax-90 {
    margin-right: 5.625rem !important;
  }

  .mb-fullMax-90,
.my-fullMax-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-fullMax-90,
.mx-fullMax-90 {
    margin-left: 5.625rem !important;
  }

  .m-fullMax-100 {
    margin: 6.25rem !important;
  }

  .mt-fullMax-100,
.my-fullMax-100 {
    margin-top: 6.25rem !important;
  }

  .mr-fullMax-100,
.mx-fullMax-100 {
    margin-right: 6.25rem !important;
  }

  .mb-fullMax-100,
.my-fullMax-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-fullMax-100,
.mx-fullMax-100 {
    margin-left: 6.25rem !important;
  }

  .m-fullMax-120 {
    margin: 7.5rem !important;
  }

  .mt-fullMax-120,
.my-fullMax-120 {
    margin-top: 7.5rem !important;
  }

  .mr-fullMax-120,
.mx-fullMax-120 {
    margin-right: 7.5rem !important;
  }

  .mb-fullMax-120,
.my-fullMax-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-fullMax-120,
.mx-fullMax-120 {
    margin-left: 7.5rem !important;
  }

  .m-fullMax-140 {
    margin: 8.75rem !important;
  }

  .mt-fullMax-140,
.my-fullMax-140 {
    margin-top: 8.75rem !important;
  }

  .mr-fullMax-140,
.mx-fullMax-140 {
    margin-right: 8.75rem !important;
  }

  .mb-fullMax-140,
.my-fullMax-140 {
    margin-bottom: 8.75rem !important;
  }

  .ml-fullMax-140,
.mx-fullMax-140 {
    margin-left: 8.75rem !important;
  }

  .m-fullMax-170 {
    margin: 10.625rem !important;
  }

  .mt-fullMax-170,
.my-fullMax-170 {
    margin-top: 10.625rem !important;
  }

  .mr-fullMax-170,
.mx-fullMax-170 {
    margin-right: 10.625rem !important;
  }

  .mb-fullMax-170,
.my-fullMax-170 {
    margin-bottom: 10.625rem !important;
  }

  .ml-fullMax-170,
.mx-fullMax-170 {
    margin-left: 10.625rem !important;
  }

  .m-fullMax-250 {
    margin: 15.625rem !important;
  }

  .mt-fullMax-250,
.my-fullMax-250 {
    margin-top: 15.625rem !important;
  }

  .mr-fullMax-250,
.mx-fullMax-250 {
    margin-right: 15.625rem !important;
  }

  .mb-fullMax-250,
.my-fullMax-250 {
    margin-bottom: 15.625rem !important;
  }

  .ml-fullMax-250,
.mx-fullMax-250 {
    margin-left: 15.625rem !important;
  }

  .p-fullMax--300 {
    padding: -18.75rem !important;
  }

  .pt-fullMax--300,
.py-fullMax--300 {
    padding-top: -18.75rem !important;
  }

  .pr-fullMax--300,
.px-fullMax--300 {
    padding-right: -18.75rem !important;
  }

  .pb-fullMax--300,
.py-fullMax--300 {
    padding-bottom: -18.75rem !important;
  }

  .pl-fullMax--300,
.px-fullMax--300 {
    padding-left: -18.75rem !important;
  }

  .p-fullMax--270 {
    padding: -16.875rem !important;
  }

  .pt-fullMax--270,
.py-fullMax--270 {
    padding-top: -16.875rem !important;
  }

  .pr-fullMax--270,
.px-fullMax--270 {
    padding-right: -16.875rem !important;
  }

  .pb-fullMax--270,
.py-fullMax--270 {
    padding-bottom: -16.875rem !important;
  }

  .pl-fullMax--270,
.px-fullMax--270 {
    padding-left: -16.875rem !important;
  }

  .p-fullMax--100 {
    padding: -6.25rem !important;
  }

  .pt-fullMax--100,
.py-fullMax--100 {
    padding-top: -6.25rem !important;
  }

  .pr-fullMax--100,
.px-fullMax--100 {
    padding-right: -6.25rem !important;
  }

  .pb-fullMax--100,
.py-fullMax--100 {
    padding-bottom: -6.25rem !important;
  }

  .pl-fullMax--100,
.px-fullMax--100 {
    padding-left: -6.25rem !important;
  }

  .p-fullMax--60 {
    padding: -3.75rem !important;
  }

  .pt-fullMax--60,
.py-fullMax--60 {
    padding-top: -3.75rem !important;
  }

  .pr-fullMax--60,
.px-fullMax--60 {
    padding-right: -3.75rem !important;
  }

  .pb-fullMax--60,
.py-fullMax--60 {
    padding-bottom: -3.75rem !important;
  }

  .pl-fullMax--60,
.px-fullMax--60 {
    padding-left: -3.75rem !important;
  }

  .p-fullMax--45 {
    padding: -2.8125rem !important;
  }

  .pt-fullMax--45,
.py-fullMax--45 {
    padding-top: -2.8125rem !important;
  }

  .pr-fullMax--45,
.px-fullMax--45 {
    padding-right: -2.8125rem !important;
  }

  .pb-fullMax--45,
.py-fullMax--45 {
    padding-bottom: -2.8125rem !important;
  }

  .pl-fullMax--45,
.px-fullMax--45 {
    padding-left: -2.8125rem !important;
  }

  .p-fullMax--40 {
    padding: -2.5rem !important;
  }

  .pt-fullMax--40,
.py-fullMax--40 {
    padding-top: -2.5rem !important;
  }

  .pr-fullMax--40,
.px-fullMax--40 {
    padding-right: -2.5rem !important;
  }

  .pb-fullMax--40,
.py-fullMax--40 {
    padding-bottom: -2.5rem !important;
  }

  .pl-fullMax--40,
.px-fullMax--40 {
    padding-left: -2.5rem !important;
  }

  .p-fullMax--30 {
    padding: -1.875rem !important;
  }

  .pt-fullMax--30,
.py-fullMax--30 {
    padding-top: -1.875rem !important;
  }

  .pr-fullMax--30,
.px-fullMax--30 {
    padding-right: -1.875rem !important;
  }

  .pb-fullMax--30,
.py-fullMax--30 {
    padding-bottom: -1.875rem !important;
  }

  .pl-fullMax--30,
.px-fullMax--30 {
    padding-left: -1.875rem !important;
  }

  .p-fullMax--15 {
    padding: -0.9375rem !important;
  }

  .pt-fullMax--15,
.py-fullMax--15 {
    padding-top: -0.9375rem !important;
  }

  .pr-fullMax--15,
.px-fullMax--15 {
    padding-right: -0.9375rem !important;
  }

  .pb-fullMax--15,
.py-fullMax--15 {
    padding-bottom: -0.9375rem !important;
  }

  .pl-fullMax--15,
.px-fullMax--15 {
    padding-left: -0.9375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-fullMax-10 {
    padding: 0.625rem !important;
  }

  .pt-fullMax-10,
.py-fullMax-10 {
    padding-top: 0.625rem !important;
  }

  .pr-fullMax-10,
.px-fullMax-10 {
    padding-right: 0.625rem !important;
  }

  .pb-fullMax-10,
.py-fullMax-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-fullMax-10,
.px-fullMax-10 {
    padding-left: 0.625rem !important;
  }

  .p-fullMax-15 {
    padding: 0.9375rem !important;
  }

  .pt-fullMax-15,
.py-fullMax-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-fullMax-15,
.px-fullMax-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-fullMax-15,
.py-fullMax-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-fullMax-15,
.px-fullMax-15 {
    padding-left: 0.9375rem !important;
  }

  .p-fullMax-20 {
    padding: 1.25rem !important;
  }

  .pt-fullMax-20,
.py-fullMax-20 {
    padding-top: 1.25rem !important;
  }

  .pr-fullMax-20,
.px-fullMax-20 {
    padding-right: 1.25rem !important;
  }

  .pb-fullMax-20,
.py-fullMax-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-fullMax-20,
.px-fullMax-20 {
    padding-left: 1.25rem !important;
  }

  .p-fullMax-25 {
    padding: 1.5625rem !important;
  }

  .pt-fullMax-25,
.py-fullMax-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-fullMax-25,
.px-fullMax-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-fullMax-25,
.py-fullMax-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-fullMax-25,
.px-fullMax-25 {
    padding-left: 1.5625rem !important;
  }

  .p-fullMax-30 {
    padding: 1.875rem !important;
  }

  .pt-fullMax-30,
.py-fullMax-30 {
    padding-top: 1.875rem !important;
  }

  .pr-fullMax-30,
.px-fullMax-30 {
    padding-right: 1.875rem !important;
  }

  .pb-fullMax-30,
.py-fullMax-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-fullMax-30,
.px-fullMax-30 {
    padding-left: 1.875rem !important;
  }

  .p-fullMax-35 {
    padding: 2.1875rem !important;
  }

  .pt-fullMax-35,
.py-fullMax-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-fullMax-35,
.px-fullMax-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-fullMax-35,
.py-fullMax-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-fullMax-35,
.px-fullMax-35 {
    padding-left: 2.1875rem !important;
  }

  .p-fullMax-40 {
    padding: 2.5rem !important;
  }

  .pt-fullMax-40,
.py-fullMax-40 {
    padding-top: 2.5rem !important;
  }

  .pr-fullMax-40,
.px-fullMax-40 {
    padding-right: 2.5rem !important;
  }

  .pb-fullMax-40,
.py-fullMax-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-fullMax-40,
.px-fullMax-40 {
    padding-left: 2.5rem !important;
  }

  .p-fullMax-45 {
    padding: 2.8125rem !important;
  }

  .pt-fullMax-45,
.py-fullMax-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-fullMax-45,
.px-fullMax-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-fullMax-45,
.py-fullMax-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-fullMax-45,
.px-fullMax-45 {
    padding-left: 2.8125rem !important;
  }

  .p-fullMax-50 {
    padding: 3.125rem !important;
  }

  .pt-fullMax-50,
.py-fullMax-50 {
    padding-top: 3.125rem !important;
  }

  .pr-fullMax-50,
.px-fullMax-50 {
    padding-right: 3.125rem !important;
  }

  .pb-fullMax-50,
.py-fullMax-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-fullMax-50,
.px-fullMax-50 {
    padding-left: 3.125rem !important;
  }

  .p-fullMax-60 {
    padding: 3.75rem !important;
  }

  .pt-fullMax-60,
.py-fullMax-60 {
    padding-top: 3.75rem !important;
  }

  .pr-fullMax-60,
.px-fullMax-60 {
    padding-right: 3.75rem !important;
  }

  .pb-fullMax-60,
.py-fullMax-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-fullMax-60,
.px-fullMax-60 {
    padding-left: 3.75rem !important;
  }

  .p-fullMax-70 {
    padding: 4.375rem !important;
  }

  .pt-fullMax-70,
.py-fullMax-70 {
    padding-top: 4.375rem !important;
  }

  .pr-fullMax-70,
.px-fullMax-70 {
    padding-right: 4.375rem !important;
  }

  .pb-fullMax-70,
.py-fullMax-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-fullMax-70,
.px-fullMax-70 {
    padding-left: 4.375rem !important;
  }

  .p-fullMax-75 {
    padding: 4.6875rem !important;
  }

  .pt-fullMax-75,
.py-fullMax-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-fullMax-75,
.px-fullMax-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-fullMax-75,
.py-fullMax-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-fullMax-75,
.px-fullMax-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-fullMax-90 {
    padding: 5.625rem !important;
  }

  .pt-fullMax-90,
.py-fullMax-90 {
    padding-top: 5.625rem !important;
  }

  .pr-fullMax-90,
.px-fullMax-90 {
    padding-right: 5.625rem !important;
  }

  .pb-fullMax-90,
.py-fullMax-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-fullMax-90,
.px-fullMax-90 {
    padding-left: 5.625rem !important;
  }

  .p-fullMax-100 {
    padding: 6.25rem !important;
  }

  .pt-fullMax-100,
.py-fullMax-100 {
    padding-top: 6.25rem !important;
  }

  .pr-fullMax-100,
.px-fullMax-100 {
    padding-right: 6.25rem !important;
  }

  .pb-fullMax-100,
.py-fullMax-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-fullMax-100,
.px-fullMax-100 {
    padding-left: 6.25rem !important;
  }

  .p-fullMax-120 {
    padding: 7.5rem !important;
  }

  .pt-fullMax-120,
.py-fullMax-120 {
    padding-top: 7.5rem !important;
  }

  .pr-fullMax-120,
.px-fullMax-120 {
    padding-right: 7.5rem !important;
  }

  .pb-fullMax-120,
.py-fullMax-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-fullMax-120,
.px-fullMax-120 {
    padding-left: 7.5rem !important;
  }

  .p-fullMax-140 {
    padding: 8.75rem !important;
  }

  .pt-fullMax-140,
.py-fullMax-140 {
    padding-top: 8.75rem !important;
  }

  .pr-fullMax-140,
.px-fullMax-140 {
    padding-right: 8.75rem !important;
  }

  .pb-fullMax-140,
.py-fullMax-140 {
    padding-bottom: 8.75rem !important;
  }

  .pl-fullMax-140,
.px-fullMax-140 {
    padding-left: 8.75rem !important;
  }

  .p-fullMax-170 {
    padding: 10.625rem !important;
  }

  .pt-fullMax-170,
.py-fullMax-170 {
    padding-top: 10.625rem !important;
  }

  .pr-fullMax-170,
.px-fullMax-170 {
    padding-right: 10.625rem !important;
  }

  .pb-fullMax-170,
.py-fullMax-170 {
    padding-bottom: 10.625rem !important;
  }

  .pl-fullMax-170,
.px-fullMax-170 {
    padding-left: 10.625rem !important;
  }

  .p-fullMax-250 {
    padding: 15.625rem !important;
  }

  .pt-fullMax-250,
.py-fullMax-250 {
    padding-top: 15.625rem !important;
  }

  .pr-fullMax-250,
.px-fullMax-250 {
    padding-right: 15.625rem !important;
  }

  .pb-fullMax-250,
.py-fullMax-250 {
    padding-bottom: 15.625rem !important;
  }

  .pl-fullMax-250,
.px-fullMax-250 {
    padding-left: 15.625rem !important;
  }

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

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

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

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

  .ml-fullMax-auto,
.mx-fullMax-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1560px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-full-left {
    text-align: left !important;
  }

  .text-full-right {
    text-align: right !important;
  }

  .text-full-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fullMax-left {
    text-align: left !important;
  }

  .text-fullMax-right {
    text-align: right !important;
  }

  .text-fullMax-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: normal !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: normal !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #FBB281 !important;
}

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

.text-secondary {
  color: #008FDC !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #006ea9 !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-light {
  color: #F3F3F3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dadada !important;
}

.text-dark {
  color: #3B4046 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #24272a !important;
}

.text-body {
  color: #53585F !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;
}

@font-face {
  font-family: "Apercu-Light";
  src: url("../fonts/Apercu-Light.eot");
  src: url("../fonts/Apercu-Light.woff2") format("woff2"), url("../fonts/Apercu-Light.woff") format("woff"), url("../fonts/Apercu-Light.ttf") format("truetype"), url("../fonts/Apercu-Light.svg#Apercu-Light") format("svg"), url("../fonts/Apercu-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu-Regular";
  src: url("../fonts/Apercu-Regular.eot");
  src: url("../fonts/Apercu-Regular.woff2") format("woff2"), url("../fonts/Apercu-Regular.woff") format("woff"), url("../fonts/Apercu-Regular.ttf") format("truetype"), url("../fonts/Apercu-Regular.svg#Apercu-Regular") format("svg"), url("../fonts/Apercu-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu-Medium";
  src: url("../fonts/Apercu-Medium.eot");
  src: url("../fonts/Apercu-Medium.woff2") format("woff2"), url("../fonts/Apercu-Medium.woff") format("woff"), url("../fonts/Apercu-Medium.ttf") format("truetype"), url("../fonts/Apercu-Medium.svg#Apercu-Medium") format("svg"), url("../fonts/Apercu-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu-Bold";
  src: url("../fonts/Apercu-Bold.eot");
  src: url("../fonts/Apercu-Bold.woff2") format("woff2"), url("../fonts/Apercu-Bold.woff") format("woff"), url("../fonts/Apercu-Bold.ttf") format("truetype"), url("../fonts/Apercu-Bold.svg#Apercu-Bold") format("svg"), url("../fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-weight-light {
  font-family: "Apercu-Light", Arial, sans-serif;
}

.font-weight-normal {
  font-family: "Apercu-Regular", Arial, sans-serif;
}

.font-weight-medium {
  font-family: "Apercu-Medium", Arial, sans-serif;
}

.font-weight-bold {
  font-family: "Apercu-Bold", Arial, sans-serif;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-size-10 {
  font-size: 10px;
  line-height: 1;
}

.font-size-11 {
  font-size: 11px;
  line-height: 1;
}

.font-size-12 {
  font-size: 12px;
  line-height: 1;
}

.font-size-13 {
  font-size: 13px;
  line-height: 1.45;
}

.font-size-14 {
  font-size: 14px;
  line-height: 1.45;
}

.font-size-16 {
  font-size: 16px;
  line-height: 1.35;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.35;
}

.font-size-20 {
  font-size: 20px;
  line-height: 1.35;
}

.font-size-22 {
  font-size: 22px;
  line-height: 1.35;
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.35;
}

.font-size-26 {
  font-size: 26px;
  line-height: 1.2;
}

.font-size-28 {
  font-size: 28px;
  line-height: 1.25;
}

.font-size-30 {
  font-size: 30px;
  line-height: 1.15;
}

.font-size-32 {
  font-size: 32px;
  line-height: 1.15;
}

.font-size-34 {
  font-size: 34px;
  line-height: 1.15;
}

.font-size-42 {
  font-size: 42px;
  line-height: 1;
}

.font-size-46 {
  font-size: 46px;
  line-height: 1;
}

.font-size-50 {
  font-size: 50px;
  line-height: 1;
}

.font-size-56 {
  font-size: 56px;
  line-height: 1;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1;
}

.font-size-72 {
  font-size: 72px;
  line-height: 1;
}

.font-size-100 {
  font-size: 100px;
  line-height: 1;
}

.font-size-130 {
  font-size: 130px;
  line-height: 1;
}

@media (min-width: 576px) {
  .font-size-sm-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-sm-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-sm-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-sm-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-sm-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-sm-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-sm-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-sm-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-sm-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-sm-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-sm-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-sm-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-sm-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-sm-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-sm-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-sm-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-sm-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-sm-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-sm-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-sm-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-sm-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-sm-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-sm-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-size-md-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-md-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-md-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-md-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-md-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-md-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-md-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-md-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-md-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-md-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-md-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-md-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-md-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-md-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-md-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-md-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-md-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-md-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-md-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-md-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-md-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-md-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-md-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .font-size-lg-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-lg-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-lg-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-lg-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-lg-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-lg-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-lg-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-lg-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-lg-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-lg-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-lg-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-lg-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-lg-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-lg-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-lg-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-lg-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-lg-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-lg-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-lg-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-lg-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-lg-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-lg-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-lg-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .font-size-xl-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-xl-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-xl-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-xl-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-xl-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-xl-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-xl-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-xl-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-xl-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-xl-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-xl-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-xl-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-xl-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-xl-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-xl-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-xl-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-xl-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-xl-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-xl-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-xl-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-xl-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-xl-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-xl-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .font-size-xxl-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-xxl-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-xxl-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-xxl-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-xxl-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-xxl-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-xxl-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-xxl-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-xxl-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-xxl-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-xxl-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-xxl-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-xxl-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-xxl-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-xxl-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-xxl-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-xxl-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-xxl-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-xxl-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-xxl-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-xxl-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-xxl-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-xxl-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1560px) {
  .font-size-xxxl-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-xxxl-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-xxxl-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-xxxl-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-xxxl-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-xxxl-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-xxxl-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-xxxl-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-xxxl-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-xxxl-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-xxxl-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-xxxl-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-xxxl-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-xxxl-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-xxxl-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-xxxl-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-xxxl-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-xxxl-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-xxxl-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-xxxl-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-xxxl-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-xxxl-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-xxxl-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1680px) {
  .font-size-full-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-full-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-full-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-full-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-full-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-full-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-full-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-full-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-full-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-full-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-full-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-full-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-full-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-full-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-full-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-full-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-full-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-full-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-full-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-full-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-full-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-full-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-full-130 {
    font-size: 130px;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  .font-size-fullMax-10 {
    font-size: 10px;
    line-height: 1;
  }

  .font-size-fullMax-11 {
    font-size: 11px;
    line-height: 1;
  }

  .font-size-fullMax-12 {
    font-size: 12px;
    line-height: 1;
  }

  .font-size-fullMax-13 {
    font-size: 13px;
    line-height: 1.45;
  }

  .font-size-fullMax-14 {
    font-size: 14px;
    line-height: 1.45;
  }

  .font-size-fullMax-16 {
    font-size: 16px;
    line-height: 1.35;
  }

  .font-size-fullMax-18 {
    font-size: 18px;
    line-height: 1.35;
  }

  .font-size-fullMax-20 {
    font-size: 20px;
    line-height: 1.35;
  }

  .font-size-fullMax-22 {
    font-size: 22px;
    line-height: 1.35;
  }

  .font-size-fullMax-24 {
    font-size: 24px;
    line-height: 1.35;
  }

  .font-size-fullMax-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .font-size-fullMax-28 {
    font-size: 28px;
    line-height: 1.25;
  }

  .font-size-fullMax-30 {
    font-size: 30px;
    line-height: 1.15;
  }

  .font-size-fullMax-32 {
    font-size: 32px;
    line-height: 1.15;
  }

  .font-size-fullMax-34 {
    font-size: 34px;
    line-height: 1.15;
  }

  .font-size-fullMax-42 {
    font-size: 42px;
    line-height: 1;
  }

  .font-size-fullMax-46 {
    font-size: 46px;
    line-height: 1;
  }

  .font-size-fullMax-50 {
    font-size: 50px;
    line-height: 1;
  }

  .font-size-fullMax-56 {
    font-size: 56px;
    line-height: 1;
  }

  .font-size-fullMax-60 {
    font-size: 60px;
    line-height: 1;
  }

  .font-size-fullMax-72 {
    font-size: 72px;
    line-height: 1;
  }

  .font-size-fullMax-100 {
    font-size: 100px;
    line-height: 1;
  }

  .font-size-fullMax-130 {
    font-size: 130px;
    line-height: 1;
  }
}
.vh-100 {
  height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.vw-50 {
  width: 50vw;
}

@media (min-width: 576px) {
  .vh-sm-100 {
    height: 100vh;
  }

  .vw-sm-100 {
    width: 100vw;
  }

  .vw-sm-50 {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh;
  }

  .vw-md-100 {
    width: 100vw;
  }

  .vw-md-50 {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .vh-lg-100 {
    height: 100vh;
  }

  .vw-lg-100 {
    width: 100vw;
  }

  .vw-lg-50 {
    width: 50vw;
  }
}
@media (min-width: 1280px) {
  .vh-xl-100 {
    height: 100vh;
  }

  .vw-xl-100 {
    width: 100vw;
  }

  .vw-xl-50 {
    width: 50vw;
  }
}
@media (min-width: 1366px) {
  .vh-xxl-100 {
    height: 100vh;
  }

  .vw-xxl-100 {
    width: 100vw;
  }

  .vw-xxl-50 {
    width: 50vw;
  }
}
@media (min-width: 1560px) {
  .vh-xxxl-100 {
    height: 100vh;
  }

  .vw-xxxl-100 {
    width: 100vw;
  }

  .vw-xxxl-50 {
    width: 50vw;
  }
}
@media (min-width: 1680px) {
  .vh-full-100 {
    height: 100vh;
  }

  .vw-full-100 {
    width: 100vw;
  }

  .vw-full-50 {
    width: 50vw;
  }
}
@media (min-width: 1920px) {
  .vh-fullMax-100 {
    height: 100vh;
  }

  .vw-fullMax-100 {
    width: 100vw;
  }

  .vw-fullMax-50 {
    width: 50vw;
  }
}
.bg-gradient-0 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(252, 216, 150, 0.8)), color-stop(50%, rgba(154, 194, 198, 0.8)), to(rgba(188, 80, 224, 0.8)));
  background-image: -o-linear-gradient(left, rgba(252, 216, 150, 0.8) 0%, rgba(154, 194, 198, 0.8) 50%, rgba(188, 80, 224, 0.8) 100%);
  background-image: linear-gradient(left, rgba(252, 216, 150, 0.8) 0%, rgba(154, 194, 198, 0.8) 50%, rgba(188, 80, 224, 0.8) 100%);
}

.bg-gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(251, 212, 129, 0.8)), to(rgba(255, 146, 73, 0.8)));
  background-image: -o-linear-gradient(left, rgba(251, 212, 129, 0.8) 0%, rgba(255, 146, 73, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(251, 212, 129, 0.8) 0%, rgba(255, 146, 73, 0.8) 100%);
}

.bg-gradient-1-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFEEC8), to(#FFD0AE));
  background-image: -o-linear-gradient(left, #FFEEC8 0%, #FFD0AE 100%);
  background-image: linear-gradient(to right, #FFEEC8 0%, #FFD0AE 100%);
}

.bg-gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(172, 229, 230, 0.8)), to(rgba(73, 134, 255, 0.8)));
  background-image: -o-linear-gradient(left, rgba(172, 229, 230, 0.8) 0%, rgba(73, 134, 255, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(172, 229, 230, 0.8) 0%, rgba(73, 134, 255, 0.8) 100%);
}

.bg-gradient-2-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ABD6F2), to(#BEE8EA));
  background-image: -o-linear-gradient(left, #ABD6F2 0%, #BEE8EA 100%);
  background-image: linear-gradient(to right, #ABD6F2 0%, #BEE8EA 100%);
}

.bg-gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(129, 131, 251, 0.8)), to(rgba(219, 73, 255, 0.8)));
  background-image: -o-linear-gradient(left, rgba(129, 131, 251, 0.8) 0%, rgba(219, 73, 255, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(129, 131, 251, 0.8) 0%, rgba(219, 73, 255, 0.8) 100%);
}

.bg-gradient-3-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#D8D9FD), to(#F4C7FF));
  background-image: -o-linear-gradient(left, #D8D9FD 0%, #F4C7FF 100%);
  background-image: linear-gradient(to right, #D8D9FD 0%, #F4C7FF 100%);
}

.bg-gradient-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(188, 0, 230, 0.8)), to(rgba(236, 87, 64, 0.8)));
  background-image: -o-linear-gradient(left, rgba(188, 0, 230, 0.8) 0%, rgba(236, 87, 64, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(188, 0, 230, 0.8) 0%, rgba(236, 87, 64, 0.8) 100%);
}

.bg-gradient-4-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#e594e2), to(#f5b1ab));
  background-image: -o-linear-gradient(left, #e594e2 0%, #f5b1ab 100%);
  background-image: linear-gradient(to right, #e594e2 0%, #f5b1ab 100%);
}

.bg-gradient-5 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 173, 159, 0.8)), to(rgba(96, 21, 113, 0.8)));
  background-image: -o-linear-gradient(left, rgba(255, 173, 159, 0.8) 0%, rgba(96, 21, 113, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(255, 173, 159, 0.8) 0%, rgba(96, 21, 113, 0.8) 100%);
}

.bg-gradient-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(201, 207, 229, 0.8)), to(rgba(147, 150, 196, 0.8)));
  background-image: -o-linear-gradient(left, rgba(201, 207, 229, 0.8) 0%, rgba(147, 150, 196, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(201, 207, 229, 0.8) 0%, rgba(147, 150, 196, 0.8) 100%);
}

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

@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-sm {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-sm {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-sm {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .border-top-sm-0 {
    border-top: 0 !important;
  }

  .border-right-sm-0 {
    border-right: 0 !important;
  }

  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }

  .border-left-sm-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-md {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-md {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-md {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-top-md-0 {
    border-top: 0 !important;
  }

  .border-right-md-0 {
    border-right: 0 !important;
  }

  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }

  .border-left-md-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-lg {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-lg {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-lg {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-top-lg-0 {
    border-top: 0 !important;
  }

  .border-right-lg-0 {
    border-right: 0 !important;
  }

  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }

  .border-left-lg-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1280px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-xl {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-xl {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-xl {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-top-xl-0 {
    border-top: 0 !important;
  }

  .border-right-xl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  .border-left-xl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1366px) {
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-xxl {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-xxl {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xxl-0 {
    border: 0 !important;
  }

  .border-top-xxl-0 {
    border-top: 0 !important;
  }

  .border-right-xxl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }

  .border-left-xxl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1560px) {
  .border-xxxl {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-xxxl {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-xxxl {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-xxxl {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-xxxl {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xxxl-0 {
    border: 0 !important;
  }

  .border-top-xxxl-0 {
    border-top: 0 !important;
  }

  .border-right-xxxl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xxxl-0 {
    border-bottom: 0 !important;
  }

  .border-left-xxxl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1680px) {
  .border-full {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-full {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-full {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-full {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-full {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-full-0 {
    border: 0 !important;
  }

  .border-top-full-0 {
    border-top: 0 !important;
  }

  .border-right-full-0 {
    border-right: 0 !important;
  }

  .border-bottom-full-0 {
    border-bottom: 0 !important;
  }

  .border-left-full-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1920px) {
  .border-fullMax {
    border: 1px solid #dee2e6 !important;
  }

  .border-top-fullMax {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-right-fullMax {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-bottom-fullMax {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-fullMax {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-fullMax-0 {
    border: 0 !important;
  }

  .border-top-fullMax-0 {
    border-top: 0 !important;
  }

  .border-right-fullMax-0 {
    border-right: 0 !important;
  }

  .border-bottom-fullMax-0 {
    border-bottom: 0 !important;
  }

  .border-left-fullMax-0 {
    border-left: 0 !important;
  }
}
b,
strong {
  font-weight: normal;
  font-family: "Apercu-Bold", Arial, sans-serif;
}

p b,
p strong {
  font-family: "Apercu-Medium", Arial, sans-serif;
  font-weight: normal;
}

[role=button] {
  cursor: pointer;
}

@media (max-width: 1365.98px) {
  main .container,
footer .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  main .container,
footer .container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.header {
  height: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .header .logo img {
    width: 12.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header .logo img {
    width: 10rem;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: 3.4375rem;
  }
  .header .logo img {
    width: 8.75rem;
  }
}
@media (max-width: 320px) {
  .header .logo img {
    width: 8.125rem;
  }
}

.header-spacer {
  padding-top: 4.6875rem;
}
@media (max-width: 767.98px) {
  .header-spacer {
    padding-top: 3.4375rem;
  }
}

.sec-nav {
  display: none;
}
.sec-nav .c-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  .sec-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    background-color: #fff;
    z-index: 1050;
    padding: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-open .sec-nav {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sec-nav.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.sec-start {
  overflow: hidden;
  /*@media (max-height: 899px) {
      .vh-lg-100 {
          height: auto !important;
      }
      .o-nav-circle {
          display: none !important;
      }
  }*/
}
.sec-start .owl-stage-outer {
  overflow: visible;
}
.sec-start .o-slide-categories,
.sec-start .o-slide-categories .owl-carousel {
  height: 12.5rem;
}
@media (max-width: 1559.98px) {
  .sec-start .o-slide-categories,
.sec-start .o-slide-categories .owl-carousel {
    height: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-start .o-slide-categories,
.sec-start .o-slide-categories .owl-carousel {
    height: 5rem;
  }
}
.sec-start .o-slide-categories .owl-carousel.owl-loaded .c-card-category {
  opacity: 1;
}
.sec-start .o-slide-categories .c-card-category {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (max-width: 1559.98px) {
  .sec-start .o-slide-categories .c-card-category {
    min-height: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-start .o-slide-categories .c-card-category {
    min-height: 5rem;
  }
}
.sec-start .o-slide-categories .c-card-category_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .sec-start .o-slide-categories .c-card-category {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .sec-start .o-slide-categories {
    height: auto;
  }
}
.sec-start h1,
.sec-start h2 {
  font-family: "Apercu-Light", Arial, sans-serif;
  font-weight: normal;
}
@media (max-height: 767px) {
  .sec-start .vh-lg-100 {
    height: auto !important;
  }
  .sec-start .o-nav-circle {
    display: none !important;
  }
}

.sec-about {
  position: relative;
}
.sec-about .block-bg {
  position: absolute;
  left: 50%;
  right: 0;
  top: 3.75rem;
}
@media (max-width: 1023.98px) {
  .sec-about .block-bg {
    position: relative;
    right: 0;
    left: 0;
    bottom: initial;
    top: initial;
  }
}
.sec-about-start .c-media-placeholder_16-9 {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .o-list-logos {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
  .o-list-logos > div {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.sec-talents .btn {
  position: relative;
  z-index: 1;
}

.sec-artists {
  position: relative;
  overflow: hidden;
}
.sec-artists .owl-stage-outer {
  overflow: visible;
}
.sec-artists .block-bg {
  width: 50%;
  height: 33.75rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1559.98px) {
  .sec-artists .block-bg {
    height: 29.375rem;
  }
}
@media (max-width: 1365.98px) {
  .sec-artists .block-bg {
    height: 28.125rem;
  }
}
@media (max-width: 1023.98px) {
  .sec-artists .block-bg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sec-artists .block-bg {
    height: 20rem;
  }
}
@media (max-width: 1023.98px) {
  .sec-artists .icon {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}

/*.sec-cases {
    .block-bg {
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: size(-60);
        @include media-breakpoint-down(lg) {
            bottom: size(-20);
        }
        @include media-breakpoint-down(sm) {
            position: relative;
            left: initial;
            bottom: initial;
        }
    }
    .owl-carousel {
        margin-top: -1px;
    }
}
.cases-media {
    position: relative;
    .picture-media {
        padding-bottom: 56.25%;
        position: relative;
        display: block;
        img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
        }
    }
    &-copy {
        color: $white;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        height: 100%;
        display: flex;
        align-items: center;
        .ic-svg {
            &,
            svg {
            height: 100px;
            width: 100px;
            }
        }
        @include media-breakpoint-down(lg) {
            .ic-svg {
                &,
                svg {
                height: 80px;
                width: 80px;
                }
            }
        }
        @include media-breakpoint-down(md) {
            .ic-svg {
                &,
                svg {
                height: 68px;
                width: 68px;
                }
            }
        }
    }
    @include media-breakpoint-only(xs) {
        .c-media-placeholder_16-9 {
            &:before {
                padding-top: 78.25%;
            }
            .c-media-placeholder {
                overflow: hidden;
                img {
                    max-width: inherit;
                    height: 100%;
                }
            }
        }
    }
}*/
.sec-cases-start {
  overflow: hidden;
}
.sec-cases-start .c-media-placeholder_16-9 {
  overflow-y: hidden;
}
@media (max-width: 1365.98px) {
  .sec-cases-start .text-nowrap {
    white-space: normal !important;
  }
}

.cases-media-img {
  background-size: cover;
  height: 100%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .cases-media {
    text-align: center;
  }
  .cases-media-img {
    height: 18.125rem;
  }
  .cases-media .bg-light {
    background-color: transparent !important;
  }
  .cases-media .btn-primary {
    background-color: #fff;
    border-color: #fff;
  }
}

.item-cases {
  position: relative;
  /*picture {
      height: 100%;
      img {
          max-height: 100%;
      }
  }*/
  /*@include media-breakpoint-down(xl) {
      height: size(220);
      /*&-logo {
          width: size(105);
          height: size(50);
      }*/
  /*}*/
  /*@include media-breakpoint-down(md) {
      height: size(200);
  }*/
}
.item-cases-logo {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.item-cases-logo img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.item-cases:hover .item-cases-logo {
  opacity: 0;
}

.sec-where {
  position: relative;
}
.sec-where .block-bg {
  position: absolute;
  right: 0;
  top: 3.75rem;
  overflow: hidden;
}
.sec-where .block-bg .bg-map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
@media (max-width: 1279.98px) {
  .sec-where .block-bg {
    position: relative;
    top: 0;
    margin-top: 3.75rem;
  }
}

.sec-list {
  padding-top: 4.6875rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sec-list {
    padding-top: 3.4375rem;
  }
}
.sec-list .owl-stage-outer {
  overflow: visible;
}
.sec-list .o-slide-categories-list,
.sec-list .o-slide-categories-list .owl-carousel {
  height: 4.0625rem;
}
@media (max-width: 767.98px) {
  .sec-list .o-slide-categories-list,
.sec-list .o-slide-categories-list .owl-carousel {
    height: 3.4375rem;
  }
}
.sec-list .o-slide-categories-list .owl-carousel {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.sec-list .o-slide-categories-list .owl-carousel.owl-loaded {
  opacity: 1;
}
.sec-list .o-slide-landings-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-list .card-talents-feed .c-box-help {
  position: relative;
  position: relative;
}
.sec-list .card-talents-feed .c-box-help:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.1698113208%;
}
.sec-list .card-talents-feed .c-box-help > .c-media-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec-list .card-talents-feed .c-box-help > .c-media-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1559.98px) {
  .sec-list .card-talents-feed .c-box-help {
    position: relative;
  }
  .sec-list .card-talents-feed .c-box-help:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.5934065934%;
  }
  .sec-list .card-talents-feed .c-box-help > .c-media-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sec-list .card-talents-feed .c-box-help > .c-media-placeholder img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sec-list .card-talents-feed .c-box-help:before {
    display: none;
  }
}
.sec-list .card-talents-feed .c-box-help > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .sec-list .card-talents-feed .c-box-help > div {
    position: relative;
  }
}

.sec-detail {
  padding-top: 4.6875rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sec-detail {
    padding-top: 3.4375rem;
  }
}
.sec-detail .block-bg {
  position: absolute;
  top: -3.125rem;
  width: 100%;
  bottom: -4.375rem;
  left: 58.33333%;
  margin-left: 0.9375rem;
  z-index: 20;
}
@media (max-width: 1279.98px) {
  .sec-detail .block-bg {
    left: 57.5%;
  }
}
@media (max-width: 1023.98px) {
  .sec-detail .block-bg {
    left: 95%;
  }
}
.sec-detail_img {
  text-align: center;
  position: relative;
  z-index: 40;
}
@media (max-width: 767.98px) {
  .sec-detail_img {
    margin-top: 1.875rem;
  }
  .sec-detail_img .c-media-placeholder {
    z-index: 1;
  }
  .sec-detail_img:after {
    content: "";
    position: absolute;
    background-color: #F3F3F3;
    top: -1.875rem;
    right: -1.875rem;
    bottom: 1.875rem;
    left: -1.875rem;
  }
  .sec-detail_img img {
    height: 100%;
  }
}
.sec-detail_form {
  position: relative;
  z-index: 30;
}
@media (max-width: 1023.98px) {
  .sec-detail_form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    background-color: #fff;
    z-index: 1050;
    padding: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-open .sec-detail_form {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sec-detail_form.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-detail_where > img {
  right: 35%;
}
@media (max-width: 1023.98px) {
  .sec-detail_where > img {
    right: 20%;
  }
}
@media (max-width: 767.98px) {
  .sec-detail_where > img {
    right: -20%;
  }
}
.sec-detail_where .list-unstyled {
  position: relative;
}
.sec-detail_where .list-unstyled:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  height: 0.25rem;
  width: 6.25rem;
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-next .ic-svg {
  right: 0.9375rem;
}

.detail-blog_header {
  position: relative;
}
.detail-blog_header .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3.125rem;
}
.detail-blog_header .detail-blog_container {
  position: relative;
  z-index: 1;
}
.detail-blog_container {
  max-width: 730px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.detail-blog_cat {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-blog_cat a {
  color: #53585F;
  opacity: 0.8;
  text-decoration: underline;
  font-size: 0.875rem;
}
.detail-blog_cat a:hover {
  opacity: 1;
  text-decoration: none;
}
.detail-blog_cat a:not(:last-child) {
  margin-right: 0.625rem;
}
.detail-blog_img {
  overflow: hidden;
  /*img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }*/
}
.detail-blog_img img {
  width: 100%;
}

.reports {
  margin-bottom: 1.25rem;
}
.reports .navigation {
  display: block;
}
.reports h2 {
  display: none;
}
.reports .nav-links {
  position: relative;
}
.reports .nav-links a {
  position: relative;
}
.reports .nav-links a .screen-reader-text {
  color: #53585F;
  border-bottom: 1px dotted #53585F;
}
.reports .nav-links a:hover {
  text-decoration: none;
}
.reports .nav-links a:hover .screen-reader-text {
  border-bottom: none;
}
.reports .nav-links a .ic-svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reports .nav-previous,
.reports .nav-next {
  position: absolute;
}
.reports .nav-previous {
  margin-left: 1.5625rem;
  left: 0;
}
.reports .nav-previous .ic-svg {
  left: -1.5625rem;
}
.reports .nav-next {
  right: 0;
  margin-right: 1.5625rem;
}
.reports .nav-next .ic-svg {
  right: -1.5625rem;
}

.sec-inside-start {
  overflow: hidden;
}
.sec-inside-start .c-media-placeholder_16-9 {
  overflow-y: hidden;
}

.sec-contact {
  overflow: hidden;
}
.sec-contact .block-bg {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 50%;
}
@media (max-width: 1023.98px) {
  .sec-contact .block-bg {
    left: 40%;
  }
}
.sec-contact .box-form {
  max-width: 25rem;
}
@media (max-width: 767.98px) {
  .sec-contact .box-form {
    max-width: none;
  }
}

.blog-cat {
  /*&_list {
      display: flex;
      //flex-wrap: wrap;
      //align-items: center;
      .btn {
          margin-bottom: 5px;
      }
  }*/
}
.blog-cat_label {
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  color: #53585F;
  font-family: "Apercu-Medium", Arial, sans-serif;
  border-radius: 3.125rem;
  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-right: 0.3125rem;
}
.navigation .page-numbers:hover {
  background-color: #F3F3F3;
  text-decoration: none;
}
.navigation .page-numbers.current {
  background-color: #3B4046;
  color: white;
}
.navigation .next,
.navigation .prev {
  font-family: "Apercu-Light", Arial, sans-serif;
  width: auto;
}
.navigation .next {
  padding-left: 1.25rem;
  padding-right: 0.625rem;
}
.navigation .prev {
  padding-left: 0.625rem;
  padding-right: 1.25rem;
}

.footer a {
  color: #53585F;
  line-height: 1;
}
.footer a:hover {
  text-decoration: none;
}
.footer li a {
  font-family: "Apercu-Medium", Arial, sans-serif;
}
.footer p {
  line-height: 1.5;
}
.footer > .bg-white {
  background-color: #fafafa !important;
}
.footer-navbar {
  height: 4.0625rem;
  -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}