:root {
  --blue: #205076;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #cda320;
  --green: #7ed321;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-light: #d1d1d1;
  --gray-dark: #343a40;
  --primary: #205076;
  --secondary: #6c757d;
  --success: #7ed321;
  --info: #17a2b8;
  --warning: #cda320;
  --danger: #dc3545;
  --light: #9b9b9b;
  --dark: #343a40;
  --white-gray: #f5f5f5;
  --white: #fff;
  --green: #7ed321;
  --blue: #205076;
  --yellow: #cda320;
  --black: #151a14;
  --green-dark: #207629;
  --red: #8d1e1e;
  --gray: #4a4a4a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #9b9b9b;
  text-align: left;
  background-color: #efefef;
}
[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: 1.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #7ed321;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.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;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2.5rem;
}
h4,
.h4 {
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 1.1rem;
}
.lead {
  font-size: 1.375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #efefef;
  border: 1px solid #d1d1d1;
  border-radius: 0.9375rem;
  max-width: 100%;
  height: auto;
}
.figure,
.content .fr-img-caption {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption,
.content .fr-img-caption .fr-inner {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table,
.content table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
}
.table th,
.content table th,
.table td,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d1d1d1;
}
.table thead th,
.content table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d1d1d1;
}
.table tbody + tbody,
.content table tbody + tbody {
  border-top: 2px solid #d1d1d1;
}
.table .table,
.content table .table,
.table .content table,
.content .table table,
.content table table {
  background-color: #efefef;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d1d1d1;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d1d1d1;
}
.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 {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1ced9;
}
.table-hover .table-primary:hover {
  background-color: #b1c2cf;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b1c2cf;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dbf3c1;
}
.table-hover .table-success:hover {
  background-color: #cfefac;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cfefac;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.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: #f1e5c1;
}
.table-hover .table-warning:hover {
  background-color: #ecdcac;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ecdcac;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.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: #e3e3e3;
}
.table-hover .table-light:hover {
  background-color: #d6d6d6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #d6d6d6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-white-gray,
.table-white-gray > th,
.table-white-gray > td {
  background-color: #fcfcfc;
}
.table-hover .table-white-gray:hover {
  background-color: #efefef;
}
.table-hover .table-white-gray:hover > td,
.table-hover .table-white-gray:hover > th {
  background-color: #efefef;
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: #fff;
}
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-green,
.table-green > th,
.table-green > td {
  background-color: #dbf3c1;
}
.table-hover .table-green:hover {
  background-color: #cfefac;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #cfefac;
}
.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c1ced9;
}
.table-hover .table-blue:hover {
  background-color: #b1c2cf;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #b1c2cf;
}
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #f1e5c1;
}
.table-hover .table-yellow:hover {
  background-color: #ecdcac;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #ecdcac;
}
.table-black,
.table-black > th,
.table-black > td {
  background-color: #bdbfbd;
}
.table-hover .table-black:hover {
  background-color: #b0b2b0;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b0b2b0;
}
.table-green-dark,
.table-green-dark > th,
.table-green-dark > td {
  background-color: #c1d9c3;
}
.table-hover .table-green-dark:hover {
  background-color: #b1cfb4;
}
.table-hover .table-green-dark:hover > td,
.table-hover .table-green-dark:hover > th {
  background-color: #b1cfb4;
}
.table-red,
.table-red > th,
.table-red > td {
  background-color: #dfc0c0;
}
.table-hover .table-red:hover {
  background-color: #d6afaf;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #d6afaf;
}
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #ccc;
}
.table-hover .table-gray:hover {
  background-color: #bfbfbf;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #bfbfbf;
}
.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,
.content table .thead-dark th {
  color: #efefef;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th,
.content table .thead-light th {
  color: #4a4a4a;
  background-color: #e9ecef;
  border-color: #d1d1d1;
}
.table-dark {
  color: #efefef;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.4375rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:focus {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #bcec87;
  outline: 0;
  box-shadow: none;
}
.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: #4a4a4a;
  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(1.2rem + 1px);
  padding-bottom: calc(1.2rem + 1px);
  font-size: 1.5rem;
  line-height: 1.8;
}
.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.9rem;
  line-height: 1.2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #9b9b9b;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  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.83rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(5.1rem + 2px);
  padding: 1.2rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  border-radius: 0.2rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  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: #7ed321;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(126, 211, 33, 0.9);
  border-radius: 0.9375rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #7ed321;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #7ed321;
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #7ed321;
}
.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: #7ed321;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #bcec87;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #97e245;
}
.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 1px #efefef,
    0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7ed321;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.9375rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #efefef,
    0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-primary:hover {
  color: #fff;
  background-color: #183c58;
  border-color: #15354e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #15354e;
  border-color: #122e44;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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(108, 117, 125, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-success:hover {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #64a71a;
  border-color: #5d9c18;
}
.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(126, 211, 33, 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(23, 162, 184, 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(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ac891b;
  border-color: #a18019;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a18019;
  border-color: #967717;
}
.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(205, 163, 32, 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(220, 53, 69, 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(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-light:hover {
  color: #fff;
  background-color: #888;
  border-color: #828282;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #828282;
  border-color: #7b7b7b;
}
.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(155, 155, 155, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-white-gray {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-white-gray:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dcdcdc;
}
.btn-white-gray:focus,
.btn-white-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-white-gray.disabled,
.btn-white-gray:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-white-gray:not(:disabled):not(.disabled):active,
.btn-white-gray:not(:disabled):not(.disabled).active,
.show > .btn-white-gray.dropdown-toggle {
  color: #212529;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}
.btn-white-gray:not(:disabled):not(.disabled):active:focus,
.btn-white-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-green {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-green:hover {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
}
.btn-green:focus,
.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #64a71a;
  border-color: #5d9c18;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-blue {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-blue:hover {
  color: #fff;
  background-color: #183c58;
  border-color: #15354e;
}
.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #15354e;
  border-color: #122e44;
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-yellow {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #ac891b;
  border-color: #a18019;
}
.btn-yellow:focus,
.btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #a18019;
  border-color: #967717;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-black {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}
.btn-black:hover {
  color: #fff;
  background-color: #040403;
  border-color: #000;
}
.btn-black:focus,
.btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 26, 20, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 26, 20, 0.5);
}
.btn-green-dark {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}
.btn-green-dark:hover {
  color: #fff;
  background-color: #18581f;
  border-color: #154e1b;
}
.btn-green-dark:focus,
.btn-green-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 118, 41, 0.5);
}
.btn-green-dark.disabled,
.btn-green-dark:disabled {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}
.btn-green-dark:not(:disabled):not(.disabled):active,
.btn-green-dark:not(:disabled):not(.disabled).active,
.show > .btn-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #154e1b;
  border-color: #124418;
}
.btn-green-dark:not(:disabled):not(.disabled):active:focus,
.btn-green-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 118, 41, 0.5);
}
.btn-red {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}
.btn-red:hover {
  color: #fff;
  background-color: #6d1717;
  border-color: #631515;
}
.btn-red:focus,
.btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 30, 30, 0.5);
}
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #631515;
  border-color: #581313;
}
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 30, 30, 0.5);
}
.btn-gray {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-gray:hover {
  color: #fff;
  background-color: #373737;
  border-color: #313131;
}
.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2a2a2a;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-outline-primary {
  color: #205076;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #205076;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #205076;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.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(32, 80, 118, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.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: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #7ed321;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #7ed321;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #7ed321;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.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(126, 211, 33, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  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: rgba(0, 0, 0, 0);
}
.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: #cda320;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #cda320;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #cda320;
  background-color: rgba(0, 0, 0, 0);
}
.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: #cda320;
  border-color: #cda320;
}
.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(205, 163, 32, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  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: rgba(0, 0, 0, 0);
}
.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: #9b9b9b;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #9b9b9b;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #9b9b9b;
  background-color: rgba(0, 0, 0, 0);
}
.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: #9b9b9b;
  border-color: #9b9b9b;
}
.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(155, 155, 155, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-white-gray {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #f5f5f5;
}
.btn-outline-white-gray:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-white-gray:focus,
.btn-outline-white-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-white-gray.disabled,
.btn-outline-white-gray:disabled {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white-gray:not(:disabled):not(.disabled):active,
.btn-outline-white-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-gray.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-white-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-green {
  color: #7ed321;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #7ed321;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #7ed321;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-outline-blue {
  color: #205076;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #205076;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #205076;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 80, 118, 0.5);
}
.btn-outline-yellow {
  color: #cda320;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #cda320;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #cda320;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 163, 32, 0.5);
}
.btn-outline-black {
  color: #151a14;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #151a14;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}
.btn-outline-black:focus,
.btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 26, 20, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #151a14;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 26, 20, 0.5);
}
.btn-outline-green-dark {
  color: #207629;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #207629;
}
.btn-outline-green-dark:hover {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}
.btn-outline-green-dark:focus,
.btn-outline-green-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 118, 41, 0.5);
}
.btn-outline-green-dark.disabled,
.btn-outline-green-dark:disabled {
  color: #207629;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-green-dark:not(:disabled):not(.disabled):active,
.btn-outline-green-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}
.btn-outline-green-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-green-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 118, 41, 0.5);
}
.btn-outline-red {
  color: #8d1e1e;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #8d1e1e;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}
.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 30, 30, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #8d1e1e;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 30, 30, 0.5);
}
.btn-outline-gray {
  color: #4a4a4a;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #4a4a4a;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #4a4a4a;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-link {
  font-weight: normal;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
  color: #7ed321;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1.2rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  border-radius: 0.1875rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.375rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: 0.1875rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7ed321;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(5.1rem + 2px);
  padding: 1.2rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  border-radius: 0.2rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.83rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.6875rem;
  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;
  background-color: #7ed321;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #efefef,
    none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d5f3b3;
}
.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;
}
.custom-control-label::before {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #d1d1d1;
}
.custom-control-label::after {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.9375rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7ed321;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #7ed321;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(32, 80, 118, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(32, 80, 118, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7ed321;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(32, 80, 118, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.9rem 1.75rem 0.9rem 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #bcec87;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 236, 135, 0.5);
}
.custom-select:focus::-ms-value {
  color: #4a4a4a;
  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 {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.83rem + 2px);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(5.1rem + 2px);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.4375rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4375rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bcec87;
  box-shadow: none;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #bcec87;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4375rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.4375rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.2rem 0.2rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #efefef,
    none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #efefef,
    none;
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #efefef,
    none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #7ed321;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d5f3b3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #7ed321;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #d5f3b3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #7ed321;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #d5f3b3;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #d1d1d1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d1d1d1;
  border-radius: 1rem;
}
.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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #d1d1d1;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #d1d1d1;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4a4a4a;
  background-color: #efefef;
  border-color: #d1d1d1 #d1d1d1 #efefef;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.9375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7ed321;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.21875rem;
  padding-bottom: 0.21875rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.1875rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.9375rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.875rem;
}
.card-title {
  margin-bottom: 1.875rem;
}
.card-subtitle {
  margin-top: -0.9375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.875rem;
}
.card-header {
  padding: 1.875rem 1.875rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.9375rem - 0) calc(0.9375rem - 0) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.875rem 1.875rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.9375rem - 0) calc(0.9375rem - 0);
}
.card-header-tabs {
  margin-right: -0.9375rem;
  margin-bottom: -1.875rem;
  margin-left: -0.9375rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.9375rem - 0);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.9375rem - 0);
  border-top-right-radius: calc(0.9375rem - 0);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.9375rem - 0);
  border-bottom-left-radius: calc(0.9375rem - 0);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.9375rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.9375rem;
    border-bottom-left-radius: 0.9375rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #343a40;
  content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #7ed321;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.9375rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.page-link:hover {
  z-index: 2;
  color: #7ed321;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #d1d1d1;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d1d1d1;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.9375rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #205076;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #15354e;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #212529;
  background-color: #7ed321;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #64a71a;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #cda320;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a18019;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #9b9b9b;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #828282;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-white-gray {
  color: #212529;
  background-color: #f5f5f5;
}
.badge-white-gray[href]:hover,
.badge-white-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dcdcdc;
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
.badge-white[href]:hover,
.badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-green {
  color: #212529;
  background-color: #7ed321;
}
.badge-green[href]:hover,
.badge-green[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #64a71a;
}
.badge-blue {
  color: #fff;
  background-color: #205076;
}
.badge-blue[href]:hover,
.badge-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #15354e;
}
.badge-yellow {
  color: #212529;
  background-color: #cda320;
}
.badge-yellow[href]:hover,
.badge-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a18019;
}
.badge-black {
  color: #fff;
  background-color: #151a14;
}
.badge-black[href]:hover,
.badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.badge-green-dark {
  color: #fff;
  background-color: #207629;
}
.badge-green-dark[href]:hover,
.badge-green-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #154e1b;
}
.badge-red {
  color: #fff;
  background-color: #8d1e1e;
}
.badge-red[href]:hover,
.badge-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #631515;
}
.badge-gray {
  color: #fff;
  background-color: #4a4a4a;
}
.badge-gray[href]:hover,
.badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #313131;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.9375rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: bold;
}
.alert-dismissible {
  padding-right: 4.1875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #112a3d;
  background-color: #d2dce4;
  border-color: #c1ced9;
}
.alert-primary hr {
  border-top-color: #b1c2cf;
}
.alert-primary .alert-link {
  color: #060f15;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #426e11;
  background-color: #e5f6d3;
  border-color: #dbf3c1;
}
.alert-success hr {
  border-top-color: #cfefac;
}
.alert-success .alert-link {
  color: #27420a;
}
.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: #6b5511;
  background-color: #f5edd2;
  border-color: #f1e5c1;
}
.alert-warning hr {
  border-top-color: #ecdcac;
}
.alert-warning .alert-link {
  color: #3f320a;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #515151;
  background-color: #ebebeb;
  border-color: #e3e3e3;
}
.alert-light hr {
  border-top-color: #d6d6d6;
}
.alert-light .alert-link {
  color: #383838;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-white-gray {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-white-gray hr {
  border-top-color: #efefef;
}
.alert-white-gray .alert-link {
  color: #666;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
.alert-green {
  color: #426e11;
  background-color: #e5f6d3;
  border-color: #dbf3c1;
}
.alert-green hr {
  border-top-color: #cfefac;
}
.alert-green .alert-link {
  color: #27420a;
}
.alert-blue {
  color: #112a3d;
  background-color: #d2dce4;
  border-color: #c1ced9;
}
.alert-blue hr {
  border-top-color: #b1c2cf;
}
.alert-blue .alert-link {
  color: #060f15;
}
.alert-yellow {
  color: #6b5511;
  background-color: #f5edd2;
  border-color: #f1e5c1;
}
.alert-yellow hr {
  border-top-color: #ecdcac;
}
.alert-yellow .alert-link {
  color: #3f320a;
}
.alert-black {
  color: #0b0e0a;
  background-color: #d0d1d0;
  border-color: #bdbfbd;
}
.alert-black hr {
  border-top-color: #b0b2b0;
}
.alert-black .alert-link {
  color: #000;
}
.alert-green-dark {
  color: #113d15;
  background-color: #d2e4d4;
  border-color: #c1d9c3;
}
.alert-green-dark hr {
  border-top-color: #b1cfb4;
}
.alert-green-dark .alert-link {
  color: #061507;
}
.alert-red {
  color: #491010;
  background-color: #e8d2d2;
  border-color: #dfc0c0;
}
.alert-red hr {
  border-top-color: #d6afaf;
}
.alert-red .alert-link {
  color: #1f0707;
}
.alert-gray {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #ccc;
}
.alert-gray hr {
  border-top-color: #bfbfbf;
}
.alert-gray .alert-link {
  color: #0d0d0d;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.9375rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #205076;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #4a4a4a;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #9b9b9b;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #112a3d;
  background-color: #c1ced9;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #112a3d;
  background-color: #b1c2cf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #112a3d;
  border-color: #112a3d;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #426e11;
  background-color: #dbf3c1;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #426e11;
  background-color: #cfefac;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #426e11;
  border-color: #426e11;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #6b5511;
  background-color: #f1e5c1;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #6b5511;
  background-color: #ecdcac;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #6b5511;
  border-color: #6b5511;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #515151;
  background-color: #e3e3e3;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #515151;
  background-color: #d6d6d6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-white-gray {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-white-gray.list-group-item-action:hover,
.list-group-item-white-gray.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-white-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-green {
  color: #426e11;
  background-color: #dbf3c1;
}
.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #426e11;
  background-color: #cfefac;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #426e11;
  border-color: #426e11;
}
.list-group-item-blue {
  color: #112a3d;
  background-color: #c1ced9;
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #112a3d;
  background-color: #b1c2cf;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #112a3d;
  border-color: #112a3d;
}
.list-group-item-yellow {
  color: #6b5511;
  background-color: #f1e5c1;
}
.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #6b5511;
  background-color: #ecdcac;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #6b5511;
  border-color: #6b5511;
}
.list-group-item-black {
  color: #0b0e0a;
  background-color: #bdbfbd;
}
.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #0b0e0a;
  background-color: #b0b2b0;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #0b0e0a;
  border-color: #0b0e0a;
}
.list-group-item-green-dark {
  color: #113d15;
  background-color: #c1d9c3;
}
.list-group-item-green-dark.list-group-item-action:hover,
.list-group-item-green-dark.list-group-item-action:focus {
  color: #113d15;
  background-color: #b1cfb4;
}
.list-group-item-green-dark.list-group-item-action.active {
  color: #fff;
  background-color: #113d15;
  border-color: #113d15;
}
.list-group-item-red {
  color: #491010;
  background-color: #dfc0c0;
}
.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #491010;
  background-color: #d6afaf;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #491010;
  border-color: #491010;
}
.list-group-item-gray {
  color: #262626;
  background-color: #ccc;
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #262626;
  background-color: #bfbfbf;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.9375rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #9b9b9b;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0) no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #205076 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #15354e !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #7ed321 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #64a71a !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: #cda320 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #a18019 !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: #9b9b9b !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #828282 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white-gray {
  background-color: #f5f5f5 !important;
}
a.bg-white-gray:hover,
a.bg-white-gray:focus,
button.bg-white-gray:hover,
button.bg-white-gray:focus {
  background-color: #dcdcdc !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-green {
  background-color: #7ed321 !important;
}
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #64a71a !important;
}
.bg-blue {
  background-color: #205076 !important;
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #15354e !important;
}
.bg-yellow {
  background-color: #cda320 !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #a18019 !important;
}
.bg-black {
  background-color: #151a14 !important;
}
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #000 !important;
}
.bg-green-dark {
  background-color: #207629 !important;
}
a.bg-green-dark:hover,
a.bg-green-dark:focus,
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #154e1b !important;
}
.bg-red {
  background-color: #8d1e1e !important;
}
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #631515 !important;
}
.bg-gray {
  background-color: #4a4a4a !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #313131 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid #d1d1d1 !important;
}
.border-top {
  border-top: 1px solid #d1d1d1 !important;
}
.border-right {
  border-right: 1px solid #d1d1d1 !important;
}
.border-bottom {
  border-bottom: 1px solid #d1d1d1 !important;
}
.border-left {
  border-left: 1px solid #d1d1d1 !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: #205076 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #7ed321 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #cda320 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #9b9b9b !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white-gray {
  border-color: #f5f5f5 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-green {
  border-color: #7ed321 !important;
}
.border-blue {
  border-color: #205076 !important;
}
.border-yellow {
  border-color: #cda320 !important;
}
.border-black {
  border-color: #151a14 !important;
}
.border-green-dark {
  border-color: #207629 !important;
}
.border-red {
  border-color: #8d1e1e !important;
}
.border-gray {
  border-color: #4a4a4a !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded,
.content .fr-rounded > .fr-img-wrap > img,
.content img.fr-rounded {
  border-radius: 0.9375rem !important;
}
.rounded-top {
  border-top-left-radius: 0.9375rem !important;
  border-top-right-radius: 0.9375rem !important;
}
.rounded-right {
  border-top-right-radius: 0.9375rem !important;
  border-bottom-right-radius: 0.9375rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.9375rem !important;
  border-bottom-left-radius: 0.9375rem !important;
}
.rounded-left {
  border-top-left-radius: 0.9375rem !important;
  border-bottom-left-radius: 0.9375rem !important;
}
.rounded-circle {
  border-radius: 50% !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 (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 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;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  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;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-5 {
  margin: 0.3125rem !important;
}
.mt-5,
.my-5 {
  margin-top: 0.3125rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 0.3125rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 0.3125rem !important;
}
.m-10 {
  margin: 0.625rem !important;
}
.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}
.m-15 {
  margin: 0.9375rem !important;
}
.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.mt-16,
.my-16 {
  margin-top: 1rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-25 {
  margin: 1.5625rem !important;
}
.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}
.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}
.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}
.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}
.m-35 {
  margin: 2.1875rem !important;
}
.mt-35,
.my-35 {
  margin-top: 2.1875rem !important;
}
.mr-35,
.mx-35 {
  margin-right: 2.1875rem !important;
}
.mb-35,
.my-35 {
  margin-bottom: 2.1875rem !important;
}
.ml-35,
.mx-35 {
  margin-left: 2.1875rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-45 {
  margin: 2.8125rem !important;
}
.mt-45,
.my-45 {
  margin-top: 2.8125rem !important;
}
.mr-45,
.mx-45 {
  margin-right: 2.8125rem !important;
}
.mb-45,
.my-45 {
  margin-bottom: 2.8125rem !important;
}
.ml-45,
.mx-45 {
  margin-left: 2.8125rem !important;
}
.m-50 {
  margin: 3.15rem !important;
}
.mt-50,
.my-50 {
  margin-top: 3.15rem !important;
}
.mr-50,
.mx-50 {
  margin-right: 3.15rem !important;
}
.mb-50,
.my-50 {
  margin-bottom: 3.15rem !important;
}
.ml-50,
.mx-50 {
  margin-left: 3.15rem !important;
}
.m-55 {
  margin: 3.4375rem !important;
}
.mt-55,
.my-55 {
  margin-top: 3.4375rem !important;
}
.mr-55,
.mx-55 {
  margin-right: 3.4375rem !important;
}
.mb-55,
.my-55 {
  margin-bottom: 3.4375rem !important;
}
.ml-55,
.mx-55 {
  margin-left: 3.4375rem !important;
}
.m-65 {
  margin: 2.1875 !important;
}
.mt-65,
.my-65 {
  margin-top: 2.1875 !important;
}
.mr-65,
.mx-65 {
  margin-right: 2.1875 !important;
}
.mb-65,
.my-65 {
  margin-bottom: 2.1875 !important;
}
.ml-65,
.mx-65 {
  margin-left: 2.1875 !important;
}
.m-70 {
  margin: 4.375rem !important;
}
.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}
.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}
.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}
.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}
.m-75 {
  margin: 4.6875rem !important;
}
.mt-75,
.my-75 {
  margin-top: 4.6875rem !important;
}
.mr-75,
.mx-75 {
  margin-right: 4.6875rem !important;
}
.mb-75,
.my-75 {
  margin-bottom: 4.6875rem !important;
}
.ml-75,
.mx-75 {
  margin-left: 4.6875rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-100 {
  margin: 6.25rem !important;
}
.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}
.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}
.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}
.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}
.m-110 {
  margin: 6.875rem !important;
}
.mt-110,
.my-110 {
  margin-top: 6.875rem !important;
}
.mr-110,
.mx-110 {
  margin-right: 6.875rem !important;
}
.mb-110,
.my-110 {
  margin-bottom: 6.875rem !important;
}
.ml-110,
.mx-110 {
  margin-left: 6.875rem !important;
}
.m-3 {
  margin: 0.1875rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.1875rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 0.1875rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.1875rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 0.1875rem !important;
}
.m-6 {
  margin: 0.375rem !important;
}
.mt-6,
.my-6 {
  margin-top: 0.375rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 0.375rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 0.375rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 0.375rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-18 {
  margin: 1.125rem !important;
}
.mt-18,
.my-18 {
  margin-top: 1.125rem !important;
}
.mr-18,
.mx-18 {
  margin-right: 1.125rem !important;
}
.mb-18,
.my-18 {
  margin-bottom: 1.125rem !important;
}
.ml-18,
.mx-18 {
  margin-left: 1.125rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}
.m-30 {
  margin: 1.875rem !important;
}
.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}
.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}
.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}
.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}
.m-36 {
  margin: 2.25rem !important;
}
.mt-36,
.my-36 {
  margin-top: 2.25rem !important;
}
.mr-36,
.mx-36 {
  margin-right: 2.25rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 2.25rem !important;
}
.ml-36,
.mx-36 {
  margin-left: 2.25rem !important;
}
.m-42 {
  margin: 2.625rem !important;
}
.mt-42,
.my-42 {
  margin-top: 2.625rem !important;
}
.mr-42,
.mx-42 {
  margin-right: 2.625rem !important;
}
.mb-42,
.my-42 {
  margin-bottom: 2.625rem !important;
}
.ml-42,
.mx-42 {
  margin-left: 2.625rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.mt-48,
.my-48 {
  margin-top: 3rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}
.m-54 {
  margin: 3.375rem !important;
}
.mt-54,
.my-54 {
  margin-top: 3.375rem !important;
}
.mr-54,
.mx-54 {
  margin-right: 3.375rem !important;
}
.mb-54,
.my-54 {
  margin-bottom: 3.375rem !important;
}
.ml-54,
.mx-54 {
  margin-left: 3.375rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-66 {
  margin: 4.125rem !important;
}
.mt-66,
.my-66 {
  margin-top: 4.125rem !important;
}
.mr-66,
.mx-66 {
  margin-right: 4.125rem !important;
}
.mb-66,
.my-66 {
  margin-bottom: 4.125rem !important;
}
.ml-66,
.mx-66 {
  margin-left: 4.125rem !important;
}
.m-72 {
  margin: 4.5rem !important;
}
.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}
.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}
.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}
.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}
.m-78 {
  margin: 4.875rem !important;
}
.mt-78,
.my-78 {
  margin-top: 4.875rem !important;
}
.mr-78,
.mx-78 {
  margin-right: 4.875rem !important;
}
.mb-78,
.my-78 {
  margin-bottom: 4.875rem !important;
}
.ml-78,
.mx-78 {
  margin-left: 4.875rem !important;
}
.m-84 {
  margin: 5.25rem !important;
}
.mt-84,
.my-84 {
  margin-top: 5.25rem !important;
}
.mr-84,
.mx-84 {
  margin-right: 5.25rem !important;
}
.mb-84,
.my-84 {
  margin-bottom: 5.25rem !important;
}
.ml-84,
.mx-84 {
  margin-left: 5.25rem !important;
}
.m-90 {
  margin: 5.625rem !important;
}
.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}
.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}
.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}
.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}
.m-96 {
  margin: 6rem !important;
}
.mt-96,
.my-96 {
  margin-top: 6rem !important;
}
.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}
.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}
.m-102 {
  margin: 6.375rem !important;
}
.mt-102,
.my-102 {
  margin-top: 6.375rem !important;
}
.mr-102,
.mx-102 {
  margin-right: 6.375rem !important;
}
.mb-102,
.my-102 {
  margin-bottom: 6.375rem !important;
}
.ml-102,
.mx-102 {
  margin-left: 6.375rem !important;
}
.m-108 {
  margin: 6.75rem !important;
}
.mt-108,
.my-108 {
  margin-top: 6.75rem !important;
}
.mr-108,
.mx-108 {
  margin-right: 6.75rem !important;
}
.mb-108,
.my-108 {
  margin-bottom: 6.75rem !important;
}
.ml-108,
.mx-108 {
  margin-left: 6.75rem !important;
}
.m-114 {
  margin: 7.125rem !important;
}
.mt-114,
.my-114 {
  margin-top: 7.125rem !important;
}
.mr-114,
.mx-114 {
  margin-right: 7.125rem !important;
}
.mb-114,
.my-114 {
  margin-bottom: 7.125rem !important;
}
.ml-114,
.mx-114 {
  margin-left: 7.125rem !important;
}
.m-120 {
  margin: 7.5rem !important;
}
.mt-120,
.my-120 {
  margin-top: 7.5rem !important;
}
.mr-120,
.mx-120 {
  margin-right: 7.5rem !important;
}
.mb-120,
.my-120 {
  margin-bottom: 7.5rem !important;
}
.ml-120,
.mx-120 {
  margin-left: 7.5rem !important;
}
.m-150 {
  margin: 9.375rem !important;
}
.mt-150,
.my-150 {
  margin-top: 9.375rem !important;
}
.mr-150,
.mx-150 {
  margin-right: 9.375rem !important;
}
.mb-150,
.my-150 {
  margin-bottom: 9.375rem !important;
}
.ml-150,
.mx-150 {
  margin-left: 9.375rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 0.3125rem !important;
}
.pt-5,
.py-5 {
  padding-top: 0.3125rem !important;
}
.pr-5,
.px-5 {
  padding-right: 0.3125rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important;
}
.pl-5,
.px-5 {
  padding-left: 0.3125rem !important;
}
.p-10 {
  padding: 0.625rem !important;
}
.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}
.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}
.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}
.p-15 {
  padding: 0.9375rem !important;
}
.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}
.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}
.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-16,
.py-16 {
  padding-top: 1rem !important;
}
.pr-16,
.px-16 {
  padding-right: 1rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}
