@font-face {
  font-family: 'DINPro';
  src: url("../fonts/din-pro/DINPro.eot");
  src: url("../fonts/din-pro/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/DINPro.woff2") format("woff2"), url("../fonts/din-pro/DINPro.woff") format("woff"), url("../fonts/din-pro/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
*,
*::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: "Roboto";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[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; }

p {
  margin-top: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2AACC0;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: shift-color(#2AACC0, 20%); }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: 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::-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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem; }

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem; }

.g-7,
.gx-7 {
  --bs-gutter-x: 9rem; }

.g-7,
.gy-7 {
  --bs-gutter-y: 9rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem; }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem; }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 9rem; }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem; }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem; }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 9rem; }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem; }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem; }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 9rem; }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem; }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem; }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 9rem; }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem; }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem; }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 9rem; }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%; }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxxl-0 {
    margin-left: 0; }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxxl-3 {
    margin-left: 25%; }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxxl-6 {
    margin-left: 50%; }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxxl-9 {
    margin-left: 75%; }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%; }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem; }

  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 6rem; }

  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 6rem; }

  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 9rem; }

  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 9rem; } }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DINPro";
  font-weight: normal;
  line-height: 1; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 29px; }

h4, .h4 {
  font-size: 27px; }

h5, .h5 {
  font-size: 23px; }

h6, .h6 {
  font-size: 1.25rem; }

.article-page h1 {
  font-size: 27px; }
.article-page h2 {
  font-size: 23px; }
.article-page h3 {
  font-size: 1.25rem; }
.article-page h4 {
  font-size: 1.25rem; }
.article-page p {
  font-size: 1.09375rem; }

.bttn {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 72px;
  text-transform: uppercase;
  font-weight: bold; }
  .bttn.bttn-purple-dark {
    background-color: #015470;
    color: #fff; }
    .bttn.bttn-purple-dark:hover {
      background-color: #013953; }

.small {
  font-size: 12px; }

.ff-headings {
  font-family: "DINPro";
  font-weight: normal;
  line-height: 1; }

.ff-base {
  font-family: "Roboto"; }

.rounded {
  border-radius: 50%; }

.bordered {
  border: 5px solid; }
  .bordered.bordered-white {
    border-color: #fff; }

.slightly-rounded {
  border-radius: 81px; }

.box-mark {
  width: 140px;
  height: 140px;
  line-height: 1.25;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute; }
  .box-mark.mark-left {
    bottom: -50px;
    right: calc(50% - 70px); }
  .box-mark.mark-right {
    bottom: -50px;
    left: calc(50% - 70px); }

.success-item {
  position: relative;
  padding-left: 45px; }
  .success-item:before {
    content: "";
    width: 27px;
    height: 24px;
    background-image: url("/img/success-ison.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 5px;
    left: 0; }

.lang-switcher ul {
  display: flex;
  list-style: none; }
  .lang-switcher ul li a {
    text-decoration: none; }
    .lang-switcher ul li a:hover {
      text-decoration: underline; }

.site-logo {
  margin: 15px 0;
  height: 24px;
  width: auto; }

#main-menu-toast {
  border: none;
  height: 42px;
  width: 42px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px; }
  #main-menu-toast:hover svg rect {
    fill: #126869; }

#header .wrapper,
footer.footer .wrapper {
  margin: 0 auto;
  max-width: 1600px; }

#main-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
  transition: 0.3s; }
  #main-menu.is-visible {
    left: 0; }
  #main-menu .main-menu-btn-close {
    background-color: transparent;
    border: none;
    font-size: 54px;
    line-height: 0.75;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #126869;
    cursor: pointer; }
    #main-menu .main-menu-btn-close:hover {
      color: #000; }
  #main-menu > ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    #main-menu > ul > li {
      display: inline-block;
      padding: 17px 0;
      width: 100%; }
      #main-menu > ul > li a {
        color: #000;
        text-decoration: none;
        font-family: "DINPro";
        font-weight: 400;
        font-size: 20px; }
      #main-menu > ul > li a.tabletki-link {
        color: #ee5677;
        position: relative; }
        #main-menu > ul > li a.tabletki-link:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: -5px;
          height: 1px;
          background: #ee5677; }

#main-menu-footer .lang-switcher {
  max-width: 80px; }
#main-menu-footer ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0; }
  #main-menu-footer ul > li {
    display: inline-block;
    padding: 5px 0;
    width: 100%; }
    #main-menu-footer ul > li a {
      color: #000;
      text-decoration: none;
      font-family: "DINPro";
      font-weight: 400;
      font-size: 20px; }
    #main-menu-footer ul > li a.tabletki-link {
      color: #ee5677;
      position: relative; }
      #main-menu-footer ul > li a.tabletki-link:after {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -5px;
        height: 1px;
        background: #ee5677; }

