@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap);@charset "UTF-8";

:root {
  --plyr-color-main: #FFFF;
  --plyr-video-control-color: #4154A3;
  --plyr-video-control-color-hover: #4154A3;
  --plyr-control-icon-size: 24px;
}

.plyr--video {
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.plyr--video.plyr--menu-open {
  overflow: hidden;
}

.plyr__video-wrapper {
  width: 100%;
}

:root {
  --blue: #4154A3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ec2324;
  --orange: #fd7e14;
  --yellow: #ffcc00;
  --green: #00915a;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4154A3;
  --secondary: #6c757d;
  --success: #00915a;
  --info: #17a2b8;
  --warning: #ffcc00;
  --danger: #ec2324;
  --light: #e6eaee;
  --dark: #4f4b4c;
  --red: #ec2324;
  --blue: #4154A3;
  --yellow: #ffcc00;
  --green: #00915a;
  --darker: #383637;
  --darkest-black: #231f20;
  --darker-highlight: #292526;
  --lighter: rgba(255, 255, 255, 0.5);
  --lightest-white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1650px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  background-color: #231f20;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 800;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: rgb(43.1907894737, 55.8157894737, 108.3092105263);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1300px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1650px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1550px;
  }
}

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

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

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

.col-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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1650px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(201.8, 207.12, 229.24);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(156.2, 166.08, 207.16);
}

.table-hover .table-primary:hover {
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 224.2, 208.8);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 197.8, 169.2);
}

.table-hover .table-success:hover {
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 240.72, 183.6);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 228.48, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 235.62, 158.1);
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 235.62, 158.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(249.68, 193.4, 193.68);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(245.12, 140.6, 141.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(248, 249.12, 250.24);
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(242, 244.08, 246.16);
}

.table-hover .table-light:hover {
  background-color: rgb(232.8214285714, 236.37, 239.9185714286);
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(232.8214285714, 236.37, 239.9185714286);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(205.72, 204.6, 204.88);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(163.48, 161.4, 161.92);
}

.table-hover .table-dark:hover {
  background-color: rgb(193.113258427, 191.706741573, 192.0583707865);
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(193.113258427, 191.706741573, 192.0583707865);
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: rgb(249.68, 193.4, 193.68);
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: rgb(245.12, 140.6, 141.12);
}

.table-hover .table-red:hover {
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: rgb(201.8, 207.12, 229.24);
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: rgb(156.2, 166.08, 207.16);
}

.table-hover .table-blue:hover {
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: rgb(255, 240.72, 183.6);
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: rgb(255, 228.48, 122.4);
}

.table-hover .table-yellow:hover {
  background-color: rgb(255, 235.62, 158.1);
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: rgb(255, 235.62, 158.1);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(183.6, 224.2, 208.8);
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(122.4, 197.8, 169.2);
}

.table-hover .table-green:hover {
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: rgb(199.28, 198.72, 199);
}

.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: rgb(151.52, 150.48, 151);
}

.table-hover .table-darker:hover {
  background-color: rgb(186.59375, 185.90625, 186.25);
}

.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: rgb(186.59375, 185.90625, 186.25);
}

.table-darkest-black,
.table-darkest-black > th,
.table-darkest-black > td {
  background-color: rgb(193.4, 192.28, 192.56);
}

.table-darkest-black th,
.table-darkest-black td,
.table-darkest-black thead th,
.table-darkest-black tbody + tbody {
  border-color: rgb(140.6, 138.52, 139.04);
}

.table-hover .table-darkest-black:hover {
  background-color: rgb(180.7648648649, 179.4151351351, 179.7525675676);
}

.table-hover .table-darkest-black:hover > td,
.table-hover .table-darkest-black:hover > th {
  background-color: rgb(180.7648648649, 179.4151351351, 179.7525675676);
}

.table-darker-highlight,
.table-darker-highlight > th,
.table-darker-highlight > td {
  background-color: rgb(195.08, 193.96, 194.24);
}

.table-darker-highlight th,
.table-darker-highlight td,
.table-darker-highlight thead th,
.table-darker-highlight tbody + tbody {
  border-color: rgb(143.72, 141.64, 142.16);
}

.table-hover .table-darker-highlight:hover {
  background-color: rgb(182.4480555556, 181.0919444444, 181.4309722222);
}

.table-hover .table-darker-highlight:hover > td,
.table-hover .table-darker-highlight:hover > th {
  background-color: rgb(182.4480555556, 181.0919444444, 181.4309722222);
}

.table-lighter,
.table-lighter > th,
.table-lighter > td {
  background-color: rgba(255, 255, 255, 0.86);
}

.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody + tbody {
  border-color: rgba(255, 255, 255, 0.74);
}

.table-hover .table-lighter:hover {
  background-color: rgba(242.25, 242.25, 242.25, 0.86);
}

.table-hover .table-lighter:hover > td,
.table-hover .table-lighter:hover > th {
  background-color: rgba(242.25, 242.25, 242.25, 0.86);
}

.table-lightest-white,
.table-lightest-white > th,
.table-lightest-white > td {
  background-color: white;
}

.table-lightest-white th,
.table-lightest-white td,
.table-lightest-white thead th,
.table-lightest-white tbody + tbody {
  border-color: white;
}

.table-hover .table-lightest-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-hover .table-lightest-white:hover > td,
.table-hover .table-lightest-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1649.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.7756rem + 2px);
  padding: 0.3878rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: #231f20;
  background-clip: padding-box;
  border: 1px solid #383637;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #fff;
  background-color: #231f20;
  border-color: #383637;
  outline: 0;
  box-shadow: #383637;
}

.form-control::-moz-placeholder {
  color: #383637;
  opacity: 1;
}

