@charset "UTF-8";
/*
 * Settings
 * Override Bootstrap variables, add own settings (fonts, sizes, ...)
 */
/*
 *  Bootstrap
 *  Tweak default variables from Bootstrap
 */
@media (min-width: 768px) {
  .col-md-7-5 {
    flex: 0 0 60%;
    max-width: 60% !important;
  }
  .offset-md-2-5 {
    margin-left: 20%;
  }
}

/*
 *  Project Settings
 *  Extra custom settings
 */
[v-cloak] {
  display: none;
}

/*
 * Bootstrap
 * Load all Bootstrap files
 */
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #FF7629;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #dc4f00;
  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;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 7.5px;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

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

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

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

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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

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

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

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

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

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

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

.list-unstyled, .gform_wrapper ul {
  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: 15px;
  font-size: 1.25rem;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

.m-1 {
  margin: 3.75px !important;
}

.mt-1,
.my-1 {
  margin-top: 3.75px !important;
}

.mr-1,
.mx-1 {
  margin-right: 3.75px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 3.75px !important;
}

.ml-1,
.mx-1 {
  margin-left: 3.75px !important;
}

.m-2 {
  margin: 7.5px !important;
}

.mt-2,
.my-2 {
  margin-top: 7.5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 7.5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 7.5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 7.5px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 22.5px !important;
}

.mt-4,
.my-4 {
  margin-top: 22.5px !important;
}

.mr-4,
.mx-4 {
  margin-right: 22.5px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 22.5px !important;
}

.ml-4,
.mx-4 {
  margin-left: 22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-55 {
  margin: 5.5rem !important;
}

.mt-55,
.my-55 {
  margin-top: 5.5rem !important;
}

.mr-55,
.mx-55 {
  margin-right: 5.5rem !important;
}

.mb-55,
.my-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55,
.mx-55 {
  margin-left: 5.5rem !important;
}

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

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

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

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

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

.m-65 {
  margin: 6.5rem !important;
}

.mt-65,
.my-65 {
  margin-top: 6.5rem !important;
}

.mr-65,
.mx-65 {
  margin-right: 6.5rem !important;
}

.mb-65,
.my-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65,
.mx-65 {
  margin-left: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-85 {
  margin: 8.5rem !important;
}

.mt-85,
.my-85 {
  margin-top: 8.5rem !important;
}

.mr-85,
.mx-85 {
  margin-right: 8.5rem !important;
}

.mb-85,
.my-85 {
  margin-bottom: 8.5rem !important;
}

.ml-85,
.mx-85 {
  margin-left: 8.5rem !important;
}

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

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

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

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

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

.m-95 {
  margin: 9.5rem !important;
}

.mt-95,
.my-95 {
  margin-top: 9.5rem !important;
}

.mr-95,
.mx-95 {
  margin-right: 9.5rem !important;
}

.mb-95,
.my-95 {
  margin-bottom: 9.5rem !important;
}

.ml-95,
.mx-95 {
  margin-left: 9.5rem !important;
}

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

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

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

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

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

.m-105 {
  margin: 10.5rem !important;
}

.mt-105,
.my-105 {
  margin-top: 10.5rem !important;
}

.mr-105,
.mx-105 {
  margin-right: 10.5rem !important;
}

.mb-105,
.my-105 {
  margin-bottom: 10.5rem !important;
}

.ml-105,
.mx-105 {
  margin-left: 10.5rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.mt-110,
.my-110 {
  margin-top: 11rem !important;
}

.mr-110,
.mx-110 {
  margin-right: 11rem !important;
}

.mb-110,
.my-110 {
  margin-bottom: 11rem !important;
}

.ml-110,
.mx-110 {
  margin-left: 11rem !important;
}

.m-115 {
  margin: 11.5rem !important;
}

.mt-115,
.my-115 {
  margin-top: 11.5rem !important;
}

.mr-115,
.mx-115 {
  margin-right: 11.5rem !important;
}

.mb-115,
.my-115 {
  margin-bottom: 11.5rem !important;
}

.ml-115,
.mx-115 {
  margin-left: 11.5rem !important;
}

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

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

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

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

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

.m-125 {
  margin: 12.5rem !important;
}

.mt-125,
.my-125 {
  margin-top: 12.5rem !important;
}

.mr-125,
.mx-125 {
  margin-right: 12.5rem !important;
}

.mb-125,
.my-125 {
  margin-bottom: 12.5rem !important;
}

.ml-125,
.mx-125 {
  margin-left: 12.5rem !important;
}

.m-130 {
  margin: 13rem !important;
}

.mt-130,
.my-130 {
  margin-top: 13rem !important;
}

.mr-130,
.mx-130 {
  margin-right: 13rem !important;
}

.mb-130,
.my-130 {
  margin-bottom: 13rem !important;
}

.ml-130,
.mx-130 {
  margin-left: 13rem !important;
}

.m-135 {
  margin: 13.5rem !important;
}

.mt-135,
.my-135 {
  margin-top: 13.5rem !important;
}

.mr-135,
.mx-135 {
  margin-right: 13.5rem !important;
}

.mb-135,
.my-135 {
  margin-bottom: 13.5rem !important;
}

.ml-135,
.mx-135 {
  margin-left: 13.5rem !important;
}

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

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

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

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

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

.m-145 {
  margin: 14.5rem !important;
}

.mt-145,
.my-145 {
  margin-top: 14.5rem !important;
}

.mr-145,
.mx-145 {
  margin-right: 14.5rem !important;
}

.mb-145,
.my-145 {
  margin-bottom: 14.5rem !important;
}

.ml-145,
.mx-145 {
  margin-left: 14.5rem !important;
}

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

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

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

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

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

.m-155 {
  margin: 15.5rem !important;
}

.mt-155,
.my-155 {
  margin-top: 15.5rem !important;
}

.mr-155,
.mx-155 {
  margin-right: 15.5rem !important;
}

.mb-155,
.my-155 {
  margin-bottom: 15.5rem !important;
}

.ml-155,
.mx-155 {
  margin-left: 15.5rem !important;
}

.m-160 {
  margin: 16rem !important;
}

.mt-160,
.my-160 {
  margin-top: 16rem !important;
}

.mr-160,
.mx-160 {
  margin-right: 16rem !important;
}

.mb-160,
.my-160 {
  margin-bottom: 16rem !important;
}

.ml-160,
.mx-160 {
  margin-left: 16rem !important;
}

.m-165 {
  margin: 16.5rem !important;
}

.mt-165,
.my-165 {
  margin-top: 16.5rem !important;
}

.mr-165,
.mx-165 {
  margin-right: 16.5rem !important;
}

.mb-165,
.my-165 {
  margin-bottom: 16.5rem !important;
}

.ml-165,
.mx-165 {
  margin-left: 16.5rem !important;
}

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

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

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

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

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

.m-175 {
  margin: 17.5rem !important;
}

.mt-175,
.my-175 {
  margin-top: 17.5rem !important;
}

.mr-175,
.mx-175 {
  margin-right: 17.5rem !important;
}

.mb-175,
.my-175 {
  margin-bottom: 17.5rem !important;
}

.ml-175,
.mx-175 {
  margin-left: 17.5rem !important;
}

.m-180 {
  margin: 18rem !important;
}

.mt-180,
.my-180 {
  margin-top: 18rem !important;
}

.mr-180,
.mx-180 {
  margin-right: 18rem !important;
}

.mb-180,
.my-180 {
  margin-bottom: 18rem !important;
}

.ml-180,
.mx-180 {
  margin-left: 18rem !important;
}

.m-185 {
  margin: 18.5rem !important;
}

.mt-185,
.my-185 {
  margin-top: 18.5rem !important;
}

.mr-185,
.mx-185 {
  margin-right: 18.5rem !important;
}

.mb-185,
.my-185 {
  margin-bottom: 18.5rem !important;
}

.ml-185,
.mx-185 {
  margin-left: 18.5rem !important;
}

.m-190 {
  margin: 19rem !important;
}

.mt-190,
.my-190 {
  margin-top: 19rem !important;
}

.mr-190,
.mx-190 {
  margin-right: 19rem !important;
}

.mb-190,
.my-190 {
  margin-bottom: 19rem !important;
}

.ml-190,
.mx-190 {
  margin-left: 19rem !important;
}

.m-195 {
  margin: 19.5rem !important;
}

.mt-195,
.my-195 {
  margin-top: 19.5rem !important;
}

.mr-195,
.mx-195 {
  margin-right: 19.5rem !important;
}

.mb-195,
.my-195 {
  margin-bottom: 19.5rem !important;
}

.ml-195,
.mx-195 {
  margin-left: 19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 3.75px !important;
}

.pt-1,
.py-1 {
  padding-top: 3.75px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 3.75px !important;
}

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

.p-2 {
  padding: 7.5px !important;
}

.pt-2,
.py-2 {
  padding-top: 7.5px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 7.5px !important;
}

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

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

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

.p-4 {
  padding: 22.5px !important;
}

.pt-4,
.py-4 {
  padding-top: 22.5px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-55 {
  padding: 5.5rem !important;
}

.pt-55,
.py-55 {
  padding-top: 5.5rem !important;
}

.pr-55,
.px-55 {
  padding-right: 5.5rem !important;
}

.pb-55,
.py-55 {
  padding-bottom: 5.5rem !important;
}

.pl-55,
.px-55 {
  padding-left: 5.5rem !important;
}

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

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

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

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

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

.p-65 {
  padding: 6.5rem !important;
}

.pt-65,
.py-65 {
  padding-top: 6.5rem !important;
}

.pr-65,
.px-65 {
  padding-right: 6.5rem !important;
}

.pb-65,
.py-65 {
  padding-bottom: 6.5rem !important;
}

.pl-65,
.px-65 {
  padding-left: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-85 {
  padding: 8.5rem !important;
}

.pt-85,
.py-85 {
  padding-top: 8.5rem !important;
}

.pr-85,
.px-85 {
  padding-right: 8.5rem !important;
}

.pb-85,
.py-85 {
  padding-bottom: 8.5rem !important;
}

.pl-85,
.px-85 {
  padding-left: 8.5rem !important;
}

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

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

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

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

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

.p-95 {
  padding: 9.5rem !important;
}

.pt-95,
.py-95 {
  padding-top: 9.5rem !important;
}

.pr-95,
.px-95 {
  padding-right: 9.5rem !important;
}

.pb-95,
.py-95 {
  padding-bottom: 9.5rem !important;
}

.pl-95,
.px-95 {
  padding-left: 9.5rem !important;
}

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

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

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

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

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

.p-105 {
  padding: 10.5rem !important;
}

.pt-105,
.py-105 {
  padding-top: 10.5rem !important;
}

.pr-105,
.px-105 {
  padding-right: 10.5rem !important;
}

.pb-105,
.py-105 {
  padding-bottom: 10.5rem !important;
}

.pl-105,
.px-105 {
  padding-left: 10.5rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.pt-110,
.py-110 {
  padding-top: 11rem !important;
}

.pr-110,
.px-110 {
  padding-right: 11rem !important;
}

.pb-110,
.py-110 {
  padding-bottom: 11rem !important;
}

.pl-110,
.px-110 {
  padding-left: 11rem !important;
}

.p-115 {
  padding: 11.5rem !important;
}

.pt-115,
.py-115 {
  padding-top: 11.5rem !important;
}

.pr-115,
.px-115 {
  padding-right: 11.5rem !important;
}

.pb-115,
.py-115 {
  padding-bottom: 11.5rem !important;
}

.pl-115,
.px-115 {
  padding-left: 11.5rem !important;
}

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

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

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

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

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

.p-125 {
  padding: 12.5rem !important;
}

.pt-125,
.py-125 {
  padding-top: 12.5rem !important;
}

.pr-125,
.px-125 {
  padding-right: 12.5rem !important;
}

.pb-125,
.py-125 {
  padding-bottom: 12.5rem !important;
}

.pl-125,
.px-125 {
  padding-left: 12.5rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.pt-130,
.py-130 {
  padding-top: 13rem !important;
}

.pr-130,
.px-130 {
  padding-right: 13rem !important;
}

.pb-130,
.py-130 {
  padding-bottom: 13rem !important;
}

.pl-130,
.px-130 {
  padding-left: 13rem !important;
}

.p-135 {
  padding: 13.5rem !important;
}

.pt-135,
.py-135 {
  padding-top: 13.5rem !important;
}

.pr-135,
.px-135 {
  padding-right: 13.5rem !important;
}

.pb-135,
.py-135 {
  padding-bottom: 13.5rem !important;
}

.pl-135,
.px-135 {
  padding-left: 13.5rem !important;
}

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

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

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

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

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

.p-145 {
  padding: 14.5rem !important;
}

.pt-145,
.py-145 {
  padding-top: 14.5rem !important;
}

.pr-145,
.px-145 {
  padding-right: 14.5rem !important;
}

.pb-145,
.py-145 {
  padding-bottom: 14.5rem !important;
}

.pl-145,
.px-145 {
  padding-left: 14.5rem !important;
}

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

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

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

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

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

.p-155 {
  padding: 15.5rem !important;
}

.pt-155,
.py-155 {
  padding-top: 15.5rem !important;
}

.pr-155,
.px-155 {
  padding-right: 15.5rem !important;
}

.pb-155,
.py-155 {
  padding-bottom: 15.5rem !important;
}

.pl-155,
.px-155 {
  padding-left: 15.5rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.pt-160,
.py-160 {
  padding-top: 16rem !important;
}

.pr-160,
.px-160 {
  padding-right: 16rem !important;
}

.pb-160,
.py-160 {
  padding-bottom: 16rem !important;
}

.pl-160,
.px-160 {
  padding-left: 16rem !important;
}

.p-165 {
  padding: 16.5rem !important;
}

.pt-165,
.py-165 {
  padding-top: 16.5rem !important;
}

.pr-165,
.px-165 {
  padding-right: 16.5rem !important;
}

.pb-165,
.py-165 {
  padding-bottom: 16.5rem !important;
}

.pl-165,
.px-165 {
  padding-left: 16.5rem !important;
}

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

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

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

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

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

.p-175 {
  padding: 17.5rem !important;
}

.pt-175,
.py-175 {
  padding-top: 17.5rem !important;
}

.pr-175,
.px-175 {
  padding-right: 17.5rem !important;
}

.pb-175,
.py-175 {
  padding-bottom: 17.5rem !important;
}

.pl-175,
.px-175 {
  padding-left: 17.5rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.pt-180,
.py-180 {
  padding-top: 18rem !important;
}

.pr-180,
.px-180 {
  padding-right: 18rem !important;
}

.pb-180,
.py-180 {
  padding-bottom: 18rem !important;
}

.pl-180,
.px-180 {
  padding-left: 18rem !important;
}

.p-185 {
  padding: 18.5rem !important;
}

.pt-185,
.py-185 {
  padding-top: 18.5rem !important;
}

.pr-185,
.px-185 {
  padding-right: 18.5rem !important;
}

.pb-185,
.py-185 {
  padding-bottom: 18.5rem !important;
}

.pl-185,
.px-185 {
  padding-left: 18.5rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.pt-190,
.py-190 {
  padding-top: 19rem !important;
}

.pr-190,
.px-190 {
  padding-right: 19rem !important;
}

.pb-190,
.py-190 {
  padding-bottom: 19rem !important;
}

.pl-190,
.px-190 {
  padding-left: 19rem !important;
}

.p-195 {
  padding: 19.5rem !important;
}

.pt-195,
.py-195 {
  padding-top: 19.5rem !important;
}

.pr-195,
.px-195 {
  padding-right: 19.5rem !important;
}

.pb-195,
.py-195 {
  padding-bottom: 19.5rem !important;
}

.pl-195,
.px-195 {
  padding-left: 19.5rem !important;
}

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

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

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

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

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

.m-n1 {
  margin: -3.75px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -3.75px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -3.75px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -3.75px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -3.75px !important;
}

.m-n2 {
  margin: -7.5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -7.5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -7.5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -7.5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -7.5px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -22.5px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -22.5px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -22.5px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -22.5px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n35 {
  margin: -3.5rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -3.5rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -3.5rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -3.5rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n45 {
  margin: -4.5rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -4.5rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -4.5rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -4.5rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n55 {
  margin: -5.5rem !important;
}

.mt-n55,
.my-n55 {
  margin-top: -5.5rem !important;
}

.mr-n55,
.mx-n55 {
  margin-right: -5.5rem !important;
}

.mb-n55,
.my-n55 {
  margin-bottom: -5.5rem !important;
}

.ml-n55,
.mx-n55 {
  margin-left: -5.5rem !important;
}

.m-n60 {
  margin: -6rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -6rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -6rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -6rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -6rem !important;
}

.m-n65 {
  margin: -6.5rem !important;
}

.mt-n65,
.my-n65 {
  margin-top: -6.5rem !important;
}

.mr-n65,
.mx-n65 {
  margin-right: -6.5rem !important;
}

.mb-n65,
.my-n65 {
  margin-bottom: -6.5rem !important;
}

.ml-n65,
.mx-n65 {
  margin-left: -6.5rem !important;
}

.m-n70 {
  margin: -7rem !important;
}

.mt-n70,
.my-n70 {
  margin-top: -7rem !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -7rem !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -7rem !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -7rem !important;
}

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

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

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

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

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

.m-n80 {
  margin: -8rem !important;
}

.mt-n80,
.my-n80 {
  margin-top: -8rem !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -8rem !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -8rem !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -8rem !important;
}

.m-n85 {
  margin: -8.5rem !important;
}

.mt-n85,
.my-n85 {
  margin-top: -8.5rem !important;
}

.mr-n85,
.mx-n85 {
  margin-right: -8.5rem !important;
}

.mb-n85,
.my-n85 {
  margin-bottom: -8.5rem !important;
}

.ml-n85,
.mx-n85 {
  margin-left: -8.5rem !important;
}

.m-n90 {
  margin: -9rem !important;
}

.mt-n90,
.my-n90 {
  margin-top: -9rem !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -9rem !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -9rem !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -9rem !important;
}

.m-n95 {
  margin: -9.5rem !important;
}

.mt-n95,
.my-n95 {
  margin-top: -9.5rem !important;
}

.mr-n95,
.mx-n95 {
  margin-right: -9.5rem !important;
}

.mb-n95,
.my-n95 {
  margin-bottom: -9.5rem !important;
}

.ml-n95,
.mx-n95 {
  margin-left: -9.5rem !important;
}

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

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

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

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

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

.m-n105 {
  margin: -10.5rem !important;
}

.mt-n105,
.my-n105 {
  margin-top: -10.5rem !important;
}

.mr-n105,
.mx-n105 {
  margin-right: -10.5rem !important;
}

.mb-n105,
.my-n105 {
  margin-bottom: -10.5rem !important;
}

.ml-n105,
.mx-n105 {
  margin-left: -10.5rem !important;
}

.m-n110 {
  margin: -11rem !important;
}

.mt-n110,
.my-n110 {
  margin-top: -11rem !important;
}

.mr-n110,
.mx-n110 {
  margin-right: -11rem !important;
}

.mb-n110,
.my-n110 {
  margin-bottom: -11rem !important;
}

.ml-n110,
.mx-n110 {
  margin-left: -11rem !important;
}

.m-n115 {
  margin: -11.5rem !important;
}

.mt-n115,
.my-n115 {
  margin-top: -11.5rem !important;
}

.mr-n115,
.mx-n115 {
  margin-right: -11.5rem !important;
}

.mb-n115,
.my-n115 {
  margin-bottom: -11.5rem !important;
}

.ml-n115,
.mx-n115 {
  margin-left: -11.5rem !important;
}

.m-n120 {
  margin: -12rem !important;
}

.mt-n120,
.my-n120 {
  margin-top: -12rem !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -12rem !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -12rem !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -12rem !important;
}

.m-n125 {
  margin: -12.5rem !important;
}

.mt-n125,
.my-n125 {
  margin-top: -12.5rem !important;
}

.mr-n125,
.mx-n125 {
  margin-right: -12.5rem !important;
}

.mb-n125,
.my-n125 {
  margin-bottom: -12.5rem !important;
}

.ml-n125,
.mx-n125 {
  margin-left: -12.5rem !important;
}

.m-n130 {
  margin: -13rem !important;
}

.mt-n130,
.my-n130 {
  margin-top: -13rem !important;
}

.mr-n130,
.mx-n130 {
  margin-right: -13rem !important;
}

.mb-n130,
.my-n130 {
  margin-bottom: -13rem !important;
}

.ml-n130,
.mx-n130 {
  margin-left: -13rem !important;
}

.m-n135 {
  margin: -13.5rem !important;
}

.mt-n135,
.my-n135 {
  margin-top: -13.5rem !important;
}

.mr-n135,
.mx-n135 {
  margin-right: -13.5rem !important;
}

.mb-n135,
.my-n135 {
  margin-bottom: -13.5rem !important;
}

.ml-n135,
.mx-n135 {
  margin-left: -13.5rem !important;
}

.m-n140 {
  margin: -14rem !important;
}

.mt-n140,
.my-n140 {
  margin-top: -14rem !important;
}

.mr-n140,
.mx-n140 {
  margin-right: -14rem !important;
}

.mb-n140,
.my-n140 {
  margin-bottom: -14rem !important;
}

.ml-n140,
.mx-n140 {
  margin-left: -14rem !important;
}

.m-n145 {
  margin: -14.5rem !important;
}

.mt-n145,
.my-n145 {
  margin-top: -14.5rem !important;
}

.mr-n145,
.mx-n145 {
  margin-right: -14.5rem !important;
}

.mb-n145,
.my-n145 {
  margin-bottom: -14.5rem !important;
}

.ml-n145,
.mx-n145 {
  margin-left: -14.5rem !important;
}

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

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

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

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

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

.m-n155 {
  margin: -15.5rem !important;
}

.mt-n155,
.my-n155 {
  margin-top: -15.5rem !important;
}

.mr-n155,
.mx-n155 {
  margin-right: -15.5rem !important;
}

.mb-n155,
.my-n155 {
  margin-bottom: -15.5rem !important;
}

.ml-n155,
.mx-n155 {
  margin-left: -15.5rem !important;
}

.m-n160 {
  margin: -16rem !important;
}

.mt-n160,
.my-n160 {
  margin-top: -16rem !important;
}

.mr-n160,
.mx-n160 {
  margin-right: -16rem !important;
}

.mb-n160,
.my-n160 {
  margin-bottom: -16rem !important;
}

.ml-n160,
.mx-n160 {
  margin-left: -16rem !important;
}

.m-n165 {
  margin: -16.5rem !important;
}

.mt-n165,
.my-n165 {
  margin-top: -16.5rem !important;
}

.mr-n165,
.mx-n165 {
  margin-right: -16.5rem !important;
}

.mb-n165,
.my-n165 {
  margin-bottom: -16.5rem !important;
}

.ml-n165,
.mx-n165 {
  margin-left: -16.5rem !important;
}

.m-n170 {
  margin: -17rem !important;
}

.mt-n170,
.my-n170 {
  margin-top: -17rem !important;
}

.mr-n170,
.mx-n170 {
  margin-right: -17rem !important;
}

.mb-n170,
.my-n170 {
  margin-bottom: -17rem !important;
}

.ml-n170,
.mx-n170 {
  margin-left: -17rem !important;
}

.m-n175 {
  margin: -17.5rem !important;
}

.mt-n175,
.my-n175 {
  margin-top: -17.5rem !important;
}

.mr-n175,
.mx-n175 {
  margin-right: -17.5rem !important;
}

.mb-n175,
.my-n175 {
  margin-bottom: -17.5rem !important;
}

.ml-n175,
.mx-n175 {
  margin-left: -17.5rem !important;
}

.m-n180 {
  margin: -18rem !important;
}

.mt-n180,
.my-n180 {
  margin-top: -18rem !important;
}

.mr-n180,
.mx-n180 {
  margin-right: -18rem !important;
}

.mb-n180,
.my-n180 {
  margin-bottom: -18rem !important;
}

.ml-n180,
.mx-n180 {
  margin-left: -18rem !important;
}

.m-n185 {
  margin: -18.5rem !important;
}

.mt-n185,
.my-n185 {
  margin-top: -18.5rem !important;
}

.mr-n185,
.mx-n185 {
  margin-right: -18.5rem !important;
}

.mb-n185,
.my-n185 {
  margin-bottom: -18.5rem !important;
}

.ml-n185,
.mx-n185 {
  margin-left: -18.5rem !important;
}

.m-n190 {
  margin: -19rem !important;
}

.mt-n190,
.my-n190 {
  margin-top: -19rem !important;
}

.mr-n190,
.mx-n190 {
  margin-right: -19rem !important;
}

.mb-n190,
.my-n190 {
  margin-bottom: -19rem !important;
}

.ml-n190,
.mx-n190 {
  margin-left: -19rem !important;
}

.m-n195 {
  margin: -19.5rem !important;
}

.mt-n195,
.my-n195 {
  margin-top: -19.5rem !important;
}

.mr-n195,
.mx-n195 {
  margin-right: -19.5rem !important;
}

.mb-n195,
.my-n195 {
  margin-bottom: -19.5rem !important;
}

.ml-n195,
.mx-n195 {
  margin-left: -19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 3.75px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 3.75px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 3.75px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 3.75px !important;
  }
  .m-sm-2 {
    margin: 7.5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 7.5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 7.5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 7.5px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important;
  }
  .m-sm-4 {
    margin: 22.5px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 22.5px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 22.5px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 22.5px !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 1rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 1rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 6rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 6rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 7rem !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 7rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 8rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 8rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 9rem !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 9rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 10rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 10rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .mt-sm-105,
  .my-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-105,
  .mx-sm-105 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-105,
  .mx-sm-105 {
    margin-left: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 11rem !important;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 11rem !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .mt-sm-115,
  .my-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-115,
  .mx-sm-115 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-115,
  .mx-sm-115 {
    margin-left: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 12rem !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 12rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 13rem !important;
  }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 13rem !important;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .mt-sm-135,
  .my-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-135,
  .mx-sm-135 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-135,
  .mx-sm-135 {
    margin-left: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 14rem !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 14rem !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .mt-sm-145,
  .my-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mr-sm-145,
  .mx-sm-145 {
    margin-right: 14.5rem !important;
  }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-sm-145,
  .mx-sm-145 {
    margin-left: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 15rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 15rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .mt-sm-155,
  .my-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mr-sm-155,
  .mx-sm-155 {
    margin-right: 15.5rem !important;
  }
  .mb-sm-155,
  .my-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-sm-155,
  .mx-sm-155 {
    margin-left: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 16rem !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 16rem !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .mt-sm-165,
  .my-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mr-sm-165,
  .mx-sm-165 {
    margin-right: 16.5rem !important;
  }
  .mb-sm-165,
  .my-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-sm-165,
  .mx-sm-165 {
    margin-left: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 17rem !important;
  }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 17rem !important;
  }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 17rem !important;
  }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .mt-sm-175,
  .my-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mr-sm-175,
  .mx-sm-175 {
    margin-right: 17.5rem !important;
  }
  .mb-sm-175,
  .my-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-sm-175,
  .mx-sm-175 {
    margin-left: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 18rem !important;
  }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 18rem !important;
  }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .mt-sm-185,
  .my-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mr-sm-185,
  .mx-sm-185 {
    margin-right: 18.5rem !important;
  }
  .mb-sm-185,
  .my-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-sm-185,
  .mx-sm-185 {
    margin-left: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 19rem !important;
  }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 19rem !important;
  }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 19rem !important;
  }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .mt-sm-195,
  .my-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mr-sm-195,
  .mx-sm-195 {
    margin-right: 19.5rem !important;
  }
  .mb-sm-195,
  .my-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-sm-195,
  .mx-sm-195 {
    margin-left: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 20rem !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 20rem !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 20rem !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 20rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 3.75px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 3.75px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 3.75px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 3.75px !important;
  }
  .p-sm-2 {
    padding: 7.5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 7.5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 7.5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 7.5px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 22.5px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 22.5px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 22.5px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 22.5px !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 1rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 1rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 6rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 6rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 7rem !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 7rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 8rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 8rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 9rem !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 9rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 10rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 10rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-105,
  .px-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 11rem !important;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 11rem !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-115,
  .px-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 12rem !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 12rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 13rem !important;
  }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 13rem !important;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-135,
  .px-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 14rem !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 14rem !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pr-sm-145,
  .px-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 15rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 15rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .pt-sm-155,
  .py-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pr-sm-155,
  .px-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pb-sm-155,
  .py-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-sm-155,
  .px-sm-155 {
    padding-left: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 16rem !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 16rem !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .pt-sm-165,
  .py-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pr-sm-165,
  .px-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pb-sm-165,
  .py-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-sm-165,
  .px-sm-165 {
    padding-left: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 17rem !important;
  }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 17rem !important;
  }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .pt-sm-175,
  .py-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pr-sm-175,
  .px-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pb-sm-175,
  .py-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-sm-175,
  .px-sm-175 {
    padding-left: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 18rem !important;
  }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 18rem !important;
  }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .pt-sm-185,
  .py-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pr-sm-185,
  .px-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pb-sm-185,
  .py-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-sm-185,
  .px-sm-185 {
    padding-left: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 19rem !important;
  }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 19rem !important;
  }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .pt-sm-195,
  .py-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pr-sm-195,
  .px-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pb-sm-195,
  .py-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-sm-195,
  .px-sm-195 {
    padding-left: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 20rem !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 20rem !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 20rem !important;
  }
  .m-sm-n1 {
    margin: -3.75px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -3.75px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -3.75px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -3.75px !important;
  }
  .m-sm-n2 {
    margin: -7.5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -7.5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -7.5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -7.5px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important;
  }
  .m-sm-n4 {
    margin: -22.5px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -22.5px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -22.5px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -22.5px !important;
  }
  .m-sm-n5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n10 {
    margin: -1rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -1rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -1rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -1rem !important;
  }
  .m-sm-n15 {
    margin: -1.5rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n25 {
    margin: -2.5rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n35 {
    margin: -3.5rem !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n45 {
    margin: -4.5rem !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-n55 {
    margin: -5.5rem !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n60 {
    margin: -6rem !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -6rem !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -6rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -6rem !important;
  }
  .m-sm-n65 {
    margin: -6.5rem !important;
  }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n70 {
    margin: -7rem !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -7rem !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -7rem !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -7rem !important;
  }
  .m-sm-n75 {
    margin: -7.5rem !important;
  }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n80 {
    margin: -8rem !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -8rem !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -8rem !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -8rem !important;
  }
  .m-sm-n85 {
    margin: -8.5rem !important;
  }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n90 {
    margin: -9rem !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -9rem !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -9rem !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -9rem !important;
  }
  .m-sm-n95 {
    margin: -9.5rem !important;
  }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n100 {
    margin: -10rem !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -10rem !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -10rem !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -10rem !important;
  }
  .m-sm-n105 {
    margin: -10.5rem !important;
  }
  .mt-sm-n105,
  .my-sm-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n105,
  .mx-sm-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n105,
  .my-sm-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n105,
  .mx-sm-n105 {
    margin-left: -10.5rem !important;
  }
  .m-sm-n110 {
    margin: -11rem !important;
  }
  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -11rem !important;
  }
  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -11rem !important;
  }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -11rem !important;
  }
  .m-sm-n115 {
    margin: -11.5rem !important;
  }
  .mt-sm-n115,
  .my-sm-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-sm-n115,
  .mx-sm-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-sm-n115,
  .my-sm-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-sm-n115,
  .mx-sm-n115 {
    margin-left: -11.5rem !important;
  }
  .m-sm-n120 {
    margin: -12rem !important;
  }
  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -12rem !important;
  }
  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -12rem !important;
  }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -12rem !important;
  }
  .m-sm-n125 {
    margin: -12.5rem !important;
  }
  .mt-sm-n125,
  .my-sm-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n125,
  .mx-sm-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n125,
  .mx-sm-n125 {
    margin-left: -12.5rem !important;
  }
  .m-sm-n130 {
    margin: -13rem !important;
  }
  .mt-sm-n130,
  .my-sm-n130 {
    margin-top: -13rem !important;
  }
  .mr-sm-n130,
  .mx-sm-n130 {
    margin-right: -13rem !important;
  }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n130,
  .mx-sm-n130 {
    margin-left: -13rem !important;
  }
  .m-sm-n135 {
    margin: -13.5rem !important;
  }
  .mt-sm-n135,
  .my-sm-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-sm-n135,
  .mx-sm-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-sm-n135,
  .my-sm-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm-n135,
  .mx-sm-n135 {
    margin-left: -13.5rem !important;
  }
  .m-sm-n140 {
    margin: -14rem !important;
  }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -14rem !important;
  }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -14rem !important;
  }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -14rem !important;
  }
  .m-sm-n145 {
    margin: -14.5rem !important;
  }
  .mt-sm-n145,
  .my-sm-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-sm-n145,
  .mx-sm-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-sm-n145,
  .my-sm-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-sm-n145,
  .mx-sm-n145 {
    margin-left: -14.5rem !important;
  }
  .m-sm-n150 {
    margin: -15rem !important;
  }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -15rem !important;
  }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -15rem !important;
  }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -15rem !important;
  }
  .m-sm-n155 {
    margin: -15.5rem !important;
  }
  .mt-sm-n155,
  .my-sm-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-sm-n155,
  .mx-sm-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-sm-n155,
  .my-sm-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-sm-n155,
  .mx-sm-n155 {
    margin-left: -15.5rem !important;
  }
  .m-sm-n160 {
    margin: -16rem !important;
  }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -16rem !important;
  }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -16rem !important;
  }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -16rem !important;
  }
  .m-sm-n165 {
    margin: -16.5rem !important;
  }
  .mt-sm-n165,
  .my-sm-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-sm-n165,
  .mx-sm-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-sm-n165,
  .my-sm-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-sm-n165,
  .mx-sm-n165 {
    margin-left: -16.5rem !important;
  }
  .m-sm-n170 {
    margin: -17rem !important;
  }
  .mt-sm-n170,
  .my-sm-n170 {
    margin-top: -17rem !important;
  }
  .mr-sm-n170,
  .mx-sm-n170 {
    margin-right: -17rem !important;
  }
  .mb-sm-n170,
  .my-sm-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-sm-n170,
  .mx-sm-n170 {
    margin-left: -17rem !important;
  }
  .m-sm-n175 {
    margin: -17.5rem !important;
  }
  .mt-sm-n175,
  .my-sm-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-sm-n175,
  .mx-sm-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-sm-n175,
  .my-sm-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-sm-n175,
  .mx-sm-n175 {
    margin-left: -17.5rem !important;
  }
  .m-sm-n180 {
    margin: -18rem !important;
  }
  .mt-sm-n180,
  .my-sm-n180 {
    margin-top: -18rem !important;
  }
  .mr-sm-n180,
  .mx-sm-n180 {
    margin-right: -18rem !important;
  }
  .mb-sm-n180,
  .my-sm-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n180,
  .mx-sm-n180 {
    margin-left: -18rem !important;
  }
  .m-sm-n185 {
    margin: -18.5rem !important;
  }
  .mt-sm-n185,
  .my-sm-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-sm-n185,
  .mx-sm-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-sm-n185,
  .my-sm-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-sm-n185,
  .mx-sm-n185 {
    margin-left: -18.5rem !important;
  }
  .m-sm-n190 {
    margin: -19rem !important;
  }
  .mt-sm-n190,
  .my-sm-n190 {
    margin-top: -19rem !important;
  }
  .mr-sm-n190,
  .mx-sm-n190 {
    margin-right: -19rem !important;
  }
  .mb-sm-n190,
  .my-sm-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-sm-n190,
  .mx-sm-n190 {
    margin-left: -19rem !important;
  }
  .m-sm-n195 {
    margin: -19.5rem !important;
  }
  .mt-sm-n195,
  .my-sm-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-sm-n195,
  .mx-sm-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-sm-n195,
  .my-sm-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-sm-n195,
  .mx-sm-n195 {
    margin-left: -19.5rem !important;
  }
  .m-sm-n200 {
    margin: -20rem !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -20rem !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -20rem !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 3.75px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 3.75px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 3.75px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 3.75px !important;
  }
  .m-md-2 {
    margin: 7.5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 7.5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 7.5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 7.5px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important;
  }
  .m-md-4 {
    margin: 22.5px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 22.5px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 22.5px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 22.5px !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 1rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 1rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 1rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 3.5rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 3.5rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 4.5rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 4.5rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 5.5rem !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 5.5rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 6rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 6rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 6rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 6.5rem !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 6.5rem !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 7rem !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 7rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 7rem !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 7.5rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 7.5rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 8rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 8rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 8rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 8.5rem !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 8.5rem !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 9rem !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 9rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 9rem !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 9.5rem !important;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 9.5rem !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 10rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 10rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 10rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .mt-md-105,
  .my-md-105 {
    margin-top: 10.5rem !important;
  }
  .mr-md-105,
  .mx-md-105 {
    margin-right: 10.5rem !important;
  }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-105,
  .mx-md-105 {
    margin-left: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 11rem !important;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 11rem !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 11rem !important;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .mt-md-115,
  .my-md-115 {
    margin-top: 11.5rem !important;
  }
  .mr-md-115,
  .mx-md-115 {
    margin-right: 11.5rem !important;
  }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-115,
  .mx-md-115 {
    margin-left: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 12rem !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 12rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 12rem !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 12.5rem !important;
  }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 12.5rem !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .mt-md-130,
  .my-md-130 {
    margin-top: 13rem !important;
  }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 13rem !important;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 13rem !important;
  }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .mt-md-135,
  .my-md-135 {
    margin-top: 13.5rem !important;
  }
  .mr-md-135,
  .mx-md-135 {
    margin-right: 13.5rem !important;
  }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-135,
  .mx-md-135 {
    margin-left: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 14rem !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 14rem !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 14rem !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .mt-md-145,
  .my-md-145 {
    margin-top: 14.5rem !important;
  }
  .mr-md-145,
  .mx-md-145 {
    margin-right: 14.5rem !important;
  }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-md-145,
  .mx-md-145 {
    margin-left: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 15rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 15rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 15rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .mt-md-155,
  .my-md-155 {
    margin-top: 15.5rem !important;
  }
  .mr-md-155,
  .mx-md-155 {
    margin-right: 15.5rem !important;
  }
  .mb-md-155,
  .my-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-md-155,
  .mx-md-155 {
    margin-left: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 16rem !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 16rem !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 16rem !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .mt-md-165,
  .my-md-165 {
    margin-top: 16.5rem !important;
  }
  .mr-md-165,
  .mx-md-165 {
    margin-right: 16.5rem !important;
  }
  .mb-md-165,
  .my-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-md-165,
  .mx-md-165 {
    margin-left: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .mt-md-170,
  .my-md-170 {
    margin-top: 17rem !important;
  }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 17rem !important;
  }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 17rem !important;
  }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .mt-md-175,
  .my-md-175 {
    margin-top: 17.5rem !important;
  }
  .mr-md-175,
  .mx-md-175 {
    margin-right: 17.5rem !important;
  }
  .mb-md-175,
  .my-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-md-175,
  .mx-md-175 {
    margin-left: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .mt-md-180,
  .my-md-180 {
    margin-top: 18rem !important;
  }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 18rem !important;
  }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 18rem !important;
  }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .mt-md-185,
  .my-md-185 {
    margin-top: 18.5rem !important;
  }
  .mr-md-185,
  .mx-md-185 {
    margin-right: 18.5rem !important;
  }
  .mb-md-185,
  .my-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-md-185,
  .mx-md-185 {
    margin-left: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .mt-md-190,
  .my-md-190 {
    margin-top: 19rem !important;
  }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 19rem !important;
  }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 19rem !important;
  }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .mt-md-195,
  .my-md-195 {
    margin-top: 19.5rem !important;
  }
  .mr-md-195,
  .mx-md-195 {
    margin-right: 19.5rem !important;
  }
  .mb-md-195,
  .my-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-md-195,
  .mx-md-195 {
    margin-left: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 20rem !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 20rem !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 20rem !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 20rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 3.75px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 3.75px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 3.75px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 3.75px !important;
  }
  .p-md-2 {
    padding: 7.5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 7.5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 7.5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 7.5px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 22.5px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 22.5px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 22.5px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 22.5px !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 1rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 1rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 1rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 3.5rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 3.5rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 4.5rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 4.5rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 5.5rem !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 5.5rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 6rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 6rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 6rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 6.5rem !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 6.5rem !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 7rem !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 7rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 7rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 7.5rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 7.5rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 8rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 8rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 8rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 8.5rem !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 8.5rem !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 9rem !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 9rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 9rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 9.5rem !important;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 9.5rem !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 10rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 10rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 10rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .pt-md-105,
  .py-md-105 {
    padding-top: 10.5rem !important;
  }
  .pr-md-105,
  .px-md-105 {
    padding-right: 10.5rem !important;
  }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-105,
  .px-md-105 {
    padding-left: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 11rem !important;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 11rem !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 11rem !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .pt-md-115,
  .py-md-115 {
    padding-top: 11.5rem !important;
  }
  .pr-md-115,
  .px-md-115 {
    padding-right: 11.5rem !important;
  }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-115,
  .px-md-115 {
    padding-left: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 12rem !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 12rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 12rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 12.5rem !important;
  }
  .pr-md-125,
  .px-md-125 {
    padding-right: 12.5rem !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 13rem !important;
  }
  .pr-md-130,
  .px-md-130 {
    padding-right: 13rem !important;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 13rem !important;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .pt-md-135,
  .py-md-135 {
    padding-top: 13.5rem !important;
  }
  .pr-md-135,
  .px-md-135 {
    padding-right: 13.5rem !important;
  }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-135,
  .px-md-135 {
    padding-left: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 14rem !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 14rem !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 14rem !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .pt-md-145,
  .py-md-145 {
    padding-top: 14.5rem !important;
  }
  .pr-md-145,
  .px-md-145 {
    padding-right: 14.5rem !important;
  }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-md-145,
  .px-md-145 {
    padding-left: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 15rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 15rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 15rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .pt-md-155,
  .py-md-155 {
    padding-top: 15.5rem !important;
  }
  .pr-md-155,
  .px-md-155 {
    padding-right: 15.5rem !important;
  }
  .pb-md-155,
  .py-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-md-155,
  .px-md-155 {
    padding-left: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 16rem !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 16rem !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 16rem !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .pt-md-165,
  .py-md-165 {
    padding-top: 16.5rem !important;
  }
  .pr-md-165,
  .px-md-165 {
    padding-right: 16.5rem !important;
  }
  .pb-md-165,
  .py-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-md-165,
  .px-md-165 {
    padding-left: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .pt-md-170,
  .py-md-170 {
    padding-top: 17rem !important;
  }
  .pr-md-170,
  .px-md-170 {
    padding-right: 17rem !important;
  }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 17rem !important;
  }
  .pl-md-170,
  .px-md-170 {
    padding-left: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .pt-md-175,
  .py-md-175 {
    padding-top: 17.5rem !important;
  }
  .pr-md-175,
  .px-md-175 {
    padding-right: 17.5rem !important;
  }
  .pb-md-175,
  .py-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-md-175,
  .px-md-175 {
    padding-left: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .pt-md-180,
  .py-md-180 {
    padding-top: 18rem !important;
  }
  .pr-md-180,
  .px-md-180 {
    padding-right: 18rem !important;
  }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 18rem !important;
  }
  .pl-md-180,
  .px-md-180 {
    padding-left: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .pt-md-185,
  .py-md-185 {
    padding-top: 18.5rem !important;
  }
  .pr-md-185,
  .px-md-185 {
    padding-right: 18.5rem !important;
  }
  .pb-md-185,
  .py-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-md-185,
  .px-md-185 {
    padding-left: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .pt-md-190,
  .py-md-190 {
    padding-top: 19rem !important;
  }
  .pr-md-190,
  .px-md-190 {
    padding-right: 19rem !important;
  }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 19rem !important;
  }
  .pl-md-190,
  .px-md-190 {
    padding-left: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .pt-md-195,
  .py-md-195 {
    padding-top: 19.5rem !important;
  }
  .pr-md-195,
  .px-md-195 {
    padding-right: 19.5rem !important;
  }
  .pb-md-195,
  .py-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-md-195,
  .px-md-195 {
    padding-left: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 20rem !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 20rem !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 20rem !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 20rem !important;
  }
  .m-md-n1 {
    margin: -3.75px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -3.75px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -3.75px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -3.75px !important;
  }
  .m-md-n2 {
    margin: -7.5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -7.5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -7.5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -7.5px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important;
  }
  .m-md-n4 {
    margin: -22.5px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -22.5px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -22.5px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -22.5px !important;
  }
  .m-md-n5 {
    margin: -0.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n10 {
    margin: -1rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -1rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -1rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -1rem !important;
  }
  .m-md-n15 {
    margin: -1.5rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -1.5rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n25 {
    margin: -2.5rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -2.5rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n35 {
    margin: -3.5rem !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -3.5rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n45 {
    margin: -4.5rem !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -4.5rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-n55 {
    margin: -5.5rem !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -5.5rem !important;
  }
  .m-md-n60 {
    margin: -6rem !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -6rem !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -6rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -6rem !important;
  }
  .m-md-n65 {
    margin: -6.5rem !important;
  }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -6.5rem !important;
  }
  .m-md-n70 {
    margin: -7rem !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -7rem !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -7rem !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -7rem !important;
  }
  .m-md-n75 {
    margin: -7.5rem !important;
  }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -7.5rem !important;
  }
  .m-md-n80 {
    margin: -8rem !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -8rem !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -8rem !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -8rem !important;
  }
  .m-md-n85 {
    margin: -8.5rem !important;
  }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -8.5rem !important;
  }
  .m-md-n90 {
    margin: -9rem !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -9rem !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -9rem !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -9rem !important;
  }
  .m-md-n95 {
    margin: -9.5rem !important;
  }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -9.5rem !important;
  }
  .m-md-n100 {
    margin: -10rem !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -10rem !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -10rem !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -10rem !important;
  }
  .m-md-n105 {
    margin: -10.5rem !important;
  }
  .mt-md-n105,
  .my-md-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n105,
  .mx-md-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n105,
  .my-md-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n105,
  .mx-md-n105 {
    margin-left: -10.5rem !important;
  }
  .m-md-n110 {
    margin: -11rem !important;
  }
  .mt-md-n110,
  .my-md-n110 {
    margin-top: -11rem !important;
  }
  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -11rem !important;
  }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -11rem !important;
  }
  .m-md-n115 {
    margin: -11.5rem !important;
  }
  .mt-md-n115,
  .my-md-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-md-n115,
  .mx-md-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-md-n115,
  .my-md-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-md-n115,
  .mx-md-n115 {
    margin-left: -11.5rem !important;
  }
  .m-md-n120 {
    margin: -12rem !important;
  }
  .mt-md-n120,
  .my-md-n120 {
    margin-top: -12rem !important;
  }
  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -12rem !important;
  }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -12rem !important;
  }
  .m-md-n125 {
    margin: -12.5rem !important;
  }
  .mt-md-n125,
  .my-md-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n125,
  .mx-md-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n125,
  .mx-md-n125 {
    margin-left: -12.5rem !important;
  }
  .m-md-n130 {
    margin: -13rem !important;
  }
  .mt-md-n130,
  .my-md-n130 {
    margin-top: -13rem !important;
  }
  .mr-md-n130,
  .mx-md-n130 {
    margin-right: -13rem !important;
  }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n130,
  .mx-md-n130 {
    margin-left: -13rem !important;
  }
  .m-md-n135 {
    margin: -13.5rem !important;
  }
  .mt-md-n135,
  .my-md-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-md-n135,
  .mx-md-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-md-n135,
  .my-md-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md-n135,
  .mx-md-n135 {
    margin-left: -13.5rem !important;
  }
  .m-md-n140 {
    margin: -14rem !important;
  }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -14rem !important;
  }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -14rem !important;
  }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -14rem !important;
  }
  .m-md-n145 {
    margin: -14.5rem !important;
  }
  .mt-md-n145,
  .my-md-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-md-n145,
  .mx-md-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-md-n145,
  .my-md-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-md-n145,
  .mx-md-n145 {
    margin-left: -14.5rem !important;
  }
  .m-md-n150 {
    margin: -15rem !important;
  }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -15rem !important;
  }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -15rem !important;
  }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -15rem !important;
  }
  .m-md-n155 {
    margin: -15.5rem !important;
  }
  .mt-md-n155,
  .my-md-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-md-n155,
  .mx-md-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-md-n155,
  .my-md-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-md-n155,
  .mx-md-n155 {
    margin-left: -15.5rem !important;
  }
  .m-md-n160 {
    margin: -16rem !important;
  }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -16rem !important;
  }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -16rem !important;
  }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -16rem !important;
  }
  .m-md-n165 {
    margin: -16.5rem !important;
  }
  .mt-md-n165,
  .my-md-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-md-n165,
  .mx-md-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-md-n165,
  .my-md-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-md-n165,
  .mx-md-n165 {
    margin-left: -16.5rem !important;
  }
  .m-md-n170 {
    margin: -17rem !important;
  }
  .mt-md-n170,
  .my-md-n170 {
    margin-top: -17rem !important;
  }
  .mr-md-n170,
  .mx-md-n170 {
    margin-right: -17rem !important;
  }
  .mb-md-n170,
  .my-md-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-md-n170,
  .mx-md-n170 {
    margin-left: -17rem !important;
  }
  .m-md-n175 {
    margin: -17.5rem !important;
  }
  .mt-md-n175,
  .my-md-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-md-n175,
  .mx-md-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-md-n175,
  .my-md-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-md-n175,
  .mx-md-n175 {
    margin-left: -17.5rem !important;
  }
  .m-md-n180 {
    margin: -18rem !important;
  }
  .mt-md-n180,
  .my-md-n180 {
    margin-top: -18rem !important;
  }
  .mr-md-n180,
  .mx-md-n180 {
    margin-right: -18rem !important;
  }
  .mb-md-n180,
  .my-md-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n180,
  .mx-md-n180 {
    margin-left: -18rem !important;
  }
  .m-md-n185 {
    margin: -18.5rem !important;
  }
  .mt-md-n185,
  .my-md-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-md-n185,
  .mx-md-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-md-n185,
  .my-md-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-md-n185,
  .mx-md-n185 {
    margin-left: -18.5rem !important;
  }
  .m-md-n190 {
    margin: -19rem !important;
  }
  .mt-md-n190,
  .my-md-n190 {
    margin-top: -19rem !important;
  }
  .mr-md-n190,
  .mx-md-n190 {
    margin-right: -19rem !important;
  }
  .mb-md-n190,
  .my-md-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-md-n190,
  .mx-md-n190 {
    margin-left: -19rem !important;
  }
  .m-md-n195 {
    margin: -19.5rem !important;
  }
  .mt-md-n195,
  .my-md-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-md-n195,
  .mx-md-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-md-n195,
  .my-md-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-md-n195,
  .mx-md-n195 {
    margin-left: -19.5rem !important;
  }
  .m-md-n200 {
    margin: -20rem !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -20rem !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -20rem !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 3.75px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 3.75px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 3.75px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 3.75px !important;
  }
  .m-lg-2 {
    margin: 7.5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 7.5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 7.5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 7.5px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important;
  }
  .m-lg-4 {
    margin: 22.5px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 22.5px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 22.5px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 22.5px !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 1rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 1rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 6rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 6rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 7rem !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 7rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 8rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 8rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 9rem !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 9rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 10rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 10rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .mt-lg-105,
  .my-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-105,
  .mx-lg-105 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-105,
  .mx-lg-105 {
    margin-left: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 11rem !important;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 11rem !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .mt-lg-115,
  .my-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-115,
  .mx-lg-115 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-115,
  .mx-lg-115 {
    margin-left: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 12rem !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 12rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 13rem !important;
  }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 13rem !important;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .mt-lg-135,
  .my-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-135,
  .mx-lg-135 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-135,
  .mx-lg-135 {
    margin-left: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 14rem !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 14rem !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .mt-lg-145,
  .my-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mr-lg-145,
  .mx-lg-145 {
    margin-right: 14.5rem !important;
  }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-lg-145,
  .mx-lg-145 {
    margin-left: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 15rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 15rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .mt-lg-155,
  .my-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mr-lg-155,
  .mx-lg-155 {
    margin-right: 15.5rem !important;
  }
  .mb-lg-155,
  .my-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-lg-155,
  .mx-lg-155 {
    margin-left: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 16rem !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 16rem !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .mt-lg-165,
  .my-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mr-lg-165,
  .mx-lg-165 {
    margin-right: 16.5rem !important;
  }
  .mb-lg-165,
  .my-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-lg-165,
  .mx-lg-165 {
    margin-left: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 17rem !important;
  }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 17rem !important;
  }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 17rem !important;
  }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .mt-lg-175,
  .my-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mr-lg-175,
  .mx-lg-175 {
    margin-right: 17.5rem !important;
  }
  .mb-lg-175,
  .my-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-lg-175,
  .mx-lg-175 {
    margin-left: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 18rem !important;
  }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 18rem !important;
  }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .mt-lg-185,
  .my-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mr-lg-185,
  .mx-lg-185 {
    margin-right: 18.5rem !important;
  }
  .mb-lg-185,
  .my-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-lg-185,
  .mx-lg-185 {
    margin-left: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 19rem !important;
  }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 19rem !important;
  }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 19rem !important;
  }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .mt-lg-195,
  .my-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mr-lg-195,
  .mx-lg-195 {
    margin-right: 19.5rem !important;
  }
  .mb-lg-195,
  .my-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-lg-195,
  .mx-lg-195 {
    margin-left: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 20rem !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 20rem !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 20rem !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 20rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 3.75px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 3.75px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 3.75px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 3.75px !important;
  }
  .p-lg-2 {
    padding: 7.5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 7.5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 7.5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 7.5px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important;
  }
  .p-lg-4 {
    padding: 22.5px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 22.5px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 22.5px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 22.5px !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 1rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 1rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 6rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 6rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 7rem !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 7rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 8rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 8rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 9rem !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 9rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 10rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 10rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-105,
  .px-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 11rem !important;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 11rem !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-115,
  .px-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 12rem !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 12rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 13rem !important;
  }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 13rem !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-135,
  .px-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 14rem !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 14rem !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pr-lg-145,
  .px-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 15rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 15rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .pt-lg-155,
  .py-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pr-lg-155,
  .px-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pb-lg-155,
  .py-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-lg-155,
  .px-lg-155 {
    padding-left: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 16rem !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 16rem !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .pt-lg-165,
  .py-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pr-lg-165,
  .px-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pb-lg-165,
  .py-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-lg-165,
  .px-lg-165 {
    padding-left: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 17rem !important;
  }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 17rem !important;
  }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .pt-lg-175,
  .py-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pr-lg-175,
  .px-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pb-lg-175,
  .py-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-lg-175,
  .px-lg-175 {
    padding-left: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 18rem !important;
  }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 18rem !important;
  }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .pt-lg-185,
  .py-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pr-lg-185,
  .px-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pb-lg-185,
  .py-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-lg-185,
  .px-lg-185 {
    padding-left: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 19rem !important;
  }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 19rem !important;
  }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .pt-lg-195,
  .py-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pr-lg-195,
  .px-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pb-lg-195,
  .py-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-lg-195,
  .px-lg-195 {
    padding-left: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 20rem !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 20rem !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 20rem !important;
  }
  .m-lg-n1 {
    margin: -3.75px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -3.75px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -3.75px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -3.75px !important;
  }
  .m-lg-n2 {
    margin: -7.5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -7.5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -7.5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -7.5px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important;
  }
  .m-lg-n4 {
    margin: -22.5px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -22.5px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -22.5px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -22.5px !important;
  }
  .m-lg-n5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n10 {
    margin: -1rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -1rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -1rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -1rem !important;
  }
  .m-lg-n15 {
    margin: -1.5rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n25 {
    margin: -2.5rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n35 {
    margin: -3.5rem !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n45 {
    margin: -4.5rem !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-n55 {
    margin: -5.5rem !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n60 {
    margin: -6rem !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -6rem !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -6rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -6rem !important;
  }
  .m-lg-n65 {
    margin: -6.5rem !important;
  }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n70 {
    margin: -7rem !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -7rem !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -7rem !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -7rem !important;
  }
  .m-lg-n75 {
    margin: -7.5rem !important;
  }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n80 {
    margin: -8rem !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -8rem !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -8rem !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -8rem !important;
  }
  .m-lg-n85 {
    margin: -8.5rem !important;
  }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n90 {
    margin: -9rem !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -9rem !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -9rem !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -9rem !important;
  }
  .m-lg-n95 {
    margin: -9.5rem !important;
  }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n100 {
    margin: -10rem !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -10rem !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -10rem !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -10rem !important;
  }
  .m-lg-n105 {
    margin: -10.5rem !important;
  }
  .mt-lg-n105,
  .my-lg-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n105,
  .mx-lg-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n105,
  .my-lg-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n105,
  .mx-lg-n105 {
    margin-left: -10.5rem !important;
  }
  .m-lg-n110 {
    margin: -11rem !important;
  }
  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -11rem !important;
  }
  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -11rem !important;
  }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -11rem !important;
  }
  .m-lg-n115 {
    margin: -11.5rem !important;
  }
  .mt-lg-n115,
  .my-lg-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-lg-n115,
  .mx-lg-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-lg-n115,
  .my-lg-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-lg-n115,
  .mx-lg-n115 {
    margin-left: -11.5rem !important;
  }
  .m-lg-n120 {
    margin: -12rem !important;
  }
  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -12rem !important;
  }
  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -12rem !important;
  }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -12rem !important;
  }
  .m-lg-n125 {
    margin: -12.5rem !important;
  }
  .mt-lg-n125,
  .my-lg-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n125,
  .mx-lg-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n125,
  .mx-lg-n125 {
    margin-left: -12.5rem !important;
  }
  .m-lg-n130 {
    margin: -13rem !important;
  }
  .mt-lg-n130,
  .my-lg-n130 {
    margin-top: -13rem !important;
  }
  .mr-lg-n130,
  .mx-lg-n130 {
    margin-right: -13rem !important;
  }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n130,
  .mx-lg-n130 {
    margin-left: -13rem !important;
  }
  .m-lg-n135 {
    margin: -13.5rem !important;
  }
  .mt-lg-n135,
  .my-lg-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-lg-n135,
  .mx-lg-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-lg-n135,
  .my-lg-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg-n135,
  .mx-lg-n135 {
    margin-left: -13.5rem !important;
  }
  .m-lg-n140 {
    margin: -14rem !important;
  }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -14rem !important;
  }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -14rem !important;
  }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -14rem !important;
  }
  .m-lg-n145 {
    margin: -14.5rem !important;
  }
  .mt-lg-n145,
  .my-lg-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-lg-n145,
  .mx-lg-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-lg-n145,
  .my-lg-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-lg-n145,
  .mx-lg-n145 {
    margin-left: -14.5rem !important;
  }
  .m-lg-n150 {
    margin: -15rem !important;
  }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -15rem !important;
  }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -15rem !important;
  }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -15rem !important;
  }
  .m-lg-n155 {
    margin: -15.5rem !important;
  }
  .mt-lg-n155,
  .my-lg-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-lg-n155,
  .mx-lg-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-lg-n155,
  .my-lg-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-lg-n155,
  .mx-lg-n155 {
    margin-left: -15.5rem !important;
  }
  .m-lg-n160 {
    margin: -16rem !important;
  }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -16rem !important;
  }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -16rem !important;
  }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -16rem !important;
  }
  .m-lg-n165 {
    margin: -16.5rem !important;
  }
  .mt-lg-n165,
  .my-lg-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-lg-n165,
  .mx-lg-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-lg-n165,
  .my-lg-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-lg-n165,
  .mx-lg-n165 {
    margin-left: -16.5rem !important;
  }
  .m-lg-n170 {
    margin: -17rem !important;
  }
  .mt-lg-n170,
  .my-lg-n170 {
    margin-top: -17rem !important;
  }
  .mr-lg-n170,
  .mx-lg-n170 {
    margin-right: -17rem !important;
  }
  .mb-lg-n170,
  .my-lg-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-lg-n170,
  .mx-lg-n170 {
    margin-left: -17rem !important;
  }
  .m-lg-n175 {
    margin: -17.5rem !important;
  }
  .mt-lg-n175,
  .my-lg-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-lg-n175,
  .mx-lg-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-lg-n175,
  .my-lg-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-lg-n175,
  .mx-lg-n175 {
    margin-left: -17.5rem !important;
  }
  .m-lg-n180 {
    margin: -18rem !important;
  }
  .mt-lg-n180,
  .my-lg-n180 {
    margin-top: -18rem !important;
  }
  .mr-lg-n180,
  .mx-lg-n180 {
    margin-right: -18rem !important;
  }
  .mb-lg-n180,
  .my-lg-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n180,
  .mx-lg-n180 {
    margin-left: -18rem !important;
  }
  .m-lg-n185 {
    margin: -18.5rem !important;
  }
  .mt-lg-n185,
  .my-lg-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-lg-n185,
  .mx-lg-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-lg-n185,
  .my-lg-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-lg-n185,
  .mx-lg-n185 {
    margin-left: -18.5rem !important;
  }
  .m-lg-n190 {
    margin: -19rem !important;
  }
  .mt-lg-n190,
  .my-lg-n190 {
    margin-top: -19rem !important;
  }
  .mr-lg-n190,
  .mx-lg-n190 {
    margin-right: -19rem !important;
  }
  .mb-lg-n190,
  .my-lg-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-lg-n190,
  .mx-lg-n190 {
    margin-left: -19rem !important;
  }
  .m-lg-n195 {
    margin: -19.5rem !important;
  }
  .mt-lg-n195,
  .my-lg-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-lg-n195,
  .mx-lg-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-lg-n195,
  .my-lg-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-lg-n195,
  .mx-lg-n195 {
    margin-left: -19.5rem !important;
  }
  .m-lg-n200 {
    margin: -20rem !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -20rem !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -20rem !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -20rem !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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 3.75px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 3.75px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 3.75px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 3.75px !important;
  }
  .m-xl-2 {
    margin: 7.5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 7.5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 7.5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 7.5px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important;
  }
  .m-xl-4 {
    margin: 22.5px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 22.5px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 22.5px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 22.5px !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 1rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 1rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 6rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 6rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 7rem !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 7rem !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 8rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 8rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 9rem !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 9rem !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 10rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 10rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 10rem !important;
  }
  .m-xl-105 {
    margin: 10.5rem !important;
  }
  .mt-xl-105,
  .my-xl-105 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-105,
  .mx-xl-105 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-105,
  .my-xl-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-105,
  .mx-xl-105 {
    margin-left: 10.5rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 11rem !important;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 11rem !important;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 11rem !important;
  }
  .m-xl-115 {
    margin: 11.5rem !important;
  }
  .mt-xl-115,
  .my-xl-115 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-115,
  .mx-xl-115 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-115,
  .my-xl-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-115,
  .mx-xl-115 {
    margin-left: 11.5rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 12rem !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 12rem !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 12rem !important;
  }
  .m-xl-125 {
    margin: 12.5rem !important;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 12.5rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 13rem !important;
  }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 13rem !important;
  }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 13rem !important;
  }
  .m-xl-135 {
    margin: 13.5rem !important;
  }
  .mt-xl-135,
  .my-xl-135 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-135,
  .mx-xl-135 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-135,
  .my-xl-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-135,
  .mx-xl-135 {
    margin-left: 13.5rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 14rem !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 14rem !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 14rem !important;
  }
  .m-xl-145 {
    margin: 14.5rem !important;
  }
  .mt-xl-145,
  .my-xl-145 {
    margin-top: 14.5rem !important;
  }
  .mr-xl-145,
  .mx-xl-145 {
    margin-right: 14.5rem !important;
  }
  .mb-xl-145,
  .my-xl-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xl-145,
  .mx-xl-145 {
    margin-left: 14.5rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 15rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 15rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 15rem !important;
  }
  .m-xl-155 {
    margin: 15.5rem !important;
  }
  .mt-xl-155,
  .my-xl-155 {
    margin-top: 15.5rem !important;
  }
  .mr-xl-155,
  .mx-xl-155 {
    margin-right: 15.5rem !important;
  }
  .mb-xl-155,
  .my-xl-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-xl-155,
  .mx-xl-155 {
    margin-left: 15.5rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 16rem !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 16rem !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 16rem !important;
  }
  .m-xl-165 {
    margin: 16.5rem !important;
  }
  .mt-xl-165,
  .my-xl-165 {
    margin-top: 16.5rem !important;
  }
  .mr-xl-165,
  .mx-xl-165 {
    margin-right: 16.5rem !important;
  }
  .mb-xl-165,
  .my-xl-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-xl-165,
  .mx-xl-165 {
    margin-left: 16.5rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 17rem !important;
  }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 17rem !important;
  }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 17rem !important;
  }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 17rem !important;
  }
  .m-xl-175 {
    margin: 17.5rem !important;
  }
  .mt-xl-175,
  .my-xl-175 {
    margin-top: 17.5rem !important;
  }
  .mr-xl-175,
  .mx-xl-175 {
    margin-right: 17.5rem !important;
  }
  .mb-xl-175,
  .my-xl-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-xl-175,
  .mx-xl-175 {
    margin-left: 17.5rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 18rem !important;
  }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 18rem !important;
  }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 18rem !important;
  }
  .m-xl-185 {
    margin: 18.5rem !important;
  }
  .mt-xl-185,
  .my-xl-185 {
    margin-top: 18.5rem !important;
  }
  .mr-xl-185,
  .mx-xl-185 {
    margin-right: 18.5rem !important;
  }
  .mb-xl-185,
  .my-xl-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-xl-185,
  .mx-xl-185 {
    margin-left: 18.5rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 19rem !important;
  }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 19rem !important;
  }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 19rem !important;
  }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 19rem !important;
  }
  .m-xl-195 {
    margin: 19.5rem !important;
  }
  .mt-xl-195,
  .my-xl-195 {
    margin-top: 19.5rem !important;
  }
  .mr-xl-195,
  .mx-xl-195 {
    margin-right: 19.5rem !important;
  }
  .mb-xl-195,
  .my-xl-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-xl-195,
  .mx-xl-195 {
    margin-left: 19.5rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 20rem !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 20rem !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 20rem !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 20rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 3.75px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 3.75px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 3.75px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 3.75px !important;
  }
  .p-xl-2 {
    padding: 7.5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 7.5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 7.5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 7.5px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important;
  }
  .p-xl-4 {
    padding: 22.5px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 22.5px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 22.5px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 22.5px !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 1rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 1rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 6rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 6rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 7rem !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 7rem !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 8rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 8rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 9rem !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 9rem !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 10rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 10rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 10rem !important;
  }
  .p-xl-105 {
    padding: 10.5rem !important;
  }
  .pt-xl-105,
  .py-xl-105 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-105,
  .px-xl-105 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-105,
  .py-xl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-105,
  .px-xl-105 {
    padding-left: 10.5rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 11rem !important;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 11rem !important;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 11rem !important;
  }
  .p-xl-115 {
    padding: 11.5rem !important;
  }
  .pt-xl-115,
  .py-xl-115 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-115,
  .px-xl-115 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-115,
  .py-xl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-115,
  .px-xl-115 {
    padding-left: 11.5rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 12rem !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 12rem !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 12rem !important;
  }
  .p-xl-125 {
    padding: 12.5rem !important;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 12.5rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 13rem !important;
  }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 13rem !important;
  }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 13rem !important;
  }
  .p-xl-135 {
    padding: 13.5rem !important;
  }
  .pt-xl-135,
  .py-xl-135 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-135,
  .px-xl-135 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-135,
  .py-xl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-135,
  .px-xl-135 {
    padding-left: 13.5rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 14rem !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 14rem !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 14rem !important;
  }
  .p-xl-145 {
    padding: 14.5rem !important;
  }
  .pt-xl-145,
  .py-xl-145 {
    padding-top: 14.5rem !important;
  }
  .pr-xl-145,
  .px-xl-145 {
    padding-right: 14.5rem !important;
  }
  .pb-xl-145,
  .py-xl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xl-145,
  .px-xl-145 {
    padding-left: 14.5rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 15rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 15rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 15rem !important;
  }
  .p-xl-155 {
    padding: 15.5rem !important;
  }
  .pt-xl-155,
  .py-xl-155 {
    padding-top: 15.5rem !important;
  }
  .pr-xl-155,
  .px-xl-155 {
    padding-right: 15.5rem !important;
  }
  .pb-xl-155,
  .py-xl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-xl-155,
  .px-xl-155 {
    padding-left: 15.5rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 16rem !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 16rem !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 16rem !important;
  }
  .p-xl-165 {
    padding: 16.5rem !important;
  }
  .pt-xl-165,
  .py-xl-165 {
    padding-top: 16.5rem !important;
  }
  .pr-xl-165,
  .px-xl-165 {
    padding-right: 16.5rem !important;
  }
  .pb-xl-165,
  .py-xl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-xl-165,
  .px-xl-165 {
    padding-left: 16.5rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 17rem !important;
  }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 17rem !important;
  }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 17rem !important;
  }
  .p-xl-175 {
    padding: 17.5rem !important;
  }
  .pt-xl-175,
  .py-xl-175 {
    padding-top: 17.5rem !important;
  }
  .pr-xl-175,
  .px-xl-175 {
    padding-right: 17.5rem !important;
  }
  .pb-xl-175,
  .py-xl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-xl-175,
  .px-xl-175 {
    padding-left: 17.5rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 18rem !important;
  }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 18rem !important;
  }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 18rem !important;
  }
  .p-xl-185 {
    padding: 18.5rem !important;
  }
  .pt-xl-185,
  .py-xl-185 {
    padding-top: 18.5rem !important;
  }
  .pr-xl-185,
  .px-xl-185 {
    padding-right: 18.5rem !important;
  }
  .pb-xl-185,
  .py-xl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-xl-185,
  .px-xl-185 {
    padding-left: 18.5rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 19rem !important;
  }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 19rem !important;
  }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 19rem !important;
  }
  .p-xl-195 {
    padding: 19.5rem !important;
  }
  .pt-xl-195,
  .py-xl-195 {
    padding-top: 19.5rem !important;
  }
  .pr-xl-195,
  .px-xl-195 {
    padding-right: 19.5rem !important;
  }
  .pb-xl-195,
  .py-xl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-xl-195,
  .px-xl-195 {
    padding-left: 19.5rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 20rem !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 20rem !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 20rem !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 20rem !important;
  }
  .m-xl-n1 {
    margin: -3.75px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -3.75px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -3.75px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -3.75px !important;
  }
  .m-xl-n2 {
    margin: -7.5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -7.5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -7.5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -7.5px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important;
  }
  .m-xl-n4 {
    margin: -22.5px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -22.5px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -22.5px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -22.5px !important;
  }
  .m-xl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n10 {
    margin: -1rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -1rem !important;
  }
  .m-xl-n15 {
    margin: -1.5rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n25 {
    margin: -2.5rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n35 {
    margin: -3.5rem !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n45 {
    margin: -4.5rem !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-n55 {
    margin: -5.5rem !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n60 {
    margin: -6rem !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -6rem !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -6rem !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -6rem !important;
  }
  .m-xl-n65 {
    margin: -6.5rem !important;
  }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n70 {
    margin: -7rem !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -7rem !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -7rem !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -7rem !important;
  }
  .m-xl-n75 {
    margin: -7.5rem !important;
  }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n80 {
    margin: -8rem !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -8rem !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -8rem !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -8rem !important;
  }
  .m-xl-n85 {
    margin: -8.5rem !important;
  }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n90 {
    margin: -9rem !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -9rem !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -9rem !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -9rem !important;
  }
  .m-xl-n95 {
    margin: -9.5rem !important;
  }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n100 {
    margin: -10rem !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -10rem !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -10rem !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -10rem !important;
  }
  .m-xl-n105 {
    margin: -10.5rem !important;
  }
  .mt-xl-n105,
  .my-xl-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n105,
  .mx-xl-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n105,
  .my-xl-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n105,
  .mx-xl-n105 {
    margin-left: -10.5rem !important;
  }
  .m-xl-n110 {
    margin: -11rem !important;
  }
  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -11rem !important;
  }
  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -11rem !important;
  }
  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -11rem !important;
  }
  .m-xl-n115 {
    margin: -11.5rem !important;
  }
  .mt-xl-n115,
  .my-xl-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-xl-n115,
  .mx-xl-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-xl-n115,
  .my-xl-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xl-n115,
  .mx-xl-n115 {
    margin-left: -11.5rem !important;
  }
  .m-xl-n120 {
    margin: -12rem !important;
  }
  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -12rem !important;
  }
  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -12rem !important;
  }
  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -12rem !important;
  }
  .m-xl-n125 {
    margin: -12.5rem !important;
  }
  .mt-xl-n125,
  .my-xl-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n125,
  .mx-xl-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n125,
  .my-xl-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n125,
  .mx-xl-n125 {
    margin-left: -12.5rem !important;
  }
  .m-xl-n130 {
    margin: -13rem !important;
  }
  .mt-xl-n130,
  .my-xl-n130 {
    margin-top: -13rem !important;
  }
  .mr-xl-n130,
  .mx-xl-n130 {
    margin-right: -13rem !important;
  }
  .mb-xl-n130,
  .my-xl-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n130,
  .mx-xl-n130 {
    margin-left: -13rem !important;
  }
  .m-xl-n135 {
    margin: -13.5rem !important;
  }
  .mt-xl-n135,
  .my-xl-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-xl-n135,
  .mx-xl-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-xl-n135,
  .my-xl-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl-n135,
  .mx-xl-n135 {
    margin-left: -13.5rem !important;
  }
  .m-xl-n140 {
    margin: -14rem !important;
  }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -14rem !important;
  }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -14rem !important;
  }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -14rem !important;
  }
  .m-xl-n145 {
    margin: -14.5rem !important;
  }
  .mt-xl-n145,
  .my-xl-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-xl-n145,
  .mx-xl-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-xl-n145,
  .my-xl-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xl-n145,
  .mx-xl-n145 {
    margin-left: -14.5rem !important;
  }
  .m-xl-n150 {
    margin: -15rem !important;
  }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -15rem !important;
  }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -15rem !important;
  }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -15rem !important;
  }
  .m-xl-n155 {
    margin: -15.5rem !important;
  }
  .mt-xl-n155,
  .my-xl-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-xl-n155,
  .mx-xl-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-xl-n155,
  .my-xl-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-xl-n155,
  .mx-xl-n155 {
    margin-left: -15.5rem !important;
  }
  .m-xl-n160 {
    margin: -16rem !important;
  }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -16rem !important;
  }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -16rem !important;
  }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -16rem !important;
  }
  .m-xl-n165 {
    margin: -16.5rem !important;
  }
  .mt-xl-n165,
  .my-xl-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-xl-n165,
  .mx-xl-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-xl-n165,
  .my-xl-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-xl-n165,
  .mx-xl-n165 {
    margin-left: -16.5rem !important;
  }
  .m-xl-n170 {
    margin: -17rem !important;
  }
  .mt-xl-n170,
  .my-xl-n170 {
    margin-top: -17rem !important;
  }
  .mr-xl-n170,
  .mx-xl-n170 {
    margin-right: -17rem !important;
  }
  .mb-xl-n170,
  .my-xl-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-xl-n170,
  .mx-xl-n170 {
    margin-left: -17rem !important;
  }
  .m-xl-n175 {
    margin: -17.5rem !important;
  }
  .mt-xl-n175,
  .my-xl-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-xl-n175,
  .mx-xl-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-xl-n175,
  .my-xl-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-xl-n175,
  .mx-xl-n175 {
    margin-left: -17.5rem !important;
  }
  .m-xl-n180 {
    margin: -18rem !important;
  }
  .mt-xl-n180,
  .my-xl-n180 {
    margin-top: -18rem !important;
  }
  .mr-xl-n180,
  .mx-xl-n180 {
    margin-right: -18rem !important;
  }
  .mb-xl-n180,
  .my-xl-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n180,
  .mx-xl-n180 {
    margin-left: -18rem !important;
  }
  .m-xl-n185 {
    margin: -18.5rem !important;
  }
  .mt-xl-n185,
  .my-xl-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-xl-n185,
  .mx-xl-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-xl-n185,
  .my-xl-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-xl-n185,
  .mx-xl-n185 {
    margin-left: -18.5rem !important;
  }
  .m-xl-n190 {
    margin: -19rem !important;
  }
  .mt-xl-n190,
  .my-xl-n190 {
    margin-top: -19rem !important;
  }
  .mr-xl-n190,
  .mx-xl-n190 {
    margin-right: -19rem !important;
  }
  .mb-xl-n190,
  .my-xl-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-xl-n190,
  .mx-xl-n190 {
    margin-left: -19rem !important;
  }
  .m-xl-n195 {
    margin: -19.5rem !important;
  }
  .mt-xl-n195,
  .my-xl-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-xl-n195,
  .mx-xl-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-xl-n195,
  .my-xl-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-xl-n195,
  .mx-xl-n195 {
    margin-left: -19.5rem !important;
  }
  .m-xl-n200 {
    margin: -20rem !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -20rem !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -20rem !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;
  }
}

.btn, .gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__number a, .c-pagination__number span, .c-pagination__button a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .gform_wrapper .gform_button,
  .gform_wrapper .gform_previous_button,
  .gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__number a, .c-pagination__number span, .c-pagination__button a {
    transition: none;
  }
}

.btn:hover, .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_drop_area input:hover, .gform_wrapper .button:hover, .c-nav-main > ul > li:last-child a:hover, .c-pagination__number a:hover, .c-pagination__number span:hover, .c-pagination__button a:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .gform_wrapper .gform_button:focus,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_drop_area input:focus, .gform_wrapper .button:focus, .c-nav-main > ul > li:last-child a:focus, .c-pagination__number a:focus, .c-pagination__number span:focus, .c-pagination__button a:focus, .btn.focus, .gform_wrapper .focus.gform_button,
.gform_wrapper .focus.gform_previous_button,
.gform_wrapper .focus.gform_next_button, .gform_wrapper .gform_drop_area input.focus, .gform_wrapper .focus.button, .c-nav-main > ul > li:last-child a.focus, .c-pagination__number a.focus, .c-pagination__number span.focus, .c-pagination__button a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.btn.disabled, .gform_wrapper .disabled.gform_button,
.gform_wrapper .disabled.gform_previous_button,
.gform_wrapper .disabled.gform_next_button, .gform_wrapper .gform_drop_area input.disabled, .gform_wrapper .disabled.button, .c-nav-main > ul > li:last-child a.disabled, .c-pagination__number a.disabled, .c-pagination__number span.disabled, .c-pagination__button a.disabled, .btn:disabled, .gform_wrapper .gform_button:disabled,
.gform_wrapper .gform_previous_button:disabled,
.gform_wrapper .gform_next_button:disabled, .gform_wrapper .gform_drop_area input:disabled, .gform_wrapper .button:disabled, .c-nav-main > ul > li:last-child a:disabled, .c-pagination__number a:disabled, .c-pagination__number span:disabled, .c-pagination__button a:disabled {
  opacity: 0.65;
}

a.btn.disabled, .gform_wrapper a.disabled.gform_button,
.gform_wrapper a.disabled.gform_previous_button,
.gform_wrapper a.disabled.gform_next_button, .gform_wrapper a.disabled.button, .c-nav-main > ul > li:last-child a.disabled, .c-pagination__number a.disabled, .c-pagination__button a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .gform_wrapper a.gform_button,
.gform_wrapper fieldset:disabled a.gform_button,
fieldset:disabled .gform_wrapper a.gform_previous_button,
.gform_wrapper fieldset:disabled a.gform_previous_button,
fieldset:disabled .gform_wrapper a.gform_next_button,
.gform_wrapper fieldset:disabled a.gform_next_button,
fieldset:disabled .gform_wrapper a.button,
.gform_wrapper fieldset:disabled a.button,
fieldset:disabled .c-nav-main > ul > li:last-child a,
.c-nav-main > ul > li:last-child fieldset:disabled a,
fieldset:disabled .c-pagination__number a,
.c-pagination__number fieldset:disabled a,
fieldset:disabled .c-pagination__button a,
.c-pagination__button fieldset:disabled a {
  pointer-events: none;
}

.btn-primary, .gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__button a {
  color: #212529;
  background-color: #FF7629;
  border-color: #FF7629;
}

.btn-primary:hover, .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_drop_area input:hover, .gform_wrapper .button:hover, .c-nav-main > ul > li:last-child a:hover, .c-pagination__button a:hover {
  color: #fff;
  background-color: #ff5e03;
  border-color: #f55800;
}

.btn-primary:focus, .gform_wrapper .gform_button:focus,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_drop_area input:focus, .gform_wrapper .button:focus, .c-nav-main > ul > li:last-child a:focus, .c-pagination__button a:focus, .btn-primary.focus, .gform_wrapper .focus.gform_button,
.gform_wrapper .focus.gform_previous_button,
.gform_wrapper .focus.gform_next_button, .gform_wrapper .gform_drop_area input.focus, .gform_wrapper .focus.button, .c-nav-main > ul > li:last-child a.focus, .c-pagination__button a.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 106, 41, 0.5);
}

.btn-primary.disabled, .gform_wrapper .disabled.gform_button,
.gform_wrapper .disabled.gform_previous_button,
.gform_wrapper .disabled.gform_next_button, .gform_wrapper .gform_drop_area input.disabled, .gform_wrapper .disabled.button, .c-nav-main > ul > li:last-child a.disabled, .c-pagination__button a.disabled, .btn-primary:disabled, .gform_wrapper .gform_button:disabled,
.gform_wrapper .gform_previous_button:disabled,
.gform_wrapper .gform_next_button:disabled, .gform_wrapper .gform_drop_area input:disabled, .gform_wrapper .button:disabled, .c-nav-main > ul > li:last-child a:disabled, .c-pagination__button a:disabled {
  color: #212529;
  background-color: #FF7629;
  border-color: #FF7629;
}

.btn-primary:not(:disabled):not(.disabled):active, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active,
.gform_wrapper .gform_previous_button:not(:disabled):not(.disabled):active,
.gform_wrapper .gform_next_button:not(:disabled):not(.disabled):active, .gform_wrapper .gform_drop_area input:not(:disabled):not(.disabled):active, .gform_wrapper .button:not(:disabled):not(.disabled):active, .c-nav-main > ul > li:last-child a:not(:disabled):not(.disabled):active, .c-pagination__button a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active,
.gform_wrapper .gform_previous_button:not(:disabled):not(.disabled).active,
.gform_wrapper .gform_next_button:not(:disabled):not(.disabled).active, .gform_wrapper .gform_drop_area input:not(:disabled):not(.disabled).active, .gform_wrapper .button:not(:disabled):not(.disabled).active, .c-nav-main > ul > li:last-child a:not(:disabled):not(.disabled).active, .c-pagination__button a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.gform_wrapper .show > .dropdown-toggle.gform_button,
.gform_wrapper .show > .dropdown-toggle.gform_previous_button,
.gform_wrapper .show > .dropdown-toggle.gform_next_button,
.gform_wrapper .gform_drop_area .show > input.dropdown-toggle,
.gform_wrapper .show > .dropdown-toggle.button,
.c-nav-main > ul > li:last-child .show > a.dropdown-toggle,
.c-pagination__button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #f55800;
  border-color: #e85400;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active:focus,
.gform_wrapper .gform_previous_button:not(:disabled):not(.disabled):active:focus,
.gform_wrapper .gform_next_button:not(:disabled):not(.disabled):active:focus, .gform_wrapper .gform_drop_area input:not(:disabled):not(.disabled):active:focus, .gform_wrapper .button:not(:disabled):not(.disabled):active:focus, .c-nav-main > ul > li:last-child a:not(:disabled):not(.disabled):active:focus, .c-pagination__button a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active:focus,
.gform_wrapper .gform_previous_button:not(:disabled):not(.disabled).active:focus,
.gform_wrapper .gform_next_button:not(:disabled):not(.disabled).active:focus, .gform_wrapper .gform_drop_area input:not(:disabled):not(.disabled).active:focus, .gform_wrapper .button:not(:disabled):not(.disabled).active:focus, .c-nav-main > ul > li:last-child a:not(:disabled):not(.disabled).active:focus, .c-pagination__button a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.gform_wrapper .show > .dropdown-toggle.gform_button:focus,
.gform_wrapper .show > .dropdown-toggle.gform_previous_button:focus,
.gform_wrapper .show > .dropdown-toggle.gform_next_button:focus,
.gform_wrapper .gform_drop_area .show > input.dropdown-toggle:focus,
.gform_wrapper .show > .dropdown-toggle.button:focus,
.c-nav-main > ul > li:last-child .show > a.dropdown-toggle:focus,
.c-pagination__button .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 106, 41, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #090a13;
  border-color: #05050a;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 59, 76, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #05050a;
  border-color: #010102;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 59, 76, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-dark:hover {
  color: #fff;
  background-color: #090a13;
  border-color: #05050a;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 59, 76, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #05050a;
  border-color: #010102;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 59, 76, 0.5);
}

.btn-outline-primary {
  color: #FF7629;
  border-color: #FF7629;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #FF7629;
  border-color: #FF7629;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FF7629;
  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: #FF7629;
  border-color: #FF7629;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.5);
}

.btn-outline-secondary {
  color: #16182C;
  border-color: #16182C;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #16182C;
  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: #16182C;
  border-color: #16182C;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #16182C;
  border-color: #16182C;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #16182C;
  border-color: #16182C;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #16182C;
  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: #16182C;
  border-color: #16182C;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #FF7629;
  text-decoration: none;
}

.btn-link:hover {
  color: #dc4f00;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffc8a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 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: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

.form-group, .gform_wrapper li, .gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check, .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  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: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .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 {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .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 {
  border-color: #28a745;
}

.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 {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .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 {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .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 {
  border-color: #dc3545;
}

.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 {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check, .form-inline .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_checkbox .form-inline li, .form-inline .gform_wrapper .gfield_radio li, .gform_wrapper .gfield_radio .form-inline li {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .gform_wrapper li, .gform_wrapper .form-inline li, .form-inline .gform_wrapper .gfield_checkbox, .gform_wrapper .form-inline .gfield_checkbox, .form-inline .gform_wrapper .gfield_radio, .gform_wrapper .form-inline .gfield_radio {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check, .form-inline .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_checkbox .form-inline li, .form-inline .gform_wrapper .gfield_radio li, .gform_wrapper .gfield_radio .form-inline li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FF7629;
  background-color: #FF7629;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffc8a9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffe8dc;
  border-color: #ffe8dc;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FF7629;
  background-color: #FF7629;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 118, 41, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 118, 41, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 118, 41, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 118, 41, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #ffc8a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffc8a9;
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 118, 41, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF7629;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffe8dc;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF7629;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffe8dc;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FF7629;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffe8dc;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.table {
  width: 100%;
  margin-bottom: 15px;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffb890;
}

.table-hover .table-primary:hover {
  background-color: #ffc9aa;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #868791;
}

.table-hover .table-secondary:hover {
  background-color: #b1b1b8;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebec4;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #868791;
}

.table-hover .table-dark:hover {
  background-color: #b1b1b8;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b1b1b8;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.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: 7.5px;
  line-height: 1;
}

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

.alert, .validation_error, .gform_confirmation_wrapper {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #853d15;
  background-color: #ffe4d4;
  border-color: #ffd9c3;
}

.alert-primary hr {
  border-top-color: #ffc9aa;
}

.alert-primary .alert-link {
  color: #59290e;
}

.alert-secondary {
  color: #0b0c17;
  background-color: #d0d1d5;
  border-color: #bebec4;
}

.alert-secondary hr {
  border-top-color: #b1b1b8;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success, .gform_confirmation_wrapper {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr, .gform_confirmation_wrapper hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link, .gform_confirmation_wrapper .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, .validation_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr, .validation_error hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link, .validation_error .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #0b0c17;
  background-color: #d0d1d5;
  border-color: #bebec4;
}

.alert-dark hr {
  border-top-color: #b1b1b8;
}

.alert-dark .alert-link {
  color: black;
}

.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .gform_wrapper .gform_button .badge, .gform_wrapper .gform_previous_button .badge, .gform_wrapper .gform_next_button .badge, .gform_wrapper .gform_drop_area input .badge, .gform_wrapper .button .badge, .c-nav-main > ul > li:last-child a .badge, .c-pagination__number a .badge, .c-pagination__number span .badge, .c-pagination__button a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #FF7629;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #f55800;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 41, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #16182C;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #05050a;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #16182C;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #05050a;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 24, 44, 0.5);
}

/*
 * Bootstrap Utilities
 * Load all Bootstrap Utilities files
 */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.bg-secondary {
  background-color: #16182C !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

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

.bg-danger {
  background-color: #dc3545 !important;
}

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

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

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

.bg-dark {
  background-color: #16182C !important;
}

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

.border-secondary {
  border-color: #16182C !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #16182C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 3.75px !important;
}

.mt-1,
.my-1 {
  margin-top: 3.75px !important;
}

.mr-1,
.mx-1 {
  margin-right: 3.75px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 3.75px !important;
}

.ml-1,
.mx-1 {
  margin-left: 3.75px !important;
}

.m-2 {
  margin: 7.5px !important;
}

.mt-2,
.my-2 {
  margin-top: 7.5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 7.5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 7.5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 7.5px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 22.5px !important;
}

.mt-4,
.my-4 {
  margin-top: 22.5px !important;
}

.mr-4,
.mx-4 {
  margin-right: 22.5px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 22.5px !important;
}

.ml-4,
.mx-4 {
  margin-left: 22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-55 {
  margin: 5.5rem !important;
}

.mt-55,
.my-55 {
  margin-top: 5.5rem !important;
}

.mr-55,
.mx-55 {
  margin-right: 5.5rem !important;
}

.mb-55,
.my-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55,
.mx-55 {
  margin-left: 5.5rem !important;
}

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

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

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

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

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

.m-65 {
  margin: 6.5rem !important;
}

.mt-65,
.my-65 {
  margin-top: 6.5rem !important;
}

.mr-65,
.mx-65 {
  margin-right: 6.5rem !important;
}

.mb-65,
.my-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65,
.mx-65 {
  margin-left: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-85 {
  margin: 8.5rem !important;
}

.mt-85,
.my-85 {
  margin-top: 8.5rem !important;
}

.mr-85,
.mx-85 {
  margin-right: 8.5rem !important;
}

.mb-85,
.my-85 {
  margin-bottom: 8.5rem !important;
}

.ml-85,
.mx-85 {
  margin-left: 8.5rem !important;
}

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

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

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

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

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

.m-95 {
  margin: 9.5rem !important;
}

.mt-95,
.my-95 {
  margin-top: 9.5rem !important;
}

.mr-95,
.mx-95 {
  margin-right: 9.5rem !important;
}

.mb-95,
.my-95 {
  margin-bottom: 9.5rem !important;
}

.ml-95,
.mx-95 {
  margin-left: 9.5rem !important;
}

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

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

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

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

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

.m-105 {
  margin: 10.5rem !important;
}

.mt-105,
.my-105 {
  margin-top: 10.5rem !important;
}

.mr-105,
.mx-105 {
  margin-right: 10.5rem !important;
}

.mb-105,
.my-105 {
  margin-bottom: 10.5rem !important;
}

.ml-105,
.mx-105 {
  margin-left: 10.5rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.mt-110,
.my-110 {
  margin-top: 11rem !important;
}

.mr-110,
.mx-110 {
  margin-right: 11rem !important;
}

.mb-110,
.my-110 {
  margin-bottom: 11rem !important;
}

.ml-110,
.mx-110 {
  margin-left: 11rem !important;
}

.m-115 {
  margin: 11.5rem !important;
}

.mt-115,
.my-115 {
  margin-top: 11.5rem !important;
}

.mr-115,
.mx-115 {
  margin-right: 11.5rem !important;
}

.mb-115,
.my-115 {
  margin-bottom: 11.5rem !important;
}

.ml-115,
.mx-115 {
  margin-left: 11.5rem !important;
}

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

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

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

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

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

.m-125 {
  margin: 12.5rem !important;
}

.mt-125,
.my-125 {
  margin-top: 12.5rem !important;
}

.mr-125,
.mx-125 {
  margin-right: 12.5rem !important;
}

.mb-125,
.my-125 {
  margin-bottom: 12.5rem !important;
}

.ml-125,
.mx-125 {
  margin-left: 12.5rem !important;
}

.m-130 {
  margin: 13rem !important;
}

.mt-130,
.my-130 {
  margin-top: 13rem !important;
}

.mr-130,
.mx-130 {
  margin-right: 13rem !important;
}

.mb-130,
.my-130 {
  margin-bottom: 13rem !important;
}

.ml-130,
.mx-130 {
  margin-left: 13rem !important;
}

.m-135 {
  margin: 13.5rem !important;
}

.mt-135,
.my-135 {
  margin-top: 13.5rem !important;
}

.mr-135,
.mx-135 {
  margin-right: 13.5rem !important;
}

.mb-135,
.my-135 {
  margin-bottom: 13.5rem !important;
}

.ml-135,
.mx-135 {
  margin-left: 13.5rem !important;
}

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

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

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

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

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

.m-145 {
  margin: 14.5rem !important;
}

.mt-145,
.my-145 {
  margin-top: 14.5rem !important;
}

.mr-145,
.mx-145 {
  margin-right: 14.5rem !important;
}

.mb-145,
.my-145 {
  margin-bottom: 14.5rem !important;
}

.ml-145,
.mx-145 {
  margin-left: 14.5rem !important;
}

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

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

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

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

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

.m-155 {
  margin: 15.5rem !important;
}

.mt-155,
.my-155 {
  margin-top: 15.5rem !important;
}

.mr-155,
.mx-155 {
  margin-right: 15.5rem !important;
}

.mb-155,
.my-155 {
  margin-bottom: 15.5rem !important;
}

.ml-155,
.mx-155 {
  margin-left: 15.5rem !important;
}

.m-160 {
  margin: 16rem !important;
}

.mt-160,
.my-160 {
  margin-top: 16rem !important;
}

.mr-160,
.mx-160 {
  margin-right: 16rem !important;
}

.mb-160,
.my-160 {
  margin-bottom: 16rem !important;
}

.ml-160,
.mx-160 {
  margin-left: 16rem !important;
}

.m-165 {
  margin: 16.5rem !important;
}

.mt-165,
.my-165 {
  margin-top: 16.5rem !important;
}

.mr-165,
.mx-165 {
  margin-right: 16.5rem !important;
}

.mb-165,
.my-165 {
  margin-bottom: 16.5rem !important;
}

.ml-165,
.mx-165 {
  margin-left: 16.5rem !important;
}

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

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

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

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

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

.m-175 {
  margin: 17.5rem !important;
}

.mt-175,
.my-175 {
  margin-top: 17.5rem !important;
}

.mr-175,
.mx-175 {
  margin-right: 17.5rem !important;
}

.mb-175,
.my-175 {
  margin-bottom: 17.5rem !important;
}

.ml-175,
.mx-175 {
  margin-left: 17.5rem !important;
}

.m-180 {
  margin: 18rem !important;
}

.mt-180,
.my-180 {
  margin-top: 18rem !important;
}

.mr-180,
.mx-180 {
  margin-right: 18rem !important;
}

.mb-180,
.my-180 {
  margin-bottom: 18rem !important;
}

.ml-180,
.mx-180 {
  margin-left: 18rem !important;
}

.m-185 {
  margin: 18.5rem !important;
}

.mt-185,
.my-185 {
  margin-top: 18.5rem !important;
}

.mr-185,
.mx-185 {
  margin-right: 18.5rem !important;
}

.mb-185,
.my-185 {
  margin-bottom: 18.5rem !important;
}

.ml-185,
.mx-185 {
  margin-left: 18.5rem !important;
}

.m-190 {
  margin: 19rem !important;
}

.mt-190,
.my-190 {
  margin-top: 19rem !important;
}

.mr-190,
.mx-190 {
  margin-right: 19rem !important;
}

.mb-190,
.my-190 {
  margin-bottom: 19rem !important;
}

.ml-190,
.mx-190 {
  margin-left: 19rem !important;
}

.m-195 {
  margin: 19.5rem !important;
}

.mt-195,
.my-195 {
  margin-top: 19.5rem !important;
}

.mr-195,
.mx-195 {
  margin-right: 19.5rem !important;
}

.mb-195,
.my-195 {
  margin-bottom: 19.5rem !important;
}

.ml-195,
.mx-195 {
  margin-left: 19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 3.75px !important;
}

.pt-1,
.py-1 {
  padding-top: 3.75px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 3.75px !important;
}

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

.p-2 {
  padding: 7.5px !important;
}

.pt-2,
.py-2 {
  padding-top: 7.5px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 7.5px !important;
}

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

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

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

.p-4 {
  padding: 22.5px !important;
}

.pt-4,
.py-4 {
  padding-top: 22.5px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-55 {
  padding: 5.5rem !important;
}

.pt-55,
.py-55 {
  padding-top: 5.5rem !important;
}

.pr-55,
.px-55 {
  padding-right: 5.5rem !important;
}

.pb-55,
.py-55 {
  padding-bottom: 5.5rem !important;
}

.pl-55,
.px-55 {
  padding-left: 5.5rem !important;
}

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

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

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

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

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

.p-65 {
  padding: 6.5rem !important;
}

.pt-65,
.py-65 {
  padding-top: 6.5rem !important;
}

.pr-65,
.px-65 {
  padding-right: 6.5rem !important;
}

.pb-65,
.py-65 {
  padding-bottom: 6.5rem !important;
}

.pl-65,
.px-65 {
  padding-left: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-85 {
  padding: 8.5rem !important;
}

.pt-85,
.py-85 {
  padding-top: 8.5rem !important;
}

.pr-85,
.px-85 {
  padding-right: 8.5rem !important;
}

.pb-85,
.py-85 {
  padding-bottom: 8.5rem !important;
}

.pl-85,
.px-85 {
  padding-left: 8.5rem !important;
}

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

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

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

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

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

.p-95 {
  padding: 9.5rem !important;
}

.pt-95,
.py-95 {
  padding-top: 9.5rem !important;
}

.pr-95,
.px-95 {
  padding-right: 9.5rem !important;
}

.pb-95,
.py-95 {
  padding-bottom: 9.5rem !important;
}

.pl-95,
.px-95 {
  padding-left: 9.5rem !important;
}

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

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

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

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

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

.p-105 {
  padding: 10.5rem !important;
}

.pt-105,
.py-105 {
  padding-top: 10.5rem !important;
}

.pr-105,
.px-105 {
  padding-right: 10.5rem !important;
}

.pb-105,
.py-105 {
  padding-bottom: 10.5rem !important;
}

.pl-105,
.px-105 {
  padding-left: 10.5rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.pt-110,
.py-110 {
  padding-top: 11rem !important;
}

.pr-110,
.px-110 {
  padding-right: 11rem !important;
}

.pb-110,
.py-110 {
  padding-bottom: 11rem !important;
}

.pl-110,
.px-110 {
  padding-left: 11rem !important;
}

.p-115 {
  padding: 11.5rem !important;
}

.pt-115,
.py-115 {
  padding-top: 11.5rem !important;
}

.pr-115,
.px-115 {
  padding-right: 11.5rem !important;
}

.pb-115,
.py-115 {
  padding-bottom: 11.5rem !important;
}

.pl-115,
.px-115 {
  padding-left: 11.5rem !important;
}

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

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

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

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

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

.p-125 {
  padding: 12.5rem !important;
}

.pt-125,
.py-125 {
  padding-top: 12.5rem !important;
}

.pr-125,
.px-125 {
  padding-right: 12.5rem !important;
}

.pb-125,
.py-125 {
  padding-bottom: 12.5rem !important;
}

.pl-125,
.px-125 {
  padding-left: 12.5rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.pt-130,
.py-130 {
  padding-top: 13rem !important;
}

.pr-130,
.px-130 {
  padding-right: 13rem !important;
}

.pb-130,
.py-130 {
  padding-bottom: 13rem !important;
}

.pl-130,
.px-130 {
  padding-left: 13rem !important;
}

.p-135 {
  padding: 13.5rem !important;
}

.pt-135,
.py-135 {
  padding-top: 13.5rem !important;
}

.pr-135,
.px-135 {
  padding-right: 13.5rem !important;
}

.pb-135,
.py-135 {
  padding-bottom: 13.5rem !important;
}

.pl-135,
.px-135 {
  padding-left: 13.5rem !important;
}

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

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

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

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

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

.p-145 {
  padding: 14.5rem !important;
}

.pt-145,
.py-145 {
  padding-top: 14.5rem !important;
}

.pr-145,
.px-145 {
  padding-right: 14.5rem !important;
}

.pb-145,
.py-145 {
  padding-bottom: 14.5rem !important;
}

.pl-145,
.px-145 {
  padding-left: 14.5rem !important;
}

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

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

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

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

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

.p-155 {
  padding: 15.5rem !important;
}

.pt-155,
.py-155 {
  padding-top: 15.5rem !important;
}

.pr-155,
.px-155 {
  padding-right: 15.5rem !important;
}

.pb-155,
.py-155 {
  padding-bottom: 15.5rem !important;
}

.pl-155,
.px-155 {
  padding-left: 15.5rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.pt-160,
.py-160 {
  padding-top: 16rem !important;
}

.pr-160,
.px-160 {
  padding-right: 16rem !important;
}

.pb-160,
.py-160 {
  padding-bottom: 16rem !important;
}

.pl-160,
.px-160 {
  padding-left: 16rem !important;
}

.p-165 {
  padding: 16.5rem !important;
}

.pt-165,
.py-165 {
  padding-top: 16.5rem !important;
}

.pr-165,
.px-165 {
  padding-right: 16.5rem !important;
}

.pb-165,
.py-165 {
  padding-bottom: 16.5rem !important;
}

.pl-165,
.px-165 {
  padding-left: 16.5rem !important;
}

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

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

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

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

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

.p-175 {
  padding: 17.5rem !important;
}

.pt-175,
.py-175 {
  padding-top: 17.5rem !important;
}

.pr-175,
.px-175 {
  padding-right: 17.5rem !important;
}

.pb-175,
.py-175 {
  padding-bottom: 17.5rem !important;
}

.pl-175,
.px-175 {
  padding-left: 17.5rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.pt-180,
.py-180 {
  padding-top: 18rem !important;
}

.pr-180,
.px-180 {
  padding-right: 18rem !important;
}

.pb-180,
.py-180 {
  padding-bottom: 18rem !important;
}

.pl-180,
.px-180 {
  padding-left: 18rem !important;
}

.p-185 {
  padding: 18.5rem !important;
}

.pt-185,
.py-185 {
  padding-top: 18.5rem !important;
}

.pr-185,
.px-185 {
  padding-right: 18.5rem !important;
}

.pb-185,
.py-185 {
  padding-bottom: 18.5rem !important;
}

.pl-185,
.px-185 {
  padding-left: 18.5rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.pt-190,
.py-190 {
  padding-top: 19rem !important;
}

.pr-190,
.px-190 {
  padding-right: 19rem !important;
}

.pb-190,
.py-190 {
  padding-bottom: 19rem !important;
}

.pl-190,
.px-190 {
  padding-left: 19rem !important;
}

.p-195 {
  padding: 19.5rem !important;
}

.pt-195,
.py-195 {
  padding-top: 19.5rem !important;
}

.pr-195,
.px-195 {
  padding-right: 19.5rem !important;
}

.pb-195,
.py-195 {
  padding-bottom: 19.5rem !important;
}

.pl-195,
.px-195 {
  padding-left: 19.5rem !important;
}

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

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

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

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

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

.m-n1 {
  margin: -3.75px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -3.75px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -3.75px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -3.75px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -3.75px !important;
}

.m-n2 {
  margin: -7.5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -7.5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -7.5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -7.5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -7.5px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -22.5px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -22.5px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -22.5px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -22.5px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -22.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n35 {
  margin: -3.5rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -3.5rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -3.5rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -3.5rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n45 {
  margin: -4.5rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -4.5rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -4.5rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -4.5rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n55 {
  margin: -5.5rem !important;
}

.mt-n55,
.my-n55 {
  margin-top: -5.5rem !important;
}

.mr-n55,
.mx-n55 {
  margin-right: -5.5rem !important;
}

.mb-n55,
.my-n55 {
  margin-bottom: -5.5rem !important;
}

.ml-n55,
.mx-n55 {
  margin-left: -5.5rem !important;
}

.m-n60 {
  margin: -6rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -6rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -6rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -6rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -6rem !important;
}

.m-n65 {
  margin: -6.5rem !important;
}

.mt-n65,
.my-n65 {
  margin-top: -6.5rem !important;
}

.mr-n65,
.mx-n65 {
  margin-right: -6.5rem !important;
}

.mb-n65,
.my-n65 {
  margin-bottom: -6.5rem !important;
}

.ml-n65,
.mx-n65 {
  margin-left: -6.5rem !important;
}

.m-n70 {
  margin: -7rem !important;
}

.mt-n70,
.my-n70 {
  margin-top: -7rem !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -7rem !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -7rem !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -7rem !important;
}

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

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

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

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

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

.m-n80 {
  margin: -8rem !important;
}

.mt-n80,
.my-n80 {
  margin-top: -8rem !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -8rem !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -8rem !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -8rem !important;
}

.m-n85 {
  margin: -8.5rem !important;
}

.mt-n85,
.my-n85 {
  margin-top: -8.5rem !important;
}

.mr-n85,
.mx-n85 {
  margin-right: -8.5rem !important;
}

.mb-n85,
.my-n85 {
  margin-bottom: -8.5rem !important;
}

.ml-n85,
.mx-n85 {
  margin-left: -8.5rem !important;
}

.m-n90 {
  margin: -9rem !important;
}

.mt-n90,
.my-n90 {
  margin-top: -9rem !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -9rem !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -9rem !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -9rem !important;
}

.m-n95 {
  margin: -9.5rem !important;
}

.mt-n95,
.my-n95 {
  margin-top: -9.5rem !important;
}

.mr-n95,
.mx-n95 {
  margin-right: -9.5rem !important;
}

.mb-n95,
.my-n95 {
  margin-bottom: -9.5rem !important;
}

.ml-n95,
.mx-n95 {
  margin-left: -9.5rem !important;
}

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

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

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

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

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

.m-n105 {
  margin: -10.5rem !important;
}

.mt-n105,
.my-n105 {
  margin-top: -10.5rem !important;
}

.mr-n105,
.mx-n105 {
  margin-right: -10.5rem !important;
}

.mb-n105,
.my-n105 {
  margin-bottom: -10.5rem !important;
}

.ml-n105,
.mx-n105 {
  margin-left: -10.5rem !important;
}

.m-n110 {
  margin: -11rem !important;
}

.mt-n110,
.my-n110 {
  margin-top: -11rem !important;
}

.mr-n110,
.mx-n110 {
  margin-right: -11rem !important;
}

.mb-n110,
.my-n110 {
  margin-bottom: -11rem !important;
}

.ml-n110,
.mx-n110 {
  margin-left: -11rem !important;
}

.m-n115 {
  margin: -11.5rem !important;
}

.mt-n115,
.my-n115 {
  margin-top: -11.5rem !important;
}

.mr-n115,
.mx-n115 {
  margin-right: -11.5rem !important;
}

.mb-n115,
.my-n115 {
  margin-bottom: -11.5rem !important;
}

.ml-n115,
.mx-n115 {
  margin-left: -11.5rem !important;
}

.m-n120 {
  margin: -12rem !important;
}

.mt-n120,
.my-n120 {
  margin-top: -12rem !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -12rem !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -12rem !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -12rem !important;
}

.m-n125 {
  margin: -12.5rem !important;
}

.mt-n125,
.my-n125 {
  margin-top: -12.5rem !important;
}

.mr-n125,
.mx-n125 {
  margin-right: -12.5rem !important;
}

.mb-n125,
.my-n125 {
  margin-bottom: -12.5rem !important;
}

.ml-n125,
.mx-n125 {
  margin-left: -12.5rem !important;
}

.m-n130 {
  margin: -13rem !important;
}

.mt-n130,
.my-n130 {
  margin-top: -13rem !important;
}

.mr-n130,
.mx-n130 {
  margin-right: -13rem !important;
}

.mb-n130,
.my-n130 {
  margin-bottom: -13rem !important;
}

.ml-n130,
.mx-n130 {
  margin-left: -13rem !important;
}

.m-n135 {
  margin: -13.5rem !important;
}

.mt-n135,
.my-n135 {
  margin-top: -13.5rem !important;
}

.mr-n135,
.mx-n135 {
  margin-right: -13.5rem !important;
}

.mb-n135,
.my-n135 {
  margin-bottom: -13.5rem !important;
}

.ml-n135,
.mx-n135 {
  margin-left: -13.5rem !important;
}

.m-n140 {
  margin: -14rem !important;
}

.mt-n140,
.my-n140 {
  margin-top: -14rem !important;
}

.mr-n140,
.mx-n140 {
  margin-right: -14rem !important;
}

.mb-n140,
.my-n140 {
  margin-bottom: -14rem !important;
}

.ml-n140,
.mx-n140 {
  margin-left: -14rem !important;
}

.m-n145 {
  margin: -14.5rem !important;
}

.mt-n145,
.my-n145 {
  margin-top: -14.5rem !important;
}

.mr-n145,
.mx-n145 {
  margin-right: -14.5rem !important;
}

.mb-n145,
.my-n145 {
  margin-bottom: -14.5rem !important;
}

.ml-n145,
.mx-n145 {
  margin-left: -14.5rem !important;
}

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

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

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

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

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

.m-n155 {
  margin: -15.5rem !important;
}

.mt-n155,
.my-n155 {
  margin-top: -15.5rem !important;
}

.mr-n155,
.mx-n155 {
  margin-right: -15.5rem !important;
}

.mb-n155,
.my-n155 {
  margin-bottom: -15.5rem !important;
}

.ml-n155,
.mx-n155 {
  margin-left: -15.5rem !important;
}

.m-n160 {
  margin: -16rem !important;
}

.mt-n160,
.my-n160 {
  margin-top: -16rem !important;
}

.mr-n160,
.mx-n160 {
  margin-right: -16rem !important;
}

.mb-n160,
.my-n160 {
  margin-bottom: -16rem !important;
}

.ml-n160,
.mx-n160 {
  margin-left: -16rem !important;
}

.m-n165 {
  margin: -16.5rem !important;
}

.mt-n165,
.my-n165 {
  margin-top: -16.5rem !important;
}

.mr-n165,
.mx-n165 {
  margin-right: -16.5rem !important;
}

.mb-n165,
.my-n165 {
  margin-bottom: -16.5rem !important;
}

.ml-n165,
.mx-n165 {
  margin-left: -16.5rem !important;
}

.m-n170 {
  margin: -17rem !important;
}

.mt-n170,
.my-n170 {
  margin-top: -17rem !important;
}

.mr-n170,
.mx-n170 {
  margin-right: -17rem !important;
}

.mb-n170,
.my-n170 {
  margin-bottom: -17rem !important;
}

.ml-n170,
.mx-n170 {
  margin-left: -17rem !important;
}

.m-n175 {
  margin: -17.5rem !important;
}

.mt-n175,
.my-n175 {
  margin-top: -17.5rem !important;
}

.mr-n175,
.mx-n175 {
  margin-right: -17.5rem !important;
}

.mb-n175,
.my-n175 {
  margin-bottom: -17.5rem !important;
}

.ml-n175,
.mx-n175 {
  margin-left: -17.5rem !important;
}

.m-n180 {
  margin: -18rem !important;
}

.mt-n180,
.my-n180 {
  margin-top: -18rem !important;
}

.mr-n180,
.mx-n180 {
  margin-right: -18rem !important;
}

.mb-n180,
.my-n180 {
  margin-bottom: -18rem !important;
}

.ml-n180,
.mx-n180 {
  margin-left: -18rem !important;
}

.m-n185 {
  margin: -18.5rem !important;
}

.mt-n185,
.my-n185 {
  margin-top: -18.5rem !important;
}

.mr-n185,
.mx-n185 {
  margin-right: -18.5rem !important;
}

.mb-n185,
.my-n185 {
  margin-bottom: -18.5rem !important;
}

.ml-n185,
.mx-n185 {
  margin-left: -18.5rem !important;
}

.m-n190 {
  margin: -19rem !important;
}

.mt-n190,
.my-n190 {
  margin-top: -19rem !important;
}

.mr-n190,
.mx-n190 {
  margin-right: -19rem !important;
}

.mb-n190,
.my-n190 {
  margin-bottom: -19rem !important;
}

.ml-n190,
.mx-n190 {
  margin-left: -19rem !important;
}

.m-n195 {
  margin: -19.5rem !important;
}

.mt-n195,
.my-n195 {
  margin-top: -19.5rem !important;
}

.mr-n195,
.mx-n195 {
  margin-right: -19.5rem !important;
}

.mb-n195,
.my-n195 {
  margin-bottom: -19.5rem !important;
}

.ml-n195,
.mx-n195 {
  margin-left: -19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 3.75px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 3.75px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 3.75px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 3.75px !important;
  }
  .m-sm-2 {
    margin: 7.5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 7.5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 7.5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 7.5px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important;
  }
  .m-sm-4 {
    margin: 22.5px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 22.5px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 22.5px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 22.5px !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 1rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 1rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 6rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 6rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 7rem !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 7rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 8rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 8rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 9rem !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 9rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 10rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 10rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .mt-sm-105,
  .my-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-105,
  .mx-sm-105 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-105,
  .mx-sm-105 {
    margin-left: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 11rem !important;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 11rem !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .mt-sm-115,
  .my-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-115,
  .mx-sm-115 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-115,
  .mx-sm-115 {
    margin-left: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 12rem !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 12rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 13rem !important;
  }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 13rem !important;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .mt-sm-135,
  .my-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-135,
  .mx-sm-135 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-135,
  .mx-sm-135 {
    margin-left: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 14rem !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 14rem !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .mt-sm-145,
  .my-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mr-sm-145,
  .mx-sm-145 {
    margin-right: 14.5rem !important;
  }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-sm-145,
  .mx-sm-145 {
    margin-left: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 15rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 15rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .mt-sm-155,
  .my-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mr-sm-155,
  .mx-sm-155 {
    margin-right: 15.5rem !important;
  }
  .mb-sm-155,
  .my-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-sm-155,
  .mx-sm-155 {
    margin-left: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 16rem !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 16rem !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .mt-sm-165,
  .my-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mr-sm-165,
  .mx-sm-165 {
    margin-right: 16.5rem !important;
  }
  .mb-sm-165,
  .my-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-sm-165,
  .mx-sm-165 {
    margin-left: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 17rem !important;
  }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 17rem !important;
  }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 17rem !important;
  }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .mt-sm-175,
  .my-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mr-sm-175,
  .mx-sm-175 {
    margin-right: 17.5rem !important;
  }
  .mb-sm-175,
  .my-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-sm-175,
  .mx-sm-175 {
    margin-left: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 18rem !important;
  }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 18rem !important;
  }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .mt-sm-185,
  .my-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mr-sm-185,
  .mx-sm-185 {
    margin-right: 18.5rem !important;
  }
  .mb-sm-185,
  .my-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-sm-185,
  .mx-sm-185 {
    margin-left: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 19rem !important;
  }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 19rem !important;
  }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 19rem !important;
  }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .mt-sm-195,
  .my-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mr-sm-195,
  .mx-sm-195 {
    margin-right: 19.5rem !important;
  }
  .mb-sm-195,
  .my-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-sm-195,
  .mx-sm-195 {
    margin-left: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 20rem !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 20rem !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 20rem !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 20rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 3.75px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 3.75px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 3.75px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 3.75px !important;
  }
  .p-sm-2 {
    padding: 7.5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 7.5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 7.5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 7.5px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 22.5px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 22.5px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 22.5px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 22.5px !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 1rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 1rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 6rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 6rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 7rem !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 7rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 8rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 8rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 9rem !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 9rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 10rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 10rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-105,
  .px-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 11rem !important;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 11rem !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-115,
  .px-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 12rem !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 12rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 13rem !important;
  }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 13rem !important;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-135,
  .px-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 14rem !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 14rem !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pr-sm-145,
  .px-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 15rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 15rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .pt-sm-155,
  .py-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pr-sm-155,
  .px-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pb-sm-155,
  .py-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-sm-155,
  .px-sm-155 {
    padding-left: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 16rem !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 16rem !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .pt-sm-165,
  .py-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pr-sm-165,
  .px-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pb-sm-165,
  .py-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-sm-165,
  .px-sm-165 {
    padding-left: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 17rem !important;
  }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 17rem !important;
  }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .pt-sm-175,
  .py-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pr-sm-175,
  .px-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pb-sm-175,
  .py-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-sm-175,
  .px-sm-175 {
    padding-left: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 18rem !important;
  }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 18rem !important;
  }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .pt-sm-185,
  .py-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pr-sm-185,
  .px-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pb-sm-185,
  .py-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-sm-185,
  .px-sm-185 {
    padding-left: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 19rem !important;
  }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 19rem !important;
  }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .pt-sm-195,
  .py-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pr-sm-195,
  .px-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pb-sm-195,
  .py-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-sm-195,
  .px-sm-195 {
    padding-left: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 20rem !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 20rem !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 20rem !important;
  }
  .m-sm-n1 {
    margin: -3.75px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -3.75px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -3.75px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -3.75px !important;
  }
  .m-sm-n2 {
    margin: -7.5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -7.5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -7.5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -7.5px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important;
  }
  .m-sm-n4 {
    margin: -22.5px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -22.5px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -22.5px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -22.5px !important;
  }
  .m-sm-n5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n10 {
    margin: -1rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -1rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -1rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -1rem !important;
  }
  .m-sm-n15 {
    margin: -1.5rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n25 {
    margin: -2.5rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n35 {
    margin: -3.5rem !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n45 {
    margin: -4.5rem !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-n55 {
    margin: -5.5rem !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n60 {
    margin: -6rem !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -6rem !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -6rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -6rem !important;
  }
  .m-sm-n65 {
    margin: -6.5rem !important;
  }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n70 {
    margin: -7rem !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -7rem !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -7rem !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -7rem !important;
  }
  .m-sm-n75 {
    margin: -7.5rem !important;
  }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n80 {
    margin: -8rem !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -8rem !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -8rem !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -8rem !important;
  }
  .m-sm-n85 {
    margin: -8.5rem !important;
  }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n90 {
    margin: -9rem !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -9rem !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -9rem !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -9rem !important;
  }
  .m-sm-n95 {
    margin: -9.5rem !important;
  }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n100 {
    margin: -10rem !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -10rem !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -10rem !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -10rem !important;
  }
  .m-sm-n105 {
    margin: -10.5rem !important;
  }
  .mt-sm-n105,
  .my-sm-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n105,
  .mx-sm-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n105,
  .my-sm-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n105,
  .mx-sm-n105 {
    margin-left: -10.5rem !important;
  }
  .m-sm-n110 {
    margin: -11rem !important;
  }
  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -11rem !important;
  }
  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -11rem !important;
  }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -11rem !important;
  }
  .m-sm-n115 {
    margin: -11.5rem !important;
  }
  .mt-sm-n115,
  .my-sm-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-sm-n115,
  .mx-sm-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-sm-n115,
  .my-sm-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-sm-n115,
  .mx-sm-n115 {
    margin-left: -11.5rem !important;
  }
  .m-sm-n120 {
    margin: -12rem !important;
  }
  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -12rem !important;
  }
  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -12rem !important;
  }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -12rem !important;
  }
  .m-sm-n125 {
    margin: -12.5rem !important;
  }
  .mt-sm-n125,
  .my-sm-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n125,
  .mx-sm-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n125,
  .mx-sm-n125 {
    margin-left: -12.5rem !important;
  }
  .m-sm-n130 {
    margin: -13rem !important;
  }
  .mt-sm-n130,
  .my-sm-n130 {
    margin-top: -13rem !important;
  }
  .mr-sm-n130,
  .mx-sm-n130 {
    margin-right: -13rem !important;
  }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n130,
  .mx-sm-n130 {
    margin-left: -13rem !important;
  }
  .m-sm-n135 {
    margin: -13.5rem !important;
  }
  .mt-sm-n135,
  .my-sm-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-sm-n135,
  .mx-sm-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-sm-n135,
  .my-sm-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm-n135,
  .mx-sm-n135 {
    margin-left: -13.5rem !important;
  }
  .m-sm-n140 {
    margin: -14rem !important;
  }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -14rem !important;
  }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -14rem !important;
  }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -14rem !important;
  }
  .m-sm-n145 {
    margin: -14.5rem !important;
  }
  .mt-sm-n145,
  .my-sm-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-sm-n145,
  .mx-sm-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-sm-n145,
  .my-sm-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-sm-n145,
  .mx-sm-n145 {
    margin-left: -14.5rem !important;
  }
  .m-sm-n150 {
    margin: -15rem !important;
  }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -15rem !important;
  }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -15rem !important;
  }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -15rem !important;
  }
  .m-sm-n155 {
    margin: -15.5rem !important;
  }
  .mt-sm-n155,
  .my-sm-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-sm-n155,
  .mx-sm-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-sm-n155,
  .my-sm-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-sm-n155,
  .mx-sm-n155 {
    margin-left: -15.5rem !important;
  }
  .m-sm-n160 {
    margin: -16rem !important;
  }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -16rem !important;
  }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -16rem !important;
  }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -16rem !important;
  }
  .m-sm-n165 {
    margin: -16.5rem !important;
  }
  .mt-sm-n165,
  .my-sm-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-sm-n165,
  .mx-sm-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-sm-n165,
  .my-sm-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-sm-n165,
  .mx-sm-n165 {
    margin-left: -16.5rem !important;
  }
  .m-sm-n170 {
    margin: -17rem !important;
  }
  .mt-sm-n170,
  .my-sm-n170 {
    margin-top: -17rem !important;
  }
  .mr-sm-n170,
  .mx-sm-n170 {
    margin-right: -17rem !important;
  }
  .mb-sm-n170,
  .my-sm-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-sm-n170,
  .mx-sm-n170 {
    margin-left: -17rem !important;
  }
  .m-sm-n175 {
    margin: -17.5rem !important;
  }
  .mt-sm-n175,
  .my-sm-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-sm-n175,
  .mx-sm-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-sm-n175,
  .my-sm-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-sm-n175,
  .mx-sm-n175 {
    margin-left: -17.5rem !important;
  }
  .m-sm-n180 {
    margin: -18rem !important;
  }
  .mt-sm-n180,
  .my-sm-n180 {
    margin-top: -18rem !important;
  }
  .mr-sm-n180,
  .mx-sm-n180 {
    margin-right: -18rem !important;
  }
  .mb-sm-n180,
  .my-sm-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n180,
  .mx-sm-n180 {
    margin-left: -18rem !important;
  }
  .m-sm-n185 {
    margin: -18.5rem !important;
  }
  .mt-sm-n185,
  .my-sm-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-sm-n185,
  .mx-sm-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-sm-n185,
  .my-sm-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-sm-n185,
  .mx-sm-n185 {
    margin-left: -18.5rem !important;
  }
  .m-sm-n190 {
    margin: -19rem !important;
  }
  .mt-sm-n190,
  .my-sm-n190 {
    margin-top: -19rem !important;
  }
  .mr-sm-n190,
  .mx-sm-n190 {
    margin-right: -19rem !important;
  }
  .mb-sm-n190,
  .my-sm-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-sm-n190,
  .mx-sm-n190 {
    margin-left: -19rem !important;
  }
  .m-sm-n195 {
    margin: -19.5rem !important;
  }
  .mt-sm-n195,
  .my-sm-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-sm-n195,
  .mx-sm-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-sm-n195,
  .my-sm-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-sm-n195,
  .mx-sm-n195 {
    margin-left: -19.5rem !important;
  }
  .m-sm-n200 {
    margin: -20rem !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -20rem !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -20rem !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 3.75px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 3.75px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 3.75px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 3.75px !important;
  }
  .m-md-2 {
    margin: 7.5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 7.5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 7.5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 7.5px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important;
  }
  .m-md-4 {
    margin: 22.5px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 22.5px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 22.5px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 22.5px !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 1rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 1rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 1rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 3.5rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 3.5rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 4.5rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 4.5rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 5.5rem !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 5.5rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 6rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 6rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 6rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 6.5rem !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 6.5rem !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 7rem !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 7rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 7rem !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 7.5rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 7.5rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 8rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 8rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 8rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 8.5rem !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 8.5rem !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 9rem !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 9rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 9rem !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 9.5rem !important;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 9.5rem !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 10rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 10rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 10rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .mt-md-105,
  .my-md-105 {
    margin-top: 10.5rem !important;
  }
  .mr-md-105,
  .mx-md-105 {
    margin-right: 10.5rem !important;
  }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-105,
  .mx-md-105 {
    margin-left: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 11rem !important;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 11rem !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 11rem !important;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .mt-md-115,
  .my-md-115 {
    margin-top: 11.5rem !important;
  }
  .mr-md-115,
  .mx-md-115 {
    margin-right: 11.5rem !important;
  }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-115,
  .mx-md-115 {
    margin-left: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 12rem !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 12rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 12rem !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 12.5rem !important;
  }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 12.5rem !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .mt-md-130,
  .my-md-130 {
    margin-top: 13rem !important;
  }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 13rem !important;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 13rem !important;
  }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .mt-md-135,
  .my-md-135 {
    margin-top: 13.5rem !important;
  }
  .mr-md-135,
  .mx-md-135 {
    margin-right: 13.5rem !important;
  }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-135,
  .mx-md-135 {
    margin-left: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 14rem !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 14rem !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 14rem !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .mt-md-145,
  .my-md-145 {
    margin-top: 14.5rem !important;
  }
  .mr-md-145,
  .mx-md-145 {
    margin-right: 14.5rem !important;
  }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-md-145,
  .mx-md-145 {
    margin-left: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 15rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 15rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 15rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .mt-md-155,
  .my-md-155 {
    margin-top: 15.5rem !important;
  }
  .mr-md-155,
  .mx-md-155 {
    margin-right: 15.5rem !important;
  }
  .mb-md-155,
  .my-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-md-155,
  .mx-md-155 {
    margin-left: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 16rem !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 16rem !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 16rem !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .mt-md-165,
  .my-md-165 {
    margin-top: 16.5rem !important;
  }
  .mr-md-165,
  .mx-md-165 {
    margin-right: 16.5rem !important;
  }
  .mb-md-165,
  .my-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-md-165,
  .mx-md-165 {
    margin-left: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .mt-md-170,
  .my-md-170 {
    margin-top: 17rem !important;
  }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 17rem !important;
  }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 17rem !important;
  }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .mt-md-175,
  .my-md-175 {
    margin-top: 17.5rem !important;
  }
  .mr-md-175,
  .mx-md-175 {
    margin-right: 17.5rem !important;
  }
  .mb-md-175,
  .my-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-md-175,
  .mx-md-175 {
    margin-left: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .mt-md-180,
  .my-md-180 {
    margin-top: 18rem !important;
  }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 18rem !important;
  }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 18rem !important;
  }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .mt-md-185,
  .my-md-185 {
    margin-top: 18.5rem !important;
  }
  .mr-md-185,
  .mx-md-185 {
    margin-right: 18.5rem !important;
  }
  .mb-md-185,
  .my-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-md-185,
  .mx-md-185 {
    margin-left: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .mt-md-190,
  .my-md-190 {
    margin-top: 19rem !important;
  }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 19rem !important;
  }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 19rem !important;
  }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .mt-md-195,
  .my-md-195 {
    margin-top: 19.5rem !important;
  }
  .mr-md-195,
  .mx-md-195 {
    margin-right: 19.5rem !important;
  }
  .mb-md-195,
  .my-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-md-195,
  .mx-md-195 {
    margin-left: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 20rem !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 20rem !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 20rem !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 20rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 3.75px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 3.75px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 3.75px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 3.75px !important;
  }
  .p-md-2 {
    padding: 7.5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 7.5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 7.5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 7.5px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 22.5px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 22.5px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 22.5px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 22.5px !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 1rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 1rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 1rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 3.5rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 3.5rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 4.5rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 4.5rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 5.5rem !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 5.5rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 6rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 6rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 6rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 6.5rem !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 6.5rem !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 7rem !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 7rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 7rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 7.5rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 7.5rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 8rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 8rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 8rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 8.5rem !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 8.5rem !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 9rem !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 9rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 9rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 9.5rem !important;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 9.5rem !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 10rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 10rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 10rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .pt-md-105,
  .py-md-105 {
    padding-top: 10.5rem !important;
  }
  .pr-md-105,
  .px-md-105 {
    padding-right: 10.5rem !important;
  }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-105,
  .px-md-105 {
    padding-left: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 11rem !important;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 11rem !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 11rem !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .pt-md-115,
  .py-md-115 {
    padding-top: 11.5rem !important;
  }
  .pr-md-115,
  .px-md-115 {
    padding-right: 11.5rem !important;
  }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-115,
  .px-md-115 {
    padding-left: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 12rem !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 12rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 12rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 12.5rem !important;
  }
  .pr-md-125,
  .px-md-125 {
    padding-right: 12.5rem !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 13rem !important;
  }
  .pr-md-130,
  .px-md-130 {
    padding-right: 13rem !important;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 13rem !important;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .pt-md-135,
  .py-md-135 {
    padding-top: 13.5rem !important;
  }
  .pr-md-135,
  .px-md-135 {
    padding-right: 13.5rem !important;
  }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-135,
  .px-md-135 {
    padding-left: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 14rem !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 14rem !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 14rem !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .pt-md-145,
  .py-md-145 {
    padding-top: 14.5rem !important;
  }
  .pr-md-145,
  .px-md-145 {
    padding-right: 14.5rem !important;
  }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-md-145,
  .px-md-145 {
    padding-left: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 15rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 15rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 15rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .pt-md-155,
  .py-md-155 {
    padding-top: 15.5rem !important;
  }
  .pr-md-155,
  .px-md-155 {
    padding-right: 15.5rem !important;
  }
  .pb-md-155,
  .py-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-md-155,
  .px-md-155 {
    padding-left: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 16rem !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 16rem !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 16rem !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .pt-md-165,
  .py-md-165 {
    padding-top: 16.5rem !important;
  }
  .pr-md-165,
  .px-md-165 {
    padding-right: 16.5rem !important;
  }
  .pb-md-165,
  .py-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-md-165,
  .px-md-165 {
    padding-left: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .pt-md-170,
  .py-md-170 {
    padding-top: 17rem !important;
  }
  .pr-md-170,
  .px-md-170 {
    padding-right: 17rem !important;
  }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 17rem !important;
  }
  .pl-md-170,
  .px-md-170 {
    padding-left: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .pt-md-175,
  .py-md-175 {
    padding-top: 17.5rem !important;
  }
  .pr-md-175,
  .px-md-175 {
    padding-right: 17.5rem !important;
  }
  .pb-md-175,
  .py-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-md-175,
  .px-md-175 {
    padding-left: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .pt-md-180,
  .py-md-180 {
    padding-top: 18rem !important;
  }
  .pr-md-180,
  .px-md-180 {
    padding-right: 18rem !important;
  }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 18rem !important;
  }
  .pl-md-180,
  .px-md-180 {
    padding-left: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .pt-md-185,
  .py-md-185 {
    padding-top: 18.5rem !important;
  }
  .pr-md-185,
  .px-md-185 {
    padding-right: 18.5rem !important;
  }
  .pb-md-185,
  .py-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-md-185,
  .px-md-185 {
    padding-left: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .pt-md-190,
  .py-md-190 {
    padding-top: 19rem !important;
  }
  .pr-md-190,
  .px-md-190 {
    padding-right: 19rem !important;
  }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 19rem !important;
  }
  .pl-md-190,
  .px-md-190 {
    padding-left: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .pt-md-195,
  .py-md-195 {
    padding-top: 19.5rem !important;
  }
  .pr-md-195,
  .px-md-195 {
    padding-right: 19.5rem !important;
  }
  .pb-md-195,
  .py-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-md-195,
  .px-md-195 {
    padding-left: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 20rem !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 20rem !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 20rem !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 20rem !important;
  }
  .m-md-n1 {
    margin: -3.75px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -3.75px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -3.75px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -3.75px !important;
  }
  .m-md-n2 {
    margin: -7.5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -7.5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -7.5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -7.5px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important;
  }
  .m-md-n4 {
    margin: -22.5px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -22.5px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -22.5px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -22.5px !important;
  }
  .m-md-n5 {
    margin: -0.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n10 {
    margin: -1rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -1rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -1rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -1rem !important;
  }
  .m-md-n15 {
    margin: -1.5rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -1.5rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n25 {
    margin: -2.5rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -2.5rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n35 {
    margin: -3.5rem !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -3.5rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n45 {
    margin: -4.5rem !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -4.5rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-n55 {
    margin: -5.5rem !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -5.5rem !important;
  }
  .m-md-n60 {
    margin: -6rem !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -6rem !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -6rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -6rem !important;
  }
  .m-md-n65 {
    margin: -6.5rem !important;
  }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -6.5rem !important;
  }
  .m-md-n70 {
    margin: -7rem !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -7rem !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -7rem !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -7rem !important;
  }
  .m-md-n75 {
    margin: -7.5rem !important;
  }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -7.5rem !important;
  }
  .m-md-n80 {
    margin: -8rem !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -8rem !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -8rem !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -8rem !important;
  }
  .m-md-n85 {
    margin: -8.5rem !important;
  }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -8.5rem !important;
  }
  .m-md-n90 {
    margin: -9rem !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -9rem !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -9rem !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -9rem !important;
  }
  .m-md-n95 {
    margin: -9.5rem !important;
  }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -9.5rem !important;
  }
  .m-md-n100 {
    margin: -10rem !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -10rem !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -10rem !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -10rem !important;
  }
  .m-md-n105 {
    margin: -10.5rem !important;
  }
  .mt-md-n105,
  .my-md-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n105,
  .mx-md-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n105,
  .my-md-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n105,
  .mx-md-n105 {
    margin-left: -10.5rem !important;
  }
  .m-md-n110 {
    margin: -11rem !important;
  }
  .mt-md-n110,
  .my-md-n110 {
    margin-top: -11rem !important;
  }
  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -11rem !important;
  }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -11rem !important;
  }
  .m-md-n115 {
    margin: -11.5rem !important;
  }
  .mt-md-n115,
  .my-md-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-md-n115,
  .mx-md-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-md-n115,
  .my-md-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-md-n115,
  .mx-md-n115 {
    margin-left: -11.5rem !important;
  }
  .m-md-n120 {
    margin: -12rem !important;
  }
  .mt-md-n120,
  .my-md-n120 {
    margin-top: -12rem !important;
  }
  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -12rem !important;
  }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -12rem !important;
  }
  .m-md-n125 {
    margin: -12.5rem !important;
  }
  .mt-md-n125,
  .my-md-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n125,
  .mx-md-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n125,
  .mx-md-n125 {
    margin-left: -12.5rem !important;
  }
  .m-md-n130 {
    margin: -13rem !important;
  }
  .mt-md-n130,
  .my-md-n130 {
    margin-top: -13rem !important;
  }
  .mr-md-n130,
  .mx-md-n130 {
    margin-right: -13rem !important;
  }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n130,
  .mx-md-n130 {
    margin-left: -13rem !important;
  }
  .m-md-n135 {
    margin: -13.5rem !important;
  }
  .mt-md-n135,
  .my-md-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-md-n135,
  .mx-md-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-md-n135,
  .my-md-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md-n135,
  .mx-md-n135 {
    margin-left: -13.5rem !important;
  }
  .m-md-n140 {
    margin: -14rem !important;
  }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -14rem !important;
  }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -14rem !important;
  }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -14rem !important;
  }
  .m-md-n145 {
    margin: -14.5rem !important;
  }
  .mt-md-n145,
  .my-md-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-md-n145,
  .mx-md-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-md-n145,
  .my-md-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-md-n145,
  .mx-md-n145 {
    margin-left: -14.5rem !important;
  }
  .m-md-n150 {
    margin: -15rem !important;
  }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -15rem !important;
  }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -15rem !important;
  }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -15rem !important;
  }
  .m-md-n155 {
    margin: -15.5rem !important;
  }
  .mt-md-n155,
  .my-md-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-md-n155,
  .mx-md-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-md-n155,
  .my-md-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-md-n155,
  .mx-md-n155 {
    margin-left: -15.5rem !important;
  }
  .m-md-n160 {
    margin: -16rem !important;
  }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -16rem !important;
  }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -16rem !important;
  }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -16rem !important;
  }
  .m-md-n165 {
    margin: -16.5rem !important;
  }
  .mt-md-n165,
  .my-md-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-md-n165,
  .mx-md-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-md-n165,
  .my-md-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-md-n165,
  .mx-md-n165 {
    margin-left: -16.5rem !important;
  }
  .m-md-n170 {
    margin: -17rem !important;
  }
  .mt-md-n170,
  .my-md-n170 {
    margin-top: -17rem !important;
  }
  .mr-md-n170,
  .mx-md-n170 {
    margin-right: -17rem !important;
  }
  .mb-md-n170,
  .my-md-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-md-n170,
  .mx-md-n170 {
    margin-left: -17rem !important;
  }
  .m-md-n175 {
    margin: -17.5rem !important;
  }
  .mt-md-n175,
  .my-md-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-md-n175,
  .mx-md-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-md-n175,
  .my-md-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-md-n175,
  .mx-md-n175 {
    margin-left: -17.5rem !important;
  }
  .m-md-n180 {
    margin: -18rem !important;
  }
  .mt-md-n180,
  .my-md-n180 {
    margin-top: -18rem !important;
  }
  .mr-md-n180,
  .mx-md-n180 {
    margin-right: -18rem !important;
  }
  .mb-md-n180,
  .my-md-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n180,
  .mx-md-n180 {
    margin-left: -18rem !important;
  }
  .m-md-n185 {
    margin: -18.5rem !important;
  }
  .mt-md-n185,
  .my-md-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-md-n185,
  .mx-md-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-md-n185,
  .my-md-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-md-n185,
  .mx-md-n185 {
    margin-left: -18.5rem !important;
  }
  .m-md-n190 {
    margin: -19rem !important;
  }
  .mt-md-n190,
  .my-md-n190 {
    margin-top: -19rem !important;
  }
  .mr-md-n190,
  .mx-md-n190 {
    margin-right: -19rem !important;
  }
  .mb-md-n190,
  .my-md-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-md-n190,
  .mx-md-n190 {
    margin-left: -19rem !important;
  }
  .m-md-n195 {
    margin: -19.5rem !important;
  }
  .mt-md-n195,
  .my-md-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-md-n195,
  .mx-md-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-md-n195,
  .my-md-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-md-n195,
  .mx-md-n195 {
    margin-left: -19.5rem !important;
  }
  .m-md-n200 {
    margin: -20rem !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -20rem !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -20rem !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 3.75px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 3.75px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 3.75px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 3.75px !important;
  }
  .m-lg-2 {
    margin: 7.5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 7.5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 7.5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 7.5px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important;
  }
  .m-lg-4 {
    margin: 22.5px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 22.5px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 22.5px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 22.5px !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 1rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 1rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 6rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 6rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 7rem !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 7rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 8rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 8rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 9rem !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 9rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 10rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 10rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .mt-lg-105,
  .my-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-105,
  .mx-lg-105 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-105,
  .mx-lg-105 {
    margin-left: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 11rem !important;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 11rem !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .mt-lg-115,
  .my-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-115,
  .mx-lg-115 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-115,
  .mx-lg-115 {
    margin-left: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 12rem !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 12rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 13rem !important;
  }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 13rem !important;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .mt-lg-135,
  .my-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-135,
  .mx-lg-135 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-135,
  .mx-lg-135 {
    margin-left: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 14rem !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 14rem !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .mt-lg-145,
  .my-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mr-lg-145,
  .mx-lg-145 {
    margin-right: 14.5rem !important;
  }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-lg-145,
  .mx-lg-145 {
    margin-left: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 15rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 15rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .mt-lg-155,
  .my-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mr-lg-155,
  .mx-lg-155 {
    margin-right: 15.5rem !important;
  }
  .mb-lg-155,
  .my-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-lg-155,
  .mx-lg-155 {
    margin-left: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 16rem !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 16rem !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .mt-lg-165,
  .my-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mr-lg-165,
  .mx-lg-165 {
    margin-right: 16.5rem !important;
  }
  .mb-lg-165,
  .my-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-lg-165,
  .mx-lg-165 {
    margin-left: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 17rem !important;
  }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 17rem !important;
  }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 17rem !important;
  }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .mt-lg-175,
  .my-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mr-lg-175,
  .mx-lg-175 {
    margin-right: 17.5rem !important;
  }
  .mb-lg-175,
  .my-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-lg-175,
  .mx-lg-175 {
    margin-left: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 18rem !important;
  }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 18rem !important;
  }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .mt-lg-185,
  .my-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mr-lg-185,
  .mx-lg-185 {
    margin-right: 18.5rem !important;
  }
  .mb-lg-185,
  .my-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-lg-185,
  .mx-lg-185 {
    margin-left: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 19rem !important;
  }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 19rem !important;
  }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 19rem !important;
  }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .mt-lg-195,
  .my-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mr-lg-195,
  .mx-lg-195 {
    margin-right: 19.5rem !important;
  }
  .mb-lg-195,
  .my-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-lg-195,
  .mx-lg-195 {
    margin-left: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 20rem !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 20rem !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 20rem !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 20rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 3.75px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 3.75px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 3.75px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 3.75px !important;
  }
  .p-lg-2 {
    padding: 7.5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 7.5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 7.5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 7.5px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important;
  }
  .p-lg-4 {
    padding: 22.5px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 22.5px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 22.5px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 22.5px !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 1rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 1rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 6rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 6rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 7rem !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 7rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 8rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 8rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 9rem !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 9rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 10rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 10rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-105,
  .px-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 11rem !important;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 11rem !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-115,
  .px-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 12rem !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 12rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 13rem !important;
  }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 13rem !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-135,
  .px-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 14rem !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 14rem !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pr-lg-145,
  .px-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 15rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 15rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .pt-lg-155,
  .py-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pr-lg-155,
  .px-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pb-lg-155,
  .py-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-lg-155,
  .px-lg-155 {
    padding-left: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 16rem !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 16rem !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .pt-lg-165,
  .py-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pr-lg-165,
  .px-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pb-lg-165,
  .py-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-lg-165,
  .px-lg-165 {
    padding-left: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 17rem !important;
  }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 17rem !important;
  }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .pt-lg-175,
  .py-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pr-lg-175,
  .px-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pb-lg-175,
  .py-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-lg-175,
  .px-lg-175 {
    padding-left: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 18rem !important;
  }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 18rem !important;
  }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .pt-lg-185,
  .py-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pr-lg-185,
  .px-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pb-lg-185,
  .py-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-lg-185,
  .px-lg-185 {
    padding-left: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 19rem !important;
  }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 19rem !important;
  }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .pt-lg-195,
  .py-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pr-lg-195,
  .px-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pb-lg-195,
  .py-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-lg-195,
  .px-lg-195 {
    padding-left: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 20rem !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 20rem !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 20rem !important;
  }
  .m-lg-n1 {
    margin: -3.75px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -3.75px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -3.75px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -3.75px !important;
  }
  .m-lg-n2 {
    margin: -7.5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -7.5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -7.5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -7.5px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important;
  }
  .m-lg-n4 {
    margin: -22.5px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -22.5px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -22.5px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -22.5px !important;
  }
  .m-lg-n5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n10 {
    margin: -1rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -1rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -1rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -1rem !important;
  }
  .m-lg-n15 {
    margin: -1.5rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n25 {
    margin: -2.5rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n35 {
    margin: -3.5rem !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n45 {
    margin: -4.5rem !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-n55 {
    margin: -5.5rem !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n60 {
    margin: -6rem !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -6rem !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -6rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -6rem !important;
  }
  .m-lg-n65 {
    margin: -6.5rem !important;
  }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n70 {
    margin: -7rem !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -7rem !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -7rem !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -7rem !important;
  }
  .m-lg-n75 {
    margin: -7.5rem !important;
  }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n80 {
    margin: -8rem !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -8rem !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -8rem !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -8rem !important;
  }
  .m-lg-n85 {
    margin: -8.5rem !important;
  }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n90 {
    margin: -9rem !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -9rem !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -9rem !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -9rem !important;
  }
  .m-lg-n95 {
    margin: -9.5rem !important;
  }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n100 {
    margin: -10rem !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -10rem !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -10rem !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -10rem !important;
  }
  .m-lg-n105 {
    margin: -10.5rem !important;
  }
  .mt-lg-n105,
  .my-lg-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n105,
  .mx-lg-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n105,
  .my-lg-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n105,
  .mx-lg-n105 {
    margin-left: -10.5rem !important;
  }
  .m-lg-n110 {
    margin: -11rem !important;
  }
  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -11rem !important;
  }
  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -11rem !important;
  }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -11rem !important;
  }
  .m-lg-n115 {
    margin: -11.5rem !important;
  }
  .mt-lg-n115,
  .my-lg-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-lg-n115,
  .mx-lg-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-lg-n115,
  .my-lg-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-lg-n115,
  .mx-lg-n115 {
    margin-left: -11.5rem !important;
  }
  .m-lg-n120 {
    margin: -12rem !important;
  }
  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -12rem !important;
  }
  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -12rem !important;
  }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -12rem !important;
  }
  .m-lg-n125 {
    margin: -12.5rem !important;
  }
  .mt-lg-n125,
  .my-lg-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n125,
  .mx-lg-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n125,
  .mx-lg-n125 {
    margin-left: -12.5rem !important;
  }
  .m-lg-n130 {
    margin: -13rem !important;
  }
  .mt-lg-n130,
  .my-lg-n130 {
    margin-top: -13rem !important;
  }
  .mr-lg-n130,
  .mx-lg-n130 {
    margin-right: -13rem !important;
  }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n130,
  .mx-lg-n130 {
    margin-left: -13rem !important;
  }
  .m-lg-n135 {
    margin: -13.5rem !important;
  }
  .mt-lg-n135,
  .my-lg-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-lg-n135,
  .mx-lg-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-lg-n135,
  .my-lg-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg-n135,
  .mx-lg-n135 {
    margin-left: -13.5rem !important;
  }
  .m-lg-n140 {
    margin: -14rem !important;
  }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -14rem !important;
  }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -14rem !important;
  }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -14rem !important;
  }
  .m-lg-n145 {
    margin: -14.5rem !important;
  }
  .mt-lg-n145,
  .my-lg-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-lg-n145,
  .mx-lg-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-lg-n145,
  .my-lg-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-lg-n145,
  .mx-lg-n145 {
    margin-left: -14.5rem !important;
  }
  .m-lg-n150 {
    margin: -15rem !important;
  }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -15rem !important;
  }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -15rem !important;
  }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -15rem !important;
  }
  .m-lg-n155 {
    margin: -15.5rem !important;
  }
  .mt-lg-n155,
  .my-lg-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-lg-n155,
  .mx-lg-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-lg-n155,
  .my-lg-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-lg-n155,
  .mx-lg-n155 {
    margin-left: -15.5rem !important;
  }
  .m-lg-n160 {
    margin: -16rem !important;
  }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -16rem !important;
  }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -16rem !important;
  }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -16rem !important;
  }
  .m-lg-n165 {
    margin: -16.5rem !important;
  }
  .mt-lg-n165,
  .my-lg-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-lg-n165,
  .mx-lg-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-lg-n165,
  .my-lg-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-lg-n165,
  .mx-lg-n165 {
    margin-left: -16.5rem !important;
  }
  .m-lg-n170 {
    margin: -17rem !important;
  }
  .mt-lg-n170,
  .my-lg-n170 {
    margin-top: -17rem !important;
  }
  .mr-lg-n170,
  .mx-lg-n170 {
    margin-right: -17rem !important;
  }
  .mb-lg-n170,
  .my-lg-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-lg-n170,
  .mx-lg-n170 {
    margin-left: -17rem !important;
  }
  .m-lg-n175 {
    margin: -17.5rem !important;
  }
  .mt-lg-n175,
  .my-lg-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-lg-n175,
  .mx-lg-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-lg-n175,
  .my-lg-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-lg-n175,
  .mx-lg-n175 {
    margin-left: -17.5rem !important;
  }
  .m-lg-n180 {
    margin: -18rem !important;
  }
  .mt-lg-n180,
  .my-lg-n180 {
    margin-top: -18rem !important;
  }
  .mr-lg-n180,
  .mx-lg-n180 {
    margin-right: -18rem !important;
  }
  .mb-lg-n180,
  .my-lg-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n180,
  .mx-lg-n180 {
    margin-left: -18rem !important;
  }
  .m-lg-n185 {
    margin: -18.5rem !important;
  }
  .mt-lg-n185,
  .my-lg-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-lg-n185,
  .mx-lg-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-lg-n185,
  .my-lg-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-lg-n185,
  .mx-lg-n185 {
    margin-left: -18.5rem !important;
  }
  .m-lg-n190 {
    margin: -19rem !important;
  }
  .mt-lg-n190,
  .my-lg-n190 {
    margin-top: -19rem !important;
  }
  .mr-lg-n190,
  .mx-lg-n190 {
    margin-right: -19rem !important;
  }
  .mb-lg-n190,
  .my-lg-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-lg-n190,
  .mx-lg-n190 {
    margin-left: -19rem !important;
  }
  .m-lg-n195 {
    margin: -19.5rem !important;
  }
  .mt-lg-n195,
  .my-lg-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-lg-n195,
  .mx-lg-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-lg-n195,
  .my-lg-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-lg-n195,
  .mx-lg-n195 {
    margin-left: -19.5rem !important;
  }
  .m-lg-n200 {
    margin: -20rem !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -20rem !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -20rem !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -20rem !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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 3.75px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 3.75px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 3.75px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 3.75px !important;
  }
  .m-xl-2 {
    margin: 7.5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 7.5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 7.5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 7.5px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important;
  }
  .m-xl-4 {
    margin: 22.5px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 22.5px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 22.5px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 22.5px !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 1rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 1rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 6rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 6rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 7rem !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 7rem !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 8rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 8rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 9rem !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 9rem !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 10rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 10rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 10rem !important;
  }
  .m-xl-105 {
    margin: 10.5rem !important;
  }
  .mt-xl-105,
  .my-xl-105 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-105,
  .mx-xl-105 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-105,
  .my-xl-105 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-105,
  .mx-xl-105 {
    margin-left: 10.5rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 11rem !important;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 11rem !important;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 11rem !important;
  }
  .m-xl-115 {
    margin: 11.5rem !important;
  }
  .mt-xl-115,
  .my-xl-115 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-115,
  .mx-xl-115 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-115,
  .my-xl-115 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-115,
  .mx-xl-115 {
    margin-left: 11.5rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 12rem !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 12rem !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 12rem !important;
  }
  .m-xl-125 {
    margin: 12.5rem !important;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 12.5rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 13rem !important;
  }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 13rem !important;
  }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 13rem !important;
  }
  .m-xl-135 {
    margin: 13.5rem !important;
  }
  .mt-xl-135,
  .my-xl-135 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-135,
  .mx-xl-135 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-135,
  .my-xl-135 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-135,
  .mx-xl-135 {
    margin-left: 13.5rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 14rem !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 14rem !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 14rem !important;
  }
  .m-xl-145 {
    margin: 14.5rem !important;
  }
  .mt-xl-145,
  .my-xl-145 {
    margin-top: 14.5rem !important;
  }
  .mr-xl-145,
  .mx-xl-145 {
    margin-right: 14.5rem !important;
  }
  .mb-xl-145,
  .my-xl-145 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xl-145,
  .mx-xl-145 {
    margin-left: 14.5rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 15rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 15rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 15rem !important;
  }
  .m-xl-155 {
    margin: 15.5rem !important;
  }
  .mt-xl-155,
  .my-xl-155 {
    margin-top: 15.5rem !important;
  }
  .mr-xl-155,
  .mx-xl-155 {
    margin-right: 15.5rem !important;
  }
  .mb-xl-155,
  .my-xl-155 {
    margin-bottom: 15.5rem !important;
  }
  .ml-xl-155,
  .mx-xl-155 {
    margin-left: 15.5rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 16rem !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 16rem !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 16rem !important;
  }
  .m-xl-165 {
    margin: 16.5rem !important;
  }
  .mt-xl-165,
  .my-xl-165 {
    margin-top: 16.5rem !important;
  }
  .mr-xl-165,
  .mx-xl-165 {
    margin-right: 16.5rem !important;
  }
  .mb-xl-165,
  .my-xl-165 {
    margin-bottom: 16.5rem !important;
  }
  .ml-xl-165,
  .mx-xl-165 {
    margin-left: 16.5rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 17rem !important;
  }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 17rem !important;
  }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 17rem !important;
  }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 17rem !important;
  }
  .m-xl-175 {
    margin: 17.5rem !important;
  }
  .mt-xl-175,
  .my-xl-175 {
    margin-top: 17.5rem !important;
  }
  .mr-xl-175,
  .mx-xl-175 {
    margin-right: 17.5rem !important;
  }
  .mb-xl-175,
  .my-xl-175 {
    margin-bottom: 17.5rem !important;
  }
  .ml-xl-175,
  .mx-xl-175 {
    margin-left: 17.5rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 18rem !important;
  }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 18rem !important;
  }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 18rem !important;
  }
  .m-xl-185 {
    margin: 18.5rem !important;
  }
  .mt-xl-185,
  .my-xl-185 {
    margin-top: 18.5rem !important;
  }
  .mr-xl-185,
  .mx-xl-185 {
    margin-right: 18.5rem !important;
  }
  .mb-xl-185,
  .my-xl-185 {
    margin-bottom: 18.5rem !important;
  }
  .ml-xl-185,
  .mx-xl-185 {
    margin-left: 18.5rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 19rem !important;
  }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 19rem !important;
  }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 19rem !important;
  }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 19rem !important;
  }
  .m-xl-195 {
    margin: 19.5rem !important;
  }
  .mt-xl-195,
  .my-xl-195 {
    margin-top: 19.5rem !important;
  }
  .mr-xl-195,
  .mx-xl-195 {
    margin-right: 19.5rem !important;
  }
  .mb-xl-195,
  .my-xl-195 {
    margin-bottom: 19.5rem !important;
  }
  .ml-xl-195,
  .mx-xl-195 {
    margin-left: 19.5rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 20rem !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 20rem !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 20rem !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 20rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 3.75px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 3.75px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 3.75px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 3.75px !important;
  }
  .p-xl-2 {
    padding: 7.5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 7.5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 7.5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 7.5px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important;
  }
  .p-xl-4 {
    padding: 22.5px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 22.5px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 22.5px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 22.5px !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 1rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 1rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 6rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 6rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 7rem !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 7rem !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 8rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 8rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 9rem !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 9rem !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 10rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 10rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 10rem !important;
  }
  .p-xl-105 {
    padding: 10.5rem !important;
  }
  .pt-xl-105,
  .py-xl-105 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-105,
  .px-xl-105 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-105,
  .py-xl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-105,
  .px-xl-105 {
    padding-left: 10.5rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 11rem !important;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 11rem !important;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 11rem !important;
  }
  .p-xl-115 {
    padding: 11.5rem !important;
  }
  .pt-xl-115,
  .py-xl-115 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-115,
  .px-xl-115 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-115,
  .py-xl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-115,
  .px-xl-115 {
    padding-left: 11.5rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 12rem !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 12rem !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 12rem !important;
  }
  .p-xl-125 {
    padding: 12.5rem !important;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 12.5rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 13rem !important;
  }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 13rem !important;
  }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 13rem !important;
  }
  .p-xl-135 {
    padding: 13.5rem !important;
  }
  .pt-xl-135,
  .py-xl-135 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-135,
  .px-xl-135 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-135,
  .py-xl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-135,
  .px-xl-135 {
    padding-left: 13.5rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 14rem !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 14rem !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 14rem !important;
  }
  .p-xl-145 {
    padding: 14.5rem !important;
  }
  .pt-xl-145,
  .py-xl-145 {
    padding-top: 14.5rem !important;
  }
  .pr-xl-145,
  .px-xl-145 {
    padding-right: 14.5rem !important;
  }
  .pb-xl-145,
  .py-xl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xl-145,
  .px-xl-145 {
    padding-left: 14.5rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 15rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 15rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 15rem !important;
  }
  .p-xl-155 {
    padding: 15.5rem !important;
  }
  .pt-xl-155,
  .py-xl-155 {
    padding-top: 15.5rem !important;
  }
  .pr-xl-155,
  .px-xl-155 {
    padding-right: 15.5rem !important;
  }
  .pb-xl-155,
  .py-xl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pl-xl-155,
  .px-xl-155 {
    padding-left: 15.5rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 16rem !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 16rem !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 16rem !important;
  }
  .p-xl-165 {
    padding: 16.5rem !important;
  }
  .pt-xl-165,
  .py-xl-165 {
    padding-top: 16.5rem !important;
  }
  .pr-xl-165,
  .px-xl-165 {
    padding-right: 16.5rem !important;
  }
  .pb-xl-165,
  .py-xl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pl-xl-165,
  .px-xl-165 {
    padding-left: 16.5rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 17rem !important;
  }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 17rem !important;
  }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 17rem !important;
  }
  .p-xl-175 {
    padding: 17.5rem !important;
  }
  .pt-xl-175,
  .py-xl-175 {
    padding-top: 17.5rem !important;
  }
  .pr-xl-175,
  .px-xl-175 {
    padding-right: 17.5rem !important;
  }
  .pb-xl-175,
  .py-xl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pl-xl-175,
  .px-xl-175 {
    padding-left: 17.5rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 18rem !important;
  }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 18rem !important;
  }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 18rem !important;
  }
  .p-xl-185 {
    padding: 18.5rem !important;
  }
  .pt-xl-185,
  .py-xl-185 {
    padding-top: 18.5rem !important;
  }
  .pr-xl-185,
  .px-xl-185 {
    padding-right: 18.5rem !important;
  }
  .pb-xl-185,
  .py-xl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pl-xl-185,
  .px-xl-185 {
    padding-left: 18.5rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 19rem !important;
  }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 19rem !important;
  }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 19rem !important;
  }
  .p-xl-195 {
    padding: 19.5rem !important;
  }
  .pt-xl-195,
  .py-xl-195 {
    padding-top: 19.5rem !important;
  }
  .pr-xl-195,
  .px-xl-195 {
    padding-right: 19.5rem !important;
  }
  .pb-xl-195,
  .py-xl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pl-xl-195,
  .px-xl-195 {
    padding-left: 19.5rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 20rem !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 20rem !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 20rem !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 20rem !important;
  }
  .m-xl-n1 {
    margin: -3.75px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -3.75px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -3.75px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -3.75px !important;
  }
  .m-xl-n2 {
    margin: -7.5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -7.5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -7.5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -7.5px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important;
  }
  .m-xl-n4 {
    margin: -22.5px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -22.5px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -22.5px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -22.5px !important;
  }
  .m-xl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n10 {
    margin: -1rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -1rem !important;
  }
  .m-xl-n15 {
    margin: -1.5rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n25 {
    margin: -2.5rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n35 {
    margin: -3.5rem !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n45 {
    margin: -4.5rem !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-n55 {
    margin: -5.5rem !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n60 {
    margin: -6rem !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -6rem !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -6rem !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -6rem !important;
  }
  .m-xl-n65 {
    margin: -6.5rem !important;
  }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n70 {
    margin: -7rem !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -7rem !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -7rem !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -7rem !important;
  }
  .m-xl-n75 {
    margin: -7.5rem !important;
  }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n80 {
    margin: -8rem !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -8rem !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -8rem !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -8rem !important;
  }
  .m-xl-n85 {
    margin: -8.5rem !important;
  }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n90 {
    margin: -9rem !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -9rem !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -9rem !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -9rem !important;
  }
  .m-xl-n95 {
    margin: -9.5rem !important;
  }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n100 {
    margin: -10rem !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -10rem !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -10rem !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -10rem !important;
  }
  .m-xl-n105 {
    margin: -10.5rem !important;
  }
  .mt-xl-n105,
  .my-xl-n105 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n105,
  .mx-xl-n105 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n105,
  .my-xl-n105 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n105,
  .mx-xl-n105 {
    margin-left: -10.5rem !important;
  }
  .m-xl-n110 {
    margin: -11rem !important;
  }
  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -11rem !important;
  }
  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -11rem !important;
  }
  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -11rem !important;
  }
  .m-xl-n115 {
    margin: -11.5rem !important;
  }
  .mt-xl-n115,
  .my-xl-n115 {
    margin-top: -11.5rem !important;
  }
  .mr-xl-n115,
  .mx-xl-n115 {
    margin-right: -11.5rem !important;
  }
  .mb-xl-n115,
  .my-xl-n115 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xl-n115,
  .mx-xl-n115 {
    margin-left: -11.5rem !important;
  }
  .m-xl-n120 {
    margin: -12rem !important;
  }
  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -12rem !important;
  }
  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -12rem !important;
  }
  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -12rem !important;
  }
  .m-xl-n125 {
    margin: -12.5rem !important;
  }
  .mt-xl-n125,
  .my-xl-n125 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n125,
  .mx-xl-n125 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n125,
  .my-xl-n125 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n125,
  .mx-xl-n125 {
    margin-left: -12.5rem !important;
  }
  .m-xl-n130 {
    margin: -13rem !important;
  }
  .mt-xl-n130,
  .my-xl-n130 {
    margin-top: -13rem !important;
  }
  .mr-xl-n130,
  .mx-xl-n130 {
    margin-right: -13rem !important;
  }
  .mb-xl-n130,
  .my-xl-n130 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n130,
  .mx-xl-n130 {
    margin-left: -13rem !important;
  }
  .m-xl-n135 {
    margin: -13.5rem !important;
  }
  .mt-xl-n135,
  .my-xl-n135 {
    margin-top: -13.5rem !important;
  }
  .mr-xl-n135,
  .mx-xl-n135 {
    margin-right: -13.5rem !important;
  }
  .mb-xl-n135,
  .my-xl-n135 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl-n135,
  .mx-xl-n135 {
    margin-left: -13.5rem !important;
  }
  .m-xl-n140 {
    margin: -14rem !important;
  }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -14rem !important;
  }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -14rem !important;
  }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -14rem !important;
  }
  .m-xl-n145 {
    margin: -14.5rem !important;
  }
  .mt-xl-n145,
  .my-xl-n145 {
    margin-top: -14.5rem !important;
  }
  .mr-xl-n145,
  .mx-xl-n145 {
    margin-right: -14.5rem !important;
  }
  .mb-xl-n145,
  .my-xl-n145 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xl-n145,
  .mx-xl-n145 {
    margin-left: -14.5rem !important;
  }
  .m-xl-n150 {
    margin: -15rem !important;
  }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -15rem !important;
  }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -15rem !important;
  }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -15rem !important;
  }
  .m-xl-n155 {
    margin: -15.5rem !important;
  }
  .mt-xl-n155,
  .my-xl-n155 {
    margin-top: -15.5rem !important;
  }
  .mr-xl-n155,
  .mx-xl-n155 {
    margin-right: -15.5rem !important;
  }
  .mb-xl-n155,
  .my-xl-n155 {
    margin-bottom: -15.5rem !important;
  }
  .ml-xl-n155,
  .mx-xl-n155 {
    margin-left: -15.5rem !important;
  }
  .m-xl-n160 {
    margin: -16rem !important;
  }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -16rem !important;
  }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -16rem !important;
  }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -16rem !important;
  }
  .m-xl-n165 {
    margin: -16.5rem !important;
  }
  .mt-xl-n165,
  .my-xl-n165 {
    margin-top: -16.5rem !important;
  }
  .mr-xl-n165,
  .mx-xl-n165 {
    margin-right: -16.5rem !important;
  }
  .mb-xl-n165,
  .my-xl-n165 {
    margin-bottom: -16.5rem !important;
  }
  .ml-xl-n165,
  .mx-xl-n165 {
    margin-left: -16.5rem !important;
  }
  .m-xl-n170 {
    margin: -17rem !important;
  }
  .mt-xl-n170,
  .my-xl-n170 {
    margin-top: -17rem !important;
  }
  .mr-xl-n170,
  .mx-xl-n170 {
    margin-right: -17rem !important;
  }
  .mb-xl-n170,
  .my-xl-n170 {
    margin-bottom: -17rem !important;
  }
  .ml-xl-n170,
  .mx-xl-n170 {
    margin-left: -17rem !important;
  }
  .m-xl-n175 {
    margin: -17.5rem !important;
  }
  .mt-xl-n175,
  .my-xl-n175 {
    margin-top: -17.5rem !important;
  }
  .mr-xl-n175,
  .mx-xl-n175 {
    margin-right: -17.5rem !important;
  }
  .mb-xl-n175,
  .my-xl-n175 {
    margin-bottom: -17.5rem !important;
  }
  .ml-xl-n175,
  .mx-xl-n175 {
    margin-left: -17.5rem !important;
  }
  .m-xl-n180 {
    margin: -18rem !important;
  }
  .mt-xl-n180,
  .my-xl-n180 {
    margin-top: -18rem !important;
  }
  .mr-xl-n180,
  .mx-xl-n180 {
    margin-right: -18rem !important;
  }
  .mb-xl-n180,
  .my-xl-n180 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n180,
  .mx-xl-n180 {
    margin-left: -18rem !important;
  }
  .m-xl-n185 {
    margin: -18.5rem !important;
  }
  .mt-xl-n185,
  .my-xl-n185 {
    margin-top: -18.5rem !important;
  }
  .mr-xl-n185,
  .mx-xl-n185 {
    margin-right: -18.5rem !important;
  }
  .mb-xl-n185,
  .my-xl-n185 {
    margin-bottom: -18.5rem !important;
  }
  .ml-xl-n185,
  .mx-xl-n185 {
    margin-left: -18.5rem !important;
  }
  .m-xl-n190 {
    margin: -19rem !important;
  }
  .mt-xl-n190,
  .my-xl-n190 {
    margin-top: -19rem !important;
  }
  .mr-xl-n190,
  .mx-xl-n190 {
    margin-right: -19rem !important;
  }
  .mb-xl-n190,
  .my-xl-n190 {
    margin-bottom: -19rem !important;
  }
  .ml-xl-n190,
  .mx-xl-n190 {
    margin-left: -19rem !important;
  }
  .m-xl-n195 {
    margin: -19.5rem !important;
  }
  .mt-xl-n195,
  .my-xl-n195 {
    margin-top: -19.5rem !important;
  }
  .mr-xl-n195,
  .mx-xl-n195 {
    margin-right: -19.5rem !important;
  }
  .mb-xl-n195,
  .my-xl-n195 {
    margin-bottom: -19.5rem !important;
  }
  .ml-xl-n195,
  .mx-xl-n195 {
    margin-left: -19.5rem !important;
  }
  .m-xl-n200 {
    margin: -20rem !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -20rem !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -20rem !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -20rem !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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #FF7629 !important;
}

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

.text-secondary {
  color: #16182C !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #16182C !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.text-black {
  color: #16182C;
}

.bg-white {
  background-color: #fafafa;
}

.border-white {
  border: 1px solid #fafafa;
}

.border-white-o25 {
  border: 1px solid rgba(250, 250, 250, 0.25);
}

.bg-blue-gray {
  background-color: #23283C;
}

.border-blue-gray {
  border: 1px solid #23283C;
}

.bg-dark-blue-gray {
  background-color: #16182C;
}

.bg-gray-light {
  background-color: #F6F6F6;
}

.text-primary {
  color: #FF7629 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

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

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

/*
 * Elements
 * Some custom styling elements
 */
.browserupgrade {
  padding: 1rem 0;
  background-color: black;
  color: #f8f9fa;
  text-align: center;
}

.browserupgrade a {
  color: #f8f9fa;
  text-decoration: underline;
}

/*
 * Page Settings
 * Global page settings
 */
html {
  min-height: 100%;
  /* [1] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lato", sans-serif;
  color: #16182C;
  background-color: white;
}

body.home {
  color: #fafafa;
  background-color: #16182C;
}

main {
  position: relative;
  z-index: 800;
  transition: all .3s ease-in-out;
}

.is-open-sidebar main {
  transform: translateX(-15rem);
}

.c-content li {
  font-size: 1.125rem;
  line-height: 1.88889em;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .container--small {
    max-width: 1160px;
  }
}

@media (min-width: 1200px) {
  .container--large {
    max-width: 1600px;
  }
}

.single-references tr td:nth-of-type(odd) {
  padding-right: 10px;
}

.single-references tr td:nth-of-type(even) {
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .single-references tr td {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 100% !important;
  }
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.35em;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 1.225em;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h3, h3 {
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  h3, h3 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

h4, h4 {
  font-size: 1.25rem;
}

h5, h5 {
  font-size: 1.4375rem;
}

@media (max-width: 1200px) {
  h5, h5 {
    font-size: calc(1.26875rem + 0.225vw) ;
  }
}

h6, h6 {
  font-size: 1.1875rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease all;
}

a:hover, a:focus {
  text-decoration: none;
  color: #FF7629;
  outline: 0;
}

a.bold {
  font-weight: 700;
}

.a--invert {
  color: #FF7629;
}

.a--invert:hover, .a--invert:focus {
  color: #16182C;
}

p {
  font-size: 1.125rem;
  line-height: 1.88889em;
  font-weight: 300;
}

p.intro {
  font-size: 1.375rem;
  line-height: 40px;
}

@media (max-width: 1200px) {
  p.intro {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

p.small {
  font-size: 1rem;
  line-height: 40px;
}

p a {
  color: #FF7629;
}

p a:hover, p a:focus {
  text-decoration: underline;
}

figure {
  margin: 0;
}

figcaption {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 1rem;
  color: #16182C;
}

iframe {
  width: 100%;
}

img {
  max-width: 100%;
}

/*
 * Tools
 * Useful extensions
 */
/*
 * Page-Builder
 * Reset default page-builder settings
 */
.panel-layout .so-panel,
.panel-grid {
  margin-bottom: 0 !important;
}

/*
 *  Gravity Forms Plugin
 *  Custom styling Gravity Forms Plugin
 */
/* Gravity Forms - Basic styling */
.gform_wrapper {
  text-align: left;
  font-size: 16px;
}

.gform_wrapper ul {
  margin-left: 0;
}

.gform_wrapper ul li {
  list-style-type: none;
  margin: 10px 0 0;
}

.gform_wrapper .gform_title {
  font-size: 40px;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_description {
  display: block;
  margin: 10px 0 20px;
}

.gform_wrapper .gsection_title {
  font-size: 30px;
  margin: 40px 0 0;
  padding: 0;
}

.gform_wrapper .gform_fields {
  padding: 0;
}

.gform_wrapper .gfield_label {
  clear: both;
  display: inline-block;
  font-weight: 600;
  margin: 14px 0 4px 0;
  font-size: 15px;
}

.gform_wrapper .gfield_description {
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  font-style: italic;
}

.gform_wrapper .gfield_required {
  color: inherit;
  padding: 0 .2rem;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: 0 0 .5rem;
}

.gform_wrapper .ginput_container .small {
  width: 25%;
}

.gform_wrapper .ginput_container .medium {
  width: 50%;
}

.gform_wrapper .ginput_container .large {
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin: 1rem 0 0;
}

.subscribe-error {
  color: orange;
}

/* Gravity Forms - Complex styling */
.gform_wrapper .ginput_complex {
  display: flex;
}

.gform_wrapper .ginput_complex.ginput_container_address {
  flex-wrap: wrap;
}

.gform_wrapper .ginput_complex label {
  font-weight: 400;
  margin: 0 0 1rem 0;
  font-style: italic;
  font-size: 14px;
}

.gform_wrapper .ginput_complex span {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 1.6949152542%;
}

.gform_wrapper .ginput_complex span:last-of-type {
  margin-right: 0;
}

.gform_wrapper .ginput_complex .name_prefix_select {
  flex-grow: 0;
  flex-shrink: 0;
}

.gform_wrapper .ginput_complex .ginput_full {
  flex-shrink: 0;
  margin-right: 0;
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left {
  flex-shrink: 0;
}

.gform_wrapper .ginput_complex .ginput_right {
  flex-shrink: 0;
}

/* Gravity Forms - Datepicker styling */
.ui-datepicker {
  background-color: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  color: #16182C;
}

.ui-datepicker td, .ui-datepicker th {
  text-align: center;
}

.ui-datepicker td a, .ui-datepicker th a {
  display: block;
  padding: .5rem;
}

.ui-datepicker-header {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}

.ui-datepicker-header select {
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  padding: 5px;
  font-weight: 700;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  text-indent: -99999px;
  visibility: hidden;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-prev::after {
  content: '\2190';
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 2px;
  color: #16182C;
  width: 2rem;
  height: 2rem;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-next::after {
  content: '\2192';
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 2px;
  color: #16182C;
}

.ui-datepicker-calendar {
  margin-bottom: 0;
  width: 100%;
}

.ui-datepicker-calendar .ui-datepicker-today {
  background-color: #f8f9fa;
}

.ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #FF7629;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fafafa;
}

.ui-datepicker-calendar td {
  position: relative;
  border-radius: 0.25rem;
  border: none;
  transition: all .3s ease-in-out;
}

.ui-datepicker-calendar td:hover {
  background-color: #f8f9fa;
}

.ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #dc3545;
  color: #fafafa;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #fafafa;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 0;
}

.hasDatepicker .ui-datepicker-trigger {
  position: relative;
}

/* Gravity Forms - Error styling */
.gform_wrapper .gfield_error > label {
  color: #dc3545;
}

.gform_wrapper .gfield_error input[type="color"],
.gform_wrapper .gfield_error input[type="date"],
.gform_wrapper .gfield_error input[type="datetime"],
.gform_wrapper .gfield_error input[type="datetime-local"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="month"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error input[type="password"],
.gform_wrapper .gfield_error input[type="search"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="time"],
.gform_wrapper .gfield_error input[type="url"],
.gform_wrapper .gfield_error input[type="week"],
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #dc3545;
}

.gform_wrapper .gfield_error input[type="color"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="date"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="datetime"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="datetime-local"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="email"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="month"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="number"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="password"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="search"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="tel"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="text"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="time"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="url"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input[type="week"]::-webkit-input-placeholder, .gform_wrapper .gfield_error input::-webkit-input-placeholder, .gform_wrapper .gfield_error select::-webkit-input-placeholder, .gform_wrapper .gfield_error textarea::-webkit-input-placeholder {
  color: #dc3545;
  opacity: .3;
}

.gform_wrapper .gfield_error input[type="color"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="date"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="datetime"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="datetime-local"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="email"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="month"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="number"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="password"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="search"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="tel"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="text"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="time"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="url"]::-moz-placeholder, .gform_wrapper .gfield_error input[type="week"]::-moz-placeholder, .gform_wrapper .gfield_error input::-moz-placeholder, .gform_wrapper .gfield_error select::-moz-placeholder, .gform_wrapper .gfield_error textarea::-moz-placeholder {
  color: #dc3545;
  opacity: .3;
}

.gform_wrapper .gfield_error input[type="color"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="date"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="datetime"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="datetime-local"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="email"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="month"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="number"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="password"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="search"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="tel"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="text"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="time"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="url"]:-ms-input-placeholder, .gform_wrapper .gfield_error input[type="week"]:-ms-input-placeholder, .gform_wrapper .gfield_error input:-ms-input-placeholder, .gform_wrapper .gfield_error select:-ms-input-placeholder, .gform_wrapper .gfield_error textarea:-ms-input-placeholder {
  color: #dc3545;
  opacity: .3;
}

.gform_wrapper .gfield_error input[type="color"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="date"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="datetime"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="datetime-local"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="email"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="month"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="number"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="password"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="search"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="tel"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="text"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="time"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="url"]::-ms-input-placeholder, .gform_wrapper .gfield_error input[type="week"]::-ms-input-placeholder, .gform_wrapper .gfield_error input::-ms-input-placeholder, .gform_wrapper .gfield_error select::-ms-input-placeholder, .gform_wrapper .gfield_error textarea::-ms-input-placeholder {
  color: #dc3545;
  opacity: .3;
}

.gform_wrapper .gfield_error input[type="color"]::placeholder,
.gform_wrapper .gfield_error input[type="date"]::placeholder,
.gform_wrapper .gfield_error input[type="datetime"]::placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]::placeholder,
.gform_wrapper .gfield_error input[type="email"]::placeholder,
.gform_wrapper .gfield_error input[type="month"]::placeholder,
.gform_wrapper .gfield_error input[type="number"]::placeholder,
.gform_wrapper .gfield_error input[type="password"]::placeholder,
.gform_wrapper .gfield_error input[type="search"]::placeholder,
.gform_wrapper .gfield_error input[type="tel"]::placeholder,
.gform_wrapper .gfield_error input[type="text"]::placeholder,
.gform_wrapper .gfield_error input[type="time"]::placeholder,
.gform_wrapper .gfield_error input[type="url"]::placeholder,
.gform_wrapper .gfield_error input[type="week"]::placeholder,
.gform_wrapper .gfield_error input::placeholder,
.gform_wrapper .gfield_error select::placeholder,
.gform_wrapper .gfield_error textarea::placeholder {
  color: #dc3545;
  opacity: .3;
}

.gform_wrapper .validation_message {
  font-style: normal;
  color: #dc3545;
}

/* Gravity Forms - Hidden styling */
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.gform_wrapper .gform_validation_container {
  display: none;
  left: -9000px;
  position: absolute;
}

/* Gravity Forms - Progress bar styling */
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 20px;
  font-weight: normal;
}

.gform_wrapper .gf_progressbar {
  background: #f8f9fa;
  height: 2px;
  line-height: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gform_wrapper .gf_progressbar_percentage {
  font-size: #FF7629;
  height: 2px;
  text-align: right;
}

.gform_wrapper .gf_progressbar_percentage span {
  opacity: 0;
  display: none;
}

.gform_wrapper .percentbar_blue {
  background-color: #FF7629;
  color: #fafafa;
}

.gform_wrapper .percentbar_gray {
  background-color: #FF7629;
  color: #fafafa;
}

.gform_wrapper .percentbar_green {
  background-color: #FF7629;
  color: #fafafa;
}

.gform_wrapper .percentbar_orange {
  background-color: #FF7629;
  color: #fafafa;
}

.gform_wrapper .percentbar_red {
  background-color: #FF7629;
  color: #fafafa;
}

.gform_wrapper .gf_step span {
  vertical-align: top;
}

.gform_wrapper .gf_step_active {
  opacity: 1;
}

.gform_wrapper .gf_step_number {
  font-size: 20px;
}

/* Gravity Forms - Section styling */
.gform_wrapper .gfield_html,
.gform_wrapper .gsection {
  border-bottom: 1px solid #f8f9fa;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}

.gform_wrapper .gfield_html {
  border-bottom: 0 none;
}

/* Gravity Forms - Select styling */
.gform_wrapper .ginput_container_multiselect select {
  background: #fafafa;
  padding: 0;
  min-height: 10rem;
}

.gform_wrapper .ginput_container_multiselect select option {
  padding: 1rem;
}

/* Gravity Forms - Tables styling */
.gform_wrapper table {
  border: 0 none;
  margin: 0;
}

.gform_wrapper table td {
  border: 0 none;
  padding: 0;
}

.gform_wrapper tbody {
  border: 0 none;
}

.gform_wrapper .gfield_list_icons {
  padding-left: 10px;
}

/* Gravity Forms - Textarea styling */
.gform_wrapper .ginput_container textarea {
  resize: none;
}

.gform_wrapper .ginput_container textarea.small, .gform_wrapper .ginput_container textarea.medium {
  width: 100%;
}

.gform_wrapper .ginput_container textarea.small {
  height: 5em;
}

.gform_wrapper .ginput_container textarea.medium {
  height: 9.375em;
}

.gform_wrapper .ginput_container textarea.large {
  height: 15.625em;
}

/* Gravity Forms - Uploads styling */
.gform_wrapper .gform_drop_area {
  width: 300px;
  border: 2px dashed #ced4da;
  color: #ced4da;
  margin: 0 0 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gform_wrapper .gform_drop_area span {
  padding: 0 20px 0 0;
}

/* Gravity Forms - Add bootstrap classes */
.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #dc3545;
}

.gform_wrapper input[type="email"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="url"],
.gform_wrapper select,
.gform_wrapper textarea {
  padding: 0.5em 1em;
  border-radius: 4px;
  margin: 10px 0 0 0 !important;
}

.validation_message {
  display: none;
}

/* Gravity Forms -  Custom styling Radio buttons + Checkboxes */
.gform_wrapper .gfield_checkbox {
  margin: 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li {
  display: flex;
  align-items: center;
}

.gform_wrapper .gfield_checkbox li:first-child {
  margin-top: 0;
}

.gform_wrapper .gfield_checkbox li label {
  padding: 0;
  margin: 0 0 0 1rem;
}

.gform_wrapper .gfield_checkbox li input {
  -webkit-appearance: none;
  outline: transparent;
  border: 1px solid #ced4da;
  width: 20px;
  height: 20px;
  position: relative;
}

.gform_wrapper .gfield_checkbox li input:checked::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #FF7629;
}

.gform_wrapper .gfield_radio {
  margin: 0;
  padding: 0;
}

.gform_wrapper .gfield_radio li {
  display: flex;
  align-items: center;
}

.gform_wrapper .gfield_radio li:first-child {
  margin-top: 0;
}

.gform_wrapper .gfield_radio li label {
  padding: 0;
  margin: 0 0 0 1rem;
}

.gform_wrapper .gfield_radio li input {
  -webkit-appearance: none;
  outline: transparent;
  border: 1px solid #ced4da;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}

.gform_wrapper .gfield_radio li input:checked::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  background-color: #FF7629;
}

/** Custom styles for syncing design between support and mainsite footer subscription forms */
.c-footer__newsletter.gform_wrapper input {
  height: 50px;
  margin-top: 0 !important;
  border-radius: 0;
}

.c-footer__newsletter.gform_wrapper input::-webkit-input-placeholder {
  height: 26px;
  opacity: .5;
  color: #fff;
  font: italic 16px Lato;
}

.c-footer__newsletter.gform_wrapper input::-moz-placeholder {
  height: 26px;
  opacity: .5;
  color: #fff;
  font: italic 16px Lato;
}

.c-footer__newsletter.gform_wrapper input:-ms-input-placeholder {
  height: 26px;
  opacity: .5;
  color: #fff;
  font: italic 16px Lato;
}

.c-footer__newsletter.gform_wrapper input::-ms-input-placeholder {
  height: 26px;
  opacity: .5;
  color: #fff;
  font: italic 16px Lato;
}

.c-footer__newsletter.gform_wrapper input::placeholder {
  height: 26px;
  opacity: .5;
  color: #fff;
  font: italic 16px Lato;
}

.c-footer__newsletter.gform_wrapper .subscribe-button {
  height: 50px;
  padding: .725em 1.5em .825em;
}

.screen-reader-text {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.tl-timenav {
  background: #23283C;
  border-top: #fafafa;
}

.tl-timemarker .tl-timemarker-content-container {
  background: #16182C;
  border: 1px solid #fafafa;
  box-shadow: none;
}

.tl-slide {
  background: #16182C;
}

.tl-headline,
.tl-text-content p,
.tl-slidenav-icon .tl-slidenav-title {
  color: #fafafa;
}

.tl-slide-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tl-text-content p {
  font-size: 18px;
  font-weight: 400;
}

.tl-slidenav-icon {
  transition: all .3s;
}

.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title, .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description {
  color: #fafafa;
  opacity: 1;
  transition: all .3s;
}

.tl-media-item.tl-media-image {
  display: none;
  max-height: 200px !important;
}

@media (min-width: 768px) {
  .tl-media-item.tl-media-image {
    display: inline-block;
  }
}

.tl-attribution,
.tl-timemarker-media-container {
  display: none;
}

.tl-timeline .tl-text ul {
  margin-bottom: 1rem;
}

.tl-timeline .tl-text h1,
.tl-timeline .tl-text h2,
.tl-timeline .tl-text h3,
.tl-timeline .tl-text h4,
.tl-timeline .tl-text h5,
.tl-timeline .tl-text p {
  margin-bottom: 1rem;
}

/*
 * Components
 * Specific UI components.
 */
/*
 * Components: Buttons
 * Custom buttons styling
 */
.btn, .gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__number a, .c-pagination__number span, .c-pagination__button a {
  border: 2px solid transparent;
  border-radius: 27px;
  padding: 0.525em 1em .625em;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .btn, .gform_wrapper .gform_button,
  .gform_wrapper .gform_previous_button,
  .gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__number a, .c-pagination__number span, .c-pagination__button a {
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 600;
    padding: 0.525em .7em .625em;
  }
}

.btn:hover, .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_drop_area input:hover, .gform_wrapper .button:hover, .c-nav-main > ul > li:last-child a:hover, .c-pagination__number a:hover, .c-pagination__number span:hover, .c-pagination__button a:hover, .btn:focus, .gform_wrapper .gform_button:focus,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_drop_area input:focus, .gform_wrapper .button:focus, .c-nav-main > ul > li:last-child a:focus, .c-pagination__number a:focus, .c-pagination__number span:focus, .c-pagination__button a:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary, .gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button, .gform_wrapper .gform_drop_area input, .gform_wrapper .button, .c-nav-main > ul > li:last-child a, .c-pagination__button a {
  border-color: #FF7629;
  color: white !important;
}

.btn-primary:hover, .gform_wrapper .gform_button:hover,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_drop_area input:hover, .gform_wrapper .button:hover, .c-nav-main > ul > li:last-child a:hover, .c-pagination__button a:hover, .btn-primary:focus, .gform_wrapper .gform_button:focus,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_drop_area input:focus, .gform_wrapper .button:focus, .c-nav-main > ul > li:last-child a:focus, .c-pagination__button a:focus {
  color: white !important;
}

.btn-dark:hover, .btn-dark:focus {
  color: white;
}

.btn-outline-primary {
  color: #FF7629;
  border: 2px solid #FF7629;
}

.bg-dark .btn-outline-primary,
.c-bg-color--dark .btn-outline-primary,
.c-hero-home__content .btn-outline-primary {
  color: white;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #FF7629;
  color: white;
}

.btn-outline-white {
  border-color: white;
  color: white;
}

.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: white;
  color: #16182C;
}

.btn-link {
  padding: 0;
  border: 0;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-link--white {
  color: white;
}

.btn-link--regular {
  font-weight: 400;
}

.btn--small {
  padding: .5em 1em;
}

.btn--icon, .c-pagination__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn--icon:after, .c-pagination__button a:after {
  content: "";
  background: no-repeat center center;
  background-size: contain;
  display: block;
  margin: .2em 0 0 .5em;
}

.btn--icon-before:before {
  content: "";
  background: no-repeat center center;
  background-size: contain;
  display: block;
  margin: .2em .5em 0 0;
}

.btn--logos:after {
  content: "";
  background-image: url(../images/buy-apple-windows.svg);
  width: 36px;
  height: 16px;
}

.btn--download:after, .c-pagination__button a:after {
  content: '';
  background-image: url(../images/download-btn-icon.svg);
  width: 12px;
  height: 10px;
}

.btn--watch:before {
  content: '';
  background-image: url(../images/icon/icon-video.svg);
  width: 16px;
  height: 16px;
}

.c-btn--tagline {
  display: inline-block;
  text-transform: uppercase;
  opacity: .7;
  margin-right: 1em;
  font-size: 0.75rem;
  line-height: 3.33333em;
  font-weight: 400;
  letter-spacing: 0.7pt;
}

.c-btn__wrapper {
  display: flex;
  align-items: center;
}

.c-btn__wrapper .btn:not(:last-child), .c-btn__wrapper .gform_wrapper .gform_button:not(:last-child), .gform_wrapper .c-btn__wrapper .gform_button:not(:last-child),
.c-btn__wrapper .gform_wrapper .gform_previous_button:not(:last-child), .gform_wrapper .c-btn__wrapper .gform_previous_button:not(:last-child),
.c-btn__wrapper .gform_wrapper .gform_next_button:not(:last-child), .gform_wrapper .c-btn__wrapper .gform_next_button:not(:last-child), .c-btn__wrapper .gform_wrapper .gform_drop_area input:not(:last-child), .gform_wrapper .gform_drop_area .c-btn__wrapper input:not(:last-child), .c-btn__wrapper .gform_wrapper .button:not(:last-child), .gform_wrapper .c-btn__wrapper .button:not(:last-child), .c-btn__wrapper .c-nav-main > ul > li:last-child a:not(:last-child), .c-nav-main > ul > li:last-child .c-btn__wrapper a:not(:last-child), .c-btn__wrapper .c-pagination__number a:not(:last-child), .c-pagination__number .c-btn__wrapper a:not(:last-child), .c-btn__wrapper .c-pagination__number span:not(:last-child), .c-pagination__number .c-btn__wrapper span:not(:last-child), .c-btn__wrapper .c-pagination__button a:not(:last-child), .c-pagination__button .c-btn__wrapper a:not(:last-child) {
  margin-right: 1em;
}

.c-btn-filter {
  display: inline-flex;
  align-items: center;
  color: #16182C;
  background-color: transparent;
  border: 1px solid #D0D0D7;
  border-radius: 12px;
  padding: .35em 1.3em;
  transition: .2s ease all;
  margin-bottom: .3em;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 300;
}

.c-btn-filter svg {
  height: 14px;
  width: 14px;
  margin-right: .75em;
  fill: #16182C;
  transition: .2s ease all;
}

.c-btn-filter:hover, .c-btn-filter:focus {
  border-color: #FFEFE7;
  color: #FF7629;
  outline: 0;
}

.c-btn-filter:hover svg, .c-btn-filter:focus svg {
  fill: #FF7629;
}

.c-btn-filter--active {
  background-color: #FFEFE7;
  border-color: #FFEFE7;
  color: #FF7629;
  font-weight: 700;
}

.c-btn-filter--active svg {
  fill: #FF7629;
}

.c-btn-filter__number {
  padding-top: .4em;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF7629;
  color: white;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: .75em;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 700;
}

.c-btn-filter__number--show {
  display: flex;
}

.c-btn-filter__svg {
  display: none;
}

.c-btn-filter__svg--show {
  display: block;
}

input::-webkit-input-placeholder {
  font-style: italic;
}

input::-moz-placeholder {
  font-style: italic;
}

input:-ms-input-placeholder {
  font-style: italic;
}

input::-ms-input-placeholder {
  font-style: italic;
}

input::placeholder {
  font-style: italic;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background: none;
  border: 1px solid rgba(22, 24, 44, 0.2);
  border-radius: 0;
  padding: .75em 1em;
  font-size: 1rem;
  line-height: 1.625em;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}

textarea {
  min-height: 6rem;
  padding: 1rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #FF7629;
  outline: 0;
}

select {
  background: url(../images/icon-select.svg) no-repeat right 1em center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

.gform_wrapper .validation_error {
  display: none;
}

.gform_wrapper .validation_message {
  background-color: rgba(220, 53, 69, 0.7);
  color: rgba(255, 255, 255, 0.85);
  margin: .5em 0 0 0;
  padding: .75em;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 400;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: rgba(220, 53, 69, 0.3) !important;
}

@media (max-width: 991.98px) {
  .gform_wrapper .ginput_container_name {
    display: block;
  }
}

.gform_wrapper .name_first input,
.gform_wrapper .name_last input {
  width: 100%;
  margin: 10px 0;
}

.gform_wrapper .name_first .hidden_sub_label,
.gform_wrapper .name_last .hidden_sub_label {
  display: none;
}

.parent-pageid-660 .active-parent > a {
  font-weight: 700;
}

.c-nav-main {
  display: none;
}

@media (min-width: 992px) {
  .c-nav-main {
    display: block;
  }
}

@media (min-width: 1200px) {
  .c-nav-main {
    margin-right: 2em;
  }
}

.c-nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.c-nav-main ul .current-menu-item > a {
  /* Erased because of a conflict with FL-Studio ("overview") and children
      *  ", .current-page-ancestor a"
      */
  font-weight: 700;
  background: none !important;
}

.c-nav-main > ul li {
  position: relative;
}

.c-nav-main > ul > li {
  height: 5em;
}

.c-nav-main > ul > li:last-child {
  margin-left: .5em;
}

.c-nav-main > ul > li:last-child a {
  line-height: unset;
  margin-top: 1em;
}

.c-nav-main > ul > li > a {
  padding: 0 1em;
}

.c-nav-main > ul li:hover ul {
  display: block;
}

.c-nav-main > ul ul li {
  display: block;
  margin: 0 0.8em;
}

.c-nav-main > ul ul li a {
  color: #0a1631;
  font-size: 0.9375rem;
  line-height: 2.4em;
  font-weight: 400;
  letter-spacing: .006em;
}

.c-nav-main > ul a {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 5em;
  font-weight: 300;
}

.c-nav-main > ul a:hover, .c-nav-main > ul a:focus {
  color: #FF7629;
}

.c-nav-main .sub-menu {
  display: none;
  position: absolute;
  z-index: 10000;
  min-width: 11em;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.c-nav-main .sub-menu::before {
  content: " ";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  top: -8px;
  left: 17px;
}

.page-id-85 .c-header.is-fixed .c-header__top {
  display: none;
}

.page-template-template-help .c-header.is-fixed, .page-template-template-help-mobile .c-header.is-fixed, .page-template-template-help-beta .c-header.is-fixed {
  position: relative;
}

.page-template-template-help .headerHeight, .page-template-template-help-mobile .headerHeight, .page-template-template-help-beta .headerHeight {
  height: 0px !important;
}

.page-id-7429 .c-header.is-fixed #submenu, .page-id-810 .c-header.is-fixed #submenu, .page-template-template-content-packs .c-header.is-fixed #submenu, .single-content-packs .c-header.is-fixed #submenu,
.page-template-template-plugins .c-header.is-fixed #submenu, .single-plugins_api .c-header.is-fixed #submenu {
  display: none;
}

.c-nav__parent-title {
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.4375rem;
  line-height: 1.21739em;
  font-weight: 400;
  letter-spacing: 2.1pt;
}

@media (max-width: 1200px) {
  .c-nav__parent-title {
    font-size: calc(1.26875rem + 0.225vw) ;
  }
}

.c-nav__parent-title mark {
  background-color: transparent;
  color: #FF7629;
  font-weight: 700;
  padding: 0;
}

.c-nav-child-pages__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 1em;
}

@media (min-width: 1200px) {
  .c-nav-child-pages__wrapper {
    flex-direction: row;
    padding-top: 0;
  }
}

.c-nav-child-pages__nav-wrapper {
  display: flex;
  align-items: center;
}

.c-nav-child-pages {
  display: flex;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .c-nav-child-pages {
    flex-wrap: wrap;
  }
}

.c-nav-child-pages li {
  list-style-type: none;
  line-height: 100%;
}

.c-nav-child-pages li:not(:last-child) {
  margin-right: 1.5em;
}

.c-nav-child-pages__link {
  display: block;
  color: #16182C;
  padding: 0;
  font-size: 0.875rem;
  line-height: 2.85714em;
  font-weight: 300;
}

@media (min-width: 992px) {
  .c-nav-child-pages__link {
    padding: 0 0 1em 0;
  }
}

@media (min-width: 1200px) {
  .c-nav-child-pages__link {
    padding: 1.2em 0;
  }
}

.c-nav-child-pages__link--active {
  position: relative;
  font-weight: 700;
}

.c-nav-child-pages__link--active:after {
  content: "";
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block;
  margin-left: .5em;
  width: 10px;
  height: 10px;
  background-color: #FF7629;
  border-radius: 50%;
  z-index: 9998;
}

@media (min-width: 992px) {
  .c-nav-child-pages__link--active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: block;
    margin: 0 auto;
  }
}

.c-nav-child-pages__buttons {
  display: flex;
  align-items: center;
  margin: 0 0 0 2em;
  padding: 0;
}

.c-nav-child-pages__buttons li {
  list-style-type: none;
}

.c-nav-child-pages__buttons li:not(:last-child) {
  margin-right: 1em;
}

.c-nav-child-pages__buttons .btn-primary, .c-nav-child-pages__buttons .gform_wrapper .gform_button, .gform_wrapper .c-nav-child-pages__buttons .gform_button,
.c-nav-child-pages__buttons .gform_wrapper .gform_previous_button, .gform_wrapper .c-nav-child-pages__buttons .gform_previous_button,
.c-nav-child-pages__buttons .gform_wrapper .gform_next_button, .gform_wrapper .c-nav-child-pages__buttons .gform_next_button, .c-nav-child-pages__buttons .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-nav-child-pages__buttons input, .c-nav-child-pages__buttons .gform_wrapper .button, .gform_wrapper .c-nav-child-pages__buttons .button, .c-nav-child-pages__buttons .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-nav-child-pages__buttons a, .c-nav-child-pages__buttons .c-pagination__button a, .c-pagination__button .c-nav-child-pages__buttons a {
  padding: .5em 1em;
  margin-bottom: .825em;
}

@media (min-width: 1200px) {
  .c-nav-child-pages__buttons .btn-primary, .c-nav-child-pages__buttons .gform_wrapper .gform_button, .gform_wrapper .c-nav-child-pages__buttons .gform_button,
  .c-nav-child-pages__buttons .gform_wrapper .gform_previous_button, .gform_wrapper .c-nav-child-pages__buttons .gform_previous_button,
  .c-nav-child-pages__buttons .gform_wrapper .gform_next_button, .gform_wrapper .c-nav-child-pages__buttons .gform_next_button, .c-nav-child-pages__buttons .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-nav-child-pages__buttons input, .c-nav-child-pages__buttons .gform_wrapper .button, .gform_wrapper .c-nav-child-pages__buttons .button, .c-nav-child-pages__buttons .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-nav-child-pages__buttons a, .c-nav-child-pages__buttons .c-pagination__button a, .c-pagination__button .c-nav-child-pages__buttons a {
    padding: .825em 1.5em;
    margin-bottom: 0;
  }
}

.c-extra-nav {
  justify-content: end;
}

.c-extra-nav svg {
  height: 20px;
  width: 20px;
}

.c-extra-nav select {
  border: 1px solid #fafafa;
  width: auto;
}

/* Navigation */
.slider-nav {
  text-align: center;
}

.c-slider-wrap {
  opacity: 0;
  visibility: hidden;
  transition: .2s ease opacity;
}

.c-slider-wrap .c-slide img {
  width: 100%;
  height: auto;
}

.c-slider-wrap.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider-nav .slick-slide {
  height: 100px;
  min-width: 100px;
  margin-right: 2rem;
  transition: .2s ease all;
  background-color: #fafafa;
}

.slider-nav .slick-slide .slider-thumb, .slider-nav .slick-slide .slider-thumb-media {
  position: relative;
  display: inline-block;
  height: 100px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .2s ease all;
  opacity: .5;
  word-break: break-word;
  z-index: 10;
  background-color: #F6F6F6;
}

.slider-nav .slick-slide .slider-playing {
  opacity: 0;
}

.slider-nav .slick-slide .slider-playing {
  text-align: left;
  font-style: italic;
}

.slider-nav .slick-slide .slider-container {
  width: 100%;
  margin-left: 100px;
  -webkit-animation: slideThumbBack 1s;
          animation: slideThumbBack 1s;
  opacity: 0;
}

.slider-nav .slick-slide .slider-container .slider-title {
  transition: .25s ease all;
}

.slider-nav .slick-slide.slick-current .slider-container {
  opacity: 1;
  transition: all 1s ease;
}

.slider-nav .slick-slide.slick-current .slider-container.slick-slide {
  position: relative;
}

@media (max-width: 991.98px) {
  .slider-nav .slick-slide.slick-current .slider-container {
    margin-left: 0;
    padding: 0 1em;
  }
}

.slider-nav .slick-slide.slick-current .slider-title, .slider-nav .slick-slide.slick-current .slider-playing {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: .25s ease all;
  line-height: unset;
}

.slider-nav .slick-slide.slick-current .slider-thumb {
  opacity: 1;
}

.slider-title {
  color: #16182C;
  text-align: center;
  padding-top: 2rem;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.53846em;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .slider-title {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

@media (max-width: 991.98px) {
  .slider-title {
    font-size: 1rem;
    padding: 0 .2rem;
  }
}

.slick-arrow {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-indent: -9999px;
}

.slick-arrow:before {
  content: "";
  background: url(../images/icon-arrow.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 8px;
}

.slick-arrow:focus {
  outline: none;
}

.slick-prev {
  left: 20px;
}

.slick-prev:before {
  transform: scale(-1);
  left: 12px;
}

.slick-next {
  right: 20px;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.slick-dots li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slick-dots li:not(:last-child) {
  margin-right: .5em;
}

.slick-dots button {
  display: block;
  background-color: white;
  font-size: 0;
  height: 4px;
  width: 40px;
  border-radius: 0;
  border: 0;
  opacity: .39;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.c-slider-default {
  position: relative;
}

.slick-track {
  transition: all .5s ease;
}

.c-header {
  transition: all .3s ease-in-out;
}

.c-header--logo {
  height: 60px;
  width: 60px;
  background-image: url(../images/fl-header-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: .5em 0;
}

@media (max-width: 991.98px) {
  .c-header--logo {
    width: 60px;
  }
}

.c-header--logo-no-menu {
  color: #fff;
  font-size: 2em;
}

.c-header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 900;
  box-shadow: 0 0 5px rgba(22, 24, 44, 0.1);
  -webkit-animation: 1s headerDown;
          animation: 1s headerDown;
}

@media (max-width: 991.98px) {
  body.is-open-sidebar .c-header.is-fixed {
    -webkit-animation: unset;
            animation: unset;
    transform: translateX(-15rem);
  }
}

.is-open-sidebar .c-header {
  transform: translateX(-15rem);
}

.c-header__top {
  background-color: #16182C;
}

.c-header__top > .container {
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  /* Removed by Aish request
    body.home & {
      border-bottom: none;
    }
    */
}

body.page-template-template-plugins .c-header__top > .container {
  border-bottom: none;
}

.c-header__bottom {
  display: none;
  background-color: #F6F6F6;
}

@media (min-width: 992px) {
  .c-header__bottom {
    display: block;
  }
}

@-webkit-keyframes headerDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes headerDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.c-header-shop {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 0 0 auto;
  color: white;
}

@media (min-width: 576px) {
  .c-header-shop {
    order: inherit;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .c-header-shop {
    margin: 0 0 0 auto;
  }
}

.c-header-shop__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.c-header-shop__button svg {
  width: 20px;
  height: 20px;
  fill: white;
  transition: .2s ease all;
}

.c-header-shop__button span {
  display: block;
  margin-left: .5em;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 300;
}

.c-header-shop__button:hover, .c-header-shop__button:focus {
  outline: 0;
}

.c-header-shop__button:hover svg, .c-header-shop__button:focus svg {
  fill: #FF7629;
}

.c-header-logout__button .icon-power {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}

.c-header-shop__button-user {
  display: flex;
}

.c-header-shop__button-cart--filled {
  position: relative;
  background-color: white;
  border-radius: 50%;
  padding: .825em;
}

@media (max-width: 991.98px) {
  .c-header-shop__button-cart--filled {
    padding: .5em;
  }
}

.c-header-shop__button-cart--filled svg {
  fill: #16182C;
}

.c-header-shop__button-cart--filled:hover svg, .c-header-shop__button-cart--filled:focus svg {
  fill: #16182C;
}

#btnLoginName {
  margin-left: .4em;
  font-weight: 300;
  cursor: pointer;
}

#profile-dropdown {
  position: absolute;
  top: 64px;
  left: 0;
  background: #fff;
  padding: .5em 1.3em;
  box-sizing: border-box;
  min-width: 10em;
  z-index: 50000;
  display: none;
  box-shadow: 0 2px 31px 0 rgba(0, 0, 0, 0.5);
}

#profile-dropdown .profile-arrow {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  top: -8px;
  left: 17px;
}

#profile-dropdown #profile-content {
  display: flex;
  flex-direction: column;
}

#profile-dropdown #profile-content a {
  color: #0a1631;
  font-size: 0.9375rem;
  line-height: 2.4em;
  font-weight: 400;
}

#profile-dropdown #profile-content a:hover {
  color: #FF7629;
}

#profile-dropdown span.profile-separator {
  height: 1px;
  background-color: #e6e6e6;
  width: 100%;
  margin: 10px 0;
}

#profile-dropdown a.profile-logout {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-hero-home {
  position: relative;
  padding: 3rem 0 0 0;
}

@media (min-width: 992px) {
  .c-hero-home {
    padding: 6rem 0 0 0;
  }
}

@media (min-width: 1200px) {
  .c-hero-home {
    padding: 6rem 0;
  }
}

.c-hero-home h1 {
  margin: .5em 0;
}

.c-hero-home p {
  margin-bottom: 2em;
}

.c-hero-home .row {
  position: relative;
}

.c-hero-home__content {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}

.c-hero-home__tagline {
  font-size: 1.375rem;
  line-height: 1.81818em;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .c-hero-home__tagline {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-hero-home__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .c-hero-home__cta {
    flex-direction: row;
  }
}

.c-hero-home__cta .btn-link {
  color: white;
}

.c-hero-home__cta-tagline {
  display: block;
  text-transform: uppercase;
  opacity: .7;
  margin: 1em 0 .25em 0;
  font-size: 0.75rem;
  line-height: 3.33333em;
  font-weight: 400;
  letter-spacing: 0.7pt;
}

@media (min-width: 768px) {
  .c-hero-home__cta-tagline {
    margin: 0 2rem;
  }
}

.c-hero-home__video-container {
  position: relative;
}

.c-hero-home__video-poster {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

@media (min-width: 992px) {
  .c-hero-home--video-loaded .c-hero-home__video-poster {
    -webkit-animation-name: opacity-to-null;
            animation-name: opacity-to-null;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

.c-hero-home__video-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .c-hero-home__video-wrapper {
    display: block;
  }
}

.c-hero-home__video-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #16182c 2.5%, rgba(22, 24, 44, 0) 20%);
  z-index: 10;
}

.c-hero-home__video {
  position: relative;
}

.c-hero-home__video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #16182c 1vw, rgba(22, 24, 44, 0) 4vw), linear-gradient(to right, #16182c 1vw, rgba(22, 24, 44, 0) 4vw);
  z-index: 10;
}

.c-hero-home__video video {
  width: 100%;
  height: auto;
}

@-webkit-keyframes opacity-to-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-to-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity-to-null {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity-to-null {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fl-studio-title {
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 2.1pt;
}

@media (max-width: 1200px) {
  .fl-studio-title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.fl-studio-title mark {
  background-color: transparent;
  font-weight: 700;
  padding: 0;
}

.c-hero-download hr {
  background-color: white;
  height: 1px;
  width: 100%;
  opacity: .19;
  border: 0;
  margin: 2rem 0;
}

.c-hero-download .col-xl-10 p {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

.c-hero-download__background {
  position: relative;
  z-index: 0;
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  .c-hero-download__background {
    padding: 0 15px;
  }
}

.c-hero-download__background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #23283C;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .c-hero-download__background:after {
    left: 0;
    width: 100%;
  }
}

.c-download-sysreq .tooltiptext {
  width: 200px !important;
  left: 33% !important;
  text-align: left !important;
}

.c-download-sysreq .tooltiptext ul {
  padding-left: 18px;
}

.c-download-sysreq .tooltiptext ul li {
  padding-bottom: 3px;
  font-size: 0.75rem !important;
}

.c-download__footer .btn, .c-download__footer .gform_wrapper .gform_button, .gform_wrapper .c-download__footer .gform_button,
.c-download__footer .gform_wrapper .gform_previous_button, .gform_wrapper .c-download__footer .gform_previous_button,
.c-download__footer .gform_wrapper .gform_next_button, .gform_wrapper .c-download__footer .gform_next_button, .c-download__footer .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-download__footer input, .c-download__footer .gform_wrapper .button, .gform_wrapper .c-download__footer .button, .c-download__footer .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-download__footer a, .c-download__footer .c-pagination__number a, .c-pagination__number .c-download__footer a, .c-download__footer .c-pagination__number span, .c-pagination__number .c-download__footer span, .c-download__footer .c-pagination__button a, .c-pagination__button .c-download__footer a {
  max-width: 130px;
  margin-right: 8px;
}

.c-hero-distributors {
  background-color: #16182C;
}

@media (min-width: 1200px) {
  .c-hero-distributors {
    background: linear-gradient(to bottom, #16182C 0%, #16182C 85%, white 85%, white 100%);
  }
}

.c-hero iframe {
  width: 100%;
  height: auto;
}

.c-hero .c-hero__btn {
  margin: 4px;
}

.c-hero__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .125em;
  font-size: 2.25rem;
  line-height: 1.38889em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .c-hero__title {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.c-hero__subtitle {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FF7629;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 4.54pt;
}

@media (max-width: 1200px) {
  .c-hero__subtitle {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.c-hero__text {
  font-size: 1.3rem;
}

.c-hero__text .btn-link {
  font-size: 1.3rem;
}

.c-hero__intro {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.81818em;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .c-hero__intro {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-hero-single__image {
  width: 100%;
  height: auto;
}

.store-button {
  width: 169px;
  border-radius: 6px;
}

/*
 * Components: Footer
 * Styling footer
 */
.c-footer {
  position: relative;
  transition: all .3s ease-in-out;
}

.c-footer-copyright p {
  color: rgba(250, 250, 250, 0.8);
  font-weight: 400;
}

.is-open-sidebar .c-footer {
  transform: translateX(-15rem);
}

.c-footer__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 3em;
  font-weight: 700;
}

.c-footer-nav-column h6 {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.c-footer-nav-column ul {
  list-style: none;
}

.c-footer-nav-column ul li {
  font-size: 1rem;
}

.c-footer-social-media .c-footer-social-media-icon svg {
  height: 34px;
  width: 34px;
}

.c-footer-social-media .c-footer-social-media-icon:hover {
  -webkit-filter: invert(32%) sepia(49%) saturate(5239%) hue-rotate(340deg) brightness(99%) contrast(104%);
          filter: invert(32%) sepia(49%) saturate(5239%) hue-rotate(340deg) brightness(99%) contrast(104%);
}

.c-footer-legal__copyright {
  opacity: .8;
  color: white;
  font-size: 1rem;
  line-height: 1.625em;
}

.c-footer-legal__menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.c-footer-legal__menu ul li {
  list-style-type: none;
}

.c-footer-legal__menu ul li:not(:first-of-type):before {
  content: "•";
  margin: 0 1.5em;
}

.c-footer-legal__menu a {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
}

.c-footer-menu {
  padding: 0;
  margin: 0;
}

.c-footer-menu li {
  list-style-type: none;
}

.c-footer-menu a {
  display: block;
  font-size: 0.9375rem;
  line-height: 2.4em;
}

.c-footer__newsletter form {
  display: flex;
  align-items: center;
}

.c-footer__newsletter .gform_wrapper ul {
  margin: 0;
}

.c-footer__newsletter .gform_wrapper ul li {
  margin: 0;
}

.c-footer__newsletter .gform_footer {
  margin: 0;
}

.c-footer__newsletter .gform_body {
  flex: 1;
  margin-right: 1em;
}

.c-footer__newsletter .gform_wrapper .gfield_label {
  display: none;
}

.c-footer__newsletter input[type="email"] {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Components: Cookie banner
 * Styling cookie banner
 */
.c-cookie {
  position: fixed;
  z-index: 900;
  width: 100%;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f9fa;
}

.c-cookie .o-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-cookie__btns {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .c-cookie__btns {
    width: 100%;
    margin: 1rem 0 0;
    justify-content: space-between;
  }
}

.c-cookie__btns a:last-child {
  margin-left: 2rem;
}

.c-hamburger {
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0 0 0 1rem;
  position: relative;
  display: none;
}

@media (max-width: 991.98px) {
  .c-hamburger {
    display: block;
    margin-left: .4rem;
  }
}

.c-hamburger.is-open span:nth-child(1) {
  transform: rotate(135deg);
  margin-top: 10px;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
  right: -75px;
}

.c-hamburger.is-open span:nth-child(3) {
  transform: rotate(-135deg);
  margin-top: 10px;
}

.c-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  height: .1rem;
  width: 2rem;
  background-color: #FF7629;
  opacity: 1;
  right: 0;
  transition: all 0.25s ease-in-out 0s;
  transform: rotate(0deg);
}

.c-hamburger span:nth-child(1) {
  margin-top: 0;
}

.c-hamburger span:nth-child(2) {
  margin-top: 10px;
  margin-right: 0;
}

.c-hamburger span:nth-child(3) {
  margin-top: 20px;
}

.c-sidebar {
  position: fixed;
  width: 15rem;
  height: 100%;
  top: 0;
  right: 0;
  background-color: white;
  transform: translateX(15rem);
  transition: all .3s ease-in-out;
  overflow-y: auto;
}

.is-open-sidebar .c-sidebar {
  transform: translateX(0);
}

.c-sidebar__inner {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-sidebar__inner ul {
  margin: 0;
  padding: 0;
}

.c-sidebar__inner li {
  list-style-type: none;
}

.c-sidebar__inner a {
  display: block;
  color: #16182C;
  padding: 1rem;
}

.c-sidebar__inner a:hover, .c-sidebar__inner a:focus {
  color: #FF7629;
  background-color: #16182C;
}

.c-sidebar__inner .sub-menu li a {
  margin-left: 1em;
  font-size: 0.875rem;
  line-height: 1.28571em;
  font-weight: 400;
  padding: 0.6rem 1rem;
}

.c-sidebar-child {
  border-bottom: 1px solid rgba(255, 118, 41, 0.5);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.c-sidebar-child .c-nav__parent-title {
  display: block;
  padding: 1rem;
}

.c-sidebar-child__nav a {
  padding: .75em 1rem;
  line-height: 100%;
}

.c-store-buttons {
  display: inline-block;
}

.c-store-buttons a {
  margin-top: 1rem;
  display: block;
}

.c-store-buttons a img {
  width: 169px;
  border-radius: 6px;
}

.c-quote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: center;
  padding: 0 1.5rem;
  font-size: 1.375rem;
  line-height: 1.81818em;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .c-quote {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

@media (max-width: 991.98px) {
  .c-quote {
    font-size: 1rem;
    padding: 0 .2rem;
  }
}

.c-quote:before, .c-quote:after {
  display: block;
  color: #FF7629;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  height: .5em;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .c-quote:before, .c-quote:after {
    font-size: calc(1.5625rem + 3.75vw) ;
  }
}

.c-quote:before {
  content: open-quote;
  margin-bottom: .25em;
}

.c-quote:after {
  content: close-quote;
  margin-top: .25em;
}

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

ul.tabs li {
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  color: #16182C;
  letter-spacing: 0;
  line-height: 26px;
}

ul.tabs li.current {
  border-bottom: 2px solid #FF7629;
  font-weight: 700;
}

.tab-content {
  display: none;
  list-style: none;
}

.tab-content.current {
  display: inherit;
}

.tab-content li {
  font-size: 1.125rem;
  font-weight: 300;
  position: relative;
  padding-left: 2em;
}

.tab-content li:before {
  left: 0;
  position: absolute;
  display: block;
  content: ' ';
  height: 1em;
  width: 1em;
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-accordion__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-accordion__navigation li {
  list-style-type: none;
  margin-bottom: 1em;
}

.c-accordion__navigation li:not(:last-child) {
  margin-right: 1em;
}

.c-accordion__tab-switch {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: .5em;
  transition: .2s ease all;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 300;
}

.c-accordion__tab-switch:hover, .c-accordion__tab-switch:focus {
  border-bottom-color: #FF7629;
  outline: 0;
}

.c-accordion__tab-switch--active {
  border-bottom-color: #FF7629;
  font-weight: 700;
}

.c-accordion__tab-content {
  display: none;
}

.c-accordion__tab-content--active {
  display: block;
}

.c-bg-color--light {
  background-color: white;
}

.c-bg-color--light-gray {
  background-color: #F6F6F6;
}

.c-bg-color--dark {
  background-color: #16182C;
  color: white;
}

.c-bg-color-gradient--half {
  background: linear-gradient(to bottom, white 0%, white 50%, #16182C 50%, #16182C 100%);
}

.c-bg-color-gradient--two-tone {
  background: linear-gradient(to bottom, #16182C 0%, #16182C 40%, white 40%, white 100%);
}

.c-bg-color-gradient--two-tone.c-bg-color-gradient--quotes-slider {
  background: linear-gradient(to bottom, #16182C 0%, #16182C 20%, white 20%, white 100%);
}

.c-bg-color-gradient--two-tone-long {
  background: linear-gradient(to bottom, #16182C 0%, #16182C 85%, white 85%, white 100%);
}

.c-bg-color-gradient--two-tone-reverse {
  background: linear-gradient(to bottom, white 0%, white 40%, #16182C 40%, #16182C 100%);
}

.c-bg-color-gradient--two-tone-reverse.c-bg-color-gradient--quotes-slider {
  background: linear-gradient(to bottom, white 0%, white 20%, #16182C 20%, #16182C 100%);
}

.c-bg-color-gradient--two-tone-reverse-long {
  background: linear-gradient(to bottom, white 0%, white 85%, #16182C 85%, #16182C 100%);
}

.c-bg-color-gradient--gray-dark {
  background: linear-gradient(to bottom, #F6F6F6 0%, #F6F6F6 50%, #16182C 50%, #16182C 100%);
}

.cta-bg-dark {
  background-color: #23283C;
  color: #fafafa;
}

.cta-bg-dark.shadow {
  box-shadow: inset 25px 0 0 0 #16182C !important;
}

@media (max-width: 991.98px) {
  .cta-bg-dark.shadow {
    box-shadow: unset !important;
  }
}

.cta-bg-light.shadow {
  box-shadow: inset 25px 0 0 0 #fafafa !important;
}

@media (max-width: 991.98px) {
  .cta-bg-light.shadow {
    box-shadow: unset !important;
  }
}

.cta-bg-half.shadow {
  box-shadow: inset 25px 0 0 0 #16182C !important;
  border-top-left-radius: 60px 80%;
  background-clip: padding-box;
}

@media (max-width: 991.98px) {
  .cta-bg-half.shadow {
    box-shadow: unset !important;
    border-top-left-radius: 0;
  }
}

.cta-bg-light, .cta-bg-half {
  color: #16182C;
  background-color: #F6F6F6;
}

.c-filter {
  color: #16182C;
}

@media (max-width: 767.98px) {
  .c-filter__form {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .c-filter__form-extra {
    display: flex;
    flex-direction: column;
  }
  .c-filter__form-extra .c-filter-list input[type=checkbox] + label, .c-filter__form-extra .c-filter-list input[type=radio] + label {
    font-size: .936em;
  }
}

@media (min-width: 576px) {
  .c-filter .el-input-group__append {
    display: none;
  }
}

.c-filter__header {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

@media (max-width: 575.98px) {
  .c-filter__header {
    display: block;
  }
}

.c-filter__title {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 1em;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .c-filter__title {
    margin-bottom: 6px;
  }
}

.c-filter__wrapper {
  border-top: 1px solid #F6F6F6;
  margin-top: 2em;
  padding-top: 2em;
  display: none;
}

.c-filter__wrapper--open {
  display: block;
}

.c-filter__wrapper--countries {
  border-top: 0;
  padding: 1em 0 0 0;
  margin: 0;
}

@media (min-width: 992px) {
  .c-filter__wrapper--countries {
    padding: 0;
    display: block;
  }
}

.c-filter__form {
  display: flex;
  align-items: center;
}

.c-filter__form form {
  width: 100%;
}

.c-filter-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-filter-list li {
  list-style-type: none;
  margin-bottom: .4em;
}

.c-filter-list li:not(:last-child) {
  margin-right: .4em;
}

.c-filter-list input[type=checkbox],
.c-filter-list input[type=radio] {
  display: none;
}

.c-filter-list input[type=checkbox] + label,
.c-filter-list input[type=radio] + label {
  margin: 0;
  cursor: pointer;
  transition: .2s ease color, .2s ease background-color;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 300;
}

.c-filter-list input[type=checkbox] + label:hover, .c-filter-list input[type=checkbox] + label:focus,
.c-filter-list input[type=radio] + label:hover,
.c-filter-list input[type=radio] + label:focus {
  color: #FF7629;
}

.c-filter--bold .c-filter-list input[type=checkbox] + label, .c-filter--bold
.c-filter-list input[type=radio] + label {
  font-weight: 700;
}

@media (min-width: 992px) {
  .c-filter--bold .c-filter-list input[type=checkbox] + label, .c-filter--bold
  .c-filter-list input[type=radio] + label {
    font-size: 1.375rem;
    line-height: 1.68182em;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .c-filter--bold .c-filter-list input[type=checkbox] + label, .c-filter--bold
  .c-filter-list input[type=radio] + label {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-filter-list input[type=checkbox]:checked + label,
.c-filter-list input[type=radio]:checked + label {
  font-weight: 700;
  color: #FF7629;
}

.c-filter-list--horizontal {
  flex-direction: row;
  align-items: center;
}

.c-filter-list--horizontal input[type=checkbox] + label,
.c-filter-list--horizontal input[type=radio] + label {
  padding: .3em .7em;
  border-radius: 8px;
  border: 2px solid #FFEFE7;
}

.c-filter-list--horizontal input[type=checkbox] + label:hover, .c-filter-list--horizontal input[type=checkbox] + label:focus,
.c-filter-list--horizontal input[type=radio] + label:hover,
.c-filter-list--horizontal input[type=radio] + label:focus {
  background-color: #FFEFE7;
}

.c-filter-list--horizontal input[type=checkbox]:checked + label,
.c-filter-list--horizontal input[type=radio]:checked + label {
  background-color: #FFEFE7;
}

.c-filter-list--horizontal input[type=checkbox]:checked + label:before,
.c-filter-list--horizontal input[type=radio]:checked + label:before {
  display: none;
}

.c-filter-list--vertical {
  flex-direction: row;
}

.c-filter-list--vertical li {
  width: calc(50% - 1.5em);
}

.c-filter-list--vertical li:not(:last-child) {
  margin-right: 1.5em;
  margin-bottom: .5em;
}

.c-filter-list--vertical input[type=checkbox]:checked + label,
.c-filter-list--vertical input[type=radio]:checked + label {
  position: relative;
}

.c-filter-list--vertical input[type=checkbox]:checked + label:before,
.c-filter-list--vertical input[type=radio]:checked + label:before {
  content: "x";
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: .5em;
}

.c-filter-list__title {
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1875em;
  font-weight: 500;
  letter-spacing: 1.45pt;
}

.c-filter--bold {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.c-filter-sub-list {
  max-height: 750px;
}

@media (min-width: 576px) {
  .c-filter-sub-list {
    max-height: 50vh;
  }
}

@media (min-width: 768px) {
  .c-filter-sub-list {
    max-height: 35vh;
  }
}

@media (min-width: 992px) {
  .c-filter-sub-list {
    max-height: 25vh;
  }
}

.c-filter-sub-list li:not(:last-child) {
  margin-bottom: .5em;
  margin-right: 0;
}

.c-filter-sub-list input[type=checkbox]:checked + label,
.c-filter-sub-list input[type=radio]:checked + label {
  position: relative;
  padding-left: 1em;
}

.c-filter-sub-list input[type=checkbox]:checked + label:before,
.c-filter-sub-list input[type=radio]:checked + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "x";
}

.c-newsletter__title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
}

.c-newsletter__form form {
  display: flex;
  align-items: center;
}

.c-newsletter__form .gform_wrapper ul {
  margin: 0;
}

.c-newsletter__form .gform_wrapper ul li {
  margin: 0;
}

.c-newsletter__form .gform_footer {
  margin: 0;
}

.c-newsletter__form .gform_body {
  flex: 1;
  margin-right: 1em;
}

.c-newsletter__form .gform_wrapper .gfield_label {
  display: none;
}

.c-newsletter__form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
}

.c-page-support h4 {
  font-size: 1.125rem;
  opacity: .4;
  font-weight: 500;
  letter-spacing: 2.97px;
  line-height: unset;
}

.c-page-support .c-page-search-form input.c-page-support-search {
  position: relative;
  background-image: url("../images/search.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 60px;
}

.c-page-support .c-page-support-news {
  justify-items: center;
  text-align: center;
}

.c-page-support .c-page-support-news ul li {
  font-size: 1rem;
  text-align: center;
  transition: .25s ease-in all;
}

.c-page-support .c-page-support-news ul li:hover a.text-white {
  transition: .25s ease-in all;
  color: #FF7629 !important;
}

.no_results {
  color: #fff;
}

.c-colored-title {
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.4375rem;
  line-height: 1.21739em;
  font-weight: 400;
  letter-spacing: 2.1pt;
}

@media (max-width: 1200px) {
  .c-colored-title {
    font-size: calc(1.26875rem + 0.225vw) ;
  }
}

.c-colored-title mark {
  background-color: transparent;
  font-weight: 700;
  padding: 0;
}

.c-colored-title--orange mark {
  color: #FF7629;
}

.c-imageline-logo {
  position: relative;
  width: 338px;
}

.c-imageline-logo--secondary {
  width: auto;
}

.c-imageline-logo__title {
  text-align: center;
  position: relative;
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 87px;
}

.c-imageline-logo--secondary .c-imageline-logo__title {
  color: #FFD6BF;
  font-size: 70px;
  line-height: 74px;
  z-index: 10;
}

.c-imageline-logo__title:not(:first-child) {
  margin-top: .25em;
  z-index: 100;
}

.c-imageline-logo--secondary .c-imageline-logo__title:not(:first-child) {
  margin-top: 0;
}

.c-imageline-logo__title:last-child {
  z-index: 20;
}

.c-imageline-logo--secondary .c-imageline-logo__title--special {
  color: white;
  text-transform: uppercase;
}

.c-imageline-logo__img {
  position: absolute;
  top: 1.75em;
  left: 3em;
  width: 175px;
  height: 220px;
  background: url("../images/fl-fruit-logo.png") no-repeat center center;
  background-size: contain;
  z-index: 10;
}

.c-imageline-logo--secondary .c-imageline-logo__img {
  top: -100px;
  left: 2em;
  width: 201px;
  height: 253px;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .c-imageline-logo--secondary .c-imageline-logo__img {
    width: 50%;
    background-position: top center;
    top: -31%;
    left: 0em;
    height: 100%;
  }
}

.c-hero-compare {
  position: relative;
  padding: 45px 0 0 0;
  background-color: #16182C;
  color: white;
  z-index: 100;
}

.c-hero-compare__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.36842em;
  font-weight: 900;
}

@media (min-width: 992px) {
  .c-hero-compare__title {
    font-size: 1.875rem;
    line-height: 1.46667em;
    font-weight: 500;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .c-hero-compare__title {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

@media (min-width: 768px) {
  .c-hero-compare__title {
    font-size: 1.625rem;
    line-height: 1.53846em;
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .c-hero-compare__title {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

@media (min-width: 1200px) {
  .c-hero-compare__title {
    font-size: 2.5rem;
    line-height: 1.35em;
    font-weight: 500;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .c-hero-compare__title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.c-hero-compare__intro {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .c-hero-compare__intro {
    margin-top: 2em;
  }
}

.c-hero-compare__intro p {
  font-size: 0.75rem;
  line-height: 1.58333em;
  font-weight: 300;
}

@media (min-width: 768px) {
  .c-hero-compare__intro p {
    font-size: 0.9375rem;
    line-height: 2em;
    font-weight: 300;
  }
}

@media (min-width: 1200px) {
  .c-hero-compare__intro p {
    font-size: 1rem;
    line-height: 1.6875em;
    font-weight: 300;
  }
}

.c-hero__compare-table__wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.c-hero__compare-table__wrapper #overviewTable .el-table__header-wrapper th {
  border-bottom: 0 !important;
}

.c-hero__compare-table__wrapper #compare-editions {
  margin-left: 45px;
}

@media (max-width: 1199.98px) {
  .c-hero__compare-table__wrapper #compare-editions {
    margin-left: 14px !important;
  }
}

.c-hero__compare-table__wrapper .el-table__header-wrapper colgroup col[name="gutter"] {
  display: none;
}

.c-hero__compare-table__wrapper .el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #fdfdfd;
}

.c-hero__compare-table__wrapper .el-icon-arrow-right {
  color: #62ABF2;
  font-weight: bold;
  font-size: 1.3em;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-1 td:first-child {
  min-height: 64px;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-1 td:first-child .cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-1 td:first-child .cell .tags {
  margin-top: 2px;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-1 td:first-child .cell .tags .badge {
  cursor: pointer !important;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-1 td:first-child .cell .tags .el-badge__content {
  top: 5px !important;
  background-color: #939393;
  padding: 0 6px 17px 6px !important;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-3 td:first-child {
  vertical-align: top;
}

.c-hero__compare-table__wrapper #tableFunction .el-table__row--level-3 td:first-child .tags {
  margin-left: 57px;
}

.c-hero__compare-table__wrapper #tableName .el-table__row--level-2 td:first-child {
  vertical-align: top;
}

.c-hero__compare-table__wrapper #tableName .el-table__row--level-2 td:first-child .tags {
  margin-left: 41px;
}

.c-hero__compare-table__wrapper .compare-table thead > tr {
  height: 124px;
}

.c-hero__compare-table__wrapper .compare-table thead > tr th {
  position: relative;
}

.c-hero__compare-table__wrapper .compare-table thead > tr th .cell.is-fixed {
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: 1s headerDown;
          animation: 1s headerDown;
}

@media (max-width: 991.98px) {
  .c-hero__compare-table__wrapper .compare-table thead > tr th .cell.is-fixed {
    -webkit-animation: 1s compareUp;
            animation: 1s compareUp;
    width: 92vw;
  }
}

@media (max-width: 991.98px) {
  .c-hero__compare-table__wrapper #tableFunction .el-table__row--level-3 td, .c-hero__compare-table__wrapper #tableName .el-table__row--level-2 td {
    display: table !important;
    width: 94vw !important;
  }
  .c-hero__compare-table__wrapper :not(#overviewTable) th:first-child {
    width: 100%;
  }
  .c-hero__compare-table__wrapper #overviewTable {
    margin-top: 30px;
  }
  .c-hero__compare-table__wrapper #overviewTable thead {
    display: none;
  }
  .c-hero__compare-table__wrapper #overviewTable tr:first-child td:not(:first-child) {
    display: none;
  }
}

.c-hero__compare-table__wrapper .el-table {
  /** MEDIA QUERIES **/
  /** XXL SCREENS */
  /** END MEDIA QUERIES **/
  /* only for the first cell of the first level */
}

@media (max-width: 991.98px) {
  .c-hero__compare-table__wrapper .el-table table {
    width: 98vw !important;
  }
  .c-hero__compare-table__wrapper .el-table colgroup {
    display: none;
  }
  .c-hero__compare-table__wrapper .el-table td {
    display: block;
  }
  .c-hero__compare-table__wrapper .el-table td:first-child {
    width: 98vw;
  }
  .c-hero__compare-table__wrapper .el-table td:not(:first-child) {
    width: 24% !important;
    float: left;
  }
}

.c-hero__compare-table__wrapper .el-table table {
  width: 100% !important;
}

.c-hero__compare-table__wrapper .el-table col:first-child {
  width: 33vw;
}

.c-hero__compare-table__wrapper .el-table col:nth-child(2) {
  width: 16vw;
}

.c-hero__compare-table__wrapper .el-table col:nth-child(3) {
  width: 14vw;
}

.c-hero__compare-table__wrapper .el-table col:nth-child(4) {
  width: 15vw;
}

.c-hero__compare-table__wrapper .el-table col:nth-child(5) {
  width: 21vw;
}

@media (min-width: 1200px) {
  .c-hero__compare-table__wrapper .el-table table {
    width: 100% !important;
  }
  .c-hero__compare-table__wrapper .el-table col:first-child {
    width: auto !important;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(2) {
    max-width: 244px !important;
    width: 18vw;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(3) {
    max-width: 216px !important;
    width: 15.6vw;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(4) {
    max-width: 248px !important;
    width: 16.5vw;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(5) {
    max-width: 226px !important;
    width: 18vw;
  }
}

@media (min-width: 1380px) {
  .c-hero__compare-table__wrapper .el-table table {
    width: 100% !important;
  }
  .c-hero__compare-table__wrapper .el-table col:first-child {
    width: 374px !important;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(2) {
    width: 231px !important;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(3) {
    width: 202px !important;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(4) {
    width: 230px !important;
  }
  .c-hero__compare-table__wrapper .el-table col:nth-child(5) {
    width: 214px !important;
  }
}

.c-hero__compare-table__wrapper .el-table .background-white {
  background-color: white !important;
}

.c-hero__compare-table__wrapper .el-table td {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #16182C;
  height: 3em;
}

.c-hero__compare-table__wrapper .el-table td .plugin-item .el-tooltip {
  transition: .5s;
  opacity: 1;
  top: -2px;
  position: relative;
}

.c-hero__compare-table__wrapper .el-table td .unite-cells {
  display: none;
}

.c-hero__compare-table__wrapper .el-table td .el-table__expand-icon--expanded + .plugin-item .el-tooltip {
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.c-hero__compare-table__wrapper .el-table td .el-table__expand-icon--expanded + .plugin-item .el-tooltip + .unite-cells {
  position: absolute;
  width: 100%;
  background-color: white;
  height: 1px;
  bottom: -1px;
  display: block;
}

@media (max-width: 991.98px) {
  .c-hero__compare-table__wrapper .el-table td .el-table__expand-icon--expanded + .plugin-item .el-tooltip + .unite-cells {
    display: none;
  }
}

.c-hero__compare-table__wrapper .el-table td .plugin-item {
  display: inline;
}

.c-hero__compare-table__wrapper .el-table td .plugin-item a {
  padding: 2px 5px;
  color: #62abf2;
  border: 1px #62abf2 solid;
  border-radius: 20px;
  font-size: .6em;
  line-height: .6em;
  cursor: help;
  margin-left: 10px;
}

.c-hero__compare-table__wrapper .el-table td span > span {
  color: #939393;
  margin-left: 2px;
  font-size: .8em;
}

.c-hero__compare-table__wrapper .el-table td .feature-content {
  margin: 5px 0 5px 0;
  padding: 30px;
  background-color: #fbfbfb;
  text-align: left;
  box-shadow: 0px 1px 2px 1px #a5a5a5;
  transition: .5s;
  border: 1px solid #fbfbfb;
  font-size: .9em;
  font-weight: 300;
}

.c-hero__compare-table__wrapper .el-table td .feature-content p {
  font-size: inherit;
}

.c-hero__compare-table__wrapper .el-table td .feature-content:hover {
  box-shadow: none;
  border: 1px solid #a5a5a5;
}

.c-hero__compare-table__wrapper .el-table td .tags {
  margin-top: -25px;
  padding: 2px;
}

.c-hero__compare-table__wrapper .el-table td .tags .badge, .c-hero__compare-table__wrapper .el-table td .tags .tag-filter {
  padding: 10px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  transition: .1s;
  font-weight: 500;
  font-size: .9em;
  margin: 3px 3px 0 0;
  cursor: pointer;
}

.c-hero__compare-table__wrapper .el-table td .tags .badge:hover, .c-hero__compare-table__wrapper .el-table td .tags .tag-filter:hover, .c-hero__compare-table__wrapper .el-table td .tags .tag-filter.el-tag--plain {
  background-color: #DCDFE6;
}

.c-hero__compare-table__wrapper .el-table td .tags p {
  font-size: 1em;
}

.c-hero__compare-table__wrapper .el-table td .c-compare-icon {
  position: relative;
  display: block;
  z-index: 100;
  width: 15px;
  height: 15px;
  border: 1px solid #16182c;
  border-radius: 50%;
  cursor: help;
}

.c-hero__compare-table__wrapper .el-table td .c-compare-icon-full {
  background-color: #16182C;
}

.c-hero__compare-table__wrapper .el-table td .c-compare-icon-semi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.969 3.969'%3E%3Cg transform='scale(.00775)'%3E%3Ccircle r='256' cy='256' cx='256' fill='%23ffffff' fill-opacity='0.1' /%3E%3Cpath d='M256 0v512c141.385 0 256-114.615 256-256S397.385 0 256 0z' fill='%2316182C'/%3E%3C/g%3E%3C/svg%3E");
  background-position: -1px 0;
}

.c-hero__compare-table__wrapper .el-table__empty-text {
  font-size: 2em;
  line-height: 4em;
}

@media (max-width: 575.98px) {
  .c-hero__compare-table__wrapper .el-table__empty-text {
    line-height: 1.3em;
    padding: 20px;
  }
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child {
  font-size: 1.375rem;
  font-weight: 900;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .cell {
  overflow: visible;
  display: flex;
  justify-content: flex-start;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child span {
  margin-top: 6px;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon {
  margin-right: 20px;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #62ABF2;
  border-radius: 50%;
  margin: 0 0 0 auto;
  flex: 0 0 auto;
  transition: .2s ease all;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon i:hover {
  background-color: black;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon i:before, .c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon i:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 4px;
  background-color: white;
  transition: .2s ease all;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon i:after {
  transform: rotate(90deg);
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon.el-table__expand-icon--expanded {
  transform: none !important;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon.el-table__expand-icon--expanded i {
  background-color: black;
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon.el-table__expand-icon--expanded i:after {
  transform: rotate(0deg);
}

.c-hero__compare-table__wrapper .el-table__row--level-0 > td:first-child .el-table__expand-icon.el-table__expand-icon--expanded i:hover {
  background-color: #62ABF2;
}

.c-hero__compare-table__wrapper .el-table fieldset {
  border: 1px solid #ddd !important;
  padding: 0 20px 5px 22px !important;
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  background-color: white;
}

.c-hero__compare-table__wrapper .el-table fieldset .search-input {
  margin-left: 3em;
}

.c-hero__compare-table__wrapper .el-table fieldset .search-input::before {
  content: "or";
  position: absolute;
  height: calc(100% + 2.9em);
  left: -1.9em;
}

@media (max-width: 575.98px) {
  .c-hero__compare-table__wrapper .el-table fieldset .search-input::before {
    top: -1.85em;
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .c-hero__compare-table__wrapper .el-table fieldset {
    flex-direction: column;
  }
  .c-hero__compare-table__wrapper .el-table fieldset .search-input {
    margin-left: 0 !important;
    margin-top: 20px;
    width: 70%;
  }
  .c-hero__compare-table__wrapper .el-table fieldset .search-input .search-legend {
    top: -17px;
  }
  .c-hero__compare-table__wrapper .el-table fieldset .search-input::before {
    border: none;
  }
}

.c-hero__compare-table__wrapper .el-table fieldset legend {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  font-size: 1em;
}

.c-hero__compare-table__wrapper .el-table fieldset .el-radio-group {
  display: flex;
}

.c-hero__compare-table__wrapper .el-table fieldset input::-webkit-input-placeholder {
  font-style: normal;
  font-size: .8em;
  color: #777;
}

.c-hero__compare-table__wrapper .el-table fieldset input::-moz-placeholder {
  font-style: normal;
  font-size: .8em;
  color: #777;
}

.c-hero__compare-table__wrapper .el-table fieldset input:-ms-input-placeholder {
  font-style: normal;
  font-size: .8em;
  color: #777;
}

.c-hero__compare-table__wrapper .el-table fieldset input::-ms-input-placeholder {
  font-style: normal;
  font-size: .8em;
  color: #777;
}

.c-hero__compare-table__wrapper .el-table fieldset input::placeholder {
  font-style: normal;
  font-size: .8em;
  color: #777;
}

.c-hero__compare-table__wrapper .el-table fieldset input + span + div, .c-hero__compare-table__wrapper .el-table fieldset input + span + span + div {
  display: none;
}

@media (max-width: 991.98px) {
  .c-hero__compare-table__wrapper .el-table fieldset input + span + div, .c-hero__compare-table__wrapper .el-table fieldset input + span + span + div {
    display: table-cell;
  }
}

.c-hero__compare-table__wrapper .el-table fieldset .search-legend {
  position: absolute;
  top: -21px;
  background: white;
  left: 0;
  padding: 0 10px;
  transition: 1s;
  opacity: 0;
  line-height: .3em;
}

.c-hero__compare-table__wrapper .el-table .cell div {
  word-break: initial;
}

.c-hero__compare-table__cell {
  text-align: center !important;
}

.c-hero__compare-table__cell.cell-gray {
  background-color: #F6F6F6;
}

.page-template-templatestemplate-compare-new-php .el-tooltip__popper.is-dark {
  transform: translateY(20%);
}

@media (max-width: 991.98px) {
  .c-edition__wrapper {
    padding: 0 .25rem !important;
  }
}

.c-edition {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 1;
  color: #16182C;
  padding: 0 1.5em;
}

@media (max-width: 1199.98px) {
  .c-edition {
    padding: 0 .1em;
  }
}

@media (max-width: 991.98px) {
  .c-edition {
    padding: 0 .35em;
  }
}

.c-hero-compare .c-edition {
  position: relative;
}

.c-hero-compare .c-edition:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: calc(100% - 40px);
  background-color: white;
  border: 1px solid #DFDFDF;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .c-hero-compare .c-edition:before {
    bottom: -1rem;
  }
}

.c-edition p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.66667em;
  font-weight: 300;
}

@media (min-width: 576px) {
  .c-edition p {
    font-size: 0.875rem;
    line-height: 1.57143em;
    font-weight: 300;
  }
}

.c-edition small {
  display: block;
  font-style: italic;
  opacity: .6;
  color: #939393;
  font-size: 0.75rem;
  line-height: 2.16667em;
}

@media (max-width: 991.98px) {
  .c-edition small {
    font-size: 0.34375rem;
    line-height: 2em;
  }
}

.c-edition img {
  display: block;
  width: 105px;
  margin: 0 auto .5em auto;
}

.c-compare-float__wrapper .c-edition {
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .c-hero-compare .c-edition--recommended:before {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-hero-compare .c-edition--sale:before {
    border-color: #FF7629;
    border-width: 6px;
  }
}

@media (min-width: 768px) {
  .c-edition--all-editions {
    position: relative;
  }
}

.c-edition--bottom {
  background-color: white;
  padding: .1em .2em .5em;
  border: 1px solid #DFDFDF;
  margin: 0 .4em;
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  .c-edition--bottom {
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .c-edition--bottom {
    padding: .3em .2em .5em;
    background-color: white;
  }
}

.c-edition--bottom .c-edition__price, .c-edition--bottom .c-edition__title {
  font-weight: 500;
  font-size: 1rem;
}

.c-edition--bottom .c-edition__owned {
  font-size: 1rem;
}

.c-edition__image {
  width: 100%;
}

.c-edition--recommended .c-edition__image {
  position: relative;
}

.c-edition--recommended .c-edition__image:after {
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  padding: .5em;
  content: attr(data-recommended);
  color: white;
  background-color: #FF7629;
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 90%;
  font-size: 0.5rem;
  line-height: 1.5em;
  font-weight: 900;
}

@media (min-width: 576px) {
  .c-edition--recommended .c-edition__image:after {
    font-size: 0.75rem;
    line-height: 1.16667em;
    font-weight: 900;
  }
}

@media (min-width: 768px) {
  .c-edition--recommended .c-edition__image:after {
    bottom: 0;
  }
}

.c-edition--sale .c-edition__image {
  position: relative;
}

.c-edition--sale .c-edition__image:after {
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  padding: .5em;
  content: attr(data-sale);
  color: white;
  background-color: #FF7629;
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 90%;
  font-size: 0.5rem;
  line-height: 1.5em;
  font-weight: 900;
}

@media (min-width: 576px) {
  .c-edition--sale .c-edition__image:after {
    font-size: 0.75rem;
    line-height: 1.16667em;
    font-weight: 900;
  }
}

@media (min-width: 768px) {
  .c-edition--sale .c-edition__image:after {
    bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .c-compare-float__wrapper .container {
    max-width: 100% !important;
  }
}

.c-edition__content {
  width: 100%;
  flex: 1 0 auto;
}

.c-compare-bottom .c-edition__content {
  display: block;
}

.c-compare-float__wrapper .c-edition__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 1em .5em;
  border-radius: 4px;
  box-shadow: 0 2px 15px 0 rgba(22, 24, 44, 0.37);
}

.c-edition__content p {
  display: none;
}

@media (min-width: 768px) {
  .c-edition__content p {
    display: block;
  }
}

.c-edition__title {
  display: block;
  width: 100%;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.58333em;
  font-weight: 500;
}

@media (min-width: 576px) {
  .c-edition__title {
    font-size: 1.125rem;
    line-height: 1.88889em;
    font-weight: 600;
  }
}

.c-compare-float .c-edition__title {
  font-size: 0.8125rem;
  line-height: 1.46154em;
  font-weight: 600;
}

.c-edition__price {
  display: block;
  opacity: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: .75em 0 .5em 0;
  font-size: 0.875rem;
  line-height: 1.71429em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .c-edition__price {
    font-size: 1.375rem;
    line-height: 1.54545em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .c-edition__price {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-hero-compare .c-edition__price {
  color: #16182C;
  margin: .5em 0;
}

@media (min-width: 768px) {
  .c-hero-compare .c-edition__price {
    margin: 1.5em 0 .5em 0;
  }
}

.c-compare-bottom .c-edition__price {
  margin: .05em 0 .1em;
}

.c-edition__price .current_price {
  white-space: nowrap;
}

.c-edition__old-price {
  padding-left: 8px;
  color: #999;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .c-edition__old-price {
    padding-left: 0px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-edition__old-price:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  right: 0;
  border-top: 2px solid #999;
  transform: rotate(12deg);
}

.c-edition__info {
  width: 100%;
  margin-top: auto;
}

.c-edition__info a:not(:last-child) {
  margin-bottom: .5em;
}

@media (max-width: 991.98px) {
  .c-edition__info small {
    font-size: 1em;
  }
}

@media (max-width: 400px) {
  .c-edition__info small {
    font-size: 0.6em;
  }
}

@media (max-width: 767.98px) {
  .c-edition__info .btn, .c-edition__info .gform_wrapper .gform_button, .gform_wrapper .c-edition__info .gform_button,
  .c-edition__info .gform_wrapper .gform_previous_button, .gform_wrapper .c-edition__info .gform_previous_button,
  .c-edition__info .gform_wrapper .gform_next_button, .gform_wrapper .c-edition__info .gform_next_button, .c-edition__info .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-edition__info input, .c-edition__info .gform_wrapper .button, .gform_wrapper .c-edition__info .button, .c-edition__info .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-edition__info a, .c-edition__info .c-pagination__number a, .c-pagination__number .c-edition__info a, .c-edition__info .c-pagination__number span, .c-pagination__number .c-edition__info span, .c-edition__info .c-pagination__button a, .c-pagination__button .c-edition__info a {
    font-size: 0.55937rem;
    line-height: 2.4581em;
    font-weight: 700;
    padding: .5em 1em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-edition__info .btn, .c-edition__info .gform_wrapper .gform_button, .gform_wrapper .c-edition__info .gform_button,
  .c-edition__info .gform_wrapper .gform_previous_button, .gform_wrapper .c-edition__info .gform_previous_button,
  .c-edition__info .gform_wrapper .gform_next_button, .gform_wrapper .c-edition__info .gform_next_button, .c-edition__info .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-edition__info input, .c-edition__info .gform_wrapper .button, .gform_wrapper .c-edition__info .button, .c-edition__info .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-edition__info a, .c-edition__info .c-pagination__number a, .c-pagination__number .c-edition__info a, .c-edition__info .c-pagination__number span, .c-pagination__number .c-edition__info span, .c-edition__info .c-pagination__button a, .c-pagination__button .c-edition__info a {
    font-size: 0.75rem;
    line-height: 1.83333em;
    font-weight: 700;
    padding: .5em 1em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-edition__info .btn, .c-edition__info .gform_wrapper .gform_button, .gform_wrapper .c-edition__info .gform_button,
  .c-edition__info .gform_wrapper .gform_previous_button, .gform_wrapper .c-edition__info .gform_previous_button,
  .c-edition__info .gform_wrapper .gform_next_button, .gform_wrapper .c-edition__info .gform_next_button, .c-edition__info .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-edition__info input, .c-edition__info .gform_wrapper .button, .gform_wrapper .c-edition__info .button, .c-edition__info .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-edition__info a, .c-edition__info .c-pagination__number a, .c-pagination__number .c-edition__info a, .c-edition__info .c-pagination__number span, .c-pagination__number .c-edition__info span, .c-edition__info .c-pagination__button a, .c-pagination__button .c-edition__info a {
    font-size: 0.8125rem;
    line-height: 1.84615em;
    font-weight: 700;
    padding: .3em 1em;
  }
}

.c-edition__info_float svg {
  height: 20px;
  width: 20px;
}

.c-edition__owned {
  display: block;
  font-size: 0.875rem;
  line-height: 1.14286em;
  font-weight: 900;
}

@media (min-width: 768px) {
  .c-edition__owned {
    margin-bottom: .5em;
    padding: .35em 0;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

.c-edition__sale-text {
  display: block;
  font-size: 0.75rem;
  line-height: 1.66667em;
  font-weight: 300;
  font-weight: 500 !important;
  color: #FF7629;
}

@media (min-width: 576px) {
  .c-edition__sale-text {
    font-size: 0.875rem;
    line-height: 1.57143em;
    font-weight: 300;
  }
}

@media (min-width: 768px) {
  .c-edition__sale-text {
    margin-bottom: .5em;
    padding: .35em 0;
  }
}

.c-compare {
  position: relative;
  z-index: 50;
  overflow-y: hidden;
}

.c-compare .container {
  position: relative;
}

.c-compare .c-compare__wrapper {
  text-align: center;
  font-size: .9em;
  display: flex;
  justify-content: center;
  height: 100% !important;
  flex-direction: column;
  align-items: center;
}

.c-compare .svg-icon {
  width: 1em;
  height: 1em;
}

.c-compare .svg-icon path,
.c-compare .svg-icon polygon,
.c-compare .svg-icon rect {
  fill: #16182C;
}

.c-compare .svg-icon circle {
  stroke: #16182C;
  stroke-width: 1;
}

.c-compare-bottom {
  position: relative;
  padding: .5rem 0;
}

@media (min-width: 992px) {
  .c-compare-bottom.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: 1s compareUp;
            animation: 1s compareUp;
    pointer-events: none;
  }
  .c-compare-bottom.is-fixed .text-center {
    pointer-events: initial;
  }
}

.c-compare__cat {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 2em 0 0 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-compare__cat {
    flex-direction: row;
  }
}

.c-compare__cat:hover .c-compare__cat-button, .c-compare__cat:focus .c-compare__cat-button {
  background-color: #16182C;
}

.c-compare__cat-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #62ABF2;
  border-radius: 50%;
  margin: 0 0 0 auto;
  flex: 0 0 auto;
  transition: .2s ease all;
}

@media (min-width: 768px) {
  .c-compare__cat-button {
    margin: 0 1rem 0 0;
  }
}

.c-compare__cat-button:before, .c-compare__cat-button:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 4px;
  background-color: white;
  transition: .2s ease all;
}

.c-compare__cat-button:after {
  transform: rotate(0);
}

.c-compare__cat--open .c-compare__cat-button:after {
  transform: rotate(-90deg);
}

.c-compare__cat-title {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.36842em;
  font-weight: 900;
}

@media (min-width: 768px) {
  .c-compare__cat-title {
    font-size: 1.375rem;
    line-height: 1.68182em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .c-compare__cat-title {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-compare__cat-title mark {
  background: none;
  color: #939393;
  padding: 0;
  margin: 0 0 0 .5em;
  font-size: 0.9375rem;
  line-height: 1.73333em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-compare__cat-title mark {
    font-size: 1.125rem;
    line-height: 2.05556em;
  }
}

.c-compare__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: .2s ease all;
  text-align: left;
  padding: 1em 0;
  font-size: 0.875rem;
  line-height: 1.35714em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .c-compare__button {
    padding: 1em 0.5em 1em calc(32px + 1rem);
    font-size: 0.875rem;
    line-height: 1.71429em;
  }
}

.c-compare__button:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="10" height="6" xmlns="http://www.w3.org/2000/svg"><path d="M5.742 5.57L9.71 1.667a.965.965 0 000-1.38 1.004 1.004 0 00-1.403 0L5.04 3.5 1.775.286a1.004 1.004 0 00-1.403 0 .966.966 0 000 1.38L4.34 5.57a1.003 1.003 0 001.402 0" fill="%2362ABF2" fill-rule="evenodd"/></svg>') no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 16px;
  flex: 0 0 auto;
  transition: .2s ease all;
  margin-left: 1rem;
}

.c-compare__button:hover, .c-compare__button:focus {
  border-bottom-color: #FF7629;
  outline: 0;
}

.row--open .c-compare__button:after {
  transform: rotate(-180deg);
}

.c-compare__button--no-icon:after {
  display: none;
}

.c-compare__content {
  display: none;
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.28571em;
  font-weight: 300;
}

@media (min-width: 768px) {
  .c-compare__content {
    margin-bottom: 0;
    padding: 0 0 1em calc(32px + 1rem);
    font-size: 0.875rem;
    line-height: 1.64286em;
  }
}

.row--open .c-compare__content {
  display: block;
}

.c-compare__content.c-compare__diff {
  padding: 0;
  margin: 0;
}

.c-compare__content ul {
  margin: 1em 0;
}

.c-compare__content ul li {
  list-style-type: disc;
}

.c-compare__content a {
  color: #FF7629;
}

.c-compare__content a:hover, .c-compare__content a:focus {
  color: #dc4f00;
}

.c-compare__border-bottom {
  flex: 1 0 auto;
}

@media (min-width: 992px) {
  .c-compare__border-bottom {
    border-bottom: 1px solid #EDEDED;
  }
}

@media (min-width: 768px) {
  .c-compare__border-bottom-special {
    position: relative;
  }
  .c-compare__border-bottom-special:after {
    content: "";
    position: absolute;
    left: calc(32px + 1rem);
    top: 0;
    height: 100%;
    width: calc(100% - (32px + 1rem));
    border-bottom: 1px solid #EDEDED;
    z-index: -1;
  }
}

.c-compare__plugin-row {
  position: relative;
}

.c-compare__plugin-row:before {
  display: block;
  width: 100%;
  background-color: white;
  padding: 1.5em .5em .5em .5em;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 500;
}

@media (min-width: 992px) {
  .c-compare__plugin-row:before {
    display: none;
  }
}

/**
  Compare Icons
 */
.c-compare-icon__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #F6F6F6;
}

@media (min-width: 992px) {
  .c-compare-icon__wrapper {
    padding: 0;
    background-color: transparent;
  }
}

.row--open .c-compare-icon__wrapper {
  align-items: flex-start;
  padding-top: 1.25rem;
}

.c-compare-icon--border-right .c-compare-icon__wrapper {
  border-right: 1px solid rgba(22, 24, 44, 0.06);
}

@media (min-width: 992px) {
  .c-compare-icon--border-right .c-compare-icon__wrapper {
    border-right: 0;
  }
}

.c-compare-icon__wrapper--category {
  margin: 1.5em 0 0 0;
}

.row--open .c-compare-icon__wrapper--category {
  display: none;
}

.c-compare-icon {
  position: relative;
  display: block;
  z-index: 100;
  width: 15px;
  height: 15px;
  border: 1px solid #16182C;
  border-radius: 50%;
}

.c-compare-icon--checkmark {
  background-color: #16182C;
}

.c-compare-icon--cross {
  background-color: transparent;
}

.c-compare-icon__wrapper--category .c-compare-icon--cross, .c-compare__wrapper .c-compare-icon--cross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.969 3.969'%3E%3Cg transform='scale(.00775)'%3E%3Ccircle r='256' cy='256' cx='256' fill='%23ffffff' fill-opacity='0.1' /%3E%3Cpath d='M256 0v512c141.385 0 256-114.615 256-256S397.385 0 256 0z' fill='%2316182C'/%3E%3C/g%3E%3C/svg%3E");
  background-position: -1px 0;
}

/**
  Compare Backgrounds
 */
.c-compare__backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .c-compare__backgrounds {
    display: none;
  }
}

.c-compare__backgrounds .container, .c-compare__backgrounds .row {
  height: 100%;
}

.c-compare__backgrounds .c-compare-recommended {
  z-index: 100;
}

.c-compare__backgrounds-overlap {
  position: relative;
}

.c-compare__backgrounds-overlap:after {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: calc(100% + (2.5rem * 2));
  height: 100%;
  background-color: #F6F6F6;
}

.c-compare-bottom.is-fixed .c-compare__backgrounds-overlap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.c-compare__background {
  height: 100%;
}

.c-compare-recommended .c-compare__background {
  background-color: white;
  border: 1px solid #DFDFDF;
}

@media (max-width: 991.98px) {
  .c-compare-recommended .c-compare__background {
    background-color: white !important;
  }
}

.c-compare-float__wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.c-compare-float__wrapper--visible {
  display: block;
}

@media (min-width: 992px) {
  .c-compare-float__wrapper--visible {
    display: none;
  }
}

.c-compare-float {
  display: flex;
}

@-webkit-keyframes compareUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes compareUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.c-block__title {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  font-size: 2.75rem;
  line-height: 1.5em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .c-block__title {
    font-size: calc(1.4rem + 1.8vw) ;
  }
}

.c-block__subtitle {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.125rem;
  line-height: 1.16667em;
  font-weight: 500;
  letter-spacing: 2.97pt;
}

.c-block__subtitle--opaque {
  opacity: .4;
}

.c-blog-overview .c-blog-overview__subtitle {
  margin-bottom: 2em;
}

.c-blog-overview .btn-link {
  color: #FF7629;
}

.c-blog-overview .btn-link:hover, .c-blog-overview .btn-link:focus {
  color: #dc4f00;
}

.c-post {
  background-color: white;
}

.c-post:not(.c-post--highlight) {
  display: flex;
  align-items: flex-start;
  color: #16182C;
}

@media (min-width: 576px) {
  .c-post:not(.c-post--highlight) {
    align-items: center;
  }
}

.c-post:not(:last-child) {
  margin-bottom: 2em;
}

.c-post p {
  font-size: 1.125rem;
  line-height: 1.88889em;
  font-weight: 300;
}

.c-post a {
  color: black;
}

.c-post a:hover, .c-post a:focus {
  color: #FF7629;
}

.c-post__home-image img {
  width: 300px !important;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post--light {
  background-color: #F6F6F6;
}

.c-post--highlight {
  background-color: transparent;
}

.c-post--highlight a {
  color: white;
}

.c-post__category {
  display: block;
  text-transform: uppercase;
  margin-bottom: .75em;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 300;
}

.c-post__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100px;
  min-height: 160px;
  background: #eeeeee no-repeat center center;
  background-size: cover;
}

.c-post .c-post__image {
  flex: 0 0 160px;
}

@media (min-width: 576px) {
  .c-post__image {
    flex: 0 0 160px;
  }
  .c-post .c-post__image {
    flex: 0 0 auto;
  }
}

.c-post-references .c-post__image {
  flex: 0 0 100px;
  margin-left: 7px;
  background: none;
}

@media (min-width: 768px) {
  .c-post__image {
    min-height: 160px;
  }
}

.bg-dark .c-post__image {
  background-color: #F6F6F6;
}

.c-post--highlight .c-post__image {
  margin-bottom: 2em;
}

.c-post__image img {
  width: 100%;
  height: auto;
}

.c-post__content {
  padding: 1em;
}

@media (min-width: 1200px) {
  .c-post__content {
    padding: 1em 2em;
  }
}

.c-post--highlight .c-post__content {
  padding: 0;
}

.c-post__content img {
  height: auto;
}

.c-post_readmore a {
  color: #FF7629;
  font-style: normal;
  white-space: nowrap;
}

.c-post__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.45em;
  font-weight: 500;
}

.c-post--highlight .c-post__title {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .c-post--highlight .c-post__title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.c-post-references .c-post__title {
  margin-bottom: 0.5em;
}

.c-post__excerpt {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .c-post__excerpt {
    font-size: 0.875rem;
    line-height: 1.42857em;
    font-weight: 300;
  }
}

.c-post__featured {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .c-post__featured {
    font-size: 0.875rem;
    line-height: 1.42857em;
    font-weight: 300;
  }
}

.c-post__reading-time {
  display: flex;
  align-items: center;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.28571em;
}

.c-post--highlight .c-post__reading-time {
  margin-top: 2em;
}

.c-post__reading-time svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: #16182C;
  margin-right: .5em;
}

.c-post--highlight .c-post__reading-time svg {
  fill: white;
}

/**
 * Custom post styling for Blog Overview
 */
.blog {
  background: #F6F6F6;
}

.blog .c-post {
  flex-direction: column;
  align-items: flex-start;
}

.blog .c-post__image {
  flex-direction: row;
  width: 100%;
  min-height: unset;
}

.c-post-list__excerpt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
  transform: translate(-105%, 0);
}

.c-post-list li a:hover {
  background: #e9ecef;
}

.c-post-list li a:hover ~ .c-post-list__excerpt {
  opacity: 1;
  pointer-events: all;
  transform: translate(-100%, 0);
}

.c-artist {
  display: flex;
  align-items: center;
}

.c-artist__image {
  flex: 0 0 auto;
}

.c-artist__image img {
  display: block;
  width: 87px;
  height: 87px;
}

.c-artist__content {
  padding: 0 1em;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-artist__content span {
  display: block;
}

.c-artist__content a {
  color: inherit;
}

.c-artist__content a:hover, .c-artist__content a:focus {
  color: #FF7629;
}

.c-artist__category {
  color: #16182C;
  opacity: .4;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.16667em;
  font-weight: 500;
  letter-spacing: 2.97pt;
}

.c-artist__name {
  margin-top: .5em;
  font-size: 1.125rem;
  line-height: 1.16667em;
  font-weight: 700;
}

.c-artist__back {
  color: #FF7629;
}

.c-artist__back:hover, .c-artist__back:active, .c-artist__back:focus {
  color: #A8A8A8 !important;
}

.c-pagination {
  width: 100%;
}

.c-pagination ul {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.c-pagination ul li {
  list-style-type: none;
}

.c-pagination ul li:not(:last-child) {
  margin-right: 1em;
}

.c-pagination__number a, .c-pagination__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #16182C;
  border: 2px solid #FF7629;
}

.c-pagination__number a.current, .c-pagination__number span.current {
  border-color: #FF7629;
  background-color: #FF7629;
  color: white;
}

.c-pagination__number a:hover, .c-pagination__number a:focus, .c-pagination__number span:hover, .c-pagination__number span:focus {
  border-color: #FF7629;
  background-color: #FF7629;
  color: white;
}

.c-pagination__button--prev {
  margin-right: auto !important;
}

.c-pagination__button--prev a:after {
  transform: rotate(90deg);
  order: -1;
  margin: 0 .5em 0 0;
}

.c-pagination__button--next {
  margin-left: auto !important;
}

.c-pagination__button--next a:after {
  transform: rotate(-90deg);
}

.c-pagination__button--hidden {
  display: none;
}

@media (min-width: 768px) {
  .c-pagination__button--hidden {
    display: flex;
    visibility: hidden;
  }
}

.c-list-arrows {
  margin: 0;
  padding: 0;
}

.c-list-arrows li {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 2.125em;
  font-weight: 300;
}

.c-list-arrows li:before {
  display: block;
  content: '';
  background: url(../images/arrow-right.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 10px;
  flex: 0 0 auto;
  margin-right: 1em;
}

.c-list-arrows a {
  color: inherit;
}

.c-list-arrows a:hover, .c-list-arrows a:focus {
  color: #FF7629;
}

.c-list-arrows--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-input-search {
  position: relative;
}

.c-input-search:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  background: url(../images/search.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-left: 1em;
}

.c-input-search input[type=search] {
  padding-left: 3em;
  border-color: rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.c-input-search.bg-light input[type=search] {
  color: black;
}

.c-input-search.bg-light:before {
  background: url(../images/search_black.svg) no-repeat center center;
}

.filters_area #cap {
  margin-right: 1em;
  font-weight: 400;
  font-size: 15px;
  vertical-align: middle;
  display: none;
}

.choice {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  vertical-align: middle;
  line-height: 2rem;
}

.choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
  border-radius: 4px;
}

.choice input:checked ~ .checkmark {
  background-color: #FF7629;
}

.choice .checkmark::after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.choice input:checked ~ .checkmark::after {
  display: block;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.c-product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-product__flag {
  position: absolute;
  right: 0;
  top: 1em;
  background-color: #FF7629;
  color: white;
  padding: 0 1em;
  pointer-events: none;
  z-index: 100;
  font-size: 1rem;
  line-height: 2.5em;
  font-weight: 700;
}

.c-product__image-wrapper {
  position: relative;
}

.c-product__image-wrapper svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  fill: #16182C;
}

.c-product__image {
  position: relative;
  width: 100%;
  background-color: #16182C;
  z-index: 0;
}

.c-product__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF7629;
  opacity: 0;
  transition: .2s ease all;
}

.c-product__image:hover:before, .c-product__image:focus:before {
  opacity: .25;
}

.c-product__svg-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.c-product__svg-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-product__content {
  background-color: white;
  color: #16182C;
  padding: 1em;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-bg-color-gradient--two-tone-reverse .c-product__content {
  background-color: #23283C;
  color: white;
}

.c-product__content--widget {
  padding: 2.5em 2em;
}

.c-product__category {
  display: block;
  text-transform: uppercase;
  margin: 0 0 .5em 0;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 300;
}

.c-product__title {
  cursor: pointer;
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
}

.w-products .c-product__title {
  margin: 0;
}

.c-product__excerpt {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  width: 100%;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 300;
}

.c-product__excerpt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
}

.c-product__footer {
  background-color: #F6F6F6;
  padding: 1em;
  display: flex;
  align-items: center;
  min-height: 76px;
}

@media (max-width: 575.98px) {
  .c-product__footer {
    min-height: auto;
  }
}

.c-product__footer .btn, .c-product__footer .gform_wrapper .gform_button, .gform_wrapper .c-product__footer .gform_button,
.c-product__footer .gform_wrapper .gform_previous_button, .gform_wrapper .c-product__footer .gform_previous_button,
.c-product__footer .gform_wrapper .gform_next_button, .gform_wrapper .c-product__footer .gform_next_button, .c-product__footer .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-product__footer input, .c-product__footer .gform_wrapper .button, .gform_wrapper .c-product__footer .button, .c-product__footer .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-product__footer a, .c-product__footer .c-pagination__number a, .c-pagination__number .c-product__footer a, .c-product__footer .c-pagination__number span, .c-pagination__number .c-product__footer span, .c-product__footer .c-pagination__button a, .c-pagination__button .c-product__footer a {
  margin-left: auto;
}

.c-product__price, .c-product__owned {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.21739em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .c-product__price, .c-product__owned {
    font-size: calc(1.26875rem + 0.225vw) ;
  }
}

.c-product__sound-button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #16182C;
  border: 0;
  padding: 10px;
  z-index: 10;
  transition: .2s ease all;
}

.c-product__sound-button svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.c-product__sound-button:hover, .c-product__sound-button:focus {
  outline: 0;
  background-color: #FF7629;
}

.c-product__sound-clip {
  display: none;
}

.c-product__sound-volume-up {
  display: block !important;
}

.c-product__sound-button--playing .c-product__sound-volume-up {
  display: none !important;
}

.c-product__sound-volume-down {
  display: none !important;
}

.c-product__sound-button--playing .c-product__sound-volume-down {
  display: block !important;
}

#currencySelector {
  width: 97px;
  display: flex;
  align-items: center;
  margin-left: .5em;
  position: relative;
  margin-right: -12px;
}

#currencySelector img {
  z-index: 9999;
}

#currencySelector .currency__selector input {
  color: white;
  border: none !important;
  padding: 0 0 0 4px;
  font-weight: bold;
}

#currencySelector .currency__selector input:focus, #currencySelector .currency__selector input:hover {
  border: none;
}

#currencySelector .currency__selector .el-input__suffix {
  right: 24px;
}

#currencySelector .currency__selector .el-input__suffix:before {
  display: inline-block;
  left: -0.155em;
  vertical-align: -0.5em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: white;
  position: relative;
}

#currencySelector .currency__selector .el-input__suffix .el-input__icon {
  display: none;
}

#currencySelector .currency__selector .el-input.is-focus .el-input__inner {
  border: none;
}

#currencySelector .currency__selector .el-select-dropdown {
  transform: translate(-30px, 0);
  z-index: 9999 !important;
  min-width: 80px !important;
}

#currencySelector .currency__selector .el-select-dropdown__item {
  color: #0A1631;
  text-decoration: none;
  display: block;
  line-height: 30px;
  height: 40px;
  width: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid #DADADA;
  padding-top: 6px;
}

#currencySelector .currency__selector .el-select-dropdown__item:last-of-type {
  border-bottom: 0;
}

#currencySelector .currency__selector .el-select-dropdown__item.selected {
  color: #0A1631;
  font-weight: 900;
  background-color: #F5F7FA;
}

@media (max-width: 991.98px) {
  #currencySelector .currency__selector .el-select-dropdown__item {
    padding-left: 18px;
  }
}

#currencySelector .currency__selector .el-popper[x-placement^=bottom] .popper__arrow::after {
  top: -6px;
  margin-left: -13px;
  border-width: 14px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

#currencySelector .currency__selector .popper__arrow {
  left: 13px !important;
}

#plugins-list input::-webkit-input-placeholder, #content-packs-list input::-webkit-input-placeholder {
  font-style: normal;
}

#plugins-list input::-moz-placeholder, #content-packs-list input::-moz-placeholder {
  font-style: normal;
}

#plugins-list input:-ms-input-placeholder, #content-packs-list input:-ms-input-placeholder {
  font-style: normal;
}

#plugins-list input::-ms-input-placeholder, #content-packs-list input::-ms-input-placeholder {
  font-style: normal;
}

#plugins-list input::placeholder, #content-packs-list input::placeholder {
  font-style: normal;
}

/**
HOVER
 */
.page-template-template-content-packs-new {
  overflow-x: hidden;
  /**
  SLIDERS
  */
  /* ANIMATIONS */
}

.page-template-template-content-packs-new .c-header.is-fixed #submenu {
  display: none;
}

.page-template-template-content-packs-new a {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new .content-packs-top {
    display: none;
  }
}

.page-template-template-content-packs-new .search-results-num {
  font-family: Lato, sans-serif;
  margin-bottom: 1em;
  color: #A8A8A8;
}

.page-template-template-content-packs-new #search_results {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  display: grid;
  gap: 2em;
  justify-content: center;
  grid-auto-rows: 1fr;
}

@media (max-width: 1439px) {
  .page-template-template-content-packs-new #search_results {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new #search_results {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .page-template-template-content-packs-new #search_results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new #search_results {
    grid-template-columns: 1fr;
  }
}

.page-template-template-content-packs-new .section-title span {
  font-size: .5em;
}

.page-template-template-content-packs-new input[type="range"] {
  -webkit-appearance: none;
  height: .5em;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#FF7629, #FF7629);
  background-repeat: no-repeat;
  background-size: 0 100%;
}

.page-template-template-content-packs-new input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FF7629;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

.page-template-template-content-packs-new input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
}

.page-template-template-content-packs-new .controls .time {
  margin: 0 .2em;
}

.page-template-template-content-packs-new .el-message-box {
  background-color: var(--dark);
}

.page-template-template-content-packs-new .el-message-box__title {
  color: white;
}

.page-template-template-content-packs-new .el-message-box__message {
  color: var(--light);
}

.page-template-template-content-packs-new .el-message-box .el-button--primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-template-template-content-packs-new .bottom-popup {
  z-index: 999;
  position: fixed;
  bottom: -200px;
  right: 20px;
  transition: bottom .5s;
  width: 350px;
  background: #16182C;
  color: #FF7629;
  border: 1px solid #A8A8A8;
  padding: 20px;
  height: 180px;
}

.page-template-template-content-packs-new .bottom-popup.on {
  bottom: 20px;
}

@media (max-width: 575.98px) {
  .page-template-template-content-packs-new .bottom-popup {
    display: none;
  }
}

@media screen and (min-width: 1550px) {
  .page-template-template-content-packs-new .bottom-popup {
    right: calc(100% / 2 - 718px);
  }
}

.page-template-template-content-packs-new .bottom-popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .9em;
  color: #F6F6F6;
  font-style: normal;
}

.page-template-template-content-packs-new .bottom-popup .close:hover {
  cursor: pointer;
  color: white;
}

.page-template-template-content-packs-new .bottom-popup .close:before {
  content: "\00D7";
}

.page-template-template-content-packs-new .bottom-popup__content {
  background-color: white;
}

.page-template-template-content-packs-new .el-scrollbar__thumb {
  background-color: var(--blue);
}

.page-template-template-content-packs-new .el-cascader-menu__wrap {
  height: 234px !important;
}

.page-template-template-content-packs-new .el-cascader-node .el-checkbox__input {
  padding-top: .5em;
}

.page-template-template-content-packs-new .el-cascader .el-icon-circle-close:before {
  font-size: 2em;
  position: relative;
  top: calc(50% - .6em);
}

.page-template-template-content-packs-new .el-cascader__tags {
  height: 30px;
  overflow-y: auto;
}

.page-template-template-content-packs-new .el-cascader__dropdown {
  transform: translate(0, 18px);
}

.page-template-template-content-packs-new .el-cascader__search-input {
  border: none;
}

.page-template-template-content-packs-new .el-cascader__search-input:only-child {
  background-color: white;
}

.page-template-template-content-packs-new .el-cascader-panel .el-cascader-menu:first-of-type .el-scrollbar__bar, .page-template-template-content-packs-new .el-cascader-panel .el-cascader-menu:first-of-type label {
  display: none;
}

.page-template-template-content-packs-new #player {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  left: calc(50% - 215px);
  padding: .5em 1em;
  transition: bottom .5s;
  box-shadow: 0px -3px 7px 1px black;
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new #player {
    width: 100%;
    left: 0;
  }
}

.page-template-template-content-packs-new #player.off {
  bottom: -100px;
}

.page-template-template-content-packs-new #player .c-product__play:before {
  cursor: pointer;
  margin-right: 1em;
  padding: .2em .4em .4em .1em !important;
}

.page-template-template-content-packs-new #player .controls {
  display: flex;
  float: right;
  align-items: center;
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new #player .controls {
    width: 100%;
  }
  .page-template-template-content-packs-new #player .controls input[type="range"] {
    width: 30%;
  }
}

.page-template-template-content-packs-new #player .controls .audio-volume {
  position: relative;
  cursor: pointer;
}

.page-template-template-content-packs-new #player .controls .audio-volume svg {
  width: 1em;
  height: 1em;
  margin: .5em;
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(106deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(106deg) brightness(105%) contrast(101%);
}

.page-template-template-content-packs-new #player .controls .audio-volume:before {
  content: " ";
  position: absolute;
  background-color: red;
  width: 3px;
  height: 1.3em;
  left: 1em;
  bottom: .3em;
  z-index: 10;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity .5s, transform .5s;
}

.page-template-template-content-packs-new #player .controls .audio-volume.off svg {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(106deg) brightness(40%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(106deg) brightness(40%) contrast(101%);
}

.page-template-template-content-packs-new #player .controls .audio-volume.off:before {
  transform: rotate(45deg);
  opacity: 1;
}

.page-template-template-content-packs-new .c-filter {
  margin-right: -15px;
}

.page-template-template-content-packs-new .c-filter-list--vertical li:not(:last-child) {
  margin-right: 2.5em;
}

.page-template-template-content-packs-new .c-filter__genres {
  height: 36px !important;
}

.page-template-template-content-packs-new .c-filter__genres .el-cascader--medium {
  height: 35px;
}

.page-template-template-content-packs-new .c-filter__orderby input {
  height: 36px;
}

@media (max-width: 1439px) {
  .page-template-template-content-packs-new .c-filter .samples-loops {
    display: none !important;
  }
  .page-template-template-content-packs-new .c-filter .clear-all {
    flex-basis: 33%;
    max-width: 33%;
    justify-content: center !important;
  }
}

@media (max-width: 1439px) and (max-width: 767.98px) {
  .page-template-template-content-packs-new .c-filter .clear-all {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-content-packs-new .c-filter {
    padding-left: 1em !important;
  }
}

.page-template-template-content-packs-new .c-filter__wrapper.fixed {
  display: block !important;
  position: relative;
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new .c-filter__wrapper {
    display: block;
  }
}

.page-template-template-content-packs-new .c-filter-row {
  padding: .5em;
  background-color: #23283C;
  color: white;
}

.page-template-template-content-packs-new .c-filter-row.fixed {
  position: fixed;
  z-index: 9999;
  margin-left: 0;
  -webkit-animation: 1s filtersDown;
          animation: 1s filtersDown;
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new .c-filter-row.fixed {
    margin-left: -15px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new .c-filter-row {
    margin-top: -.5em;
    padding: 1em 0;
  }
  .page-template-template-content-packs-new .c-filter-row > div:first-of-type {
    height: 122px;
    padding: 0;
  }
  .page-template-template-content-packs-new .c-filter-row > div > div {
    display: flex;
    flex-direction: row;
  }
  .page-template-template-content-packs-new .c-filter-row .c-filter__form {
    height: 42px;
  }
  .page-template-template-content-packs-new .c-filter-row .el-input-group__append {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-template-template-content-packs-new .c-filter-row .el-cascader, .page-template-template-content-packs-new .c-filter-row .el-select, .page-template-template-content-packs-new .c-filter-row .el-input, .page-template-template-content-packs-new .c-filter-row .btn-outline-primary {
  background-color: white;
}

.page-template-template-content-packs-new .c-filter-row .el-select .el-input {
  height: 36px;
}

.page-template-template-content-packs-new .c-filter-row .el-cascader .el-input.el-input--medium.el-input--suffix {
  height: 36px;
}

.page-template-template-content-packs-new .c-filter-row .btn-outline-primary:hover {
  background-color: #FF7629;
}

.page-template-template-content-packs-new .c-filter-row .c-filter__button {
  color: white !important;
}

.page-template-template-content-packs-new .c-filter-row .c-filter__button:hover {
  font-weight: bold;
}

.page-template-template-content-packs-new .c-filter-row .c-filter-list--vertical li {
  margin-bottom: 0 !important;
}

.page-template-template-content-packs-new .c-filter-list__title {
  margin-bottom: 0;
  margin-right: .5em;
}

.page-template-template-content-packs-new .c-product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 767px) {
  .page-template-template-content-packs-new .c-product__list {
    padding-left: 0 !important;
    padding-right: 2em !important;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-content-packs-new .c-product__list {
    padding-left: 1em !important;
  }
}

.page-template-template-content-packs-new .c-product__play-ranking {
  opacity: .5;
  cursor: pointer;
  height: 2.5em;
  position: relative;
}

@media (max-width: 1439px) {
  .page-template-template-content-packs-new .c-product__play-ranking {
    opacity: 1 !important;
  }
}

.page-template-template-content-packs-new .c-product__play-ranking:before {
  background-color: black;
  content: "▶";
  font-size: 1.7em;
  padding: .15em .5em .3em .6em;
  color: white;
  margin: 1px;
  border: 1px solid #848484;
}

.page-template-template-content-packs-new .c-product__play-ranking:hover {
  opacity: 1 !important;
}

.page-template-template-content-packs-new .c-product__play-ranking .controls {
  display: flex;
  position: absolute;
  width: 224px;
  color: white;
  bottom: -29px;
  justify-content: space-between;
  left: 2px;
  opacity: 0;
  transition: opacity 1s;
  align-items: center;
}

.page-template-template-content-packs-new .c-product__play-ranking .controls .seek-slider {
  width: 64%;
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new .c-product__play-ranking .controls {
    display: none;
  }
}

.page-template-template-content-packs-new .c-product .playing {
  opacity: 1;
}

.page-template-template-content-packs-new .c-product .playing:before {
  content: "▐▐" !important;
  padding: .2em .4em .3em .1em !important;
  background-color: #FF7629 !important;
  opacity: 1 !important;
}

.page-template-template-content-packs-new .c-product .playing .controls {
  opacity: 1 !important;
  z-index: 999;
}

.page-template-template-content-packs-new .c-product-page__promo {
  padding: 0 !important;
}

.page-template-template-content-packs-new .c-product-page__promo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-content-packs-new .c-product-page__carousel {
  overflow: hidden;
}

.page-template-template-content-packs-new .c-product-page__carousel .carousel {
  height: 100%;
}

.page-template-template-content-packs-new .c-product-page__carousel .carousel-inner, .page-template-template-content-packs-new .c-product-page__carousel .carousel-item {
  height: 100%;
}

.page-template-template-content-packs-new .c-product-page__carousel .carousel-control-next-icon, .page-template-template-content-packs-new .c-product-page__carousel .carousel-control-prev-icon {
  background-color: rgba(50, 50, 50, 0.8) !important;
  background-position: center !important;
  background-size: 60% !important;
  padding: 1.5em !important;
  border-radius: 2em !important;
  border: .5px solid #bbbbbb;
}

.page-template-template-content-packs-new .c-product-page__carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-content-packs-new .c-product-page__carousel--top-text {
  position: absolute;
  z-index: 999;
  background: #4d4f63cc;
  color: white;
  padding: .5em;
  font-size: 1.2em;
  min-width: 30%;
  top: .2em;
  left: .5em;
}

.page-template-template-content-packs-new .c-product__no-results {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.page-template-template-content-packs-new .c-product__label {
  font-size: .9em;
  color: #A8A8A8;
}

.page-template-template-content-packs-new .c-product__flag {
  position: absolute;
  right: 0;
  top: 1em;
  background-color: #FF7629;
  color: white;
  padding: 0 1em;
  pointer-events: none;
  z-index: 100;
  font-size: 1rem;
  line-height: 2.5em;
  font-weight: 700;
}

.page-template-template-content-packs-new .c-product__title {
  display: block;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}

.w-products .page-template-template-content-packs-new .c-product__title {
  margin: 0;
}

.page-template-template-content-packs-new .c-product__load-more {
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.page-template-template-content-packs-new .c-product__price, .page-template-template-content-packs-new .c-product__owned {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: .3em .3em .3em .6em;
  font-size: .9em;
  font-weight: 500;
}

.page-template-template-content-packs-new .c-product__image-wrapper {
  position: relative;
  width: 100%;
}

.page-template-template-content-packs-new .c-product__image-wrapper svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  fill: #16182C;
}

.page-template-template-content-packs-new .c-product__image-wrapper__image {
  min-width: 260px;
  min-height: 260px;
  z-index: 1;
}

.page-template-template-content-packs-new .c-product__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__category {
  text-transform: uppercase;
  margin: 0;
  font-size: .8em;
  line-height: 1.25em;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: black;
  color: white;
  padding: .3em .6em .3em .6em;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__play {
  height: 50px;
  width: 48px;
  position: absolute;
  bottom: 0;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__play:before {
  background-color: rgba(0, 0, 0, 0.9);
  content: "▶";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.5em;
  padding: .15em .5em .3em .6em;
  color: white;
  margin: 1px;
  border: 1px solid #848484;
  z-index: 999;
  cursor: pointer;
  opacity: .8;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__play:hover:before {
  opacity: 1;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__play .controls {
  display: flex;
  position: absolute;
  width: 192px;
  color: white;
  bottom: 6px;
  justify-content: space-between;
  left: 62px;
  opacity: 0;
  transition: opacity 1s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: .5em;
  border-radius: .6em;
  align-items: center;
  z-index: 999;
}

.page-template-template-content-packs-new .c-product__image-wrapper .c-product__play .controls .seek-slider {
  width: 64%;
}

@media (max-width: 1439px) {
  .page-template-template-content-packs-new .c-product__image-wrapper .c-product__play .controls {
    display: none;
  }
}

.page-template-template-content-packs-new .c-product__image-wrapper:hover .c-product-hover-content {
  top: 0;
}

.page-template-template-content-packs-new .c-product__image-wrapper:hover img {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.page-template-template-content-packs-new .c-product__image-wrapper:hover .c-product__play {
  z-index: 999;
}

.page-template-template-content-packs-new .c-product-hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-template-content-packs-new .c-product-hover-content {
  position: relative;
  top: -110%;
  transition: top .3s ease-out;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.page-template-template-content-packs-new .c-product-hover-content__gray {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1em;
  box-shadow: 0px 6px 5px 1px #000000;
  min-height: 95%;
}

.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__excerpt {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  width: 100%;
  color: white;
  max-height: 160px;
  font-size: .8em;
}

.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__excerpt:after {
  content: none;
}

.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples {
  margin-top: .5em;
  display: flex;
  align-items: center;
  z-index: 300;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples {
    min-height: auto;
  }
}

.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .btn, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_wrapper .gform_button, .gform_wrapper .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_button,
.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_wrapper .gform_previous_button, .gform_wrapper .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_previous_button,
.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_wrapper .gform_next_button, .gform_wrapper .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_next_button, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples input, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .gform_wrapper .button, .gform_wrapper .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .button, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples a, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .c-pagination__number a, .c-pagination__number .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples a, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .c-pagination__number span, .c-pagination__number .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples span, .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .c-pagination__button a, .c-pagination__button .page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples a {
  margin-left: auto;
  font-size: .8em;
  padding: .4em .6em;
}

.page-template-template-content-packs-new .c-product-hover-content__gray .c-product__footer_samples .read-more {
  font-size: .8em;
  background-color: white;
}

.page-template-template-content-packs-new .c-product-hover-content__degrade {
  background: linear-gradient(0deg, transparent 35%, rgba(0, 0, 0, 0.9) 100%);
  flex-grow: 1;
}

.page-template-template-content-packs-new .c-product__svg-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.page-template-template-content-packs-new .c-product__svg-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-template-template-content-packs-new .c-product__content {
  background-color: white;
  color: #16182C;
  padding: 1em;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.c-bg-color-gradient--two-tone-reverse .page-template-template-content-packs-new .c-product__content {
  background-color: #23283C;
  color: white;
}

.page-template-template-content-packs-new .c-product__content-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-template-template-content-packs-new .c-product__content--widget {
  padding: 2.5em 2em;
}

.page-template-template-content-packs-new .c-product__sound-volume-up {
  display: block !important;
}

.page-template-template-content-packs-new .c-ranking {
  height: 100%;
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px #A8A8A8 solid;
  background-color: white;
}

@media (max-width: 1439px) {
  .page-template-template-content-packs-new .c-ranking {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new .c-ranking {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

@media (max-width: 991.98px) {
  .page-template-template-content-packs-new .c-ranking {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-content-packs-new .c-ranking {
    display: none;
  }
}

.page-template-template-content-packs-new .c-ranking__title {
  color: white;
  padding: .3em 1em .3em .3em;
  background-color: black;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: .3em;
}

.page-template-template-content-packs-new .c-ranking__title:before {
  content: "\00a0 ";
  width: 30px;
  background-image: url(../images/fl-header-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1.3em;
  top: 8px;
  position: relative;
}

.page-template-template-content-packs-new .c-ranking ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-template-template-content-packs-new .c-ranking ul li {
  margin: 0;
  width: 100%;
  list-style: none;
  height: 10%;
  display: flex;
  align-items: center;
}

.page-template-template-content-packs-new .c-ranking ul li:nth-child(odd) {
  background-color: #F6F6F6;
}

.page-template-template-content-packs-new .c-ranking ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.page-template-template-content-packs-new .c-ranking ul li .c-product__play-ranking.playing {
  opacity: 1 !important;
}

.page-template-template-content-packs-new .c-ranking ul li:hover {
  background-color: #dfdfdf;
  z-index: 100;
}

.page-template-template-content-packs-new .c-ranking ul li:hover .c-product__play-ranking {
  opacity: .5;
}

.page-template-template-content-packs-new .c-ranking ul li:hover img {
  -o-object-fit: none;
     object-fit: none;
}

.page-template-template-content-packs-new .c-ranking__image {
  width: 116px;
  height: 116px;
  position: relative;
}

.page-template-template-content-packs-new .c-ranking__image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page-template-template-content-packs-new .c-ranking__image .c-product__play-ranking {
  z-index: 5;
  bottom: 5px;
  position: absolute !important;
  opacity: 0;
  transition: opacity .5s;
  left: -1px;
}

.page-template-template-content-packs-new .c-ranking__image .c-product__play-ranking .controls {
  color: #212529;
  bottom: -2px;
  left: 160px;
  align-items: center;
}

.page-template-template-content-packs-new .c-ranking__position {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 600;
  width: 100px;
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new .c-ranking__position {
    width: 50px;
  }
}

.page-template-template-content-packs-new .c-ranking__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-template-template-content-packs-new .c-ranking__info-name {
  font-size: 1.4em;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new .c-ranking__info-name {
    font-size: .9em;
  }
}

.page-template-template-content-packs-new .c-ranking__info-label {
  color: #A8A8A8;
}

@media (max-width: 1024px) {
  .page-template-template-content-packs-new .c-ranking__info-label {
    font-size: .7em;
  }
}

@-webkit-keyframes filtersDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes filtersDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.c-search__form input[type=submit] {
  display: none;
}

.c-search__form .filters_area span {
  display: inline;
  color: white;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
}

.c-search__form .filters_area label {
  display: inline;
  margin-right: 0.7em;
}

.c-search__form .filters_area input {
  display: inline;
  vertical-align: sub;
}

#live_results {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 500;
  background: #2b2d3f !important;
  border: 1px solid #666774;
  border-top: none;
}

.c-support #live_results {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.71429em;
  font-weight: 400;
  border-top: 1px solid #666774;
  background: none !important;
  border: none;
  margin-top: 2em;
}

.c-support #live_results .results_line {
  margin: .4em 0 2em 0;
}

#live_results .result_head a {
  font-size: 0.875rem;
  line-height: 1.85714em;
  font-weight: 400;
  text-decoration: none;
  color: #f26522 !important;
  padding: 0 5px;
  text-align: left;
}

.c-support #live_results .result_head a {
  font-size: 1.1875rem;
  line-height: 1.47368em;
  font-weight: 400;
  padding: 0;
}

#live_results .result_body {
  display: none;
}

.c-support #live_results .result_body {
  display: block;
  color: white;
}

.manuals-search #live_results {
  background: #fff !important;
  border: 1px solid lightgray;
  box-shadow: 3px 5px 7px -8px;
}

#os_list {
  margin: .6em 0;
  display: flex;
  flex-wrap: wrap;
}

.c-usp {
  display: flex;
}

.c-usp--vertical {
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.c-usp--horizontal {
  flex-direction: row;
  background-color: white;
  padding: 1em;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .c-usp--horizontal {
    flex-direction: column;
  }
}

.c-usp--horizontal:not(:last-child) {
  margin: 0 0 1em 0;
}

.c-usp__image {
  width: 110px;
  height: 110px;
  background: no-repeat center center;
  background-size: cover;
  flex: 0 0 auto;
  border-radius: 8px;
}

.c-usp--vertical .c-usp__image {
  margin-bottom: 2em;
}

@media (max-width: 767.98px) {
  .c-usp__image {
    margin-bottom: 2em;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
}

.c-usp__content {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 1em;
}

.c-usp--vertical .c-usp__content {
  display: flex;
  flex-direction: column;
}

.c-usp__title {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 500;
}

.w-widget .c-usp__text {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

.c-download {
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 2em;
}

@media (max-width: 991.98px) {
  .c-download {
    padding: 15px;
  }
}

.c-download__os-info {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .c-download__os-info {
    display: inline-block;
    width: 100%;
  }
}

.c-download__os {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .c-download__os {
    justify-content: center;
    margin-bottom: .5em;
  }
}

.c-download__os svg {
  height: 20px;
  width: auto;
  max-width: 20px;
  margin-right: 1em;
}

.c-download__os span {
  font-size: 1.25rem;
  line-height: 1.3em;
}

.c-download__info {
  flex: 1 0 auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .c-download__info {
    margin: 0 auto;
  }
}

.c-download__info tr {
  display: table-row;
  align-items: center;
}

.c-download__info tr:not(:last-child) {
  padding-bottom: .5em;
}

.c-download__info td:first-child {
  width: 60%;
}

@media (max-width: 991.98px) {
  .c-download__info td:first-child {
    width: auto;
  }
}

.c-download__info small {
  margin-left: .25em;
  font-size: 0.75rem;
  line-height: 1.33333em;
  font-weight: 400;
}

.c-download__info-title {
  text-transform: uppercase;
  text-align: right;
  opacity: .7;
  padding-right: .5em;
  font-size: 0.75rem;
  line-height: 1.33333em;
}

.c-download__info-text {
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 700;
}

.c-download__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
}

.c-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}

.c-video-container figure,
.c-video-container iframe,
.c-video-container object,
.c-video-container embed,
.c-video-container video,
.c-video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 0;
  background-color: transparent;
}

.c-video-poster:before, .c-video-poster:after {
  content: "";
  position: absolute;
}

.c-video-poster:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.c-video-poster:after {
  background: url(../../source/sprites/icon-play.svg) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .8;
  transition: .3s all ease-in;
  z-index: 12;
}

@media (max-width: 991.98px) {
  .c-video-poster:after {
    width: 50px;
    height: 50px;
  }
}

.c-video-poster--hidden {
  display: none;
}

.c-cart__wrapper {
  position: relative;
  margin-left: 1em;
}

@media (max-width: 991.98px) {
  .c-cart__wrapper {
    margin-left: .4em;
  }
}

.c-cart {
  position: absolute;
  right: 0;
  top: calc(100% + (16px * 2));
  background-color: white;
  color: #16182C;
  padding: 2em;
  z-index: 99999;
  box-shadow: 0 2px 31px 0 rgba(0, 0, 0, 0.2);
}

.c-cart:before {
  position: absolute;
  right: .5em;
  bottom: 100%;
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid white;
}

.c-cart .btn, .c-cart .gform_wrapper .gform_button, .gform_wrapper .c-cart .gform_button,
.c-cart .gform_wrapper .gform_previous_button, .gform_wrapper .c-cart .gform_previous_button,
.c-cart .gform_wrapper .gform_next_button, .gform_wrapper .c-cart .gform_next_button, .c-cart .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-cart input, .c-cart .gform_wrapper .button, .gform_wrapper .c-cart .button, .c-cart .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-cart a, .c-cart .c-pagination__number a, .c-pagination__number .c-cart a, .c-cart .c-pagination__number span, .c-pagination__number .c-cart span, .c-cart .c-pagination__button a, .c-pagination__button .c-cart a {
  display: block;
  white-space: nowrap;
}

.c-cart--hidden {
  display: none;
}

.c-cart__items {
  margin: 0;
  padding: 0;
}

.c-cart__items li {
  list-style-type: none;
}

.c-cart-item__title {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 1.375rem;
  line-height: 1.27273em;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .c-cart-item__title {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.c-cart-item__price {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.22222em;
}

.c-cart__total {
  display: none;
}

.c-cart__footer {
  margin-top: 2em;
  text-align: center;
}

.c-cart__footer .btn, .c-cart__footer .gform_wrapper .gform_button, .gform_wrapper .c-cart__footer .gform_button,
.c-cart__footer .gform_wrapper .gform_previous_button, .gform_wrapper .c-cart__footer .gform_previous_button,
.c-cart__footer .gform_wrapper .gform_next_button, .gform_wrapper .c-cart__footer .gform_next_button, .c-cart__footer .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .c-cart__footer input, .c-cart__footer .gform_wrapper .button, .gform_wrapper .c-cart__footer .button, .c-cart__footer .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .c-cart__footer a, .c-cart__footer .c-pagination__number a, .c-pagination__number .c-cart__footer a, .c-cart__footer .c-pagination__number span, .c-pagination__number .c-cart__footer span, .c-cart__footer .c-pagination__button a, .c-pagination__button .c-cart__footer a {
  display: inline-block;
}

.c-cart__footer .btn:not(:last-child), .c-cart__footer .gform_wrapper .gform_button:not(:last-child), .gform_wrapper .c-cart__footer .gform_button:not(:last-child),
.c-cart__footer .gform_wrapper .gform_previous_button:not(:last-child), .gform_wrapper .c-cart__footer .gform_previous_button:not(:last-child),
.c-cart__footer .gform_wrapper .gform_next_button:not(:last-child), .gform_wrapper .c-cart__footer .gform_next_button:not(:last-child), .c-cart__footer .gform_wrapper .gform_drop_area input:not(:last-child), .gform_wrapper .gform_drop_area .c-cart__footer input:not(:last-child), .c-cart__footer .gform_wrapper .button:not(:last-child), .gform_wrapper .c-cart__footer .button:not(:last-child), .c-cart__footer .c-nav-main > ul > li:last-child a:not(:last-child), .c-nav-main > ul > li:last-child .c-cart__footer a:not(:last-child), .c-cart__footer .c-pagination__number a:not(:last-child), .c-pagination__number .c-cart__footer a:not(:last-child), .c-cart__footer .c-pagination__number span:not(:last-child), .c-pagination__number .c-cart__footer span:not(:last-child), .c-cart__footer .c-pagination__button a:not(:last-child), .c-pagination__button .c-cart__footer a:not(:last-child) {
  margin-bottom: .75em;
}

#cart {
  position: absolute;
  min-width: 502px;
  background-color: #fff;
  top: 70px;
  right: 0px;
  padding: 20px 25px 25px 21px;
  font-family: Roboto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#basket-arrow {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  top: -8px;
  right: 17px;
}

.basket-item {
  line-height: 54px;
  font-size: 18px;
  color: #0A1631;
  padding-bottom: 25px;
  border-bottom: 1px solid #E6E6E6;
  padding: 13px 0;
  display: block;
}

.basket-item::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.basket-item-description {
  display: flex;
  justify-content: space-between;
}

.basket-item-name {
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.basket-item-price {
  float: right;
  display: inline-block;
  margin-left: 50px;
  min-width: 75px;
  text-align: right;
}

.basket-item-bundle {
  float: left;
  padding-bottom: 15px;
  margin-top: -7px;
  opacity: 0.53;
  color: #16182C;
  font-size: 14px;
  line-height: 19px;
  max-width: 75%;
}

.basket-item-discount {
  float: right;
  position: relative;
  line-height: normal;
}

.basket-item-original-price {
  font-size: 16px;
  color: #939393;
}

.basket-item-original-price-strike {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #686868;
  transform: rotate(7deg);
  position: absolute;
  top: 10px;
}

.basket-coupon span:first-child,
.basket-subtotal span:first-child,
.basket-vat span:first-child,
.basket-total span:first-child {
  margin-right: 50px;
}

.basket-coupon span:last-child,
.basket-subtotal span:last-child,
.basket-vat span:last-child,
.basket-total span:last-child {
  display: inline-block;
  width: 100px;
}

.basket-coupon,
.basket-subtotal,
.basket-vat {
  font: 16px/19px Roboto;
  margin-bottom: 10px;
  color: #0A1631;
  text-align: right;
}

.basket-subtotal {
  margin-top: 22px;
}

.basket-total {
  font: 900 20px/2 Roboto;
  margin: 22px 0;
  color: #0A1631;
  text-align: right;
}

.basket-edit-button {
  text-decoration: none;
  color: #F26522;
  float: left;
  font: bold 16px/54px Roboto;
  transition: background-color 0.15s ease-in-out;
}

.basket-edit-button:hover {
  color: #ff5e03;
}

.basket-checkout {
  color: #FF7629;
  text-align: right;
  white-space: nowrap;
}

.basket-checkout-button {
  color: #fff;
  font: bold 16px/54px Lato;
  text-decoration: none;
  display: inline-block;
  background-color: #FF7629;
  border-radius: 27px;
  height: 54px;
  width: 214px;
  margin-left: 23px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
}

.basket-checkout-button:hover {
  color: #fff;
}

.basket-checkout-button:hover {
  background-color: #ff5e03;
}

.basket-edit-button:hover {
  color: #ff5e03;
}

.c-cart__wrapper {
  position: relative;
  margin-left: 1em;
}

.c-header-shop__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.c-header-shop__button svg {
  width: 20px;
  height: 20px;
  fill: white;
  transition: .2s ease all;
}

.c-header-shop__button:hover svg, .c-header-shop__button:focus svg {
  fill: #FF7629;
}

.c-header-shop__button span#btnLoginText {
  display: block;
  margin-left: .5em;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 300;
  color: #fff;
  transition: .2s ease all;
}

.c-header-shop__button span#btnLoginText:hover {
  color: #FF7629;
}

.c-header-shop__button:hover span:first-child {
  color: #FF7629;
}

.c-header-shop__button-cart--filled {
  position: relative;
  background-color: white;
  border-radius: 50%;
  padding: .825em;
}

.c-header-shop__button-cart--filled:hover svg, .c-header-shop__button-cart--filled:focus svg {
  fill: #16182C;
}

.c-header-shop__button-cart-count {
  position: absolute;
  right: -2px;
  top: -3.66667px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: white;
  background-color: #FF7629;
  border-radius: 50%;
  margin-left: .5em;
  color: white;
  transition: .2s ease all;
  font: 700 0.75em "Lato", sans-serif !important;
}

.c-header-shop__button-cart--filled svg {
  fill: #16182C;
}

@media (max-width: 576px) {
  /*container width 540px */
  #cart {
    width: calc(370px - 30px) !important;
    min-width: unset;
  }
  .basket-checkout-button {
    width: 155px;
    font-size: 14px;
  }
  .basket-edit-button {
    font-size: 14px;
  }
  .basket-item-bundle {
    margin-top: 0;
  }
  .basket-item-name {
    white-space: normal;
    line-height: 1em;
  }
}

.c-tooltip {
  position: relative;
}

.c-tooltip:before, .c-tooltip:after {
  position: absolute;
  left: 50%;
}

.c-tooltip:before {
  top: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #16182C;
}

.c-tooltip:after {
  top: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #16182C;
  box-shadow: 0 5px 20px 0 rgba(22, 24, 44, 0.8);
  color: white;
  padding: .5em 1em;
  border-radius: 24px;
  z-index: 100;
  white-space: nowrap;
}

.c-tooltip:hover:before, .c-tooltip:focus:before {
  content: "";
}

.c-tooltip:hover:after, .c-tooltip:focus:after {
  content: attr(data-title);
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted orange;
  /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #FF7629;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  word-break: break-word;
  width: 140px;
  font-size: 0.875rem;
  line-height: 1.28571em;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FF7629 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.widget_sow-tabs .sow-tabs-tab-container, .widget_sow-tabs .sow-tabs-panel-container, .widget_sow-tabs h3 {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #f9f9f9 !important;
}

.widget_sow-tabs .sow-tabs-tab-container {
  padding: 15px 9px 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0 0 2px;
}

.widget_sow-tabs .sow-tabs-panel-container {
  padding: 23px 30px 27px;
}

.widget_sow-tabs .sow-tabs-tab.sow-tabs-tab-selected, .widget_sow-tabs .sow-tabs-tab:hover {
  color: #000 !important;
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0 0 2px;
}

.widget_sow-tabs .sow-tabs-tab {
  color: #828282 !important;
  font-size: 1.125rem;
  line-height: 1.44444em;
  font-weight: 600;
}

.dummy-tabs .sow-tabs-panel-container {
  height: 0;
  padding: 0 !important;
}

.dummy-tabs h2 {
  font-size: 1.625rem;
  line-height: 1.15385em;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .dummy-tabs h2 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.dummy-tabs .sow-tabs-tab {
  padding: 16px 15px 11px 15px !important;
  margin: 0px 5px 12px 5px !important;
}

.dummy-tabs .sow-tabs-tab-selected, .dummy-tabs .sow-tabs-tab:hover {
  border-color: #FF7629 !important;
}

.dummy-tabs .sow-tabs-tab-container {
  padding: 12px 10px 0px 21px !important;
}

.c-distributor {
  flex: 1 0 auto;
  background-color: white;
  color: #16182C;
  padding: 2em;
  font-size: 0.875rem;
  line-height: 1.71429em;
  font-weight: 400;
}

.c-distributor a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
}

.c-distributor__country-flag {
  margin-right: .75rem;
  max-height: 100%;
  height: 1.25rem;
  width: 1.25rem;
  background: no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

.c-distributor__country-name {
  padding-right: 1em;
  font-size: 0.875rem;
  line-height: 1.28571em;
  text-transform: uppercase;
  color: #A8A8A8;
}

.c-distributor__title {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .25em;
  font-size: 1.25rem;
  line-height: 1.45em;
  font-weight: 700;
}

.c-distributor__img {
  margin: 0 auto;
  text-align: center;
}

.c-distributor .c-distributor__content p {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.71429em;
  font-weight: 200;
}

.c-distributor__list {
  margin: 0;
  padding: 0;
}

.c-distributor__list:not(:last-child) {
  margin-bottom: 1em;
}

.c-distributor__list li {
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.71429em;
  font-weight: 400;
}

.c-distributor__list--extra li:not(:last-child) {
  margin-bottom: 1em;
}

.c-distributor__list--buttons li:not(:last-child) {
  margin-bottom: .5em;
}

.c-plugin-info {
  margin: 2em 0 0 0;
  padding: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-plugin-info li {
  list-style-type: none;
}

.c-plugin-info li:not(:last-child) {
  margin-bottom: 1em;
}

.c-plugin-info span, .c-plugin-info a {
  display: block;
  padding-left: 32px;
}

.c-plugin-info__label {
  position: relative;
  color: #16182C;
  margin-bottom: .5em;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 700;
}

.c-plugin-info__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center center;
  background-size: contain;
}

.c-plugin-info__label--installer:before {
  background-image: url(../images/installer-blue.svg);
}

.c-plugin-info__label--windows:before {
  background-image: url(../images/windows-blue.svg);
}

.c-plugin-info__label--fl:before {
  background-image: url(../images/fl-studio-simple-blue.svg);
}

.c-plugin-info__label--help:before {
  background-image: url(../images/question-blue.svg);
}

.c-plugin-info__description {
  opacity: .49;
  font-size: 0.75rem;
  line-height: 1.33333em;
}

.c-back-overview .icon-arrow-right {
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
}

.c-back-top {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  transform: translateY(100px);
  transition: all .6s;
  z-index: 9999;
}

.c-back-top .icon-arrow-right {
  width: 22px;
  height: 22px;
  transform: rotate(-90deg);
  transition: all .3s;
}

.c-back-top.in-view {
  transform: translateY(0);
}

.c-back-top__text {
  line-height: 1.2;
  font-size: 12px;
  max-width: 30px;
}

.c-back-top:hover .icon-arrow-right {
  transform: rotate(-90deg);
}

/*
 * Widgets
 * Page-builder widgets styling
 */
/*
 * Widgets
 * Global styling
 */
.w-widget {
  padding: 45px 0;
}

@media (min-width: 1200px) {
  .w-widget {
    padding: 75px 0;
  }
}

.w-widget p, .w-widget ul, .w-widget ol {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.77778em;
  font-weight: 400;
  color: #4f5862;
}

.w-widget .sub {
  font-size: 0.75rem;
  line-height: 1.33333em;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .single-post .w-widget {
    padding: 0 0 45px 0;
  }
}

.c-post__excerpt .w-widget {
  padding: 0 0 0 0;
}

.c-post__featured .w-widget {
  padding: 0 0 0 0;
}

.w-widget .sc-c-fix span {
  letter-spacing: 0.2px;
  opacity: 1;
}

.w-widget .sc-c-fix p {
  line-height: 1rem;
}

.w-widget .small-subtitle {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 300;
  color: #a0a0a2;
}

.w-widget-mini .w-widget {
  padding-top: 0px;
}

.w-widget.w-buttons {
  padding-top: 0px;
}

.w-widget.w-slide {
  padding-bottom: 0px;
}

.cta_all_artists .w-widget {
  padding-top: 10px;
}

.w-widget__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-widget__title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.w-widget__medium-title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 1.75rem;
  line-height: 1.42857em;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .w-widget__medium-title {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.w-widget__caption {
  margin-top: .5em;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 300;
}

.widget_social {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .widget_social {
    display: block !important;
  }
}

.widget_social .w-cta--simple {
  text-align: left !important;
  padding: 10px 0.2rem 47px 0.2rem;
}

@media (max-width: 767.98px) {
  .widget_social .w-cta--simple {
    padding: 10px 0 0 0;
  }
}

.widget_social .orange-text.sc-c__vals {
  margin-bottom: 0rem;
  letter-spacing: -1px;
}

.widget_social .sc-description.font-fix {
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 300;
  font-style: italic;
  color: #a0a0a2;
  padding-top: 3px;
}

.widget_social .green, .widget_social h2 {
  font-size: 1.3125rem;
  line-height: 1.2381em;
  font-weight: 300;
  color: #1db792;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .widget_social .green, .widget_social h2 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.widget_social .sc-wrapp {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.widget_social .orange-text.sc-c__vals span {
  font-size: 1.875rem;
  line-height: 1.06667em;
  font-weight: 600;
  color: #ff7629;
}

@media (max-width: 1200px) {
  .widget_social .orange-text.sc-c__vals span {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

@media (max-width: 991.98px) {
  .widget_social .orange-text.sc-c__vals span {
    font-size: 1.5rem;
    line-height: 1.16667em;
    font-weight: 600;
  }
}

@media (max-width: 991.98px) and (max-width: 1200px) {
  .widget_social .orange-text.sc-c__vals span {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.widget_social .sc-c__numbers {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #444448;
  margin-bottom: 10px;
}

.widget_social .sc-c__numbers div {
  display: table-cell;
  padding-right: 1.4rem;
}

@media (max-width: 767.98px) {
  .widget_social .sc-c__numbers div {
    padding-right: 1rem;
  }
}

.widget_social .sc-d span {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_social .social-block__container--small {
  width: 100%;
  margin-bottom: 20px;
}

.widget_social .social-block__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
  text-align: left;
  width: 24%;
}

.widget_social .social-block__item img {
  max-width: 50%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.widget_social .social-block__item .social-block__statistic {
  margin-top: 4px;
}

.widget_social .social-block__item .social-block__statistic .numbers {
  font-size: 1.875rem;
  line-height: 1.06667em;
  font-weight: 600;
  color: #ff7629;
}

@media (max-width: 1200px) {
  .widget_social .social-block__item .social-block__statistic .numbers {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

@media (max-width: 991.98px) {
  .widget_social .social-block__item .social-block__statistic .numbers {
    font-size: 1.5rem;
    line-height: 1.16667em;
    font-weight: 600;
  }
}

@media (max-width: 991.98px) and (max-width: 1200px) {
  .widget_social .social-block__item .social-block__statistic .numbers {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.widget_social .social-block__item .social-block__statistic .words {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.77778em;
  font-weight: 400;
  color: #4f5862;
  line-height: 1rem;
}

.widget_social .social-border {
  border-bottom: 1px solid #444448;
  padding-top: 6px;
}

.widget_social .social-block__socials-wrap {
  width: 100%;
  display: flex;
}

.dummy_faq {
  max-width: 1440px;
  margin: 0 auto;
}

.dummy_faq .sow-tabs-panel-container {
  height: 0;
  padding: 0 !important;
}

.dummy_faq h2 {
  font-size: 1.625rem;
  line-height: 1.15385em;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .dummy_faq h2 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.w-image img {
  width: 100%;
  height: auto;
  display: block;
}

.w-hero {
  position: relative;
  overflow: hidden;
}

.w-hero--img {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .w-hero--img {
    height: 30vh;
  }
}

.w-hero--content {
  position: absolute;
  width: 100%;
  height: 60vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  color: #f8f9fa;
}

@media (max-width: 767.98px) {
  .w-hero--content {
    height: auto;
    position: relative;
    padding-top: 1.5rem;
    color: #16182C;
  }
}

.w-editor {
  color: #16182C;
}

@media (max-width: 991.98px) {
  .w-editor.highlight {
    background-color: #F6F6F6;
  }
}

.w-editor .highlight {
  font-weight: 300;
}

.w-editor .intro p {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.4545;
  color: #4f5862;
}

.w-editor li {
  font-family: "Lato", sans-serif;
  color: #4f5862;
  font-size: 1.125rem;
  line-height: 1.88889em;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 0.7rem;
}

.w-editor a {
  color: #FF7629;
}

.w-editor img {
  height: auto;
}

.w-headings h4 {
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  .w-headings h4 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.w-headings h5 {
  font-size: 1.25rem;
}

.w-image-text ul a {
  color: #FF7629;
}

.w-image-text ul a:hover, .w-image-text ul a:focus {
  text-decoration: underline;
}

.w-image-text__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  font-size: 1.625rem;
  line-height: 1.65385em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-image-text__title {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.w-image-text__title--big {
  margin-bottom: .5em;
  font-size: 4.375rem;
  line-height: 1.14286em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-image-text__title--big {
    font-size: calc(1.5625rem + 3.75vw) ;
  }
}

@media (max-width: 991.98px) {
  .w-cta.w-widget {
    padding: 0 0 10px 0;
  }
}

.w-cta iframe {
  width: 100%;
  height: 150px;
}

.w-cta span {
  opacity: 0.4;
  font-family: "Roboto", sans-serif;
  color: #16182C;
  letter-spacing: 2.97px;
  font-size: 1.125rem;
}

.w-cta--logo {
  height: 100%;
}

.w-cta--logo svg {
  height: 100%;
}

.w-cta--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 25vh;
}

.c-bg-color--dark .w-cta__content {
  background-color: #23283C;
}

.w-double-cta {
  color: white;
}

.w-double-cta .c-colored-title {
  display: block;
  margin-bottom: .5em;
  font-size: 1.1875rem;
  line-height: 1.21053em;
}

.w-double-cta-right--image, .w-double-cta-left--image {
  position: relative;
  width: 100%;
  min-height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.w-double-cta .app-icon {
  height: 65px;
  width: 65px;
  background-image: url("../images/app-icon.svg");
  background-size: 65px;
  background-position: top right;
  background-repeat: no-repeat;
}

.w-double-cta__title {
  font-size: 1.875rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-double-cta__title {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

.w-quote p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-style: italic;
  font-size: 20px;
}

.w-quote p:before, .w-quote p:after {
  content: "";
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
}

@media (max-width: 767.98px) {
  .w-quote p:before, .w-quote p:after {
    background-size: 10px;
    width: 10px;
    height: 10px;
  }
}

.w-quote p:before {
  transform: scale(-1, 1);
  left: -25px;
  top: 0;
}

.w-quote p:after {
  right: -25px;
  bottom: -5px;
}

.w-video--play {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-video--play:after {
  background: url(../../source/sprites/icon-play.svg) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .8;
  transition: .3s all ease-in;
}

@media (max-width: 991.98px) {
  .w-video--play:after {
    width: 50px;
    height: 50px;
  }
}

.w-video--play:hover:after {
  opacity: 1;
}

.w-video img {
  width: 100%;
  height: auto;
  display: block;
}

.fancybox-active {
  overflow: hidden;
}

.product-header-video {
  margin: 40px 0;
}

.w-slider h2 {
  font-size: 3.125rem;
}

@media (max-width: 1200px) {
  .w-slider h2 {
    font-size: calc(1.4375rem + 2.25vw) ;
  }
}

.w-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.w-flex__title {
  margin: .75em 0;
}

.w-flex--small .w-flex__title {
  margin: 0.35em 0;
  font-size: 1.2rem;
}

.w-flex--medium .w-flex__title {
  font-size: 1.25rem;
  line-height: 1.85em;
  font-weight: 500;
}

.w-flex--large .w-flex__title {
  font-size: 1.625rem;
  line-height: 1.65385em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-flex--large .w-flex__title {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.w-flex__content--boxed {
  border: 1px solid rgba(35, 40, 60, 0.28);
  padding: 2em;
  height: 100%;
}

@media (max-width: 991.98px) {
  .w-flex__content--boxed {
    padding: 1em;
  }
}

.c-bg-color--dark .w-flex__content--boxed {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: #23283C;
}

.w-flex--small p {
  font-size: 1.05rem;
  line-height: 1.5rem;
}

.w-soundcloud iframe {
  width: 100%;
  height: 150px;
}

.w-try-or-buy {
  display: flex;
  align-items: center;
}

.w-try-or-buy__container {
  position: relative;
  padding: 2em;
}

@media (min-width: 768px) {
  .w-try-or-buy__container {
    padding: 2em 2em 2em 201px;
  }
}

.c-bg-color--light .w-try-or-buy__container {
  background-color: #F6F6F6;
  color: #16182C;
}

.c-bg-color--dark .w-try-or-buy__container {
  background-color: #23283C;
  color: white;
}

.c-bg-color-gradient--half .w-try-or-buy__container, .c-bg-color-gradient--two-tone-reverse .w-try-or-buy__container, .c-bg-color-gradient--gray-dark .w-try-or-buy__container {
  background-color: white;
  color: #16182C;
}

@media (min-width: 768px) {
  .w-try-or-buy__container:before {
    position: absolute;
    left: 0;
    bottom: -1em;
    display: block;
    content: "";
    background: url(../images/fl-fruit-logo.png) no-repeat center center;
    background-size: contain;
    width: 201px;
    height: 253px;
    z-index: 1;
  }
  .w-try-or-buy__container:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 67px;
    height: 253px;
    z-index: 0;
  }
  .c-bg-color--light .w-try-or-buy__container:after {
    background-color: white;
  }
  .c-bg-color--dark .w-try-or-buy__container:after {
    background-color: #16182C;
  }
  .c-bg-color-gradient--half .w-try-or-buy__container:after {
    background: linear-gradient(to bottom, white 0%, white 50%, #16182C 50%, #16182C 100%);
  }
  .c-bg-color-gradient--gray-dark .w-try-or-buy__container:after {
    background: linear-gradient(to bottom, #F6F6F6 0%, #F6F6F6 50%, #16182C 50%, #16182C 100%);
  }
}

.w-try-or-buy__content {
  margin: 0 0 1em 0;
}

@media (min-width: 1200px) {
  .w-try-or-buy__content {
    margin: 0 3em 0 0;
  }
}

.w-try-or-buy__tagline {
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 1.5rem;
  line-height: 1.41667em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-try-or-buy__tagline {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (max-width: 1400px) {
  .w-try-or-buy__tagline {
    font-size: 1.375rem;
    line-height: 1.09091em;
  }
}

@media (max-width: 1400px) and (max-width: 1200px) {
  .w-try-or-buy__tagline {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

@media (max-width: 1300px) {
  .w-try-or-buy__tagline {
    font-size: 1.25rem;
    line-height: 1.1em;
  }
}

.w-try-or-buy__availability {
  display: inline;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .w-try-or-buy__availability {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

@media (max-width: 1400px) {
  .w-try-or-buy__availability {
    font-size: 1.125rem;
    line-height: 1em;
  }
}

@media (max-width: 1300px) {
  .w-try-or-buy__availability {
    font-size: 1rem;
    line-height: 1em;
  }
}

@media (min-width: 992px) {
  .w-try-or-buy__availability br {
    display: none;
  }
}

.w-try-or-buy__availability mark {
  background-color: transparent;
  padding: 0;
  color: #FF7629;
  font-weight: 700;
  margin: 0 .25em;
}

.w-try-or-buy__icon {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  margin: 0 .25em;
  vertical-align: top;
}

.w-try-or-buy__icon svg {
  height: 18px;
  width: 15px;
  margin-right: .25em;
}

.c-bg-color--light .w-try-or-buy__icon svg, .c-bg-color-gradient--half .w-try-or-buy__icon svg {
  fill: #16182C;
}

.c-bg-color--dark .w-try-or-buy__icon svg {
  fill: white;
}

.w-try-or-buy__buttons {
  display: flex;
  align-items: center;
}

.w-try-or-buy__buttons .btn:not(:last-child), .w-try-or-buy__buttons .gform_wrapper .gform_button:not(:last-child), .gform_wrapper .w-try-or-buy__buttons .gform_button:not(:last-child),
.w-try-or-buy__buttons .gform_wrapper .gform_previous_button:not(:last-child), .gform_wrapper .w-try-or-buy__buttons .gform_previous_button:not(:last-child),
.w-try-or-buy__buttons .gform_wrapper .gform_next_button:not(:last-child), .gform_wrapper .w-try-or-buy__buttons .gform_next_button:not(:last-child), .w-try-or-buy__buttons .gform_wrapper .gform_drop_area input:not(:last-child), .gform_wrapper .gform_drop_area .w-try-or-buy__buttons input:not(:last-child), .w-try-or-buy__buttons .gform_wrapper .button:not(:last-child), .gform_wrapper .w-try-or-buy__buttons .button:not(:last-child), .w-try-or-buy__buttons .c-nav-main > ul > li:last-child a:not(:last-child), .c-nav-main > ul > li:last-child .w-try-or-buy__buttons a:not(:last-child), .w-try-or-buy__buttons .c-pagination__number a:not(:last-child), .c-pagination__number .w-try-or-buy__buttons a:not(:last-child), .w-try-or-buy__buttons .c-pagination__number span:not(:last-child), .c-pagination__number .w-try-or-buy__buttons span:not(:last-child), .w-try-or-buy__buttons .c-pagination__button a:not(:last-child), .c-pagination__button .w-try-or-buy__buttons a:not(:last-child) {
  margin-right: 1em;
}

.w-try-or-buy__form form {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .w-try-or-buy__form form {
    flex-direction: column;
  }
}

.w-try-or-buy__form form ul, .w-try-or-buy__form form li {
  margin: 0;
  padding: 0;
}

.w-try-or-buy__form form label {
  display: none !important;
}

.w-try-or-buy__form form .gform_footer {
  margin: 0 0 0 1em;
}

@media (max-width: 767.98px) {
  .w-try-or-buy__form form .gform_footer {
    margin: 1em 0 0 0;
  }
}

.w-try-or-buy__form .gform_wrapper input[type=email] {
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 1em;
  max-width: 250px;
  font-size: 1rem;
  line-height: 1.625em;
}

.w-widget-lifetime-free-updates__title {
  color: white;
  margin: 0;
}

.w-widget-lifetime-free-updates__text {
  margin: 2em 0;
}

.w-widget-lifetime-free-updates__text p {
  margin: 0;
}

.w-products__title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.125rem;
  line-height: 1.44em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-products__title {
    font-size: calc(1.4375rem + 2.25vw) ;
  }
}

.c-reference-image {
  transition: .25s ease all;
}

.c-reference-container:hover .c-reference-image {
  opacity: .75;
  transition: .25s ease all;
}

.c-reference-container__content-category {
  font-family: "Roboto", sans-serif;
  color: rgba(22, 24, 44, 0.4);
  letter-spacing: 2.97px;
  font-weight: 500;
}

.c-reference-container__content-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}

.dummy_faq .w-faq {
  background-color: #f9f9f9;
  padding: 0px 0px 75px 10px;
  border-radius: 8px;
}

.widget_intracto-faq-widget .answer_body {
  display: none;
  background-color: #eee;
  z-index: 10;
  padding: 10px;
  margin-left: 24px;
  max-width: 1024px;
}

.widget_intracto-faq-widget .answer_body p {
  margin-bottom: .1rem;
}

.widget_intracto-faq-widget .c-list-arrows li {
  display: block;
}

.widget_intracto-faq-widget .c-list-arrows li::before {
  display: inline-block !important;
}

.widget_intracto-faq-widget .answer_body a {
  color: #f55800;
}

.widget_intracto-faq-widget .answer_body h2 {
  font-size: 2rem;
}

.widget_intracto-faq-widget .nav_splitter {
  border-top: 2px solid #e8e8e8;
}

.widget_intracto-faq-widget .tabs_category li {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .widget_intracto-faq-widget .c-accordion__tab-switch {
    font-size: 0.9375rem;
    line-height: 1.33333em;
    font-weight: 300;
  }
}

.widget_intracto-faq-widget .tab-switch-category.c-accordion__tab-switch {
  font-size: 1.0625rem;
}

@media (max-width: 767.98px) {
  .widget_intracto-faq-widget .tab-switch-category.c-accordion__tab-switch {
    font-size: .90625rem;
  }
}

.c-post-image {
  transition: .25s ease all;
}

.c-post-container:hover .c-post-image {
  opacity: .75;
  transition: .25s ease all;
}

.c-post-container__content-category {
  letter-spacing: 2.97px;
  font-weight: 300;
}

.c-post-container__content-title {
  font-size: 1.125rem;
  letter-spacing: 0;
}

.c-post-container__content-reading-time {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}

.c-post-container__content-reading-time svg {
  height: 15px;
  width: 15px;
}

.w-posts.dark h2 {
  color: #fafafa;
}

.w-posts.dark .c-post__content {
  color: #16182C;
}

.w-posts.light .c-post__content, .w-posts.gray .c-post__content {
  color: #16182C;
}

.w-usps__title {
  margin-bottom: .5em;
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .w-usps__title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.w-usp__background--reverse {
  background-position: left center;
}

.w-usps-with-icons {
  padding: 15px 0 !important;
}

.w-accordion-media {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

@media (min-width: 576px) {
  .w-accordion-media {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .w-accordion-media {
    min-height: 500px;
  }
}

.w-accordion-media-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: none;
}

.w-accordion-media .w-video--play {
  height: 100%;
}

.w-accordion-item-title__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 0 0 auto;
  flex: 0 0 auto;
  transition: .2s ease all;
}

@media (min-width: 768px) {
  .w-accordion-item-title__icon {
    margin: 0 1rem 0 0;
  }
}

.w-accordion-item-title__icon:before, .w-accordion-item-title__icon:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 3.33333px;
  background-color: black;
  transition: .2s ease all;
}

.w-accordion-item-title__icon:after {
  transform: rotate(-90deg);
}

.active .w-accordion-item-title__icon {
  border-color: #FF7629;
}

.active .w-accordion-item-title__icon:before, .active .w-accordion-item-title__icon:after {
  background-color: #FF7629;
}

.active .w-accordion-item-title__icon:after {
  transform: rotate(0deg);
}

.w-accordion-item {
  position: relative;
}

.w-accordion-item-title {
  cursor: pointer;
  font-size: 1.5625rem;
  font-weight: bold;
  display: none;
}

@media (max-width: 1200px) {
  .w-accordion-item-title {
    font-size: calc(1.28125rem + 0.375vw) ;
  }
}

.w-accordion-item-title.icon svg {
  height: 16px;
  width: 16px;
}

.w-accordion-item-link a {
  color: #FF7629;
  transition: .25s ease-in all;
  font-weight: bold;
}

.w-accordion-item-link a:hover {
  color: #16182C;
  transition: .25s ease-in all;
}

.w-accordion-item-content {
  line-height: 30px;
  font-weight: 300;
  display: none;
}

.w-accordion-item-title {
  transition: .25s ease-in all;
}

.w-accordion-item-title svg {
  fill: #16182C;
}

.w-accordion-item-title.active {
  color: #FF7629;
  transition: .25s ease-in all;
}

.w-accordion-item-title.active svg {
  fill: #FF7629;
}

.w-form form {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}

/*
 *  Top banners
 */
.banner-header-promos {
  background-color: #16182C;
}

.banner-header-promos .row {
  padding: 12px 0 12px 12px !important;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
}

.banner-header-promos h2 {
  font-size: 2.37rem;
  font-weight: bold;
  color: #FF7629;
  line-height: 1em;
}

.banner-header-promos h2 span {
  color: white;
}

.banner-header-promos__subtitle {
  color: #A8A8A8;
  font-size: .92em;
}

.banner-header-promos .btn, .banner-header-promos .gform_wrapper .gform_button, .gform_wrapper .banner-header-promos .gform_button,
.banner-header-promos .gform_wrapper .gform_previous_button, .gform_wrapper .banner-header-promos .gform_previous_button,
.banner-header-promos .gform_wrapper .gform_next_button, .gform_wrapper .banner-header-promos .gform_next_button, .banner-header-promos .gform_wrapper .gform_drop_area input, .gform_wrapper .gform_drop_area .banner-header-promos input, .banner-header-promos .gform_wrapper .button, .gform_wrapper .banner-header-promos .button, .banner-header-promos .c-nav-main > ul > li:last-child a, .c-nav-main > ul > li:last-child .banner-header-promos a, .banner-header-promos .c-pagination__number a, .c-pagination__number .banner-header-promos a, .banner-header-promos .c-pagination__number span, .c-pagination__number .banner-header-promos span, .banner-header-promos .c-pagination__button a, .c-pagination__button .banner-header-promos a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.banner-header-promos .prices span {
  font-weight: bold;
  color: #FF7629;
}

.banner-header-promos .prices del {
  color: #A8A8A8;
  text-decoration: none;
  position: relative;
}

.banner-header-promos .prices del:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A8A8A8;
  bottom: 9px;
  left: 1px;
  transform: rotate(-195deg);
}

@media (max-width: 1199.98px) {
  .banner-header-promos .flex-column {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  .banner-header-promos .flex-column:not(:last-child) {
    margin-bottom: 32px;
  }
  .banner-header-promos h2 {
    font-size: 2em;
  }
  .banner-header-promos .row {
    padding: 1em !important;
  }
}

.razer-body p, .razer-body ul, .razer-body ol {
  color: #c7c7c7;
}

.bg-gradient-white {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,ffffff+50,7db9e8+100&1+0,1+48,0+50,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, white 48%, rgba(255, 255, 255, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
}

.bg-gradient-bottom-white {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$dark-blue-gray+0,000000+50,ffffff+51,ffffff+100 */
  background: #16182C;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #16182C 0%, #16182C 60%, #ffffff 60%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue-gray', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* century-gothic copy right has been expired and it is in public-domain & can be served from the imageline servers*/
@font-face {
  font-family: "century-gothic";
  src: url(../fonts/century-gothic/century-gothic-bold.woff2) format("woff2"), url(../fonts/century-gothic/century-gothic-bold.woff) format("woff"), url(../fonts/century-gothic/century-gothic-bold.otf) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "century-gothic";
  src: url(../fonts/century-gothic/century-gothic-regular.woff2) format("woff2"), url(../fonts/century-gothic/century-gothic-regular.woff) format("woff"), url(../fonts/century-gothic/century-gothic-regular.otf) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}

/*
 *  For WP Template Template Hidden Promo Landing
 */
.template-landing-page__banner-bottom {
  min-height: 106px;
}

.template-landing-page__main-box {
  position: relative;
  background-color: #16182C;
}

.template-landing-page__main-box h1 {
  margin: .5em 0;
}

.template-landing-page__main-box p {
  margin-bottom: 2em;
}

.template-landing-page__main-box .row {
  margin: 0 !important;
  padding: 0 30px;
}

.template-landing-page__main-box__bg {
  background-repeat: no-repeat !important;
  background-origin: border-box !important;
  height: 626px;
}

@media (max-width: 1199.98px) {
  .template-landing-page__main-box__bg {
    background-position: center bottom !important;
    height: auto;
  }
}

.template-landing-page__main-box__video-button {
  min-height: 200px;
  cursor: pointer;
}

.template-landing-page__buttons {
  display: flex;
  align-items: center;
  min-height: 156px;
  justify-content: flex-start;
}

.template-landing-page__buttons .c-download-sysreq {
  opacity: 1;
  display: none;
  margin-left: 14px;
  font-size: .7em;
  color: white;
  padding: 5px;
  border: white 2px solid !important;
  border-radius: 20px;
  line-height: 0.3em;
  position: relative !important;
}

.template-landing-page__buttons .c-download-sysreq .tooltiptext {
  bottom: 30px;
  margin-left: -98px;
}

.template-landing-page__buttons.no-min-height {
  min-height: 0 !important;
  right: calc(-33% + 150px);
  position: relative;
}

.template-landing-page__play-btn {
  width: 88px;
  height: 62px;
  background: no-repeat url("../images/YouTube_play_button_icon.svg");
  margin: auto;
  cursor: pointer;
}

.template-landing-page__play-btn:hover {
  width: 96px;
  height: 68px;
}

.template-landing-page del {
  -webkit-text-decoration-style: double;
          text-decoration-style: double;
}

.template-landing-page__power-users {
  padding: 20px;
  text-align: center;
}

.template-landing-page .plugins > div:not(.selected) .video-container iframe {
  opacity: 0;
}

.template-landing-page .plugins > div.selected .video-container iframe {
  opacity: 1;
}

.template-landing-page .youtube-thumbnail {
  position: absolute;
  height: 100% !important;
  left: 0;
}

.template-landing-page .no-video-thumbnail {
  -o-object-position: top;
     object-position: top;
  transition: width 1s, height 1s;
}

.template-landing-page .user-interface-instructions .popover {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #A8A8A8;
  box-shadow: #444 1px 1px 3px 1px;
  min-width: 300px;
  position: absolute;
  opacity: 0;
  display: none;
}

.template-landing-page .user-interface-instructions [data-toggle="tooltip"] {
  cursor: pointer;
  font-size: 2em;
  color: black;
  position: absolute;
  opacity: 0;
  background: white;
  border-radius: 60px;
  padding: 14px;
  line-height: 0.5em;
  display: flex;
  align-items: center;
  -webkit-animation: .5s;
          animation: .5s;
}

.template-landing-page .user-interface-instructions [data-toggle="tooltip"]:hover {
  padding: 16px;
  transform: translate(-2px, -2px);
}

.template-landing-page .user-interface-instructions [data-toggle="tooltip"]:before {
  content: "+";
}

.template-landing-page .w-accordion-item-title__icon {
  margin-left: 0 !important;
}

.template-landing-page #contentSlider {
  top: 20%;
}

.template-landing-page #contentSlider.carousel {
  min-height: 500px;
}

.template-landing-page #contentSlider .carousel-indicators li {
  display: none;
  background-color: black;
}

.template-landing-page #contentSlider .carousel-control-next, .template-landing-page #contentSlider .carousel-control-prev {
  -webkit-filter: brightness(0.1) !important;
          filter: brightness(0.1) !important;
}

.template-landing-page #contentSlider .carousel-caption {
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 20px 50px !important;
}

.template-landing-page #contentSlider .carousel-caption p {
  line-height: 1.2em;
}

.template-landing-page #contentSlider .carousel-inner {
  height: 100%;
}

.template-landing-page #contentSlider .carousel-item {
  text-align: center;
  height: 500px;
}

.template-landing-page #contentSlider .video-container {
  position: relative;
  width: 80%;
  height: 80%;
  margin-left: 18%;
}

.template-landing-page #contentSlider .youtube-thumbnail {
  width: 80% !important;
  height: 80% !important;
}

.template-landing-page #contentSlider .video-container iframe {
  width: 80% !important;
  height: 80% !important;
}

.template-landing-page #contentSlider .no-video-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page-template-template-hidden-promo-landing .carousel-3D .selected .video-container * {
  pointer-events: all;
}

.page-template-template-hidden-promo-landing .tooltip:not(.c-download-sysreq) {
  border: none !important;
}

.page-template-template-hidden-promo-landing .tooltip-inner {
  color: black;
  background-color: white;
  border: none;
}

.page-template-template-hidden-promo-landing #extraCTA {
  transition: opacity 1s;
}

.page-template-template-hidden-promo-landing .download-group {
  max-height: 50px;
}

.page-template-template-hidden-promo-landing .video-container {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 16px 0;
  width: 100%;
  box-shadow: none;
}

.page-template-template-hidden-promo-landing .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  transition-delay: 1.2s;
}

.page-template-template-hidden-promo-landing .modal-dialog {
  max-width: 94%;
}

.page-template-template-hidden-promo-landing .modal-body {
  position: relative;
  padding: 0;
}

.page-template-template-hidden-promo-landing .modal-content {
  background-color: transparent !important;
}

.page-template-template-hidden-promo-landing .modal-body .embed-responsive {
  height: 98vh;
  width: auto;
}

.page-template-template-hidden-promo-landing .modal-content .close {
  position: absolute;
  right: -2%;
  top: 10px;
  z-index: 999;
  font-size: 4rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  padding: 4px;
  line-height: .7em;
  border-radius: 8px;
}

.page-template-template-hidden-promo-landing .download-group .btn-link {
  color: white;
}

.page-template-template-hidden-promo-landing .download-group a img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.page-template-template-hidden-promo-landing .download-group .btn-download {
  display: flex;
  align-items: center;
  padding: 0 0 3px 18px;
}

.page-template-template-hidden-promo-landing .download-group .dropdown-menu {
  background-color: #FF7629;
  color: white;
}

.page-template-template-hidden-promo-landing .download-group .dropdown-item {
  color: white;
}

.page-template-template-hidden-promo-landing .download-group .dropdown-item:hover {
  background-color: #f55800;
}

.page-template-template-hidden-promo-landing .download-group .dropdown-item img {
  margin: 0 3px 6px 0;
}

.page-template-template-hidden-promo-landing .download-group .is-windows {
  -o-object-position: right;
     object-position: right;
  margin-left: 2px;
}

.page-template-template-hidden-promo-landing .download-group .is-mac {
  -o-object-position: left;
     object-position: left;
  margin-left: 4px;
  margin-right: -3px;
}

/**
 +  Download popup
 */
.page-template-template-download .after-download-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  background: #16182C;
  color: #FF7629;
  border: 1px solid #A8A8A8;
  padding: 20px;
  display: none;
  height: 180px;
}

@media screen and (min-width: 1550px) {
  .page-template-template-download .after-download-popup {
    right: calc(100% / 2 - 747px);
  }
}

.page-template-template-download .after-download-popup em {
  font-size: .95em;
}

.page-template-template-download .after-download-popup del {
  color: #A8A8A8;
}

.page-template-template-download .after-download-popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .9em;
  color: #F6F6F6;
  font-style: normal;
}

.page-template-template-download .after-download-popup .close:hover {
  cursor: pointer;
  color: white;
}

.page-template-template-download .after-download-popup .close:before {
  content: "\00D7";
}

.page-template-template-download .after-download-popup .popup-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/*
 *  For WP Template Midi Controllers (or devices)
 */
.page-template-template-midi-devices {
  /**
  Carousel
   */
}

.page-template-template-midi-devices .c-header.is-fixed #submenu {
  display: none;
}

.page-template-template-midi-devices .animations-slow {
  transition: all 1s cubic-bezier(0.76, 0.17, 0.59, 1.48);
}

.page-template-template-midi-devices .animations-fast {
  transition: all .1s ease-in-out;
}

.page-template-template-midi-devices .controller__filters {
  display: flex;
  justify-content: space-between;
  gap: .5em;
  align-items: center;
  background-color: #23283C;
  color: white;
  padding: .5em 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 763px) {
  .page-template-template-midi-devices .controller__filters {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 1.5em;
  }
}

.page-template-template-midi-devices .controller__filters .el-select {
  background-color: white;
}

.page-template-template-midi-devices .controller__wrapper {
  padding: 2em 0;
}

.page-template-template-midi-devices .controller__warning {
  margin-bottom: 1em;
  font-size: .8em;
}

.page-template-template-midi-devices .carousel-3D {
  margin-bottom: 2em;
}

.page-template-template-midi-devices #search_results {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  display: grid;
  gap: 2em;
  justify-content: center;
  grid-auto-rows: 1fr;
}

@media (max-width: 1439px) {
  .page-template-template-midi-devices #search_results {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .page-template-template-midi-devices #search_results {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .page-template-template-midi-devices #search_results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .page-template-template-midi-devices #search_results {
    grid-template-columns: 1fr;
  }
}

.page-template-template-midi-devices #search_results > div {
  border: 1px solid #ddd;
  transition: all .5s;
}

.page-template-template-midi-devices #search_results > div:hover {
  box-shadow: 0 0 4px 1px grey;
}

.page-template-template-midi-devices #search_results > div .controller__footer {
  height: 100%;
  background-color: white;
  min-height: 80px;
  display: flex;
  padding: 1em;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-template-midi-devices #search_results > div .controller__footer .controller-features {
  font-size: .75em;
}

.page-template-template-midi-devices #search_results > div .controller__footer .controller-features__item {
  display: flex;
  flex-direction: row;
}

.page-template-template-midi-devices #search_results > div .controller__footer .controller-features__item-title {
  text-transform: capitalize;
  font-weight: bold;
}

.page-template-template-midi-devices #search_results > div .controller__footer .controller-features__item-feature:not(:last-child)::after {
  content: ", ";
}

.page-template-template-midi-devices #search_results > div .controller__footer .title {
  font-size: 1.2em;
  font-weight: bold;
  align-self: center;
  margin-bottom: .5em;
}

.page-template-template-midi-devices #search_results > div .controller__image {
  min-height: 254px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  /*
          transition: object-position 20ms ease-in-out;
          */
}

.page-template-template-midi-devices #search_results > div .controller__image-wrapper {
  position: relative;
}

.page-template-template-midi-devices #search_results > div .controller__image-wrapper:hover .controller__image__logo-wrapper {
  opacity: 0;
}

.page-template-template-midi-devices #search_results > div .controller__image-wrapper.scrollable {
  cursor: ew-resize;
}

.page-template-template-midi-devices #search_results > div .controller__image__logo-wrapper {
  position: absolute;
  z-index: 2;
  width: 33%;
  right: 0;
  bottom: 0;
  padding: .5em;
  opacity: .9;
  transition: opacity .5s;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -1px -1px 4px #999;
  background-color: white;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 10%;
  height: 10%;
  font-size: 2em;
  padding: .6em;
  background: white;
  border: 1px solid #999;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.on, .page-template-template-midi-devices #search_results > div .controller__image__slider-button.off {
  cursor: pointer;
  opacity: .7;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.on:before, .page-template-template-midi-devices #search_results > div .controller__image__slider-button.off:before {
  position: absolute;
  top: -16%;
  left: 16%;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.on:hover, .page-template-template-midi-devices #search_results > div .controller__image__slider-button.off:hover {
  opacity: 1;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.on {
  background-color: #FF7629;
  color: white;
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.on:before {
  content: "\21D4";
}

.page-template-template-midi-devices #search_results > div .controller__image__slider-button.off:before {
  content: "\21CE";
}

@media (max-width: 991.98px) {
  .page-template-template-midi-devices #search_results > div .controller__image__slider-button {
    display: none;
  }
}

.page-template-template-midi-devices .brand__header {
  background-color: white;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 4px 1px grey;
  height: 140px;
}

.page-template-template-midi-devices .brand__logo {
  height: 100% !important;
}

.page-template-template-midi-devices .carousel-3D {
  min-height: 300px;
  padding: 2em 0;
  /**
    MOBILE
     */
}

.page-template-template-midi-devices .carousel-3D > div {
  top: 0;
}

.page-template-template-midi-devices .carousel-3D div {
  padding: 1.5em;
  background: white;
  width: 33%;
  margin-bottom: 2em;
}

.page-template-template-midi-devices .carousel-3D div h3 {
  font-size: 1.3em;
}

.page-template-template-midi-devices .carousel-3D div h4 {
  font-size: 1.15em;
}

.page-template-template-midi-devices .carousel-3D div p {
  font-size: .9em;
  line-height: 1.2em;
}

.page-template-template-midi-devices .carousel-3D div img {
  width: 100% !important;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  -o-object-position: left center;
     object-position: left center;
}

.page-template-template-midi-devices .carousel-3D div:not(.selected) * {
  pointer-events: none;
}

.page-template-template-midi-devices .carousel-3D div.hideLeft {
  left: -100px !important;
}

.page-template-template-midi-devices .carousel-3D div.hideRight {
  left: 100% !important;
}

.page-template-template-midi-devices .carousel-3D div.hideRight, .page-template-template-midi-devices .carousel-3D div.hideLeft {
  width: 26%;
  top: 6.5%;
}

.page-template-template-midi-devices .carousel-3D div.hideRight img, .page-template-template-midi-devices .carousel-3D div.hideLeft img {
  height: 200px !important;
}

.page-template-template-midi-devices .carousel-3D div.prev, .page-template-template-midi-devices .carousel-3D div.next {
  top: 3.5%;
  width: 27%;
}

.page-template-template-midi-devices .carousel-3D div.prev img, .page-template-template-midi-devices .carousel-3D div.next img {
  height: 220px !important;
}

.page-template-template-midi-devices .carousel-3D div.prev p, .page-template-template-midi-devices .carousel-3D div.next p {
  font-size: 0.7em;
}

.page-template-template-midi-devices .carousel-3D div.nextRightSecond p, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond p {
  font-size: 0.65em;
}

.page-template-template-midi-devices .carousel-3D div.hideLeft p, .page-template-template-midi-devices .carousel-3D div.hideRight p {
  font-size: 0.65em;
}

.page-template-template-midi-devices .carousel-3D div.prev {
  left: 17%;
}

.page-template-template-midi-devices .carousel-3D div.next {
  left: 60%;
}

.page-template-template-midi-devices .carousel-3D div.nextRightSecond, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond {
  top: 4.5%;
  width: 26%;
}

.page-template-template-midi-devices .carousel-3D div.nextRightSecond img, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond img {
  height: 210px !important;
}

.page-template-template-midi-devices .carousel-3D div.nextRightSecond {
  left: 77%;
}

.page-template-template-midi-devices .carousel-3D div.prevLeftSecond {
  left: 3%;
}

.page-template-template-midi-devices .carousel-3D div.selected {
  z-index: 10;
  left: calc(100% / 2 - 16%);
}

.page-template-template-midi-devices .carousel-3D p {
  width: 100%;
  text-align: center;
  font-style: italic;
}

@media screen and (max-width: 763px) {
  .page-template-template-midi-devices .carousel-3D div.selected {
    width: 40%;
  }
  .page-template-template-midi-devices .carousel-3D div.next, .page-template-template-midi-devices .carousel-3D div.prev {
    width: 36% !important;
  }
  .page-template-template-midi-devices .carousel-3D div.nextRightSecond, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond {
    width: 33% !important;
  }
}

@media screen and (max-width: 575px) {
  .page-template-template-midi-devices .carousel-3D div.selected, .page-template-template-midi-devices .carousel-3D > div {
    width: 60%;
  }
  .page-template-template-midi-devices .carousel-3D div.next, .page-template-template-midi-devices .carousel-3D div.prev {
    width: 53% !important;
  }
  .page-template-template-midi-devices .carousel-3D div.nextRightSecond, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond {
    width: 50% !important;
  }
}

@media screen and (max-width: 333px) {
  .page-template-template-midi-devices .carousel-3D div.selected, .page-template-template-midi-devices .carousel-3D > div {
    width: 70%;
  }
  .page-template-template-midi-devices .carousel-3D div.selected {
    left: 15% !important;
  }
  .page-template-template-midi-devices .carousel-3D div.next, .page-template-template-midi-devices .carousel-3D div.prev {
    width: 65% !important;
  }
  .page-template-template-midi-devices .carousel-3D div.nextRightSecond, .page-template-template-midi-devices .carousel-3D div.prevLeftSecond {
    width: 60% !important;
  }
}

/*
 * Api
 * Api pages styling
 */
/*
 * custom styles for content api pages

 */
.single-content-packs h1 {
  font-size: 2.1rem;
}

.single-content-packs td {
  padding: 4px 5px;
}

.single-content-packs .s2 td, .single-content-packs .s1 td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.single-content-packs .s2 td {
  background: #efefef;
}

.single-content-packs .s1 td {
  background: #e5e5e5;
}

.single-content-packs .s1 p, .single-content-packs .s2 p {
  font-size: 0.9rem;
}

.info_div2 {
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 0.2rem 0.2rem 0;
  display: flex;
}

.info_div2 p {
  padding: .6rem 0 0 .3rem;
  line-height: 1.7rem;
}

.info_div2 img {
  min-width: 120px;
  margin: .4rem;
}

.emd:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

.emd .emDlg {
  top: 20%;
  transform: translate(-50%, 0);
}

.emDlg {
  font-family: helvetica,arial;
  background: #fefefe;
  border: #555555 solid 1px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -500%);
  transition: transform 0.3s ease-out;
  z-index: 1111;
  width: auto;
  min-width: 300px;
  max-width: 98%;
}

.emLoginDlg {
  position: fixed;
  transition: transform 0.3s ease-out;
  z-index: 20000;
  width: 80%;
  max-width: 450px;
}

.emBody {
  padding: 20px;
}

.emFooter {
  padding: 15px 20px;
  text-align: right;
}

.emTitle {
  float: left;
}

.emBtn {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  min-width: 60px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: #428bca;
  border-color: #357ebd;
  color: #fff;
}

.emBtn:hover, .emBtn:focus {
  background: #357ebd;
}

.emd .emcloseBtn {
  position: absolute;
  right: 0px;
  cursor: pointer;
  z-index: 100000;
}

.post-type-archive-content-packs td, .post-type-archive-content-packs th {
  padding: 4px 5px;
}

.post-type-archive-content-packs td p, .post-type-archive-content-packs th p {
  margin: 0 !important;
}

.post-type-archive-content-packs .s0 th {
  background: #fff;
}

.post-type-archive-content-packs .s1 td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #e5e5e5;
}

.post-type-archive-content-packs .s2 td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #efefef;
}

.post-type-archive-content-packs .s3 td {
  background: #fff;
}

.post-type-archive-content-packs .dc_0 {
  width: 330px;
}

/*
 * Woocommerce
 * Add global Woocommerce styling
 */
/*
 * Pages
 * Custom pages styling
 */
/*
 * custom styles for learning page
 *
 */
#manual_links .container {
  max-width: 1048px;
}

.openedByUser {
  display: block !important;
}

#help_mobile_container iframe {
  max-width: none !important;
}

#help_mobile_container {
  display: flex;
  position: relative;
}

#help_mobile_container .div_col {
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}

#help_mobile_search {
  display: none;
  position: relative;
  height: 2.2rem;
  background-color: #16182C;
  width: 100%;
  padding-left: .5rem;
}

#mobile_search_icon {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0.49rem 1rem;
}

.search.icon {
  color: #000;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px #FF7629;
  border-radius: 100%;
  transform: rotate(-45deg);
}

.search.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: #FF7629;
}

@media (max-width: 767px) {
  #help_mobile_container .dc_0 {
    position: absolute;
    top: 0;
    height: 100%;
    display: none;
    padding: .5rem 1rem;
    background: white;
    border: none !important;
    box-shadow: 9px -4px 5px -7px rgba(0, 0, 0, 0.45);
  }
  #help_mobile_search {
    display: block;
    color: white;
    line-height: 1.9rem;
    cursor: pointer;
  }
}

/*# sourceMappingURL=main.css.map */