#home-intro {
  position: relative; }
  #home-intro .intro-text {
    padding: 10% 0; }
    @media (max-width: 576px) {
      #home-intro .intro-text {
        padding: 10% 0 2% 0; } }

.intro-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .intro-text h1 {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 576px) {
      .intro-text h1 {
        margin-bottom: 2rem; } }
  .intro-text .small {
    color: #fff;
    font-size: 10px; }
  .intro-text span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: "DINPro"; }
    .intro-text span:nth-of-type(2) {
      padding: 5px 0 5px 20px;
      font-size: 18px; }
    .intro-text span:nth-of-type(1) {
      font-size: 42px;
      font-weight: bold;
      line-height: 1.4; }
  .intro-text .intro-text-bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0; }

#home-silimarin {
  background-image: url("/img/blue-effect.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #home-silimarin .silimarin-title {
    text-transform: uppercase;
    color: #fff; }
  #home-silimarin .silimarim-sub-text {
    color: #fff; }

#fosfo-sec {
  background-image: url("/img/fosfo-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #fosfo-sec .sec-right {
    background-color: rgba(180, 147, 192, 0.75); }
    #fosfo-sec .sec-right .sec-right-img {
      height: 115px;
      width: 115px; }

#fosfo-sec-2 {
  background-image: url("/img/fosfo-image-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #fosfo-sec-2 .sec-right {
    background-color: rgba(211, 167, 116, 0.75); }
    #fosfo-sec-2 .sec-right .sec-right-img {
      height: 140px;
      width: 140px; }

#home-before-footer-sec {
  background-image: url("/img/lesil-scheme-bg-m.jpg");
  background-color: #40B9CB;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain; }
  #home-before-footer-sec .success-item {
    padding-left: 25px; }
    #home-before-footer-sec .success-item:before {
      width: 17px;
      height: 14px; }

#risk-factors-main-sec {
  background-color: #44BBCB;
  background-image: url("/img/liver-blured.png");
  background-repeat: no-repeat;
  background-position: top 100px center;
  background-size: contain; }
  #risk-factors-main-sec > .wrapper {
    max-width: 1700px;
    margin: 0 auto; }

#about-products {
  background-image: url("/img/bout-header-bg-m.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#about-def {
  background-image: url("/img/blue-effect.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#product-instruction-sec {
  background-image: url("/img/bg-romb.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.tab-img-wrapper {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden; }
  .tab-img-wrapper img {
    transition: 0.3s; }
  .tab-img-wrapper:hover {
    opacity: 0.75; }
  .tab-img-wrapper.is-active {
    transform: scale(1.125); }
    .tab-img-wrapper.is-active:after {
      opacity: 0.5; }
  .tab-img-wrapper:after {
    content: "";
    transition: 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #D00000;
    opacity: 0; }

.tab-content-item {
  opacity: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition: 0.3s; }
  .tab-content-item.is-active {
    opacity: 1;
    z-index: 15; }

#risks-rab-content-container {
  position: relative; }

.arrow-active-down {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  text-align: center;
  overflow: hidden; }
  .arrow-active-down img {
    margin-top: -70px;
    opacity: 0;
    transition: 0.2s; }
  .arrow-active-down.is-active img {
    margin-top: 0;
    opacity: 1; }

#lesil-defender-sec {
  position: relative; }
  #lesil-defender-sec .intro-text {
    padding: 5%; }

#symptoms-sec > .wrapper {
  max-width: 1400px;
  margin: 0 auto; }

.btn-plus {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  right: 35px;
  top: calc( 50% - 20px ); }
  .btn-plus > span {
    display: inherit;
    width: 100%;
    height: 100%;
    position: relative; }
    .btn-plus > span:after, .btn-plus > span:before {
      content: "";
      display: block;
      height: 3px;
      width: 100%;
      position: absolute;
      background-color: #fff;
      top: calc( 50% - 1px );
      transition: 0.3s;
      left: 0; }
    .btn-plus > span:after {
      transform: rotate(90deg); }

.accordion .accordion-item .accordion-item__header {
  position: relative;
  display: flex; }
.accordion .accordion-item .accordion-item__content {
  display: none;
  line-height: 1.25; }
  .accordion .accordion-item .accordion-item__content p {
    margin-bottom: 0; }
.accordion .accordion-item.is-active .accordion-item__header .btn-plus > span:after {
  transform: rotate(0deg); }
.accordion .accordion-item.is-active .accordion-item__content {
  display: block; }

#questions-page .accordion-item {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 37px; }
  #questions-page .accordion-item button {
    margin-right: -10px; }

#search-pharmacy {
  position: relative; }

@media (min-width: 576px) {
  .intro-text span:nth-of-type(2) {
    font-size: 26px; }
  .intro-text span:nth-of-type(1) {
    font-size: 62px; } }
@media (min-width: 768px) {
  #home-before-footer-sec {
    background-image: url("/img/lesil-scheme-bg.jpg");
    background-size: cover; }

  #risk-factors-main-sec {
    background-position: center;
    background-size: contain; }

  #lesil-defender-sec .intro-text {
    padding: 15px 0; } }