.form-control::placeholder {
  color: #383637;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

select.form-control:focus::-ms-value {
  color: #fff;
  background-color: #231f20;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.3878rem + 1px);
  padding-bottom: calc(0.3878rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.3878rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 68.75%;
  color: #00915a;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(0, 145, 90, 0.9);
  border-radius: 4px;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 8px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00915a;
  padding-right: calc(1.6em + 0.7756rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300915a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1939rem) center;
  background-size: calc(0.8em + 0.3878rem) calc(0.8em + 0.3878rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00915a;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 90, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.7756rem);
  background-position: top calc(0.4em + 0.1939rem) right calc(0.4em + 0.1939rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00915a;
  padding-right: calc(0.75em + 2.3317rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #231f20 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300915a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.3878rem) calc(0.8em + 0.3878rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00915a;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 90, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00915a;
}

.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: #00915a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00915a;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 196, 121.6551724138);
  background-color: rgb(0, 196, 121.6551724138);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 90, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00915a;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00915a;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00915a;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 90, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 68.75%;
  color: #ec2324;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(236, 35, 36, 0.9);
  border-radius: 4px;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 8px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ec2324;
  padding-right: calc(1.6em + 0.7756rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec2324' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ec2324' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1939rem) center;
  background-size: calc(0.8em + 0.3878rem) calc(0.8em + 0.3878rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ec2324;
  box-shadow: 0 0 0 0.2rem rgba(236, 35, 36, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.7756rem);
  background-position: top calc(0.4em + 0.1939rem) right calc(0.4em + 0.1939rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ec2324;
  padding-right: calc(0.75em + 2.3317rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #231f20 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec2324' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ec2324' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.3878rem) calc(0.8em + 0.3878rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ec2324;
  box-shadow: 0 0 0 0.2rem rgba(236, 35, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ec2324;
}

.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: #ec2324;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ec2324;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(240.0543933054, 81.9456066946, 82.7322175732);
  background-color: rgb(240.0543933054, 81.9456066946, 82.7322175732);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(236, 35, 36, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ec2324;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ec2324;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ec2324;
  box-shadow: 0 0 0 0.2rem rgba(236, 35, 36, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.3878rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #292526;
  border: 1px solid #4f4b4c;
  border-radius: 0px;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4154A3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(43.1907894737, 55.8157894737, 108.3092105263);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 163, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4154A3;
  border-color: #4154A3;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #fff;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4154A3;
  border-color: #4154A3;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1650px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(33.8, 43.68, 84.76);
  background-color: rgb(201.8, 207.12, 229.24);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(33.8, 43.68, 84.76);
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(33.8, 43.68, 84.76);
  border-color: rgb(33.8, 43.68, 84.76);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(0, 75.4, 46.8);
  background-color: rgb(183.6, 224.2, 208.8);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 75.4, 46.8);
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 75.4, 46.8);
  border-color: rgb(0, 75.4, 46.8);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 106.08, 0);
  background-color: rgb(255, 240.72, 183.6);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 106.08, 0);
  background-color: rgb(255, 235.62, 158.1);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 106.08, 0);
  border-color: rgb(132.6, 106.08, 0);
}

.list-group-item-danger {
  color: rgb(122.72, 18.2, 18.72);
  background-color: rgb(249.68, 193.4, 193.68);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(122.72, 18.2, 18.72);
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.72, 18.2, 18.72);
  border-color: rgb(122.72, 18.2, 18.72);
}

.list-group-item-light {
  color: rgb(119.6, 121.68, 123.76);
  background-color: rgb(248, 249.12, 250.24);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(119.6, 121.68, 123.76);
  background-color: rgb(232.8214285714, 236.37, 239.9185714286);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 121.68, 123.76);
  border-color: rgb(119.6, 121.68, 123.76);
}

.list-group-item-dark {
  color: rgb(41.08, 39, 39.52);
  background-color: rgb(205.72, 204.6, 204.88);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(41.08, 39, 39.52);
  background-color: rgb(193.113258427, 191.706741573, 192.0583707865);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.08, 39, 39.52);
  border-color: rgb(41.08, 39, 39.52);
}

.list-group-item-red {
  color: rgb(122.72, 18.2, 18.72);
  background-color: rgb(249.68, 193.4, 193.68);
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: rgb(122.72, 18.2, 18.72);
  background-color: rgb(247.6528033473, 169.9271966527, 170.3138912134);
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.72, 18.2, 18.72);
  border-color: rgb(122.72, 18.2, 18.72);
}

.list-group-item-blue {
  color: rgb(33.8, 43.68, 84.76);
  background-color: rgb(201.8, 207.12, 229.24);
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: rgb(33.8, 43.68, 84.76);
  background-color: rgb(184.6191489362, 191.6572340426, 220.9208510638);
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(33.8, 43.68, 84.76);
  border-color: rgb(33.8, 43.68, 84.76);
}

.list-group-item-yellow {
  color: rgb(132.6, 106.08, 0);
  background-color: rgb(255, 240.72, 183.6);
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: rgb(132.6, 106.08, 0);
  background-color: rgb(255, 235.62, 158.1);
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 106.08, 0);
  border-color: rgb(132.6, 106.08, 0);
}

.list-group-item-green {
  color: rgb(0, 75.4, 46.8);
  background-color: rgb(183.6, 224.2, 208.8);
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: rgb(0, 75.4, 46.8);
  background-color: rgb(165.7849315068, 216.5150684932, 197.2726027397);
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 75.4, 46.8);
  border-color: rgb(0, 75.4, 46.8);
}

.list-group-item-darker {
  color: rgb(29.12, 28.08, 28.6);
  background-color: rgb(199.28, 198.72, 199);
}

.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: rgb(29.12, 28.08, 28.6);
  background-color: rgb(186.59375, 185.90625, 186.25);
}

.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.12, 28.08, 28.6);
  border-color: rgb(29.12, 28.08, 28.6);
}

.list-group-item-darkest-black {
  color: rgb(18.2, 16.12, 16.64);
  background-color: rgb(193.4, 192.28, 192.56);
}

.list-group-item-darkest-black.list-group-item-action:hover,
.list-group-item-darkest-black.list-group-item-action:focus {
  color: rgb(18.2, 16.12, 16.64);
  background-color: rgb(180.7648648649, 179.4151351351, 179.7525675676);
}

.list-group-item-darkest-black.list-group-item-action.active {
  color: #fff;
  background-color: rgb(18.2, 16.12, 16.64);
  border-color: rgb(18.2, 16.12, 16.64);
}

.list-group-item-darker-highlight {
  color: rgb(21.32, 19.24, 19.76);
  background-color: rgb(195.08, 193.96, 194.24);
}

.list-group-item-darker-highlight.list-group-item-action:hover,
.list-group-item-darker-highlight.list-group-item-action:focus {
  color: rgb(21.32, 19.24, 19.76);
  background-color: rgb(182.4480555556, 181.0919444444, 181.4309722222);
}

.list-group-item-darker-highlight.list-group-item-action.active {
  color: #fff;
  background-color: rgb(21.32, 19.24, 19.76);
  border-color: rgb(21.32, 19.24, 19.76);
}

.list-group-item-lighter {
  color: rgba(67.6530612245, 67.6530612245, 67.6530612245, 0.74);
  background-color: rgba(255, 255, 255, 0.86);
}