.pl-16,
.px-16 {
  padding-left: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-25 {
  padding: 1.5625rem !important;
}
.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}
.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}
.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}
.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}
.p-35 {
  padding: 2.1875rem !important;
}
.pt-35,
.py-35 {
  padding-top: 2.1875rem !important;
}
.pr-35,
.px-35 {
  padding-right: 2.1875rem !important;
}
.pb-35,
.py-35 {
  padding-bottom: 2.1875rem !important;
}
.pl-35,
.px-35 {
  padding-left: 2.1875rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-45 {
  padding: 2.8125rem !important;
}
.pt-45,
.py-45 {
  padding-top: 2.8125rem !important;
}
.pr-45,
.px-45 {
  padding-right: 2.8125rem !important;
}
.pb-45,
.py-45 {
  padding-bottom: 2.8125rem !important;
}
.pl-45,
.px-45 {
  padding-left: 2.8125rem !important;
}
.p-50 {
  padding: 3.15rem !important;
}
.pt-50,
.py-50 {
  padding-top: 3.15rem !important;
}
.pr-50,
.px-50 {
  padding-right: 3.15rem !important;
}
.pb-50,
.py-50 {
  padding-bottom: 3.15rem !important;
}
.pl-50,
.px-50 {
  padding-left: 3.15rem !important;
}
.p-55 {
  padding: 3.4375rem !important;
}
.pt-55,
.py-55 {
  padding-top: 3.4375rem !important;
}
.pr-55,
.px-55 {
  padding-right: 3.4375rem !important;
}
.pb-55,
.py-55 {
  padding-bottom: 3.4375rem !important;
}
.pl-55,
.px-55 {
  padding-left: 3.4375rem !important;
}
.p-65 {
  padding: 2.1875 !important;
}
.pt-65,
.py-65 {
  padding-top: 2.1875 !important;
}
.pr-65,
.px-65 {
  padding-right: 2.1875 !important;
}
.pb-65,
.py-65 {
  padding-bottom: 2.1875 !important;
}
.pl-65,
.px-65 {
  padding-left: 2.1875 !important;
}
.p-70 {
  padding: 4.375rem !important;
}
.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}
.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}
.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}
.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}
.p-75 {
  padding: 4.6875rem !important;
}
.pt-75,
.py-75 {
  padding-top: 4.6875rem !important;
}
.pr-75,
.px-75 {
  padding-right: 4.6875rem !important;
}
.pb-75,
.py-75 {
  padding-bottom: 4.6875rem !important;
}
.pl-75,
.px-75 {
  padding-left: 4.6875rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-100 {
  padding: 6.25rem !important;
}
.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}
.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}
.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}
.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}
.p-110 {
  padding: 6.875rem !important;
}
.pt-110,
.py-110 {
  padding-top: 6.875rem !important;
}
.pr-110,
.px-110 {
  padding-right: 6.875rem !important;
}
.pb-110,
.py-110 {
  padding-bottom: 6.875rem !important;
}
.pl-110,
.px-110 {
  padding-left: 6.875rem !important;
}
.p-3 {
  padding: 0.1875rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.1875rem !important;
}
.pr-3,
.px-3 {
  padding-right: 0.1875rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.1875rem !important;
}
.pl-3,
.px-3 {
  padding-left: 0.1875rem !important;
}
.p-6 {
  padding: 0.375rem !important;
}
.pt-6,
.py-6 {
  padding-top: 0.375rem !important;
}
.pr-6,
.px-6 {
  padding-right: 0.375rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 0.375rem !important;
}
.pl-6,
.px-6 {
  padding-left: 0.375rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-18 {
  padding: 1.125rem !important;
}
.pt-18,
.py-18 {
  padding-top: 1.125rem !important;
}
.pr-18,
.px-18 {
  padding-right: 1.125rem !important;
}
.pb-18,
.py-18 {
  padding-bottom: 1.125rem !important;
}
.pl-18,
.px-18 {
  padding-left: 1.125rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}
.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}
.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}
.p-30 {
  padding: 1.875rem !important;
}
.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}
.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}
.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}
.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}
.p-36 {
  padding: 2.25rem !important;
}
.pt-36,
.py-36 {
  padding-top: 2.25rem !important;
}
.pr-36,
.px-36 {
  padding-right: 2.25rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 2.25rem !important;
}
.pl-36,
.px-36 {
  padding-left: 2.25rem !important;
}
.p-42 {
  padding: 2.625rem !important;
}
.pt-42,
.py-42 {
  padding-top: 2.625rem !important;
}
.pr-42,
.px-42 {
  padding-right: 2.625rem !important;
}
.pb-42,
.py-42 {
  padding-bottom: 2.625rem !important;
}
.pl-42,
.px-42 {
  padding-left: 2.625rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.pt-48,
.py-48 {
  padding-top: 3rem !important;
}
.pr-48,
.px-48 {
  padding-right: 3rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}
.pl-48,
.px-48 {
  padding-left: 3rem !important;
}
.p-54 {
  padding: 3.375rem !important;
}
.pt-54,
.py-54 {
  padding-top: 3.375rem !important;
}
.pr-54,
.px-54 {
  padding-right: 3.375rem !important;
}
.pb-54,
.py-54 {
  padding-bottom: 3.375rem !important;
}
.pl-54,
.px-54 {
  padding-left: 3.375rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-66 {
  padding: 4.125rem !important;
}
.pt-66,
.py-66 {
  padding-top: 4.125rem !important;
}
.pr-66,
.px-66 {
  padding-right: 4.125rem !important;
}
.pb-66,
.py-66 {
  padding-bottom: 4.125rem !important;
}
.pl-66,
.px-66 {
  padding-left: 4.125rem !important;
}
.p-72 {
  padding: 4.5rem !important;
}
.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}
.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}
.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}
.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}
.p-78 {
  padding: 4.875rem !important;
}
.pt-78,
.py-78 {
  padding-top: 4.875rem !important;
}
.pr-78,
.px-78 {
  padding-right: 4.875rem !important;
}
.pb-78,
.py-78 {
  padding-bottom: 4.875rem !important;
}
.pl-78,
.px-78 {
  padding-left: 4.875rem !important;
}
.p-84 {
  padding: 5.25rem !important;
}
.pt-84,
.py-84 {
  padding-top: 5.25rem !important;
}
.pr-84,
.px-84 {
  padding-right: 5.25rem !important;
}
.pb-84,
.py-84 {
  padding-bottom: 5.25rem !important;
}
.pl-84,
.px-84 {
  padding-left: 5.25rem !important;
}
.p-90 {
  padding: 5.625rem !important;
}
.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}
.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}
.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}
.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}
.p-96 {
  padding: 6rem !important;
}
.pt-96,
.py-96 {
  padding-top: 6rem !important;
}
.pr-96,
.px-96 {
  padding-right: 6rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}