@media (min-width: 992px) {
  #main-menu {
    position: initial;
    height: initial;
    left: initial; }
    #main-menu > ul > li {
      padding: 37px 0;
      width: initial; }
      #main-menu > ul > li a {
        margin-left: 10px;
        margin-right: 10px; }

  #about-products {
    background-image: url("/img/about-header-bg.jpg"); }

  .site-logo {
    margin: 25px 0;
    height: 58px;
    width: auto; }

  .intro-text span:nth-of-type(2) {
    font-size: 32px; }
  .intro-text span:nth-of-type(1) {
    font-size: 86px; }

  #main-menu ul li a {
    font-size: 22px; }

  .btn-plus {
    width: 60px;
    height: 60px;
    top: calc( 50% - 30px ); }

  #main-menu-footer ul > li {
    display: inline-block;
    padding: 5px 0;
    width: initial; }
    #main-menu-footer ul > li a {
      color: #000;
      text-decoration: none;
      font-family: "DINPro";
      font-weight: 400;
      font-size: 20px; } }
@media (min-width: 1200px) {
  .intro-text span:nth-of-type(2) {
    font-size: 64px; }
  .intro-text span:nth-of-type(1) {
    font-size: 144px; }

  #home-before-footer-sec .home-before-footer-sec__row {
    margin-top: -250px; }

  #fosfo-sec .sec-right .sec-right-img {
    height: 237px;
    width: 237px; }

  #fosfo-sec-2 .sec-right .sec-right-img {
    height: 260px;
    width: 260px; }

  #main-menu ul li a {
    font-size: 24px; }

  .box-mark.mark-left {
    right: -70px; }
  .box-mark.mark-right {
    left: -70px; }

  #main-menu-footer ul > li {
    padding: 5px 0; }
    #main-menu-footer ul > li a {
      padding: 0 10px;
      font-size: 24px; } }
@media (min-width: 1400px) {
  #main-menu ul li a {
    font-size: 30px; }

  #main-menu-footer ul > li a {
    font-size: 30px; }

  #home-before-footer-sec .home-before-footer-sec__row {
    margin-top: -350px; }

  .intro-text span:nth-of-type(2) {
    font-size: 60px; }

  .box-mark {
    width: 200px;
    height: 200px; }
    .box-mark.mark-left {
      right: -100px; }
    .box-mark.mark-right {
      left: -100px; } }
.fs-1 {
  font-size: 50px !important; }

.fs-2 {
  font-size: 40px !important; }

.fs-305 {
  font-size: 31px !important; }

.fs-3 {
  font-size: 29px !important; }

.fs-4 {
  font-size: 27px !important; }

.fs-5 {
  font-size: 23px !important; }

.fs-6 {
  font-size: 1.25rem !important; }

.fs-7 {
  font-size: 12px !important; }

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 50px !important; }

  .fs-sm-2 {
    font-size: 40px !important; }

  .fs-sm-305 {
    font-size: 31px !important; }

  .fs-sm-3 {
    font-size: 29px !important; }

  .fs-sm-4 {
    font-size: 27px !important; }

  .fs-sm-5 {
    font-size: 23px !important; }

  .fs-sm-6 {
    font-size: 1.25rem !important; }

  .fs-sm-7 {
    font-size: 12px !important; } }
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 50px !important; }

  .fs-md-2 {
    font-size: 40px !important; }

  .fs-md-305 {
    font-size: 31px !important; }

  .fs-md-3 {
    font-size: 29px !important; }

  .fs-md-4 {
    font-size: 27px !important; }

  .fs-md-5 {
    font-size: 23px !important; }

  .fs-md-6 {
    font-size: 1.25rem !important; }

  .fs-md-7 {
    font-size: 12px !important; } }
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 50px !important; }

  .fs-lg-2 {
    font-size: 40px !important; }

  .fs-lg-305 {
    font-size: 31px !important; }

  .fs-lg-3 {
    font-size: 29px !important; }

  .fs-lg-4 {
    font-size: 27px !important; }

  .fs-lg-5 {
    font-size: 23px !important; }

  .fs-lg-6 {
    font-size: 1.25rem !important; }

  .fs-lg-7 {
    font-size: 12px !important; } }
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 50px !important; }

  .fs-xl-2 {
    font-size: 40px !important; }

  .fs-xl-305 {
    font-size: 31px !important; }

  .fs-xl-3 {
    font-size: 29px !important; }

  .fs-xl-4 {
    font-size: 27px !important; }

  .fs-xl-5 {
    font-size: 23px !important; }

  .fs-xl-6 {
    font-size: 1.25rem !important; }

  .fs-xl-7 {
    font-size: 12px !important; } }