.list-group-item-lighter.list-group-item-action:hover,
.list-group-item-lighter.list-group-item-action:focus {
  color: rgba(67.6530612245, 67.6530612245, 67.6530612245, 0.74);
  background-color: rgba(242.25, 242.25, 242.25, 0.86);
}

.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgba(67.6530612245, 67.6530612245, 67.6530612245, 0.74);
  border-color: rgba(67.6530612245, 67.6530612245, 67.6530612245, 0.74);
}

.list-group-item-lightest-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}

.list-group-item-lightest-white.list-group-item-action:hover,
.list-group-item-lightest-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}

.list-group-item-lightest-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

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

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(50.4605263158, 65.2105263158, 126.5394736842) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #00915a !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 94, 58.3448275862) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffcc00 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(204, 163.2, 0) !important;
}

.bg-danger {
  background-color: #ec2324 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(202.510460251, 17.489539749, 18.410041841) !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(199.6428571429, 208.5, 217.3571428571) !important;
}

.bg-dark {
  background-color: #4f4b4c !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(52.8376623377, 50.1623376623, 50.8311688312) !important;
}

.bg-red {
  background-color: #ec2324 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: rgb(202.510460251, 17.489539749, 18.410041841) !important;
}

.bg-blue {
  background-color: #4154A3 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(50.4605263158, 65.2105263158, 126.5394736842) !important;
}

.bg-yellow {
  background-color: #ffcc00 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: rgb(204, 163.2, 0) !important;
}

.bg-green {
  background-color: #00915a !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(0, 94, 58.3448275862) !important;
}

.bg-darker {
  background-color: #383637 !important;
}

a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: rgb(30.0363636364, 28.9636363636, 29.5) !important;
}

.bg-darkest-black {
  background-color: #231f20 !important;
}

a.bg-darkest-black:hover,
a.bg-darkest-black:focus,
button.bg-darkest-black:hover,
button.bg-darkest-black:focus {
  background-color: rgb(7.9545454545, 7.0454545455, 7.2727272727) !important;
}

.bg-darker-highlight {
  background-color: #292526 !important;
}

a.bg-darker-highlight:hover,
a.bg-darker-highlight:focus,
button.bg-darker-highlight:hover,
button.bg-darker-highlight:focus {
  background-color: rgb(14.1923076923, 12.8076923077, 13.1538461538) !important;
}

.bg-lighter {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: rgba(229.5, 229.5, 229.5, 0.5) !important;
}

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

a.bg-lightest-white:hover,
a.bg-lightest-white:focus,
button.bg-lightest-white:hover,
button.bg-lightest-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #4154A3 !important;
}

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

.border-success {
  border-color: #00915a !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffcc00 !important;
}

.border-danger {
  border-color: #ec2324 !important;
}

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

.border-dark {
  border-color: #4f4b4c !important;
}

.border-red {
  border-color: #ec2324 !important;
}

.border-blue {
  border-color: #4154A3 !important;
}

.border-yellow {
  border-color: #ffcc00 !important;
}

.border-green {
  border-color: #00915a !important;
}

.border-darker {
  border-color: #383637 !important;
}

.border-darkest-black {
  border-color: #231f20 !important;
}

.border-darker-highlight {
  border-color: #292526 !important;
}

.border-lighter {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

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

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

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

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
  .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: 1650px) {
  .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.85714286%;
}

.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: 1024px) {
  .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: 1300px) {
  .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: 1650px) {
  .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: 1024px) {
  .float-lg-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 8px !important;
}

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

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

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

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

.m-12 {
  margin: 12px !important;
}

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

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

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

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

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

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

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

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

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

.m-16 {
  margin: 16px !important;
}

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

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

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

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

.m-24 {
  margin: 24px !important;
}

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

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

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

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

.m-32 {
  margin: 32px !important;
}

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

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

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

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

.m-40 {
  margin: 40px !important;
}

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

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

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

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

.m-48 {
  margin: 48px !important;
}

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

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

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

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

.m-80 {
  margin: 80px !important;
}

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

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

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

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

.m-100 {
  margin: 100px !important;
}

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

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

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

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

.m-120 {
  margin: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 8px !important;
}

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

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

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

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

.p-12 {
  padding: 12px !important;
}

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

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

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

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

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

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

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

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

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

.p-16 {
  padding: 16px !important;
}

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

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

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

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

.p-24 {
  padding: 24px !important;
}

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

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

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

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

.p-32 {
  padding: 32px !important;
}

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

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

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

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

.p-40 {
  padding: 40px !important;
}

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

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

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

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

.p-48 {
  padding: 48px !important;
}

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

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

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

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

.p-80 {
  padding: 80px !important;
}

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

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

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

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

.p-100 {
  padding: 100px !important;
}

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

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

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

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