.pl-96,
.px-96 {
  padding-left: 6rem !important;
}
.p-102 {
  padding: 6.375rem !important;
}
.pt-102,
.py-102 {
  padding-top: 6.375rem !important;
}
.pr-102,
.px-102 {
  padding-right: 6.375rem !important;
}
.pb-102,
.py-102 {
  padding-bottom: 6.375rem !important;
}
.pl-102,
.px-102 {
  padding-left: 6.375rem !important;
}
.p-108 {
  padding: 6.75rem !important;
}
.pt-108,
.py-108 {
  padding-top: 6.75rem !important;
}
.pr-108,
.px-108 {
  padding-right: 6.75rem !important;
}
.pb-108,
.py-108 {
  padding-bottom: 6.75rem !important;
}
.pl-108,
.px-108 {
  padding-left: 6.75rem !important;
}
.p-114 {
  padding: 7.125rem !important;
}
.pt-114,
.py-114 {
  padding-top: 7.125rem !important;
}
.pr-114,
.px-114 {
  padding-right: 7.125rem !important;
}
.pb-114,
.py-114 {
  padding-bottom: 7.125rem !important;
}
.pl-114,
.px-114 {
  padding-left: 7.125rem !important;
}
.p-120 {
  padding: 7.5rem !important;
}
.pt-120,
.py-120 {
  padding-top: 7.5rem !important;
}
.pr-120,
.px-120 {
  padding-right: 7.5rem !important;
}
.pb-120,
.py-120 {
  padding-bottom: 7.5rem !important;
}
.pl-120,
.px-120 {
  padding-left: 7.5rem !important;
}
.p-150 {
  padding: 9.375rem !important;
}
.pt-150,
.py-150 {
  padding-top: 9.375rem !important;
}
.pr-150,
.px-150 {
  padding-right: 9.375rem !important;
}
.pb-150,
.py-150 {
  padding-bottom: 9.375rem !important;
}
.pl-150,
.px-150 {
  padding-left: 9.375rem !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-5 {
    margin: 0.3125rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important;
  }
  .m-sm-15 {
    margin: 0.9375rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important;
  }
  .m-sm-25 {
    margin: 1.5625rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 1.5625rem !important;
  }
  .m-sm-35 {
    margin: 2.1875rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 2.1875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.8125rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .m-sm-50 {
    margin: 3.15rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.15rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.15rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.15rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.15rem !important;
  }
  .m-sm-55 {
    margin: 3.4375rem !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 3.4375rem !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 3.4375rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 3.4375rem !important;
  }
  .m-sm-65 {
    margin: 2.1875 !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 2.1875 !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 2.1875 !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 2.1875 !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 2.1875 !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 4.375rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 4.375rem !important;
  }
  .m-sm-75 {
    margin: 4.6875rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 4.6875rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 4.6875rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 4.6875rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 5rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 5rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 6.25rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 6.875rem !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 6.875rem !important;
  }
  .m-sm-3 {
    margin: 0.1875rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.1875rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.1875rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.1875rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.1875rem !important;
  }
  .m-sm-6 {
    margin: 0.375rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 0.375rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 0.375rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 0.375rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 0.375rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !important;
  }
  .m-sm-18 {
    margin: 1.125rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 1.125rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 1.125rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 1.125rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 1.125rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 1.5rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 2.25rem !important;
  }
  .m-sm-42 {
    margin: 2.625rem !important;
  }
  .mt-sm-42,
  .my-sm-42 {
    margin-top: 2.625rem !important;
  }
  .mr-sm-42,
  .mx-sm-42 {
    margin-right: 2.625rem !important;
  }
  .mb-sm-42,
  .my-sm-42 {
    margin-bottom: 2.625rem !important;
  }
  .ml-sm-42,
  .mx-sm-42 {
    margin-left: 2.625rem !important;
  }
  .m-sm-48 {
    margin: 3rem !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 3rem !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 3rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 3rem !important;
  }
  .m-sm-54 {
    margin: 3.375rem !important;
  }
  .mt-sm-54,
  .my-sm-54 {
    margin-top: 3.375rem !important;
  }
  .mr-sm-54,
  .mx-sm-54 {
    margin-right: 3.375rem !important;
  }
  .mb-sm-54,
  .my-sm-54 {
    margin-bottom: 3.375rem !important;
  }
  .ml-sm-54,
  .mx-sm-54 {
    margin-left: 3.375rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem !important;
  }
  .m-sm-66 {
    margin: 4.125rem !important;
  }
  .mt-sm-66,
  .my-sm-66 {
    margin-top: 4.125rem !important;
  }
  .mr-sm-66,
  .mx-sm-66 {
    margin-right: 4.125rem !important;
  }
  .mb-sm-66,
  .my-sm-66 {
    margin-bottom: 4.125rem !important;
  }
  .ml-sm-66,
  .mx-sm-66 {
    margin-left: 4.125rem !important;
  }
  .m-sm-72 {
    margin: 4.5rem !important;
  }
  .mt-sm-72,
  .my-sm-72 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-72,
  .mx-sm-72 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-72,
  .mx-sm-72 {
    margin-left: 4.5rem !important;
  }
  .m-sm-78 {
    margin: 4.875rem !important;
  }
  .mt-sm-78,
  .my-sm-78 {
    margin-top: 4.875rem !important;
  }
  .mr-sm-78,
  .mx-sm-78 {
    margin-right: 4.875rem !important;
  }
  .mb-sm-78,
  .my-sm-78 {
    margin-bottom: 4.875rem !important;
  }
  .ml-sm-78,
  .mx-sm-78 {
    margin-left: 4.875rem !important;
  }
  .m-sm-84 {
    margin: 5.25rem !important;
  }
  .mt-sm-84,
  .my-sm-84 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-84,
  .mx-sm-84 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-84,
  .my-sm-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-84,
  .mx-sm-84 {
    margin-left: 5.25rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 5.625rem !important;
  }
  .m-sm-96 {
    margin: 6rem !important;
  }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 6rem !important;
  }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 6rem !important;
  }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 6rem !important;
  }
  .m-sm-102 {
    margin: 6.375rem !important;
  }
  .mt-sm-102,
  .my-sm-102 {
    margin-top: 6.375rem !important;
  }
  .mr-sm-102,
  .mx-sm-102 {
    margin-right: 6.375rem !important;
  }
  .mb-sm-102,
  .my-sm-102 {
    margin-bottom: 6.375rem !important;
  }
  .ml-sm-102,
  .mx-sm-102 {
    margin-left: 6.375rem !important;
  }
  .m-sm-108 {
    margin: 6.75rem !important;
  }
  .mt-sm-108,
  .my-sm-108 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-108,
  .mx-sm-108 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-108,
  .my-sm-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-108,
  .mx-sm-108 {
    margin-left: 6.75rem !important;
  }
  .m-sm-114 {
    margin: 7.125rem !important;
  }
  .mt-sm-114,
  .my-sm-114 {
    margin-top: 7.125rem !important;
  }
  .mr-sm-114,
  .mx-sm-114 {
    margin-right: 7.125rem !important;
  }
  .mb-sm-114,
  .my-sm-114 {
    margin-bottom: 7.125rem !important;
  }
  .ml-sm-114,
  .mx-sm-114 {
    margin-left: 7.125rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 7.5rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 9.375rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 9.375rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: 0.3125rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important;
  }
  .p-sm-15 {
    padding: 0.9375rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important;
  }
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 1.5625rem !important;
  }
  .p-sm-35 {
    padding: 2.1875rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 2.1875rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.8125rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .p-sm-50 {
    padding: 3.15rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.15rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.15rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.15rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.15rem !important;
  }
  .p-sm-55 {
    padding: 3.4375rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 3.4375rem !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 3.4375rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 3.4375rem !important;
  }
  .p-sm-65 {
    padding: 2.1875 !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 2.1875 !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 2.1875 !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 2.1875 !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 2.1875 !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 4.375rem !important;
  }
  .p-sm-75 {
    padding: 4.6875rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 4.6875rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 4.6875rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 4.6875rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 5rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 5rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 6.25rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 6.875rem !important;
  }
  .p-sm-3 {
    padding: 0.1875rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.1875rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.1875rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.1875rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.1875rem !important;
  }
  .p-sm-6 {
    padding: 0.375rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 0.375rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 0.375rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 0.375rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 0.375rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !important;
  }
  .p-sm-18 {
    padding: 1.125rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 1.125rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 1.125rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 1.125rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 1.125rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 1.5rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 2.25rem !important;
  }
  .p-sm-42 {
    padding: 2.625rem !important;
  }
  .pt-sm-42,
  .py-sm-42 {
    padding-top: 2.625rem !important;
  }
  .pr-sm-42,
  .px-sm-42 {
    padding-right: 2.625rem !important;
  }
  .pb-sm-42,
  .py-sm-42 {
    padding-bottom: 2.625rem !important;
  }
  .pl-sm-42,
  .px-sm-42 {
    padding-left: 2.625rem !important;
  }
  .p-sm-48 {
    padding: 3rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 3rem !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 3rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 3rem !important;
  }
  .p-sm-54 {
    padding: 3.375rem !important;
  }
  .pt-sm-54,
  .py-sm-54 {
    padding-top: 3.375rem !important;
  }
  .pr-sm-54,
  .px-sm-54 {
    padding-right: 3.375rem !important;
  }
  .pb-sm-54,
  .py-sm-54 {
    padding-bottom: 3.375rem !important;
  }
  .pl-sm-54,
  .px-sm-54 {
    padding-left: 3.375rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem !important;
  }
  .p-sm-66 {
    padding: 4.125rem !important;
  }
  .pt-sm-66,
  .py-sm-66 {
    padding-top: 4.125rem !important;
  }
  .pr-sm-66,
  .px-sm-66 {
    padding-right: 4.125rem !important;
  }
  .pb-sm-66,
  .py-sm-66 {
    padding-bottom: 4.125rem !important;
  }
  .pl-sm-66,
  .px-sm-66 {
    padding-left: 4.125rem !important;
  }
  .p-sm-72 {
    padding: 4.5rem !important;
  }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-72,
  .px-sm-72 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 4.5rem !important;
  }
  .p-sm-78 {
    padding: 4.875rem !important;
  }
  .pt-sm-78,
  .py-sm-78 {
    padding-top: 4.875rem !important;
  }
  .pr-sm-78,
  .px-sm-78 {
    padding-right: 4.875rem !important;
  }
  .pb-sm-78,
  .py-sm-78 {
    padding-bottom: 4.875rem !important;
  }
  .pl-sm-78,
  .px-sm-78 {
    padding-left: 4.875rem !important;
  }
  .p-sm-84 {
    padding: 5.25rem !important;
  }
  .pt-sm-84,
  .py-sm-84 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-84,
  .px-sm-84 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-84,
  .py-sm-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-84,
  .px-sm-84 {
    padding-left: 5.25rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 5.625rem !important;
  }
  .p-sm-96 {
    padding: 6rem !important;
  }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 6rem !important;
  }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 6rem !important;
  }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 6rem !important;
  }
  .p-sm-102 {
    padding: 6.375rem !important;
  }
  .pt-sm-102,
  .py-sm-102 {
    padding-top: 6.375rem !important;
  }
  .pr-sm-102,
  .px-sm-102 {
    padding-right: 6.375rem !important;
  }
  .pb-sm-102,
  .py-sm-102 {
    padding-bottom: 6.375rem !important;
  }
  .pl-sm-102,
  .px-sm-102 {
    padding-left: 6.375rem !important;
  }
  .p-sm-108 {
    padding: 6.75rem !important;
  }
  .pt-sm-108,
  .py-sm-108 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-108,
  .px-sm-108 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-108,
  .py-sm-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-108,
  .px-sm-108 {
    padding-left: 6.75rem !important;
  }
  .p-sm-114 {
    padding: 7.125rem !important;
  }
  .pt-sm-114,
  .py-sm-114 {
    padding-top: 7.125rem !important;
  }
  .pr-sm-114,
  .px-sm-114 {
    padding-right: 7.125rem !important;
  }
  .pb-sm-114,
  .py-sm-114 {
    padding-bottom: 7.125rem !important;
  }
  .pl-sm-114,
  .px-sm-114 {
    padding-left: 7.125rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 7.5rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 9.375rem !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-5 {
    margin: 0.3125rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.3125rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.3125rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important;
  }
  .m-md-15 {
    margin: 0.9375rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 0.9375rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .m-md-25 {
    margin: 1.5625rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 1.5625rem !important;
  }
  .m-md-35 {
    margin: 2.1875rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 2.1875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.8125rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 2.8125rem !important;
  }
  .m-md-50 {
    margin: 3.15rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 3.15rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.15rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.15rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.15rem !important;
  }
  .m-md-55 {
    margin: 3.4375rem !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 3.4375rem !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 3.4375rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 3.4375rem !important;
  }
  .m-md-65 {
    margin: 2.1875 !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 2.1875 !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 2.1875 !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 2.1875 !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 2.1875 !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 4.375rem !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 4.375rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 4.375rem !important;
  }
  .m-md-75 {
    margin: 4.6875rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 4.6875rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 4.6875rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 4.6875rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 5rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 5rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 6.25rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 6.25rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 6.25rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 6.875rem !important;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 6.875rem !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 6.875rem !important;
  }
  .m-md-3 {
    margin: 0.1875rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.1875rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.1875rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.1875rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.1875rem !important;
  }
  .m-md-6 {
    margin: 0.375rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 0.375rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 0.375rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 0.375rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 0.375rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !important;
  }
  .m-md-18 {
    margin: 1.125rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 1.125rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 1.125rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 1.125rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 1.125rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 1.5rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 1.5rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 1.5rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .mt-md-36,
  .my-md-36 {
    margin-top: 2.25rem !important;
  }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 2.25rem !important;
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 2.25rem !important;
  }
  .m-md-42 {
    margin: 2.625rem !important;
  }
  .mt-md-42,
  .my-md-42 {
    margin-top: 2.625rem !important;
  }
  .mr-md-42,
  .mx-md-42 {
    margin-right: 2.625rem !important;
  }
  .mb-md-42,
  .my-md-42 {
    margin-bottom: 2.625rem !important;
  }
  .ml-md-42,
  .mx-md-42 {
    margin-left: 2.625rem !important;
  }
  .m-md-48 {
    margin: 3rem !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 3rem !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 3rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 3rem !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 3rem !important;
  }
  .m-md-54 {
    margin: 3.375rem !important;
  }
  .mt-md-54,
  .my-md-54 {
    margin-top: 3.375rem !important;
  }
  .mr-md-54,
  .mx-md-54 {
    margin-right: 3.375rem !important;
  }
  .mb-md-54,
  .my-md-54 {
    margin-bottom: 3.375rem !important;
  }
  .ml-md-54,
  .mx-md-54 {
    margin-left: 3.375rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 3.75rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 3.75rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 3.75rem !important;
  }
  .m-md-66 {
    margin: 4.125rem !important;
  }
  .mt-md-66,
  .my-md-66 {
    margin-top: 4.125rem !important;
  }
  .mr-md-66,
  .mx-md-66 {
    margin-right: 4.125rem !important;
  }
  .mb-md-66,
  .my-md-66 {
    margin-bottom: 4.125rem !important;
  }
  .ml-md-66,
  .mx-md-66 {
    margin-left: 4.125rem !important;
  }
  .m-md-72 {
    margin: 4.5rem !important;
  }
  .mt-md-72,
  .my-md-72 {
    margin-top: 4.5rem !important;
  }
  .mr-md-72,
  .mx-md-72 {
    margin-right: 4.5rem !important;
  }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-72,
  .mx-md-72 {
    margin-left: 4.5rem !important;
  }
  .m-md-78 {
    margin: 4.875rem !important;
  }
  .mt-md-78,
  .my-md-78 {
    margin-top: 4.875rem !important;
  }
  .mr-md-78,
  .mx-md-78 {
    margin-right: 4.875rem !important;
  }
  .mb-md-78,
  .my-md-78 {
    margin-bottom: 4.875rem !important;
  }
  .ml-md-78,
  .mx-md-78 {
    margin-left: 4.875rem !important;
  }
  .m-md-84 {
    margin: 5.25rem !important;
  }
  .mt-md-84,
  .my-md-84 {
    margin-top: 5.25rem !important;
  }
  .mr-md-84,
  .mx-md-84 {
    margin-right: 5.25rem !important;
  }
  .mb-md-84,
  .my-md-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-84,
  .mx-md-84 {
    margin-left: 5.25rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 5.625rem !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 5.625rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 5.625rem !important;
  }
  .m-md-96 {
    margin: 6rem !important;
  }
  .mt-md-96,
  .my-md-96 {
    margin-top: 6rem !important;
  }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 6rem !important;
  }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 6rem !important;
  }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 6rem !important;
  }
  .m-md-102 {
    margin: 6.375rem !important;
  }
  .mt-md-102,
  .my-md-102 {
    margin-top: 6.375rem !important;
  }
  .mr-md-102,
  .mx-md-102 {
    margin-right: 6.375rem !important;
  }
  .mb-md-102,
  .my-md-102 {
    margin-bottom: 6.375rem !important;
  }
  .ml-md-102,
  .mx-md-102 {
    margin-left: 6.375rem !important;
  }
  .m-md-108 {
    margin: 6.75rem !important;
  }
  .mt-md-108,
  .my-md-108 {
    margin-top: 6.75rem !important;
  }
  .mr-md-108,
  .mx-md-108 {
    margin-right: 6.75rem !important;
  }
  .mb-md-108,
  .my-md-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-108,
  .mx-md-108 {
    margin-left: 6.75rem !important;
  }
  .m-md-114 {
    margin: 7.125rem !important;
  }
  .mt-md-114,
  .my-md-114 {
    margin-top: 7.125rem !important;
  }
  .mr-md-114,
  .mx-md-114 {
    margin-right: 7.125rem !important;
  }
  .mb-md-114,
  .my-md-114 {
    margin-bottom: 7.125rem !important;
  }
  .ml-md-114,
  .mx-md-114 {
    margin-left: 7.125rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 7.5rem !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 7.5rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 7.5rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 9.375rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 9.375rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 9.375rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: 0.3125rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.3125rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.3125rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.3125rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important;
  }
  .p-md-15 {
    padding: 0.9375rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 0.9375rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important;
  }
  .p-md-25 {
    padding: 1.5625rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 1.5625rem !important;
  }
  .p-md-35 {
    padding: 2.1875rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 2.1875rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.8125rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 2.8125rem !important;
  }
  .p-md-50 {
    padding: 3.15rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 3.15rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 3.15rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.15rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 3.15rem !important;
  }
  .p-md-55 {
    padding: 3.4375rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 3.4375rem !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 3.4375rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 3.4375rem !important;
  }
  .p-md-65 {
    padding: 2.1875 !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 2.1875 !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 2.1875 !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 2.1875 !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 2.1875 !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 4.375rem !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 4.375rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 4.375rem !important;
  }
  .p-md-75 {
    padding: 4.6875rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 4.6875rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 4.6875rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 4.6875rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 5rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 5rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 6.25rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 6.25rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 6.25rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 6.875rem !important;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 6.875rem !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 6.875rem !important;
  }
  .p-md-3 {
    padding: 0.1875rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.1875rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.1875rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.1875rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.1875rem !important;
  }
  .p-md-6 {
    padding: 0.375rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 0.375rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 0.375rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 0.375rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 0.375rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !important;
  }
  .p-md-18 {
    padding: 1.125rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 1.125rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 1.125rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 1.125rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 1.125rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 1.5rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 1.5rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 1.5rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 2.25rem !important;
  }
  .pr-md-36,
  .px-md-36 {
    padding-right: 2.25rem !important;
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 2.25rem !important;
  }
  .p-md-42 {
    padding: 2.625rem !important;
  }
  .pt-md-42,
  .py-md-42 {
    padding-top: 2.625rem !important;
  }
  .pr-md-42,
  .px-md-42 {
    padding-right: 2.625rem !important;
  }
  .pb-md-42,
  .py-md-42 {
    padding-bottom: 2.625rem !important;
  }
  .pl-md-42,
  .px-md-42 {
    padding-left: 2.625rem !important;
  }
  .p-md-48 {
    padding: 3rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 3rem !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 3rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 3rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 3rem !important;
  }
  .p-md-54 {
    padding: 3.375rem !important;
  }
  .pt-md-54,
  .py-md-54 {
    padding-top: 3.375rem !important;
  }
  .pr-md-54,
  .px-md-54 {
    padding-right: 3.375rem !important;
  }
  .pb-md-54,
  .py-md-54 {
    padding-bottom: 3.375rem !important;
  }
  .pl-md-54,
  .px-md-54 {
    padding-left: 3.375rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 3.75rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 3.75rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 3.75rem !important;
  }
  .p-md-66 {
    padding: 4.125rem !important;
  }
  .pt-md-66,
  .py-md-66 {
    padding-top: 4.125rem !important;
  }
  .pr-md-66,
  .px-md-66 {
    padding-right: 4.125rem !important;
  }
  .pb-md-66,
  .py-md-66 {
    padding-bottom: 4.125rem !important;
  }
  .pl-md-66,
  .px-md-66 {
    padding-left: 4.125rem !important;
  }
  .p-md-72 {
    padding: 4.5rem !important;
  }
  .pt-md-72,
  .py-md-72 {
    padding-top: 4.5rem !important;
  }
  .pr-md-72,
  .px-md-72 {
    padding-right: 4.5rem !important;
  }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-72,
  .px-md-72 {
    padding-left: 4.5rem !important;
  }
  .p-md-78 {
    padding: 4.875rem !important;
  }
  .pt-md-78,
  .py-md-78 {
    padding-top: 4.875rem !important;
  }
  .pr-md-78,
  .px-md-78 {
    padding-right: 4.875rem !important;
  }
  .pb-md-78,
  .py-md-78 {
    padding-bottom: 4.875rem !important;
  }
  .pl-md-78,
  .px-md-78 {
    padding-left: 4.875rem !important;
  }
  .p-md-84 {
    padding: 5.25rem !important;
  }
  .pt-md-84,
  .py-md-84 {
    padding-top: 5.25rem !important;
  }
  .pr-md-84,
  .px-md-84 {
    padding-right: 5.25rem !important;
  }
  .pb-md-84,
  .py-md-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-84,
  .px-md-84 {
    padding-left: 5.25rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 5.625rem !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 5.625rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 5.625rem !important;
  }
  .p-md-96 {
    padding: 6rem !important;
  }
  .pt-md-96,
  .py-md-96 {
    padding-top: 6rem !important;
  }
  .pr-md-96,
  .px-md-96 {
    padding-right: 6rem !important;
  }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 6rem !important;
  }
  .pl-md-96,
  .px-md-96 {
    padding-left: 6rem !important;
  }
  .p-md-102 {
    padding: 6.375rem !important;
  }
  .pt-md-102,
  .py-md-102 {
    padding-top: 6.375rem !important;
  }
  .pr-md-102,
  .px-md-102 {
    padding-right: 6.375rem !important;
  }
  .pb-md-102,
  .py-md-102 {
    padding-bottom: 6.375rem !important;
  }
  .pl-md-102,
  .px-md-102 {
    padding-left: 6.375rem !important;
  }
  .p-md-108 {
    padding: 6.75rem !important;
  }
  .pt-md-108,
  .py-md-108 {
    padding-top: 6.75rem !important;
  }
  .pr-md-108,
  .px-md-108 {
    padding-right: 6.75rem !important;
  }
  .pb-md-108,
  .py-md-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-108,
  .px-md-108 {
    padding-left: 6.75rem !important;
  }
  .p-md-114 {
    padding: 7.125rem !important;
  }
  .pt-md-114,
  .py-md-114 {
    padding-top: 7.125rem !important;
  }
  .pr-md-114,
  .px-md-114 {
    padding-right: 7.125rem !important;
  }
  .pb-md-114,
  .py-md-114 {
    padding-bottom: 7.125rem !important;
  }
  .pl-md-114,
  .px-md-114 {
    padding-left: 7.125rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 7.5rem !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 7.5rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 7.5rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 9.375rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 9.375rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 9.375rem !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-5 {
    margin: 0.3125rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important;
  }
  .m-lg-15 {
    margin: 0.9375rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important;
  }
  .m-lg-25 {
    margin: 1.5625rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 1.5625rem !important;
  }
  .m-lg-35 {
    margin: 2.1875rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 2.1875rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.8125rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .m-lg-50 {
    margin: 3.15rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.15rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.15rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.15rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.15rem !important;
  }
  .m-lg-55 {
    margin: 3.4375rem !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 3.4375rem !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 3.4375rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 3.4375rem !important;
  }
  .m-lg-65 {
    margin: 2.1875 !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 2.1875 !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 2.1875 !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 2.1875 !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 2.1875 !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 4.375rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 4.375rem !important;
  }
  .m-lg-75 {
    margin: 4.6875rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 4.6875rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 4.6875rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 4.6875rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 5rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 5rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 6.25rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 6.875rem !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 6.875rem !important;
  }
  .m-lg-3 {
    margin: 0.1875rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.1875rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.1875rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.1875rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.1875rem !important;
  }
  .m-lg-6 {
    margin: 0.375rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 0.375rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 0.375rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 0.375rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 0.375rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !important;
  }
  .m-lg-18 {
    margin: 1.125rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 1.125rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 1.125rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 1.125rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 1.125rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 1.5rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 2.25rem !important;
  }
  .m-lg-42 {
    margin: 2.625rem !important;
  }
  .mt-lg-42,
  .my-lg-42 {
    margin-top: 2.625rem !important;
  }
  .mr-lg-42,
  .mx-lg-42 {
    margin-right: 2.625rem !important;
  }
  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 2.625rem !important;
  }
  .ml-lg-42,
  .mx-lg-42 {
    margin-left: 2.625rem !important;
  }
  .m-lg-48 {
    margin: 3rem !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 3rem !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 3rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 3rem !important;
  }
  .m-lg-54 {
    margin: 3.375rem !important;
  }
  .mt-lg-54,
  .my-lg-54 {
    margin-top: 3.375rem !important;
  }
  .mr-lg-54,
  .mx-lg-54 {
    margin-right: 3.375rem !important;
  }
  .mb-lg-54,
  .my-lg-54 {
    margin-bottom: 3.375rem !important;
  }
  .ml-lg-54,
  .mx-lg-54 {
    margin-left: 3.375rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem !important;
  }
  .m-lg-66 {
    margin: 4.125rem !important;
  }
  .mt-lg-66,
  .my-lg-66 {
    margin-top: 4.125rem !important;
  }
  .mr-lg-66,
  .mx-lg-66 {
    margin-right: 4.125rem !important;
  }
  .mb-lg-66,
  .my-lg-66 {
    margin-bottom: 4.125rem !important;
  }
  .ml-lg-66,
  .mx-lg-66 {
    margin-left: 4.125rem !important;
  }
  .m-lg-72 {
    margin: 4.5rem !important;
  }
  .mt-lg-72,
  .my-lg-72 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-72,
  .mx-lg-72 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-72,
  .mx-lg-72 {
    margin-left: 4.5rem !important;
  }
  .m-lg-78 {
    margin: 4.875rem !important;
  }
  .mt-lg-78,
  .my-lg-78 {
    margin-top: 4.875rem !important;
  }
  .mr-lg-78,
  .mx-lg-78 {
    margin-right: 4.875rem !important;
  }
  .mb-lg-78,
  .my-lg-78 {
    margin-bottom: 4.875rem !important;
  }
  .ml-lg-78,
  .mx-lg-78 {
    margin-left: 4.875rem !important;
  }
  .m-lg-84 {
    margin: 5.25rem !important;
  }
  .mt-lg-84,
  .my-lg-84 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-84,
  .mx-lg-84 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-84,
  .my-lg-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-84,
  .mx-lg-84 {
    margin-left: 5.25rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 5.625rem !important;
  }
  .m-lg-96 {
    margin: 6rem !important;
  }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 6rem !important;
  }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 6rem !important;
  }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 6rem !important;
  }
  .m-lg-102 {
    margin: 6.375rem !important;
  }
  .mt-lg-102,
  .my-lg-102 {
    margin-top: 6.375rem !important;
  }
  .mr-lg-102,
  .mx-lg-102 {
    margin-right: 6.375rem !important;
  }
  .mb-lg-102,
  .my-lg-102 {
    margin-bottom: 6.375rem !important;
  }
  .ml-lg-102,
  .mx-lg-102 {
    margin-left: 6.375rem !important;
  }
  .m-lg-108 {
    margin: 6.75rem !important;
  }
  .mt-lg-108,
  .my-lg-108 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-108,
  .mx-lg-108 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-108,
  .my-lg-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-108,
  .mx-lg-108 {
    margin-left: 6.75rem !important;
  }
  .m-lg-114 {
    margin: 7.125rem !important;
  }
  .mt-lg-114,
  .my-lg-114 {
    margin-top: 7.125rem !important;
  }
  .mr-lg-114,
  .mx-lg-114 {
    margin-right: 7.125rem !important;
  }
  .mb-lg-114,
  .my-lg-114 {
    margin-bottom: 7.125rem !important;
  }
  .ml-lg-114,
  .mx-lg-114 {
    margin-left: 7.125rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 7.5rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 9.375rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 9.375rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: 0.3125rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important;
  }
  .p-lg-15 {
    padding: 0.9375rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important;
  }
  .p-lg-25 {
    padding: 1.5625rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 1.5625rem !important;
  }
  .p-lg-35 {
    padding: 2.1875rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 2.1875rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.8125rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .p-lg-50 {
    padding: 3.15rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.15rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.15rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.15rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.15rem !important;
  }
  .p-lg-55 {
    padding: 3.4375rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 3.4375rem !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 3.4375rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 3.4375rem !important;
  }
  .p-lg-65 {
    padding: 2.1875 !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 2.1875 !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 2.1875 !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 2.1875 !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 2.1875 !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 4.375rem !important;
  }
  .p-lg-75 {
    padding: 4.6875rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 4.6875rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 4.6875rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 4.6875rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 5rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 5rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 6.25rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 6.875rem !important;
  }
  .p-lg-3 {
    padding: 0.1875rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.1875rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.1875rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.1875rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.1875rem !important;
  }
  .p-lg-6 {
    padding: 0.375rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 0.375rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 0.375rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 0.375rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 0.375rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !important;
  }
  .p-lg-18 {
    padding: 1.125rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 1.125rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 1.125rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 1.125rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 1.125rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 1.5rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 2.25rem !important;
  }
  .p-lg-42 {
    padding: 2.625rem !important;
  }
  .pt-lg-42,
  .py-lg-42 {
    padding-top: 2.625rem !important;
  }
  .pr-lg-42,
  .px-lg-42 {
    padding-right: 2.625rem !important;
  }
  .pb-lg-42,
  .py-lg-42 {
    padding-bottom: 2.625rem !important;
  }
  .pl-lg-42,
  .px-lg-42 {
    padding-left: 2.625rem !important;
  }
  .p-lg-48 {
    padding: 3rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 3rem !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 3rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 3rem !important;
  }
  .p-lg-54 {
    padding: 3.375rem !important;
  }
  .pt-lg-54,
  .py-lg-54 {
    padding-top: 3.375rem !important;
  }
  .pr-lg-54,
  .px-lg-54 {
    padding-right: 3.375rem !important;
  }
  .pb-lg-54,
  .py-lg-54 {
    padding-bottom: 3.375rem !important;
  }
  .pl-lg-54,
  .px-lg-54 {
    padding-left: 3.375rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem !important;
  }
  .p-lg-66 {
    padding: 4.125rem !important;
  }
  .pt-lg-66,
  .py-lg-66 {
    padding-top: 4.125rem !important;
  }
  .pr-lg-66,
  .px-lg-66 {
    padding-right: 4.125rem !important;
  }
  .pb-lg-66,
  .py-lg-66 {
    padding-bottom: 4.125rem !important;
  }
  .pl-lg-66,
  .px-lg-66 {
    padding-left: 4.125rem !important;
  }
  .p-lg-72 {
    padding: 4.5rem !important;
  }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-72,
  .px-lg-72 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 4.5rem !important;
  }
  .p-lg-78 {
    padding: 4.875rem !important;
  }
  .pt-lg-78,
  .py-lg-78 {
    padding-top: 4.875rem !important;
  }
  .pr-lg-78,
  .px-lg-78 {
    padding-right: 4.875rem !important;
  }
  .pb-lg-78,
  .py-lg-78 {
    padding-bottom: 4.875rem !important;
  }
  .pl-lg-78,
  .px-lg-78 {
    padding-left: 4.875rem !important;
  }
  .p-lg-84 {
    padding: 5.25rem !important;
  }
  .pt-lg-84,
  .py-lg-84 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-84,
  .px-lg-84 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-84,
  .py-lg-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-84,
  .px-lg-84 {
    padding-left: 5.25rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 5.625rem !important;
  }
  .p-lg-96 {
    padding: 6rem !important;
  }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 6rem !important;
  }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 6rem !important;
  }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 6rem !important;
  }
  .p-lg-102 {
    padding: 6.375rem !important;
  }
  .pt-lg-102,
  .py-lg-102 {
    padding-top: 6.375rem !important;
  }
  .pr-lg-102,
  .px-lg-102 {
    padding-right: 6.375rem !important;
  }
  .pb-lg-102,
  .py-lg-102 {
    padding-bottom: 6.375rem !important;
  }
  .pl-lg-102,
  .px-lg-102 {
    padding-left: 6.375rem !important;
  }
  .p-lg-108 {
    padding: 6.75rem !important;
  }
  .pt-lg-108,
  .py-lg-108 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-108,
  .px-lg-108 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-108,
  .py-lg-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-108,
  .px-lg-108 {
    padding-left: 6.75rem !important;
  }
  .p-lg-114 {
    padding: 7.125rem !important;
  }
  .pt-lg-114,
  .py-lg-114 {
    padding-top: 7.125rem !important;
  }
  .pr-lg-114,
  .px-lg-114 {
    padding-right: 7.125rem !important;
  }
  .pb-lg-114,
  .py-lg-114 {
    padding-bottom: 7.125rem !important;
  }
  .pl-lg-114,
  .px-lg-114 {
    padding-left: 7.125rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 7.5rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 9.375rem !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-5 {
    margin: 0.3125rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important;
  }
  .m-xl-15 {
    margin: 0.9375rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important;
  }
  .m-xl-25 {
    margin: 1.5625rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 1.5625rem !important;
  }
  .m-xl-35 {
    margin: 2.1875rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 2.1875rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.8125rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .m-xl-50 {
    margin: 3.15rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.15rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.15rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.15rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.15rem !important;
  }
  .m-xl-55 {
    margin: 3.4375rem !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 3.4375rem !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 3.4375rem !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 3.4375rem !important;
  }
  .m-xl-65 {
    margin: 2.1875 !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 2.1875 !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 2.1875 !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 2.1875 !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 2.1875 !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 4.375rem !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 4.375rem !important;
  }
  .m-xl-75 {
    margin: 4.6875rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 4.6875rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 4.6875rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 4.6875rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 5rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 5rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 6.25rem !important;
  }
  .m-xl-110 {
    margin: 6.875rem !important;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 6.875rem !important;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 6.875rem !important;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 6.875rem !important;
  }
  .m-xl-3 {
    margin: 0.1875rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.1875rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.1875rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.1875rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.1875rem !important;
  }
  .m-xl-6 {
    margin: 0.375rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 0.375rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 0.375rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 0.375rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 0.375rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !important;
  }
  .m-xl-18 {
    margin: 1.125rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 1.125rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 1.125rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 1.125rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 1.125rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 1.5rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 2.25rem !important;
  }
  .m-xl-42 {
    margin: 2.625rem !important;
  }
  .mt-xl-42,
  .my-xl-42 {
    margin-top: 2.625rem !important;
  }
  .mr-xl-42,
  .mx-xl-42 {
    margin-right: 2.625rem !important;
  }
  .mb-xl-42,
  .my-xl-42 {
    margin-bottom: 2.625rem !important;
  }
  .ml-xl-42,
  .mx-xl-42 {
    margin-left: 2.625rem !important;
  }
  .m-xl-48 {
    margin: 3rem !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 3rem !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 3rem !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 3rem !important;
  }
  .m-xl-54 {
    margin: 3.375rem !important;
  }
  .mt-xl-54,
  .my-xl-54 {
    margin-top: 3.375rem !important;
  }
  .mr-xl-54,
  .mx-xl-54 {
    margin-right: 3.375rem !important;
  }
  .mb-xl-54,
  .my-xl-54 {
    margin-bottom: 3.375rem !important;
  }
  .ml-xl-54,
  .mx-xl-54 {
    margin-left: 3.375rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem !important;
  }
  .m-xl-66 {
    margin: 4.125rem !important;
  }
  .mt-xl-66,
  .my-xl-66 {
    margin-top: 4.125rem !important;
  }
  .mr-xl-66,
  .mx-xl-66 {
    margin-right: 4.125rem !important;
  }
  .mb-xl-66,
  .my-xl-66 {
    margin-bottom: 4.125rem !important;
  }
  .ml-xl-66,
  .mx-xl-66 {
    margin-left: 4.125rem !important;
  }
  .m-xl-72 {
    margin: 4.5rem !important;
  }
  .mt-xl-72,
  .my-xl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-72,
  .mx-xl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-72,
  .my-xl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-72,
  .mx-xl-72 {
    margin-left: 4.5rem !important;
  }
  .m-xl-78 {
    margin: 4.875rem !important;
  }
  .mt-xl-78,
  .my-xl-78 {
    margin-top: 4.875rem !important;
  }
  .mr-xl-78,
  .mx-xl-78 {
    margin-right: 4.875rem !important;
  }
  .mb-xl-78,
  .my-xl-78 {
    margin-bottom: 4.875rem !important;
  }
  .ml-xl-78,
  .mx-xl-78 {
    margin-left: 4.875rem !important;
  }
  .m-xl-84 {
    margin: 5.25rem !important;
  }
  .mt-xl-84,
  .my-xl-84 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-84,
  .mx-xl-84 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-84,
  .my-xl-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-84,
  .mx-xl-84 {
    margin-left: 5.25rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 5.625rem !important;
  }
  .m-xl-96 {
    margin: 6rem !important;
  }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 6rem !important;
  }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 6rem !important;
  }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 6rem !important;
  }
  .m-xl-102 {
    margin: 6.375rem !important;
  }
  .mt-xl-102,
  .my-xl-102 {
    margin-top: 6.375rem !important;
  }
  .mr-xl-102,
  .mx-xl-102 {
    margin-right: 6.375rem !important;
  }
  .mb-xl-102,
  .my-xl-102 {
    margin-bottom: 6.375rem !important;
  }
  .ml-xl-102,
  .mx-xl-102 {
    margin-left: 6.375rem !important;
  }
  .m-xl-108 {
    margin: 6.75rem !important;
  }
  .mt-xl-108,
  .my-xl-108 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-108,
  .mx-xl-108 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-108,
  .my-xl-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-108,
  .mx-xl-108 {
    margin-left: 6.75rem !important;
  }
  .m-xl-114 {
    margin: 7.125rem !important;
  }
  .mt-xl-114,
  .my-xl-114 {
    margin-top: 7.125rem !important;
  }
  .mr-xl-114,
  .mx-xl-114 {
    margin-right: 7.125rem !important;
  }
  .mb-xl-114,
  .my-xl-114 {
    margin-bottom: 7.125rem !important;
  }
  .ml-xl-114,
  .mx-xl-114 {
    margin-left: 7.125rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 7.5rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 9.375rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 9.375rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: 0.3125rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important;
  }
  .p-xl-15 {
    padding: 0.9375rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important;
  }
  .p-xl-25 {
    padding: 1.5625rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 1.5625rem !important;
  }
  .p-xl-35 {
    padding: 2.1875rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 2.1875rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.8125rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .p-xl-50 {
    padding: 3.15rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.15rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.15rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.15rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.15rem !important;
  }
  .p-xl-55 {
    padding: 3.4375rem !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 3.4375rem !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 3.4375rem !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 3.4375rem !important;
  }
  .p-xl-65 {
    padding: 2.1875 !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 2.1875 !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 2.1875 !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 2.1875 !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 2.1875 !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 4.375rem !important;
  }
  .p-xl-75 {
    padding: 4.6875rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 4.6875rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 4.6875rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 4.6875rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 5rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 5rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 6.25rem !important;
  }
  .p-xl-110 {
    padding: 6.875rem !important;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 6.875rem !important;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 6.875rem !important;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 6.875rem !important;
  }
  .p-xl-3 {
    padding: 0.1875rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.1875rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.1875rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.1875rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.1875rem !important;
  }
  .p-xl-6 {
    padding: 0.375rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 0.375rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 0.375rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 0.375rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 0.375rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }
  .p-xl-18 {
    padding: 1.125rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 1.125rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 1.125rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 1.125rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 1.125rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 1.5rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 2.25rem !important;
  }
  .p-xl-42 {
    padding: 2.625rem !important;
  }
  .pt-xl-42,
  .py-xl-42 {
    padding-top: 2.625rem !important;
  }
  .pr-xl-42,
  .px-xl-42 {
    padding-right: 2.625rem !important;
  }
  .pb-xl-42,
  .py-xl-42 {
    padding-bottom: 2.625rem !important;
  }
  .pl-xl-42,
  .px-xl-42 {
    padding-left: 2.625rem !important;
  }
  .p-xl-48 {
    padding: 3rem !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 3rem !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 3rem !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 3rem !important;
  }
  .p-xl-54 {
    padding: 3.375rem !important;
  }
  .pt-xl-54,
  .py-xl-54 {
    padding-top: 3.375rem !important;
  }
  .pr-xl-54,
  .px-xl-54 {
    padding-right: 3.375rem !important;
  }
  .pb-xl-54,
  .py-xl-54 {
    padding-bottom: 3.375rem !important;
  }
  .pl-xl-54,
  .px-xl-54 {
    padding-left: 3.375rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem !important;
  }
  .p-xl-66 {
    padding: 4.125rem !important;
  }
  .pt-xl-66,
  .py-xl-66 {
    padding-top: 4.125rem !important;
  }
  .pr-xl-66,
  .px-xl-66 {
    padding-right: 4.125rem !important;
  }
  .pb-xl-66,
  .py-xl-66 {
    padding-bottom: 4.125rem !important;
  }
  .pl-xl-66,
  .px-xl-66 {
    padding-left: 4.125rem !important;
  }
  .p-xl-72 {
    padding: 4.5rem !important;
  }
  .pt-xl-72,
  .py-xl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-72,
  .px-xl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-72,
  .py-xl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-72,
  .px-xl-72 {
    padding-left: 4.5rem !important;
  }
  .p-xl-78 {
    padding: 4.875rem !important;
  }
  .pt-xl-78,
  .py-xl-78 {
    padding-top: 4.875rem !important;
  }
  .pr-xl-78,
  .px-xl-78 {
    padding-right: 4.875rem !important;
  }
  .pb-xl-78,
  .py-xl-78 {
    padding-bottom: 4.875rem !important;
  }
  .pl-xl-78,
  .px-xl-78 {
    padding-left: 4.875rem !important;
  }
  .p-xl-84 {
    padding: 5.25rem !important;
  }
  .pt-xl-84,
  .py-xl-84 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-84,
  .px-xl-84 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-84,
  .py-xl-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-84,
  .px-xl-84 {
    padding-left: 5.25rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 5.625rem !important;
  }
  .p-xl-96 {
    padding: 6rem !important;
  }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 6rem !important;
  }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 6rem !important;
  }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 6rem !important;
  }
  .p-xl-102 {
    padding: 6.375rem !important;
  }
  .pt-xl-102,
  .py-xl-102 {
    padding-top: 6.375rem !important;
  }
  .pr-xl-102,
  .px-xl-102 {
    padding-right: 6.375rem !important;
  }
  .pb-xl-102,
  .py-xl-102 {
    padding-bottom: 6.375rem !important;
  }
  .pl-xl-102,
  .px-xl-102 {
    padding-left: 6.375rem !important;
  }
  .p-xl-108 {
    padding: 6.75rem !important;
  }
  .pt-xl-108,
  .py-xl-108 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-108,
  .px-xl-108 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-108,
  .py-xl-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-108,
  .px-xl-108 {
    padding-left: 6.75rem !important;
  }
  .p-xl-114 {
    padding: 7.125rem !important;
  }
  .pt-xl-114,
  .py-xl-114 {
    padding-top: 7.125rem !important;
  }
  .pr-xl-114,
  .px-xl-114 {
    padding-right: 7.125rem !important;
  }
  .pb-xl-114,
  .py-xl-114 {
    padding-bottom: 7.125rem !important;
  }
  .pl-xl-114,
  .px-xl-114 {
    padding-left: 7.125rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 7.5rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 9.375rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.3125rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 0.3125rem !important;
  }
  .m-xxl-10 {
    margin: 0.625rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 0.625rem !important;
  }
  .m-xxl-15 {
    margin: 0.9375rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 0.9375rem !important;
  }
  .m-xxl-16 {
    margin: 1rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 1rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 1rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 1rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-25 {
    margin: 1.5625rem !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 1.5625rem !important;
  }
  .m-xxl-35 {
    margin: 2.1875rem !important;
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 2.1875rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-45 {
    margin: 2.8125rem !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 2.8125rem !important;
  }
  .m-xxl-50 {
    margin: 3.15rem !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 3.15rem !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 3.15rem !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 3.15rem !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 3.15rem !important;
  }
  .m-xxl-55 {
    margin: 3.4375rem !important;
  }
  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 3.4375rem !important;
  }
  .mr-xxl-55,
  .mx-xxl-55 {
    margin-right: 3.4375rem !important;
  }
  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-xxl-55,
  .mx-xxl-55 {
    margin-left: 3.4375rem !important;
  }
  .m-xxl-65 {
    margin: 2.1875 !important;
  }
  .mt-xxl-65,
  .my-xxl-65 {
    margin-top: 2.1875 !important;
  }
  .mr-xxl-65,
  .mx-xxl-65 {
    margin-right: 2.1875 !important;
  }
  .mb-xxl-65,
  .my-xxl-65 {
    margin-bottom: 2.1875 !important;
  }
  .ml-xxl-65,
  .mx-xxl-65 {
    margin-left: 2.1875 !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .m-xxl-75 {
    margin: 4.6875rem !important;
  }
  .mt-xxl-75,
  .my-xxl-75 {
    margin-top: 4.6875rem !important;
  }
  .mr-xxl-75,
  .mx-xxl-75 {
    margin-right: 4.6875rem !important;
  }
  .mb-xxl-75,
  .my-xxl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-xxl-75,
  .mx-xxl-75 {
    margin-left: 4.6875rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 5rem !important;
  }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 5rem !important;
  }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 5rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-110 {
    margin: 6.875rem !important;
  }
  .mt-xxl-110,
  .my-xxl-110 {
    margin-top: 6.875rem !important;
  }
  .mr-xxl-110,
  .mx-xxl-110 {
    margin-right: 6.875rem !important;
  }
  .mb-xxl-110,
  .my-xxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .ml-xxl-110,
  .mx-xxl-110 {
    margin-left: 6.875rem !important;
  }
  .m-xxl-3 {
    margin: 0.1875rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.1875rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.1875rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.1875rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.1875rem !important;
  }
  .m-xxl-6 {
    margin: 0.375rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 0.375rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 0.375rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 0.375rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 0.375rem !important;
  }
  .m-xxl-12 {
    margin: 0.75rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-18 {
    margin: 1.125rem !important;
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 1.125rem !important;
  }
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 1.125rem !important;
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 1.125rem !important;
  }
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 1.125rem !important;
  }
  .m-xxl-24 {
    margin: 1.5rem !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-36 {
    margin: 2.25rem !important;
  }
  .mt-xxl-36,
  .my-xxl-36 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-36,
  .mx-xxl-36 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-36,
  .my-xxl-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-36,
  .mx-xxl-36 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-42 {
    margin: 2.625rem !important;
  }
  .mt-xxl-42,
  .my-xxl-42 {
    margin-top: 2.625rem !important;
  }
  .mr-xxl-42,
  .mx-xxl-42 {
    margin-right: 2.625rem !important;
  }
  .mb-xxl-42,
  .my-xxl-42 {
    margin-bottom: 2.625rem !important;
  }
  .ml-xxl-42,
  .mx-xxl-42 {
    margin-left: 2.625rem !important;
  }
  .m-xxl-48 {
    margin: 3rem !important;
  }
  .mt-xxl-48,
  .my-xxl-48 {
    margin-top: 3rem !important;
  }
  .mr-xxl-48,
  .mx-xxl-48 {
    margin-right: 3rem !important;
  }
  .mb-xxl-48,
  .my-xxl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-48,
  .mx-xxl-48 {
    margin-left: 3rem !important;
  }
  .m-xxl-54 {
    margin: 3.375rem !important;
  }
  .mt-xxl-54,
  .my-xxl-54 {
    margin-top: 3.375rem !important;
  }
  .mr-xxl-54,
  .mx-xxl-54 {
    margin-right: 3.375rem !important;
  }
  .mb-xxl-54,
  .my-xxl-54 {
    margin-bottom: 3.375rem !important;
  }
  .ml-xxl-54,
  .mx-xxl-54 {
    margin-left: 3.375rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-66 {
    margin: 4.125rem !important;
  }
  .mt-xxl-66,
  .my-xxl-66 {
    margin-top: 4.125rem !important;
  }
  .mr-xxl-66,
  .mx-xxl-66 {
    margin-right: 4.125rem !important;
  }
  .mb-xxl-66,
  .my-xxl-66 {
    margin-bottom: 4.125rem !important;
  }
  .ml-xxl-66,
  .mx-xxl-66 {
    margin-left: 4.125rem !important;
  }
  .m-xxl-72 {
    margin: 4.5rem !important;
  }
  .mt-xxl-72,
  .my-xxl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-72,
  .mx-xxl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-72,
  .my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-72,
  .mx-xxl-72 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-78 {
    margin: 4.875rem !important;
  }
  .mt-xxl-78,
  .my-xxl-78 {
    margin-top: 4.875rem !important;
  }
  .mr-xxl-78,
  .mx-xxl-78 {
    margin-right: 4.875rem !important;
  }
  .mb-xxl-78,
  .my-xxl-78 {
    margin-bottom: 4.875rem !important;
  }
  .ml-xxl-78,
  .mx-xxl-78 {
    margin-left: 4.875rem !important;
  }
  .m-xxl-84 {
    margin: 5.25rem !important;
  }
  .mt-xxl-84,
  .my-xxl-84 {
    margin-top: 5.25rem !important;
  }
  .mr-xxl-84,
  .mx-xxl-84 {
    margin-right: 5.25rem !important;
  }
  .mb-xxl-84,
  .my-xxl-84 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxl-84,
  .mx-xxl-84 {
    margin-left: 5.25rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .m-xxl-96 {
    margin: 6rem !important;
  }
  .mt-xxl-96,
  .my-xxl-96 {
    margin-top: 6rem !important;
  }
  .mr-xxl-96,
  .mx-xxl-96 {
    margin-right: 6rem !important;
  }
  .mb-xxl-96,
  .my-xxl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-96,
  .mx-xxl-96 {
    margin-left: 6rem !important;
  }
  .m-xxl-102 {
    margin: 6.375rem !important;
  }
  .mt-xxl-102,
  .my-xxl-102 {
    margin-top: 6.375rem !important;
  }
  .mr-xxl-102,
  .mx-xxl-102 {
    margin-right: 6.375rem !important;
  }
  .mb-xxl-102,
  .my-xxl-102 {
    margin-bottom: 6.375rem !important;
  }
  .ml-xxl-102,
  .mx-xxl-102 {
    margin-left: 6.375rem !important;
  }
  .m-xxl-108 {
    margin: 6.75rem !important;
  }
  .mt-xxl-108,
  .my-xxl-108 {
    margin-top: 6.75rem !important;
  }
  .mr-xxl-108,
  .mx-xxl-108 {
    margin-right: 6.75rem !important;
  }
  .mb-xxl-108,
  .my-xxl-108 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxl-108,
  .mx-xxl-108 {
    margin-left: 6.75rem !important;
  }
  .m-xxl-114 {
    margin: 7.125rem !important;
  }
  .mt-xxl-114,
  .my-xxl-114 {
    margin-top: 7.125rem !important;
  }
  .mr-xxl-114,
  .mx-xxl-114 {
    margin-right: 7.125rem !important;
  }
  .mb-xxl-114,
  .my-xxl-114 {
    margin-bottom: 7.125rem !important;
  }
  .ml-xxl-114,
  .mx-xxl-114 {
    margin-left: 7.125rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.3125rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 0.3125rem !important;
  }
  .p-xxl-10 {
    padding: 0.625rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 0.625rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 0.625rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 0.625rem !important;
  }
  .p-xxl-15 {
    padding: 0.9375rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 0.9375rem !important;
  }
  .p-xxl-16 {
    padding: 1rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 1rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 1rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 1rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-25 {
    padding: 1.5625rem !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 1.5625rem !important;
  }
  .p-xxl-35 {
    padding: 2.1875rem !important;
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 2.1875rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-45 {
    padding: 2.8125rem !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 2.8125rem !important;
  }
  .p-xxl-50 {
    padding: 3.15rem !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 3.15rem !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 3.15rem !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 3.15rem !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 3.15rem !important;
  }
  .p-xxl-55 {
    padding: 3.4375rem !important;
  }
  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 3.4375rem !important;
  }
  .pr-xxl-55,
  .px-xxl-55 {
    padding-right: 3.4375rem !important;
  }
  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-xxl-55,
  .px-xxl-55 {
    padding-left: 3.4375rem !important;
  }
  .p-xxl-65 {
    padding: 2.1875 !important;
  }
  .pt-xxl-65,
  .py-xxl-65 {
    padding-top: 2.1875 !important;
  }
  .pr-xxl-65,
  .px-xxl-65 {
    padding-right: 2.1875 !important;
  }
  .pb-xxl-65,
  .py-xxl-65 {
    padding-bottom: 2.1875 !important;
  }
  .pl-xxl-65,
  .px-xxl-65 {
    padding-left: 2.1875 !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .p-xxl-75 {
    padding: 4.6875rem !important;
  }
  .pt-xxl-75,
  .py-xxl-75 {
    padding-top: 4.6875rem !important;
  }
  .pr-xxl-75,
  .px-xxl-75 {
    padding-right: 4.6875rem !important;
  }
  .pb-xxl-75,
  .py-xxl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-xxl-75,
  .px-xxl-75 {
    padding-left: 4.6875rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 5rem !important;
  }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 5rem !important;
  }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 5rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-110 {
    padding: 6.875rem !important;
  }
  .pt-xxl-110,
  .py-xxl-110 {
    padding-top: 6.875rem !important;
  }
  .pr-xxl-110,
  .px-xxl-110 {
    padding-right: 6.875rem !important;
  }
  .pb-xxl-110,
  .py-xxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pl-xxl-110,
  .px-xxl-110 {
    padding-left: 6.875rem !important;
  }
  .p-xxl-3 {
    padding: 0.1875rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.1875rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.1875rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.1875rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.1875rem !important;
  }
  .p-xxl-6 {
    padding: 0.375rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 0.375rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 0.375rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 0.375rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 0.375rem !important;
  }
  .p-xxl-12 {
    padding: 0.75rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-18 {
    padding: 1.125rem !important;
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 1.125rem !important;
  }
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 1.125rem !important;
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 1.125rem !important;
  }
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 1.125rem !important;
  }
  .p-xxl-24 {
    padding: 1.5rem !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-36 {
    padding: 2.25rem !important;
  }
  .pt-xxl-36,
  .py-xxl-36 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-36,
  .px-xxl-36 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-36,
  .py-xxl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-36,
  .px-xxl-36 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-42 {
    padding: 2.625rem !important;
  }
  .pt-xxl-42,
  .py-xxl-42 {
    padding-top: 2.625rem !important;
  }
  .pr-xxl-42,
  .px-xxl-42 {
    padding-right: 2.625rem !important;
  }
  .pb-xxl-42,
  .py-xxl-42 {
    padding-bottom: 2.625rem !important;
  }
  .pl-xxl-42,
  .px-xxl-42 {
    padding-left: 2.625rem !important;
  }
  .p-xxl-48 {
    padding: 3rem !important;
  }
  .pt-xxl-48,
  .py-xxl-48 {
    padding-top: 3rem !important;
  }
  .pr-xxl-48,
  .px-xxl-48 {
    padding-right: 3rem !important;
  }
  .pb-xxl-48,
  .py-xxl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-48,
  .px-xxl-48 {
    padding-left: 3rem !important;
  }
  .p-xxl-54 {
    padding: 3.375rem !important;
  }
  .pt-xxl-54,
  .py-xxl-54 {
    padding-top: 3.375rem !important;
  }
  .pr-xxl-54,
  .px-xxl-54 {
    padding-right: 3.375rem !important;
  }
  .pb-xxl-54,
  .py-xxl-54 {
    padding-bottom: 3.375rem !important;
  }
  .pl-xxl-54,
  .px-xxl-54 {
    padding-left: 3.375rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-66 {
    padding: 4.125rem !important;
  }
  .pt-xxl-66,
  .py-xxl-66 {
    padding-top: 4.125rem !important;
  }
  .pr-xxl-66,
  .px-xxl-66 {
    padding-right: 4.125rem !important;
  }
  .pb-xxl-66,
  .py-xxl-66 {
    padding-bottom: 4.125rem !important;
  }
  .pl-xxl-66,
  .px-xxl-66 {
    padding-left: 4.125rem !important;
  }
  .p-xxl-72 {
    padding: 4.5rem !important;
  }
  .pt-xxl-72,
  .py-xxl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-72,
  .px-xxl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-72,
  .py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-72,
  .px-xxl-72 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-78 {
    padding: 4.875rem !important;
  }
  .pt-xxl-78,
  .py-xxl-78 {
    padding-top: 4.875rem !important;
  }
  .pr-xxl-78,
  .px-xxl-78 {
    padding-right: 4.875rem !important;
  }
  .pb-xxl-78,
  .py-xxl-78 {
    padding-bottom: 4.875rem !important;
  }
  .pl-xxl-78,
  .px-xxl-78 {
    padding-left: 4.875rem !important;
  }
  .p-xxl-84 {
    padding: 5.25rem !important;
  }
  .pt-xxl-84,
  .py-xxl-84 {
    padding-top: 5.25rem !important;
  }
  .pr-xxl-84,
  .px-xxl-84 {
    padding-right: 5.25rem !important;
  }
  .pb-xxl-84,
  .py-xxl-84 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxl-84,
  .px-xxl-84 {
    padding-left: 5.25rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .p-xxl-96 {
    padding: 6rem !important;
  }
  .pt-xxl-96,
  .py-xxl-96 {
    padding-top: 6rem !important;
  }
  .pr-xxl-96,
  .px-xxl-96 {
    padding-right: 6rem !important;
  }
  .pb-xxl-96,
  .py-xxl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-96,
  .px-xxl-96 {
    padding-left: 6rem !important;
  }
  .p-xxl-102 {
    padding: 6.375rem !important;
  }
  .pt-xxl-102,
  .py-xxl-102 {
    padding-top: 6.375rem !important;
  }
  .pr-xxl-102,
  .px-xxl-102 {
    padding-right: 6.375rem !important;
  }
  .pb-xxl-102,
  .py-xxl-102 {
    padding-bottom: 6.375rem !important;
  }
  .pl-xxl-102,
  .px-xxl-102 {
    padding-left: 6.375rem !important;
  }
  .p-xxl-108 {
    padding: 6.75rem !important;
  }
  .pt-xxl-108,
  .py-xxl-108 {
    padding-top: 6.75rem !important;
  }
  .pr-xxl-108,
  .px-xxl-108 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-108,
  .py-xxl-108 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxl-108,
  .px-xxl-108 {
    padding-left: 6.75rem !important;
  }
  .p-xxl-114 {
    padding: 7.125rem !important;
  }
  .pt-xxl-114,
  .py-xxl-114 {
    padding-top: 7.125rem !important;
  }
  .pr-xxl-114,
  .px-xxl-114 {
    padding-right: 7.125rem !important;
  }
  .pb-xxl-114,
  .py-xxl-114 {
    padding-bottom: 7.125rem !important;
  }
  .pl-xxl-114,
  .px-xxl-114 {
    padding-left: 7.125rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  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;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 100 !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #205076 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15354e !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #7ed321 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #64a71a !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #cda320 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a18019 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #9b9b9b !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #828282 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-white-gray {
  color: #f5f5f5 !important;
}
a.text-white-gray:hover,
a.text-white-gray:focus {
  color: #dcdcdc !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
.text-green {
  color: #7ed321 !important;
}
a.text-green:hover,
a.text-green:focus {
  color: #64a71a !important;
}
.text-blue {
  color: #205076 !important;
}
a.text-blue:hover,
a.text-blue:focus {
  color: #15354e !important;
}
.text-yellow {
  color: #cda320 !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #a18019 !important;
}
.text-black {
  color: #151a14 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000 !important;
}
.text-green-dark {
  color: #207629 !important;
}
a.text-green-dark:hover,
a.text-green-dark:focus {
  color: #154e1b !important;
}
.text-red {
  color: #8d1e1e !important;
}
a.text-red:hover,
a.text-red:focus {
  color: #631515 !important;
}
.text-gray {
  color: #4a4a4a !important;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #313131 !important;
}
.text-body {
  color: #9b9b9b !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: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #9b9b9b;
    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,
  .content table {
    border-collapse: collapse !important;
  }
  .table td,
  .content table td,
  .table th,
  .content table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d1d1d1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d1d1d1;
  }
  .table .thead-dark th,
  .content table .thead-dark th {
    color: inherit;
    border-color: #d1d1d1;
  }
}
.bg-multiply-green {
  background-blend-mode: multiply;
  background-color: rgba(126, 211, 33, 0.24);
  background-color: rgba(123, 193, 27, 0.35);
  background-color: rgba(46, 74, 7, 0.4);
  position: relative;
}
.bg-multiply-green::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20rem;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
}
.bg-multiply-black {
  background-blend-mode: multiply;
  background-color: rgba(126, 211, 33, 0.06);
  position: relative;
}
.bg-multiply-black::before {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#66000000",GradientType=0 );
}
.bg-multiply-black h1,
.bg-multiply-black h2,
.bg-multiply-black h3,
.bg-multiply-black h4,
.bg-multiply-black h5,
.bg-multiply-black p {
  position: relative;
  z-index: 2;
}
.font-size-30 {
  font-size: 1.875rem;
}
.font-size-24 {
  font-size: 1.5rem;
}
.font-size-18 {
  font-size: 1.125rem;
}
.font-sm {
  font-size: 0.9rem;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-2,
#organizations .card .organization-list-note {
  line-height: 1.2;
}
svg {
  touch-action: none;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}
.jvectormap-tip {
  position: absolute;
  display: none;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: #fff;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat
    url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  background: #000;
  color: #fff;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  user-select: none;
  width: 100%;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ced4da;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow:
    0 0 3px #fff inset,
    0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC)
    no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC)
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #7ed321;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #4a4a4a;
  display: list-item;
  background: #f5f5f5;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0.375rem 0.375rem;
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  cursor: text;
  border-radius: 6px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 5px 0 0;
  padding: 0 30px 0 10px;
  max-width: 100%;
  border-radius: 15px;
  background-color: #7ed321;
  background-clip: padding-box;
  line-height: 1.625rem;
  font-size: 1rem;
  cursor: default;
  color: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  right: 9px;
  display: block;
  width: 12px;
  bottom: 0;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  height: 100%;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #7ed321;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: rgba(0, 0, 0, 0);
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #7ed321;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC)
    no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 0.2rem;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 3.7rem;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  border-radius: 0.9375rem;
}
@media (max-width: 1199.98px) {
  .select2-container .select2-selection--single {
    height: 3.4rem;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 3.7rem;
  border-radius: 0.9375rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 3.7rem;
  position: absolute;
  top: 1px;
  right: 1rem;
  width: 1.5rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 1.5rem;
  width: 1.5rem;
  left: 50%;
  top: 50%;
  margin-left: -0.75rem;
  margin-top: -1rem;
  position: absolute;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.9375rem;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0.9375rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #d1d1d1;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #7ed321;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0.9375rem;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #7ed321;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 4.625rem;
  border-radius: 0.9375rem;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 1.25rem;
  width: 1.25rem;
  left: 50%;
  top: 50%;
  margin-left: -0.625rem;
  margin-top: -0.625rem;
  position: absolute;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  line-height: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.9375rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0.9375rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #7ed321;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #7ed321;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  color: #6db51b;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6db51b;
}
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner {
  border: 2px solid #6db51b;
  border-radius: 1rem;
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  text-align: left;
}
.tooltip.bs-tooltip-top .tooltip-inner h5,
.tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.tooltip.bs-tooltip-top .tooltip-inner p,
.tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner p {
  font-size: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.2;
  margin: 0;
}
.owl-dots {
  position: absolute;
  bottom: 13.75rem;
  z-index: 1030;
  width: 12.5rem;
  margin: -6.25rem;
  left: 50%;
  text-align: center;
  opacity: 0.6;
  transition: opacity ease-in-out 0.125s;
}
@media (max-width: 1199.98px) {
  .owl-dots {
    bottom: 11.25rem;
  }
}
.owl-dots:hover {
  opacity: 1;
}
.owl-dots .owl-dot {
  border: 1px solid #fff;
  height: 0.875rem;
  width: 0.875rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: relative;
}
.owl-dots .owl-dot.active span {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 0.875rem;
}
.owl-carousel {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.owl-carousel > .item {
  display: none !important;
}
.owl-carousel > .item:first-child {
  display: flex !important;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 !important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hc-nav-trigger {
  display: none !important;
}
html.hc-nav-yscroll {
  overflow-y: scroll;
}
body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s ease 0.4s,
    opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition:
    visibility 0s ease 0.4s,
    -webkit-transform 0.4s ease;
  transition:
    visibility 0s ease 0.4s,
    transform 0.4s ease;
  transition:
    visibility 0s ease 0.4s,
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495e;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #6cb61c;
}
.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #64a81a;
}
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #64a81a;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #64a81a;
}
.hc-offcanvas-nav
  ul:first-of-type:not(:first-child)
  > li:first-child:not(.nav-back):not(.nav-close)
  > a {
  border-top: 1px solid #64a81a;
  margin-top: -1px;
}
.hc-offcanvas-nav li {
  text-align: left;
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #64a819;
  border-top: 1px solid #64a819;
  border-bottom: 1px solid #64a819;
}
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #64a819;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #64a81a;
}
.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.hc-offcanvas-nav span.nav-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #6cb61c;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #64a81a;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #6cb61c;
}
.hc-offcanvas-nav.nav-levels-expand
  .nav-container
  li.level-open
  > .nav-item
  .nav-next::before,
.hc-offcanvas-nav.nav-levels-none
  .nav-container
  li.level-open
  > .nav-item
  .nav-next::before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
#search-input-mobile {
  border-radius: 0.25rem;
  border: 0;
}
.hc-offcanvas-nav li > a {
  text-transform: uppercase;
}
.hc-offcanvas-nav li li a {
  text-transform: none;
}
.hc-offcanvas-nav li.secondary a {
  text-transform: none;
  background-color: #63a717;
  border-bottom: 1px solid #5b8c25;
  padding: 8px 17px;
}
.hc-offcanvas-nav li.secondary.change-nav {
  border-top: 4px solid #5b8c25;
}
@media print {
  html,
  body {
    color: #4a4a4a;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 96%;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 94%;
  }
}
.container-fluid {
  max-width: 1600px;
}
.container-limited {
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container-limited .col-right {
    max-width: 28%;
  }
}
@media (max-width: 1365.98px) {
  .container-limited {
    width: 84%;
  }
}
@media (max-width: 991.98px) {
  .container-limited {
    width: 90%;
  }
}
.container-fluid {
  padding: 0;
}
#content {
  padding-bottom: 12.5rem;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(61b5eb1a3b87f67c0a0d.jpg?as=webp&width=1600);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #fff;
}
#content.bg-gray {
  background-image: url(57d3dd5846a29f3ae202.jpg?as=webp&width=1600);
  background-color: #fafafa !important;
}
@media (max-width: 991.98px) {
  body #navigation {
    background: rgba(0, 0, 0, 0);
  }
}
#site {
  box-shadow: 0px 0px 30px 0px rgba(177, 177, 177, 0.75);
  padding: 0;
}
.slide-top {
  z-index: 2;
  position: relative;
  margin-top: -7.1875rem;
}
@media (max-width: 1199.98px) {
  .slide-top {
    margin-top: -5.625rem;
  }
}
.slide-bottom {
  z-index: 2;
  position: relative;
  padding-top: 3.75rem;
}
@media (max-width: 1199.98px) {
  .slide-bottom {
    margin-top: 2.5rem;
  }
}
.has-header #content,
header + #navigation + #content {
  margin-top: 0 !important;
}
#content {
  margin-top: 6.5625rem !important;
}
@media (max-width: 991.98px) {
  #content {
    margin-top: 4.2rem !important;
  }
}
strong {
  font-weight: 700;
}
html.noScroll,
body.noScroll {
  overflow-x: hidden;
}
body.noScroll {
  position: relative;
}
body {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.5px;
}
h1.underline,
h2.underline,
h3.underline {
  position: relative;
}
h1.underline span,
h2.underline span,
h3.underline span {
  position: relative;
  background-color: #fff;
  padding-right: 1.875rem;
  display: inline-block;
}
h1.underline::before,
h2.underline::before,
h3.underline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #212529;
}
h1.underline.text-center span,
h2.underline.text-center span,
h3.underline.text-center span {
  padding-left: 1.875rem;
}
h1.underline.text-green::before,
h2.underline.text-green::before,
h3.underline.text-green::before {
  background-color: #7ed321;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
}
span.category {
  position: relative;
  padding-left: 0.75rem;
  display: inline-block;
  line-height: 1.2;
}
span.category::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 2px;
  width: 0.25rem;
  left: 1px;
  background-color: #7ed321;
}
iframe {
  border-width: 0;
  width: 100% !important;
}
@media print {
  .content,
  .col-print {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content {
  position: relative;
}
.content .fr-video {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.content .fr-video:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.content .fr-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content p + h1,
.content ul + h1,
.content span + h1,
.content table + h1,
.content ol + h1,
.content blockquote + h1,
.content a + h1,
.content div + h1,
.content p + h2,
.content ul + h2,
.content span + h2,
.content table + h2,
.content ol + h2,
.content blockquote + h2,
.content a + h2,
.content div + h2,
.content p + h3,
.content ul + h3,
.content span + h3,
.content table + h3,
.content ol + h3,
.content blockquote + h3,
.content a + h3,
.content div + h3,
.content p + h4,
.content ul + h4,
.content span + h4,
.content table + h4,
.content ol + h4,
.content blockquote + h4,
.content a + h4,
.content div + h4,
.content p + h5,
.content ul + h5,
.content span + h5,
.content table + h5,
.content ol + h5,
.content blockquote + h5,
.content a + h5,
.content div + h5,
.content p + h6,
.content ul + h6,
.content span + h6,
.content table + h6,
.content ol + h6,
.content blockquote + h6,
.content a + h6 div + h6 {
  padding-top: 1.4rem;
}
.content h1,
.content h2 {
  color: #7ed321;
}
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #4a4a4a;
}
.content p {
  margin-bottom: 1.1rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h4,
.content h5 {
  margin-bottom: 1.1rem;
}
.content hr {
  margin: 3.125rem 0;
}
.content img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 991.98px) {
  .content img {
    max-width: 60% !important;
  }
}
@media (max-width: 575.98px) {
  .content img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.content strong {
  color: #7d7d7d;
  font-weight: bold;
}
.content img.fr-bordered {
  border: 1px solid #e8e8e8;
}
.content .fr-dib {
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.content .fr-fir {
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
  float: right;
}
@media (max-width: 575.98px) {
  .content .fr-fir {
    margin: 0;
    float: none;
  }
}
.content .fr-fil {
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  float: left;
}
@media (max-width: 575.98px) {
  .content .fr-fil {
    margin: 0;
    float: none;
  }
}
.content .float-right {
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .content .float-right {
    margin: 0;
    float: none;
  }
}
.content .float-left {
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .content .float-left {
    margin: 0;
    float: none;
  }
}
.content p.lead {
  color: #7ed321;
}
@media (max-width: 575.98px) {
  .content p.lead {
    font-size: 1.1875rem;
  }
}
.content p a,
.content li a,
.content td a,
.content th a {
  position: relative;
  color: #7ed321;
  transition: all ease-in-out 0.125s;
}
.content p a:hover,
.content li a:hover,
.content td a:hover,
.content th a:hover {
  color: #207629;
}
.content p a:hover:before,
.content li a:hover:before,
.content td a:hover:before,
.content th a:hover:before {
  content: "";
  border-color: #207629;
}
.content p a:before,
.content li a:before,
.content td a:before,
.content th a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #7ed321;
}
.content ul,
.content ol {
  margin-bottom: 1.5rem;
}
.content ul li + li,
.content ol li + li {
  margin-top: 0.5rem;
}
.content ul li {
  list-style: none;
  position: relative;
}
.content ul li::before {
  position: absolute;
  left: -1rem;
  top: 0.375rem;
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 0.6rem;
}
@media (max-width: 575.98px) {
  .content .fr-img-caption {
    width: 100% !important;
  }
}
.content .fr-img-caption .fr-inner {
  padding-top: 0.3rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
}
.content .widget-quote {
  margin: 0.5rem;
  padding: 2.8rem 3.2rem;
  position: relative;
  width: auto;
  max-width: 40%;
}
@media (max-width: 575.98px) {
  .content .widget-quote {
    margin: 0rem;
    max-width: 100% !important;
    padding: 2.2rem 2rem;
  }
}
.content .widget-quote > span {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #9b9b9b;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .content .widget-quote > span {
    font-size: 1.5rem;
  }
}
.content .widget-quote::before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  color: #7ed321;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .content .widget-quote::before {
    font-size: 2rem;
  }
}
.content .widget-quote::after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  color: #7ed321;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .content .widget-quote::after {
    font-size: 2rem;
  }
}
.content img.w-10 {
  width: 10%;
}
.content img.w-20 {
  width: 20%;
}
.content img.w-25 {
  width: 25%;
}
.content img.w-30 {
  width: 30%;
}
.content img.w-33 {
  width: 33%;
}
.content img.w-40 {
  width: 40%;
}
.content img.w-50 {
  width: 50%;
}
.content img.w-60 {
  width: 60%;
}
.content img.w-70 {
  width: 70%;
}
.content img.w-80 {
  width: 80%;
}
.content img.w-90 {
  width: 90%;
}
.content img.w-100 {
  width: 100%;
}
#list-items .item + .item {
  margin-top: 1.875rem;
}
#list-items .item .img {
  width: 18.75rem;
}
#list-items .item h3 {
  color: #343a40;
}
#list-items .item h3:hover {
  color: #7ed321;
}
#list-items .item .text-body {
  font-size: 1.375rem;
}
.bg-image {
  background-position: center center;
  background-size: cover;
}
a:hover .bg-image-wrapper .bg-image {
  transform: scale(1.0125);
}
.bg-image-wrapper,
.bg-background {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.bg-image-wrapper.bg-image-wrapper-vertical,
.bg-background.bg-image-wrapper-vertical {
  border: 1px solid #e8e8e8;
}
.bg-image-wrapper .bg-image,
.bg-background .bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all linear 0.125s;
}
.bg-image-wrapper .bg-vertical,
.bg-background .bg-vertical {
  position: relative;
  width: 100%;
}
.bg-image-wrapper .bg-vertical:after,
.bg-background .bg-vertical:after {
  content: "";
  display: block;
  padding-bottom: 141%;
}
.bg-image-wrapper .content,
.bg-background .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all linear 0.125s;
}
.read-more {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  color: #7ed321;
  letter-spacing: 0;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
.material .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
}
.material .input-group-prepend .input-group-text,
.material .input-group-append .input-group-text {
  font-size: 1.5rem;
  border-radius: 0;
  border-width: 0 0 1px 0;
  background: rgba(0, 0, 0, 0);
}
.material .input-group-append {
  margin-left: 0;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
  padding: 0.25rem 0;
}
.selectize-input {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable]:hover {
  background-color: #f3f3f3;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) gray rgba(0, 0, 0, 0);
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.single .selectize-input {
  background-color: rgba(0, 0, 0, 0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.form-control-xs {
  border-radius: 0.375rem !important;
}
.open-menu {
  height: 100px;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 100px;
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
}
.has-header #navigation .container-fluid,
header + #navigation .container-fluid {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.has-header #navigation-mobile {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
#navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
}
@media (max-width: 991.98px) {
  #navigation {
    display: none;
  }
}
#navigation .container-fluid {
  transition: all ease-in-out 0.15s;
}
#navigation .container-fluid .nav-link {
  transition: all ease-in-out 0.15s;
}
#navigation .container-fluid {
  position: relative;
  background-color: #6cb61c;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1333333333);
}
#navigation #logo {
  width: 5rem;
  position: absolute;
  top: 0.9375rem;
  left: 1.5rem;
  z-index: 10;
}
#navigation #logo h1 {
  text-align: center;
}
@media (max-width: 1199.98px) {
  #navigation #logo {
    left: 1rem;
  }
}
@media (min-width: 992px) {
  #navigation #logo img {
    transition: all ease-in-out 0.075s;
    height: 5rem;
    width: auto !important;
  }
  #navigation.sticky {
    position: fixed;
  }
  #navigation.sticky .container-fluid {
    background-color: #6cb61c;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1333333333);
  }
  #navigation.sticky #logo img {
    height: 4.6875rem;
    width: auto !important;
  }
  #navigation .separator {
    position: relative;
    padding-left: 8.33333%;
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation .separator {
    padding-left: 9.6666%;
  }
}
@media (min-width: 992px) {
  #navigation .separator > div {
    height: 1px;
    width: 100%;
    padding: 0 1.125rem;
  }
  #navigation .separator > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  #navigation #main-navigation {
    position: relative;
    z-index: 1;
  }
  #navigation #main-navigation > .nav {
    padding-left: 8.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation #main-navigation > .nav {
    padding-left: 9.6666%;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  #navigation #main-navigation > .nav.open > .nav-item:hover > .nav-link,
  #navigation #main-navigation > .nav .nav-item.hover > .nav-link {
    color: #7ed321 !important;
    transition: background 100ms linear;
    background-color: #fff;
    border-radius: 0.3rem 0.3rem 0 0;
    position: relative;
    z-index: 2;
  }
  #navigation
    #main-navigation
    > .nav.open
    > .nav-item:hover
    > .nav-link::before,
  #navigation #main-navigation > .nav .nav-item.hover > .nav-link::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    bottom: -10px;
    top: -15px;
    left: -100px;
    right: -100px;
    z-index: 2;
  }
  #navigation #main-navigation > .nav.open > .nav-item:hover > .nav.second,
  #navigation #main-navigation > .nav .nav-item.hover > .nav.second {
    visibility: visible;
    opacity: 1;
    transition:
      visibility 0ms,
      opacity 100ms linear;
  }
}
@media (min-width: 992px) {
  #navigation #main-navigation > .nav > .nav-item.active > .nav-link {
    border-bottom: 3px solid #fff;
  }
  #navigation #main-navigation > .nav > .nav-item:hover > .nav-link {
    color: #fff;
  }
  #navigation #main-navigation > .nav > .nav-item > .nav-link {
    transition-delay: 100ms;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0.875rem;
    z-index: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation #main-navigation > .nav > .nav-item > .nav-link {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #navigation #main-navigation > .nav > .nav-item > .nav.second {
    z-index: 1;
    padding: 1.875rem 0;
    transition-delay: 100ms;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(-180deg, #ffffff 4%, #d8d8d8 100%);
    clip-path: ellipse(200% 100% at 50% 0%);
    -webkit-clip-path: ellipse(200% 100% at 50% 0%);
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link {
    padding: 0;
    border-radius: 0 0 0.3rem 0.3rem;
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    color: #9b9b9b;
    line-height: 1.75rem;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link
    .img {
    border-radius: 0.3rem 0.3rem 0 0;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link
    .link {
    position: relative;
    color: #757575;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link
    .link::after {
    content: "";
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    position: absolute;
    top: 0.9375rem;
    right: 0.3125rem;
    margin-top: -1.0625rem;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link
    .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    > .nav-item
    > .nav-link:hover
    .link {
    color: #7ed321;
  }
  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third {
    padding-top: 0.625rem;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item
    > .nav-link {
    padding: 0.75rem 2rem 0.75rem 1rem;
    font-size: 0.875rem;
    color: #9b9b9b;
    line-height: 1.4;
    position: relative;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item
    > .nav-link:hover {
    color: #7ed321;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item
    > .nav-link::after {
    content: "";
    font-size: 1.125rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    position: absolute;
    right: 1rem;
    line-height: 1.875rem;
    top: 50%;
    margin-top: -1.0625rem;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item:hover {
    border-radius: 0.3rem;
    background-color: #fff;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item:hover
    + .nav-item
    > .nav-link {
    border-color: rgba(0, 0, 0, 0);
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item:hover
    > .nav-link {
    border-color: rgba(0, 0, 0, 0) !important;
  }
  #navigation
    #main-navigation
    > .nav
    > .nav-item
    > .nav.second
    .nav.third
    > .nav-item
    + .nav-item
    > .nav-link {
    border-top: 1px solid rgba(151, 151, 151, 0.3);
  }
}
@media (min-width: 992px) {
  #navigation #secondary-navigation {
    padding: 0 1.125rem;
    padding-left: 8.33333%;
    position: relative;
    z-index: 2;
  }
  #navigation #secondary-navigation > .nav {
    padding-left: 1.125rem;
    position: relative;
  }
  #navigation #secondary-navigation > .nav > .nav-item {
    position: relative;
  }
  #navigation #secondary-navigation > .nav > .nav-item.has-pages .nav-link {
    position: relative;
  }
  #navigation
    #secondary-navigation
    > .nav
    > .nav-item.has-pages:hover
    .nav-link::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0.875rem;
    right: 0.875rem;
    height: 3px;
    background-color: #fff;
  }
  #navigation #secondary-navigation > .nav > .nav-item:hover > .nav-link {
    background-color: rgba(0, 0, 0, 0);
  }
  #navigation #secondary-navigation > .nav > .nav-item.active > .nav-link {
    border-bottom: 1px;
    color: #fff;
    font-weight: bold;
  }
  #navigation #secondary-navigation > .nav > .nav-item > .nav-link {
    padding: 0.875rem;
    font-size: 0.875rem;
    color: #e8e8e8;
  }
  #navigation #secondary-navigation > .nav > .nav-item > .nav-link:hover {
    color: #fff;
  }
  #navigation #secondary-navigation > .nav > .nav-item > .nav {
    border-radius: 0.2rem;
    border-top-left-radius: 0;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 3rem;
    left: 0.875rem;
    padding: 0.4375rem;
  }
  #navigation
    #secondary-navigation
    > .nav
    > .nav-item
    > .nav
    > .nav-item:hover
    > .nav-link {
    color: #7ed321;
  }
  #navigation
    #secondary-navigation
    > .nav
    > .nav-item
    > .nav
    > .nav-item
    > .nav-link {
    font-size: 0.875rem;
    color: #9b9b9b;
  }
  #navigation #secondary-navigation > .nav > .nav-item.last > .nav {
    right: 0.875rem;
    left: auto;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  #navigation
    #secondary-navigation
    > .nav
    > .nav-item:nth-last-child(-n + 1)
    .nav-link {
    padding-right: 0;
  }
}
.right-navigation {
  padding: 2rem 2rem 1.5rem 2rem;
  border-radius: 1rem;
  border: 2px solid #7ed321;
}
.right-navigation .nav > .nav-item:last-child {
  border-bottom: none;
}
.right-navigation .nav > .nav-item {
  border-bottom: 1px dotted #ced4da;
}
.right-navigation .nav > .nav-item > .nav-link {
  padding-left: 0;
}
.right-navigation .nav > .nav-item > .nav-link.active {
  color: #7ed321;
}
.right-navigation .nav > .nav-item > .nav-link.active:hover {
  color: #207629;
}
.right-navigation .nav > .nav-item > .nav {
  padding-bottom: 1.25rem;
}
.right-navigation .nav > .nav-item > .nav > .nav-item {
  border-bottom: none;
}
.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link {
  font-size: 90%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
}
.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link.active {
  color: #7ed321;
}
.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link.active:hover {
  color: #207629;
}
#navigation-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all ease-in-out 0.15s;
  background-color: rgba(0, 0, 0, 0);
}
#navigation-mobile.sticky {
  background-color: #6cb61c;
}
#navigation-mobile i {
  cursor: pointer;
  font-size: 1.875rem;
  color: #fff;
}
#navigation-mobile .col-logo {
  max-width: 4.0625rem;
}
#navigation-mobile #mobile-nav {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
body.hc-nav-open #navigation-mobile {
  background-color: #6cb61c;
}
.card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.card .img {
  overflow: hidden;
}
.card .card-img {
  transition: all linear 0.125s;
}
.card:hover .card-img {
  transform: scale(1.015);
}
.card .text-black .text-shadow,
.card .text-shadow.text-black {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8);
}
.card .text-white .text-shadow,
.card .text-shadow.text-white {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.tunels .card {
  position: relative;
  z-index: 1;
  transition: all linear 0.3s;
}
.tunels .card .text {
  color: #000 !important;
  transition: opacity linear 0.3s;
  opacity: 0;
}
.tunels .card:hover {
  z-index: 2;
  transform: scale(1.01);
}
.tunels .card:hover h4,
.tunels .card:hover p {
  color: #000 !important;
}
.tunels .card:hover .text {
  color: #000 !important;
  opacity: 1;
}
.tunels .card:hover .card-img {
  opacity: 0.5;
}
.tunels .white-opacity img {
  opacity: 0.5;
}
.tunels h2 {
  position: relative;
}
.tunels h2 span {
  padding: 0 2rem;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.tunels h2::before {
  z-index: 1;
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 50%;
}
.btn.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-green:hover,
.btn-outline-green:hover {
  color: #eee !important;
}
.btn-green {
  color: #fff !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (max-width: 767.98px) {
  .btn-sm,
  .btn-group-sm > .btn {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .btn-sm,
  .btn-group-sm > .btn {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
.btn-xs {
  border-radius: 0.375rem !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-1-2,
#organizations .card .organization-list-note {
  line-height: 1.2 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-70 {
  opacity: 0.7;
}
.fz-12 {
  font-size: 0.75rem;
}
.fz-80 {
  font-size: 5rem;
}
.image-wrapper {
  position: relative;
  width: 100%;
}
.image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-wrapper.map:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.image-wrapper .content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-wrapper.rectangle:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.image-wrapper.format_A4:after {
  content: "";
  display: block;
  padding-bottom: 141%;
}
.image-wrapper.format_16_9:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.accordion-trigger button {
  cursor: pointer;
  appearance: none;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.accordion-title {
  text-align: left;
}
.accordion-title {
  text-align: start;
}
.accordion-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.accordion-icon:before,
.accordion-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 2px;
  width: 50%;
  background-color: #4a4a4a;
  border-bottom: 2px solid;
}
.accordion-icon:before {
  transform: rotate(45deg) translate(1px, 50%);
  transform-origin: right center;
  left: 0;
}
.accordion-icon:after {
  transform: rotate(-45deg) translate(-1px, 50%);
  transform-origin: left center;
  right: 0;
}
[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}
#breadcrumbs .breadcrumb-item {
  font-size: 0.85rem;
  color: #7ed321;
  line-height: 1;
}
#breadcrumbs .breadcrumb-item a {
  color: #343a40;
}
#breadcrumbs .breadcrumb-item a:hover {
  color: #7ed321;
}
#breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: 1px;
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #9b9b9b;
}
#breadcrumbs .breadcrumb-item:last-child a {
  color: #7ed321;
}
#breadcrumbs .breadcrumb-item:last-child a:hover {
  color: #207629;
}
#carousel {
  position: relative;
  background-color: #eee;
}
#carousel .owl-prev,
#carousel .owl-next {
  position: absolute;
  top: 50%;
  height: 4.6875rem;
  width: 4.6875rem;
  margin-top: -2.34375rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5rem;
  transition: all ease-in-out 0.25s;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  opacity: 0.6;
}
#carousel .owl-prev:hover,
#carousel .owl-next:hover {
  opacity: 1;
}
#carousel .owl-prev:focus,
#carousel .owl-next:focus {
  outline: none;
}
@media (max-width: 1365.98px) {
  #carousel .owl-prev,
  #carousel .owl-next {
    height: 3.75rem;
    width: 3.75rem;
    margin-top: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  #carousel .owl-prev,
  #carousel .owl-next {
    display: none;
  }
}
#carousel .owl-prev {
  left: 3.75rem;
}
@media (max-width: 1450px) {
  #carousel .owl-prev {
    left: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  #carousel .owl-prev {
    left: 0.9375rem;
  }
}
#carousel .owl-next {
  right: 3.75rem;
}
@media (max-width: 1450px) {
  #carousel .owl-next {
    right: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  #carousel .owl-next {
    right: 0.9375rem;
  }
}
#carousel .owl-item > div {
  padding: 12.5rem 0;
}
@media (max-width: 991.98px) {
  #carousel .owl-item > div {
    padding: 6.25rem 0;
  }
}
.widget-contact-form form {
  width: 100%;
}
.widget-contact-form__message {
  background: #6cb61c;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  color: #fff;
}
.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.form-field label {
  font-family: "Oswald", sans-serif;
}
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.4em 0.5em;
  background: #fff;
  border: 1px solid #151a14;
}
.form-submit {
  display: flex;
  justify-content: flex-end;
}
.widget-gallery,
.widget-video {
  cursor: pointer;
  display: block;
  position: relative;
}
.widget-gallery .card,
.widget-video .card {
  margin: 0 auto;
}
.widget-gallery .card i,
.widget-video .card i {
  font-size: 4rem;
}
.widget-gallery .card:hover i,
.widget-video .card:hover i {
  color: #7ed321;
}
.widget-gallery .card .card-body,
.widget-video .card .card-body {
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
}
.widget-gallery .card h3,
.widget-video .card h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}
.widget-gallery .card h2,
.widget-video .card h2 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  .widget-gallery .card h2,
  .widget-video .card h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .widget-gallery .card h2,
  .widget-video .card h2 {
    font-size: 1.75rem;
  }
}
.widget-gallery .card h2 small,
.widget-video .card h2 small {
  font-weight: bold;
  font-size: 1.125rem;
  margin-left: 1.5rem;
}
.widget-gallery .card p,
.widget-video .card p {
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .widget-gallery .card p,
  .widget-video .card p {
    font-size: 0.9375rem;
  }
}
.template-full .card {
  width: 75%;
}
.widget-document {
  margin: 0 0 1.875rem 0;
  display: block;
}
.widget-document .card {
  background-color: #f5f5f5;
}
.widget-document .col.icon {
  max-width: 4rem;
}
.widget-text-and-or-image {
  padding-top: 1.5rem;
  margin: 0 0 3.375rem 0;
  display: block;
}
.widget-text-and-or-image .card {
  background-color: #f5f5f5;
}
.widget-text-and-or-image .image {
  background-position: center center;
  background-size: cover;
}
.social-icons {
  position: absolute;
  right: -3.75rem;
  width: 1.875rem;
}
.social-icons a {
  display: block;
}
.social-icons a + a {
  margin-top: 0.5rem;
}
.social-icons-right a {
  display: inline-block;
}
.social-icons-right a + a {
  margin-left: 0.5rem;
}
@media (max-width: 1199.98px) {
  .social-icons-right a + a {
    margin-left: 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .social-icons-right a + a {
    margin-left: 0.25rem;
  }
}
.social-icons a,
.social-icons-right a {
  height: 2.125rem;
  width: 2.125rem;
  text-align: center;
  background-color: #d1d1d1;
  border-radius: 1.0625rem;
}
.social-icons a:before,
.social-icons-right a:before {
  display: none;
}
.social-icons a:hover,
.social-icons-right a:hover {
  background-color: #7ed321;
}
.social-icons a i,
.social-icons a .svg-inline--fa,
.social-icons-right a i,
.social-icons-right a .svg-inline--fa {
  height: 2.125rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .social-icons a,
  .social-icons-right a {
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.9375rem;
  }
  .social-icons a i,
  .social-icons a .svg-inline--fa,
  .social-icons-right a i,
  .social-icons-right a .svg-inline--fa {
    height: 1.875rem;
  }
}
.widget ul.filters li {
  position: relative;
  padding-left: 1.25rem;
  color: #343a40;
  line-height: 1.625rem;
}
.widget ul.filters li + li {
  margin-top: 0.3125rem;
}
.widget ul.filters li.active.item {
  background-color: #7ed321;
  color: #fff;
  border-radius: 15px;
  line-height: 1.625rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
.widget ul.filters li.active.item:hover,
.widget ul.filters li.active.item:hover a,
.widget ul.filters li.active.item:hover i {
  color: #fff !important;
}
.widget ul.filters li.active.item:before {
  display: none;
}
.widget ul.filters li:not(.disabled):hover {
  color: #7ed321;
}
.widget ul.filters li:not(.disabled):before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.625rem;
  margin-top: -1rem;
}
.widget ul.filters li.disabled {
  color: #c7c7c7;
}
.widget ul.filters li i {
  color: #fff;
  font-size: 1rem;
}
.widget ul.filters li i:hover {
  color: #7ed321;
}
.items-list .content-item .item-dates.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.375rem;
}
.items-list .content-item .item-dates .separator {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  position: relative;
  height: 1rem;
}
.items-list .content-item .item-dates .separator::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #7ed321;
  top: 0;
  bottom: 0;
  left: 50%;
}
.items-list .content-item .item-dates .date-square {
  display: block;
}
.items-list .content-item .item-dates .date-square .number-and-month {
  font-size: 1.375rem;
}
@media (max-width: 1199.98px) {
  .items-list .content-item .item-dates .date-square .number-and-month {
    font-size: 1.375rem;
  }
}
.items-list .content-item .item-dates .date-square .number-and-month span {
  font-size: 0.725rem;
  display: block;
}
.items-list .content-item .item-dates .date-square .number-and-month div {
  line-height: 0.85;
  margin-top: 0.1875rem;
}
.items-list .content-item .item-dates .date-square .year {
  font-size: 0.75rem;
  line-height: 0.75;
  padding: 0.25rem 0;
}
.col-right .widget {
  margin-bottom: 3.75rem;
}
@media (max-width: 991.98px) {
  .items-list > div {
    display: none;
  }
  .items-list > div:nth-child(-n + 2) {
    display: block;
  }
}
.widget-faq__topic-group + .widget-faq__topic-group {
  margin-top: 3rem;
}
.widget-faq__topic {
  color: #151a14;
}
.widget-faq__topic button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.widget-faq__topic button:focus {
  border-color: #151a14;
  outline: none;
}
.widget-faq__question-group {
  background: #fff;
  background-clip: border-box;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5625rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.widget-faq__question-group + .widget-faq__question-group {
  margin-top: 1.875rem;
}
.widget-faq__question {
  margin-bottom: 0;
}
.widget-faq__question button {
  border-radius: 0.5625rem;
  width: 100%;
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-faq__question button:focus {
  outline-color: #7ed321;
  outline-offset: -1px;
}
.widget-faq__answer {
  padding: 1.875rem;
}
.widget-faq__answer p {
  margin-bottom: 0;
}
.widget-faq__answer a {
  text-decoration: underline;
  color: #6cb61c;
}
.widget-faq__answer a:focus,
.widget-faq__answer a:hover {
  color: #6cb61c;
}
.tunnel .bg-image {
  height: 15.75rem;
  padding-left: 28%;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .tunnel .bg-image {
    background-position: left bottom;
    height: 15.75rem;
  }
}
@media (max-width: 575.98px) {
  .tunnel .bg-image {
    background-position: left bottom;
    height: 13.75rem;
  }
}
#pefc-certified .numbers {
  font-family: "Oswald", sans-serif;
  font-size: 2.75rem;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
#pefc-certified .numbers.left {
  padding-left: 1.5rem;
  border-left: 0.5rem solid #7ed321;
}
#pefc-certified .numbers.right {
  padding-right: 1.5rem;
  border-right: 0.5rem solid #7ed321;
}
#pefc-certified .numbers .text-green.float-right {
  line-height: 0.9;
}
#pefc-certified .numbers .number {
  font-size: 5.5rem;
  color: #7ed321;
  line-height: 1.2;
  position: relative;
  top: -7px;
}
@media (max-width: 1365.98px) {
  #pefc-certified .numbers {
    font-size: 1.875rem;
  }
  #pefc-certified .numbers .number {
    font-size: 3.75rem;
    line-height: 1;
    top: 3px;
  }
}
@media (max-width: 1199.98px) {
  #pefc-certified .numbers {
    font-size: 1.875rem;
  }
  #pefc-certified .numbers .number {
    font-size: 3.6875rem;
    line-height: 1;
    top: 3px;
  }
}
@media (max-width: 991.98px) {
  #pefc-certified .numbers {
    font-size: 1.25rem;
  }
  #pefc-certified .numbers .number {
    font-size: 2.5rem;
    line-height: 1;
    top: 1px;
  }
}
@media (max-width: 575.98px) {
  #pefc-certified .numbers {
    font-size: 1.875rem;
    position: relative;
    padding-bottom: 3.75rem;
  }
  #pefc-certified .numbers::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 60%;
    background-color: #d4f385;
    bottom: 1.875rem;
    left: 50%;
    margin-left: -30%;
  }
  #pefc-certified .numbers.left {
    padding-left: 0;
    border-left: none;
  }
  #pefc-certified .numbers.right {
    padding-right: 0;
    border-right: none;
  }
  #pefc-certified .numbers .number {
    font-size: 4.375rem;
    line-height: 1;
    top: 0;
  }
}
.country-hover {
  border-radius: 0.9375rem;
  padding: 2rem;
  background-color: #4a4a4a;
  color: #fff;
}
.country-hover .title span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  color: #fff;
  line-height: 2.125rem;
}
.country-hover .title .image-wrapper {
  float: left;
  width: 2.125rem;
  margin-right: 0.75rem;
}
.country-hover .infos {
  font-size: 1rem;
  color: #fff !important;
}
.country-hover .infos p {
  margin-bottom: 1.2rem;
}
.country-hover .infos p:last-child {
  margin-bottom: 0;
}
.widget-block .bg-background.bg-green {
  background-image: linear-gradient(
    to right top,
    #6ca917,
    #70af18,
    #73b519,
    #77bb1a,
    #7bc11b
  );
}
.widget-block .bg-background.bg-gray {
  background-image: linear-gradient(
    to right top,
    #888888,
    #8d8d8d,
    #919191,
    #969696,
    #9b9b9b
  );
}
.widget-block .bg-background.bg-red {
  background-image: linear-gradient(
    to right top,
    #7c1a1a,
    #801b1b,
    #841c1c,
    #891d1d,
    #8d1e1e
  );
}
.widget-block .bg-background.bg-blue {
  background-image: linear-gradient(
    to right top,
    #1c4668,
    #1d486b,
    #1e4b6f,
    #1f4d72,
    #205076
  );
}
.widget-block .bg-background.bg-dark-green {
  background-image: linear-gradient(
    to right top,
    #1c6824,
    #1d6b25,
    #1e6f26,
    #1f7228,
    #207629
  );
}
.widget-block .bg-background.bg-dark-gray {
  background-image: linear-gradient(
    to right top,
    #121611,
    #131712,
    #141813,
    #141913,
    #151a14
  );
}
.widget-block .bg-background.orange {
  background-image: linear-gradient(
    to right top,
    #b48f1c,
    #ba941d,
    #c0991e,
    #c79e1f,
    #cda320
  );
}
.widget-block .bg-background {
  background-color: #f5f5f5;
}
.widget-block .bg-background p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .widget-block .bg-background .bg-image {
    min-height: 200px;
  }
}
.widget-block .bg-background.bg-block-green {
  background-color: #7ed321;
}
.widget-block .bg-background.bg-block-green h2,
.widget-block .bg-background.bg-block-green h3,
.widget-block .bg-background.bg-block-green p,
.widget-block .bg-background.bg-block-green li {
  color: #fff;
}
.widget-block .bg-background.bg-block-green a {
  color: #fff !important;
}
.widget-block .bg-background.bg-block-green a:hover {
  color: #e8e8e8 !important;
}
.widget-block .bg-background.bg-block-blue {
  background-color: #205076;
}
.widget-block .bg-background.bg-block-blue h2,
.widget-block .bg-background.bg-block-blue h3,
.widget-block .bg-background.bg-block-blue p,
.widget-block .bg-background.bg-block-blue li {
  color: #fff;
}
.widget-block .bg-background.bg-block-red {
  background-color: #dc3545;
}
.widget-block .bg-background.bg-block-red h2,
.widget-block .bg-background.bg-block-red h3,
.widget-block .bg-background.bg-block-red p,
.widget-block .bg-background.bg-block-red li {
  color: #fff;
}
.widget-block .bg-background.bg-block-orange {
  background-color: #fd7e14;
}
.widget-block .bg-background.bg-block-orange h2,
.widget-block .bg-background.bg-block-orange h3,
.widget-block .bg-background.bg-block-orange p,
.widget-block .bg-background.bg-block-orange li {
  color: #fff;
}
.widget-block .bg-background.bg-block-dark-green {
  background-color: #207629;
}
.widget-block .bg-background.bg-block-dark-green h2,
.widget-block .bg-background.bg-block-dark-green h3,
.widget-block .bg-background.bg-block-dark-green p,
.widget-block .bg-background.bg-block-dark-green li {
  color: #fff;
}
.widget-block .bg-background.bg-block-dark-green a {
  color: #fff !important;
}
.widget-block .bg-background.bg-block-dark-green a:hover {
  color: #e8e8e8 !important;
}
.widget-block .bg-background.bg-block-dark-gray {
  background-color: #4a4a4a;
}
.widget-block .bg-background.bg-block-dark-gray h2,
.widget-block .bg-background.bg-block-dark-gray h3,
.widget-block .bg-background.bg-block-dark-gray p,
.widget-block .bg-background.bg-block-dark-gray li {
  color: #fff;
}
.col-right .widget-block {
  padding: 0;
}
.right-item .image-wrapper .content {
  border: 1px solid #e8e8e8;
}
.right-item + .right-item {
  margin-top: 1.875rem;
}
.right-item .rectangle-landscape {
  position: relative;
  width: 100%;
}
.right-item .rectangle-landscape .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.right-item .rectangle-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.right-item .rectangle-portrait {
  position: relative;
  width: 100%;
}
.right-item .rectangle-portrait .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.right-item .rectangle-portrait:after {
  content: "";
  display: block;
  padding-bottom: 141%;
}
.right-item a[href]:hover {
  color: #7ed321 !important;
}
.right-item .image-container {
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.right-item .image-container .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .right-item h6 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .right-item h6 {
    font-size: 1.875rem;
  }
}
.right-item p {
  font-size: 0.875rem;
}
.right-item .item-dates .separator {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  position: relative;
  height: 1rem;
}
.right-item .item-dates .separator::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #7ed321;
  top: 0;
  bottom: 0;
  left: 50%;
}
.right-item .date-square {
  width: 90%;
}
.right-item .date-square .separator {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  position: relative;
  height: 1.625rem;
}
.right-item .date-square .separator::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #7ed321;
  top: 0;
  bottom: 0;
  left: 50%;
}
@media (max-width: 767.98px) {
  .right-item .date-square {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .right-item .date-square {
    width: 90%;
  }
}
.img-flag .content {
  background-position: center;
  background-size: auto 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.selection .text-flag {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (max-width: 1199.98px) {
  .selection .text-flag {
    font-size: 1.0625rem;
  }
}
.result .text-flag {
  font-size: 1rem;
}
header {
  background-color: #fff;
}
header .item {
  background-position: center center;
  background-size: cover;
  clip-path: ellipse(180% 100% at 50% 0%);
  -webkit-clip-path: ellipse(180% 100% at 50% 0%);
}
header .item h1,
header .item h2 {
  font-size: 4.5rem;
}
@media (max-width: 1199.98px) {
  header .item h1,
  header .item h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  header .item h1,
  header .item h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  header .item h1,
  header .item h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  header .item .w-75 {
    width: 100% !important;
  }
}
header .item p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  header .item p {
    font-size: 1.125rem;
  }
}
header#carousel .item {
  height: 40.625rem;
  min-height: 40.625rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  header#carousel .item {
    height: 30rem;
    min-height: 30rem;
  }
}
@media (max-width: 575.98px) {
  header#carousel .item {
    height: 26.25rem;
    min-height: 26.25rem;
  }
}
@media (max-width: 575.98px) {
  header .item h1,
  header .item h2 {
    font-size: 2.5rem;
  }
  header .item p {
    font-size: 1.125rem;
    width: 100% !important;
  }
}
#find-certified .card h1 i {
  position: relative;
  margin-right: 0.75rem !important;
  top: -5px;
}
@media (max-width: 1199.98px) {
  #find-certified .card h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  #find-certified .card h1 {
    font-size: 2.5rem;
  }
}
#find-certified .card small {
  line-height: 1 !important;
}
#find-certified .card .input-group-text {
  color: rgba(0, 0, 0, 0.42);
}
#find-certified .card .form-control {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}
#find-certified .card .form-control::placeholder {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.1);
  font-style: italic;
}
@media (max-width: 767.98px) {
  #find-certified .card .form-control::placeholder {
    font-size: 1rem;
  }
}
#find-certified .card .form-control:focus {
  border: none !important;
}
#world-wide .selectize-control {
  font-size: 1.4375rem;
  color: #000;
}
#world-wide .selectize-control img {
  position: relative;
  top: -2px;
  height: 25px;
}
#tunnels-footer .icon-wrapper {
  position: relative;
}
#tunnels-footer i,
#tunnels-footer .svg-inline--fa {
  font-size: 2.5rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 1199.98px) {
  #tunnels-footer i,
  #tunnels-footer .svg-inline--fa {
    font-size: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  #tunnels-footer i,
  #tunnels-footer .svg-inline--fa {
    display: none;
  }
}
#tunnels-footer h3 {
  font-size: 2.375rem;
}
@media (max-width: 1199.98px) {
  #tunnels-footer h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  #tunnels-footer h3 {
    font-size: 1.5rem;
  }
}
#tunnels-footer h3 img {
  height: 3.125rem;
  width: 3.125rem;
}
@media (max-width: 991.98px) {
  #tunnels-footer p {
    font-size: 1rem;
  }
}
#tunnels-footer hr {
  background-color: #fff;
}
#social-medias .col-logo {
  max-width: 6.25rem;
}
@media (max-width: 991.98px) {
  #social-medias .col-logo {
    max-width: 5rem;
  }
}
@media (max-width: 575.98px) {
  #social-medias .col-logo {
    max-width: 4.375rem;
  }
}
#social-medias .nav-item {
  height: 3.125rem;
}
@media (max-width: 991.98px) {
  #social-medias .nav-item {
    height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  #social-medias .nav-item {
    height: 2.25rem;
  }
}
#social-medias .icon {
  width: 3.125rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  #social-medias .icon {
    width: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  #social-medias .icon {
    width: 2.25rem;
  }
}
#social-medias .icon .nav-link {
  line-height: 3.125rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  #social-medias .icon .nav-link {
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  #social-medias .icon .nav-link {
    line-height: 2.25rem;
  }
}
#social-medias .icon svg {
  height: 1.125rem;
}
@media (max-width: 991.98px) {
  #social-medias .icon svg {
    height: 1rem;
  }
}
#social-medias .icon #twitter-x-green img,
#social-medias .icon #twitter-x-white img {
  height: 50%;
}
@media (max-width: 991.98px) {
  #social-medias .icon #twitter-x-green img,
  #social-medias .icon #twitter-x-white img {
    height: 60%;
  }
}
#social-medias .icon #twitter-x-green {
  display: none;
}
#social-medias .icon #twitter-x-white {
  display: flex;
}
#social-medias .icon:hover {
  border: none;
  background-color: #fff;
}
#social-medias .icon:hover a {
  color: #7ed321 !important;
}
#social-medias .icon:hover #twitter-x-green {
  display: flex;
}
#social-medias .icon:hover #twitter-x-white {
  display: none;
}
#social-medias .icon + .icon {
  margin: 0 0 0 1rem;
}
@media (max-width: 575.98px) {
  #social-medias .icon + .icon {
    margin: 0 0 0 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .widget-title .w-75 {
    width: 90% !important;
  }
}
.widget-title .text p:last-child {
  margin-bottom: 0 !important;
}
#map-figures {
  width: 100%;
  height: 550px;
}
#map-figures g[role="tooltip"] > g {
  stroke-opacity: 0 !important;
}
#map-figures .tooltip-hover {
  padding: 60px;
  background: #333;
  border-radius: 15px;
}
#map-figures .tooltip-hover p {
  padding: 0 !important;
  font-family: Helvetica !important;
  color: #fff !important;
}
#map-figures .country-hover {
  color: #fff !important;
}
#map-figures .country-hover .infos p {
  margin-bottom: 1.2rem;
}
#map-figures .country-hover .infos p:last-child {
  margin-bottom: 0;
}
#language-selector {
  padding: 0.6rem !important;
  cursor: pointer;
  position: relative;
}
#language-selector .nav-link {
  background: rgba(255, 255, 255, 0.2666666667) !important;
  padding: 0.225rem 0.825rem !important;
  border-radius: 0.875rem;
  transition: none;
}
#language-selector .nav-link:hover {
  transition: none;
  background: rgba(255, 255, 255, 0.2666666667) !important;
}
#language-selector .nav-link img {
  border-radius: 0.1875rem;
  height: 0.875rem;
  margin: 0 0.3125rem;
}
#language-selector .selector {
  display: none;
  position: absolute;
  top: 2.8rem;
  right: 0.45rem;
  border-radius: 7px !important;
}
#language-selector .selector .card-body {
  padding: 0.3333333333rem;
}
#language-selector .selector .card-body a {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
}
#language-selector .selector .card-body a:hover {
  background: #ececec;
  border-radius: 4px;
}
#language-selector .selector .card-body a span {
  font-size: 0.825rem;
  color: #343a40;
}
#language-selector .selector .card-body a img {
  border-radius: 0.1875rem;
  height: 0.875rem;
  margin: 0 0.3125rem;
}
#language-selector .selector .card-body div + div {
  margin-top: 0.3125rem;
}
.rsexpanded {
  min-width: 400px;
}
.rsbtn {
  line-height: normal;
}
#consent-banner {
  transition: all ease-in-out 0.125s;
  transform: translateX(120%);
  background-color: #64a71a;
  color: #fafafa;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 350px;
  z-index: 100000;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 3px 13px -8px #3b3b3b;
  -moz-box-shadow: 0px 3px 13px -8px #3b3b3b;
  box-shadow: 0px 3px 13px -8px #3b3b3b;
}
#consent-banner.added {
  transition-delay: 1s;
  transform: translateX(0%);
}
#consent-banner p {
  font-size: 1rem;
  font-weight: lighter;
}
@media (max-width: 767.98px) {
  #consent-banner {
    bottom: 0.75rem;
    left: 50%;
    right: auto;
    width: 96%;
    margin-left: -48%;
  }
}
.switch {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #7ed321;
}
input:focus + .slider {
  box-shadow: 0 0 1px #7ed321;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.consent-apply,
.consent-close {
  display: none;
}
#consent-items {
  display: none;
}
.consent-item span {
  display: inline-block;
  line-height: 1.625rem;
}
.open-cookie-settings {
  cursor: pointer;
}
#keep-in-touch {
  background-color: #fff;
}
#keep-in-touch h2 {
  opacity: 0.9;
  font-size: 3.4375rem;
  color: #7ed321;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  #keep-in-touch h2 {
    font-size: 3.625rem;
  }
}
@media (max-width: 991.98px) {
  #keep-in-touch h2 {
    font-size: 2.5rem;
  }
}
#keep-in-touch .input-group-text {
  border-bottom: 1px solid #666;
}
#keep-in-touch .form-control {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #666;
  font-family: Arial;
  padding: 0.625rem 0;
  height: auto !important;
  font-size: 1.75rem;
}
@media (max-width: 575.98px) {
  #keep-in-touch .form-control {
    font-size: 1.25rem;
  }
}
#keep-in-touch .form-control::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  #keep-in-touch .form-control::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
}
#keep-in-touch .form-control::-moz-placeholder {
  font-style: italic;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  #keep-in-touch .form-control::-moz-placeholder {
    font-size: 1.125rem;
  }
}
#keep-in-touch .form-control:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  #keep-in-touch .form-control:-ms-input-placeholder {
    font-size: 1.125rem;
  }
}
#keep-in-touch .form-control:-moz-placeholder {
  font-style: italic;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  #keep-in-touch .form-control:-moz-placeholder {
    font-size: 1.125rem;
  }
}
#keep-in-touch p {
  font-family: Arial;
  font-size: 1.25rem;
  color: #4a4a4a;
  letter-spacing: 0;
}
#keep-in-touch p i {
  font-size: 1.75rem;
}
@media (max-width: 1199.98px) {
  #keep-in-touch p {
    font-size: 1.25rem;
  }
  #keep-in-touch p i {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  #keep-in-touch p {
    font-size: 1rem;
  }
  #keep-in-touch p i {
    font-size: 1.25rem;
  }
}
footer {
  background-color: #000;
  background-image: url(dda8a5c8ab3039ba4436.jpg?as=webp&width=1600);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer h5 {
  min-height: 3.75rem;
}
footer .nav-item .nav-link {
  font-size: 0.875rem;
  padding: 0 0 0.875rem 0;
}
footer hr {
  background-color: rgba(255, 255, 255, 0.14);
}
footer #footer-mentions p {
  font-size: 0.6875rem;
}
footer .signature_copyright_nav .nav-item + .nav-item {
  margin-left: 0.375rem;
}
footer .signature_copyright_nav .nav-item + .nav-item .nav-link {
  border-left: 1px solid rgba(155, 155, 155, 0.6509803922);
}
footer .signature_copyright_nav .nav-link {
  padding: 0 0 0 0.375rem !important;
  font-size: 0.6875rem;
  line-height: 1;
}
#search-box {
  display: none;
  position: fixed;
  background-color: rgba(29, 29, 29, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
}
#search-box .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#search-box .wrapper .bg-white {
  height: 105px;
}
#search-box .form-control::-webkit-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-box .form-control::-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-box .form-control:-ms-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-box .form-control:-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-box #results-and-suggestions-wrapper {
  position: relative;
}
#search-box #results-and-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  min-height: 400px;
  background-color: #fafafa;
  border: 1px solid red;
  border-radius: 3px;
}
#top-home {
  background: url(7921e4f6f73797c84477.png?as=webp&width=1600&height=760)
    no-repeat center top;
  background-size: cover;
}
#top-home.no-bg {
  background-image: none;
  background-color: #eee;
}
@media (min-width: 768px) {
  #overview .full-width .format_16_9::after {
    padding-bottom: 35%;
  }
}
#overview .widget-block {
  margin-bottom: 1.875rem !important;
}
.date-square {
  width: 100%;
  display: block;
}
@media (max-width: 575.98px) {
  .date-square {
    width: 99%;
  }
}
.date-square .rounded,
.date-square .content img.fr-rounded,
.content .date-square img.fr-rounded,
.date-square .content .fr-rounded > .fr-img-wrap > img,
.content .date-square .fr-rounded > .fr-img-wrap > img {
  border-radius: 0.5625rem !important;
}
.date-square .content {
  overflow: hidden;
  border: 1px solid #7ed321 !important;
}
.date-square .number-and-month {
  font-size: 1.625rem;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .date-square .number-and-month {
    font-size: 1.375rem;
  }
}
.date-square .number-and-month span {
  font-size: 0.925rem;
  display: block;
}
.date-square .number-and-month div {
  line-height: 0.85;
  margin-top: 0.1875rem;
}
.date-square .year {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #7ed321;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.25rem 0;
}
.event-infos .icon {
  max-width: 1.875rem;
}
.event-infos .rectangle .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.25rem;
  text-align: center;
  line-height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}