@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 50px !important; }

  .fs-xxl-2 {
    font-size: 40px !important; }

  .fs-xxl-305 {
    font-size: 31px !important; }

  .fs-xxl-3 {
    font-size: 29px !important; }

  .fs-xxl-4 {
    font-size: 27px !important; }

  .fs-xxl-5 {
    font-size: 23px !important; }

  .fs-xxl-6 {
    font-size: 1.25rem !important; }

  .fs-xxl-7 {
    font-size: 12px !important; } }
@media (min-width: 1600px) {
  .fs-xxxl-1 {
    font-size: 50px !important; }

  .fs-xxxl-2 {
    font-size: 40px !important; }

  .fs-xxxl-305 {
    font-size: 31px !important; }

  .fs-xxxl-3 {
    font-size: 29px !important; }

  .fs-xxxl-4 {
    font-size: 27px !important; }

  .fs-xxxl-5 {
    font-size: 23px !important; }

  .fs-xxxl-6 {
    font-size: 1.25rem !important; }

  .fs-xxxl-7 {
    font-size: 12px !important; } }
.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.fl-none {
  float: none !important; }

@media (min-width: 576px) {
  .fl-sm-left {
    float: left !important; }

  .fl-sm-right {
    float: right !important; }

  .fl-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .fl-md-left {
    float: left !important; }

  .fl-md-right {
    float: right !important; }

  .fl-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .fl-lg-left {
    float: left !important; }

  .fl-lg-right {
    float: right !important; }

  .fl-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .fl-xl-left {
    float: left !important; }

  .fl-xl-right {
    float: right !important; }

  .fl-xl-none {
    float: none !important; } }
@media (min-width: 1400px) {
  .fl-xxl-left {
    float: left !important; }

  .fl-xxl-right {
    float: right !important; }

  .fl-xxl-none {
    float: none !important; } }