.p-120 {
  padding: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n8 {
  margin: -8px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8px !important;
}

.m-n12 {
  margin: -12px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -12px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -12px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -12px !important;
}

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

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

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

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

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

.m-n16 {
  margin: -16px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -16px !important;
}

.m-n24 {
  margin: -24px !important;
}

.mt-n24,
.my-n24 {
  margin-top: -24px !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -24px !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -24px !important;
}

.m-n32 {
  margin: -32px !important;
}

.mt-n32,
.my-n32 {
  margin-top: -32px !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -32px !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -32px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

.m-n48 {
  margin: -48px !important;
}

.mt-n48,
.my-n48 {
  margin-top: -48px !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -48px !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -48px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n100 {
  margin: -100px !important;
}

.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px !important;
}

.m-n120 {
  margin: -120px !important;
}

.mt-n120,
.my-n120 {
  margin-top: -120px !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -120px !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -120px !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -120px !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: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-8 {
    margin: 8px !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important;
  }

  .m-sm-12 {
    margin: 12px !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12px !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12px !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12px !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12px !important;
  }

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

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

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

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

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

  .m-sm-16 {
    margin: 16px !important;
  }

  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important;
  }

  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important;
  }

  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important;
  }

  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important;
  }

  .m-sm-24 {
    margin: 24px !important;
  }

  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24px !important;
  }

  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24px !important;
  }

  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24px !important;
  }

  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24px !important;
  }

  .m-sm-32 {
    margin: 32px !important;
  }

  .mt-sm-32,
  .my-sm-32 {
    margin-top: 32px !important;
  }

  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 32px !important;
  }

  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32px !important;
  }

  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 32px !important;
  }

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

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

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

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

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

  .m-sm-48 {
    margin: 48px !important;
  }

  .mt-sm-48,
  .my-sm-48 {
    margin-top: 48px !important;
  }

  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 48px !important;
  }

  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48px !important;
  }

  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 48px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-8 {
    padding: 8px !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important;
  }

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

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important;
  }

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

  .p-sm-12 {
    padding: 12px !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12px !important;
  }

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

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12px !important;
  }

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

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

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

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

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

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

  .p-sm-16 {
    padding: 16px !important;
  }

  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important;
  }

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

  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important;
  }

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

  .p-sm-24 {
    padding: 24px !important;
  }

  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24px !important;
  }

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

  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24px !important;
  }

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

  .p-sm-32 {
    padding: 32px !important;
  }

  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32px !important;
  }

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

  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32px !important;
  }

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

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }

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

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }

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

  .p-sm-48 {
    padding: 48px !important;
  }

  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48px !important;
  }

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

  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48px !important;
  }

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

  .p-sm-80 {
    padding: 80px !important;
  }

  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }

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

  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }

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

  .p-sm-100 {
    padding: 100px !important;
  }

  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }

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

  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }

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

  .p-sm-120 {
    padding: 120px !important;
  }

  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important;
  }

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

  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n8 {
    margin: -8px !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important;
  }

  .m-sm-n12 {
    margin: -12px !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12px !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12px !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12px !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12px !important;
  }

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

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

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

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

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

  .m-sm-n16 {
    margin: -16px !important;
  }

  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important;
  }

  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important;
  }

  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !important;
  }

  .m-sm-n24 {
    margin: -24px !important;
  }

  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24px !important;
  }

  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24px !important;
  }

  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24px !important;
  }

  .m-sm-n32 {
    margin: -32px !important;
  }

  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -32px !important;
  }

  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -32px !important;
  }

  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32px !important;
  }

  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -32px !important;
  }

  .m-sm-n40 {
    margin: -40px !important;
  }

  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }

  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }

  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }

  .m-sm-n48 {
    margin: -48px !important;
  }

  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -48px !important;
  }

  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -48px !important;
  }

  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -48px !important;
  }

  .m-sm-n80 {
    margin: -80px !important;
  }

  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }

  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }

  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }

  .m-sm-n100 {
    margin: -100px !important;
  }

  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important;
  }

  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important;
  }

  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important;
  }

  .m-sm-n120 {
    margin: -120px !important;
  }

  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -120px !important;
  }

  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -120px !important;
  }

  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -120px !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: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-8 {
    margin: 8px !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 12px !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 12px !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12px !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 12px !important;
  }

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

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

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

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

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

  .m-md-16 {
    margin: 16px !important;
  }

  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important;
  }

  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important;
  }

  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important;
  }

  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .mt-md-24,
  .my-md-24 {
    margin-top: 24px !important;
  }

  .mr-md-24,
  .mx-md-24 {
    margin-right: 24px !important;
  }

  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24px !important;
  }

  .ml-md-24,
  .mx-md-24 {
    margin-left: 24px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important;
  }

  .mr-md-32,
  .mx-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important;
  }

  .ml-md-32,
  .mx-md-32 {
    margin-left: 32px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .mt-md-48,
  .my-md-48 {
    margin-top: 48px !important;
  }

  .mr-md-48,
  .mx-md-48 {
    margin-right: 48px !important;
  }

  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48px !important;
  }

  .ml-md-48,
  .mx-md-48 {
    margin-left: 48px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }

  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }

  .m-md-120 {
    margin: 120px !important;
  }

  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important;
  }

  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important;
  }

  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important;
  }

  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-8 {
    padding: 8px !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important;
  }

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

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important;
  }

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

  .p-md-12 {
    padding: 12px !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 12px !important;
  }

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

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12px !important;
  }

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

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

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

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

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

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

  .p-md-16 {
    padding: 16px !important;
  }

  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important;
  }

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

  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important;
  }

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

  .p-md-24 {
    padding: 24px !important;
  }

  .pt-md-24,
  .py-md-24 {
    padding-top: 24px !important;
  }

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

  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24px !important;
  }

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

  .p-md-32 {
    padding: 32px !important;
  }

  .pt-md-32,
  .py-md-32 {
    padding-top: 32px !important;
  }

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

  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32px !important;
  }

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

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }

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

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }

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

  .p-md-48 {
    padding: 48px !important;
  }

  .pt-md-48,
  .py-md-48 {
    padding-top: 48px !important;
  }

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

  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48px !important;
  }

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

  .p-md-80 {
    padding: 80px !important;
  }

  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }

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

  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }

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

  .p-md-100 {
    padding: 100px !important;
  }

  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }

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

  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }

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

  .p-md-120 {
    padding: 120px !important;
  }

  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important;
  }

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

  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n8 {
    margin: -8px !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important;
  }

  .m-md-n12 {
    margin: -12px !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12px !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12px !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12px !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12px !important;
  }

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

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

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

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

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

  .m-md-n16 {
    margin: -16px !important;
  }

  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important;
  }

  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important;
  }

  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important;
  }

  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !important;
  }

  .m-md-n24 {
    margin: -24px !important;
  }

  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24px !important;
  }

  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24px !important;
  }

  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24px !important;
  }

  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24px !important;
  }

  .m-md-n32 {
    margin: -32px !important;
  }

  .mt-md-n32,
  .my-md-n32 {
    margin-top: -32px !important;
  }

  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -32px !important;
  }

  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32px !important;
  }

  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -32px !important;
  }

  .m-md-n40 {
    margin: -40px !important;
  }

  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }

  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }

  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }

  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }

  .m-md-n48 {
    margin: -48px !important;
  }

  .mt-md-n48,
  .my-md-n48 {
    margin-top: -48px !important;
  }

  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -48px !important;
  }

  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -48px !important;
  }

  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -48px !important;
  }

  .m-md-n80 {
    margin: -80px !important;
  }

  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }

  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }

  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }

  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }

  .m-md-n100 {
    margin: -100px !important;
  }

  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important;
  }

  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important;
  }

  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important;
  }

  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !important;
  }

  .m-md-n120 {
    margin: -120px !important;
  }

  .mt-md-n120,
  .my-md-n120 {
    margin-top: -120px !important;
  }

  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -120px !important;
  }

  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -120px !important;
  }

  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -120px !important;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-8 {
    margin: 8px !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12px !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12px !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12px !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12px !important;
  }

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

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

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

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

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

  .m-lg-16 {
    margin: 16px !important;
  }

  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important;
  }

  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important;
  }

  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important;
  }

  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important;
  }

  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .mt-lg-48,
  .my-lg-48 {
    margin-top: 48px !important;
  }

  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 48px !important;
  }

  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48px !important;
  }

  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 48px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }

  .m-lg-120 {
    margin: 120px !important;
  }

  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important;
  }

  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important;
  }

  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important;
  }

  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12px !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12px !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12px !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important;
  }

  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important;
  }

  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important;
  }

  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important;
  }

  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important;
  }

  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48px !important;
  }

  .pr-lg-48,
  .px-lg-48 {
    padding-right: 48px !important;
  }

  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48px !important;
  }

  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }

  .p-lg-120 {
    padding: 120px !important;
  }

  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }

  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important;
  }

  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }

  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n8 {
    margin: -8px !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important;
  }

  .m-lg-n12 {
    margin: -12px !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12px !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12px !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12px !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12px !important;
  }

  .m-lg-n15 {
    margin: -15px !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }

  .m-lg-n16 {
    margin: -16px !important;
  }

  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important;
  }

  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important;
  }

  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !important;
  }

  .m-lg-n24 {
    margin: -24px !important;
  }

  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24px !important;
  }

  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24px !important;
  }

  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24px !important;
  }

  .m-lg-n32 {
    margin: -32px !important;
  }

  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -32px !important;
  }

  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -32px !important;
  }

  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32px !important;
  }

  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -32px !important;
  }

  .m-lg-n40 {
    margin: -40px !important;
  }

  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }

  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }

  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }

  .m-lg-n48 {
    margin: -48px !important;
  }

  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -48px !important;
  }

  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -48px !important;
  }

  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -48px !important;
  }

  .m-lg-n80 {
    margin: -80px !important;
  }

  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }

  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }

  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }

  .m-lg-n100 {
    margin: -100px !important;
  }

  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important;
  }

  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important;
  }

  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !important;
  }

  .m-lg-n120 {
    margin: -120px !important;
  }

  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -120px !important;
  }

  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -120px !important;
  }

  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -120px !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: 1300px) {
  .m-xl-0 {
    margin: 0px !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12px !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12px !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important;
  }

  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important;
  }

  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important;
  }

  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important;
  }

  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .mt-xl-48,
  .my-xl-48 {
    margin-top: 48px !important;
  }

  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 48px !important;
  }

  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 48px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }

  .m-xl-120 {
    margin: 120px !important;
  }

  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important;
  }

  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important;
  }

  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important;
  }

  .p-xl-0 {
    padding: 0px !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12px !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12px !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important;
  }

  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important;
  }

  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important;
  }

  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important;
  }

  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .pt-xl-48,
  .py-xl-48 {
    padding-top: 48px !important;
  }

  .pr-xl-48,
  .px-xl-48 {
    padding-right: 48px !important;
  }

  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xl-48,
  .px-xl-48 {
    padding-left: 48px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }

  .p-xl-120 {
    padding: 120px !important;
  }

  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important;
  }

  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important;
  }

  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n8 {
    margin: -8px !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important;
  }

  .m-xl-n12 {
    margin: -12px !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12px !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12px !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12px !important;
  }

  .m-xl-n15 {
    margin: -15px !important;
  }

  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important;
  }

  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important;
  }

  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important;
  }

  .m-xl-n16 {
    margin: -16px !important;
  }

  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important;
  }

  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important;
  }

  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !important;
  }

  .m-xl-n24 {
    margin: -24px !important;
  }

  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24px !important;
  }

  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24px !important;
  }

  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24px !important;
  }

  .m-xl-n32 {
    margin: -32px !important;
  }

  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -32px !important;
  }

  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -32px !important;
  }

  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -32px !important;
  }

  .m-xl-n40 {
    margin: -40px !important;
  }

  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }

  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }

  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }

  .m-xl-n48 {
    margin: -48px !important;
  }

  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -48px !important;
  }

  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -48px !important;
  }

  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -48px !important;
  }

  .m-xl-n80 {
    margin: -80px !important;
  }

  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }

  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }

  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }

  .m-xl-n100 {
    margin: -100px !important;
  }

  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important;
  }

  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important;
  }

  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important;
  }

  .m-xl-n120 {
    margin: -120px !important;
  }

  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -120px !important;
  }

  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -120px !important;
  }

  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -120px !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: 1650px) {
  .m-xxl-0 {
    margin: 0px !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-8 {
    margin: 8px !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8px !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8px !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8px !important;
  }

  .m-xxl-12 {
    margin: 12px !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 12px !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 12px !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 12px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }

  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important;
  }

  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important;
  }

  .m-xxl-16 {
    margin: 16px !important;
  }

  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 16px !important;
  }

  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 16px !important;
  }

  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 16px !important;
  }

  .m-xxl-24 {
    margin: 24px !important;
  }

  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 24px !important;
  }

  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 24px !important;
  }

  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 24px !important;
  }

  .m-xxl-32 {
    margin: 32px !important;
  }

  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 32px !important;
  }

  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 32px !important;
  }

  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 32px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }

  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }

  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }

  .m-xxl-48 {
    margin: 48px !important;
  }

  .mt-xxl-48,
  .my-xxl-48 {
    margin-top: 48px !important;
  }

  .mr-xxl-48,
  .mx-xxl-48 {
    margin-right: 48px !important;
  }

  .mb-xxl-48,
  .my-xxl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-48,
  .mx-xxl-48 {
    margin-left: 48px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }

  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }

  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }

  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }

  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }

  .m-xxl-120 {
    margin: 120px !important;
  }

  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important;
  }

  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important;
  }

  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important;
  }

  .p-xxl-0 {
    padding: 0px !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-8 {
    padding: 8px !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8px !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8px !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8px !important;
  }

  .p-xxl-12 {
    padding: 12px !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 12px !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 12px !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 12px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }

  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important;
  }

  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important;
  }

  .p-xxl-16 {
    padding: 16px !important;
  }

  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 16px !important;
  }

  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 16px !important;
  }

  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 16px !important;
  }

  .p-xxl-24 {
    padding: 24px !important;
  }

  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 24px !important;
  }

  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 24px !important;
  }

  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 24px !important;
  }

  .p-xxl-32 {
    padding: 32px !important;
  }

  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 32px !important;
  }

  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 32px !important;
  }

  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 32px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }

  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }

  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }

  .p-xxl-48 {
    padding: 48px !important;
  }

  .pt-xxl-48,
  .py-xxl-48 {
    padding-top: 48px !important;
  }

  .pr-xxl-48,
  .px-xxl-48 {
    padding-right: 48px !important;
  }

  .pb-xxl-48,
  .py-xxl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-48,
  .px-xxl-48 {
    padding-left: 48px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }

  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }

  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }

  .p-xxl-120 {
    padding: 120px !important;
  }

  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important;
  }

  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important;
  }

  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n8 {
    margin: -8px !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8px !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8px !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8px !important;
  }

  .m-xxl-n12 {
    margin: -12px !important;
  }

  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -12px !important;
  }

  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -12px !important;
  }

  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -12px !important;
  }

  .m-xxl-n15 {
    margin: -15px !important;
  }

  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15px !important;
  }

  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15px !important;
  }

  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15px !important;
  }

  .m-xxl-n16 {
    margin: -16px !important;
  }

  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -16px !important;
  }

  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -16px !important;
  }

  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -16px !important;
  }

  .m-xxl-n24 {
    margin: -24px !important;
  }

  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -24px !important;
  }

  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -24px !important;
  }

  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -24px !important;
  }

  .m-xxl-n32 {
    margin: -32px !important;
  }

  .mt-xxl-n32,
  .my-xxl-n32 {
    margin-top: -32px !important;
  }

  .mr-xxl-n32,
  .mx-xxl-n32 {
    margin-right: -32px !important;
  }

  .mb-xxl-n32,
  .my-xxl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xxl-n32,
  .mx-xxl-n32 {
    margin-left: -32px !important;
  }

  .m-xxl-n40 {
    margin: -40px !important;
  }

  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -40px !important;
  }

  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -40px !important;
  }

  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -40px !important;
  }

  .m-xxl-n48 {
    margin: -48px !important;
  }

  .mt-xxl-n48,
  .my-xxl-n48 {
    margin-top: -48px !important;
  }

  .mr-xxl-n48,
  .mx-xxl-n48 {
    margin-right: -48px !important;
  }

  .mb-xxl-n48,
  .my-xxl-n48 {
    margin-bottom: -48px !important;
  }

  .ml-xxl-n48,
  .mx-xxl-n48 {
    margin-left: -48px !important;
  }

  .m-xxl-n80 {
    margin: -80px !important;
  }

  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -80px !important;
  }

  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -80px !important;
  }

  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -80px !important;
  }

  .m-xxl-n100 {
    margin: -100px !important;
  }

  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -100px !important;
  }

  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -100px !important;
  }

  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -100px !important;
  }

  .m-xxl-n120 {
    margin: -120px !important;
  }

  .mt-xxl-n120,
  .my-xxl-n120 {
    margin-top: -120px !important;
  }

  .mr-xxl-n120,
  .mx-xxl-n120 {
    margin-right: -120px !important;
  }

  .mb-xxl-n120,
  .my-xxl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xxl-n120,
  .mx-xxl-n120 {
    margin-left: -120px !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;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1650px) {
  .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: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4154A3 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(43.1907894737, 55.8157894737, 108.3092105263) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #00915a !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(0, 68.5, 42.5172413793) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffcc00 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(178.5, 142.8, 0) !important;
}