.event-infos .rectangle .marker i {
  font-size: 2.1875rem;
  color: #333;
}
.content-item.full-width + .full-width.content-item {
  margin-top: 3.75rem;
}
.content-item .image-container {
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.content-item .image-container .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-item .rectangle-landscape {
  position: relative;
  width: 100%;
}
.content-item .rectangle-landscape .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-item .rectangle-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media (max-width: 991.98px) {
  .content-item .rectangle-landscape:after {
    padding-bottom: 50%;
  }
}
.content-item .rectangle-portrait {
  position: relative;
  width: 100%;
}
.content-item .rectangle-portrait .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-item .rectangle-portrait:after {
  content: "";
  display: block;
  padding-bottom: 141%;
}
.content-item h2 {
  font-size: 1.75rem;
}
.content-item h2:hover a {
  color: #7ed321 !important;
}
@media (max-width: 1199.98px) {
  .content-item h2 {
    font-size: 1.5rem;
  }
}
.content-item h3 {
  font-size: 1.25rem;
}
.content-item h3:hover a {
  color: #7ed321 !important;
}
.content-item p > a {
  color: #7ed321;
}
.content-item p > a:hover {
  color: #207629;
}
.content-item .with-dates {
  padding-right: 6.5rem !important;
}
@media (max-width: 1199.98px) {
  .content-item .with-dates {
    padding-right: 4.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .content-item .with-dates {
    padding-right: 0 !important;
  }
}
.content-item .with-dates .col-dates {
  max-width: 6.125rem;
}
.content-item .item-dates.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.375rem;
}
.content-item .item-dates .separator {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  position: relative;
  height: 1.625rem;
}
.content-item .item-dates .separator::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #7ed321;
  top: 0;
  bottom: 0;
  left: 50%;
}
.content-item .date {
  font-size: 1rem;
}
.content-item .item-small .bg-image {
  height: 10.625rem;
}
.content-item .item-small h2 {
  font-size: 1.875rem;
}
.content-item .item-small .date {
  font-size: 0.875rem;
}
.content-item .spotlight > h3 {
  font-size: 2.5rem;
}
.date-separator {
  margin: 3.75rem 0;
  position: relative;
}
.date-separator span {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.625rem;
  font-size: 1rem;
  width: 11.25rem;
  color: #fff;
  border-radius: 0.9375rem;
  margin: 0 auto;
  text-align: center;
  background: #7ed220;
  font-weight: bold;
}
#search-results form .form-control:focus {
  border: none !important;
}
#search-results form .form-control {
  padding: 0;
  height: auto;
  font-size: 2.5rem;
  line-height: 4rem;
}
#search-results form .form-control::-webkit-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-results form .form-control::-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-results form .form-control:-ms-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-results form .form-control:-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
#search-results form button {
  padding: 0.75rem 1rem;
  font-size: 1.7rem;
}
#organizations .card {
  border: 1px solid #efefef;
  background-color: #fdfcfc;
  border-radius: 0.375rem;
  transition: all ease-in-out 125ms;
}
#organizations .card:hover {
  cursor: pointer;
  background-color: #e1f8b6;
}
#organizations .card .organization-list-note {
  font-size: 0.8rem;
  border-top: 1px solid #ececec;
  padding-top: 0.5rem;
  margin-top: 0.625rem;
}
#organizations .card .organization-list-note p {
  margin-bottom: 0;
}
.organization-logo {
  width: 9rem;
  height: 9rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.9375rem;
}
.organization-logo img {
  object-fit: cover;
  height: 100% !important;
}
#find-certified-results .w-75 {
  width: 100% !important;
}
#find-certified-results .v-select .vs__selected-options {
  padding: 13px 2px;
}
#find-certified-results .v-select .dropdown-toggle .clear {
  top: 2px;
  position: relative;
  margin-right: 16px;
}
#search-engine {
  margin: 0 auto;
  max-width: 1200px;
}
#search-engine h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
#search-engine h5 {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
#search-engine .b-contain *,
#search-engine .b-contain *::before,
#search-engine .b-contain *::after {
  box-sizing: content-box !important;
}
#search-engine .b-contain input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#search-engine .b-contain span.label {
  display: inline-block;
  line-height: 1.375rem;
}
#search-engine .b-contain {
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 1.8rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
#search-engine .b-contain input[type="checkbox"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  transition: background 250ms;
  border: 1px solid #d5d5d5;
  border-radius: 0.125rem;
}
#search-engine .b-contain input[type="radio"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  transition: background 250ms;
  border: 1px solid #d5d5d5;
  border-radius: 2rem;
}
#search-engine .b-contain input[type="checkbox"] ~ .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.45rem;
  top: 0.18rem;
  width: 0.25rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg);
}
#search-engine .b-contain input[type="radio"] ~ .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2rem;
  background: #fff;
  transition: background 250ms;
}
#search-engine .b-contain input:disabled ~ .b-input::after {
  border-color: #8795a1;
}
#search-engine .b-contain input:checked ~ .b-input::after {
  display: block;
}
#search-engine .b-contain:hover input ~ .b-input,
#search-engine .b-contain input:focus ~ .b-input {
  border-color: #6cb61c;
}
#search-engine .b-contain input:checked ~ .b-input {
  background: #6cb61c;
  border-color: #6cb61c;
}
#search-engine .b-contain input[type="checkbox"]:disabled ~ .b-input {
  background: #f1f1f1;
  opacity: 0.6;
  cursor: not-allowed;
}
#search-engine .b-contain input[type="radio"]:disabled ~ .b-input {
  background: #f1f1f1;
  opacity: 0.6;
  cursor: not-allowed;
}
#search-engine .b-contain input[type="radio"]:disabled ~ .b-input::after {
  background: #8795a1;
}
#search-engine .b-contain input:checked:focus ~ .b-input,
#search-engine .b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: #6cb61c;
  border-color: #6cb61c;
}
#search-engine .b-contain .b-input::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-left: -0.85rem;
  margin-top: -0.85rem;
  background: #6cb61c;
  border-radius: 2rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
.pagination #load-more-loading {
  display: none;
}
.pagination .page-item {
  padding-top: 0rem !important;
}
.pagination .page-item::before {
  content: none;
}
.pagination .page-item .page-link {
  border-radius: 50rem !important;
  min-width: 2.40625rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.pagination .page-item .page-link::before {
  content: none;
}
@media (max-width: 575.98px) {
  .pagination .page-item .page-link {
    font-size: 1rem;
  }
}
.pagination .page-item.active .page-link {
  background-color: #7ed321;
}
.pagination .page-item + .page-item {
  margin-left: 1rem;
}
@media (max-width: 1199.98px) {
  .pagination .page-item + .page-item {
    margin-left: 0.5rem;
  }
  .pagination .page-item + .page-item .page-link {
    padding: 0.5rem 0.5em;
    font-size: 0.9rem;
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