@media (min-width: 1600px) {
  .fl-xxxl-left {
    float: left !important; }

  .fl-xxxl-right {
    float: right !important; }

  .fl-xxxl-none {
    float: none !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important; }

  .text-xxxl-right {
    text-align: right !important; }

  .text-xxxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.f-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-purple {
  color: #2AACC0 !important; }

.text-red {
  color: #F2767E !important; }

.text-pink-darkest {
  color: #a493a7 !important; }

.text-purple-dark {
  color: #126869 !important; }

.text-blue {
  color: #4B88E5 !important; }

.text-danger {
  color: #F2767E !important; }

.text-light {
  color: #666666 !important; }

.text-dark {
  color: #000 !important; }

.text-gray {
  color: #606061 !important; }

.text-pink14 {
  color: #ee5677 !important; }

@media (min-width: 576px) {
  .text-sm-purple {
    color: #2AACC0 !important; }

  .text-sm-red {
    color: #F2767E !important; }

  .text-sm-pink-darkest {
    color: #a493a7 !important; }

  .text-sm-purple-dark {
    color: #126869 !important; }

  .text-sm-blue {
    color: #4B88E5 !important; }

  .text-sm-danger {
    color: #F2767E !important; }

  .text-sm-light {
    color: #666666 !important; }

  .text-sm-dark {
    color: #000 !important; }

  .text-sm-gray {
    color: #606061 !important; }

  .text-sm-pink14 {
    color: #ee5677 !important; } }
@media (min-width: 768px) {
  .text-md-purple {
    color: #2AACC0 !important; }

  .text-md-red {
    color: #F2767E !important; }

  .text-md-pink-darkest {
    color: #a493a7 !important; }

  .text-md-purple-dark {
    color: #126869 !important; }

  .text-md-blue {
    color: #4B88E5 !important; }

  .text-md-danger {
    color: #F2767E !important; }

  .text-md-light {
    color: #666666 !important; }

  .text-md-dark {
    color: #000 !important; }

  .text-md-gray {
    color: #606061 !important; }

  .text-md-pink14 {
    color: #ee5677 !important; } }
@media (min-width: 992px) {
  .text-lg-purple {
    color: #2AACC0 !important; }

  .text-lg-red {
    color: #F2767E !important; }

  .text-lg-pink-darkest {
    color: #a493a7 !important; }

  .text-lg-purple-dark {
    color: #126869 !important; }

  .text-lg-blue {
    color: #4B88E5 !important; }

  .text-lg-danger {
    color: #F2767E !important; }

  .text-lg-light {
    color: #666666 !important; }

  .text-lg-dark {
    color: #000 !important; }

  .text-lg-gray {
    color: #606061 !important; }

  .text-lg-pink14 {
    color: #ee5677 !important; } }
@media (min-width: 1200px) {
  .text-xl-purple {
    color: #2AACC0 !important; }

  .text-xl-red {
    color: #F2767E !important; }

  .text-xl-pink-darkest {
    color: #a493a7 !important; }

  .text-xl-purple-dark {
    color: #126869 !important; }

  .text-xl-blue {
    color: #4B88E5 !important; }

  .text-xl-danger {
    color: #F2767E !important; }

  .text-xl-light {
    color: #666666 !important; }

  .text-xl-dark {
    color: #000 !important; }

  .text-xl-gray {
    color: #606061 !important; }

  .text-xl-pink14 {
    color: #ee5677 !important; } }
@media (min-width: 1400px) {
  .text-xxl-purple {
    color: #2AACC0 !important; }

  .text-xxl-red {
    color: #F2767E !important; }

  .text-xxl-pink-darkest {
    color: #a493a7 !important; }

  .text-xxl-purple-dark {
    color: #126869 !important; }

  .text-xxl-blue {
    color: #4B88E5 !important; }

  .text-xxl-danger {
    color: #F2767E !important; }

  .text-xxl-light {
    color: #666666 !important; }

  .text-xxl-dark {
    color: #000 !important; }

  .text-xxl-gray {
    color: #606061 !important; }

  .text-xxl-pink14 {
    color: #ee5677 !important; } }
@media (min-width: 1600px) {
  .text-xxxl-purple {
    color: #2AACC0 !important; }

  .text-xxxl-red {
    color: #F2767E !important; }

  .text-xxxl-pink-darkest {
    color: #a493a7 !important; }

  .text-xxxl-purple-dark {
    color: #126869 !important; }

  .text-xxxl-blue {
    color: #4B88E5 !important; }

  .text-xxxl-danger {
    color: #F2767E !important; }

  .text-xxxl-light {
    color: #666666 !important; }

  .text-xxxl-dark {
    color: #000 !important; }

  .text-xxxl-gray {
    color: #606061 !important; }

  .text-xxxl-pink14 {
    color: #ee5677 !important; } }
.bg-purple {
  background-color: #2AACC0 !important; }

.bg-red {
  background-color: #F2767E !important; }

.bg-pink-darkest {
  background-color: #a493a7 !important; }

.bg-purple-dark {
  background-color: #126869 !important; }

.bg-blue {
  background-color: #4B88E5 !important; }

.bg-danger {
  background-color: #F2767E !important; }

.bg-light {
  background-color: #666666 !important; }

.bg-dark {
  background-color: #000 !important; }

.bg-gray {
  background-color: #606061 !important; }

.bg-pink14 {
  background-color: #ee5677 !important; }

@media (min-width: 576px) {
  .bg-sm-purple {
    background-color: #2AACC0 !important; }

  .bg-sm-red {
    background-color: #F2767E !important; }

  .bg-sm-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-sm-purple-dark {
    background-color: #126869 !important; }

  .bg-sm-blue {
    background-color: #4B88E5 !important; }

  .bg-sm-danger {
    background-color: #F2767E !important; }

  .bg-sm-light {
    background-color: #666666 !important; }

  .bg-sm-dark {
    background-color: #000 !important; }

  .bg-sm-gray {
    background-color: #606061 !important; }

  .bg-sm-pink14 {
    background-color: #ee5677 !important; } }
@media (min-width: 768px) {
  .bg-md-purple {
    background-color: #2AACC0 !important; }

  .bg-md-red {
    background-color: #F2767E !important; }

  .bg-md-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-md-purple-dark {
    background-color: #126869 !important; }

  .bg-md-blue {
    background-color: #4B88E5 !important; }

  .bg-md-danger {
    background-color: #F2767E !important; }

  .bg-md-light {
    background-color: #666666 !important; }

  .bg-md-dark {
    background-color: #000 !important; }

  .bg-md-gray {
    background-color: #606061 !important; }

  .bg-md-pink14 {
    background-color: #ee5677 !important; } }
@media (min-width: 992px) {
  .bg-lg-purple {
    background-color: #2AACC0 !important; }

  .bg-lg-red {
    background-color: #F2767E !important; }

  .bg-lg-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-lg-purple-dark {
    background-color: #126869 !important; }

  .bg-lg-blue {
    background-color: #4B88E5 !important; }

  .bg-lg-danger {
    background-color: #F2767E !important; }

  .bg-lg-light {
    background-color: #666666 !important; }

  .bg-lg-dark {
    background-color: #000 !important; }

  .bg-lg-gray {
    background-color: #606061 !important; }

  .bg-lg-pink14 {
    background-color: #ee5677 !important; } }
@media (min-width: 1200px) {
  .bg-xl-purple {
    background-color: #2AACC0 !important; }

  .bg-xl-red {
    background-color: #F2767E !important; }

  .bg-xl-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-xl-purple-dark {
    background-color: #126869 !important; }

  .bg-xl-blue {
    background-color: #4B88E5 !important; }

  .bg-xl-danger {
    background-color: #F2767E !important; }

  .bg-xl-light {
    background-color: #666666 !important; }

  .bg-xl-dark {
    background-color: #000 !important; }

  .bg-xl-gray {
    background-color: #606061 !important; }

  .bg-xl-pink14 {
    background-color: #ee5677 !important; } }
@media (min-width: 1400px) {
  .bg-xxl-purple {
    background-color: #2AACC0 !important; }

  .bg-xxl-red {
    background-color: #F2767E !important; }

  .bg-xxl-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-xxl-purple-dark {
    background-color: #126869 !important; }

  .bg-xxl-blue {
    background-color: #4B88E5 !important; }

  .bg-xxl-danger {
    background-color: #F2767E !important; }

  .bg-xxl-light {
    background-color: #666666 !important; }

  .bg-xxl-dark {
    background-color: #000 !important; }

  .bg-xxl-gray {
    background-color: #606061 !important; }

  .bg-xxl-pink14 {
    background-color: #ee5677 !important; } }
@media (min-width: 1600px) {
  .bg-xxxl-purple {
    background-color: #2AACC0 !important; }

  .bg-xxxl-red {
    background-color: #F2767E !important; }

  .bg-xxxl-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-xxxl-purple-dark {
    background-color: #126869 !important; }

  .bg-xxxl-blue {
    background-color: #4B88E5 !important; }

  .bg-xxxl-danger {
    background-color: #F2767E !important; }

  .bg-xxxl-light {
    background-color: #666666 !important; }

  .bg-xxxl-dark {
    background-color: #000 !important; }

  .bg-xxxl-gray {
    background-color: #606061 !important; }

  .bg-xxxl-pink14 {
    background-color: #ee5677 !important; } }
.clear::after {
  display: block;
  clear: both;
  content: ""; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 6rem !important; }

.mt-6,
.my-6 {
  margin-top: 6rem !important; }

.mr-6,
.mx-6 {
  margin-right: 6rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 6rem !important; }

.ml-6,
.mx-6 {
  margin-left: 6rem !important; }

.m-7 {
  margin: 9rem !important; }

.mt-7,
.my-7 {
  margin-top: 9rem !important; }

.mr-7,
.mx-7 {
  margin-right: 9rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 9rem !important; }

.ml-7,
.mx-7 {
  margin-left: 9rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 6rem !important; }

.pt-6,
.py-6 {
  padding-top: 6rem !important; }

.pr-6,
.px-6 {
  padding-right: 6rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 6rem !important; }

.pl-6,
.px-6 {
  padding-left: 6rem !important; }

.p-7 {
  padding: 9rem !important; }

.pt-7,
.py-7 {
  padding-top: 9rem !important; }

.pr-7,
.px-7 {
  padding-right: 9rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 9rem !important; }

.pl-7,
.px-7 {
  padding-left: 9rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .m-sm-6 {
    margin: 6rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important; }

  .m-sm-7 {
    margin: 9rem !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 9rem !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 9rem !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 9rem !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 9rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .p-sm-6 {
    padding: 6rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important; }

  .p-sm-7 {
    padding: 9rem !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 9rem !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 9rem !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 9rem !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 9rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .m-md-6 {
    margin: 6rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important; }

  .m-md-7 {
    margin: 9rem !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 9rem !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 9rem !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 9rem !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 9rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .p-md-6 {
    padding: 6rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important; }

  .p-md-7 {
    padding: 9rem !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 9rem !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 9rem !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 9rem !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 9rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .m-lg-6 {
    margin: 6rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important; }

  .m-lg-7 {
    margin: 9rem !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 9rem !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 9rem !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 9rem !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 9rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .p-lg-6 {
    padding: 6rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important; }

  .p-lg-7 {
    padding: 9rem !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 9rem !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 9rem !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 9rem !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 9rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 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-6 {
    margin: 6rem !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important; }

  .m-xl-7 {
    margin: 9rem !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 9rem !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 9rem !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 9rem !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 9rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .p-xl-6 {
    padding: 6rem !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important; }

  .p-xl-7 {
    padding: 9rem !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 9rem !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 9rem !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 9rem !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 9rem !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: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .m-xxl-6 {
    margin: 6rem !important; }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important; }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important; }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important; }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important; }

  .m-xxl-7 {
    margin: 9rem !important; }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 9rem !important; }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 9rem !important; }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 9rem !important; }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 9rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .p-xxl-6 {
    padding: 6rem !important; }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important; }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important; }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important; }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important; }

  .p-xxl-7 {
    padding: 9rem !important; }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 9rem !important; }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 9rem !important; }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 9rem !important; }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 9rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important; }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }

  .m-xxxl-1 {
    margin: 0.25rem !important; }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxxl-2 {
    margin: 0.5rem !important; }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxxl-3 {
    margin: 1rem !important; }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }

  .m-xxxl-4 {
    margin: 1.5rem !important; }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxxl-5 {
    margin: 3rem !important; }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }

  .m-xxxl-6 {
    margin: 6rem !important; }

  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 6rem !important; }

  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 6rem !important; }

  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 6rem !important; }

  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 6rem !important; }

  .m-xxxl-7 {
    margin: 9rem !important; }

  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 9rem !important; }

  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 9rem !important; }

  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 9rem !important; }

  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 9rem !important; }

  .p-xxxl-0 {
    padding: 0 !important; }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }

  .p-xxxl-1 {
    padding: 0.25rem !important; }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxxl-2 {
    padding: 0.5rem !important; }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxxl-3 {
    padding: 1rem !important; }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }

  .p-xxxl-4 {
    padding: 1.5rem !important; }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxxl-5 {
    padding: 3rem !important; }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }

  .p-xxxl-6 {
    padding: 6rem !important; }

  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 6rem !important; }

  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 6rem !important; }

  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 6rem !important; }

  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 6rem !important; }

  .p-xxxl-7 {
    padding: 9rem !important; }

  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 9rem !important; }

  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 9rem !important; }

  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 9rem !important; }

  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 9rem !important; }

  .m-xxxl-auto {
    margin: auto !important; }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }
.bttn-sm {
  font-size: 1.25rem;
  line-height: 32px;
  padding: 0 25px; }

.bttn-md {
  font-size: 24px;
  line-height: 57px;
  padding: 0 35px; }

.bttn-lg {
  font-size: 29px;
  font-family: "DINPro";
  font-weight: bold;
  line-height: 90px;
  padding: 0 35px;
  width: 100%;
  max-width: 500px;
  text-align: center; }

@media (min-width: 576px) {
  .bttn-sm-sm {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-sm {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-sm {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 768px) {
  .bttn-sm-md {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-md {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-md {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 992px) {
  .bttn-sm-lg {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-lg {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-lg {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 1200px) {
  .bttn-sm-xl {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-xl {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-xl {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 1400px) {
  .bttn-sm-xxl {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-xxl {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-xxl {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 1600px) {
  .bttn-sm-xxxl {
    font-size: 1.25rem;
    line-height: 32px;
    padding: 0 25px; }

  .bttn-md-xxxl {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px; }

  .bttn-lg-xxxl {
    font-size: 29px;
    font-family: "DINPro";
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1400px) {
  .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 (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }

  .d-xxxl-inline {
    display: inline !important; }

  .d-xxxl-inline-block {
    display: inline-block !important; }

  .d-xxxl-block {
    display: block !important; }

  .d-xxxl-table {
    display: table !important; }

  .d-xxxl-table-row {
    display: table-row !important; }

  .d-xxxl-table-cell {
    display: table-cell !important; }

  .d-xxxl-flex {
    display: flex !important; }

  .d-xxxl-inline-flex {
    display: inline-flex !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; }

.mh-25 {
  max-height: 25% !important; }

.mh-50 {
  max-height: 50% !important; }

.mh-75 {
  max-height: 75% !important; }

.mh-100 {
  max-height: 100% !important; }

.mh-auto {
  max-height: auto !important; }

.mw-25 {
  max-width: 25% !important; }

.mw-50 {
  max-width: 50% !important; }

.mw-75 {
  max-width: 75% !important; }

.mw-100 {
  max-width: 100% !important; }

.mw-auto {
  max-width: auto !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }

  .w-sm-50 {
    width: 50% !important; }

  .w-sm-75 {
    width: 75% !important; }

  .w-sm-100 {
    width: 100% !important; }

  .w-sm-auto {
    width: auto !important; }

  .h-sm-25 {
    height: 25% !important; }

  .h-sm-50 {
    height: 50% !important; }

  .h-sm-75 {
    height: 75% !important; }

  .h-sm-100 {
    height: 100% !important; }

  .h-sm-auto {
    height: auto !important; }

  .mh-sm-25 {
    max-height: 25% !important; }

  .mh-sm-50 {
    max-height: 50% !important; }

  .mh-sm-75 {
    max-height: 75% !important; }

  .mh-sm-100 {
    max-height: 100% !important; }

  .mh-sm-auto {
    max-height: auto !important; }

  .mw-sm-25 {
    max-width: 25% !important; }

  .mw-sm-50 {
    max-width: 50% !important; }

  .mw-sm-75 {
    max-width: 75% !important; }

  .mw-sm-100 {
    max-width: 100% !important; }

  .mw-sm-auto {
    max-width: auto !important; } }
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-100 {
    width: 100% !important; }

  .w-md-auto {
    width: auto !important; }

  .h-md-25 {
    height: 25% !important; }

  .h-md-50 {
    height: 50% !important; }

  .h-md-75 {
    height: 75% !important; }

  .h-md-100 {
    height: 100% !important; }

  .h-md-auto {
    height: auto !important; }

  .mh-md-25 {
    max-height: 25% !important; }

  .mh-md-50 {
    max-height: 50% !important; }

  .mh-md-75 {
    max-height: 75% !important; }

  .mh-md-100 {
    max-height: 100% !important; }

  .mh-md-auto {
    max-height: auto !important; }

  .mw-md-25 {
    max-width: 25% !important; }

  .mw-md-50 {
    max-width: 50% !important; }

  .mw-md-75 {
    max-width: 75% !important; }

  .mw-md-100 {
    max-width: 100% !important; }

  .mw-md-auto {
    max-width: auto !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-100 {
    width: 100% !important; }

  .w-lg-auto {
    width: auto !important; }

  .h-lg-25 {
    height: 25% !important; }

  .h-lg-50 {
    height: 50% !important; }

  .h-lg-75 {
    height: 75% !important; }

  .h-lg-100 {
    height: 100% !important; }

  .h-lg-auto {
    height: auto !important; }

  .mh-lg-25 {
    max-height: 25% !important; }

  .mh-lg-50 {
    max-height: 50% !important; }

  .mh-lg-75 {
    max-height: 75% !important; }

  .mh-lg-100 {
    max-height: 100% !important; }

  .mh-lg-auto {
    max-height: auto !important; }

  .mw-lg-25 {
    max-width: 25% !important; }

  .mw-lg-50 {
    max-width: 50% !important; }

  .mw-lg-75 {
    max-width: 75% !important; }

  .mw-lg-100 {
    max-width: 100% !important; }

  .mw-lg-auto {
    max-width: auto !important; } }
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }

  .w-xl-50 {
    width: 50% !important; }

  .w-xl-75 {
    width: 75% !important; }

  .w-xl-100 {
    width: 100% !important; }

  .w-xl-auto {
    width: auto !important; }

  .h-xl-25 {
    height: 25% !important; }

  .h-xl-50 {
    height: 50% !important; }

  .h-xl-75 {
    height: 75% !important; }

  .h-xl-100 {
    height: 100% !important; }

  .h-xl-auto {
    height: auto !important; }

  .mh-xl-25 {
    max-height: 25% !important; }

  .mh-xl-50 {
    max-height: 50% !important; }

  .mh-xl-75 {
    max-height: 75% !important; }

  .mh-xl-100 {
    max-height: 100% !important; }

  .mh-xl-auto {
    max-height: auto !important; }

  .mw-xl-25 {
    max-width: 25% !important; }

  .mw-xl-50 {
    max-width: 50% !important; }

  .mw-xl-75 {
    max-width: 75% !important; }

  .mw-xl-100 {
    max-width: 100% !important; }

  .mw-xl-auto {
    max-width: auto !important; } }
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important; }

  .w-xxl-50 {
    width: 50% !important; }

  .w-xxl-75 {
    width: 75% !important; }

  .w-xxl-100 {
    width: 100% !important; }

  .w-xxl-auto {
    width: auto !important; }

  .h-xxl-25 {
    height: 25% !important; }

  .h-xxl-50 {
    height: 50% !important; }

  .h-xxl-75 {
    height: 75% !important; }

  .h-xxl-100 {
    height: 100% !important; }

  .h-xxl-auto {
    height: auto !important; }

  .mh-xxl-25 {
    max-height: 25% !important; }

  .mh-xxl-50 {
    max-height: 50% !important; }

  .mh-xxl-75 {
    max-height: 75% !important; }

  .mh-xxl-100 {
    max-height: 100% !important; }

  .mh-xxl-auto {
    max-height: auto !important; }

  .mw-xxl-25 {
    max-width: 25% !important; }

  .mw-xxl-50 {
    max-width: 50% !important; }

  .mw-xxl-75 {
    max-width: 75% !important; }

  .mw-xxl-100 {
    max-width: 100% !important; }

  .mw-xxl-auto {
    max-width: auto !important; } }
@media (min-width: 1600px) {
  .w-xxxl-25 {
    width: 25% !important; }

  .w-xxxl-50 {
    width: 50% !important; }

  .w-xxxl-75 {
    width: 75% !important; }

  .w-xxxl-100 {
    width: 100% !important; }

  .w-xxxl-auto {
    width: auto !important; }

  .h-xxxl-25 {
    height: 25% !important; }

  .h-xxxl-50 {
    height: 50% !important; }

  .h-xxxl-75 {
    height: 75% !important; }

  .h-xxxl-100 {
    height: 100% !important; }

  .h-xxxl-auto {
    height: auto !important; }

  .mh-xxxl-25 {
    max-height: 25% !important; }

  .mh-xxxl-50 {
    max-height: 50% !important; }

  .mh-xxxl-75 {
    max-height: 75% !important; }

  .mh-xxxl-100 {
    max-height: 100% !important; }

  .mh-xxxl-auto {
    max-height: auto !important; }

  .mw-xxxl-25 {
    max-width: 25% !important; }

  .mw-xxxl-50 {
    max-width: 50% !important; }

  .mw-xxxl-75 {
    max-width: 75% !important; }

  .mw-xxxl-100 {
    max-width: 100% !important; }

  .mw-xxxl-auto {
    max-width: auto !important; } }

/*# sourceMappingURL=site.css.map */