.text-danger {
  color: #ec2324 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(179.0376569038, 15.4623430962, 16.2761506276) !important;
}

.text-light {
  color: #e6eaee !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(184.4642857143, 195.75, 207.0357142857) !important;
}

.text-dark {
  color: #4f4b4c !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(39.7564935065, 37.7435064935, 38.2467532468) !important;
}

.text-red {
  color: #ec2324 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: rgb(179.0376569038, 15.4623430962, 16.2761506276) !important;
}

.text-blue {
  color: #4154A3 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: rgb(43.1907894737, 55.8157894737, 108.3092105263) !important;
}

.text-yellow {
  color: #ffcc00 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: rgb(178.5, 142.8, 0) !important;
}

.text-green {
  color: #00915a !important;
}

a.text-green:hover,
a.text-green:focus {
  color: rgb(0, 68.5, 42.5172413793) !important;
}

.text-darker {
  color: #383637 !important;
}

a.text-darker:hover,
a.text-darker:focus {
  color: rgb(17.0545454545, 16.4454545455, 16.75) !important;
}

.text-darkest-black {
  color: #231f20 !important;
}

a.text-darkest-black:hover,
a.text-darkest-black:focus {
  color: black !important;
}

.text-darker-highlight {
  color: #292526 !important;
}

a.text-darker-highlight:hover,
a.text-darker-highlight:focus {
  color: rgb(0.7884615385, 0.7115384615, 0.7307692308) !important;
}

.text-lighter {
  color: rgba(255, 255, 255, 0.5) !important;
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: rgba(216.75, 216.75, 216.75, 0.5) !important;
}

.text-lightest-white {
  color: #fff !important;
}

a.text-lightest-white:hover,
a.text-lightest-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-body {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.pretty * {
  box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:before,
.pretty .state label:after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes tada {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }

  55% {
    animation-timing-function: ease-in;
    transform: scale(1.5);
  }

  72% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  81% {
    animation-timing-function: ease-in;
    transform: scale(1.24);
  }

  89% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }

  95% {
    animation-timing-function: ease-in;
    transform: scale(1.04);
  }

  100% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  transform: scale(1);
}

.pretty.p-default .state label:after {
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:before,
.pretty.p-default.p-thick .state label:after {
  border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc(0% - (100% - 1em) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc(0% - (100% - 1em) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before,
.pretty.p-switch .state label:after {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px rgb(189, 195, 199);
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  transform: scale(1.1);
}

.pretty.p-round .state label:before,
.pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  transform: scale(0.8);
}

.pretty.p-curve .state label:before,
.pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  transform: scale(0);
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #4154A3 !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #4154A3;
}

.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #4154A3;
  stroke: #4154A3;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #4154A3 !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #4154A3;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #4154A3 !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: rgb(35.9210526316, 46.4210526316, 90.0789473684);
  background-color: rgb(35.9210526316, 46.4210526316, 90.0789473684) !important;
}

.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: rgb(35.345177665, 143.5228426396, 175.654822335);
  background-color: rgb(35.345177665, 143.5228426396, 175.654822335) !important;
}

.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: rgb(52.7948717949, 121.2051282051, 52.7948717949);
  background-color: rgb(52.7948717949, 121.2051282051, 52.7948717949) !important;
}

.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: rgb(199.125, 123.75, 16.875);
  background-color: rgb(199.125, 123.75, 16.875) !important;
}

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: rgb(159.5514018692, 38.0747663551, 34.4485981308);
  background-color: rgb(159.5514018692, 38.0747663551, 34.4485981308) !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc(0% - (100% - 1em) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* component style */

.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */

.vue-slider-rail {
  background-color: #4f4b4c;
  border-radius: 15px;
}

/* process style */

.vue-slider-process {
  background-color: #fff;
  border-radius: 15px;
}

/* mark style */

.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

/* dot style */

.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  background-color: #fff;
  box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

html,
body {
  letter-spacing: normal;
  font-style: normal;
  font-size: 1rem;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-ligatures: normal;
  font-variant-east-asian: normal;
  text-rendering: geometricPrecision;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

html:not(.scroll-behavior-auto) {
  scroll-behavior: smooth;
}

html.scroll-lock {
  overflow: hidden;
}

.p-jelly {
  margin-bottom: 8px;
}

.p-jelly .p-checkmark-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 12px;
}

.p-jelly .p-checkmark-icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 15px;
  margin-top: -8px;
  margin-left: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.p-jelly label {
  text-indent: 0px !important;
  white-space: normal;
  padding-left: 29px;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.p-jelly label:after {
  top: -1px !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.p-jelly label:before {
  top: 0px !important;
}

.p-jelly .p-checkmark-icon {
  top: -1px !important;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: transparent !important;
  border-color: #4154A3 !important;
}

a:hover {
  text-decoration: none;
}

.result-counter {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.result-counter .results {
  position: relative;
  z-index: 1;
  padding-right: 16px;
}

.result-counter .divider {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.owl-stage-outer {
  overflow: visible !important;
}

.home-text {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-size: 4rem;
}

.home-banner {
  height: 200px;
}

@media (min-width: 768px) {
  .home-banner {
    height: 300px;
  }
}

.home-banner-icons {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 32px;
  justify-content: space-between;
}

.home-banner-icons:before,
.home-banner-icons:after {
  content: "";
  display: block;
}

.home-banner-image {
  position: absolute;
  top: -135px;
  right: 50px;
  width: 80%;
  max-height: 290px;
}

@media (min-width: 768px) {
  .home-banner-image {
    width: auto;
  }
}

.logo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-holder .brand-image {
  display: block;
  height: 100px;
  width: 100%;
}

@media (min-width: 768px) {
  .logo-holder .brand-image {
    height: 200px;
  }
}

.logo-holder .brand-image.house-brand {
  background: #292526;
  height: 200px;
  width: 200px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .logo-holder .brand-image.house-brand {
    height: 400px;
    width: 400px;
  }
}

.logo-holder .brand-image .image {
  width: 100% !important;
  height: 100%;
  max-height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.modal {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

.member-card .member-cta {
  background: #4154A3;
  color: #4f4b4c;
  width: 32px;
  height: 32px;
  display: block;
}

.rich-text h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .rich-text h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1300px) {
  .rich-text h1 {
    font-size: 4rem;
  }
}

.rich-text h2 {
  margin-top: 40px;
}

.rich-text h2 + h3,
.rich-text h2 + h4,
.rich-text h2 + h5,
.rich-text h2 + h6 {
  margin-top: 0;
}

.rich-text h3 {
  margin-top: 40px;
  font-size: 24px;
}

.rich-text h3 + h4,
.rich-text h3 + h5,
.rich-text h3 + h6 {
  margin-top: 0;
}

.rich-text h4 {
  margin-top: 40px;
}

.rich-text h4 + h5,
.rich-text h4 + h6 {
  margin-top: 0;
}

.rich-text h5 {
  margin-top: 40px;
}

.rich-text h5 + h6 {
  margin-top: 0;
}

.rich-text a {
  color: #4154A3;
  text-decoration: underline;
  -webkit-text-decoration-color: #4154A3;
          text-decoration-color: #4154A3;
}

.rich-text a:hover {
  text-decoration: none;
}

.owl-stage {
  display: flex !important;
  align-items: stretch;
}

.owl-stage .owl-item {
  flex: none;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-control::-moz-placeholder {
  color: #6e6b6d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6e6b6d;
  opacity: 1;
}

.spec-rows .spec-row {
  padding: 16px;
}

.spec-rows .spec-row .text-light {
  min-width: 150px;
}

.spec-rows .spec-row:nth-child(odd) {
  background: #292526;
}

.ws-no-wrap {
  white-space: nowrap;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.p-80 {
  padding: 80px;
}

@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.font-weight-light {
  font-weight: 400 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.almost-small {
  font-size: 87.5%;
}

a.text-lighter:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-black {
  color: #000;
}

.btn {
  display: block;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

.btn.btn-dark {
  color: #fff;
  border: 1px solid #231f20;
  background: #231f20;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.btn.btn-dark:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}

.btn.btn-white {
  color: #231f20;
  border: 1px solid #fff;
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.btn.btn-white:hover:not(.no-hover) {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-white:hover:not(.no-hover) path {
  stroke: #fff;
}

.btn.btn-white path {
  stroke: #231f20;
}

.btn.btn-white:disabled {
  color: #231f20 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}

.btn.btn-blue {
  color: #fff;
  border: 1px solid #4154A3;
  background: #4154A3;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 24px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.btn.btn-blue:hover {
  border: 1px solid #4154A3;
  background: transparent;
  color: #4154A3;
}

.btn.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid #4f4b4c;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.btn.btn-outline-white:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}

.btn.btn-outline-white:hover path {
  stroke: #4f4b4c;
}

.btn.btn-outline-white path {
  stroke: white;
}

.btn.btn-outline-white-heavy {
  color: #fff;
  border: 4px solid #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  background: transparent;
  padding: 4px 23px;
  transition: background 0.2s, color 0.2s;
}

.btn.btn-outline-white-heavy:hover {
  background: #fff;
  color: #333;
}

.btn.btn-transparant-white {
  background: transparent;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 0;
  text-align: left;
  transition: background 0.2s, color 0.2s;
}

.i-5 {
  height: 5px !important;
}

.i-6 {
  height: 6px !important;
}

.i-12 {
  height: 12px !important;
}

.i-16 {
  height: 16px !important;
}

.i-20 {
  height: 20px !important;
}

.i-30 {
  height: 30px !important;
}

.i-45 {
  height: 45px !important;
}

.i-65 {
  height: 65px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mt-lg-min-62 {
    margin-top: -62px;
  }
}

.h-55 {
  height: 55px !important;
}

#header-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

#header-wrapper ~ .base {
  padding-top: calc(96px + var(--notice-header-spacing));
}

@media (min-width: 768px) {
  #header-wrapper ~ .base {
    padding-top: calc(176px + var(--notice-header-spacing));
  }
}

#header-wrapper header.sub {
  background: #383637;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0px 26px;
}

#header-wrapper header.sub > a {
  padding: 10px 24px;
}

#header-wrapper header.sub .external-toptul {
  margin-left: 12px;
  background: #2a915b;
}

#header-wrapper header.sub .external-autobat {
  margin-left: 12px;
  background: #ec2224;
}

@media (min-width: 768px) {
  #header-wrapper header.sub {
    padding: 0px 40px;
  }
}

#header-wrapper header.main {
  background: #231f20;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  #header-wrapper header.main {
    box-shadow: none;
  }
}

#header-wrapper header.main .burger {
  width: 20px;
  height: 16px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: auto 0px auto 0;
}

@media (min-width: 576px) {
  #header-wrapper header.main .burger {
    margin: auto 30px auto 0;
  }
}

#header-wrapper header.main .burger span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: flex;
  transition: transform 0.2s, width 0.2s;
  transform-origin: left;
}

#header-wrapper header.main .burger span:nth-child(2) {
  width: 70%;
}

#header-wrapper header.main .burger.active span:nth-child(1) {
  transform: rotate(45deg);
}

#header-wrapper header.main .burger.active span:nth-child(2) {
  width: 0%;
}

#header-wrapper header.main .burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

#header-wrapper header.main .mobile-menu {
  overflow-y: auto;
  height: 0;
  transition: height 0.2s;
}

#header-wrapper header.main .mobile-menu .category-header-item,
#header-wrapper header.main .mobile-menu .sub-header-item,
#header-wrapper header.main .mobile-menu .btn {
  display: none;
}

#header-wrapper header.main .mobile-menu.active {
  background: #231f20;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 56px);
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 32px 20px 20px 20px;
}

#header-wrapper header.main .mobile-menu.active .category-header-item {
  display: block;
  color: #fff;
  padding: 16px 0px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

#header-wrapper header.main .mobile-menu.active .category-header-item.header-item-sm {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
}

#header-wrapper header.main .mobile-menu.active .sub-header-item {
  display: block;
  color: #fff;
  padding: 12px 0px;
  font-size: 0.85em;
}

#header-wrapper header.main .mobile-menu.active .btn {
  display: inline-block;
}

#header-wrapper header.main .header-logo {
  height: 32px;
}

@media (min-width: 768px) {
  #header-wrapper header.main .header-logo {
    height: 40px;
  }
}

@media (min-width: 1024px) {
  #header-wrapper header.main .header-logo {
    height: 50px;
  }
}

@media (min-width: 1300px) {
  #header-wrapper header.main .header-logo {
    height: 56px;
  }
}

#header-wrapper header.main .main {
  padding: 12px 26px;
}

@media (min-width: 768px) {
  #header-wrapper header.main .main {
    padding: 24px 40px;
  }
}

#header-wrapper header.main .main .left .burger {
  order: 1;
}

#header-wrapper header.main .main .left a.logo {
  order: 0;
}

@media (min-width: 576px) {
  #header-wrapper header.main .main .left {
    height: 40px;
  }

  #header-wrapper header.main .main .left .burger {
    order: 0;
  }

  #header-wrapper header.main .main .left a.logo {
    order: 1;
  }
}

#header-wrapper header.main .main .center .search {
  width: 528px;
}

#header-wrapper header.main .main .center .search input {
  background: #383637;
}

#header-wrapper header.main .main .center .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#header-wrapper header.main .main .center .search input::placeholder {
  color: #fff;
  opacity: 1;
}

#header-wrapper header.main .main .center .search input:-ms-input-placeholder {
  color: #fff;
}

#header-wrapper header.main .main .center .search input::-ms-input-placeholder {
  color: #fff;
}

@media (min-width: 576px) {
  #header-wrapper header.main .main .center .search {
    width: 280px;
  }
}

@media (min-width: 768px) {
  #header-wrapper header.main .main .center .search {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #header-wrapper header.main .main .center .search {
    min-width: 250px;
  }
}

@media (min-width: 1300px) {
  #header-wrapper header.main .main .center .search {
    min-width: 240px;
  }
}

@media (min-width: 1650px) {
  #header-wrapper header.main .main .center .search {
    min-width: 350px;
  }
}

#header-wrapper header.main .main .center .search input,
#header-wrapper header.main .main .center .search [contenteditable] {
  caret-color: var(--blue);
}

#header-wrapper header.main .main .left,
#header-wrapper header.main .main .right {
  width: 100%;
}

@media (min-width: 576px) {
  #header-wrapper header.main .main .left,
  #header-wrapper header.main .main .right {
    width: 250px;
  }
}

#header-wrapper header.main .category-header {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  height: auto;
  height: 64px;
}

@media (min-width: 1300px) {
  #header-wrapper header.main .category-header {
    height: 32px;
    flex-flow: row;
  }
}

#header-wrapper header.main .category-header .category-header-wrapper {
  position: relative;
}

#header-wrapper header.main .category-header .category-header-wrapper:hover .category-header-dropdown {
  opacity: 1;
  display: flex;
}

@media (min-width: 768px) {
  #header-wrapper header.main .category-header .category-header-wrapper .category-header-dropdown {
    transition: all 0.15s ease-in-out;
    position: absolute;
    background: #292526;
    top: 100%;
    left: 20px;
    display: flex;
    flex-flow: column;
    opacity: 0;
    display: none;
    min-width: 120px;
  }

  #header-wrapper header.main .category-header .category-header-wrapper .category-header-dropdown > a {
    padding: 16px;
    color: #fff;
    transition: all 0.15s ease-in-out;
  }

  #header-wrapper header.main .category-header .category-header-wrapper .category-header-dropdown > a:hover {
    background: #383637;
  }
}

#header-wrapper header.main .category-header .category-header-item {
  color: #fff;
  padding: 0px 20px;
  transition: color 0.2s;
  margin: auto 0;
}

#header-wrapper header.main .category-header .category-header-item:hover {
  text-decoration: none;
  color: #4154A3;
}

#header-wrapper header.main .category-header .category-header-item.active {
  color: #4154A3;
}

footer .btn.btn-toptul {
  display: inline-block;
  background: #2a915b;
  color: white;
  padding: 8px 16px;
}

footer .zaakvoerder {
  bottom: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  footer .zaakvoerder {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  footer .zaakvoerder {
    width: 75%;
  }
}

@media (min-width: 1300px) {
  footer .zaakvoerder {
    width: 50%;
  }
}

:root {
  --notice-header-spacing: 0px;
}

