@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

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;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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%;
}

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

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

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

.min-vw-100 {
  min-width: 100vw !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-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

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

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !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;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

.rounded-2 {
  border-radius: 0.25rem !important;
}

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Lt.eot");
  src: local("Majorant Light"), local("Majorant-Lt"), url("../fonts/Majorant-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Lt.woff2") format("woff2"), url("../fonts/Majorant-Lt.woff") format("woff"), url("../fonts/Majorant-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Md.eot");
  src: local("Majorant Medium"), local("Majorant-Md"), url("../fonts/Majorant-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Md.woff2") format("woff2"), url("../fonts/Majorant-Md.woff") format("woff"), url("../fonts/Majorant-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-RgIt.eot");
  src: local("Majorant Italic"), local("Majorant-RgIt"), url("../fonts/Majorant-RgIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-RgIt.woff2") format("woff2"), url("../fonts/Majorant-RgIt.woff") format("woff"), url("../fonts/Majorant-RgIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant Ultra";
  src: url("../fonts/Majorant-UlTh.eot");
  src: local("Majorant Ultra Thin"), local("Majorant-UlTh"), url("../fonts/Majorant-UlTh.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-UlTh.woff2") format("woff2"), url("../fonts/Majorant-UlTh.woff") format("woff"), url("../fonts/Majorant-UlTh.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-BlkIt.eot");
  src: local("Majorant Black Italic"), local("Majorant-BlkIt"), url("../fonts/Majorant-BlkIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-BlkIt.woff2") format("woff2"), url("../fonts/Majorant-BlkIt.woff") format("woff"), url("../fonts/Majorant-BlkIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Th.eot");
  src: local("Majorant Thin"), local("Majorant-Th"), url("../fonts/Majorant-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Th.woff2") format("woff2"), url("../fonts/Majorant-Th.woff") format("woff"), url("../fonts/Majorant-Th.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-BdIt.eot");
  src: local("Majorant Bold Italic"), local("Majorant-BdIt"), url("../fonts/Majorant-BdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-BdIt.woff2") format("woff2"), url("../fonts/Majorant-BdIt.woff") format("woff"), url("../fonts/Majorant-BdIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Blk.eot");
  src: local("Majorant Black"), local("Majorant-Blk"), url("../fonts/Majorant-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Blk.woff2") format("woff2"), url("../fonts/Majorant-Blk.woff") format("woff"), url("../fonts/Majorant-Blk.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant Ultra";
  src: url("../fonts/Majorant-UltLtIt.eot");
  src: local("Majorant Ultra Light Italic"), local("Majorant-UltLtIt"), url("../fonts/Majorant-UltLtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-UltLtIt.woff2") format("woff2"), url("../fonts/Majorant-UltLtIt.woff") format("woff"), url("../fonts/Majorant-UltLtIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-MdIt.eot");
  src: local("Majorant Medium Italic"), local("Majorant-MdIt"), url("../fonts/Majorant-MdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-MdIt.woff2") format("woff2"), url("../fonts/Majorant-MdIt.woff") format("woff"), url("../fonts/Majorant-MdIt.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant Ultra";
  src: url("../fonts/Majorant-UlThIt.eot");
  src: local("Majorant Ultra Thin Italic"), local("Majorant-UlThIt"), url("../fonts/Majorant-UlThIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-UlThIt.woff2") format("woff2"), url("../fonts/Majorant-UlThIt.woff") format("woff"), url("../fonts/Majorant-UlThIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Rg.eot");
  src: local("Majorant"), local("Majorant-Rg"), url("../fonts/Majorant-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Rg.woff2") format("woff2"), url("../fonts/Majorant-Rg.woff") format("woff"), url("../fonts/Majorant-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-ThIt.eot");
  src: local("Majorant Thin Italic"), local("Majorant-ThIt"), url("../fonts/Majorant-ThIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-ThIt.woff2") format("woff2"), url("../fonts/Majorant-ThIt.woff") format("woff"), url("../fonts/Majorant-ThIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Majorant Ultra";
  src: url("../fonts/Majorant-UltLt.eot");
  src: local("Majorant Ultra Light"), local("Majorant-UltLt"), url("../fonts/Majorant-UltLt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-UltLt.woff2") format("woff2"), url("../fonts/Majorant-UltLt.woff") format("woff"), url("../fonts/Majorant-UltLt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-Bd.eot");
  src: local("Majorant Bold"), local("Majorant-Bd"), url("../fonts/Majorant-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-Bd.woff2") format("woff2"), url("../fonts/Majorant-Bd.woff") format("woff"), url("../fonts/Majorant-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Majorant";
  src: url("../fonts/Majorant-LtIt.eot");
  src: local("Majorant Light Italic"), local("Majorant-LtIt"), url("../fonts/Majorant-LtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Majorant-LtIt.woff2") format("woff2"), url("../fonts/Majorant-LtIt.woff") format("woff"), url("../fonts/Majorant-LtIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
b, strong {
  font-weight: bold;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Majorant";
  font-weight: 700;
}

p, li, span {
  font-family: "Majorant";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  p, li, span {
    font-size: 1.1111111111vw;
  }
}

.f_18 {
  font-size: 18px;
  line-height: 26px;
}

.f_26 {
  font-size: 26px;
  line-height: 34px;
}

.f_34 {
  font-size: 34px;
  line-height: 44px;
}

@media (max-width: 1599.98px) {
  .f_18 {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }

  .f_26 {
    font-size: 1.8055555556vw;
    line-height: 2.3611111111vw;
  }

  .f_34 {
    font-size: 2.3611111111vw;
    line-height: 3.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .f_18 {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }

  .f_26 {
    font-size: 1.8055555556vw;
    line-height: 2.3611111111vw;
  }

  .f_34 {
    font-size: 2.3611111111vw;
    line-height: 3.0555555556vw;
  }
}
@media (max-width: 767.98px) {
  .f_18 {
    font-size: 2.34375vw;
    line-height: 3.3854166667vw;
  }

  .f_26 {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
  }

  .f_34 {
    font-size: 4.4270833333vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  .f_18 {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }

  .f_26 {
    font-size: 6.4vw;
    line-height: 8.5333333333vw;
  }

  .f_34 {
    font-size: 9.0666666667vw;
    line-height: 11.7333333333vw;
  }
}
.f_500 {
  font-weight: 500;
}

a {
  text-decoration: none;
  font-family: "Majorant";
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body, * {
  margin: 0;
  padding: 0;
}

.black {
  color: #2B2B29;
}

.orange {
  color: #F2930A;
}
.orange:hover {
  color: #0050A0;
}

input#publish {
  position: fixed;
  bottom: 0;
  right: 25px;
}

body.no-scroll, html.no-scroll {
  overflow: hidden;
}

body {
  background: #F5F5F5;
}
body.admin-bar {
  margin-top: 32px;
}
body.admin-bar .top_bar {
  top: 32px;
}
body.admin-bar #header {
  top: 77px;
}

.text-orange {
  color: #F2930A;
}

.text-blue {
  color: #0050A0;
}

#page {
  margin-top: 125px;
  background: #F5F5F5;
}

.overlay {
  background: rgba(43, 43, 41, 0.2);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  max-height: 150vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 20;
}
.overlay.mini_cart_open {
  visibility: visible;
  opacity: 1;
}

.product-assembly {
  background: #F5F5F5;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  margin-top: 0;
}
.product-assembly .info {
  position: relative;
  margin-left: 5px;
}
.product-assembly .info .tooltip {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  background: #F5F5F5;
  color: #2B2B29;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 350px;
}
.product-assembly .info .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #F5F5F5;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.product-assembly .info i {
  color: #0050A0;
}
.product-assembly .info:hover .tooltip {
  bottom: 104%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.product-assembly label {
  padding-left: 55px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Majorant";
}
.product-assembly label .btw {
  font-weight: 500;
}
.product-assembly label input {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  width: 40px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #ededed;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.product-assembly label input:checked {
  background-color: #0050A0;
  border-color: #0050A0;
}
.product-assembly label input:checked::after {
  opacity: 1;
  visibility: visible;
}
.product-assembly label input::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.wide_container {
  margin: 0 15px;
}

#homepage_header {
  position: relative;
  padding-top: 60px;
}
#homepage_header .triangle {
  position: absolute;
  left: 0;
  top: -135px;
  height: 940px;
  width: auto;
}
#homepage_header .search_car_box {
  background: #fff;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 35px 15px 30px 15px;
  margin-bottom: 0;
  height: 450px;
}
#homepage_header .search_car_box .select_box {
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
#homepage_header .search_car_box .select_box .error_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#homepage_header .search_car_box .select_box.closed {
  background: #F5F5F5;
}
#homepage_header .search_car_box .select_box .select2-container .select2-selection--single {
  height: auto !important;
  background: transparent;
  border: 2px solid #DFDFDF;
  border-radius: 10px;
}
#homepage_header .search_car_box .select_box .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
#homepage_header .search_car_box .select_box .select2 {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
#homepage_header .search_car_box .select_box .select2 #select2-brand-container, #homepage_header .search_car_box .select_box .select2 #select2-model-container, #homepage_header .search_car_box .select_box .select2 #select2-year-container {
  position: relative;
  z-index: 2;
  text-align: left;
  background: transparent;
  width: 100%;
  padding: 10px 15px 10px 55px;
  font-family: "Majorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #2B2B29;
}
#homepage_header .search_car_box .select_box::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  font-weight: 600;
}
#homepage_header .search_car_box .select_box::after {
  content: "";
  border: 1px dashed #F2930A;
  height: 25px;
  width: 2px;
  position: absolute;
  bottom: -25px;
  left: 27px;
}
#homepage_header .search_car_box .select_box.last::after {
  display: none;
}
#homepage_header .search_car_box .select_box label {
  width: 34px;
  height: 34px;
  border: 2px solid #F2930A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Majorant";
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 16px;
  padding: 2px 0 0 0;
}
#homepage_header .search_car_box .select_box select {
  position: relative;
  z-index: 2;
  border: 2px solid #DFDFDF;
  background: transparent;
  width: 100%;
  padding: 10px 15px 10px 55px;
  border-radius: 10px;
  font-family: "Majorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #2B2B29;
}
#homepage_header .search_car_box button {
  margin-top: 15px;
  width: auto;
  justify-content: center;
}
#homepage_header .header_slider {
  height: 100%;
  max-height: 450px;
  border-radius: 20px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#homepage_header .header_slider .slick-list {
  height: 100%;
}
#homepage_header .header_slider .slick-list .slick-track {
  height: 100%;
}
#homepage_header .header_slider .slick-list .slick-track .slide {
  height: 450px;
}
#homepage_header .header_slider .slick-list .slick-track .slide img {
  height: 450px;
}
#homepage_header .header_slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
#homepage_header .header_slider .slick-dots li {
  all: unset;
  margin: 0 5px;
}
#homepage_header .header_slider .slick-dots li button {
  all: unset;
  font-size: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
}
#homepage_header .header_slider .slick-dots li.slick-active button {
  background: #fff;
}
#homepage_header .usps_row {
  margin-top: 50px;
}
#homepage_header .usps_row .usps .row {
  margin: 0;
  background: #fff;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 10;
  position: relative;
}
#homepage_header .usps_row .usps .row .usp_slide {
  width: 33.3333%;
}
#homepage_header .usps_row .usps .row .usp {
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
#homepage_header .usps_row .usps .row .usp i {
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #F2930A;
  font-size: 30px;
  color: #F2930A;
}
#homepage_header .usps_row .usps .row .usp .content {
  margin-left: 20px;
}
#homepage_header .usps_row .usps .row .usp .content h3, #homepage_header .usps_row .usps .row .usp .content .h3 {
  font-size: 20px;
  line-height: 26px;
}
#homepage_header .usps_row .usps .row .usp .content p {
  margin-bottom: 0;
}

.slider_box {
  position: relative;
  max-width: 100%;
}
.slider_box .arrows {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 35px;
  left: unset;
  transform: unset;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin: 0 -2.5px;
}
.slider_box .arrows .arrow {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2.5px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: unset;
  top: unset;
  transform: translateY(0);
}
.slider_box .arrows .arrow:hover {
  background: #0050A0;
  color: #fff;
}
.slider_box .slick-slide.slick-active .slide_info {
  opacity: 1;
}
.slider_box .slide {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
}
.slider_box .slide:hover img {
  transform: scale(1.02);
}
.slider_box .slide img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
  position: relative;
  z-index: 8;
}
.slider_box .slide .slide_info {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  transform: unset;
  width: 100%;
  background: rgba(43, 43, 41, 0.4);
  padding: 35px 35px 35px 35px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
  text-align: left;
  z-index: 10;
}
.slider_box .slide .slide_info h2, .slider_box .slide .slide_info .h2 {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 5px;
}
.slider_box .slide .slide_info p {
  color: #fff;
  font-size: 30px;
  line-height: 39px;
}

@media (max-width: 1599.98px) {
  #page {
    margin-top: 8.6805555556vw;
    background: #F5F5F5;
  }

  .overlay {
    background: rgba(43, 43, 41, 0.2);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 20;
  }
  .overlay.mini_cart_open {
    visibility: visible;
    opacity: 1;
  }

  .product-assembly {
    background: #F5F5F5;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
  }
  .product-assembly .info {
    position: relative;
    margin-left: 5px;
  }
  .product-assembly .info .tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #F5F5F5;
    color: #2B2B29;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 24.3055555556vw;
  }
  .product-assembly .info .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #F5F5F5;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .product-assembly .info i {
    color: #0050A0;
  }
  .product-assembly .info:hover .tooltip {
    bottom: 104%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-assembly label {
    padding-left: 55px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Majorant";
  }
  .product-assembly label .btw {
    font-weight: 500;
  }
  .product-assembly label input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .product-assembly label input:checked {
    background-color: #0050A0;
    border-color: #0050A0;
  }
  .product-assembly label input:checked::after {
    opacity: 1;
    visibility: visible;
  }
  .product-assembly label input::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }

  .wide_container {
    margin: 0 15px;
  }

  #homepage_header {
    position: relative;
    padding-top: 4.1666666667vw;
  }
  #homepage_header .triangle {
    position: absolute;
    left: 0;
    top: -9.375vw;
    height: 65.2777777778vw;
    width: auto;
  }
  #homepage_header .search_car_box {
    background: #fff;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    border-radius: 0.6944444444vw;
    padding: 2.4305555556vw 1.0416666667vw 2.0833333333vw 1.0416666667vw;
    margin-bottom: 0;
    height: 31.25vw;
  }
  #homepage_header .search_car_box .select_box {
    position: relative;
    margin-bottom: 1.7361111111vw;
    transition: all 0.3s linear;
  }
  #homepage_header .search_car_box .select_box .error_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage_header .search_car_box .select_box.closed {
    background: #F5F5F5;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single {
    height: auto !important;
    background: transparent;
    border: 2px solid #DFDFDF;
    border-radius: 0.6944444444vw;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  #homepage_header .search_car_box .select_box .select2 {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  #homepage_header .search_car_box .select_box .select2 #select2-brand-container, #homepage_header .search_car_box .select_box .select2 #select2-model-container, #homepage_header .search_car_box .select_box .select2 #select2-year-container {
    position: relative;
    z-index: 2;
    text-align: left;
    background: transparent;
    width: 100%;
    padding: 0.6944444444vw 1.0416666667vw 0.6944444444vw 3.8194444444vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  #homepage_header .search_car_box .select_box::after {
    content: "";
    border: 0.0694444444vw dashed #F2930A;
    height: 1.7361111111vw;
    width: 0.1388888889vw;
    position: absolute;
    bottom: -1.7361111111vw;
    left: 1.875vw;
  }
  #homepage_header .search_car_box .select_box.last::after {
    display: none;
  }
  #homepage_header .search_car_box .select_box label {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    border: 0.1388888889vw solid #F2930A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 1.1111111111vw;
    padding: 2px 0 0 0;
  }
  #homepage_header .search_car_box .select_box select {
    position: relative;
    z-index: 2;
    border: 2px solid #DFDFDF;
    background: transparent;
    width: 100%;
    padding: 0.6944444444vw 1.0416666667vw 0.6944444444vw 3.8194444444vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box button {
    margin-top: 1.0416666667vw;
    width: auto;
    justify-content: center;
  }
  #homepage_header .header_slider {
    height: 100%;
    max-height: 31.25vw;
    border-radius: 1.3888888889vw;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #homepage_header .header_slider .slick-list {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide {
    height: 31.25vw;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide img {
    height: 31.25vw;
  }
  #homepage_header .header_slider .slick-dots {
    position: absolute;
    bottom: 0.6944444444vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }
  #homepage_header .header_slider .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  #homepage_header .header_slider .slick-dots li button {
    all: unset;
    font-size: 0;
    border-radius: 50%;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border: 2px solid #fff;
  }
  #homepage_header .header_slider .slick-dots li.slick-active button {
    background: #fff;
  }
  #homepage_header .usps_row {
    margin-top: 3.4722222222vw;
  }
  #homepage_header .usps_row .usps .row {
    margin: 0;
    background: #fff;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    border-radius: 0.6944444444vw;
    z-index: 10;
    position: relative;
  }
  #homepage_header .usps_row .usps .row .usp_slide {
    width: 33.3333%;
  }
  #homepage_header .usps_row .usps .row .usp {
    display: flex;
    align-items: center;
    padding: 2.0833333333vw 1.3888888889vw;
  }
  #homepage_header .usps_row .usps .row .usp i {
    min-width: 4.1666666667vw;
    height: 4.1666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.1388888889vw solid #F2930A;
    font-size: 2.0833333333vw;
    color: #F2930A;
  }
  #homepage_header .usps_row .usps .row .usp .content {
    margin-left: 1.3888888889vw;
  }
  #homepage_header .usps_row .usps .row .usp .content h3, #homepage_header .usps_row .usps .row .usp .content .h3 {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }
  #homepage_header .usps_row .usps .row .usp .content p {
    margin-bottom: 0;
  }

  .slider_box {
    position: relative;
    max-width: 100%;
  }
  .slider_box .arrows {
    position: absolute;
    z-index: 10;
    top: 1.0416666667vw;
    right: 2.4305555556vw;
    left: unset;
    transform: unset;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: unset;
    margin: 0 -0.1736111111vw;
  }
  .slider_box .arrows .arrow {
    background: #fff;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0.1736111111vw;
    font-size: 1.25vw;
    cursor: pointer;
    transition: all 0.3s linear;
    position: unset;
    top: unset;
    transform: translateY(0);
  }
  .slider_box .arrows .arrow:hover {
    background: #0050A0;
    color: #fff;
  }
  .slider_box .slick-slide.slick-active .slide_info {
    opacity: 1;
  }
  .slider_box .slide {
    position: relative;
    height: 31.25vw;
    overflow: hidden;
    border-radius: 0.6944444444vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  .slider_box .slide:hover img {
    transform: scale(1.02);
  }
  .slider_box .slide img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s linear;
    position: relative;
    z-index: 8;
  }
  .slider_box .slide .slide_info {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    transform: unset;
    width: 100%;
    background: rgba(43, 43, 41, 0.4);
    padding: 2.4305555556vw 2.4305555556vw 2.4305555556vw 2.4305555556vw;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.2s;
    text-align: left;
    z-index: 10;
  }
  .slider_box .slide .slide_info h2, .slider_box .slide .slide_info .h2 {
    color: #fff;
    font-size: 3.4722222222vw;
    line-height: 4.0277777778vw;
    margin-bottom: 0.3472222222vw;
  }
  .slider_box .slide .slide_info p {
    color: #fff;
    font-size: 2.0833333333vw;
    line-height: 2.7083333333vw;
  }
}
@media (max-width: 991.98px) {
  #page {
    margin-top: 8.6805555556vw;
    background: #F5F5F5;
  }

  .overlay {
    background: rgba(43, 43, 41, 0.2);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 20;
  }
  .overlay.mini_cart_open {
    visibility: visible;
    opacity: 1;
  }

  .product-assembly {
    background: #F5F5F5;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
  }
  .product-assembly .info {
    position: relative;
    margin-left: 5px;
  }
  .product-assembly .info .tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #F5F5F5;
    color: #2B2B29;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 24.3055555556vw;
  }
  .product-assembly .info .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #F5F5F5;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .product-assembly .info i {
    color: #0050A0;
  }
  .product-assembly .info:hover .tooltip {
    bottom: 104%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-assembly label {
    padding-left: 55px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Majorant";
  }
  .product-assembly label .btw {
    font-weight: 500;
  }
  .product-assembly label input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .product-assembly label input:checked {
    background-color: #0050A0;
    border-color: #0050A0;
  }
  .product-assembly label input:checked::after {
    opacity: 1;
    visibility: visible;
  }
  .product-assembly label input::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }

  .wide_container {
    margin: 0 15px;
  }

  #homepage_header {
    position: relative;
    padding-top: 4.1666666667vw;
  }
  #homepage_header .triangle {
    position: absolute;
    left: 0;
    top: -9.375vw;
    height: 65.2777777778vw;
    width: auto;
  }
  #homepage_header .search_car_box {
    background: #fff;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    border-radius: 0.6944444444vw;
    padding: 2.4305555556vw 1.0416666667vw 2.0833333333vw 1.0416666667vw;
    margin-bottom: 0;
    height: 31.25vw;
  }
  #homepage_header .search_car_box .select_box {
    position: relative;
    margin-bottom: 1.7361111111vw;
    transition: all 0.3s linear;
  }
  #homepage_header .search_car_box .select_box .error_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage_header .search_car_box .select_box.closed {
    background: #F5F5F5;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single {
    height: auto !important;
    background: transparent;
    border: 2px solid #DFDFDF;
    border-radius: 0.6944444444vw;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  #homepage_header .search_car_box .select_box .select2 {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  #homepage_header .search_car_box .select_box .select2 #select2-brand-container, #homepage_header .search_car_box .select_box .select2 #select2-model-container, #homepage_header .search_car_box .select_box .select2 #select2-year-container {
    position: relative;
    z-index: 2;
    text-align: left;
    background: transparent;
    width: 100%;
    padding: 0.6944444444vw 1.0416666667vw 0.6944444444vw 3.8194444444vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  #homepage_header .search_car_box .select_box::after {
    content: "";
    border: 0.0694444444vw dashed #F2930A;
    height: 1.7361111111vw;
    width: 0.1388888889vw;
    position: absolute;
    bottom: -1.7361111111vw;
    left: 1.875vw;
  }
  #homepage_header .search_car_box .select_box.last::after {
    display: none;
  }
  #homepage_header .search_car_box .select_box label {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    border: 0.1388888889vw solid #F2930A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 1.1111111111vw;
    padding: 2px 0 0 0;
  }
  #homepage_header .search_car_box .select_box select {
    position: relative;
    z-index: 2;
    border: 2px solid #DFDFDF;
    background: transparent;
    width: 100%;
    padding: 0.6944444444vw 1.0416666667vw 0.6944444444vw 3.8194444444vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box button {
    margin-top: 1.0416666667vw;
    width: auto;
    justify-content: center;
  }
  #homepage_header .header_slider {
    height: 100%;
    max-height: 31.25vw;
    border-radius: 1.3888888889vw;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #homepage_header .header_slider .slick-list {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide {
    height: 31.25vw;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide img {
    height: 31.25vw;
  }
  #homepage_header .header_slider .slick-dots {
    position: absolute;
    bottom: 0.6944444444vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }
  #homepage_header .header_slider .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  #homepage_header .header_slider .slick-dots li button {
    all: unset;
    font-size: 0;
    border-radius: 50%;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border: 2px solid #fff;
  }
  #homepage_header .header_slider .slick-dots li.slick-active button {
    background: #fff;
  }
  #homepage_header .usps_row {
    margin-top: 3.4722222222vw;
  }
  #homepage_header .usps_row .usps .row {
    margin: 0;
    background: #fff;
    box-shadow: 0.1388888889vw 0.2083333333vw 0.1388888889vw rgba(0, 0, 0, 0.1);
    border-radius: 0.6944444444vw;
    z-index: 10;
    position: relative;
  }
  #homepage_header .usps_row .usps .row .usp_slide {
    width: 33.3333%;
  }
  #homepage_header .usps_row .usps .row .usp {
    display: flex;
    align-items: center;
    padding: 2.0833333333vw 1.3888888889vw;
  }
  #homepage_header .usps_row .usps .row .usp i {
    min-width: 4.1666666667vw;
    height: 4.1666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.1388888889vw solid #F2930A;
    font-size: 2.0833333333vw;
    color: #F2930A;
  }
  #homepage_header .usps_row .usps .row .usp .content {
    margin-left: 1.3888888889vw;
  }
  #homepage_header .usps_row .usps .row .usp .content h3, #homepage_header .usps_row .usps .row .usp .content .h3 {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }
  #homepage_header .usps_row .usps .row .usp .content p {
    margin-bottom: 0;
  }

  .slider_box {
    position: relative;
    max-width: 100%;
  }
  .slider_box .arrows {
    position: absolute;
    z-index: 10;
    top: 1.0416666667vw;
    right: 2.4305555556vw;
    left: unset;
    transform: unset;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: unset;
    margin: 0 -0.1736111111vw;
  }
  .slider_box .arrows .arrow {
    background: #fff;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0.1736111111vw;
    font-size: 1.25vw;
    cursor: pointer;
    transition: all 0.3s linear;
    position: unset;
    top: unset;
    transform: translateY(0);
  }
  .slider_box .arrows .arrow:hover {
    background: #0050A0;
    color: #fff;
  }
  .slider_box .slick-slide.slick-active .slide_info {
    opacity: 1;
  }
  .slider_box .slide {
    position: relative;
    height: 31.25vw;
    overflow: hidden;
    border-radius: 0.6944444444vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  .slider_box .slide:hover img {
    transform: scale(1.02);
  }
  .slider_box .slide img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s linear;
    position: relative;
    z-index: 8;
  }
  .slider_box .slide .slide_info {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    transform: unset;
    width: 100%;
    background: rgba(43, 43, 41, 0.4);
    padding: 2.4305555556vw 2.4305555556vw 2.4305555556vw 2.4305555556vw;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.2s;
    text-align: left;
    z-index: 10;
  }
  .slider_box .slide .slide_info h2, .slider_box .slide .slide_info .h2 {
    color: #fff;
    font-size: 3.4722222222vw;
    line-height: 4.0277777778vw;
    margin-bottom: 0.3472222222vw;
  }
  .slider_box .slide .slide_info p {
    color: #fff;
    font-size: 2.0833333333vw;
    line-height: 2.7083333333vw;
  }
}
@media (max-width: 767.98px) {
  #page {
    margin-top: 7.9427083333vw;
    background: #F5F5F5;
  }

  .overlay {
    background: rgba(43, 43, 41, 0.2);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 20;
  }
  .overlay.mini_cart_open {
    visibility: visible;
    opacity: 1;
  }

  .product-assembly {
    background: #F5F5F5;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
  }
  .product-assembly .info {
    position: relative;
    margin-left: 5px;
  }
  .product-assembly .info .tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #F5F5F5;
    color: #2B2B29;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 45.5729166667vw;
  }
  .product-assembly .info .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #F5F5F5;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .product-assembly .info i {
    color: #0050A0;
  }
  .product-assembly .info:hover .tooltip {
    bottom: 104%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-assembly label {
    padding-left: 55px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Majorant";
  }
  .product-assembly label .btw {
    font-weight: 500;
  }
  .product-assembly label input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .product-assembly label input:checked {
    background-color: #0050A0;
    border-color: #0050A0;
  }
  .product-assembly label input:checked::after {
    opacity: 1;
    visibility: visible;
  }
  .product-assembly label input::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }

  .wide_container {
    margin: 0 15px;
  }

  #homepage_header {
    position: relative;
    padding-top: 0;
  }
  #homepage_header .triangle {
    position: absolute;
    left: 0;
    top: -17.578125vw;
    height: 122.3958333333vw;
    width: auto;
  }
  #homepage_header .search_car_box {
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 4.5572916667vw 1.953125vw 3.90625vw 1.953125vw;
    margin-bottom: 3.2552083333vw;
    height: auto;
  }
  #homepage_header .search_car_box .select_box {
    position: relative;
    margin-bottom: 3.2552083333vw;
    transition: all 0.3s linear;
  }
  #homepage_header .search_car_box .select_box .error_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage_header .search_car_box .select_box.closed {
    background: #F5F5F5;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single {
    height: auto !important;
    background: transparent;
    border: 2px solid #DFDFDF;
    border-radius: 1.3020833333vw;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  #homepage_header .search_car_box .select_box .select2 {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  #homepage_header .search_car_box .select_box .select2 #select2-brand-container, #homepage_header .search_car_box .select_box .select2 #select2-model-container, #homepage_header .search_car_box .select_box .select2 #select2-year-container {
    position: relative;
    z-index: 2;
    text-align: left;
    background: transparent;
    width: 100%;
    padding: 1.3020833333vw 1.953125vw 1.3020833333vw 7.1614583333vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 3.3854166667vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.953125vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  #homepage_header .search_car_box .select_box::after {
    content: "";
    border: 0.1302083333vw dashed #F2930A;
    height: 3.2552083333vw;
    width: 0.2604166667vw;
    position: absolute;
    bottom: -3.2552083333vw;
    left: 3.515625vw;
  }
  #homepage_header .search_car_box .select_box.last::after {
    display: none;
  }
  #homepage_header .search_car_box .select_box label {
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    border: 0.2604166667vw solid #F2930A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 2.0833333333vw;
    padding: 2px 0 0 0;
  }
  #homepage_header .search_car_box .select_box select {
    position: relative;
    z-index: 2;
    border: 2px solid #DFDFDF;
    background: transparent;
    width: 100%;
    padding: 1.3020833333vw 1.953125vw 1.3020833333vw 7.1614583333vw;
    border-radius: 1.3020833333vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 3.3854166667vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box button {
    margin-top: 1.953125vw;
    width: 100%;
    justify-content: center;
  }
  #homepage_header .header_slider {
    height: 100%;
    max-height: 52.0833333333vw;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #homepage_header .header_slider .slick-list {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide {
    height: 52.0833333333vw;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide img {
    height: 52.0833333333vw;
  }
  #homepage_header .header_slider .slick-dots {
    position: absolute;
    bottom: 1.3020833333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }
  #homepage_header .header_slider .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  #homepage_header .header_slider .slick-dots li button {
    all: unset;
    font-size: 0;
    border-radius: 50%;
    width: 1.953125vw;
    height: 1.953125vw;
    border: 2px solid #fff;
  }
  #homepage_header .header_slider .slick-dots li.slick-active button {
    background: #fff;
  }
  #homepage_header .usps_row {
    margin-top: 0;
  }
  #homepage_header .usps_row .usps .row {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 10;
    position: relative;
  }
  #homepage_header .usps_row .usps .row .usp_slide {
    width: 100%;
  }
  #homepage_header .usps_row .usps .row .usp {
    display: flex;
    align-items: center;
    padding: 3.90625vw 6.5104166667vw;
  }
  #homepage_header .usps_row .usps .row .usp i {
    min-width: 5.2083333333vw;
    height: 5.2083333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.2604166667vw solid #F2930A;
    font-size: 2.6041666667vw;
    color: #F2930A;
  }
  #homepage_header .usps_row .usps .row .usp .content {
    margin-left: 2.6041666667vw;
  }
  #homepage_header .usps_row .usps .row .usp .content h3, #homepage_header .usps_row .usps .row .usp .content .h3 {
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }
  #homepage_header .usps_row .usps .row .usp .content p {
    margin-bottom: 0;
  }

  .slider_box {
    position: relative;
    max-width: 100%;
  }
  .slider_box .arrows {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0;
  }
  .slider_box .arrows .arrow {
    background: #fff;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0.6510416667vw;
    font-size: 1.3020833333vw;
    cursor: pointer;
    transition: all 0.3s linear;
    position: unset;
    top: unset;
    transform: translateY(0);
  }
  .slider_box .arrows .arrow:hover {
    background: #0050A0;
    color: #fff;
  }
  .slider_box .slick-slide.slick-active .slide_info {
    opacity: 1;
  }
  .slider_box .slide {
    position: relative;
    height: 58.59375vw;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  .slider_box .slide:hover img {
    transform: scale(1.02);
  }
  .slider_box .slide img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s linear;
    position: relative;
    z-index: 8;
  }
  .slider_box .slide .slide_info {
    position: absolute;
    bottom: unset;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background: unset;
    padding: 4.5572916667vw 3.2552083333vw 4.5572916667vw 3.2552083333vw;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.2s;
    text-align: center;
    z-index: 10;
  }
  .slider_box .slide .slide_info h2, .slider_box .slide .slide_info .h2 {
    color: #fff;
    font-size: 3.90625vw;
    line-height: 4.9479166667vw;
    margin-bottom: 0.6510416667vw;
  }
  .slider_box .slide .slide_info p {
    color: #fff;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  #page {
    margin-top: 16.2666666667vw;
    background: #F5F5F5;
  }

  .overlay {
    background: rgba(43, 43, 41, 0.2);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 20;
  }
  .overlay.mini_cart_open {
    visibility: visible;
    opacity: 1;
  }

  .product-assembly {
    background: #F5F5F5;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
  }
  .product-assembly .info {
    position: relative;
    margin-left: 5px;
  }
  .product-assembly .info .tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #F5F5F5;
    color: #2B2B29;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 93.3333333333vw;
  }
  .product-assembly .info .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #F5F5F5;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .product-assembly .info i {
    color: #0050A0;
  }
  .product-assembly .info:hover .tooltip {
    bottom: 104%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-assembly label {
    padding-left: 55px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Majorant";
  }
  .product-assembly label .btw {
    font-weight: 500;
  }
  .product-assembly label input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .product-assembly label input:checked {
    background-color: #0050A0;
    border-color: #0050A0;
  }
  .product-assembly label input:checked::after {
    opacity: 1;
    visibility: visible;
  }
  .product-assembly label input::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }

  .wide_container {
    margin: 0 15px;
  }

  #homepage_header {
    position: relative;
    padding-top: 0;
  }
  #homepage_header .triangle {
    position: absolute;
    left: 0;
    top: -36vw;
    height: 250.6666666667vw;
    width: auto;
  }
  #homepage_header .search_car_box {
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 9.3333333333vw 4vw 8vw 4vw;
    margin-bottom: 6.6666666667vw;
    height: auto;
  }
  #homepage_header .search_car_box .select_box {
    position: relative;
    margin-bottom: 6.6666666667vw;
    transition: all 0.3s linear;
  }
  #homepage_header .search_car_box .select_box .error_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage_header .search_car_box .select_box.closed {
    background: #F5F5F5;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single {
    height: auto !important;
    background: transparent;
    border: 2px solid #DFDFDF;
    border-radius: 2.6666666667vw;
  }
  #homepage_header .search_car_box .select_box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  #homepage_header .search_car_box .select_box .select2 {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  #homepage_header .search_car_box .select_box .select2 #select2-brand-container, #homepage_header .search_car_box .select_box .select2 #select2-model-container, #homepage_header .search_car_box .select_box .select2 #select2-year-container {
    position: relative;
    z-index: 2;
    text-align: left;
    background: transparent;
    width: 100%;
    padding: 2.6666666667vw 4vw 2.6666666667vw 14.6666666667vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  #homepage_header .search_car_box .select_box::after {
    content: "";
    border: 0.2666666667vw dashed #F2930A;
    height: 6.6666666667vw;
    width: 0.5333333333vw;
    position: absolute;
    bottom: -6.6666666667vw;
    left: 7.2vw;
  }
  #homepage_header .search_car_box .select_box.last::after {
    display: none;
  }
  #homepage_header .search_car_box .select_box label {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    border: 0.5333333333vw solid #F2930A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 4.2666666667vw;
    padding: 2px 0 0 0;
  }
  #homepage_header .search_car_box .select_box select {
    position: relative;
    z-index: 2;
    border: 2px solid #DFDFDF;
    background: transparent;
    width: 100%;
    padding: 2.6666666667vw 4vw 2.6666666667vw 14.6666666667vw;
    border-radius: 2.6666666667vw;
    font-family: "Majorant";
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #2B2B29;
  }
  #homepage_header .search_car_box button {
    margin-top: 4vw;
    width: 100%;
    justify-content: center;
  }
  #homepage_header .header_slider {
    height: 100%;
    max-height: 106.6666666667vw;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #homepage_header .header_slider .slick-list {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track {
    height: 100%;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide {
    height: 106.6666666667vw;
  }
  #homepage_header .header_slider .slick-list .slick-track .slide img {
    height: 106.6666666667vw;
  }
  #homepage_header .header_slider .slick-dots {
    position: absolute;
    bottom: 2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }
  #homepage_header .header_slider .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  #homepage_header .header_slider .slick-dots li button {
    all: unset;
    font-size: 0;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    border: 2px solid #fff;
  }
  #homepage_header .header_slider .slick-dots li.slick-active button {
    background: #fff;
  }
  #homepage_header .usps_row {
    margin-top: 0;
  }
  #homepage_header .usps_row .usps .row {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 10;
    position: relative;
  }
  #homepage_header .usps_row .usps .row .usp_slide {
    width: 100%;
  }
  #homepage_header .usps_row .usps .row .usp {
    display: flex;
    align-items: center;
    padding: 8vw 13.3333333333vw;
  }
  #homepage_header .usps_row .usps .row .usp i {
    min-width: 10.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.5333333333vw solid #F2930A;
    font-size: 5.3333333333vw;
    color: #F2930A;
  }
  #homepage_header .usps_row .usps .row .usp .content {
    margin-left: 5.3333333333vw;
  }
  #homepage_header .usps_row .usps .row .usp .content h3, #homepage_header .usps_row .usps .row .usp .content .h3 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
  #homepage_header .usps_row .usps .row .usp .content p {
    margin-bottom: 0;
  }

  .slider_box {
    position: relative;
    max-width: 100%;
  }
  .slider_box .arrows {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0;
  }
  .slider_box .arrows .arrow {
    background: #fff;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 1.3333333333vw;
    font-size: 2.6666666667vw;
    cursor: pointer;
    transition: all 0.3s linear;
    position: unset;
    top: unset;
    transform: translateY(0);
  }
  .slider_box .arrows .arrow:hover {
    background: #0050A0;
    color: #fff;
  }
  .slider_box .slick-slide.slick-active .slide_info {
    opacity: 1;
  }
  .slider_box .slide {
    position: relative;
    height: 120vw;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  .slider_box .slide:hover img {
    transform: scale(1.02);
  }
  .slider_box .slide img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s linear;
    position: relative;
    z-index: 8;
  }
  .slider_box .slide .slide_info {
    position: absolute;
    bottom: unset;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background: unset;
    padding: 9.3333333333vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.2s;
    text-align: center;
    z-index: 10;
  }
  .slider_box .slide .slide_info h2, .slider_box .slide .slide_info .h2 {
    color: #fff;
    font-size: 8vw;
    line-height: 10.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .slider_box .slide .slide_info p {
    color: #fff;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#news {
  background: #fff;
  padding: 80px 0;
}
#news .news_slider .slick-list {
  margin: 0 -15px;
}
#news .news_slider .slick-list .slick-track {
  padding: 15px 0;
}
#news .news_slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
#news .news_slider .slick-list .news_slide {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#news .news_slider .slick-list .news_slide .img_box {
  height: 350px;
}
#news .news_slider .slick-list .news_slide .img_box img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news_slider .slick-list .news_slide .content {
  position: relative;
  padding: 20px 20px 65px 20px;
  background: #F5F5F5;
  min-height: 250px;
}
#news .news_slider .slick-list .news_slide .content .read_more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#news .news_slider .slick-list .news_slide:hover {
  transform: scale(1.008) translateY(-5px);
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
}
.arrow.slick-arrow {
  display: flex;
}
.arrow.white {
  background: #fff;
}
.arrow.white:hover {
  background: #0050A0;
  color: #fff;
}
.arrow.gray {
  background: #F5F5F5;
}
.arrow.gray:hover {
  background: #0050A0;
  color: #fff;
}
.arrow.prev {
  left: -50px;
}
.arrow.next {
  right: -50px;
}
.arrow.slick-hidden, .arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.wp-block-wp-bootstrap-blocks-column p a {
  color: #F2930A;
  border-bottom: 1px solid #F2930A;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  all: unset;
  margin: 0 5px;
}
.slick-dots li button {
  all: unset;
  font-size: 0;
  background: #DFDFDF;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #0050A0;
}

.select2-results ul li {
  font-family: "Majorant";
  font-weight: 600;
}
.select2-results ul li.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results ul li .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
  background: #0050A0 !important;
}

@media (max-width: 1599.98px) {
  #news {
    background: #fff;
    padding: 5.5555555556vw 0;
  }
  #news .news_slider .slick-list {
    margin: 0 -1.0416666667vw;
  }
  #news .news_slider .slick-list .slick-track {
    padding: 1.0416666667vw 0;
  }
  #news .news_slider .slick-list .slick-track .slick-slide {
    margin: 0 1.0416666667vw;
  }
  #news .news_slider .slick-list .news_slide {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 0.6944444444vw;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  #news .news_slider .slick-list .news_slide .img_box {
    height: 24.3055555556vw;
  }
  #news .news_slider .slick-list .news_slide .img_box img {
    height: 24.3055555556vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .news_slider .slick-list .news_slide .content {
    position: relative;
    padding: 1.3888888889vw 1.3888888889vw 4.5138888889vw 1.3888888889vw;
    background: #F5F5F5;
    min-height: 17.3611111111vw;
  }
  #news .news_slider .slick-list .news_slide .content .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #news .news_slider .slick-list .news_slide:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.3888888889vw;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
  }
  .arrow.slick-arrow {
    display: flex;
  }
  .arrow.white {
    background: #fff;
  }
  .arrow.white:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.gray {
    background: #F5F5F5;
  }
  .arrow.gray:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.prev {
    left: -3.4722222222vw;
  }
  .arrow.next {
    right: -3.4722222222vw;
  }
  .arrow.slick-hidden, .arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
  }

  .wp-block-wp-bootstrap-blocks-column p a {
    color: #F2930A;
    border-bottom: 1px solid #F2930A;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  .slick-dots li button {
    all: unset;
    font-size: 0;
    background: #DFDFDF;
    height: 15px;
    width: 15px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    background: #0050A0;
  }

  .select2-results ul li {
    font-family: "Majorant";
    font-weight: 600;
  }
  .select2-results ul li.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results ul li .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    background: #0050A0 !important;
  }
}
@media (max-width: 991.98px) {
  #news {
    background: #fff;
    padding: 5.5555555556vw 0;
  }
  #news .news_slider .slick-list {
    margin: 0 -1.0416666667vw;
  }
  #news .news_slider .slick-list .slick-track {
    padding: 1.0416666667vw 0;
  }
  #news .news_slider .slick-list .slick-track .slick-slide {
    margin: 0 1.0416666667vw;
  }
  #news .news_slider .slick-list .news_slide {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 0.6944444444vw;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  #news .news_slider .slick-list .news_slide .img_box {
    height: 24.3055555556vw;
  }
  #news .news_slider .slick-list .news_slide .img_box img {
    height: 24.3055555556vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .news_slider .slick-list .news_slide .content {
    position: relative;
    padding: 1.3888888889vw 1.3888888889vw 4.5138888889vw 1.3888888889vw;
    background: #F5F5F5;
    min-height: 17.3611111111vw;
  }
  #news .news_slider .slick-list .news_slide .content .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #news .news_slider .slick-list .news_slide:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.3888888889vw;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
  }
  .arrow.slick-arrow {
    display: flex;
  }
  .arrow.white {
    background: #fff;
  }
  .arrow.white:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.gray {
    background: #F5F5F5;
  }
  .arrow.gray:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.prev {
    left: -3.4722222222vw;
  }
  .arrow.next {
    right: -3.4722222222vw;
  }
  .arrow.slick-hidden, .arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
  }

  .wp-block-wp-bootstrap-blocks-column p a {
    color: #F2930A;
    border-bottom: 1px solid #F2930A;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  .slick-dots li button {
    all: unset;
    font-size: 0;
    background: #DFDFDF;
    height: 15px;
    width: 15px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    background: #0050A0;
  }

  .select2-results ul li {
    font-family: "Majorant";
    font-weight: 600;
  }
  .select2-results ul li.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results ul li .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    background: #0050A0 !important;
  }
}
@media (max-width: 767.98px) {
  #news {
    background: #fff;
    padding: 10.4166666667vw 0;
  }
  #news .news_slider .slick-list {
    margin: 0 -1.953125vw;
  }
  #news .news_slider .slick-list .slick-track {
    padding: 1.953125vw 0;
  }
  #news .news_slider .slick-list .slick-track .slick-slide {
    margin: 0 1.953125vw;
  }
  #news .news_slider .slick-list .news_slide {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 1.3020833333vw;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  #news .news_slider .slick-list .news_slide .img_box {
    height: 45.5729166667vw;
  }
  #news .news_slider .slick-list .news_slide .img_box img {
    height: 45.5729166667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .news_slider .slick-list .news_slide .content {
    position: relative;
    padding: 2.6041666667vw 2.6041666667vw 8.4635416667vw 2.6041666667vw;
    background: #F5F5F5;
    min-height: 32.5520833333vw;
  }
  #news .news_slider .slick-list .news_slide .content .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #news .news_slider .slick-list .news_slide:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 3.90625vw;
    height: 3.90625vw;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.8229166667vw;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
  }
  .arrow.slick-arrow {
    display: flex;
  }
  .arrow.white {
    background: #fff;
  }
  .arrow.white:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.gray {
    background: #F5F5F5;
  }
  .arrow.gray:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.prev {
    left: -3.2552083333vw;
  }
  .arrow.next {
    right: -3.2552083333vw;
  }
  .arrow.slick-hidden, .arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
  }

  .wp-block-wp-bootstrap-blocks-column p a {
    color: #F2930A;
    border-bottom: 1px solid #F2930A;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  .slick-dots li button {
    all: unset;
    font-size: 0;
    background: #DFDFDF;
    height: 15px;
    width: 15px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    background: #0050A0;
  }

  .select2-results ul li {
    font-family: "Majorant";
    font-weight: 600;
  }
  .select2-results ul li.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results ul li .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    background: #0050A0 !important;
  }
}
@media (max-width: 575.98px) {
  #news {
    background: #fff;
    padding: 21.3333333333vw 0;
  }
  #news .news_slider .slick-list {
    margin: 0 -4vw;
  }
  #news .news_slider .slick-list .slick-track {
    padding: 4vw 0;
  }
  #news .news_slider .slick-list .slick-track .slick-slide {
    margin: 0 4vw;
  }
  #news .news_slider .slick-list .news_slide {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  #news .news_slider .slick-list .news_slide .img_box {
    height: 93.3333333333vw;
  }
  #news .news_slider .slick-list .news_slide .img_box img {
    height: 93.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .news_slider .slick-list .news_slide .content {
    position: relative;
    padding: 5.3333333333vw 5.3333333333vw 17.3333333333vw 5.3333333333vw;
    background: #F5F5F5;
    min-height: 66.6666666667vw;
  }
  #news .news_slider .slick-list .news_slide .content .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #news .news_slider .slick-list .news_slide:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 3.7333333333vw;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
  }
  .arrow.slick-arrow {
    display: flex;
  }
  .arrow.white {
    background: #fff;
  }
  .arrow.white:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.gray {
    background: #F5F5F5;
  }
  .arrow.gray:hover {
    background: #0050A0;
    color: #fff;
  }
  .arrow.prev {
    left: -6.6666666667vw;
  }
  .arrow.next {
    right: -6.6666666667vw;
  }
  .arrow.slick-hidden, .arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
  }

  .wp-block-wp-bootstrap-blocks-column p a {
    color: #F2930A;
    border-bottom: 1px solid #F2930A;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .slick-dots li {
    all: unset;
    margin: 0 5px;
  }
  .slick-dots li button {
    all: unset;
    font-size: 0;
    background: #DFDFDF;
    height: 15px;
    width: 15px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    background: #0050A0;
  }

  .select2-results ul li {
    font-family: "Majorant";
    font-weight: 600;
  }
  .select2-results ul li.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results ul li .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    background: #0050A0 !important;
  }
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table td {
  padding: 10px 5px;
}
.wp-block-table.is-style-stripes tr:nth-child(even) {
  background: #fff;
}

.select2-results ul li.select2-results__option--highlighted {
  background: #0050A0 !important;
  color: #fff;
}

.chiptuningreseller-container {
  background: transparent;
}
.chiptuningreseller-container .ctrBlock {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.chiptuningreseller-container .ctrBlock a {
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: unset;
}
.chiptuningreseller-container .ctrBlock:hover {
  border-color: #F2930A;
}

#shop {
  position: relative;
  padding-bottom: 75px;
}
#shop .logo_box {
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
#shop .logo_box .shop_logo {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products.columns-4 .product-category {
  display: none;
}

#newest_products {
  position: relative;
  padding: 100px 0 80px 0;
}

.product_slider .slick-list {
  margin: 0 -10px;
}
.product_slider .slick-list .slick-track {
  padding-top: 15px;
}
.product_slider .slick-list .slick-track .slick-slide {
  margin: 0 10px 15px 10px;
  opacity: 0.02;
  transition: all 0.3s ease-in-out;
}
.product_slider .slick-list .slick-track .slick-slide.slick-active {
  opacity: 1;
}
.product_slider.upsell_product_slider .slick-track {
  margin-left: 0;
}

.filter_col, .button_col {
  width: 300px;
}

.button_col {
  height: 75px;
}
.button_col .button_box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_col .button_box a {
  color: #2B2B29;
  font-weight: 600;
}
.button_col .button_box a i {
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.button_col .button_box a:hover i {
  margin-right: 15px;
}

.product_col {
  width: calc(100% - 300px);
  position: relative;
}
.product_col .products .product_box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.reset_filters {
  margin-top: 15px;
  background: #0050A0;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 10px 7.5px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.reset_filters:hover {
  color: #fff;
  opacity: 0.8;
}

.product_order_row {
  margin-bottom: 20px;
}
.product_order_row .order_col {
  width: calc(100% - 300px);
  height: 75px;
}
.product_order_row .order_col .order_box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_order_row .order_col .order_box.sticky {
  position: fixed;
  top: 100px;
  z-index: 20;
  width: calc(100% - 300px);
}
.product_order_row .order_col .order_box span {
  font-weight: 600;
}
.product_order_row .select_box {
  position: relative;
}
.product_order_row .select_box::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  font-weight: 600;
}
.product_order_row label {
  margin-bottom: 0;
}
.product_order_row select {
  background: #F5F5F5;
  padding: 10px 45px 10px 25px;
  border-radius: 10px;
  border: none;
  font-family: "Majorant";
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.products .col-12 {
  margin-bottom: 30px;
}

.product_box {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product_box .label {
  position: absolute;
  top: 15px;
  left: 0;
  background: #0050A0;
  color: #fff;
  font-family: "Majorant";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product_box .label.second {
  top: 55px;
}
.product_box .label.oranje {
  background: #F2930A;
}
.product_box .label.groen {
  background: #77A464;
}
.product_box .img_box {
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 250px;
  position: relative;
}
.product_box .img_box img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_box .img_box.contain {
  padding: 0 10px;
}
.product_box .img_box.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_box .content {
  padding: 25px 15px 15px 15px;
  text-align: center;
}
.product_box .content h4, .product_box .content .h4 {
  font-weight: 500;
  height: 52px;
}
.product_box .content .price_box {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product_box .content .price_box .from {
  color: #BEBEBE;
  display: block;
  margin-bottom: 5px;
}
.product_box .content .price_box .price, .product_box .content .price_box .price span, .product_box .content .price_box .price bdi {
  margin-top: 15px;
  color: #F2930A;
  font-weight: 500;
}
.product_box .content .buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.product_box .content .buttons .stock {
  width: 78%;
}
.product_box .content .buttons .stock span {
  border-radius: 10px;
  padding: 10px 7.5px;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
.product_box .content .buttons .stock span.on_stock {
  background: #77A464;
  color: #fff;
}
.product_box .content .buttons .stock span.on_backorder {
  background: #DFDFDF;
  color: #2B2B29;
}
.product_box .content .buttons .stock span.out_of_stock {
  background: #dc3545;
  color: #fff;
}
.product_box .content .buttons .cart_button {
  width: 20%;
}
.product_box .content .buttons .cart_button form {
  height: 100%;
  margin-bottom: 0 !important;
}
.product_box .content .buttons .cart_button a, .product_box .content .buttons .cart_button button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  border: none;
  background: #F2930A;
  color: #fff;
  outline: none;
}
.product_box:hover {
  transform: scale(1.008) translateY(-5px);
}

.filter_sidebar {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}
.filter_sidebar#type {
  margin-bottom: 15px;
}
.filter_sidebar#type .filter_box {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter_sidebar#options {
  padding: 35px 35px 25px 35px;
}
.filter_sidebar#options .filter_box {
  max-height: 45px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding-bottom: 10px;
}
.filter_sidebar#options .filter_box fieldset {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.filter_sidebar#options .filter_box > span {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter_sidebar#options .filter_box > span::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  color: #2B2B29;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
}
.filter_sidebar#options .filter_box.open {
  max-height: 100vh;
}
.filter_sidebar#options .filter_box.open fieldset {
  visibility: visible;
  opacity: 1;
  max-height: 135px;
  overflow-y: scroll;
  scrollbar-color: #0050A0 #F5F5F5;
}
.filter_sidebar#options .filter_box.open > span::after {
  transform: rotate(180deg);
}
.filter_sidebar#options .filter_box.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter_sidebar .filter_box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.filter_sidebar .filter_box select {
  width: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 5px 10px;
  background: #F5F5F5;
  color: #2B2B29;
}
.filter_sidebar .filter_box span {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.filter_sidebar .filter_box .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.filter_sidebar .filter_box .checkbox input {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
.filter_sidebar .filter_box .checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}
.filter_sidebar .filter_box .checkbox label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #2B2B29;
  border-radius: 3px;
  margin-right: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.3s linear;
}
.filter_sidebar .filter_box .checkbox input:checked + label::before {
  font-size: 12px;
  background: #77A464;
  color: #fff;
}
.filter_sidebar button {
  display: none;
}

.no_product_box {
  width: 100%;
  text-align: center;
}

.geen-generatie + label {
  font-size: 14px;
}
.geen-generatie + label::before {
  display: none !important;
}

@media (max-width: 1599.98px) {
  #shop {
    position: relative;
    padding-bottom: 5.2083333333vw;
  }
  #shop .logo_box {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }
  #shop .logo_box .shop_logo {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .products.columns-4 .product-category {
    display: none;
  }

  #newest_products {
    position: relative;
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }

  .product_slider .slick-list {
    margin: 0 -0.6944444444vw;
  }
  .product_slider .slick-list .slick-track {
    padding-top: 1.0416666667vw;
  }
  .product_slider .slick-list .slick-track .slick-slide {
    margin: 0 0.6944444444vw 15px 0.6944444444vw;
    opacity: 0.02;
    transition: all 0.3s ease-in-out;
  }
  .product_slider .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
  }
  .product_slider.upsell_product_slider .slick-track {
    margin-left: 0;
  }

  .filter_col, .button_col {
    width: 300px;
  }

  .button_col {
    height: 5.2083333333vw;
  }
  .button_col .button_box {
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.0416666667vw 1.7361111111vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_col .button_box a {
    color: #2B2B29;
    font-weight: 600;
  }
  .button_col .button_box a i {
    margin-right: 0.6944444444vw;
    transition: all 0.2s ease-in-out;
  }
  .button_col .button_box a:hover i {
    margin-right: 1.0416666667vw;
  }

  .product_col {
    width: calc(100% - 300px);
    position: relative;
  }
  .product_col .products .product_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }

  .reset_filters {
    margin-top: 15px;
    background: #0050A0;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 7.5px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .reset_filters:hover {
    color: #fff;
    opacity: 0.8;
  }

  .product_order_row {
    margin-bottom: 1.3888888889vw;
  }
  .product_order_row .order_col {
    width: calc(100% - 300px);
    height: 5.2083333333vw;
  }
  .product_order_row .order_col .order_box {
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.0416666667vw 1.7361111111vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_order_row .order_col .order_box.sticky {
    position: fixed;
    top: 100px;
    z-index: 20;
    width: calc(100% - 300px);
  }
  .product_order_row .order_col .order_box span {
    font-weight: 600;
  }
  .product_order_row .select_box {
    position: relative;
  }
  .product_order_row .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  .product_order_row label {
    margin-bottom: 0;
  }
  .product_order_row select {
    background: #F5F5F5;
    padding: 0.6944444444vw 3.125vw 0.6944444444vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }

  .products .col-12 {
    margin-bottom: 30px;
  }

  .product_box {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .product_box .label {
    position: absolute;
    top: 1.0416666667vw;
    left: 0;
    background: #0050A0;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
    padding: 0.6944444444vw 0.6944444444vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product_box .label.second {
    top: 3.8194444444vw;
  }
  .product_box .label.oranje {
    background: #F2930A;
  }
  .product_box .label.groen {
    background: #77A464;
  }
  .product_box .img_box {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 17.3611111111vw;
    position: relative;
  }
  .product_box .img_box img {
    height: 17.3611111111vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_box .img_box.contain {
    padding: 0 0.6944444444vw;
  }
  .product_box .img_box.contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_box .content {
    padding: 1.7361111111vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    text-align: center;
  }
  .product_box .content h4, .product_box .content .h4 {
    font-weight: 500;
    height: 3.6111111111vw;
  }
  .product_box .content .price_box {
    height: 3.4722222222vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .product_box .content .price_box .from {
    color: #BEBEBE;
    display: block;
    margin-bottom: 5px;
  }
  .product_box .content .price_box .price, .product_box .content .price_box .price span, .product_box .content .price_box .price bdi {
    margin-top: 1.0416666667vw;
    color: #F2930A;
    font-weight: 500;
  }
  .product_box .content .buttons {
    margin-top: 1.0416666667vw;
    display: flex;
    justify-content: space-between;
  }
  .product_box .content .buttons .stock {
    width: 78%;
  }
  .product_box .content .buttons .stock span {
    border-radius: 10px;
    padding: 0.6944444444vw 0.5208333333vw;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 0.9722222222vw;
  }
  .product_box .content .buttons .stock span.on_stock {
    background: #77A464;
    color: #fff;
  }
  .product_box .content .buttons .stock span.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .product_box .content .buttons .stock span.out_of_stock {
    background: #dc3545;
    color: #fff;
  }
  .product_box .content .buttons .cart_button {
    width: 20%;
  }
  .product_box .content .buttons .cart_button form {
    height: 100%;
    margin-bottom: 0 !important;
  }
  .product_box .content .buttons .cart_button a, .product_box .content .buttons .cart_button button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0.6944444444vw;
    border: none;
    background: #F2930A;
    color: #fff;
    outline: none;
  }
  .product_box:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .filter_sidebar {
    background: #fff;
    padding: 2.4305555556vw;
    border-radius: 0.6944444444vw;
  }
  .filter_sidebar#type {
    margin-bottom: 1.0416666667vw;
  }
  .filter_sidebar#type .filter_box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar#options {
    padding: 2.4305555556vw 2.4305555556vw 1.7361111111vw 2.4305555556vw;
  }
  .filter_sidebar#options .filter_box {
    max-height: 3.125vw;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0.6944444444vw;
  }
  .filter_sidebar#options .filter_box fieldset {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .filter_sidebar#options .filter_box > span {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_sidebar#options .filter_box > span::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    color: #2B2B29;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
  }
  .filter_sidebar#options .filter_box.open {
    max-height: 100vh;
  }
  .filter_sidebar#options .filter_box.open fieldset {
    visibility: visible;
    opacity: 1;
    max-height: 135px;
    overflow-y: scroll;
    scrollbar-color: #0050A0 #F5F5F5;
  }
  .filter_sidebar#options .filter_box.open > span::after {
    transform: rotate(180deg);
  }
  .filter_sidebar#options .filter_box.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar .filter_box {
    margin-bottom: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_sidebar .filter_box select {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 5px 10px;
    background: #F5F5F5;
    color: #2B2B29;
  }
  .filter_sidebar .filter_box span {
    font-size: 1.25vw;
    line-height: 2.0138888889vw;
    font-weight: 600;
    margin-bottom: 0.3472222222vw;
    display: block;
  }
  .filter_sidebar .filter_box .checkbox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
  }
  .filter_sidebar .filter_box .checkbox input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .filter_sidebar .filter_box .checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
  }
  .filter_sidebar .filter_box .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  .filter_sidebar .filter_box .checkbox input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  .filter_sidebar button {
    display: none;
  }

  .no_product_box {
    width: 100%;
    text-align: center;
  }

  .geen-generatie + label {
    font-size: 14px;
  }
  .geen-generatie + label::before {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  #shop {
    position: relative;
    padding-bottom: 5.2083333333vw;
  }
  #shop .logo_box {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }
  #shop .logo_box .shop_logo {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .products.columns-4 .product-category {
    display: none;
  }

  #newest_products {
    position: relative;
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }

  .product_slider .slick-list {
    margin: 0 -0.6944444444vw;
  }
  .product_slider .slick-list .slick-track {
    padding-top: 1.0416666667vw;
  }
  .product_slider .slick-list .slick-track .slick-slide {
    margin: 0 0.6944444444vw 15px 0.6944444444vw;
    opacity: 0.02;
    transition: all 0.3s ease-in-out;
  }
  .product_slider .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
  }
  .product_slider.upsell_product_slider .slick-track {
    margin-left: 0;
  }

  .filter_col, .button_col {
    width: 300px;
  }

  .button_col {
    height: 5.2083333333vw;
  }
  .button_col .button_box {
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.0416666667vw 1.7361111111vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_col .button_box a {
    color: #2B2B29;
    font-weight: 600;
  }
  .button_col .button_box a i {
    margin-right: 0.6944444444vw;
    transition: all 0.2s ease-in-out;
  }
  .button_col .button_box a:hover i {
    margin-right: 1.0416666667vw;
  }

  .product_col {
    width: calc(100% - 300px);
    position: relative;
  }
  .product_col .products .product_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }

  .reset_filters {
    margin-top: 15px;
    background: #0050A0;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 7.5px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .reset_filters:hover {
    color: #fff;
    opacity: 0.8;
  }

  .product_order_row {
    margin-bottom: 1.3888888889vw;
  }
  .product_order_row .order_col {
    width: calc(100% - 300px);
    height: 5.2083333333vw;
  }
  .product_order_row .order_col .order_box {
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.0416666667vw 1.7361111111vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_order_row .order_col .order_box.sticky {
    position: fixed;
    top: 100px;
    z-index: 20;
    width: calc(100% - 300px);
  }
  .product_order_row .order_col .order_box span {
    font-weight: 600;
  }
  .product_order_row .select_box {
    position: relative;
  }
  .product_order_row .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  .product_order_row label {
    margin-bottom: 0;
  }
  .product_order_row select {
    background: #F5F5F5;
    padding: 0.6944444444vw 3.125vw 0.6944444444vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }

  .products .col-12 {
    margin-bottom: 30px;
  }

  .product_box {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .product_box .label {
    position: absolute;
    top: 1.0416666667vw;
    left: 0;
    background: #0050A0;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    font-size: 0.9722222222vw;
    line-height: 0.9722222222vw;
    padding: 0.6944444444vw 0.6944444444vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product_box .label.second {
    top: 3.8194444444vw;
  }
  .product_box .label.oranje {
    background: #F2930A;
  }
  .product_box .label.groen {
    background: #77A464;
  }
  .product_box .img_box {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 17.3611111111vw;
    position: relative;
  }
  .product_box .img_box img {
    height: 17.3611111111vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_box .img_box.contain {
    padding: 0 0.6944444444vw;
  }
  .product_box .img_box.contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_box .content {
    padding: 1.7361111111vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    text-align: center;
  }
  .product_box .content h4, .product_box .content .h4 {
    font-weight: 500;
    height: 3.6111111111vw;
  }
  .product_box .content .price_box {
    height: 3.4722222222vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .product_box .content .price_box .from {
    color: #BEBEBE;
    display: block;
    margin-bottom: 5px;
  }
  .product_box .content .price_box .price, .product_box .content .price_box .price span, .product_box .content .price_box .price bdi {
    margin-top: 1.0416666667vw;
    color: #F2930A;
    font-weight: 500;
  }
  .product_box .content .buttons {
    margin-top: 1.0416666667vw;
    display: flex;
    justify-content: space-between;
  }
  .product_box .content .buttons .stock {
    width: 78%;
  }
  .product_box .content .buttons .stock span {
    border-radius: 10px;
    padding: 0.6944444444vw 0.5208333333vw;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 0.9722222222vw;
  }
  .product_box .content .buttons .stock span.on_stock {
    background: #77A464;
    color: #fff;
  }
  .product_box .content .buttons .stock span.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .product_box .content .buttons .stock span.out_of_stock {
    background: #dc3545;
    color: #fff;
  }
  .product_box .content .buttons .cart_button {
    width: 20%;
  }
  .product_box .content .buttons .cart_button form {
    height: 100%;
    margin-bottom: 0 !important;
  }
  .product_box .content .buttons .cart_button a, .product_box .content .buttons .cart_button button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0.6944444444vw;
    border: none;
    background: #F2930A;
    color: #fff;
    outline: none;
  }
  .product_box:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .filter_sidebar {
    background: #fff;
    padding: 2.4305555556vw;
    border-radius: 0.6944444444vw;
  }
  .filter_sidebar#type {
    margin-bottom: 1.0416666667vw;
  }
  .filter_sidebar#type .filter_box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar#options {
    padding: 2.4305555556vw 2.4305555556vw 1.7361111111vw 2.4305555556vw;
  }
  .filter_sidebar#options .filter_box {
    max-height: 3.125vw;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0.6944444444vw;
  }
  .filter_sidebar#options .filter_box fieldset {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .filter_sidebar#options .filter_box > span {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_sidebar#options .filter_box > span::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    color: #2B2B29;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
  }
  .filter_sidebar#options .filter_box.open {
    max-height: 100vh;
  }
  .filter_sidebar#options .filter_box.open fieldset {
    visibility: visible;
    opacity: 1;
    max-height: 135px;
    overflow-y: scroll;
    scrollbar-color: #0050A0 #F5F5F5;
  }
  .filter_sidebar#options .filter_box.open > span::after {
    transform: rotate(180deg);
  }
  .filter_sidebar#options .filter_box.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar .filter_box {
    margin-bottom: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_sidebar .filter_box select {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 5px 10px;
    background: #F5F5F5;
    color: #2B2B29;
  }
  .filter_sidebar .filter_box span {
    font-size: 1.25vw;
    line-height: 2.0138888889vw;
    font-weight: 600;
    margin-bottom: 0.3472222222vw;
    display: block;
  }
  .filter_sidebar .filter_box .checkbox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
  }
  .filter_sidebar .filter_box .checkbox input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .filter_sidebar .filter_box .checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
  }
  .filter_sidebar .filter_box .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  .filter_sidebar .filter_box .checkbox input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  .filter_sidebar button {
    display: none;
  }

  .no_product_box {
    width: 100%;
    text-align: center;
  }

  .geen-generatie + label {
    font-size: 14px;
  }
  .geen-generatie + label::before {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  #shop {
    position: relative;
    padding-bottom: 9.765625vw;
  }
  #shop .logo_box {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }
  #shop .logo_box .shop_logo {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .products.columns-4 .product-category {
    display: none;
  }

  #newest_products {
    position: relative;
    padding: 6.5104166667vw 0 10.4166666667vw 0;
  }

  .product_slider .slick-list {
    margin: 0 -1.3020833333vw;
  }
  .product_slider .slick-list .slick-track {
    padding-top: 1.953125vw;
  }
  .product_slider .slick-list .slick-track .slick-slide {
    margin: 0 1.3020833333vw 15px 1.3020833333vw;
    opacity: 0.02;
    transition: all 0.3s ease-in-out;
  }
  .product_slider .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
  }
  .product_slider.upsell_product_slider .slick-track {
    margin-left: 0;
  }

  .filter_col, .button_col {
    width: 300px;
  }

  .button_col {
    height: 9.765625vw;
  }
  .button_col .button_box {
    background: #fff;
    border-radius: 1.3020833333vw;
    padding: 1.953125vw 3.2552083333vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_col .button_box a {
    color: #2B2B29;
    font-weight: 600;
  }
  .button_col .button_box a i {
    margin-right: 1.3020833333vw;
    transition: all 0.2s ease-in-out;
  }
  .button_col .button_box a:hover i {
    margin-right: 1.953125vw;
  }

  .product_col {
    width: calc(100% - 300px);
    position: relative;
  }
  .product_col .products .product_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }

  .reset_filters {
    margin-top: 15px;
    background: #0050A0;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 7.5px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .reset_filters:hover {
    color: #fff;
    opacity: 0.8;
  }

  .product_order_row {
    margin-bottom: 2.6041666667vw;
  }
  .product_order_row .order_col {
    width: calc(100% - 300px);
    height: 9.765625vw;
  }
  .product_order_row .order_col .order_box {
    background: #fff;
    border-radius: 1.3020833333vw;
    padding: 1.953125vw 3.2552083333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_order_row .order_col .order_box.sticky {
    position: fixed;
    top: 100px;
    z-index: 20;
    width: calc(100% - 300px);
  }
  .product_order_row .order_col .order_box span {
    font-weight: 600;
  }
  .product_order_row .select_box {
    position: relative;
  }
  .product_order_row .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.953125vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  .product_order_row label {
    margin-bottom: 0;
  }
  .product_order_row select {
    background: #F5F5F5;
    padding: 1.3020833333vw 5.859375vw 1.3020833333vw 3.2552083333vw;
    border-radius: 1.3020833333vw;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }

  .products .col-12 {
    margin-bottom: 30px;
  }

  .product_box {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .product_box .label {
    position: absolute;
    top: 1.953125vw;
    left: 0;
    background: #0050A0;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
    padding: 1.3020833333vw 1.3020833333vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product_box .label.second {
    top: 7.1614583333vw;
  }
  .product_box .label.oranje {
    background: #F2930A;
  }
  .product_box .label.groen {
    background: #77A464;
  }
  .product_box .img_box {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 32.5520833333vw;
    position: relative;
  }
  .product_box .img_box img {
    height: 32.5520833333vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_box .img_box.contain {
    padding: 0 1.3020833333vw;
  }
  .product_box .img_box.contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_box .content {
    padding: 3.2552083333vw 1.953125vw 1.953125vw 1.953125vw;
    text-align: center;
  }
  .product_box .content h4, .product_box .content .h4 {
    font-weight: 500;
    height: 6.7708333333vw;
  }
  .product_box .content .price_box {
    height: 6.5104166667vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .product_box .content .price_box .from {
    color: #BEBEBE;
    display: block;
    margin-bottom: 5px;
  }
  .product_box .content .price_box .price, .product_box .content .price_box .price span, .product_box .content .price_box .price bdi {
    margin-top: 1.953125vw;
    color: #F2930A;
    font-weight: 500;
  }
  .product_box .content .buttons {
    margin-top: 1.953125vw;
    display: flex;
    justify-content: space-between;
  }
  .product_box .content .buttons .stock {
    width: 78%;
  }
  .product_box .content .buttons .stock span {
    border-radius: 10px;
    padding: 1.3020833333vw 0.9765625vw;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.8229166667vw;
  }
  .product_box .content .buttons .stock span.on_stock {
    background: #77A464;
    color: #fff;
  }
  .product_box .content .buttons .stock span.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .product_box .content .buttons .stock span.out_of_stock {
    background: #dc3545;
    color: #fff;
  }
  .product_box .content .buttons .cart_button {
    width: 20%;
  }
  .product_box .content .buttons .cart_button form {
    height: 100%;
    margin-bottom: 0 !important;
  }
  .product_box .content .buttons .cart_button a, .product_box .content .buttons .cart_button button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 1.3020833333vw;
    border: none;
    background: #F2930A;
    color: #fff;
    outline: none;
  }
  .product_box:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .filter_sidebar {
    background: #fff;
    padding: 4.5572916667vw;
    border-radius: 1.3020833333vw;
  }
  .filter_sidebar#type {
    margin-bottom: 1.953125vw;
  }
  .filter_sidebar#type .filter_box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar#options {
    padding: 4.5572916667vw 4.5572916667vw 3.2552083333vw 4.5572916667vw;
  }
  .filter_sidebar#options .filter_box {
    max-height: 5.859375vw;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding-bottom: 1.3020833333vw;
  }
  .filter_sidebar#options .filter_box fieldset {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .filter_sidebar#options .filter_box > span {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_sidebar#options .filter_box > span::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    color: #2B2B29;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
  }
  .filter_sidebar#options .filter_box.open {
    max-height: 100vh;
  }
  .filter_sidebar#options .filter_box.open fieldset {
    visibility: visible;
    opacity: 1;
    max-height: 135px;
    overflow-y: scroll;
    scrollbar-color: #0050A0 #F5F5F5;
  }
  .filter_sidebar#options .filter_box.open > span::after {
    transform: rotate(180deg);
  }
  .filter_sidebar#options .filter_box.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar .filter_box {
    margin-bottom: 1.953125vw;
    padding-bottom: 1.953125vw;
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_sidebar .filter_box select {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 5px 10px;
    background: #F5F5F5;
    color: #2B2B29;
  }
  .filter_sidebar .filter_box span {
    font-size: 2.34375vw;
    line-height: 3.7760416667vw;
    font-weight: 600;
    margin-bottom: 0.6510416667vw;
    display: block;
  }
  .filter_sidebar .filter_box .checkbox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
  }
  .filter_sidebar .filter_box .checkbox input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .filter_sidebar .filter_box .checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
  }
  .filter_sidebar .filter_box .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  .filter_sidebar .filter_box .checkbox input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  .filter_sidebar button {
    display: none;
  }

  .no_product_box {
    width: 100%;
    text-align: center;
  }

  .geen-generatie + label {
    font-size: 14px;
  }
  .geen-generatie + label::before {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  #shop {
    position: relative;
    padding-bottom: 20vw;
  }
  #shop .logo_box {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }
  #shop .logo_box .shop_logo {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .products.columns-4 .product-category {
    display: none;
  }

  #newest_products {
    position: relative;
    padding: 13.3333333333vw 0 21.3333333333vw 0;
  }

  .product_slider .slick-list {
    margin: 0 -2.6666666667vw;
  }
  .product_slider .slick-list .slick-track {
    padding-top: 4vw;
  }
  .product_slider .slick-list .slick-track .slick-slide {
    margin: 0 2.6666666667vw 15px 2.6666666667vw;
    opacity: 0.02;
    transition: all 0.3s ease-in-out;
  }
  .product_slider .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
  }
  .product_slider.upsell_product_slider .slick-track {
    margin-left: 0;
  }

  .filter_col, .button_col {
    width: 300px;
  }

  .button_col {
    height: 20vw;
  }
  .button_col .button_box {
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 4vw 6.6666666667vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_col .button_box a {
    color: #2B2B29;
    font-weight: 600;
  }
  .button_col .button_box a i {
    margin-right: 2.6666666667vw;
    transition: all 0.2s ease-in-out;
  }
  .button_col .button_box a:hover i {
    margin-right: 4vw;
  }

  .product_col {
    width: calc(100% - 300px);
    position: relative;
  }
  .product_col .products .product_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }

  .reset_filters {
    margin-top: 15px;
    background: #0050A0;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 7.5px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .reset_filters:hover {
    color: #fff;
    opacity: 0.8;
  }

  .product_order_row {
    margin-bottom: 5.3333333333vw;
  }
  .product_order_row .order_col {
    width: calc(100% - 300px);
    height: 20vw;
  }
  .product_order_row .order_col .order_box {
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 4vw 6.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_order_row .order_col .order_box.sticky {
    position: fixed;
    top: 100px;
    z-index: 20;
    width: calc(100% - 300px);
  }
  .product_order_row .order_col .order_box span {
    font-weight: 600;
  }
  .product_order_row .select_box {
    position: relative;
  }
  .product_order_row .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-weight: 600;
  }
  .product_order_row label {
    margin-bottom: 0;
  }
  .product_order_row select {
    background: #F5F5F5;
    padding: 2.6666666667vw 12vw 2.6666666667vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }

  .products .col-12 {
    margin-bottom: 30px;
  }

  .product_box {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .product_box .label {
    position: absolute;
    top: 4vw;
    left: 0;
    background: #0050A0;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product_box .label.second {
    top: 14.6666666667vw;
  }
  .product_box .label.oranje {
    background: #F2930A;
  }
  .product_box .label.groen {
    background: #77A464;
  }
  .product_box .img_box {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 66.6666666667vw;
    position: relative;
  }
  .product_box .img_box img {
    height: 66.6666666667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_box .img_box.contain {
    padding: 0 2.6666666667vw;
  }
  .product_box .img_box.contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_box .content {
    padding: 6.6666666667vw 4vw 4vw 4vw;
    text-align: center;
  }
  .product_box .content h4, .product_box .content .h4 {
    font-weight: 500;
    height: 13.8666666667vw;
  }
  .product_box .content .price_box {
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .product_box .content .price_box .from {
    color: #BEBEBE;
    display: block;
    margin-bottom: 5px;
  }
  .product_box .content .price_box .price, .product_box .content .price_box .price span, .product_box .content .price_box .price bdi {
    margin-top: 4vw;
    color: #F2930A;
    font-weight: 500;
  }
  .product_box .content .buttons {
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
  }
  .product_box .content .buttons .stock {
    width: 78%;
  }
  .product_box .content .buttons .stock span {
    border-radius: 10px;
    padding: 2.6666666667vw 2vw;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 3.7333333333vw;
  }
  .product_box .content .buttons .stock span.on_stock {
    background: #77A464;
    color: #fff;
  }
  .product_box .content .buttons .stock span.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .product_box .content .buttons .stock span.out_of_stock {
    background: #dc3545;
    color: #fff;
  }
  .product_box .content .buttons .cart_button {
    width: 20%;
  }
  .product_box .content .buttons .cart_button form {
    height: 100%;
    margin-bottom: 0 !important;
  }
  .product_box .content .buttons .cart_button a, .product_box .content .buttons .cart_button button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 2.6666666667vw;
    border: none;
    background: #F2930A;
    color: #fff;
    outline: none;
  }
  .product_box:hover {
    transform: scale(1.008) translateY(-5px);
  }

  .filter_sidebar {
    background: #fff;
    padding: 9.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .filter_sidebar#type {
    margin-bottom: 4vw;
  }
  .filter_sidebar#type .filter_box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar#options {
    padding: 9.3333333333vw 9.3333333333vw 6.6666666667vw 9.3333333333vw;
  }
  .filter_sidebar#options .filter_box {
    max-height: 12vw;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding-bottom: 2.6666666667vw;
  }
  .filter_sidebar#options .filter_box fieldset {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .filter_sidebar#options .filter_box > span {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_sidebar#options .filter_box > span::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    color: #2B2B29;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
  }
  .filter_sidebar#options .filter_box.open {
    max-height: 100vh;
  }
  .filter_sidebar#options .filter_box.open fieldset {
    visibility: visible;
    opacity: 1;
    max-height: 135px;
    overflow-y: scroll;
    scrollbar-color: #0050A0 #F5F5F5;
  }
  .filter_sidebar#options .filter_box.open > span::after {
    transform: rotate(180deg);
  }
  .filter_sidebar#options .filter_box.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter_sidebar .filter_box {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_sidebar .filter_box select {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 5px 10px;
    background: #F5F5F5;
    color: #2B2B29;
  }
  .filter_sidebar .filter_box span {
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
    font-weight: 600;
    margin-bottom: 1.3333333333vw;
    display: block;
  }
  .filter_sidebar .filter_box .checkbox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
  }
  .filter_sidebar .filter_box .checkbox input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .filter_sidebar .filter_box .checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
  }
  .filter_sidebar .filter_box .checkbox label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  .filter_sidebar .filter_box .checkbox input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  .filter_sidebar button {
    display: none;
  }

  .no_product_box {
    width: 100%;
    text-align: center;
  }

  .geen-generatie + label {
    font-size: 14px;
  }
  .geen-generatie + label::before {
    display: none !important;
  }
}
.woocommerce-breadcrumb {
  margin: 35px 0 35px 0 !important;
  display: none;
}

.button_box_top {
  margin: 25px 0;
}
.button_box_top .btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  color: #0050A0;
  transition: all 0.3s ease-in-out;
}
.button_box_top .btn i {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.button_box_top .btn:hover {
  transform: translateX(-5px);
}

.product_top_info {
  padding-bottom: 100px;
}

.product_info {
  background: #fff;
  padding: 40px 35px;
  border-radius: 20px;
}
.product_info .product_title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  max-width: 625px;
}
.product_info .price_box {
  margin-bottom: 25px;
}
.product_info .price_box span {
  font-size: 28px !important;
  color: #F2930A !important;
  font-weight: 600;
}
.product_info .price_box span.from {
  margin-top: 15px;
  display: block;
  color: #DFDFDF !important;
  font-size: 20px !important;
}
.product_info .woocommerce-product-details__short-description a {
  color: #004080;
  font-weight: 700;
  text-decoration: underline;
}
.product_info .quantity {
  width: -moz-max-content;
  width: max-content;
}
.product_info .variations {
  margin-top: 20px;
}
.product_info .variations .label {
  font-family: "Majorant";
  font-size: 26px;
  line-height: 26px;
}
.product_info .variations .select_box {
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
.product_info .variations .select_box::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 600;
}
.product_info .variations .select_box select {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-family: "Majorant";
  color: #2B2B29;
  outline: none;
}
.product_info .woocommerce-variation-availability .stock {
  padding: 10px 15px;
  width: -moz-max-content;
  width: max-content;
}
.product_info .woocommerce-variation-availability .stock.available-on-backorder {
  background: #F5F5F5;
  color: #2B2B29;
}
.product_info .quantity {
  margin-right: 20px !important;
  margin-bottom: 0 !important;
}
.product_info .quantity.hidden {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.product_info .quantity button {
  color: #2B2B29;
}
.product_info form.cart {
  margin-top: 15px;
}
.product_info .single_add_to_cart_button {
  background: #F2930A;
  color: #fff;
  font-family: "Majorant";
  font-weight: 600;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px 25px;
  align-items: center;
  display: inline-flex;
}
.product_info .single_add_to_cart_button i {
  margin-left: 10px;
}
.product_info .single_add_to_cart_button.disabled {
  cursor: none;
  opacity: 0.5;
}
.product_info .label.savings {
  position: absolute;
  right: 15px;
  top: 25px;
  background: #F2930A;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 28px;
  padding: 8px 10px 5px 10px;
  border-radius: 20px 0 0 20px;
}
.product_info .added_to_cart {
  display: none !important;
}

.reset_variations {
  background: #F2930A;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.quantity {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.quantity input {
  height: 100%;
  padding: 0;
  border: none;
  font-family: "Majorant";
  font-weight: 600;
  text-align: center;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity button {
  width: 55px;
  height: 50px;
  background: #F5F5F5;
  border: none;
  font-weight: 700;
  font-size: 20px;
}
.quantity button:first-child {
  border-right: 1px solid #DFDFDF;
}
.quantity button:last-child {
  border-left: 1px solid #DFDFDF;
}

.product_usps {
  border-top: 1px solid #F5F5F5;
  padding-top: 25px;
}
.product_usps .usp {
  font-size: 16px;
}
.product_usps .usp i {
  color: #0050A0;
  margin-right: 10px;
  width: 25px;
}
.product_usps .usp:first-child {
  margin-bottom: 15px;
}

.zoom_image {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 4;
  background: #F2930A;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.zoom_image:hover {
  color: #fff;
  background: #0050A0;
}

#image-gallery {
  overflow: hidden;
  height: 600px;
}

.product_images_slider {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.product_images_slider .slick-slide {
  height: 600px;
}
.product_images_slider img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_images_slider img.fix_image {
  padding: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-variation-availability .stock_label {
  margin: 5px 0 15px 0;
}

.woocommerce-variation-price span, .woocommerce-variation-price bdi {
  color: #F2930A;
  font-weight: 600;
}
.woocommerce-variation-price small, .woocommerce-variation-price .small {
  color: #F2930A;
  font-weight: 500;
}

.star-rating span {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  color: #F2930A;
}

.woocommerce-review-link {
  color: #2B2B29;
  font-size: 14px;
}
.woocommerce-review-link span {
  font-size: 14px;
}
.woocommerce-review-link:hover {
  color: #0050A0;
}

.product_thumbnail_slider {
  margin-bottom: 0;
  padding: 0 0;
  height: 125px;
  overflow: hidden;
}
.product_thumbnail_slider .slick-list {
  margin: 0 -7.5px;
}
.product_thumbnail_slider .slick-list .slick-track {
  margin-left: 0;
}
.product_thumbnail_slider .slick-list .slide {
  margin: 0 7.5px;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.product_thumbnail_slider .slick-list .slide img {
  border-radius: 20px;
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_thumbnail_slider .slick-list .slide.slick-current, .product_thumbnail_slider .slick-list .slide:hover {
  opacity: 1;
}

.woocommerce-tabs {
  margin-bottom: 100px;
}
.woocommerce-tabs > ul {
  margin: 0 -2.5px !important;
  padding: 0 !important;
  display: flex;
}
.woocommerce-tabs > ul::before {
  display: none !important;
}
.woocommerce-tabs > ul li {
  padding: 5px 35px !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border: none !important;
  margin: 0 2.5px !important;
}
.woocommerce-tabs > ul li::before, .woocommerce-tabs > ul li::after {
  display: none !important;
}
.woocommerce-tabs > ul li.product_table_tab {
  order: 2;
}
.woocommerce-tabs > ul li#tab-title-additional_information {
  order: 3;
}
.woocommerce-tabs > ul li#tab-title-reviews {
  order: 4;
}
.woocommerce-tabs > ul li.product_info_tab {
  order: 5;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 25px !important;
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.woocommerce-tabs h3 span, .woocommerce-tabs .h3 span {
  font-size: 24px;
  font-weight: 600;
}
.woocommerce-tabs a {
  color: #F2930A;
}
.woocommerce-tabs dd {
  font-family: "Majorant";
}
.woocommerce-tabs em a {
  font-weight: 700;
}
.woocommerce-tabs table {
  margin-bottom: 15px;
}
.woocommerce-tabs table #tuning td, .woocommerce-tabs table #tuning th, .woocommerce-tabs table #tuningprijs td, .woocommerce-tabs table #tuningprijs th {
  border: 1px solid #ddd;
  padding: 8px;
}
.woocommerce-tabs table #tuning tr, .woocommerce-tabs table #tuningprijs tr {
  transition: all 0.2s ease-in-out;
}
.woocommerce-tabs table #tuning tr:nth-child(2n), .woocommerce-tabs table #tuningprijs tr:nth-child(2n) {
  background: #F5F5F5;
}
.woocommerce-tabs table #tuning tr:hover, .woocommerce-tabs table #tuningprijs tr:hover {
  background-color: #F2930A;
  color: #fff;
}
.woocommerce-tabs hr {
  background: #919090;
}
.woocommerce-tabs .gallery .attachment-thumbnail {
  border: none !important;
  margin-bottom: 10px;
}
.woocommerce-tabs .gallery.gallery-columns-2 .gallery-item {
  padding: 0 100px;
}
.woocommerce-tabs .gallery.gallery-columns-3 .gallery-item {
  padding: 0 50px;
}
.woocommerce-tabs .logo-bottom-slider_box .arrow {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.woocommerce-tabs .logo-bottom-slider_box .arrow.prev {
  left: 0;
}
.woocommerce-tabs .logo-bottom-slider_box .arrow.next {
  right: 0;
}
.woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.stock_label {
  font-weight: 600;
  padding: 7.5px 20px;
  border-radius: 10px;
  display: inline-block;
}
.stock_label.on_stock {
  background: #77A464;
  color: #fff;
}
.stock_label.on_backorder {
  background: #DFDFDF;
  color: #2B2B29;
}
.stock_label.out_of_stock {
  background: #dc3545;
  color: #fff;
}

.comment-form-author, .comment-form-email {
  width: 50%;
  float: left;
}
.comment-form-author label, .comment-form-email label {
  display: block;
}
.comment-form-author input, .comment-form-email input {
  width: 100%;
}

.comment-form-author {
  width: 48%;
  margin-right: 2% !important;
}

.most_sold_product_slider .slick-track {
  margin: 0;
}

@media (max-width: 1599.98px) {
  .woocommerce-breadcrumb {
    margin: 2.4305555556vw 0 2.4305555556vw 0 !important;
    display: none;
  }

  .button_box_top {
    margin: 25px 0;
  }
  .button_box_top .btn {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #0050A0;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn i {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn:hover {
    transform: translateX(-5px);
  }

  .product_top_info {
    padding-bottom: 6.9444444444vw;
  }

  .product_info {
    background: #fff;
    padding: 2.7777777778vw 2.4305555556vw;
    border-radius: 1.3888888889vw;
  }
  .product_info .product_title {
    font-size: 1.8055555556vw;
    line-height: 2.3611111111vw;
    margin-bottom: 1.3888888889vw;
    max-width: 43.4027777778vw;
  }
  .product_info .price_box {
    margin-bottom: 1.7361111111vw;
  }
  .product_info .price_box span {
    font-size: 1.9444444444vw !important;
    color: #F2930A !important;
    font-weight: 600;
  }
  .product_info .price_box span.from {
    margin-top: 15px;
    display: block;
    color: #DFDFDF !important;
    font-size: 20px !important;
  }
  .product_info .woocommerce-product-details__short-description a {
    color: #004080;
    font-weight: 700;
    text-decoration: underline;
  }
  .product_info .quantity {
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .variations {
    margin-top: 1.3888888889vw;
  }
  .product_info .variations .label {
    font-family: "Majorant";
    font-size: 1.8055555556vw;
    line-height: 1.8055555556vw;
  }
  .product_info .variations .select_box {
    position: relative;
    margin-bottom: 1.7361111111vw;
    transition: all 0.3s linear;
  }
  .product_info .variations .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 600;
  }
  .product_info .variations .select_box select {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    font-family: "Majorant";
    color: #2B2B29;
    outline: none;
  }
  .product_info .woocommerce-variation-availability .stock {
    padding: 0.6944444444vw 1.0416666667vw;
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .woocommerce-variation-availability .stock.available-on-backorder {
    background: #F5F5F5;
    color: #2B2B29;
  }
  .product_info .quantity {
    margin-right: 1.3888888889vw !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity.hidden {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity button {
    color: #2B2B29;
  }
  .product_info form.cart {
    margin-top: 15px;
  }
  .product_info .single_add_to_cart_button {
    background: #F2930A;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    border: none;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    padding: 0.6944444444vw 1.7361111111vw;
    align-items: center;
    display: inline-flex;
  }
  .product_info .single_add_to_cart_button i {
    margin-left: 0.6944444444vw;
  }
  .product_info .single_add_to_cart_button.disabled {
    cursor: none;
    opacity: 0.5;
  }
  .product_info .label.savings {
    position: absolute;
    right: 15px;
    top: 25px;
    background: #F2930A;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 28px;
    padding: 8px 10px 5px 10px;
    border-radius: 20px 0 0 20px;
  }
  .product_info .added_to_cart {
    display: none !important;
  }

  .reset_variations {
    background: #F2930A;
    color: #fff;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.3472222222vw;
  }

  .quantity {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .quantity input {
    height: 100%;
    padding: 0;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    text-align: center;
  }
  .quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
  .quantity button {
    width: 3.8194444444vw;
    height: 3.4722222222vw;
    background: #F5F5F5;
    border: none;
    font-weight: 700;
    font-size: 1.3888888889vw;
  }
  .quantity button:first-child {
    border-right: 1px solid #DFDFDF;
  }
  .quantity button:last-child {
    border-left: 1px solid #DFDFDF;
  }

  .product_usps {
    border-top: 1px solid #F5F5F5;
    padding-top: 1.7361111111vw;
  }
  .product_usps .usp {
    font-size: 1.1111111111vw;
  }
  .product_usps .usp i {
    color: #0050A0;
    margin-right: 0.6944444444vw;
    width: 1.7361111111vw;
  }
  .product_usps .usp:first-child {
    margin-bottom: 1.0416666667vw;
  }

  .zoom_image {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 4;
    background: #F2930A;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  .zoom_image:hover {
    color: #fff;
    background: #0050A0;
  }

  #image-gallery {
    overflow: hidden;
    height: 41.6666666667vw;
  }

  .product_images_slider {
    background: #fff;
    margin-bottom: 1.0416666667vw;
    border-radius: 1.3888888889vw;
    overflow: hidden;
    cursor: pointer;
  }
  .product_images_slider .slick-slide {
    height: 41.6666666667vw;
  }
  .product_images_slider img {
    height: 41.6666666667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_images_slider img.fix_image {
    padding: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .woocommerce-variation-availability .stock_label {
    margin: 5px 0 15px 0;
  }

  .woocommerce-variation-price span, .woocommerce-variation-price bdi {
    color: #F2930A;
    font-weight: 600;
  }
  .woocommerce-variation-price small, .woocommerce-variation-price .small {
    color: #F2930A;
    font-weight: 500;
  }

  .star-rating span {
    font-family: unset;
    font-size: unset;
    line-height: unset;
    color: #F2930A;
  }

  .woocommerce-review-link {
    color: #2B2B29;
    font-size: 14px;
  }
  .woocommerce-review-link span {
    font-size: 14px;
  }
  .woocommerce-review-link:hover {
    color: #0050A0;
  }

  .product_thumbnail_slider {
    margin-bottom: 0;
    padding: 0 0;
    height: 8.6805555556vw;
    overflow: hidden;
  }
  .product_thumbnail_slider .slick-list {
    margin: 0 -0.5208333333vw;
  }
  .product_thumbnail_slider .slick-list .slick-track {
    margin-left: 0;
  }
  .product_thumbnail_slider .slick-list .slide {
    margin: 0 0.5208333333vw;
    opacity: 0.5;
    transition: all 0.3s linear;
  }
  .product_thumbnail_slider .slick-list .slide img {
    border-radius: 1.3888888889vw;
    width: 8.6805555556vw;
    height: 8.6805555556vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_thumbnail_slider .slick-list .slide.slick-current, .product_thumbnail_slider .slick-list .slide:hover {
    opacity: 1;
  }

  .woocommerce-tabs {
    margin-bottom: 6.9444444444vw;
  }
  .woocommerce-tabs > ul {
    margin: 0 -0.1736111111vw !important;
    padding: 0 !important;
    display: flex;
  }
  .woocommerce-tabs > ul::before {
    display: none !important;
  }
  .woocommerce-tabs > ul li {
    padding: 0.3472222222vw 2.4305555556vw !important;
    border-top-left-radius: 1.3888888889vw !important;
    border-top-right-radius: 1.3888888889vw !important;
    border: none !important;
    margin: 0 0.1736111111vw !important;
  }
  .woocommerce-tabs > ul li::before, .woocommerce-tabs > ul li::after {
    display: none !important;
  }
  .woocommerce-tabs > ul li.product_table_tab {
    order: 2;
  }
  .woocommerce-tabs > ul li#tab-title-additional_information {
    order: 3;
  }
  .woocommerce-tabs > ul li#tab-title-reviews {
    order: 4;
  }
  .woocommerce-tabs > ul li.product_info_tab {
    order: 5;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1.7361111111vw !important;
    background: #fff;
    border-top-right-radius: 1.3888888889vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .woocommerce-tabs h3 span, .woocommerce-tabs .h3 span {
    font-size: 1.6666666667vw;
    font-weight: 600;
  }
  .woocommerce-tabs a {
    color: #F2930A;
  }
  .woocommerce-tabs dd {
    font-family: "Majorant";
  }
  .woocommerce-tabs em a {
    font-weight: 700;
  }
  .woocommerce-tabs table {
    margin-bottom: 1.0416666667vw;
  }
  .woocommerce-tabs table #tuning td, .woocommerce-tabs table #tuning th, .woocommerce-tabs table #tuningprijs td, .woocommerce-tabs table #tuningprijs th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .woocommerce-tabs table #tuning tr, .woocommerce-tabs table #tuningprijs tr {
    transition: all 0.2s ease-in-out;
  }
  .woocommerce-tabs table #tuning tr:nth-child(2n), .woocommerce-tabs table #tuningprijs tr:nth-child(2n) {
    background: #F5F5F5;
  }
  .woocommerce-tabs table #tuning tr:hover, .woocommerce-tabs table #tuningprijs tr:hover {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-tabs hr {
    background: #919090;
  }
  .woocommerce-tabs .gallery .attachment-thumbnail {
    border: none !important;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .gallery.gallery-columns-2 .gallery-item {
    padding: 0 6.9444444444vw;
  }
  .woocommerce-tabs .gallery.gallery-columns-3 .gallery-item {
    padding: 0 3.4722222222vw;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.prev {
    left: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.next {
    right: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  .stock_label {
    font-weight: 600;
    padding: 0.5208333333vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
    display: inline-block;
  }
  .stock_label.on_stock {
    background: #77A464;
    color: #fff;
  }
  .stock_label.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .stock_label.out_of_stock {
    background: #dc3545;
    color: #fff;
  }

  .comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
  }
  .comment-form-author label, .comment-form-email label {
    display: block;
  }
  .comment-form-author input, .comment-form-email input {
    width: 100%;
  }

  .comment-form-author {
    width: 48%;
    margin-right: 2% !important;
  }

  .most_sold_product_slider .slick-track {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-breadcrumb {
    margin: 2.4305555556vw 0 2.4305555556vw 0 !important;
    display: none;
  }

  .button_box_top {
    margin: 25px 0;
  }
  .button_box_top .btn {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #0050A0;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn i {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn:hover {
    transform: translateX(-5px);
  }

  .product_top_info {
    padding-bottom: 6.9444444444vw;
  }

  .product_info {
    background: #fff;
    padding: 2.7777777778vw 2.4305555556vw;
    border-radius: 1.3888888889vw;
  }
  .product_info .product_title {
    font-size: 1.8055555556vw;
    line-height: 2.3611111111vw;
    margin-bottom: 1.3888888889vw;
    max-width: 43.4027777778vw;
  }
  .product_info .price_box {
    margin-bottom: 1.7361111111vw;
  }
  .product_info .price_box span {
    font-size: 1.9444444444vw !important;
    color: #F2930A !important;
    font-weight: 600;
  }
  .product_info .price_box span.from {
    margin-top: 15px;
    display: block;
    color: #DFDFDF !important;
    font-size: 20px !important;
  }
  .product_info .woocommerce-product-details__short-description a {
    color: #004080;
    font-weight: 700;
    text-decoration: underline;
  }
  .product_info .quantity {
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .variations {
    margin-top: 1.3888888889vw;
  }
  .product_info .variations .label {
    font-family: "Majorant";
    font-size: 1.8055555556vw;
    line-height: 1.8055555556vw;
  }
  .product_info .variations .select_box {
    position: relative;
    margin-bottom: 1.7361111111vw;
    transition: all 0.3s linear;
  }
  .product_info .variations .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 600;
  }
  .product_info .variations .select_box select {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    font-family: "Majorant";
    color: #2B2B29;
    outline: none;
  }
  .product_info .woocommerce-variation-availability .stock {
    padding: 0.6944444444vw 1.0416666667vw;
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .woocommerce-variation-availability .stock.available-on-backorder {
    background: #F5F5F5;
    color: #2B2B29;
  }
  .product_info .quantity {
    margin-right: 1.3888888889vw !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity.hidden {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity button {
    color: #2B2B29;
  }
  .product_info form.cart {
    margin-top: 15px;
  }
  .product_info .single_add_to_cart_button {
    background: #F2930A;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    border: none;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    padding: 0.6944444444vw 1.7361111111vw;
    align-items: center;
    display: inline-flex;
  }
  .product_info .single_add_to_cart_button i {
    margin-left: 0.6944444444vw;
  }
  .product_info .single_add_to_cart_button.disabled {
    cursor: none;
    opacity: 0.5;
  }
  .product_info .label.savings {
    position: absolute;
    right: 15px;
    top: 25px;
    background: #F2930A;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 28px;
    padding: 8px 10px 5px 10px;
    border-radius: 20px 0 0 20px;
  }
  .product_info .added_to_cart {
    display: none !important;
  }

  .reset_variations {
    background: #F2930A;
    color: #fff;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.3472222222vw;
  }

  .quantity {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .quantity input {
    height: 100%;
    padding: 0;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    text-align: center;
  }
  .quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
  .quantity button {
    width: 3.8194444444vw;
    height: 3.4722222222vw;
    background: #F5F5F5;
    border: none;
    font-weight: 700;
    font-size: 1.3888888889vw;
  }
  .quantity button:first-child {
    border-right: 1px solid #DFDFDF;
  }
  .quantity button:last-child {
    border-left: 1px solid #DFDFDF;
  }

  .product_usps {
    border-top: 1px solid #F5F5F5;
    padding-top: 1.7361111111vw;
  }
  .product_usps .usp {
    font-size: 1.1111111111vw;
  }
  .product_usps .usp i {
    color: #0050A0;
    margin-right: 0.6944444444vw;
    width: 1.7361111111vw;
  }
  .product_usps .usp:first-child {
    margin-bottom: 1.0416666667vw;
  }

  .zoom_image {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 4;
    background: #F2930A;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  .zoom_image:hover {
    color: #fff;
    background: #0050A0;
  }

  #image-gallery {
    overflow: hidden;
    height: 41.6666666667vw;
  }

  .product_images_slider {
    background: #fff;
    margin-bottom: 1.0416666667vw;
    border-radius: 1.3888888889vw;
    overflow: hidden;
    cursor: pointer;
  }
  .product_images_slider .slick-slide {
    height: 41.6666666667vw;
  }
  .product_images_slider img {
    height: 41.6666666667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_images_slider img.fix_image {
    padding: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .woocommerce-variation-availability .stock_label {
    margin: 5px 0 15px 0;
  }

  .woocommerce-variation-price span, .woocommerce-variation-price bdi {
    color: #F2930A;
    font-weight: 600;
  }
  .woocommerce-variation-price small, .woocommerce-variation-price .small {
    color: #F2930A;
    font-weight: 500;
  }

  .star-rating span {
    font-family: unset;
    font-size: unset;
    line-height: unset;
    color: #F2930A;
  }

  .woocommerce-review-link {
    color: #2B2B29;
    font-size: 14px;
  }
  .woocommerce-review-link span {
    font-size: 14px;
  }
  .woocommerce-review-link:hover {
    color: #0050A0;
  }

  .product_thumbnail_slider {
    margin-bottom: 0;
    padding: 0 0;
    height: 8.6805555556vw;
    overflow: hidden;
  }
  .product_thumbnail_slider .slick-list {
    margin: 0 -0.5208333333vw;
  }
  .product_thumbnail_slider .slick-list .slick-track {
    margin-left: 0;
  }
  .product_thumbnail_slider .slick-list .slide {
    margin: 0 0.5208333333vw;
    opacity: 0.5;
    transition: all 0.3s linear;
  }
  .product_thumbnail_slider .slick-list .slide img {
    border-radius: 1.3888888889vw;
    width: 8.6805555556vw;
    height: 8.6805555556vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_thumbnail_slider .slick-list .slide.slick-current, .product_thumbnail_slider .slick-list .slide:hover {
    opacity: 1;
  }

  .woocommerce-tabs {
    margin-bottom: 6.9444444444vw;
  }
  .woocommerce-tabs > ul {
    margin: 0 -0.1736111111vw !important;
    padding: 0 !important;
    display: flex;
  }
  .woocommerce-tabs > ul::before {
    display: none !important;
  }
  .woocommerce-tabs > ul li {
    padding: 0.3472222222vw 2.4305555556vw !important;
    border-top-left-radius: 1.3888888889vw !important;
    border-top-right-radius: 1.3888888889vw !important;
    border: none !important;
    margin: 0 0.1736111111vw !important;
  }
  .woocommerce-tabs > ul li::before, .woocommerce-tabs > ul li::after {
    display: none !important;
  }
  .woocommerce-tabs > ul li.product_table_tab {
    order: 2;
  }
  .woocommerce-tabs > ul li#tab-title-additional_information {
    order: 3;
  }
  .woocommerce-tabs > ul li#tab-title-reviews {
    order: 4;
  }
  .woocommerce-tabs > ul li.product_info_tab {
    order: 5;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1.7361111111vw !important;
    background: #fff;
    border-top-right-radius: 1.3888888889vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .woocommerce-tabs h3 span, .woocommerce-tabs .h3 span {
    font-size: 1.6666666667vw;
    font-weight: 600;
  }
  .woocommerce-tabs a {
    color: #F2930A;
  }
  .woocommerce-tabs dd {
    font-family: "Majorant";
  }
  .woocommerce-tabs em a {
    font-weight: 700;
  }
  .woocommerce-tabs table {
    margin-bottom: 1.0416666667vw;
  }
  .woocommerce-tabs table #tuning td, .woocommerce-tabs table #tuning th, .woocommerce-tabs table #tuningprijs td, .woocommerce-tabs table #tuningprijs th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .woocommerce-tabs table #tuning tr, .woocommerce-tabs table #tuningprijs tr {
    transition: all 0.2s ease-in-out;
  }
  .woocommerce-tabs table #tuning tr:nth-child(2n), .woocommerce-tabs table #tuningprijs tr:nth-child(2n) {
    background: #F5F5F5;
  }
  .woocommerce-tabs table #tuning tr:hover, .woocommerce-tabs table #tuningprijs tr:hover {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-tabs hr {
    background: #919090;
  }
  .woocommerce-tabs .gallery .attachment-thumbnail {
    border: none !important;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .gallery.gallery-columns-2 .gallery-item {
    padding: 0 6.9444444444vw;
  }
  .woocommerce-tabs .gallery.gallery-columns-3 .gallery-item {
    padding: 0 3.4722222222vw;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.prev {
    left: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.next {
    right: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  .stock_label {
    font-weight: 600;
    padding: 0.5208333333vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
    display: inline-block;
  }
  .stock_label.on_stock {
    background: #77A464;
    color: #fff;
  }
  .stock_label.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .stock_label.out_of_stock {
    background: #dc3545;
    color: #fff;
  }

  .comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
  }
  .comment-form-author label, .comment-form-email label {
    display: block;
  }
  .comment-form-author input, .comment-form-email input {
    width: 100%;
  }

  .comment-form-author {
    width: 48%;
    margin-right: 2% !important;
  }

  .most_sold_product_slider .slick-track {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-breadcrumb {
    margin: 4.5572916667vw 0 4.5572916667vw 0 !important;
    display: none;
  }

  .button_box_top {
    margin: 25px 0;
  }
  .button_box_top .btn {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #0050A0;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn i {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn:hover {
    transform: translateX(-5px);
  }

  .product_top_info {
    padding-bottom: 6.5104166667vw;
  }

  .product_info {
    background: #fff;
    padding: 3.2552083333vw 1.953125vw;
    border-radius: 2.6041666667vw;
  }
  .product_info .product_title {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
    max-width: 34.5052083333vw;
  }
  .product_info .price_box {
    margin-bottom: 3.2552083333vw;
  }
  .product_info .price_box span {
    font-size: 2.6041666667vw !important;
    color: #F2930A !important;
    font-weight: 600;
  }
  .product_info .price_box span.from {
    margin-top: 15px;
    display: block;
    color: #DFDFDF !important;
    font-size: 20px !important;
  }
  .product_info .woocommerce-product-details__short-description a {
    color: #004080;
    font-weight: 700;
    text-decoration: underline;
  }
  .product_info .quantity {
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .variations {
    margin-top: 2.6041666667vw;
  }
  .product_info .variations .label {
    font-family: "Majorant";
    font-size: 3.3854166667vw;
    line-height: 3.3854166667vw;
  }
  .product_info .variations .select_box {
    position: relative;
    margin-bottom: 3.2552083333vw;
    transition: all 0.3s linear;
  }
  .product_info .variations .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 1.953125vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 600;
  }
  .product_info .variations .select_box select {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 1.3020833333vw 1.953125vw;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    font-family: "Majorant";
    color: #2B2B29;
    outline: none;
  }
  .product_info .woocommerce-variation-availability .stock {
    padding: 1.3020833333vw 1.953125vw;
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .woocommerce-variation-availability .stock.available-on-backorder {
    background: #F5F5F5;
    color: #2B2B29;
  }
  .product_info .quantity {
    margin-right: 2.6041666667vw !important;
    margin-bottom: 1.953125vw !important;
  }
  .product_info .quantity.hidden {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity button {
    color: #2B2B29;
  }
  .product_info form.cart {
    margin-top: 15px;
  }
  .product_info .single_add_to_cart_button {
    background: #F2930A;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    border: none;
    border-radius: 1.3020833333vw;
    font-size: 2.0833333333vw;
    padding: 1.3020833333vw 2.6041666667vw;
    align-items: center;
    display: inline-flex;
  }
  .product_info .single_add_to_cart_button i {
    margin-left: 1.3020833333vw;
  }
  .product_info .single_add_to_cart_button.disabled {
    cursor: none;
    opacity: 0.5;
  }
  .product_info .label.savings {
    position: absolute;
    right: 15px;
    top: 25px;
    background: #F2930A;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 28px;
    padding: 8px 10px 5px 10px;
    border-radius: 20px 0 0 20px;
  }
  .product_info .added_to_cart {
    display: none !important;
  }

  .reset_variations {
    background: #F2930A;
    color: #fff;
    padding: 1.3020833333vw 1.953125vw;
    border-radius: 0.6510416667vw;
  }

  .quantity {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .quantity input {
    height: 100%;
    padding: 0;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    text-align: center;
  }
  .quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
  .quantity button {
    width: 7.1614583333vw;
    height: 6.5104166667vw;
    background: #F5F5F5;
    border: none;
    font-weight: 700;
    font-size: 2.6041666667vw;
  }
  .quantity button:first-child {
    border-right: 1px solid #DFDFDF;
  }
  .quantity button:last-child {
    border-left: 1px solid #DFDFDF;
  }

  .product_usps {
    border-top: 1px solid #F5F5F5;
    padding-top: 3.2552083333vw;
  }
  .product_usps .usp {
    font-size: 2.0833333333vw;
  }
  .product_usps .usp i {
    color: #0050A0;
    margin-right: 1.3020833333vw;
    width: 3.2552083333vw;
  }
  .product_usps .usp:first-child {
    margin-bottom: 0;
  }

  .zoom_image {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 4;
    background: #F2930A;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  .zoom_image:hover {
    color: #fff;
    background: #0050A0;
  }

  #image-gallery {
    overflow: hidden;
    height: 39.0625vw;
  }

  .product_images_slider {
    background: #fff;
    margin-bottom: 1.953125vw;
    border-radius: 2.6041666667vw;
    overflow: hidden;
    cursor: pointer;
  }
  .product_images_slider .slick-slide {
    height: 39.0625vw;
  }
  .product_images_slider img {
    height: 39.0625vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_images_slider img.fix_image {
    padding: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .woocommerce-variation-availability .stock_label {
    margin: 5px 0 15px 0;
  }

  .woocommerce-variation-price span, .woocommerce-variation-price bdi {
    color: #F2930A;
    font-weight: 600;
  }
  .woocommerce-variation-price small, .woocommerce-variation-price .small {
    color: #F2930A;
    font-weight: 500;
  }

  .star-rating span {
    font-family: unset;
    font-size: unset;
    line-height: unset;
    color: #F2930A;
  }

  .woocommerce-review-link {
    color: #2B2B29;
    font-size: 14px;
  }
  .woocommerce-review-link span {
    font-size: 14px;
  }
  .woocommerce-review-link:hover {
    color: #0050A0;
  }

  .product_thumbnail_slider {
    margin-bottom: 1.953125vw;
    padding: 0 0.6510416667vw;
    height: 16.2760416667vw;
    overflow: hidden;
  }
  .product_thumbnail_slider .slick-list {
    margin: 0 -0.9765625vw;
  }
  .product_thumbnail_slider .slick-list .slick-track {
    margin-left: 0;
  }
  .product_thumbnail_slider .slick-list .slide {
    margin: 0 0.9765625vw;
    opacity: 0.5;
    transition: all 0.3s linear;
  }
  .product_thumbnail_slider .slick-list .slide img {
    border-radius: 2.6041666667vw;
    width: 16.2760416667vw;
    height: 16.2760416667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_thumbnail_slider .slick-list .slide.slick-current, .product_thumbnail_slider .slick-list .slide:hover {
    opacity: 1;
  }

  .woocommerce-tabs {
    margin-bottom: 13.0208333333vw;
  }
  .woocommerce-tabs > ul {
    margin: 0 -0.3255208333vw !important;
    padding: 0 !important;
    display: flex;
  }
  .woocommerce-tabs > ul::before {
    display: none !important;
  }
  .woocommerce-tabs > ul li {
    padding: 0.6510416667vw 4.5572916667vw !important;
    border-top-left-radius: 2.6041666667vw !important;
    border-top-right-radius: 2.6041666667vw !important;
    border: none !important;
    margin: 0 0.3255208333vw !important;
  }
  .woocommerce-tabs > ul li::before, .woocommerce-tabs > ul li::after {
    display: none !important;
  }
  .woocommerce-tabs > ul li.product_table_tab {
    order: 2;
  }
  .woocommerce-tabs > ul li#tab-title-additional_information {
    order: 3;
  }
  .woocommerce-tabs > ul li#tab-title-reviews {
    order: 4;
  }
  .woocommerce-tabs > ul li.product_info_tab {
    order: 5;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 3.2552083333vw !important;
    background: #fff;
    border-top-right-radius: 2.6041666667vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .woocommerce-tabs h3 span, .woocommerce-tabs .h3 span {
    font-size: 3.125vw;
    font-weight: 600;
  }
  .woocommerce-tabs a {
    color: #F2930A;
  }
  .woocommerce-tabs dd {
    font-family: "Majorant";
  }
  .woocommerce-tabs em a {
    font-weight: 700;
  }
  .woocommerce-tabs table {
    margin-bottom: 1.953125vw;
  }
  .woocommerce-tabs table #tuning td, .woocommerce-tabs table #tuning th, .woocommerce-tabs table #tuningprijs td, .woocommerce-tabs table #tuningprijs th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .woocommerce-tabs table #tuning tr, .woocommerce-tabs table #tuningprijs tr {
    transition: all 0.2s ease-in-out;
  }
  .woocommerce-tabs table #tuning tr:nth-child(2n), .woocommerce-tabs table #tuningprijs tr:nth-child(2n) {
    background: #F5F5F5;
  }
  .woocommerce-tabs table #tuning tr:hover, .woocommerce-tabs table #tuningprijs tr:hover {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-tabs hr {
    background: #919090;
  }
  .woocommerce-tabs .gallery .attachment-thumbnail {
    border: none !important;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .gallery.gallery-columns-2 .gallery-item {
    padding: 0 1.953125vw;
  }
  .woocommerce-tabs .gallery.gallery-columns-3 .gallery-item {
    padding: 0 1.953125vw;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.prev {
    left: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.next {
    right: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  .stock_label {
    font-weight: 600;
    padding: 0.9765625vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
    display: inline-block;
  }
  .stock_label.on_stock {
    background: #77A464;
    color: #fff;
  }
  .stock_label.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .stock_label.out_of_stock {
    background: #dc3545;
    color: #fff;
  }

  .comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
  }
  .comment-form-author label, .comment-form-email label {
    display: block;
  }
  .comment-form-author input, .comment-form-email input {
    width: 100%;
  }

  .comment-form-author {
    width: 48%;
    margin-right: 2% !important;
  }

  .most_sold_product_slider .slick-track {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-breadcrumb {
    margin: 9.3333333333vw 0 9.3333333333vw 0 !important;
    display: none;
  }

  .button_box_top {
    margin: 25px 0;
  }
  .button_box_top .btn {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #0050A0;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn i {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
  }
  .button_box_top .btn:hover {
    transform: translateX(-5px);
  }

  .product_top_info {
    padding-bottom: 13.3333333333vw;
  }

  .product_info {
    background: #fff;
    padding: 6.6666666667vw 4vw;
    border-radius: 5.3333333333vw;
  }
  .product_info .product_title {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
    max-width: 70.6666666667vw;
  }
  .product_info .price_box {
    margin-bottom: 6.6666666667vw;
  }
  .product_info .price_box span {
    font-size: 5.3333333333vw !important;
    color: #F2930A !important;
    font-weight: 600;
  }
  .product_info .price_box span.from {
    margin-top: 15px;
    display: block;
    color: #DFDFDF !important;
    font-size: 20px !important;
  }
  .product_info .woocommerce-product-details__short-description a {
    color: #004080;
    font-weight: 700;
    text-decoration: underline;
  }
  .product_info .quantity {
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .variations {
    margin-top: 5.3333333333vw;
  }
  .product_info .variations .label {
    font-family: "Majorant";
    font-size: 6.9333333333vw;
    line-height: 6.9333333333vw;
  }
  .product_info .variations .select_box {
    position: relative;
    margin-bottom: 6.6666666667vw;
    transition: all 0.3s linear;
  }
  .product_info .variations .select_box::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 600;
  }
  .product_info .variations .select_box select {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    padding: 2.6666666667vw 4vw;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    font-family: "Majorant";
    color: #2B2B29;
    outline: none;
  }
  .product_info .woocommerce-variation-availability .stock {
    padding: 2.6666666667vw 4vw;
    width: -moz-max-content;
    width: max-content;
  }
  .product_info .woocommerce-variation-availability .stock.available-on-backorder {
    background: #F5F5F5;
    color: #2B2B29;
  }
  .product_info .quantity {
    margin-right: 5.3333333333vw !important;
    margin-bottom: 4vw !important;
  }
  .product_info .quantity.hidden {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .product_info .quantity button {
    color: #2B2B29;
  }
  .product_info form.cart {
    margin-top: 15px;
  }
  .product_info .single_add_to_cart_button {
    background: #F2930A;
    color: #fff;
    font-family: "Majorant";
    font-weight: 600;
    border: none;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    align-items: center;
    display: inline-flex;
  }
  .product_info .single_add_to_cart_button i {
    margin-left: 2.6666666667vw;
  }
  .product_info .single_add_to_cart_button.disabled {
    cursor: none;
    opacity: 0.5;
  }
  .product_info .label.savings {
    position: absolute;
    right: 15px;
    top: 25px;
    background: #F2930A;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 28px;
    padding: 8px 10px 5px 10px;
    border-radius: 20px 0 0 20px;
  }
  .product_info .added_to_cart {
    display: none !important;
  }

  .reset_variations {
    background: #F2930A;
    color: #fff;
    padding: 2.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }

  .quantity {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .quantity input {
    height: 100%;
    padding: 0;
    border: none;
    font-family: "Majorant";
    font-weight: 600;
    text-align: center;
  }
  .quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
  .quantity button {
    width: 14.6666666667vw;
    height: 13.3333333333vw;
    background: #F5F5F5;
    border: none;
    font-weight: 700;
    font-size: 5.3333333333vw;
  }
  .quantity button:first-child {
    border-right: 1px solid #DFDFDF;
  }
  .quantity button:last-child {
    border-left: 1px solid #DFDFDF;
  }

  .product_usps {
    border-top: 1px solid #F5F5F5;
    padding-top: 6.6666666667vw;
  }
  .product_usps .usp {
    font-size: 4.2666666667vw;
  }
  .product_usps .usp i {
    color: #0050A0;
    margin-right: 2.6666666667vw;
    width: 6.6666666667vw;
  }
  .product_usps .usp:first-child {
    margin-bottom: 0;
  }

  .zoom_image {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 4;
    background: #F2930A;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  .zoom_image:hover {
    color: #fff;
    background: #0050A0;
  }

  #image-gallery {
    overflow: hidden;
    height: 80vw;
  }

  .product_images_slider {
    background: #fff;
    margin-bottom: 4vw;
    border-radius: 5.3333333333vw;
    overflow: hidden;
    cursor: pointer;
  }
  .product_images_slider .slick-slide {
    height: 80vw;
  }
  .product_images_slider img {
    height: 80vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_images_slider img.fix_image {
    padding: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .woocommerce-variation-availability .stock_label {
    margin: 5px 0 15px 0;
  }

  .woocommerce-variation-price span, .woocommerce-variation-price bdi {
    color: #F2930A;
    font-weight: 600;
  }
  .woocommerce-variation-price small, .woocommerce-variation-price .small {
    color: #F2930A;
    font-weight: 500;
  }

  .star-rating span {
    font-family: unset;
    font-size: unset;
    line-height: unset;
    color: #F2930A;
  }

  .woocommerce-review-link {
    color: #2B2B29;
    font-size: 14px;
  }
  .woocommerce-review-link span {
    font-size: 14px;
  }
  .woocommerce-review-link:hover {
    color: #0050A0;
  }

  .product_thumbnail_slider {
    margin-bottom: 4vw;
    padding: 0 1.3333333333vw;
    height: 33.3333333333vw;
    overflow: hidden;
  }
  .product_thumbnail_slider .slick-list {
    margin: 0 -2vw;
  }
  .product_thumbnail_slider .slick-list .slick-track {
    margin-left: 0;
  }
  .product_thumbnail_slider .slick-list .slide {
    margin: 0 2vw;
    opacity: 0.5;
    transition: all 0.3s linear;
  }
  .product_thumbnail_slider .slick-list .slide img {
    border-radius: 5.3333333333vw;
    width: 33.3333333333vw;
    height: 33.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_thumbnail_slider .slick-list .slide.slick-current, .product_thumbnail_slider .slick-list .slide:hover {
    opacity: 1;
  }

  .woocommerce-tabs {
    margin-bottom: 26.6666666667vw;
  }
  .woocommerce-tabs > ul {
    margin: 0 -0.6666666667vw !important;
    padding: 0 !important;
    display: flex;
  }
  .woocommerce-tabs > ul::before {
    display: none !important;
  }
  .woocommerce-tabs > ul li {
    padding: 1.3333333333vw 9.3333333333vw !important;
    border-top-left-radius: 5.3333333333vw !important;
    border-top-right-radius: 5.3333333333vw !important;
    border: none !important;
    margin: 0 0.6666666667vw !important;
  }
  .woocommerce-tabs > ul li::before, .woocommerce-tabs > ul li::after {
    display: none !important;
  }
  .woocommerce-tabs > ul li.product_table_tab {
    order: 2;
  }
  .woocommerce-tabs > ul li#tab-title-additional_information {
    order: 3;
  }
  .woocommerce-tabs > ul li#tab-title-reviews {
    order: 4;
  }
  .woocommerce-tabs > ul li.product_info_tab {
    order: 5;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 6.6666666667vw !important;
    background: #fff;
    border-top-right-radius: 5.3333333333vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .woocommerce-tabs h3 span, .woocommerce-tabs .h3 span {
    font-size: 6.4vw;
    font-weight: 600;
  }
  .woocommerce-tabs a {
    color: #F2930A;
  }
  .woocommerce-tabs dd {
    font-family: "Majorant";
  }
  .woocommerce-tabs em a {
    font-weight: 700;
  }
  .woocommerce-tabs table {
    margin-bottom: 4vw;
  }
  .woocommerce-tabs table #tuning td, .woocommerce-tabs table #tuning th, .woocommerce-tabs table #tuningprijs td, .woocommerce-tabs table #tuningprijs th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .woocommerce-tabs table #tuning tr, .woocommerce-tabs table #tuningprijs tr {
    transition: all 0.2s ease-in-out;
  }
  .woocommerce-tabs table #tuning tr:nth-child(2n), .woocommerce-tabs table #tuningprijs tr:nth-child(2n) {
    background: #F5F5F5;
  }
  .woocommerce-tabs table #tuning tr:hover, .woocommerce-tabs table #tuningprijs tr:hover {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-tabs hr {
    background: #919090;
  }
  .woocommerce-tabs .gallery .attachment-thumbnail {
    border: none !important;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .gallery.gallery-columns-2 .gallery-item {
    padding: 0 4vw;
  }
  .woocommerce-tabs .gallery.gallery-columns-3 .gallery-item {
    padding: 0 4vw;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.prev {
    left: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .arrow.next {
    right: 0;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .woocommerce-tabs .logo-bottom-slider_box .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  .stock_label {
    font-weight: 600;
    padding: 2vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    display: inline-block;
  }
  .stock_label.on_stock {
    background: #77A464;
    color: #fff;
  }
  .stock_label.on_backorder {
    background: #DFDFDF;
    color: #2B2B29;
  }
  .stock_label.out_of_stock {
    background: #dc3545;
    color: #fff;
  }

  .comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
  }
  .comment-form-author label, .comment-form-email label {
    display: block;
  }
  .comment-form-author input, .comment-form-email input {
    width: 100%;
  }

  .comment-form-author {
    width: 48%;
    margin-right: 2% !important;
  }

  .most_sold_product_slider .slick-track {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    overflow: auto;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: -moz-max-content;
    width: max-content;
  }

  .comment-form-author, .comment-form-email {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .product_information_table {
    border: 0;
  }
  .product_information_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product_information_table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .product_information_table td {
    border: none !important;
    display: block;
    font-size: 0.8em;
    text-align: right !important;
    width: 100% !important;
  }
  .product_information_table td::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .product_information_table td:last-child {
    border-bottom: 0;
  }
}
#jp-relatedposts {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-account #account {
  min-height: 49vh;
}
.woocommerce-account #account mark, .woocommerce-account #account .mark {
  background-color: #F2930A;
  color: #fff;
}
.woocommerce-account #account .woocommerce-order-details a {
  color: #F2930A;
}
.woocommerce-account #account .woocommerce-MyAccount-navigation {
  float: unset;
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce-account #account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: flex;
  padding: 0 25px;
  margin: 0;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-account #account .woocommerce-MyAccount-navigation ul li {
  padding: 15px;
}
.woocommerce-account #account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #2B2B29;
}
.woocommerce-account #account .woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 4px solid #0050A0;
  background: unset;
}
.woocommerce-account #account .woocommerce-MyAccount-content {
  float: unset;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 75px;
}
.woocommerce-account #account .woocommerce-MyAccount-content table {
  border: none;
}
.woocommerce-account #account .woocommerce-MyAccount-content table td, .woocommerce-account #account .woocommerce-MyAccount-content table tr, .woocommerce-account #account .woocommerce-MyAccount-content table th {
  font-family: "Majorant";
}
.woocommerce-account #account .woocommerce-MyAccount-content table .text-blue {
  color: #0050A0;
}
.woocommerce-account #account .woocommerce-Address {
  max-width: 100%;
  padding: 0;
}
.woocommerce-account #account .woocommerce-Address .edit {
  color: #fff;
  background: #0050A0;
  padding: 5px 15px;
  border-radius: 10px;
}
.woocommerce-account #account form label {
  font-family: "Majorant";
  font-weight: 500;
}
.woocommerce-account #account form input {
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "Majorant";
  border: 1px solid #DFDFDF;
}
.woocommerce-account #account #woo_mstore_accordion .ui-accordion-header.ui-state-active {
  background: #F2930A !important;
  border-color: #F2930A !important;
}
.woocommerce-account #account #woo_mstore_accordion .woocommerce-info {
  border-top-color: #F2930A;
}
.woocommerce-account #account #woo_mstore_accordion .woocommerce-info::before {
  color: #F2930A;
}

@media (max-width: 1599.98px) {
  .woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
  }
  .woocommerce-account #account {
    min-height: 49vh;
  }
  .woocommerce-account #account mark, .woocommerce-account #account .mark {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-account #account .woocommerce-order-details a {
    color: #F2930A;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
    margin-bottom: 25px;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    padding: 0 1.7361111111vw;
    margin: 0;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li {
    padding: 1.0416666667vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    font-size: 1.25vw;
    color: #2B2B29;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 0.2777777778vw solid #0050A0;
    background: unset;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.7361111111vw;
    margin-bottom: 5.2083333333vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table {
    border: none;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table td, .woocommerce-account #account .woocommerce-MyAccount-content table tr, .woocommerce-account #account .woocommerce-MyAccount-content table th {
    font-family: "Majorant";
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table .text-blue {
    color: #0050A0;
  }
  .woocommerce-account #account .woocommerce-Address {
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-account #account .woocommerce-Address .edit {
    color: #fff;
    background: #0050A0;
    padding: 0.3472222222vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .woocommerce-account #account form label {
    font-family: "Majorant";
    font-weight: 500;
  }
  .woocommerce-account #account form input {
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    border: 1px solid #DFDFDF;
  }
  .woocommerce-account #account #woo_mstore_accordion .ui-accordion-header.ui-state-active {
    background: #F2930A !important;
    border-color: #F2930A !important;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info {
    border-top-color: #F2930A;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info::before {
    color: #F2930A;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
  }
  .woocommerce-account #account {
    min-height: 49vh;
  }
  .woocommerce-account #account mark, .woocommerce-account #account .mark {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-account #account .woocommerce-order-details a {
    color: #F2930A;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
    margin-bottom: 25px;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    padding: 0 1.7361111111vw;
    margin: 0;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li {
    padding: 1.0416666667vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    font-size: 1.25vw;
    color: #2B2B29;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 0.2777777778vw solid #0050A0;
    background: unset;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    background: #fff;
    border-radius: 0.6944444444vw;
    padding: 1.7361111111vw;
    margin-bottom: 5.2083333333vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table {
    border: none;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table td, .woocommerce-account #account .woocommerce-MyAccount-content table tr, .woocommerce-account #account .woocommerce-MyAccount-content table th {
    font-family: "Majorant";
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table .text-blue {
    color: #0050A0;
  }
  .woocommerce-account #account .woocommerce-Address {
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-account #account .woocommerce-Address .edit {
    color: #fff;
    background: #0050A0;
    padding: 0.3472222222vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .woocommerce-account #account form label {
    font-family: "Majorant";
    font-weight: 500;
  }
  .woocommerce-account #account form input {
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    border: 1px solid #DFDFDF;
  }
  .woocommerce-account #account #woo_mstore_accordion .ui-accordion-header.ui-state-active {
    background: #F2930A !important;
    border-color: #F2930A !important;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info {
    border-top-color: #F2930A;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info::before {
    color: #F2930A;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
  }
  .woocommerce-account #account {
    min-height: 49vh;
  }
  .woocommerce-account #account mark, .woocommerce-account #account .mark {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-account #account .woocommerce-order-details a {
    color: #F2930A;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
    margin-bottom: 25px;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: block;
    padding: 0 0;
    margin: 0;
    justify-content: space-between;
    background: #fff;
    border-radius: 1.3020833333vw;
    overflow: hidden;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li {
    padding: 1.953125vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    font-size: 2.34375vw;
    color: #2B2B29;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 0 solid #0050A0;
    background: #DFDFDF;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    background: #fff;
    border-radius: 1.3020833333vw;
    padding: 3.2552083333vw;
    margin-bottom: 9.765625vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table {
    border: none;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table td, .woocommerce-account #account .woocommerce-MyAccount-content table tr, .woocommerce-account #account .woocommerce-MyAccount-content table th {
    font-family: "Majorant";
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table .text-blue {
    color: #0050A0;
  }
  .woocommerce-account #account .woocommerce-Address {
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-account #account .woocommerce-Address .edit {
    color: #fff;
    background: #0050A0;
    padding: 0.6510416667vw 1.953125vw;
    border-radius: 1.3020833333vw;
  }
  .woocommerce-account #account form label {
    font-family: "Majorant";
    font-weight: 500;
  }
  .woocommerce-account #account form input {
    padding: 1.3020833333vw 1.953125vw;
    border-radius: 1.3020833333vw;
    font-family: "Majorant";
    border: 1px solid #DFDFDF;
  }
  .woocommerce-account #account #woo_mstore_accordion .ui-accordion-header.ui-state-active {
    background: #F2930A !important;
    border-color: #F2930A !important;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info {
    border-top-color: #F2930A;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info::before {
    color: #F2930A;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
  }
  .woocommerce-account #account {
    min-height: 49vh;
  }
  .woocommerce-account #account mark, .woocommerce-account #account .mark {
    background-color: #F2930A;
    color: #fff;
  }
  .woocommerce-account #account .woocommerce-order-details a {
    color: #F2930A;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
    margin-bottom: 25px;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: block;
    padding: 0 0;
    margin: 0;
    justify-content: space-between;
    background: #fff;
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li {
    padding: 4vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    font-size: 4.8vw;
    color: #2B2B29;
  }
  .woocommerce-account #account .woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 0 solid #0050A0;
    background: #DFDFDF;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw;
    margin-bottom: 20vw;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table {
    border: none;
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table td, .woocommerce-account #account .woocommerce-MyAccount-content table tr, .woocommerce-account #account .woocommerce-MyAccount-content table th {
    font-family: "Majorant";
  }
  .woocommerce-account #account .woocommerce-MyAccount-content table .text-blue {
    color: #0050A0;
  }
  .woocommerce-account #account .woocommerce-Address {
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-account #account .woocommerce-Address .edit {
    color: #fff;
    background: #0050A0;
    padding: 1.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
  .woocommerce-account #account form label {
    font-family: "Majorant";
    font-weight: 500;
  }
  .woocommerce-account #account form input {
    padding: 2.6666666667vw 4vw;
    border-radius: 2.6666666667vw;
    font-family: "Majorant";
    border: 1px solid #DFDFDF;
  }
  .woocommerce-account #account #woo_mstore_accordion .ui-accordion-header.ui-state-active {
    background: #F2930A !important;
    border-color: #F2930A !important;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info {
    border-top-color: #F2930A;
  }
  .woocommerce-account #account #woo_mstore_accordion .woocommerce-info::before {
    color: #F2930A;
  }
}
#mini_cart .woocommerce_mini_cart {
  position: fixed;
  z-index: 21;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 100vh;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out 0.1s;
}
#mini_cart .woocommerce_mini_cart .close_mini_cart {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #DFDFDF;
  cursor: pointer;
}
#mini_cart .woocommerce_mini_cart .mini_cart_header {
  padding: 50px 25px 30px 25px;
  border-bottom: 1px solid #DFDFDF;
}
#mini_cart .woocommerce_mini_cart .mini_cart_body {
  overflow: auto;
  max-height: calc(100vh - 280px);
  height: 100%;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item {
  padding: 25px 25px 35px 25px;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #DFDFDF;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .variation dt {
  color: #0050A0;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #DFDFDF;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #2B2B29;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product i {
  margin-left: 10px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product:hover {
  background: #dc3545;
  color: #fff;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box {
  display: flex;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info {
  margin-left: 15px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p {
  color: #2B2B29;
  font-weight: 500;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong, #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong bdi {
  font-weight: 600;
}
#mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F5F5F5;
  width: 100%;
  padding: 25px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_footer p {
  font-weight: 600;
  font-size: 20px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_footer p.btw {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#mini_cart .woocommerce_mini_cart .mini_cart_footer p span {
  font-weight: 600;
  font-size: 20px;
}
#mini_cart .woocommerce_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 0;
}
#mini_cart .woocommerce_mini_cart .buttons a {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#mini_cart .woocommerce_mini_cart .buttons .wc-forward {
  background: #0050A0;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
#mini_cart .woocommerce_mini_cart .buttons .wc-forward.checkout {
  background: #F2930A;
}
#mini_cart .woocommerce_mini_cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 25px 15px;
  font-size: 24px;
}
#mini_cart.active .woocommerce_mini_cart {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1599.98px) {
  #mini_cart .woocommerce_mini_cart {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 41.6666666667vw;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    border-top-left-radius: 1.3888888889vw;
    border-bottom-left-radius: 1.3888888889vw;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #mini_cart .woocommerce_mini_cart .close_mini_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.6944444444vw 1.0416666667vw;
    background: #DFDFDF;
    cursor: pointer;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_header {
    padding: 3.4722222222vw 1.7361111111vw 2.0833333333vw 1.7361111111vw;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_body {
    overflow: auto;
    max-height: calc(100vh - 19.4444444444vw);
    height: 100%;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item {
    padding: 1.7361111111vw 1.7361111111vw 2.4305555556vw 1.7361111111vw;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .variation dt {
    color: #0050A0;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DFDFDF;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #2B2B29;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product i {
    margin-left: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product:hover {
    background: #dc3545;
    color: #fff;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box {
    display: flex;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info {
    margin-left: 1.0416666667vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p {
    color: #2B2B29;
    font-weight: 500;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong, #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong bdi {
    font-weight: 600;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box img {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    width: 100%;
    padding: 1.7361111111vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p {
    font-weight: 600;
    font-size: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p.btw {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p span {
    font-weight: 600;
    font-size: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    margin: 1.7361111111vw 0 0 0;
  }
  #mini_cart .woocommerce_mini_cart .buttons a {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward {
    background: #0050A0;
    color: #fff;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward.checkout {
    background: #F2930A;
  }
  #mini_cart .woocommerce_mini_cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 25px 15px;
    font-size: 1.6666666667vw;
  }
  #mini_cart.active .woocommerce_mini_cart {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  #mini_cart .woocommerce_mini_cart {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 41.6666666667vw;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    border-top-left-radius: 1.3888888889vw;
    border-bottom-left-radius: 1.3888888889vw;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #mini_cart .woocommerce_mini_cart .close_mini_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.6944444444vw 1.0416666667vw;
    background: #DFDFDF;
    cursor: pointer;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_header {
    padding: 3.4722222222vw 1.7361111111vw 2.0833333333vw 1.7361111111vw;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_body {
    overflow: auto;
    max-height: calc(100vh - 19.4444444444vw);
    height: 100%;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item {
    padding: 1.7361111111vw 1.7361111111vw 2.4305555556vw 1.7361111111vw;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .variation dt {
    color: #0050A0;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DFDFDF;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #2B2B29;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product i {
    margin-left: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product:hover {
    background: #dc3545;
    color: #fff;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box {
    display: flex;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info {
    margin-left: 1.0416666667vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p {
    color: #2B2B29;
    font-weight: 500;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong, #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong bdi {
    font-weight: 600;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box img {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    width: 100%;
    padding: 1.7361111111vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p {
    font-weight: 600;
    font-size: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p.btw {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p span {
    font-weight: 600;
    font-size: 1.3888888889vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    margin: 1.7361111111vw 0 0 0;
  }
  #mini_cart .woocommerce_mini_cart .buttons a {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward {
    background: #0050A0;
    color: #fff;
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward.checkout {
    background: #F2930A;
  }
  #mini_cart .woocommerce_mini_cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 25px 15px;
    font-size: 1.6666666667vw;
  }
  #mini_cart.active .woocommerce_mini_cart {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  #mini_cart .woocommerce_mini_cart {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 78.125vw;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #mini_cart .woocommerce_mini_cart .close_mini_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.3020833333vw 1.953125vw;
    background: #DFDFDF;
    cursor: pointer;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_header {
    padding: 3.90625vw 3.2552083333vw 1.3020833333vw 3.2552083333vw;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_body {
    overflow: auto;
    max-height: calc(100vh - 27.34375vw);
    height: 100%;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item {
    padding: 3.2552083333vw 3.2552083333vw 4.5572916667vw 3.2552083333vw;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .variation dt {
    color: #0050A0;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DFDFDF;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #2B2B29;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product i {
    margin-left: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product:hover {
    background: #dc3545;
    color: #fff;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box {
    display: flex;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info {
    margin-left: 1.953125vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p {
    color: #2B2B29;
    font-weight: 500;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong, #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong bdi {
    font-weight: 600;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    width: 100%;
    padding: 1.953125vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p {
    font-weight: 600;
    font-size: 2.0833333333vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p.btw {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p span {
    font-weight: 600;
    font-size: 2.0833333333vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    margin: 1.953125vw 0 0 0;
  }
  #mini_cart .woocommerce_mini_cart .buttons a {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8229166667vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward {
    background: #0050A0;
    color: #fff;
    padding: 1.3020833333vw 1.953125vw;
    border-radius: 1.3020833333vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward.checkout {
    background: #F2930A;
  }
  #mini_cart .woocommerce_mini_cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 25px 15px;
    font-size: 2.34375vw;
  }
  #mini_cart.active .woocommerce_mini_cart {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 575.98px) {
  #mini_cart .woocommerce_mini_cart {
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 160vw;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #mini_cart .woocommerce_mini_cart .close_mini_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2.6666666667vw 4vw;
    background: #DFDFDF;
    cursor: pointer;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_header {
    padding: 8vw 6.6666666667vw 2.6666666667vw 6.6666666667vw;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_body {
    overflow: auto;
    max-height: calc(100vh - 56vw);
    height: 100%;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item {
    padding: 6.6666666667vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #DFDFDF;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .variation dt {
    color: #0050A0;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DFDFDF;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #2B2B29;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product i {
    margin-left: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .remove_product:hover {
    background: #dc3545;
    color: #fff;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box {
    display: flex;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info {
    margin-left: 4vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p {
    color: #2B2B29;
    font-weight: 500;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong, #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box .mini_cart_product_info p strong bdi {
    font-weight: 600;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_item .mini_cart_product_box img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    width: 100%;
    padding: 4vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p {
    font-weight: 600;
    font-size: 4.2666666667vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p.btw {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  #mini_cart .woocommerce_mini_cart .mini_cart_footer p span {
    font-weight: 600;
    font-size: 4.2666666667vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    margin: 4vw 0 0 0;
  }
  #mini_cart .woocommerce_mini_cart .buttons a {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.7333333333vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward {
    background: #0050A0;
    color: #fff;
    padding: 2.6666666667vw 4vw;
    border-radius: 2.6666666667vw;
  }
  #mini_cart .woocommerce_mini_cart .buttons .wc-forward.checkout {
    background: #F2930A;
  }
  #mini_cart .woocommerce_mini_cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 25px 15px;
    font-size: 4.8vw;
  }
  #mini_cart.active .woocommerce_mini_cart {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
.woocommerce-checkout .top_bar, .woocommerce-checkout #header, .woocommerce-checkout .footer_alert, .woocommerce-checkout footer, .woocommerce-checkout .bottom_bar {
  display: none;
}
.woocommerce-checkout #page {
  margin-top: 50px;
}

#checkout {
  padding-bottom: 100px;
  /* debug */
  /* Cannon */
}
#checkout .back_to_shop {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#checkout .back_to_shop i {
  margin-left: 5px;
}
#checkout .logo {
  max-width: 300px;
  margin-bottom: 100px;
}
#checkout label {
  font-family: "Majorant";
  font-weight: 500;
}
#checkout input, #checkout textarea, #checkout select {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 10px 15px;
}
#checkout .woocommerce-additional-fields {
  margin: 50px 0;
}
#checkout .woocommerce-invalid input {
  border-color: #dc3545;
}
#checkout .woocommerce-checkout-review-order-table {
  position: relative;
  margin: 0 0 50px 0;
  border: none;
  background: #fff;
  padding: 15px;
}
#checkout .woocommerce-checkout-review-order-table::after {
  background-image: linear-gradient(135deg, #fff 0.5rem, transparent 0), linear-gradient(-135deg, #fff 0.5rem, transparent 0);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem;
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
}
#checkout .woocommerce-checkout-review-order-table th, #checkout .woocommerce-checkout-review-order-table td {
  font-family: "Majorant";
  padding: 10px 0;
}
#checkout .woocommerce-checkout-review-order-table .product-name {
  width: 60%;
}
#checkout .woocommerce-checkout-review-order-table .product-name, #checkout .woocommerce-checkout-review-order-table .product-total {
  border: none;
}
#checkout .woocommerce-checkout-review-order-table .order-total {
  font-size: 20px;
}
#checkout #payment_block .wc_payment_method {
  margin-bottom: 10px;
}
#checkout #payment_block .wc_payment_method .payment_box {
  display: none !important;
}
#checkout #payment_block .wc_payment_method.active .payment_box {
  display: block !important;
}
#checkout #payment_block .wc_payment_method .checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
#checkout #payment_block .wc_payment_method input {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
#checkout #payment_block .wc_payment_method label {
  display: inline-flex;
  margin-bottom: 0;
  font-weight: 500;
}
#checkout #payment_block .wc_payment_method label img {
  margin-left: 15px;
}
#checkout #payment_block .wc_payment_method label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  width: 20px;
  height: 20px;
  border: 1px solid #2B2B29;
  border-radius: 3px;
  margin-right: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.3s linear;
}
#checkout #payment_block .wc_payment_method input:checked + label::before {
  font-size: 12px;
  background: #77A464;
  color: #fff;
}
#checkout #payment_block .wc_payment_method .payment_box {
  margin: 10px 0 20px 0;
}
#checkout #payment_block .wc_payment_method .payment_box p {
  font-weight: 500;
}
#checkout #payment_block .wc_payment_method .payment_box select {
  background: transparent;
  width: 300px;
  border: 2px solid #DFDFDF;
  padding: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
}
#checkout #payment_block a {
  color: #004080;
}
#checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 25px;
}
#checkout .woocommerce-order-details {
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  padding: 25px;
  border-radius: 20px 20px 0 0;
}
#checkout .woocommerce-order-details::after {
  background-image: linear-gradient(135deg, #F5F5F5 0.5rem, transparent 0), linear-gradient(-135deg, #F5F5F5 0.5rem, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 1rem;
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
}
#checkout .woocommerce-order-details h2, #checkout .woocommerce-order-details .h2 {
  font-weight: 600;
  font-family: "Majorant";
}
#checkout .woocommerce-order-details .product:not(:first-child) {
  padding-top: 25px;
  border-top: 1px dotted gray;
  margin-top: 5px;
}
#checkout .woocommerce-order-details .subtotal {
  padding-top: 25px;
  border-top: 1px dotted gray;
  margin-top: 5px;
}
#checkout .woocommerce-order-details .total {
  margin-top: 15px;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #DBDBDB;
}
#checkout .secure {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #77A464;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
#checkout .secure i {
  margin-right: 10px;
}
#checkout #place_order {
  background: #F2930A;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#checkout .order_header_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  text-align: center;
}
#checkout .order_header_title h3, #checkout .order_header_title .h3 {
  font-family: "Majorant";
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}
#checkout .order_header_title .cannon_box {
  position: relative;
  transform: rotate(15deg);
  order: 2;
}
#checkout .order_header_title .cannon_box .party-popper {
  position: relative;
  font-size: 50px;
  transform: rotate(-15deg);
  margin-left: 15px;
  z-index: 50;
}
#checkout .order_header_title .cannon_box .cannon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 300px;
  margin-left: 23px;
}
#checkout .order_detail_col {
  margin-top: 20px;
}
#checkout .order_row {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
#checkout .order_row .col-lg-6 {
  background: #fff;
  padding: 25px;
  margin: 0 10px;
  border-radius: 10px;
}
#checkout .cannon {
  width: 1px;
  position: relative;
  transform-origin: 50% 100%;
  animation: cannon-explosion 2.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
  animation-iteration-count: 4;
  /* Paths */
  /* Confettis */
}
@keyframes cannon-explosion {
  0% {
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#checkout .cannon__path {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: 50% 100%;
  padding-bottom: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
#checkout .cannon__path--lg {
  height: 100%;
}
#checkout .cannon__path--md {
  height: 95%;
}
#checkout .cannon__path--sm {
  height: 90%;
}
#checkout .cannon__path--angle-2 {
  transform: rotate(-15deg);
}
#checkout .cannon__path--angle-1 {
  transform: rotate(-7.5deg);
}
#checkout .cannon__path--angle1 {
  transform: rotate(7.5deg);
}
#checkout .cannon__path--angle2 {
  transform: rotate(15deg);
}
#checkout .cannon__confetti {
  flex: 0 1 auto;
  animation-duration: 2.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-iteration-count: 4;
  /* Types */
  /* Colors */
}
#checkout .cannon__confetti:nth-child(even) {
  animation-name: confetti-rotate-l;
}
@keyframes confetti-rotate-l {
  0% {
    transform: rotate(0) scaleY(1);
  }
  50% {
    transform: rotate(2turn) scaleY(1.5);
  }
  100% {
    transform: rotate(2.05turn) scaleY(1);
  }
}
#checkout .cannon__confetti:nth-child(odd) {
  animation-name: confetti-rotate-r;
}
@keyframes confetti-rotate-r {
  0% {
    transform: rotate(0) scaleY(1);
  }
  50% {
    transform: rotate(-2turn) scaleY(1.5);
  }
  100% {
    transform: rotate(-2.05turn) scaleY(1);
  }
}
#checkout .cannon__confetti--ribbon {
  height: 1em;
  width: 0.5em;
  border-radius: 0.1em;
}
#checkout .cannon__confetti--flake {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
}
#checkout .cannon__confetti--color-1 {
  background-color: #feb535;
}
#checkout .cannon__confetti--color-2 {
  background-color: #bea4ff;
}
#checkout .cannon__confetti--color-3 {
  background-color: #ff6e83;
}
#checkout .cannon__confetti--color-4 {
  background-color: #58cafe;
}
#checkout .invoice_details h2, #checkout .invoice_details .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Majorant";
  margin-bottom: 15px;
}
#checkout .invoice_details p {
  margin-bottom: 0;
}
#checkout .details {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  text-align: center;
}
#checkout .details span {
  background: #F2930A;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
  margin: 0 5px 0 5px;
}
#checkout .details span strong {
  font-weight: 600;
}
#checkout .back_to_home {
  padding-top: 25px;
}
#checkout .back_to_home .btn {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 25px;
}

@media (max-width: 1599.98px) {
  .woocommerce-checkout .top_bar, .woocommerce-checkout #header, .woocommerce-checkout .footer_alert, .woocommerce-checkout footer, .woocommerce-checkout .bottom_bar {
    display: none;
  }
  .woocommerce-checkout #page {
    margin-top: 3.4722222222vw;
  }

  #checkout {
    padding-bottom: 6.9444444444vw;
    /* debug */
    /* Cannon */
  }
  #checkout .back_to_shop {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #checkout .back_to_shop i {
    margin-left: 5px;
  }
  #checkout .logo {
    max-width: 300px;
    margin-bottom: 6.9444444444vw;
  }
  #checkout label {
    font-family: "Majorant";
    font-weight: 500;
  }
  #checkout input, #checkout textarea, #checkout select {
    background: #fff;
    border-radius: 0.6944444444vw;
    border: 1px solid #DFDFDF;
    padding: 0.6944444444vw 1.0416666667vw;
  }
  #checkout .woocommerce-additional-fields {
    margin: 3.4722222222vw 0;
  }
  #checkout .woocommerce-invalid input {
    border-color: #dc3545;
  }
  #checkout .woocommerce-checkout-review-order-table {
    position: relative;
    margin: 0 0 3.4722222222vw 0;
    border: none;
    background: #fff;
    padding: 15px;
  }
  #checkout .woocommerce-checkout-review-order-table::after {
    background-image: linear-gradient(135deg, #fff 0.5rem, transparent 0), linear-gradient(-135deg, #fff 0.5rem, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-checkout-review-order-table th, #checkout .woocommerce-checkout-review-order-table td {
    font-family: "Majorant";
    padding: 0.6944444444vw 0;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name {
    width: 60%;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name, #checkout .woocommerce-checkout-review-order-table .product-total {
    border: none;
  }
  #checkout .woocommerce-checkout-review-order-table .order-total {
    font-size: 1.3888888889vw;
  }
  #checkout #payment_block .wc_payment_method {
    margin-bottom: 0.6944444444vw;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    display: none !important;
  }
  #checkout #payment_block .wc_payment_method.active .payment_box {
    display: block !important;
  }
  #checkout #payment_block .wc_payment_method .checkbox {
    display: flex;
    align-items: center;
    position: relative;
  }
  #checkout #payment_block .wc_payment_method input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  #checkout #payment_block .wc_payment_method label {
    display: inline-flex;
    margin-bottom: 0;
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method label img {
    margin-left: 1.0416666667vw;
  }
  #checkout #payment_block .wc_payment_method label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  #checkout #payment_block .wc_payment_method input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    margin: 0.6944444444vw 0 1.3888888889vw 0;
  }
  #checkout #payment_block .wc_payment_method .payment_box p {
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method .payment_box select {
    background: transparent;
    width: 300px;
    border: 2px solid #DFDFDF;
    padding: 1.0416666667vw;
    border-radius: 0.6944444444vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
  }
  #checkout #payment_block a {
    color: #004080;
  }
  #checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px;
  }
  #checkout .woocommerce-order-details {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }
  #checkout .woocommerce-order-details::after {
    background-image: linear-gradient(135deg, #F5F5F5 0.5rem, transparent 0), linear-gradient(-135deg, #F5F5F5 0.5rem, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-order-details h2, #checkout .woocommerce-order-details .h2 {
    font-weight: 600;
    font-family: "Majorant";
  }
  #checkout .woocommerce-order-details .product:not(:first-child) {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .subtotal {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .total {
    margin-top: 15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #DBDBDB;
  }
  #checkout .secure {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #77A464;
    color: #fff;
    padding: 10px 15px;
    border-radius: 1.3888888889vw;
    font-size: 1.6666666667vw;
    display: flex;
    align-items: center;
  }
  #checkout .secure i {
    margin-right: 0.6944444444vw;
  }
  #checkout #place_order {
    background: #F2930A;
    padding: 0.6944444444vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #checkout .order_header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
  }
  #checkout .order_header_title h3, #checkout .order_header_title .h3 {
    font-family: "Majorant";
    font-size: 3.4722222222vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  #checkout .order_header_title .cannon_box {
    position: relative;
    transform: rotate(15deg);
    order: 2;
  }
  #checkout .order_header_title .cannon_box .party-popper {
    position: relative;
    font-size: 50px;
    transform: rotate(-15deg);
    margin-left: 15px;
    z-index: 50;
  }
  #checkout .order_header_title .cannon_box .cannon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 300px;
    margin-left: 23px;
  }
  #checkout .order_detail_col {
    margin-top: 20px;
  }
  #checkout .order_row {
    display: flex;
    justify-content: center;
    margin: 0 10px;
  }
  #checkout .order_row .col-lg-6 {
    background: #fff;
    padding: 25px;
    margin: 0 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  #checkout .cannon {
    width: 1px;
    position: relative;
    transform-origin: 50% 100%;
    animation: cannon-explosion 2.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
    animation-iteration-count: 4;
    /* Paths */
    /* Confettis */
  }
  @keyframes cannon-explosion {
    0% {
      transform: scale(0);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #checkout .cannon__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: 50% 100%;
    padding-bottom: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #checkout .cannon__path--lg {
    height: 100%;
  }
  #checkout .cannon__path--md {
    height: 95%;
  }
  #checkout .cannon__path--sm {
    height: 90%;
  }
  #checkout .cannon__path--angle-2 {
    transform: rotate(-15deg);
  }
  #checkout .cannon__path--angle-1 {
    transform: rotate(-7.5deg);
  }
  #checkout .cannon__path--angle1 {
    transform: rotate(7.5deg);
  }
  #checkout .cannon__path--angle2 {
    transform: rotate(15deg);
  }
  #checkout .cannon__confetti {
    flex: 0 1 auto;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-iteration-count: 4;
    /* Types */
    /* Colors */
  }
  #checkout .cannon__confetti:nth-child(even) {
    animation-name: confetti-rotate-l;
  }
  @keyframes confetti-rotate-l {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti:nth-child(odd) {
    animation-name: confetti-rotate-r;
  }
  @keyframes confetti-rotate-r {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(-2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(-2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti--ribbon {
    height: 1em;
    width: 0.5em;
    border-radius: 0.1em;
  }
  #checkout .cannon__confetti--flake {
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
  }
  #checkout .cannon__confetti--color-1 {
    background-color: #feb535;
  }
  #checkout .cannon__confetti--color-2 {
    background-color: #bea4ff;
  }
  #checkout .cannon__confetti--color-3 {
    background-color: #ff6e83;
  }
  #checkout .cannon__confetti--color-4 {
    background-color: #58cafe;
  }
  #checkout .invoice_details h2, #checkout .invoice_details .h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 15px;
  }
  #checkout .invoice_details p {
    margin-bottom: 0;
  }
  #checkout .details {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
  }
  #checkout .details span {
    background: #F2930A;
    color: #fff;
    padding: 0.6944444444vw 1.3888888889vw;
    display: inline-block;
    border-radius: 1.3888888889vw;
    font-weight: 500;
    margin: 0 0.3472222222vw 0 0.3472222222vw;
  }
  #checkout .details span strong {
    font-weight: 600;
  }
  #checkout .back_to_home {
    padding-top: 25px;
  }
  #checkout .back_to_home .btn {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 25px;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-checkout .top_bar, .woocommerce-checkout #header, .woocommerce-checkout .footer_alert, .woocommerce-checkout footer, .woocommerce-checkout .bottom_bar {
    display: none;
  }
  .woocommerce-checkout #page {
    margin-top: 3.4722222222vw;
  }

  #checkout {
    padding-bottom: 6.9444444444vw;
    /* debug */
    /* Cannon */
  }
  #checkout .back_to_shop {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #checkout .back_to_shop i {
    margin-left: 5px;
  }
  #checkout .logo {
    max-width: 300px;
    margin-bottom: 6.9444444444vw;
  }
  #checkout label {
    font-family: "Majorant";
    font-weight: 500;
  }
  #checkout input, #checkout textarea, #checkout select {
    background: #fff;
    border-radius: 0.6944444444vw;
    border: 1px solid #DFDFDF;
    padding: 0.6944444444vw 1.0416666667vw;
  }
  #checkout .woocommerce-additional-fields {
    margin: 3.4722222222vw 0;
  }
  #checkout .woocommerce-invalid input {
    border-color: #dc3545;
  }
  #checkout .woocommerce-checkout-review-order-table {
    position: relative;
    margin: 0 0 3.4722222222vw 0;
    border: none;
    background: #fff;
    padding: 15px;
  }
  #checkout .woocommerce-checkout-review-order-table::after {
    background-image: linear-gradient(135deg, #fff 0.5rem, transparent 0), linear-gradient(-135deg, #fff 0.5rem, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-checkout-review-order-table th, #checkout .woocommerce-checkout-review-order-table td {
    font-family: "Majorant";
    padding: 0.6944444444vw 0;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name {
    width: 60%;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name, #checkout .woocommerce-checkout-review-order-table .product-total {
    border: none;
  }
  #checkout .woocommerce-checkout-review-order-table .order-total {
    font-size: 1.3888888889vw;
  }
  #checkout #payment_block .wc_payment_method {
    margin-bottom: 0.6944444444vw;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    display: none !important;
  }
  #checkout #payment_block .wc_payment_method.active .payment_box {
    display: block !important;
  }
  #checkout #payment_block .wc_payment_method .checkbox {
    display: flex;
    align-items: center;
    position: relative;
  }
  #checkout #payment_block .wc_payment_method input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  #checkout #payment_block .wc_payment_method label {
    display: inline-flex;
    margin-bottom: 0;
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method label img {
    margin-left: 1.0416666667vw;
  }
  #checkout #payment_block .wc_payment_method label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  #checkout #payment_block .wc_payment_method input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    margin: 0.6944444444vw 0 1.3888888889vw 0;
  }
  #checkout #payment_block .wc_payment_method .payment_box p {
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method .payment_box select {
    background: transparent;
    width: 300px;
    border: 2px solid #DFDFDF;
    padding: 1.0416666667vw;
    border-radius: 0.6944444444vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
  }
  #checkout #payment_block a {
    color: #004080;
  }
  #checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px;
  }
  #checkout .woocommerce-order-details {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }
  #checkout .woocommerce-order-details::after {
    background-image: linear-gradient(135deg, #F5F5F5 0.5rem, transparent 0), linear-gradient(-135deg, #F5F5F5 0.5rem, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-order-details h2, #checkout .woocommerce-order-details .h2 {
    font-weight: 600;
    font-family: "Majorant";
  }
  #checkout .woocommerce-order-details .product:not(:first-child) {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .subtotal {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .total {
    margin-top: 15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #DBDBDB;
  }
  #checkout .secure {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #77A464;
    color: #fff;
    padding: 10px 15px;
    border-radius: 1.3888888889vw;
    font-size: 1.6666666667vw;
    display: flex;
    align-items: center;
  }
  #checkout .secure i {
    margin-right: 0.6944444444vw;
  }
  #checkout #place_order {
    background: #F2930A;
    padding: 0.6944444444vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #checkout .order_header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
  }
  #checkout .order_header_title h3, #checkout .order_header_title .h3 {
    font-family: "Majorant";
    font-size: 3.4722222222vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  #checkout .order_header_title .cannon_box {
    position: relative;
    transform: rotate(15deg);
    order: 2;
  }
  #checkout .order_header_title .cannon_box .party-popper {
    position: relative;
    font-size: 50px;
    transform: rotate(-15deg);
    margin-left: 15px;
    z-index: 50;
  }
  #checkout .order_header_title .cannon_box .cannon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 300px;
    margin-left: 23px;
  }
  #checkout .order_detail_col {
    margin-top: 20px;
  }
  #checkout .order_row {
    display: flex;
    justify-content: center;
    margin: 0 10px;
  }
  #checkout .order_row .col-lg-6 {
    background: #fff;
    padding: 25px;
    margin: 0 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  #checkout .cannon {
    width: 1px;
    position: relative;
    transform-origin: 50% 100%;
    animation: cannon-explosion 2.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
    animation-iteration-count: 4;
    /* Paths */
    /* Confettis */
  }
  @keyframes cannon-explosion {
    0% {
      transform: scale(0);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #checkout .cannon__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: 50% 100%;
    padding-bottom: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #checkout .cannon__path--lg {
    height: 100%;
  }
  #checkout .cannon__path--md {
    height: 95%;
  }
  #checkout .cannon__path--sm {
    height: 90%;
  }
  #checkout .cannon__path--angle-2 {
    transform: rotate(-15deg);
  }
  #checkout .cannon__path--angle-1 {
    transform: rotate(-7.5deg);
  }
  #checkout .cannon__path--angle1 {
    transform: rotate(7.5deg);
  }
  #checkout .cannon__path--angle2 {
    transform: rotate(15deg);
  }
  #checkout .cannon__confetti {
    flex: 0 1 auto;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-iteration-count: 4;
    /* Types */
    /* Colors */
  }
  #checkout .cannon__confetti:nth-child(even) {
    animation-name: confetti-rotate-l;
  }
  @keyframes confetti-rotate-l {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti:nth-child(odd) {
    animation-name: confetti-rotate-r;
  }
  @keyframes confetti-rotate-r {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(-2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(-2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti--ribbon {
    height: 1em;
    width: 0.5em;
    border-radius: 0.1em;
  }
  #checkout .cannon__confetti--flake {
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
  }
  #checkout .cannon__confetti--color-1 {
    background-color: #feb535;
  }
  #checkout .cannon__confetti--color-2 {
    background-color: #bea4ff;
  }
  #checkout .cannon__confetti--color-3 {
    background-color: #ff6e83;
  }
  #checkout .cannon__confetti--color-4 {
    background-color: #58cafe;
  }
  #checkout .invoice_details h2, #checkout .invoice_details .h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 15px;
  }
  #checkout .invoice_details p {
    margin-bottom: 0;
  }
  #checkout .details {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
  }
  #checkout .details span {
    background: #F2930A;
    color: #fff;
    padding: 0.6944444444vw 1.3888888889vw;
    display: inline-block;
    border-radius: 1.3888888889vw;
    font-weight: 500;
    margin: 0 0.3472222222vw 0 0.3472222222vw;
  }
  #checkout .details span strong {
    font-weight: 600;
  }
  #checkout .back_to_home {
    padding-top: 25px;
  }
  #checkout .back_to_home .btn {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 25px;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .top_bar, .woocommerce-checkout #header, .woocommerce-checkout .footer_alert, .woocommerce-checkout footer, .woocommerce-checkout .bottom_bar {
    display: none;
  }
  .woocommerce-checkout #page {
    margin-top: 6.5104166667vw;
  }

  #checkout {
    padding-bottom: 13.0208333333vw;
    /* debug */
    /* Cannon */
  }
  #checkout .back_to_shop {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #checkout .back_to_shop i {
    margin-left: 5px;
  }
  #checkout .logo {
    max-width: 300px;
    margin-bottom: 13.0208333333vw;
  }
  #checkout label {
    font-family: "Majorant";
    font-weight: 500;
  }
  #checkout input, #checkout textarea, #checkout select {
    background: #fff;
    border-radius: 1.3020833333vw;
    border: 1px solid #DFDFDF;
    padding: 1.3020833333vw 1.953125vw;
  }
  #checkout .woocommerce-additional-fields {
    margin: 6.5104166667vw 0;
  }
  #checkout .woocommerce-invalid input {
    border-color: #dc3545;
  }
  #checkout .woocommerce-checkout-review-order-table {
    position: relative;
    margin: 0 0 6.5104166667vw 0;
    border: none;
    background: #fff;
    padding: 15px;
  }
  #checkout .woocommerce-checkout-review-order-table::after {
    background-image: linear-gradient(135deg, #fff 0.5rem, transparent 0), linear-gradient(-135deg, #fff 0.5rem, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-checkout-review-order-table th, #checkout .woocommerce-checkout-review-order-table td {
    font-family: "Majorant";
    padding: 1.3020833333vw 0;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name {
    width: 60%;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name, #checkout .woocommerce-checkout-review-order-table .product-total {
    border: none;
  }
  #checkout .woocommerce-checkout-review-order-table .order-total {
    font-size: 2.6041666667vw;
  }
  #checkout #payment_block .wc_payment_method {
    margin-bottom: 1.3020833333vw;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    display: none !important;
  }
  #checkout #payment_block .wc_payment_method.active .payment_box {
    display: block !important;
  }
  #checkout #payment_block .wc_payment_method .checkbox {
    display: flex;
    align-items: center;
    position: relative;
  }
  #checkout #payment_block .wc_payment_method input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  #checkout #payment_block .wc_payment_method label {
    display: inline-flex;
    margin-bottom: 0;
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method label img {
    margin-left: 1.953125vw;
  }
  #checkout #payment_block .wc_payment_method label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  #checkout #payment_block .wc_payment_method input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    margin: 1.3020833333vw 0 2.6041666667vw 0;
  }
  #checkout #payment_block .wc_payment_method .payment_box p {
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method .payment_box select {
    background: transparent;
    width: 300px;
    border: 2px solid #DFDFDF;
    padding: 1.953125vw;
    border-radius: 1.3020833333vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
  }
  #checkout #payment_block a {
    color: #004080;
  }
  #checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px;
  }
  #checkout .woocommerce-order-details {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }
  #checkout .woocommerce-order-details::after {
    background-image: linear-gradient(135deg, #F5F5F5 0.5rem, transparent 0), linear-gradient(-135deg, #F5F5F5 0.5rem, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-order-details h2, #checkout .woocommerce-order-details .h2 {
    font-weight: 600;
    font-family: "Majorant";
  }
  #checkout .woocommerce-order-details .product:not(:first-child) {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .subtotal {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .total {
    margin-top: 15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #DBDBDB;
  }
  #checkout .secure {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #77A464;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2.6041666667vw;
    font-size: 3.125vw;
    display: flex;
    align-items: center;
  }
  #checkout .secure i {
    margin-right: 1.3020833333vw;
  }
  #checkout #place_order {
    background: #F2930A;
    padding: 1.3020833333vw 3.2552083333vw;
    border-radius: 1.3020833333vw;
    font-size: 2.6041666667vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #checkout .order_header_title {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
  }
  #checkout .order_header_title h3, #checkout .order_header_title .h3 {
    font-family: "Majorant";
    font-size: 3.90625vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  #checkout .order_header_title .cannon_box {
    position: relative;
    transform: rotate(15deg);
    order: -1;
  }
  #checkout .order_header_title .cannon_box .party-popper {
    position: relative;
    font-size: 50px;
    transform: rotate(-15deg);
    margin-left: 15px;
    z-index: 50;
  }
  #checkout .order_header_title .cannon_box .cannon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 300px;
    margin-left: 23px;
  }
  #checkout .order_detail_col {
    margin-top: 20px;
  }
  #checkout .order_row {
    display: block;
    justify-content: center;
    margin: 0 10px;
  }
  #checkout .order_row .col-lg-6 {
    background: #fff;
    padding: 25px;
    margin: 0 0;
    border-radius: 1.3020833333vw;
  }
  #checkout .cannon {
    width: 1px;
    position: relative;
    transform-origin: 50% 100%;
    animation: cannon-explosion 2.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
    animation-iteration-count: 4;
    /* Paths */
    /* Confettis */
  }
  @keyframes cannon-explosion {
    0% {
      transform: scale(0);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #checkout .cannon__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: 50% 100%;
    padding-bottom: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #checkout .cannon__path--lg {
    height: 100%;
  }
  #checkout .cannon__path--md {
    height: 95%;
  }
  #checkout .cannon__path--sm {
    height: 90%;
  }
  #checkout .cannon__path--angle-2 {
    transform: rotate(-15deg);
  }
  #checkout .cannon__path--angle-1 {
    transform: rotate(-7.5deg);
  }
  #checkout .cannon__path--angle1 {
    transform: rotate(7.5deg);
  }
  #checkout .cannon__path--angle2 {
    transform: rotate(15deg);
  }
  #checkout .cannon__confetti {
    flex: 0 1 auto;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-iteration-count: 4;
    /* Types */
    /* Colors */
  }
  #checkout .cannon__confetti:nth-child(even) {
    animation-name: confetti-rotate-l;
  }
  @keyframes confetti-rotate-l {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti:nth-child(odd) {
    animation-name: confetti-rotate-r;
  }
  @keyframes confetti-rotate-r {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(-2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(-2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti--ribbon {
    height: 1em;
    width: 0.5em;
    border-radius: 0.1em;
  }
  #checkout .cannon__confetti--flake {
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
  }
  #checkout .cannon__confetti--color-1 {
    background-color: #feb535;
  }
  #checkout .cannon__confetti--color-2 {
    background-color: #bea4ff;
  }
  #checkout .cannon__confetti--color-3 {
    background-color: #ff6e83;
  }
  #checkout .cannon__confetti--color-4 {
    background-color: #58cafe;
  }
  #checkout .invoice_details h2, #checkout .invoice_details .h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 15px;
  }
  #checkout .invoice_details p {
    margin-bottom: 0;
  }
  #checkout .details {
    display: block;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
  }
  #checkout .details span {
    background: #F2930A;
    color: #fff;
    padding: 1.3020833333vw 2.6041666667vw;
    display: inline-block;
    border-radius: 2.6041666667vw;
    font-weight: 500;
    margin: 0 0 1.3020833333vw 0;
  }
  #checkout .details span strong {
    font-weight: 600;
  }
  #checkout .back_to_home {
    padding-top: 25px;
  }
  #checkout .back_to_home .btn {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 25px;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-checkout .top_bar, .woocommerce-checkout #header, .woocommerce-checkout .footer_alert, .woocommerce-checkout footer, .woocommerce-checkout .bottom_bar {
    display: none;
  }
  .woocommerce-checkout #page {
    margin-top: 13.3333333333vw;
  }

  #checkout {
    padding-bottom: 26.6666666667vw;
    /* debug */
    /* Cannon */
  }
  #checkout .back_to_shop {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #checkout .back_to_shop i {
    margin-left: 5px;
  }
  #checkout .logo {
    max-width: 300px;
    margin-bottom: 26.6666666667vw;
  }
  #checkout label {
    font-family: "Majorant";
    font-weight: 500;
  }
  #checkout input, #checkout textarea, #checkout select {
    background: #fff;
    border-radius: 2.6666666667vw;
    border: 1px solid #DFDFDF;
    padding: 2.6666666667vw 4vw;
  }
  #checkout .woocommerce-additional-fields {
    margin: 13.3333333333vw 0;
  }
  #checkout .woocommerce-invalid input {
    border-color: #dc3545;
  }
  #checkout .woocommerce-checkout-review-order-table {
    position: relative;
    margin: 0 0 13.3333333333vw 0;
    border: none;
    background: #fff;
    padding: 15px;
  }
  #checkout .woocommerce-checkout-review-order-table::after {
    background-image: linear-gradient(135deg, #fff 0.5rem, transparent 0), linear-gradient(-135deg, #fff 0.5rem, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-checkout-review-order-table th, #checkout .woocommerce-checkout-review-order-table td {
    font-family: "Majorant";
    padding: 2.6666666667vw 0;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name {
    width: 60%;
  }
  #checkout .woocommerce-checkout-review-order-table .product-name, #checkout .woocommerce-checkout-review-order-table .product-total {
    border: none;
  }
  #checkout .woocommerce-checkout-review-order-table .order-total {
    font-size: 5.3333333333vw;
  }
  #checkout #payment_block .wc_payment_method {
    margin-bottom: 2.6666666667vw;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    display: none !important;
  }
  #checkout #payment_block .wc_payment_method.active .payment_box {
    display: block !important;
  }
  #checkout #payment_block .wc_payment_method .checkbox {
    display: flex;
    align-items: center;
    position: relative;
  }
  #checkout #payment_block .wc_payment_method input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  #checkout #payment_block .wc_payment_method label {
    display: inline-flex;
    margin-bottom: 0;
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method label img {
    margin-left: 4vw;
  }
  #checkout #payment_block .wc_payment_method label::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", sans-serif;
    width: 20px;
    height: 20px;
    border: 1px solid #2B2B29;
    border-radius: 3px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: all 0.3s linear;
  }
  #checkout #payment_block .wc_payment_method input:checked + label::before {
    font-size: 12px;
    background: #77A464;
    color: #fff;
  }
  #checkout #payment_block .wc_payment_method .payment_box {
    margin: 2.6666666667vw 0 5.3333333333vw 0;
  }
  #checkout #payment_block .wc_payment_method .payment_box p {
    font-weight: 500;
  }
  #checkout #payment_block .wc_payment_method .payment_box select {
    background: transparent;
    width: 300px;
    border: 2px solid #DFDFDF;
    padding: 4vw;
    border-radius: 2.6666666667vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
  }
  #checkout #payment_block a {
    color: #004080;
  }
  #checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px;
  }
  #checkout .woocommerce-order-details {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }
  #checkout .woocommerce-order-details::after {
    background-image: linear-gradient(135deg, #F5F5F5 0.5rem, transparent 0), linear-gradient(-135deg, #F5F5F5 0.5rem, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  #checkout .woocommerce-order-details h2, #checkout .woocommerce-order-details .h2 {
    font-weight: 600;
    font-family: "Majorant";
  }
  #checkout .woocommerce-order-details .product:not(:first-child) {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .subtotal {
    padding-top: 25px;
    border-top: 1px dotted gray;
    margin-top: 5px;
  }
  #checkout .woocommerce-order-details .total {
    margin-top: 15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #DBDBDB;
  }
  #checkout .secure {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #77A464;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5.3333333333vw;
    font-size: 6.4vw;
    display: flex;
    align-items: center;
  }
  #checkout .secure i {
    margin-right: 2.6666666667vw;
  }
  #checkout #place_order {
    background: #F2930A;
    padding: 2.6666666667vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #checkout .order_header_title {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
  }
  #checkout .order_header_title h3, #checkout .order_header_title .h3 {
    font-family: "Majorant";
    font-size: 8vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  #checkout .order_header_title .cannon_box {
    position: relative;
    transform: rotate(15deg);
    order: -1;
  }
  #checkout .order_header_title .cannon_box .party-popper {
    position: relative;
    font-size: 50px;
    transform: rotate(-15deg);
    margin-left: 15px;
    z-index: 50;
  }
  #checkout .order_header_title .cannon_box .cannon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 300px;
    margin-left: 23px;
  }
  #checkout .order_detail_col {
    margin-top: 20px;
  }
  #checkout .order_row {
    display: block;
    justify-content: center;
    margin: 0 10px;
  }
  #checkout .order_row .col-lg-6 {
    background: #fff;
    padding: 25px;
    margin: 0 0;
    border-radius: 2.6666666667vw;
  }
  #checkout .cannon {
    width: 1px;
    position: relative;
    transform-origin: 50% 100%;
    animation: cannon-explosion 2.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
    animation-iteration-count: 4;
    /* Paths */
    /* Confettis */
  }
  @keyframes cannon-explosion {
    0% {
      transform: scale(0);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #checkout .cannon__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: 50% 100%;
    padding-bottom: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #checkout .cannon__path--lg {
    height: 100%;
  }
  #checkout .cannon__path--md {
    height: 95%;
  }
  #checkout .cannon__path--sm {
    height: 90%;
  }
  #checkout .cannon__path--angle-2 {
    transform: rotate(-15deg);
  }
  #checkout .cannon__path--angle-1 {
    transform: rotate(-7.5deg);
  }
  #checkout .cannon__path--angle1 {
    transform: rotate(7.5deg);
  }
  #checkout .cannon__path--angle2 {
    transform: rotate(15deg);
  }
  #checkout .cannon__confetti {
    flex: 0 1 auto;
    animation-duration: 2.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-iteration-count: 4;
    /* Types */
    /* Colors */
  }
  #checkout .cannon__confetti:nth-child(even) {
    animation-name: confetti-rotate-l;
  }
  @keyframes confetti-rotate-l {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti:nth-child(odd) {
    animation-name: confetti-rotate-r;
  }
  @keyframes confetti-rotate-r {
    0% {
      transform: rotate(0) scaleY(1);
    }
    50% {
      transform: rotate(-2turn) scaleY(1.5);
    }
    100% {
      transform: rotate(-2.05turn) scaleY(1);
    }
  }
  #checkout .cannon__confetti--ribbon {
    height: 1em;
    width: 0.5em;
    border-radius: 0.1em;
  }
  #checkout .cannon__confetti--flake {
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
  }
  #checkout .cannon__confetti--color-1 {
    background-color: #feb535;
  }
  #checkout .cannon__confetti--color-2 {
    background-color: #bea4ff;
  }
  #checkout .cannon__confetti--color-3 {
    background-color: #ff6e83;
  }
  #checkout .cannon__confetti--color-4 {
    background-color: #58cafe;
  }
  #checkout .invoice_details h2, #checkout .invoice_details .h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Majorant";
    margin-bottom: 15px;
  }
  #checkout .invoice_details p {
    margin-bottom: 0;
  }
  #checkout .details {
    display: block;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
  }
  #checkout .details span {
    background: #F2930A;
    color: #fff;
    padding: 2.6666666667vw 5.3333333333vw;
    display: inline-block;
    border-radius: 5.3333333333vw;
    font-weight: 500;
    margin: 0 0 2.6666666667vw 0;
  }
  #checkout .details span strong {
    font-weight: 600;
  }
  #checkout .back_to_home {
    padding-top: 25px;
  }
  #checkout .back_to_home .btn {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 25px;
  }
}
#cart_page {
  padding: 100px 0;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
  margin-right: 15px;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_name {
  width: 400px;
  margin-bottom: 0;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_name a {
  color: #2B2B29;
  font-weight: 600;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product-quantity {
  display: inline-flex;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_price {
  min-width: 100px;
  display: inline-flex;
  justify-content: flex-end;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_price p, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price bdi, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price span {
  color: #2B2B29;
  font-weight: 600;
  margin-bottom: 0;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove {
  position: relative;
  top: 0;
  right: 0;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove {
  background: #F5F5F5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #2B2B29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
#cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove:hover {
  background: #dc3545;
  color: #fff;
}
#cart_page .woocommerce-cart-form .coupon_code_box {
  width: -moz-max-content;
  width: max-content;
}
#cart_page .woocommerce-cart-form .coupon_code_box .coupon label {
  display: block;
  font-weight: 600;
  font-family: "Majorant";
}
#cart_page .woocommerce-cart-form .coupon_code_box .coupon input {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 7.5px 15px;
  outline: none;
  font-family: "Majorant";
  width: unset;
}
#cart_page .woocommerce-cart-form .coupon_code_box .coupon button {
  margin: 0 0;
  width: unset;
}
#cart_page .cart_totals_box {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}
#cart_page .cart_totals_box .order_total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DFDFDF;
}
#cart_page .cart_totals_box .order_total span {
  font-weight: 600;
  font-size: 16px;
}
#cart_page .cart_totals_box .tax-total span:first-child {
  text-transform: uppercase;
}
#cart_page .cart_totals_box .btn {
  justify-content: center;
  width: 100%;
}

@media (max-width: 1599.98px) {
  #cart_page {
    padding: 6.9444444444vw 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item {
    background: #fff;
    border-radius: 1.3888888889vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.0416666667vw;
    padding: 1.0416666667vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
    margin-right: 1.0416666667vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail img {
    height: 6.9444444444vw;
    width: 6.9444444444vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6944444444vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name {
    width: 27.7777777778vw;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name a {
    color: #2B2B29;
    font-weight: 600;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    display: inline-flex;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price {
    min-width: 6.9444444444vw;
    display: inline-flex;
    justify-content: flex-end;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price p, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price bdi, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price span {
    color: #2B2B29;
    font-weight: 600;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove {
    position: relative;
    top: 0;
    right: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove {
    background: #F5F5F5;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    color: #2B2B29;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove:hover {
    background: #dc3545;
    color: #fff;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box {
    width: -moz-max-content;
    width: max-content;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon label {
    display: block;
    font-weight: 600;
    font-family: "Majorant";
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon input {
    border-radius: 0.6944444444vw;
    border: 1px solid #DFDFDF;
    padding: 0.5208333333vw 1.0416666667vw;
    outline: none;
    font-family: "Majorant";
    width: unset;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon button {
    margin: 0 0;
    width: unset;
  }
  #cart_page .cart_totals_box {
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 1.7361111111vw;
  }
  #cart_page .cart_totals_box .order_total {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
    border-top: 1px solid #DFDFDF;
  }
  #cart_page .cart_totals_box .order_total span {
    font-weight: 600;
    font-size: 1.1111111111vw;
  }
  #cart_page .cart_totals_box .tax-total span:first-child {
    text-transform: uppercase;
  }
  #cart_page .cart_totals_box .btn {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #cart_page {
    padding: 6.9444444444vw 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item {
    background: #fff;
    border-radius: 1.3888888889vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.0416666667vw;
    padding: 1.0416666667vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
    margin-right: 1.0416666667vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail img {
    height: 6.9444444444vw;
    width: 6.9444444444vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6944444444vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name {
    width: 27.7777777778vw;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name a {
    color: #2B2B29;
    font-weight: 600;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    display: inline-flex;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price {
    min-width: 6.9444444444vw;
    display: inline-flex;
    justify-content: flex-end;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price p, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price bdi, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price span {
    color: #2B2B29;
    font-weight: 600;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove {
    position: relative;
    top: 0;
    right: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove {
    background: #F5F5F5;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    color: #2B2B29;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove:hover {
    background: #dc3545;
    color: #fff;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box {
    width: -moz-max-content;
    width: max-content;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon label {
    display: block;
    font-weight: 600;
    font-family: "Majorant";
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon input {
    border-radius: 0.6944444444vw;
    border: 1px solid #DFDFDF;
    padding: 0.5208333333vw 1.0416666667vw;
    outline: none;
    font-family: "Majorant";
    width: unset;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon button {
    margin: 0 0;
    width: unset;
  }
  #cart_page .cart_totals_box {
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 1.7361111111vw;
  }
  #cart_page .cart_totals_box .order_total {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
    border-top: 1px solid #DFDFDF;
  }
  #cart_page .cart_totals_box .order_total span {
    font-weight: 600;
    font-size: 1.1111111111vw;
  }
  #cart_page .cart_totals_box .tax-total span:first-child {
    text-transform: uppercase;
  }
  #cart_page .cart_totals_box .btn {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #cart_page {
    padding: 13.0208333333vw 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item {
    background: #fff;
    border-radius: 2.6041666667vw;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.953125vw;
    padding: 1.953125vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
    margin-right: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail img {
    height: 39.0625vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.3020833333vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name {
    width: unset;
    margin-bottom: 1.953125vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name a {
    color: #2B2B29;
    font-weight: 600;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    display: inline-flex;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price {
    min-width: 13.0208333333vw;
    display: inline-flex;
    justify-content: flex-end;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price p, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price bdi, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price span {
    color: #2B2B29;
    font-weight: 600;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove {
    position: absolute;
    top: 1.953125vw;
    right: 1.953125vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove {
    background: #F5F5F5;
    width: 3.90625vw;
    height: 3.90625vw;
    border-radius: 50%;
    color: #2B2B29;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove:hover {
    background: #dc3545;
    color: #fff;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box {
    width: -moz-max-content;
    width: max-content;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon label {
    display: block;
    font-weight: 600;
    font-family: "Majorant";
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon input {
    border-radius: 1.3020833333vw;
    border: 1px solid #DFDFDF;
    padding: 0.9765625vw 1.953125vw;
    outline: none;
    font-family: "Majorant";
    width: 100%;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon button {
    margin: 1.953125vw 0;
    width: 100%;
  }
  #cart_page .cart_totals_box {
    background: #fff;
    border-radius: 2.6041666667vw;
    padding: 3.2552083333vw;
  }
  #cart_page .cart_totals_box .order_total {
    margin-top: 1.953125vw;
    padding-top: 1.953125vw;
    border-top: 1px solid #DFDFDF;
  }
  #cart_page .cart_totals_box .order_total span {
    font-weight: 600;
    font-size: 2.0833333333vw;
  }
  #cart_page .cart_totals_box .tax-total span:first-child {
    text-transform: uppercase;
  }
  #cart_page .cart_totals_box .btn {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #cart_page {
    padding: 26.6666666667vw 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item {
    background: #fff;
    border-radius: 5.3333333333vw;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
    padding: 4vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
    margin-right: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail img {
    height: 80vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.6666666667vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name {
    width: unset;
    margin-bottom: 4vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_name a {
    color: #2B2B29;
    font-weight: 600;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    display: inline-flex;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price {
    min-width: 26.6666666667vw;
    display: inline-flex;
    justify-content: flex-end;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price p, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price bdi, #cart_page .woocommerce-cart-form .shop_table .cart_item .product_price span {
    color: #2B2B29;
    font-weight: 600;
    margin-bottom: 0;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove {
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove {
    background: #F5F5F5;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    color: #2B2B29;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_remove .remove:hover {
    background: #dc3545;
    color: #fff;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box {
    width: -moz-max-content;
    width: max-content;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon label {
    display: block;
    font-weight: 600;
    font-family: "Majorant";
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon input {
    border-radius: 2.6666666667vw;
    border: 1px solid #DFDFDF;
    padding: 2vw 4vw;
    outline: none;
    font-family: "Majorant";
    width: 100%;
  }
  #cart_page .woocommerce-cart-form .coupon_code_box .coupon button {
    margin: 4vw 0;
    width: 100%;
  }
  #cart_page .cart_totals_box {
    background: #fff;
    border-radius: 5.3333333333vw;
    padding: 6.6666666667vw;
  }
  #cart_page .cart_totals_box .order_total {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top: 1px solid #DFDFDF;
  }
  #cart_page .cart_totals_box .order_total span {
    font-weight: 600;
    font-size: 4.2666666667vw;
  }
  #cart_page .cart_totals_box .tax-total span:first-child {
    text-transform: uppercase;
  }
  #cart_page .cart_totals_box .btn {
    justify-content: center;
    width: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.footer_alert {
  position: relative;
  background: #F2930A;
  padding: 25px 0;
}
.footer_alert p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

footer {
  position: relative;
  background: #0050A0;
  padding: 50px 0;
}
footer h3, footer .h3, footer p, footer a {
  color: #fff;
}
footer h3, footer .h3 {
  margin-bottom: 20px;
}
footer .middle {
  position: relative;
  margin: 0 0;
}
footer .middle::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}
footer .middle::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
}

.bottom_bar {
  position: relative;
  background: #004080;
  padding: 15px 0;
}
.bottom_bar span, .bottom_bar a {
  color: #fff;
  font-size: 16px;
}
.bottom_bar a {
  font-weight: 700;
}
.bottom_bar .sep {
  margin: 0 15px;
}

#scroll_to_top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #0050A0;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border: 2px solid #F5F5F5;
}
#scroll_to_top.sticky {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#scroll_to_top:hover {
  background: #F2930A;
  color: #fff;
}

@media (max-width: 1599.98px) {
  .footer_alert {
    position: relative;
    background: #F2930A;
    padding: 1.7361111111vw 0;
  }
  .footer_alert p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  footer {
    position: relative;
    background: #0050A0;
    padding: 3.4722222222vw 0;
  }
  footer h3, footer .h3, footer p, footer a {
    color: #fff;
  }
  footer h3, footer .h3 {
    margin-bottom: 1.3888888889vw;
  }
  footer .middle {
    position: relative;
    margin: 0 0;
  }
  footer .middle::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
  }
  footer .middle::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
  }

  .bottom_bar {
    position: relative;
    background: #004080;
    padding: 1.0416666667vw 0;
  }
  .bottom_bar span, .bottom_bar a {
    color: #fff;
    font-size: 1.1111111111vw;
  }
  .bottom_bar a {
    font-weight: 700;
  }
  .bottom_bar .sep {
    margin: 0 1.0416666667vw;
  }

  #scroll_to_top {
    position: fixed;
    bottom: 1.7361111111vw;
    right: 1.7361111111vw;
    background: #0050A0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 2px solid #F5F5F5;
  }
  #scroll_to_top.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #scroll_to_top:hover {
    background: #F2930A;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .footer_alert {
    position: relative;
    background: #F2930A;
    padding: 1.7361111111vw 0;
  }
  .footer_alert p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  footer {
    position: relative;
    background: #0050A0;
    padding: 3.4722222222vw 0;
  }
  footer h3, footer .h3, footer p, footer a {
    color: #fff;
  }
  footer h3, footer .h3 {
    margin-bottom: 1.3888888889vw;
  }
  footer .middle {
    position: relative;
    margin: 0 0;
  }
  footer .middle::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
  }
  footer .middle::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
  }

  .bottom_bar {
    position: relative;
    background: #004080;
    padding: 1.0416666667vw 0;
  }
  .bottom_bar span, .bottom_bar a {
    color: #fff;
    font-size: 1.1111111111vw;
  }
  .bottom_bar a {
    font-weight: 700;
  }
  .bottom_bar .sep {
    margin: 0 1.0416666667vw;
  }

  #scroll_to_top {
    position: fixed;
    bottom: 1.7361111111vw;
    right: 1.7361111111vw;
    background: #0050A0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 2px solid #F5F5F5;
  }
  #scroll_to_top.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #scroll_to_top:hover {
    background: #F2930A;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .footer_alert {
    position: relative;
    background: #F2930A;
    padding: 3.2552083333vw 0;
  }
  .footer_alert p {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }

  footer {
    position: relative;
    background: #0050A0;
    padding: 6.5104166667vw 0;
  }
  footer h3, footer .h3, footer p, footer a {
    color: #fff;
  }
  footer h3, footer .h3 {
    margin-bottom: 2.6041666667vw;
  }
  footer .middle {
    position: relative;
    margin: 4.5572916667vw 0;
  }
  footer .middle::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
  }
  footer .middle::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
  }

  .bottom_bar {
    position: relative;
    background: #004080;
    padding: 1.953125vw 0;
  }
  .bottom_bar span, .bottom_bar a {
    color: #fff;
    font-size: 2.0833333333vw;
  }
  .bottom_bar a {
    font-weight: 700;
  }
  .bottom_bar .sep {
    margin: 0 1.953125vw;
  }

  #scroll_to_top {
    position: fixed;
    bottom: 3.2552083333vw;
    right: 3.2552083333vw;
    background: #0050A0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 2px solid #F5F5F5;
  }
  #scroll_to_top.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #scroll_to_top:hover {
    background: #F2930A;
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .footer_alert {
    position: relative;
    background: #F2930A;
    padding: 6.6666666667vw 0;
  }
  .footer_alert p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }

  footer {
    position: relative;
    background: #0050A0;
    padding: 13.3333333333vw 0;
  }
  footer h3, footer .h3, footer p, footer a {
    color: #fff;
  }
  footer h3, footer .h3 {
    margin-bottom: 5.3333333333vw;
  }
  footer .middle {
    position: relative;
    margin: 9.3333333333vw 0;
  }
  footer .middle::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
  }
  footer .middle::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
  }

  .bottom_bar {
    position: relative;
    background: #004080;
    padding: 4vw 0;
  }
  .bottom_bar span, .bottom_bar a {
    color: #fff;
    font-size: 4.2666666667vw;
  }
  .bottom_bar a {
    font-weight: 700;
  }
  .bottom_bar .sep {
    margin: 0 4vw;
  }

  #scroll_to_top {
    position: fixed;
    bottom: 6.6666666667vw;
    right: 6.6666666667vw;
    background: #0050A0;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 2px solid #F5F5F5;
  }
  #scroll_to_top.sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #scroll_to_top:hover {
    background: #F2930A;
    color: #fff;
  }
}
.chiptuningreseller-container {
  padding: 50px 0;
}
.chiptuningreseller-container.ctr-bootstrap .breadcrumblist {
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px;
}
.chiptuningreseller-container.ctr-bootstrap .breadcrumblist li span {
  border-radius: 10px;
  font-weight: 600;
}
.chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active span {
  background-color: #F2930A;
}
.chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active.breadcrumb__active--no span {
  background-color: #F5F5F5;
  color: #2B2B29;
}
.chiptuningreseller-container.ctr-bootstrap .ctr-tuning_button span {
  font-weight: 600;
}
.chiptuningreseller-container.ctr-bootstrap .brands-grid .ctrBlock .block-text {
  color: #2B2B29;
}

@media (max-width: 1599.98px) {
  .chiptuningreseller-container {
    padding: 3.4722222222vw 0;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist {
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 1.7361111111vw 1.0416666667vw;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li span {
    border-radius: 0.6944444444vw;
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active span {
    background-color: #F2930A;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active.breadcrumb__active--no span {
    background-color: #F5F5F5;
    color: #2B2B29;
  }
  .chiptuningreseller-container.ctr-bootstrap .ctr-tuning_button span {
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .brands-grid .ctrBlock .block-text {
    color: #2B2B29;
  }
}
@media (max-width: 991.98px) {
  .chiptuningreseller-container {
    padding: 3.4722222222vw 0;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist {
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 1.7361111111vw 1.0416666667vw;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li span {
    border-radius: 0.6944444444vw;
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active span {
    background-color: #F2930A;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active.breadcrumb__active--no span {
    background-color: #F5F5F5;
    color: #2B2B29;
  }
  .chiptuningreseller-container.ctr-bootstrap .ctr-tuning_button span {
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .brands-grid .ctrBlock .block-text {
    color: #2B2B29;
  }
}
@media (max-width: 767.98px) {
  .chiptuningreseller-container {
    padding: 6.5104166667vw 0;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist {
    background: #fff;
    border-radius: 2.6041666667vw;
    padding: 3.2552083333vw 1.953125vw;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li span {
    border-radius: 1.3020833333vw;
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active span {
    background-color: #F2930A;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active.breadcrumb__active--no span {
    background-color: #F5F5F5;
    color: #2B2B29;
  }
  .chiptuningreseller-container.ctr-bootstrap .ctr-tuning_button span {
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .brands-grid .ctrBlock .block-text {
    color: #2B2B29;
  }
}
@media (max-width: 575.98px) {
  .chiptuningreseller-container {
    padding: 13.3333333333vw 0;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist {
    background: #fff;
    border-radius: 5.3333333333vw;
    padding: 6.6666666667vw 4vw;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li span {
    border-radius: 2.6666666667vw;
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active span {
    background-color: #F2930A;
  }
  .chiptuningreseller-container.ctr-bootstrap .breadcrumblist li.breadcrumb__active.breadcrumb__active--no span {
    background-color: #F5F5F5;
    color: #2B2B29;
  }
  .chiptuningreseller-container.ctr-bootstrap .ctr-tuning_button span {
    font-weight: 600;
  }
  .chiptuningreseller-container.ctr-bootstrap .brands-grid .ctrBlock .block-text {
    color: #2B2B29;
  }
}
#faq {
  padding-bottom: 100px;
}
#faq .filter-search {
  margin: 25px 0;
}
#faq .filter-search input {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 15px 25px;
  outline: none;
}
#faq #myBtnContainer {
  margin-bottom: 25px;
  display: flex;
  margin: 0 -5px;
  justify-content: center;
}
#faq #myBtnContainer .btn {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 5px;
}
#faq #myBtnContainer .btn.active, #faq #myBtnContainer .btn:hover {
  background: #0050A0;
  color: #fff;
}
#faq #faq_box {
  margin: 25px 0 0 0;
  padding: 0;
}
#faq #faq_box .panel-group {
  display: none;
}
#faq #faq_box .panel-group .panel.head {
  padding: 15px 25px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
#faq #faq_box .panel-group .panel.head h2, #faq #faq_box .panel-group .panel.head .h2 {
  font-size: 18px;
}
#faq #faq_box .panel-group .panel .accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  vertical-align: middle;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  right: 15px;
  top: 18px;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
}
#faq #faq_box .panel-group.active {
  display: block;
}

@media (max-width: 1599.98px) {
  #faq {
    padding-bottom: 6.9444444444vw;
  }
  #faq .filter-search {
    margin: 25px 0;
  }
  #faq .filter-search input {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 15px 25px;
    outline: none;
  }
  #faq #myBtnContainer {
    margin-bottom: 25px;
    display: flex;
    margin: 0 -5px;
    justify-content: center;
  }
  #faq #myBtnContainer .btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 5px;
  }
  #faq #myBtnContainer .btn.active, #faq #myBtnContainer .btn:hover {
    background: #0050A0;
    color: #fff;
  }
  #faq #faq_box {
    margin: 25px 0 0 0;
    padding: 0;
  }
  #faq #faq_box .panel-group {
    display: none;
  }
  #faq #faq_box .panel-group .panel.head {
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  #faq #faq_box .panel-group .panel.head h2, #faq #faq_box .panel-group .panel.head .h2 {
    font-size: 18px;
  }
  #faq #faq_box .panel-group .panel .accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    vertical-align: middle;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    right: 15px;
    top: 18px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
  }
  #faq #faq_box .panel-group.active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #faq {
    padding-bottom: 6.9444444444vw;
  }
  #faq .filter-search {
    margin: 25px 0;
  }
  #faq .filter-search input {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 15px 25px;
    outline: none;
  }
  #faq #myBtnContainer {
    margin-bottom: 25px;
    display: flex;
    margin: 0 -5px;
    justify-content: center;
  }
  #faq #myBtnContainer .btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 5px;
  }
  #faq #myBtnContainer .btn.active, #faq #myBtnContainer .btn:hover {
    background: #0050A0;
    color: #fff;
  }
  #faq #faq_box {
    margin: 25px 0 0 0;
    padding: 0;
  }
  #faq #faq_box .panel-group {
    display: none;
  }
  #faq #faq_box .panel-group .panel.head {
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  #faq #faq_box .panel-group .panel.head h2, #faq #faq_box .panel-group .panel.head .h2 {
    font-size: 18px;
  }
  #faq #faq_box .panel-group .panel .accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    vertical-align: middle;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    right: 15px;
    top: 18px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
  }
  #faq #faq_box .panel-group.active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #faq {
    padding-bottom: 6.5104166667vw;
  }
  #faq .filter-search {
    margin: 25px 0;
  }
  #faq .filter-search input {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 15px 25px;
    outline: none;
  }
  #faq #myBtnContainer {
    margin-bottom: 25px;
    display: flex;
    margin: 0 -5px;
    justify-content: center;
  }
  #faq #myBtnContainer .btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 5px;
  }
  #faq #myBtnContainer .btn.active, #faq #myBtnContainer .btn:hover {
    background: #0050A0;
    color: #fff;
  }
  #faq #faq_box {
    margin: 25px 0 0 0;
    padding: 0;
  }
  #faq #faq_box .panel-group {
    display: none;
  }
  #faq #faq_box .panel-group .panel.head {
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  #faq #faq_box .panel-group .panel.head h2, #faq #faq_box .panel-group .panel.head .h2 {
    font-size: 18px;
  }
  #faq #faq_box .panel-group .panel .accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    vertical-align: middle;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    right: 15px;
    top: 18px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
  }
  #faq #faq_box .panel-group.active {
    display: block;
  }
}
@media (max-width: 575.98px) {
  #faq {
    padding-bottom: 13.3333333333vw;
  }
  #faq .filter-search {
    margin: 25px 0;
  }
  #faq .filter-search input {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 15px 25px;
    outline: none;
  }
  #faq #myBtnContainer {
    margin-bottom: 25px;
    display: flex;
    margin: 0 -5px;
    justify-content: center;
  }
  #faq #myBtnContainer .btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 5px;
  }
  #faq #myBtnContainer .btn.active, #faq #myBtnContainer .btn:hover {
    background: #0050A0;
    color: #fff;
  }
  #faq #faq_box {
    margin: 25px 0 0 0;
    padding: 0;
  }
  #faq #faq_box .panel-group {
    display: none;
  }
  #faq #faq_box .panel-group .panel.head {
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  #faq #faq_box .panel-group .panel.head h2, #faq #faq_box .panel-group .panel.head .h2 {
    font-size: 18px;
  }
  #faq #faq_box .panel-group .panel .accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    vertical-align: middle;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    right: 15px;
    top: 18px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
  }
  #faq #faq_box .panel-group.active {
    display: block;
  }
}
#faq_box h2, #faq_box .h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Majorant";
  margin-bottom: 15px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  #faq_box h2, #faq_box .h2 {
    margin-bottom: 1.0416666667vw;
  }
}
#faq_box .panel-group {
  display: none;
  transition: all 0.3s ease-in-out;
}
#faq_box .panel-group.active {
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  #faq_box .panel-group.active {
    margin-bottom: 1.7361111111vw;
  }
}
#faq_box .panel-group .collapse {
  max-height: 200vh;
}
#faq_box .panel {
  transition: all 0.2s linear;
  cursor: pointer;
}
#faq_box .panel .panel {
  padding: 15px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  #faq_box .panel .panel {
    padding: 1.0416666667vw;
  }
}
#faq_box .panel .panel:nth-child(even) {
  background: #F5F5F5;
}
#faq_box .panel .panel .panel-heading.active h4, #faq_box .panel .panel .panel-heading.active .h4 {
  margin-bottom: 10px;
}
#faq_box .panel .panel .panel-heading.active h4::after, #faq_box .panel .panel .panel-heading.active .h4::after {
  transform: rotate(90deg);
}
#faq_box .panel .panel h4, #faq_box .panel .panel .h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Majorant";
  color: #2B2B29;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.1s linear;
}
#faq_box .panel .panel h4::after, #faq_box .panel .panel .h4::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 20px;
  margin-right: 15px;
  transition: all 0.3s linear;
}
#faq_box .panel .panel .panel-collapse {
  transition: all 0.2s linear;
  display: block;
  overflow: hidden;
}
#faq_box .panel .panel .panel-collapse.collapse {
  max-height: 0;
}
#faq_box .panel .panel .panel-body p:last-child {
  margin-bottom: 0;
}

.top_bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0050A0;
  padding: 10px 15px;
  z-index: 17;
}
.top_bar .socials a {
  margin: 0 5px;
}
.top_bar a {
  color: #fff;
  font-weight: 600;
}
.top_bar .links {
  margin: 0 -15px;
}
.top_bar .links a {
  margin: 0 15px;
}

#header {
  position: fixed;
  top: 44.5px;
  width: 100%;
  background: #fff;
  z-index: 18;
  border-bottom: 1px solid #DFDFDF;
  transition: all 0.2s linear;
}
#header .wide_container {
  margin-right: 0;
}
#header .wide_container .row {
  justify-content: space-between;
}
#header .logo_box {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
#header .logo_box #logo {
  width: 200px;
}
#header .menu_box {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
#header .menu_box .menu-header-container, #header .menu_box .menu-autosportmebu-home-container {
  height: 100%;
}
#header .menu_box ul {
  height: 100%;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#header .menu_box ul li {
  position: relative;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .menu_box ul li.mega_menu_dropdown.active a::after {
  transform: rotate(-180deg);
}
#header .menu_box ul li.mega_menu_dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-left: 10px;
  margin-top: -5px;
  transition: all 0.3s ease-in-out;
}
#header .menu_box ul li::after {
  position: absolute;
  top: 100%;
  content: "";
  background: #0050A0;
  height: 5px;
  width: 0;
  margin-top: -4px;
  transition: all 0.3s linear;
}
#header .menu_box ul li a {
  color: #2B2B29;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
#header .menu_box ul li a i {
  margin-left: 10px;
  margin-top: -7px;
  transition: all 0.3s linear;
}
#header .menu_box ul li.current_page_item::after, #header .menu_box ul li:hover::after {
  width: 100%;
}
#header .menu_box ul li.current_page_item > a, #header .menu_box ul li:hover > a {
  color: #0050A0;
}
#header .menu_box ul li.menu-item-has-children {
  position: relative;
}
#header .menu_box ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-left: 10px;
  margin-top: -5px;
  transition: all 0.3s ease-in-out;
}
#header .menu_box ul li.menu-item-has-children .sub-menu {
  position: absolute;
  background: #fff;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  list-style: none;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
  display: block;
  height: auto;
  visibility: hidden;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li {
  display: block;
  margin-bottom: 5px;
  padding: 7.5px 20px;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li::after {
  display: none;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li a {
  color: #2B2B29;
  font-weight: 500;
  text-transform: inherit;
  justify-content: flex-start;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li a:hover {
  color: #0050A0;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li:first-child {
  padding-top: 15px;
}
#header .menu_box ul li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
#header .menu_box ul li.menu-item-has-children:hover a::after {
  transform: rotate(-180deg);
}
#header .menu_box ul li.menu-item-has-children:hover .sub-menu {
  max-height: 1000px;
  border-color: #DFDFDF;
  visibility: visible;
}
#header .icon_col {
  display: flex;
  justify-content: flex-end;
  width: -moz-max-content;
  width: max-content;
}
#header .icon_col .menu_icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  background: #fff;
  outline: none;
  box-shadow: unset;
  border-bottom: unset;
  border-top: unset;
}
#header .icon_col .menu_icon.active {
  background: #F5F5F5;
}
#header .icon_col .menu_icon i {
  transition: all 0.4s ease-in-out;
  color: #2B2B29;
}
#header .icon_col .menu_icon:hover {
  background: #DFDFDF;
  border-color: #fff;
}
#header .icon_col .menu_icon:first-child {
  border-right: none;
}
#header .icon_col .menu_icon:last-child {
  border: none;
}
#header .icon_col .menu_icon.my_account {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
}
#header .icon_col .menu_icon.my_account.not_logged_in {
  width: 80px;
}
#header .icon_col .menu_icon.my_account.not_logged_in.active {
  background: #DFDFDF;
}
#header .icon_col .menu_icon.my_account a {
  color: #2B2B29;
}
#header .icon_col .menu_icon.my_account a span {
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
#header .icon_col .menu_icon.my_account a i {
  margin-left: 10px;
  font-weight: 700;
}
#header .icon_col .menu_icon.my_account .my_account_box {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  border: 1px solid transparent;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
#header .icon_col .menu_icon.my_account .my_account_box ul {
  list-style: none;
  background: #fff;
  margin-bottom: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
#header .icon_col .menu_icon.my_account .my_account_box ul li {
  padding: 0;
}
#header .icon_col .menu_icon.my_account .my_account_box ul li a {
  color: #2B2B29;
  font-weight: 500;
  padding: 7.5px 15px;
  display: block;
  width: 100%;
}
#header .icon_col .menu_icon.my_account .my_account_box ul li a:hover {
  color: #0050A0;
}
#header .icon_col .menu_icon.my_account .my_account_box ul li:last-child a {
  padding-bottom: 15px;
}
#header .icon_col .menu_icon.my_account .my_account_box ul li:first-child a {
  padding-top: 15px;
}
#header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) i {
  transform: rotate(-180deg);
}
#header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) .my_account_box {
  max-height: 500px;
  border-color: #DFDFDF;
}
#header .icon_col .menu_icon.shopping_cart i {
  position: relative;
}
#header .icon_col .menu_icon.shopping_cart i .mini_cart_count {
  position: absolute;
  background: #F2930A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  top: -15px;
  right: -10px;
}
#header .search_box {
  position: fixed;
  z-index: 20;
  top: 126px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 126px);
  background: #F5F5F5;
  padding: 80px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
#header .search_box.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#header .search_box .close_search_box {
  position: fixed;
  right: 0;
  top: 0;
  background: #0050A0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#header .search_box .close_search_box i {
  font-size: 28px;
  color: #fff;
}
#header .search_box .close_search_box span {
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #fff;
  font-weight: 500;
}
#header .search_box .close_search_box:hover {
  background: red;
}
#header .search_box h3, #header .search_box .h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 35px;
}
#header .search_box form input {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  font-size: 30px;
  font-family: "Majorant";
  font-weight: 500;
  outline: none;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px 10px 25px;
}
#header .search_box .btn {
  cursor: pointer;
}
#header.sticky {
  top: 0;
}
#header.sticky .search_box {
  top: 81px;
  max-height: calc(100vh - 81px);
}
#header.sticky .mega_menu_box {
  top: 81px;
}
#header .mega_menu_box {
  position: fixed;
  top: 126px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  background: rgba(43, 43, 41, 0.2);
  height: 100%;
  max-height: calc(100vh - 126px);
}
#header .mega_menu_box.active {
  visibility: visible;
  opacity: 1;
}
#header .mega_menu_box .container .row {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0;
  padding: 45px 30px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
}
#header .mega_menu_box .container .row .mega_menu_col {
  width: 20%;
}
#header .mega_menu_box .container .row .mega_menu_col.two {
  width: 40%;
}
#header .mega_menu_box .container .row .mega_menu_col.two ul {
  -moz-columns: 2;
       columns: 2;
}
#header .mega_menu_box .container .row .mega_menu_col.four {
  width: 80%;
}
#header .mega_menu_box .container .row .mega_menu_col.four ul {
  -moz-columns: 4;
       columns: 4;
}
#header .mega_menu_box .container .row .mega_menu_col h4, #header .mega_menu_box .container .row .mega_menu_col .h4 {
  color: #0050A0;
}
#header .mega_menu_box .container .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .mega_menu_box .container .row ul li a {
  color: #2B2B29;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.3s linear;
}
#header .mega_menu_box .container .row ul li a:hover {
  color: #0050A0;
}
#header .mega_menu_box .container .row ul li.letter a {
  background: #F2930A;
  border-radius: 5px;
  padding: 5px 5px 2px 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  line-height: 18px;
}
#header .responsive_menu {
  position: relative;
  padding: 0;
}

#login_popup {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: rgba(43, 43, 41, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#login_popup.active {
  visibility: visible;
  opacity: 1;
}
#login_popup.active .login_form, #login_popup.active .registration_form {
  transform: translateY(0);
}
#login_popup .login_form, #login_popup .registration_form {
  display: none;
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  max-height: 500px;
  overflow: auto;
}
#login_popup .login_form.active, #login_popup .registration_form.active {
  display: block;
}
#login_popup .login_form h2, #login_popup .login_form .h2, #login_popup .registration_form h2, #login_popup .registration_form .h2 {
  margin-bottom: 25px;
}
#login_popup .login_form label, #login_popup .registration_form label {
  display: block;
  font-weight: 500;
  font-family: "Majorant";
}
#login_popup .login_form input, #login_popup .registration_form input {
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #DFDFDF;
  width: 100%;
  margin-bottom: 25px;
  outline: none;
  font-family: "Majorant";
}
#login_popup .login_form .wpforms-submit-container, #login_popup .registration_form .wpforms-submit-container {
  text-align: right;
}
#login_popup .login_form .wpforms-sublabel-hide, #login_popup .registration_form .wpforms-sublabel-hide {
  display: none;
}
#login_popup .login_form .close_form, #login_popup .registration_form .close_form {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F2930A;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#login_popup .login_form .close_form i, #login_popup .registration_form .close_form i {
  margin-left: 10px;
}
#login_popup .login_form .open_register_form, #login_popup .login_form .open_login_form, #login_popup .registration_form .open_register_form, #login_popup .registration_form .open_login_form {
  text-align: center;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
#login_popup .login_form .open_register_form strong, #login_popup .login_form .open_login_form strong, #login_popup .registration_form .open_register_form strong, #login_popup .registration_form .open_login_form strong {
  color: #0050A0;
}

@media (max-width: 1599.98px) {
  .top_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0050A0;
    padding: 0.6944444444vw 1.0416666667vw;
    z-index: 17;
  }
  .top_bar .socials a {
    margin: 0 0.3472222222vw;
  }
  .top_bar a {
    color: #fff;
    font-weight: 600;
  }
  .top_bar .links {
    margin: 0 -1.0416666667vw;
  }
  .top_bar .links a {
    margin: 0 1.0416666667vw;
  }

  #header {
    position: fixed;
    top: 3.0902777778vw;
    width: 100%;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #DFDFDF;
    transition: all 0.2s linear;
  }
  #header .wide_container {
    margin-right: 0;
  }
  #header .wide_container .row {
    justify-content: space-between;
  }
  #header .logo_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .logo_box #logo {
    width: 13.8888888889vw;
  }
  #header .menu_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .menu_box .menu-header-container, #header .menu_box .menu-autosportmebu-home-container {
    height: 100%;
  }
  #header .menu_box ul {
    height: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  #header .menu_box ul li {
    position: relative;
    padding: 0 1.7361111111vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .menu_box ul li.mega_menu_dropdown.active a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.mega_menu_dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.6944444444vw;
    margin-top: -0.3472222222vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li::after {
    position: absolute;
    top: 100%;
    content: "";
    background: #0050A0;
    height: 0.3472222222vw;
    width: 0;
    margin-top: -0.2777777778vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a {
    color: #2B2B29;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a i {
    margin-left: 0.6944444444vw;
    margin-top: -0.4861111111vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li.current_page_item::after, #header .menu_box ul li:hover::after {
    width: 100%;
  }
  #header .menu_box ul li.current_page_item > a, #header .menu_box ul li:hover > a {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children {
    position: relative;
  }
  #header .menu_box ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.6944444444vw;
    margin-top: -0.3472222222vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    list-style: none;
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
    display: block;
    height: auto;
    visibility: hidden;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 0.3472222222vw;
    padding: 7.5px 20px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li::after {
    display: none;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a {
    color: #2B2B29;
    font-weight: 500;
    text-transform: inherit;
    justify-content: flex-start;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a:hover {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #header .menu_box ul li.menu-item-has-children:hover a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
    border-color: #DFDFDF;
    visibility: visible;
  }
  #header .icon_col {
    display: flex;
    justify-content: flex-end;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon {
    position: relative;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
    outline: none;
    box-shadow: unset;
    border-bottom: unset;
    border-top: unset;
  }
  #header .icon_col .menu_icon.active {
    background: #F5F5F5;
  }
  #header .icon_col .menu_icon i {
    transition: all 0.4s ease-in-out;
    color: #2B2B29;
  }
  #header .icon_col .menu_icon:hover {
    background: #DFDFDF;
    border-color: #fff;
  }
  #header .icon_col .menu_icon:first-child {
    border-right: none;
  }
  #header .icon_col .menu_icon:last-child {
    border: none;
  }
  #header .icon_col .menu_icon.my_account {
    width: -moz-max-content;
    width: max-content;
    padding: 0 1.3888888889vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in {
    width: 5.5555555556vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in.active {
    background: #DFDFDF;
  }
  #header .icon_col .menu_icon.my_account a {
    color: #2B2B29;
  }
  #header .icon_col .menu_icon.my_account a span {
    font-weight: 600;
    transition: all 0.4s ease-in-out;
  }
  #header .icon_col .menu_icon.my_account a i {
    margin-left: 10px;
    font-weight: 700;
  }
  #header .icon_col .menu_icon.my_account .my_account_box {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul {
    list-style: none;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li {
    padding: 0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a {
    color: #2B2B29;
    font-weight: 500;
    padding: 0.5208333333vw 1.0416666667vw;
    display: block;
    width: 100%;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a:hover {
    color: #0050A0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:last-child a {
    padding-bottom: 1.0416666667vw;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:first-child a {
    padding-top: 1.0416666667vw;
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) i {
    transform: rotate(-180deg);
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) .my_account_box {
    max-height: 500px;
    border-color: #DFDFDF;
  }
  #header .icon_col .menu_icon.shopping_cart i {
    position: relative;
  }
  #header .icon_col .menu_icon.shopping_cart i .mini_cart_count {
    position: absolute;
    background: #F2930A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    color: #fff;
    font-size: 0.6944444444vw;
    font-weight: 600;
    top: -1.0416666667vw;
    right: -0.6944444444vw;
  }
  #header .search_box {
    position: fixed;
    z-index: 20;
    top: 8.75vw;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 8.75vw);
    background: #F5F5F5;
    padding: 5.5555555556vw 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
    overflow: auto;
  }
  #header .search_box.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  #header .search_box .close_search_box {
    position: fixed;
    right: 0;
    top: 0;
    background: #0050A0;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #header .search_box .close_search_box i {
    font-size: 1.9444444444vw;
    color: #fff;
  }
  #header .search_box .close_search_box span {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #header .search_box .close_search_box:hover {
    background: red;
  }
  #header .search_box h3, #header .search_box .h3 {
    font-size: 3.4722222222vw;
    line-height: 4.1666666667vw;
    margin-bottom: 2.4305555556vw;
  }
  #header .search_box form input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 2.0833333333vw;
    font-family: "Majorant";
    font-weight: 500;
    outline: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 1.0416666667vw 1.7361111111vw 0.6944444444vw 1.7361111111vw;
  }
  #header .search_box .btn {
    cursor: pointer;
  }
  #header.sticky {
    top: 0;
  }
  #header.sticky .search_box {
    top: 5.625vw;
    max-height: calc(100vh - 5.625vw);
  }
  #header.sticky .mega_menu_box {
    top: 5.625vw;
  }
  #header .mega_menu_box {
    position: fixed;
    top: 8.75vw;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: rgba(43, 43, 41, 0.2);
    height: 100%;
    max-height: calc(100vh - 8.75vw);
  }
  #header .mega_menu_box.active {
    visibility: visible;
    opacity: 1;
  }
  #header .mega_menu_box .container .row {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: 3.125vw 2.0833333333vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  #header .mega_menu_box .container .row .mega_menu_col {
    width: 20%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two {
    width: 40%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two ul {
    -moz-columns: 2;
         columns: 2;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four {
    width: 80%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four ul {
    -moz-columns: 4;
         columns: 4;
  }
  #header .mega_menu_box .container .row .mega_menu_col h4, #header .mega_menu_box .container .row .mega_menu_col .h4 {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .mega_menu_box .container .row ul li a {
    color: #2B2B29;
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  #header .mega_menu_box .container .row ul li a:hover {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul li.letter a {
    background: #F2930A;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
  }
  #header .responsive_menu {
    position: relative;
    padding: 0;
  }

  #login_popup {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(43, 43, 41, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #login_popup.active {
    visibility: visible;
    opacity: 1;
  }
  #login_popup.active .login_form, #login_popup.active .registration_form {
    transform: translateY(0);
  }
  #login_popup .login_form, #login_popup .registration_form {
    display: none;
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 2.4305555556vw 1.7361111111vw;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    max-height: 500px;
    overflow: auto;
  }
  #login_popup .login_form.active, #login_popup .registration_form.active {
    display: block;
  }
  #login_popup .login_form h2, #login_popup .login_form .h2, #login_popup .registration_form h2, #login_popup .registration_form .h2 {
    margin-bottom: 1.7361111111vw;
  }
  #login_popup .login_form label, #login_popup .registration_form label {
    display: block;
    font-weight: 500;
    font-family: "Majorant";
  }
  #login_popup .login_form input, #login_popup .registration_form input {
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw 1.0416666667vw;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 1.7361111111vw;
    outline: none;
    font-family: "Majorant";
  }
  #login_popup .login_form .wpforms-submit-container, #login_popup .registration_form .wpforms-submit-container {
    text-align: right;
  }
  #login_popup .login_form .wpforms-sublabel-hide, #login_popup .registration_form .wpforms-sublabel-hide {
    display: none;
  }
  #login_popup .login_form .close_form, #login_popup .registration_form .close_form {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F2930A;
    color: #fff;
    border-radius: 1.3888888889vw;
    padding: 0.3472222222vw 1.0416666667vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #login_popup .login_form .close_form i, #login_popup .registration_form .close_form i {
    margin-left: 10px;
  }
  #login_popup .login_form .open_register_form, #login_popup .login_form .open_login_form, #login_popup .registration_form .open_register_form, #login_popup .registration_form .open_login_form {
    text-align: center;
    display: block;
    margin-top: 0.6944444444vw;
    cursor: pointer;
  }
  #login_popup .login_form .open_register_form strong, #login_popup .login_form .open_login_form strong, #login_popup .registration_form .open_register_form strong, #login_popup .registration_form .open_login_form strong {
    color: #0050A0;
  }
}
@media (max-width: 991.98px) {
  .top_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0050A0;
    padding: 0.6944444444vw 1.0416666667vw;
    z-index: 17;
  }
  .top_bar .socials a {
    margin: 0 0.3472222222vw;
  }
  .top_bar a {
    color: #fff;
    font-weight: 600;
  }
  .top_bar .links {
    margin: 0 -1.0416666667vw;
  }
  .top_bar .links a {
    margin: 0 1.0416666667vw;
  }

  #header {
    position: fixed;
    top: 3.0902777778vw;
    width: 100%;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #DFDFDF;
    transition: all 0.2s linear;
  }
  #header .wide_container {
    margin-right: 0;
  }
  #header .wide_container .row {
    justify-content: space-between;
  }
  #header .logo_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .logo_box #logo {
    width: 13.8888888889vw;
  }
  #header .menu_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .menu_box .menu-header-container, #header .menu_box .menu-autosportmebu-home-container {
    height: 100%;
  }
  #header .menu_box ul {
    height: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  #header .menu_box ul li {
    position: relative;
    padding: 0 1.7361111111vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .menu_box ul li.mega_menu_dropdown.active a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.mega_menu_dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.6944444444vw;
    margin-top: -0.3472222222vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li::after {
    position: absolute;
    top: 100%;
    content: "";
    background: #0050A0;
    height: 0.3472222222vw;
    width: 0;
    margin-top: -0.2777777778vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a {
    color: #2B2B29;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a i {
    margin-left: 0.6944444444vw;
    margin-top: -0.4861111111vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li.current_page_item::after, #header .menu_box ul li:hover::after {
    width: 100%;
  }
  #header .menu_box ul li.current_page_item > a, #header .menu_box ul li:hover > a {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children {
    position: relative;
  }
  #header .menu_box ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 0.6944444444vw;
    margin-top: -0.3472222222vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    list-style: none;
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
    display: block;
    height: auto;
    visibility: hidden;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 0.3472222222vw;
    padding: 7.5px 20px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li::after {
    display: none;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a {
    color: #2B2B29;
    font-weight: 500;
    text-transform: inherit;
    justify-content: flex-start;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a:hover {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #header .menu_box ul li.menu-item-has-children:hover a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
    border-color: #DFDFDF;
    visibility: visible;
  }
  #header .icon_col {
    display: flex;
    justify-content: flex-end;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon {
    position: relative;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
    outline: none;
    box-shadow: unset;
    border-bottom: unset;
    border-top: unset;
  }
  #header .icon_col .menu_icon.active {
    background: #F5F5F5;
  }
  #header .icon_col .menu_icon i {
    transition: all 0.4s ease-in-out;
    color: #2B2B29;
  }
  #header .icon_col .menu_icon:hover {
    background: #DFDFDF;
    border-color: #fff;
  }
  #header .icon_col .menu_icon:first-child {
    border-right: none;
  }
  #header .icon_col .menu_icon:last-child {
    border: none;
  }
  #header .icon_col .menu_icon.my_account {
    width: -moz-max-content;
    width: max-content;
    padding: 0 1.3888888889vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in {
    width: 5.5555555556vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in.active {
    background: #DFDFDF;
  }
  #header .icon_col .menu_icon.my_account a {
    color: #2B2B29;
  }
  #header .icon_col .menu_icon.my_account a span {
    font-weight: 600;
    transition: all 0.4s ease-in-out;
  }
  #header .icon_col .menu_icon.my_account a i {
    margin-left: 10px;
    font-weight: 700;
  }
  #header .icon_col .menu_icon.my_account .my_account_box {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul {
    list-style: none;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li {
    padding: 0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a {
    color: #2B2B29;
    font-weight: 500;
    padding: 0.5208333333vw 1.0416666667vw;
    display: block;
    width: 100%;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a:hover {
    color: #0050A0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:last-child a {
    padding-bottom: 1.0416666667vw;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:first-child a {
    padding-top: 1.0416666667vw;
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) i {
    transform: rotate(-180deg);
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) .my_account_box {
    max-height: 500px;
    border-color: #DFDFDF;
  }
  #header .icon_col .menu_icon.shopping_cart i {
    position: relative;
  }
  #header .icon_col .menu_icon.shopping_cart i .mini_cart_count {
    position: absolute;
    background: #F2930A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    color: #fff;
    font-size: 0.6944444444vw;
    font-weight: 600;
    top: -1.0416666667vw;
    right: -0.6944444444vw;
  }
  #header .search_box {
    position: fixed;
    z-index: 20;
    top: 8.75vw;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 8.75vw);
    background: #F5F5F5;
    padding: 5.5555555556vw 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
    overflow: auto;
  }
  #header .search_box.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  #header .search_box .close_search_box {
    position: fixed;
    right: 0;
    top: 0;
    background: #0050A0;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #header .search_box .close_search_box i {
    font-size: 1.9444444444vw;
    color: #fff;
  }
  #header .search_box .close_search_box span {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #header .search_box .close_search_box:hover {
    background: red;
  }
  #header .search_box h3, #header .search_box .h3 {
    font-size: 3.4722222222vw;
    line-height: 4.1666666667vw;
    margin-bottom: 2.4305555556vw;
  }
  #header .search_box form input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 2.0833333333vw;
    font-family: "Majorant";
    font-weight: 500;
    outline: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 1.0416666667vw 1.7361111111vw 0.6944444444vw 1.7361111111vw;
  }
  #header .search_box .btn {
    cursor: pointer;
  }
  #header.sticky {
    top: 0;
  }
  #header.sticky .search_box {
    top: 5.625vw;
    max-height: calc(100vh - 5.625vw);
  }
  #header.sticky .mega_menu_box {
    top: 5.625vw;
  }
  #header .mega_menu_box {
    position: fixed;
    top: 8.75vw;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: rgba(43, 43, 41, 0.2);
    height: 100%;
    max-height: calc(100vh - 8.75vw);
  }
  #header .mega_menu_box.active {
    visibility: visible;
    opacity: 1;
  }
  #header .mega_menu_box .container .row {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: 3.125vw 2.0833333333vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  #header .mega_menu_box .container .row .mega_menu_col {
    width: 20%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two {
    width: 40%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two ul {
    -moz-columns: 2;
         columns: 2;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four {
    width: 80%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four ul {
    -moz-columns: 4;
         columns: 4;
  }
  #header .mega_menu_box .container .row .mega_menu_col h4, #header .mega_menu_box .container .row .mega_menu_col .h4 {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .mega_menu_box .container .row ul li a {
    color: #2B2B29;
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  #header .mega_menu_box .container .row ul li a:hover {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul li.letter a {
    background: #F2930A;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
  }
  #header .responsive_menu {
    position: relative;
    padding: 0;
  }

  #login_popup {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(43, 43, 41, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #login_popup.active {
    visibility: visible;
    opacity: 1;
  }
  #login_popup.active .login_form, #login_popup.active .registration_form {
    transform: translateY(0);
  }
  #login_popup .login_form, #login_popup .registration_form {
    display: none;
    background: #fff;
    border-radius: 1.3888888889vw;
    padding: 2.4305555556vw 1.7361111111vw;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    max-height: 500px;
    overflow: auto;
  }
  #login_popup .login_form.active, #login_popup .registration_form.active {
    display: block;
  }
  #login_popup .login_form h2, #login_popup .login_form .h2, #login_popup .registration_form h2, #login_popup .registration_form .h2 {
    margin-bottom: 1.7361111111vw;
  }
  #login_popup .login_form label, #login_popup .registration_form label {
    display: block;
    font-weight: 500;
    font-family: "Majorant";
  }
  #login_popup .login_form input, #login_popup .registration_form input {
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw 1.0416666667vw;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 1.7361111111vw;
    outline: none;
    font-family: "Majorant";
  }
  #login_popup .login_form .wpforms-submit-container, #login_popup .registration_form .wpforms-submit-container {
    text-align: right;
  }
  #login_popup .login_form .wpforms-sublabel-hide, #login_popup .registration_form .wpforms-sublabel-hide {
    display: none;
  }
  #login_popup .login_form .close_form, #login_popup .registration_form .close_form {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F2930A;
    color: #fff;
    border-radius: 1.3888888889vw;
    padding: 0.3472222222vw 1.0416666667vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #login_popup .login_form .close_form i, #login_popup .registration_form .close_form i {
    margin-left: 10px;
  }
  #login_popup .login_form .open_register_form, #login_popup .login_form .open_login_form, #login_popup .registration_form .open_register_form, #login_popup .registration_form .open_login_form {
    text-align: center;
    display: block;
    margin-top: 0.6944444444vw;
    cursor: pointer;
  }
  #login_popup .login_form .open_register_form strong, #login_popup .login_form .open_login_form strong, #login_popup .registration_form .open_register_form strong, #login_popup .registration_form .open_login_form strong {
    color: #0050A0;
  }
}
@media (max-width: 767.98px) {
  .top_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0050A0;
    padding: 1.3020833333vw 1.953125vw;
    z-index: 17;
  }
  .top_bar .socials a {
    margin: 0 0.6510416667vw;
  }
  .top_bar a {
    color: #fff;
    font-weight: 600;
  }
  .top_bar .links {
    margin: 0 -1.953125vw;
  }
  .top_bar .links a {
    margin: 0 1.953125vw;
  }

  #header {
    position: fixed;
    top: 5.7942708333vw;
    width: 100%;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #DFDFDF;
    transition: all 0.2s linear;
  }
  #header .wide_container {
    margin-right: 0;
  }
  #header .wide_container .row {
    justify-content: space-between;
  }
  #header .logo_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .logo_box #logo {
    width: 14.9739583333vw;
  }
  #header .menu_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .menu_box .menu-header-container, #header .menu_box .menu-autosportmebu-home-container {
    height: 100%;
  }
  #header .menu_box ul {
    height: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  #header .menu_box ul li {
    position: relative;
    padding: 0 3.2552083333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .menu_box ul li.mega_menu_dropdown.active a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.mega_menu_dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 1.3020833333vw;
    margin-top: -0.6510416667vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li::after {
    position: absolute;
    top: 100%;
    content: "";
    background: #0050A0;
    height: 0.6510416667vw;
    width: 0;
    margin-top: -0.5208333333vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a {
    color: #2B2B29;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a i {
    margin-left: 1.3020833333vw;
    margin-top: -0.9114583333vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li.current_page_item::after, #header .menu_box ul li:hover::after {
    width: 100%;
  }
  #header .menu_box ul li.current_page_item > a, #header .menu_box ul li:hover > a {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children {
    position: relative;
  }
  #header .menu_box ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 1.3020833333vw;
    margin-top: -0.6510416667vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    list-style: none;
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
    display: block;
    height: auto;
    visibility: hidden;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 0.6510416667vw;
    padding: 7.5px 20px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li::after {
    display: none;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a {
    color: #2B2B29;
    font-weight: 500;
    text-transform: inherit;
    justify-content: flex-start;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a:hover {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #header .menu_box ul li.menu-item-has-children:hover a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
    border-color: #DFDFDF;
    visibility: visible;
  }
  #header .icon_col {
    display: flex;
    justify-content: flex-end;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon {
    position: relative;
    width: 6.5104166667vw;
    height: 7.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
    outline: none;
    box-shadow: unset;
    border-bottom: unset;
    border-top: unset;
  }
  #header .icon_col .menu_icon.active {
    background: #F5F5F5;
  }
  #header .icon_col .menu_icon i {
    transition: all 0.4s ease-in-out;
    color: #2B2B29;
  }
  #header .icon_col .menu_icon:hover {
    background: #DFDFDF;
    border-color: #fff;
  }
  #header .icon_col .menu_icon:first-child {
    border-right: none;
  }
  #header .icon_col .menu_icon:last-child {
    border: none;
  }
  #header .icon_col .menu_icon.my_account {
    width: -moz-max-content;
    width: max-content;
    padding: 0 2.6041666667vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in {
    width: 10.4166666667vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in.active {
    background: #DFDFDF;
  }
  #header .icon_col .menu_icon.my_account a {
    color: #2B2B29;
  }
  #header .icon_col .menu_icon.my_account a span {
    font-weight: 600;
    transition: all 0.4s ease-in-out;
  }
  #header .icon_col .menu_icon.my_account a i {
    margin-left: 10px;
    font-weight: 700;
  }
  #header .icon_col .menu_icon.my_account .my_account_box {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul {
    list-style: none;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li {
    padding: 0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a {
    color: #2B2B29;
    font-weight: 500;
    padding: 0.9765625vw 1.953125vw;
    display: block;
    width: 100%;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a:hover {
    color: #0050A0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:last-child a {
    padding-bottom: 1.953125vw;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:first-child a {
    padding-top: 1.953125vw;
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) i {
    transform: rotate(-180deg);
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) .my_account_box {
    max-height: 500px;
    border-color: #DFDFDF;
  }
  #header .icon_col .menu_icon.shopping_cart i {
    position: relative;
  }
  #header .icon_col .menu_icon.shopping_cart i .mini_cart_count {
    position: absolute;
    background: #F2930A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    color: #fff;
    font-size: 1.3020833333vw;
    font-weight: 600;
    top: -1.953125vw;
    right: -1.3020833333vw;
  }
  #header .search_box {
    position: fixed;
    z-index: 20;
    top: 7.9427083333vw;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 7.9427083333vw);
    background: #F5F5F5;
    padding: 10.4166666667vw 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
    overflow: auto;
  }
  #header .search_box.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  #header .search_box .close_search_box {
    position: fixed;
    right: 0;
    top: 0;
    background: #0050A0;
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #header .search_box .close_search_box i {
    font-size: 1.8229166667vw;
    color: #fff;
  }
  #header .search_box .close_search_box span {
    margin-top: 0.6510416667vw;
    font-size: 1.3020833333vw;
    line-height: 1.3020833333vw;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #header .search_box .close_search_box:hover {
    background: red;
  }
  #header .search_box h3, #header .search_box .h3 {
    font-size: 3.2552083333vw;
    line-height: 3.90625vw;
    margin-bottom: 4.5572916667vw;
  }
  #header .search_box form input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 2.34375vw;
    font-family: "Majorant";
    font-weight: 500;
    outline: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 1.953125vw 3.2552083333vw 1.3020833333vw 3.2552083333vw;
  }
  #header .search_box .btn {
    cursor: pointer;
  }
  #header.sticky {
    top: 0;
  }
  #header.sticky .search_box {
    top: 10.546875vw;
    max-height: calc(100vh - 10.546875vw);
  }
  #header.sticky .mega_menu_box {
    top: 10.546875vw;
  }
  #header .mega_menu_box {
    position: fixed;
    top: 16.40625vw;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: rgba(43, 43, 41, 0.2);
    height: 100%;
    max-height: calc(100vh - 16.40625vw);
  }
  #header .mega_menu_box.active {
    visibility: visible;
    opacity: 1;
  }
  #header .mega_menu_box .container .row {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: 5.859375vw 3.90625vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  #header .mega_menu_box .container .row .mega_menu_col {
    width: 20%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two {
    width: 40%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two ul {
    -moz-columns: 2;
         columns: 2;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four {
    width: 80%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four ul {
    -moz-columns: 4;
         columns: 4;
  }
  #header .mega_menu_box .container .row .mega_menu_col h4, #header .mega_menu_box .container .row .mega_menu_col .h4 {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .mega_menu_box .container .row ul li a {
    color: #2B2B29;
    font-size: 2.0833333333vw;
    line-height: 3.3854166667vw;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  #header .mega_menu_box .container .row ul li a:hover {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul li.letter a {
    background: #F2930A;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
  }
  #header .responsive_menu {
    position: relative;
    padding: 0;
  }

  #login_popup {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(43, 43, 41, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #login_popup.active {
    visibility: visible;
    opacity: 1;
  }
  #login_popup.active .login_form, #login_popup.active .registration_form {
    transform: translateY(0);
  }
  #login_popup .login_form, #login_popup .registration_form {
    display: none;
    background: #fff;
    border-radius: 2.6041666667vw;
    padding: 4.5572916667vw 3.2552083333vw;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    max-height: 500px;
    overflow: auto;
  }
  #login_popup .login_form.active, #login_popup .registration_form.active {
    display: block;
  }
  #login_popup .login_form h2, #login_popup .login_form .h2, #login_popup .registration_form h2, #login_popup .registration_form .h2 {
    margin-bottom: 3.2552083333vw;
  }
  #login_popup .login_form label, #login_popup .registration_form label {
    display: block;
    font-weight: 500;
    font-family: "Majorant";
  }
  #login_popup .login_form input, #login_popup .registration_form input {
    border-radius: 1.3020833333vw;
    padding: 1.3020833333vw 1.953125vw;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 3.2552083333vw;
    outline: none;
    font-family: "Majorant";
  }
  #login_popup .login_form .wpforms-submit-container, #login_popup .registration_form .wpforms-submit-container {
    text-align: right;
  }
  #login_popup .login_form .wpforms-sublabel-hide, #login_popup .registration_form .wpforms-sublabel-hide {
    display: none;
  }
  #login_popup .login_form .close_form, #login_popup .registration_form .close_form {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F2930A;
    color: #fff;
    border-radius: 2.6041666667vw;
    padding: 0.6510416667vw 1.953125vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #login_popup .login_form .close_form i, #login_popup .registration_form .close_form i {
    margin-left: 10px;
  }
  #login_popup .login_form .open_register_form, #login_popup .login_form .open_login_form, #login_popup .registration_form .open_register_form, #login_popup .registration_form .open_login_form {
    text-align: center;
    display: block;
    margin-top: 1.3020833333vw;
    cursor: pointer;
  }
  #login_popup .login_form .open_register_form strong, #login_popup .login_form .open_login_form strong, #login_popup .registration_form .open_register_form strong, #login_popup .registration_form .open_login_form strong {
    color: #0050A0;
  }
}
@media (max-width: 575.98px) {
  .top_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0050A0;
    padding: 2.6666666667vw 4vw;
    z-index: 17;
  }
  .top_bar .socials a {
    margin: 0 1.3333333333vw;
  }
  .top_bar a {
    color: #fff;
    font-weight: 600;
  }
  .top_bar .links {
    margin: 0 -4vw;
  }
  .top_bar .links a {
    margin: 0 4vw;
  }

  #header {
    position: fixed;
    top: 11.8666666667vw;
    width: 100%;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #DFDFDF;
    transition: all 0.2s linear;
  }
  #header .wide_container {
    margin-right: 0;
  }
  #header .wide_container .row {
    justify-content: space-between;
  }
  #header .logo_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .logo_box #logo {
    width: 30.6666666667vw;
  }
  #header .menu_box {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  #header .menu_box .menu-header-container, #header .menu_box .menu-autosportmebu-home-container {
    height: 100%;
  }
  #header .menu_box ul {
    height: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  #header .menu_box ul li {
    position: relative;
    padding: 0 6.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .menu_box ul li.mega_menu_dropdown.active a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.mega_menu_dropdown a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li::after {
    position: absolute;
    top: 100%;
    content: "";
    background: #0050A0;
    height: 1.3333333333vw;
    width: 0;
    margin-top: -1.0666666667vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a {
    color: #2B2B29;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li a i {
    margin-left: 2.6666666667vw;
    margin-top: -1.8666666667vw;
    transition: all 0.3s linear;
  }
  #header .menu_box ul li.current_page_item::after, #header .menu_box ul li:hover::after {
    width: 100%;
  }
  #header .menu_box ul li.current_page_item > a, #header .menu_box ul li:hover > a {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children {
    position: relative;
  }
  #header .menu_box ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-left: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    transition: all 0.3s ease-in-out;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    list-style: none;
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
    display: block;
    height: auto;
    visibility: hidden;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 1.3333333333vw;
    padding: 7.5px 20px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li::after {
    display: none;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a {
    color: #2B2B29;
    font-weight: 500;
    text-transform: inherit;
    justify-content: flex-start;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li a:hover {
    color: #0050A0;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
  }
  #header .menu_box ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #header .menu_box ul li.menu-item-has-children:hover a::after {
    transform: rotate(-180deg);
  }
  #header .menu_box ul li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
    border-color: #DFDFDF;
    visibility: visible;
  }
  #header .icon_col {
    display: flex;
    justify-content: flex-end;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon {
    position: relative;
    width: 13.3333333333vw;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
    outline: none;
    box-shadow: unset;
    border-bottom: unset;
    border-top: unset;
  }
  #header .icon_col .menu_icon.active {
    background: #F5F5F5;
  }
  #header .icon_col .menu_icon i {
    transition: all 0.4s ease-in-out;
    color: #2B2B29;
  }
  #header .icon_col .menu_icon:hover {
    background: #DFDFDF;
    border-color: #fff;
  }
  #header .icon_col .menu_icon:first-child {
    border-right: none;
  }
  #header .icon_col .menu_icon:last-child {
    border: none;
  }
  #header .icon_col .menu_icon.my_account {
    width: -moz-max-content;
    width: max-content;
    padding: 0 5.3333333333vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in {
    width: 21.3333333333vw;
  }
  #header .icon_col .menu_icon.my_account.not_logged_in.active {
    background: #DFDFDF;
  }
  #header .icon_col .menu_icon.my_account a {
    color: #2B2B29;
  }
  #header .icon_col .menu_icon.my_account a span {
    font-weight: 600;
    transition: all 0.4s ease-in-out;
  }
  #header .icon_col .menu_icon.my_account a i {
    margin-left: 10px;
    font-weight: 700;
  }
  #header .icon_col .menu_icon.my_account .my_account_box {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    border: 1px solid transparent;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: border 0.2s linear, max-height 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul {
    list-style: none;
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li {
    padding: 0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a {
    color: #2B2B29;
    font-weight: 500;
    padding: 2vw 4vw;
    display: block;
    width: 100%;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li a:hover {
    color: #0050A0;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:last-child a {
    padding-bottom: 4vw;
  }
  #header .icon_col .menu_icon.my_account .my_account_box ul li:first-child a {
    padding-top: 4vw;
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) i {
    transform: rotate(-180deg);
  }
  #header .icon_col .menu_icon.my_account:hover:not(.not_logged_in) .my_account_box {
    max-height: 500px;
    border-color: #DFDFDF;
  }
  #header .icon_col .menu_icon.shopping_cart i {
    position: relative;
  }
  #header .icon_col .menu_icon.shopping_cart i .mini_cart_count {
    position: absolute;
    background: #F2930A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    color: #fff;
    font-size: 2.6666666667vw;
    font-weight: 600;
    top: -4vw;
    right: -2.6666666667vw;
  }
  #header .search_box {
    position: fixed;
    z-index: 20;
    top: 16.2666666667vw;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 16.2666666667vw);
    background: #F5F5F5;
    padding: 21.3333333333vw 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
    overflow: auto;
  }
  #header .search_box.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  #header .search_box .close_search_box {
    position: fixed;
    right: 0;
    top: 0;
    background: #0050A0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  #header .search_box .close_search_box i {
    font-size: 3.7333333333vw;
    color: #fff;
  }
  #header .search_box .close_search_box span {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #header .search_box .close_search_box:hover {
    background: red;
  }
  #header .search_box h3, #header .search_box .h3 {
    font-size: 6.6666666667vw;
    line-height: 8vw;
    margin-bottom: 9.3333333333vw;
  }
  #header .search_box form input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 4.8vw;
    font-family: "Majorant";
    font-weight: 500;
    outline: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 4vw 6.6666666667vw 2.6666666667vw 6.6666666667vw;
  }
  #header .search_box .btn {
    cursor: pointer;
  }
  #header.sticky {
    top: 0;
  }
  #header.sticky .search_box {
    top: 21.6vw;
    max-height: calc(100vh - 21.6vw);
  }
  #header.sticky .mega_menu_box {
    top: 21.6vw;
  }
  #header .mega_menu_box {
    position: fixed;
    top: 33.6vw;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: rgba(43, 43, 41, 0.2);
    height: 100%;
    max-height: calc(100vh - 33.6vw);
  }
  #header .mega_menu_box.active {
    visibility: visible;
    opacity: 1;
  }
  #header .mega_menu_box .container .row {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: 12vw 8vw;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  }
  #header .mega_menu_box .container .row .mega_menu_col {
    width: 20%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two {
    width: 40%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.two ul {
    -moz-columns: 2;
         columns: 2;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four {
    width: 80%;
  }
  #header .mega_menu_box .container .row .mega_menu_col.four ul {
    -moz-columns: 4;
         columns: 4;
  }
  #header .mega_menu_box .container .row .mega_menu_col h4, #header .mega_menu_box .container .row .mega_menu_col .h4 {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .mega_menu_box .container .row ul li a {
    color: #2B2B29;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  #header .mega_menu_box .container .row ul li a:hover {
    color: #0050A0;
  }
  #header .mega_menu_box .container .row ul li.letter a {
    background: #F2930A;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
  }
  #header .responsive_menu {
    position: relative;
    padding: 0;
  }

  #login_popup {
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(43, 43, 41, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #login_popup.active {
    visibility: visible;
    opacity: 1;
  }
  #login_popup.active .login_form, #login_popup.active .registration_form {
    transform: translateY(0);
  }
  #login_popup .login_form, #login_popup .registration_form {
    display: none;
    background: #fff;
    border-radius: 5.3333333333vw;
    padding: 9.3333333333vw 6.6666666667vw;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    max-height: 500px;
    overflow: auto;
  }
  #login_popup .login_form.active, #login_popup .registration_form.active {
    display: block;
  }
  #login_popup .login_form h2, #login_popup .login_form .h2, #login_popup .registration_form h2, #login_popup .registration_form .h2 {
    margin-bottom: 6.6666666667vw;
  }
  #login_popup .login_form label, #login_popup .registration_form label {
    display: block;
    font-weight: 500;
    font-family: "Majorant";
  }
  #login_popup .login_form input, #login_popup .registration_form input {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 4vw;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 6.6666666667vw;
    outline: none;
    font-family: "Majorant";
  }
  #login_popup .login_form .wpforms-submit-container, #login_popup .registration_form .wpforms-submit-container {
    text-align: right;
  }
  #login_popup .login_form .wpforms-sublabel-hide, #login_popup .registration_form .wpforms-sublabel-hide {
    display: none;
  }
  #login_popup .login_form .close_form, #login_popup .registration_form .close_form {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F2930A;
    color: #fff;
    border-radius: 5.3333333333vw;
    padding: 1.3333333333vw 4vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #login_popup .login_form .close_form i, #login_popup .registration_form .close_form i {
    margin-left: 10px;
  }
  #login_popup .login_form .open_register_form, #login_popup .login_form .open_login_form, #login_popup .registration_form .open_register_form, #login_popup .registration_form .open_login_form {
    text-align: center;
    display: block;
    margin-top: 2.6666666667vw;
    cursor: pointer;
  }
  #login_popup .login_form .open_register_form strong, #login_popup .login_form .open_login_form strong, #login_popup .registration_form .open_register_form strong, #login_popup .registration_form .open_login_form strong {
    color: #0050A0;
  }
}
.btn, .wp-block-button__link {
  display: inline-flex;
  border: none;
  padding: 7.5px 25px;
  border-radius: 10px;
  font-family: "Majorant";
  font-weight: 600;
  transition: all 0.3s linear;
}
.btn.btn_orange, .btn.has-orange-background-color, .wp-block-button__link.btn_orange, .wp-block-button__link.has-orange-background-color {
  background: #F2930A;
  color: #fff;
}
.btn.btn_blue, .btn.has-blue-background-color, .wp-block-button__link.btn_blue, .wp-block-button__link.has-blue-background-color {
  background: #0050A0;
  color: #fff;
}
.btn.btn_trans_white, .wp-block-button__link.btn_trans_white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn_trans_white:hover, .wp-block-button__link.btn_trans_white:hover {
  color: #2B2B29;
  background: #fff;
}

.wp-block-button__link {
  display: inline-block;
}

.arrow_right {
  font-weight: 600;
  transition: all 0.3s linear;
}
.arrow_right i {
  margin-left: 10px;
}
.arrow_right.black:hover {
  color: #F2930A;
}

@media (max-width: 1599.98px) {
  .btn, .wp-block-button__link {
    display: inline-flex;
    border: none;
    padding: 0.5208333333vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .btn.btn_orange, .btn.has-orange-background-color, .wp-block-button__link.btn_orange, .wp-block-button__link.has-orange-background-color {
    background: #F2930A;
    color: #fff;
  }
  .btn.btn_blue, .btn.has-blue-background-color, .wp-block-button__link.btn_blue, .wp-block-button__link.has-blue-background-color {
    background: #0050A0;
    color: #fff;
  }
  .btn.btn_trans_white, .wp-block-button__link.btn_trans_white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.btn_trans_white:hover, .wp-block-button__link.btn_trans_white:hover {
    color: #2B2B29;
    background: #fff;
  }

  .wp-block-button__link {
    display: inline-block;
  }

  .arrow_right {
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .arrow_right i {
    margin-left: 0.6944444444vw;
  }
  .arrow_right.black:hover {
    color: #F2930A;
  }
}
@media (max-width: 991.98px) {
  .btn, .wp-block-button__link {
    display: inline-flex;
    border: none;
    padding: 0.5208333333vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    font-family: "Majorant";
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .btn.btn_orange, .btn.has-orange-background-color, .wp-block-button__link.btn_orange, .wp-block-button__link.has-orange-background-color {
    background: #F2930A;
    color: #fff;
  }
  .btn.btn_blue, .btn.has-blue-background-color, .wp-block-button__link.btn_blue, .wp-block-button__link.has-blue-background-color {
    background: #0050A0;
    color: #fff;
  }
  .btn.btn_trans_white, .wp-block-button__link.btn_trans_white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.btn_trans_white:hover, .wp-block-button__link.btn_trans_white:hover {
    color: #2B2B29;
    background: #fff;
  }

  .wp-block-button__link {
    display: inline-block;
  }

  .arrow_right {
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .arrow_right i {
    margin-left: 0.6944444444vw;
  }
  .arrow_right.black:hover {
    color: #F2930A;
  }
}
@media (max-width: 767.98px) {
  .btn, .wp-block-button__link {
    display: inline-flex;
    border: none;
    padding: 0.9765625vw 3.2552083333vw;
    border-radius: 1.3020833333vw;
    font-family: "Majorant";
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .btn.btn_orange, .btn.has-orange-background-color, .wp-block-button__link.btn_orange, .wp-block-button__link.has-orange-background-color {
    background: #F2930A;
    color: #fff;
  }
  .btn.btn_blue, .btn.has-blue-background-color, .wp-block-button__link.btn_blue, .wp-block-button__link.has-blue-background-color {
    background: #0050A0;
    color: #fff;
  }
  .btn.btn_trans_white, .wp-block-button__link.btn_trans_white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.btn_trans_white:hover, .wp-block-button__link.btn_trans_white:hover {
    color: #2B2B29;
    background: #fff;
  }

  .wp-block-button__link {
    display: inline-block;
  }

  .arrow_right {
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .arrow_right i {
    margin-left: 1.3020833333vw;
  }
  .arrow_right.black:hover {
    color: #F2930A;
  }
}
@media (max-width: 575.98px) {
  .btn, .wp-block-button__link {
    display: inline-flex;
    border: none;
    padding: 2vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    font-family: "Majorant";
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .btn.btn_orange, .btn.has-orange-background-color, .wp-block-button__link.btn_orange, .wp-block-button__link.has-orange-background-color {
    background: #F2930A;
    color: #fff;
  }
  .btn.btn_blue, .btn.has-blue-background-color, .wp-block-button__link.btn_blue, .wp-block-button__link.has-blue-background-color {
    background: #0050A0;
    color: #fff;
  }
  .btn.btn_trans_white, .wp-block-button__link.btn_trans_white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn.btn_trans_white:hover, .wp-block-button__link.btn_trans_white:hover {
    color: #2B2B29;
    background: #fff;
  }

  .wp-block-button__link {
    display: inline-block;
  }

  .arrow_right {
    font-weight: 600;
    transition: all 0.3s linear;
  }
  .arrow_right i {
    margin-left: 2.6666666667vw;
  }
  .arrow_right.black:hover {
    color: #F2930A;
  }
}
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  color: #F2930A;
  width: 300px;
  height: 300px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 200;
  text-align: center;
}
.loading-window.bottom {
  top: unset;
  height: 200px;
}

.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: 100%;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 0.2s;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #F2930A;
  animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background: #F2930A;
  animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #F2930A;
  border-left: 20px solid #F2930A;
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #F2930A;
  background: none;
  box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #333;
  background: linear-gradient(45deg, transparent 45%, #F2930A 46%, #F2930A 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #F2930A 46%, #F2930A 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #F2930A 46%, #F2930A 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #F2930A 46%, #F2930A 54%, transparent 55%), radial-gradient(#F2930A 29%, transparent 30%, transparent 50%, #F2930A 51%), #333;
  animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

.no_more_products {
  width: 100%;
  text-align: center;
  border-top: 1px solid #DFDFDF;
  padding-top: 25px;
  font-size: 28px;
}
.no_more_products span {
  font-weight: 500;
}

#homepage_header.error {
  position: relative;
  padding: 100px 0 150px 0;
}
#homepage_header.error .message h1, #homepage_header.error .message .h1 {
  font-size: 300px;
  color: #F2930A;
  margin-bottom: -50px;
}
#homepage_header.error .message p {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
}
#homepage_header.error .search_car_box {
  background: unset;
  box-shadow: unset;
  text-align: center;
}

@media (max-width: 1599.98px) {
  #homepage_header.error {
    position: relative;
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }
  #homepage_header.error .message h1, #homepage_header.error .message .h1 {
    font-size: 20.8333333333vw;
    color: #F2930A;
    margin-bottom: -3.4722222222vw;
  }
  #homepage_header.error .message p {
    font-size: 3.4722222222vw;
    font-weight: 600;
    margin-bottom: 3.4722222222vw;
  }
  #homepage_header.error .search_car_box {
    background: unset;
    box-shadow: unset;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  #homepage_header.error {
    position: relative;
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }
  #homepage_header.error .message h1, #homepage_header.error .message .h1 {
    font-size: 20.8333333333vw;
    color: #F2930A;
    margin-bottom: -3.4722222222vw;
  }
  #homepage_header.error .message p {
    font-size: 3.4722222222vw;
    font-weight: 600;
    margin-bottom: 3.4722222222vw;
  }
  #homepage_header.error .search_car_box {
    background: unset;
    box-shadow: unset;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #homepage_header.error {
    position: relative;
    padding: 6.5104166667vw 0 0 0;
  }
  #homepage_header.error .message h1, #homepage_header.error .message .h1 {
    font-size: 13.0208333333vw;
    color: #F2930A;
    margin-bottom: 0;
  }
  #homepage_header.error .message p {
    font-size: 3.6458333333vw;
    font-weight: 600;
    margin-bottom: 6.5104166667vw;
  }
  #homepage_header.error .search_car_box {
    background: unset;
    box-shadow: unset;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  #homepage_header.error {
    position: relative;
    padding: 13.3333333333vw 0 0 0;
  }
  #homepage_header.error .message h1, #homepage_header.error .message .h1 {
    font-size: 26.6666666667vw;
    color: #F2930A;
    margin-bottom: 0;
  }
  #homepage_header.error .message p {
    font-size: 7.4666666667vw;
    font-weight: 600;
    margin-bottom: 13.3333333333vw;
  }
  #homepage_header.error .search_car_box {
    background: unset;
    box-shadow: unset;
    text-align: center;
  }
}
#blogs.blog_overview {
  margin-top: -100px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  #blogs.blog_overview {
    margin-top: -6.9444444444vw;
  }
}

.blog_row {
  justify-content: space-between;
  margin: 0;
}
.blog_row .blog {
  width: 350px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  .blog_row .blog {
    width: 24.3055555556vw;
  }
}
.blog_row .blog .img_box {
  position: relative;
  overflow: hidden;
  height: 185px;
  width: 350px;
  box-shadow: rgba(149, 157, 165, 0.1) 0 4px 12px;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  .blog_row .blog .img_box {
    height: 12.8472222222vw;
    width: 24.3055555556vw;
    margin-bottom: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
}
.blog_row .blog .img_box img {
  height: 185px;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s linear;
}
@media (max-width: 1439px) and (min-width: 992px) {
  .blog_row .blog .img_box img {
    height: 12.8472222222vw;
    width: 24.3055555556vw;
    border-radius: 0.6944444444vw;
  }
}
.blog_row .blog h3, .blog_row .blog .h3 {
  text-align: center;
  font-family: "Majorant";
  font-weight: 600;
  font-size: 18px;
  color: #2B2B29;
}
.blog_row .blog:hover img {
  transform: scale(1.1);
}

#related_posts {
  background: #fff;
}

#news_overview .news_box {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  height: 100%;
}
#news_overview .news_box .img_box {
  height: 300px;
  overflow: hidden;
}
#news_overview .news_box .img_box img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_overview .news_box .content {
  position: relative;
  padding: 20px 20px 65px 20px;
  background: #fff;
  min-height: 335px;
}
#news_overview .news_box .read_more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#subpage_header.blog {
  padding: 50px 0 0 0;
}
#subpage_header.blog .categorys {
  margin-bottom: 25px;
}
#subpage_header.blog .categorys a {
  background: #0050A0;
  padding: 5px 10px;
  color: #fff;
}

#single_post_content iframe {
  width: 100%;
  height: 400px;
}
#single_post_content .share {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
#single_post_content .share h3, #single_post_content .share .h3 {
  font-size: 28px;
}
#single_post_content .share .icons {
  display: flex;
  justify-content: center;
}
#single_post_content .share .icons a {
  margin: 0 5px;
  background: #0050A0;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
}
#single_post_content .share .icons a i {
  font-size: 18px;
}
#single_post_content .share .icons a:hover {
  background: #d63384;
}

.logo-bottom-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bottom-slider a img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-bottom-slider a img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 1599.98px) {
  #news_overview .news_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 100%;
  }
  #news_overview .news_box .img_box {
    height: 300px;
    overflow: hidden;
  }
  #news_overview .news_box .img_box img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_overview .news_box .content {
    position: relative;
    padding: 20px 20px 65px 20px;
    background: #fff;
    min-height: 23.2638888889vw;
  }
  #news_overview .news_box .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  #subpage_header.blog {
    padding: 50px 0 0 0;
  }
  #subpage_header.blog .categorys {
    margin-bottom: 25px;
  }
  #subpage_header.blog .categorys a {
    background: #0050A0;
    padding: 5px 10px;
    color: #fff;
  }

  #single_post_content iframe {
    width: 100%;
    height: 400px;
  }
  #single_post_content .share {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #single_post_content .share h3, #single_post_content .share .h3 {
    font-size: 28px;
  }
  #single_post_content .share .icons {
    display: flex;
    justify-content: center;
  }
  #single_post_content .share .icons a {
    margin: 0 5px;
    background: #0050A0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s linear;
  }
  #single_post_content .share .icons a i {
    font-size: 18px;
  }
  #single_post_content .share .icons a:hover {
    background: #d63384;
  }

  .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  #news_overview .news_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 100%;
  }
  #news_overview .news_box .img_box {
    height: 300px;
    overflow: hidden;
  }
  #news_overview .news_box .img_box img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_overview .news_box .content {
    position: relative;
    padding: 20px 20px 65px 20px;
    background: #fff;
    min-height: 23.2638888889vw;
  }
  #news_overview .news_box .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  #subpage_header.blog {
    padding: 50px 0 0 0;
  }
  #subpage_header.blog .categorys {
    margin-bottom: 25px;
  }
  #subpage_header.blog .categorys a {
    background: #0050A0;
    padding: 5px 10px;
    color: #fff;
  }

  #single_post_content iframe {
    width: 100%;
    height: 400px;
  }
  #single_post_content .share {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #single_post_content .share h3, #single_post_content .share .h3 {
    font-size: 28px;
  }
  #single_post_content .share .icons {
    display: flex;
    justify-content: center;
  }
  #single_post_content .share .icons a {
    margin: 0 5px;
    background: #0050A0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s linear;
  }
  #single_post_content .share .icons a i {
    font-size: 18px;
  }
  #single_post_content .share .icons a:hover {
    background: #d63384;
  }

  .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  #news_overview .news_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 100%;
  }
  #news_overview .news_box .img_box {
    height: 300px;
    overflow: hidden;
  }
  #news_overview .news_box .img_box img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_overview .news_box .content {
    position: relative;
    padding: 20px 20px 65px 20px;
    background: #fff;
    min-height: 43.6197916667vw;
  }
  #news_overview .news_box .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  #subpage_header.blog {
    padding: 50px 0 0 0;
  }
  #subpage_header.blog .categorys {
    margin-bottom: 25px;
  }
  #subpage_header.blog .categorys a {
    background: #0050A0;
    padding: 5px 10px;
    color: #fff;
  }

  #single_post_content iframe {
    width: 100%;
    height: 400px;
  }
  #single_post_content .share {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #single_post_content .share h3, #single_post_content .share .h3 {
    font-size: 28px;
  }
  #single_post_content .share .icons {
    display: flex;
    justify-content: center;
  }
  #single_post_content .share .icons a {
    margin: 0 5px;
    background: #0050A0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s linear;
  }
  #single_post_content .share .icons a i {
    font-size: 18px;
  }
  #single_post_content .share .icons a:hover {
    background: #d63384;
  }

  .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  #news_overview .news_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 100%;
  }
  #news_overview .news_box .img_box {
    height: 300px;
    overflow: hidden;
  }
  #news_overview .news_box .img_box img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_overview .news_box .content {
    position: relative;
    padding: 20px 20px 65px 20px;
    background: #fff;
    min-height: 89.3333333333vw;
  }
  #news_overview .news_box .read_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  #subpage_header.blog {
    padding: 50px 0 0 0;
  }
  #subpage_header.blog .categorys {
    margin-bottom: 25px;
  }
  #subpage_header.blog .categorys a {
    background: #0050A0;
    padding: 5px 10px;
    color: #fff;
  }

  #single_post_content iframe {
    width: 100%;
    height: 400px;
  }
  #single_post_content .share {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #single_post_content .share h3, #single_post_content .share .h3 {
    font-size: 28px;
  }
  #single_post_content .share .icons {
    display: flex;
    justify-content: center;
  }
  #single_post_content .share .icons a {
    margin: 0 5px;
    background: #0050A0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s linear;
  }
  #single_post_content .share .icons a i {
    font-size: 18px;
  }
  #single_post_content .share .icons a:hover {
    background: #d63384;
  }

  .logo-bottom-slider a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-bottom-slider a img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo-bottom-slider a img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  #thankyou {
    padding: 50px 0;
  }
  #thankyou .rounded_text {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto 50px auto;
  }
  #thankyou .buttons a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px auto;
  }

  .blog_row {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_10px {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_10px {
    padding-top: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_10px {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_10px {
    padding-bottom: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_20px {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_20px {
    padding-top: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_20px {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_20px {
    padding-bottom: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_30px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_30px {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_30px {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_30px {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_40px {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_40px {
    padding-top: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_40px {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_40px {
    padding-bottom: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_50px {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_50px {
    padding-top: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_50px {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_50px {
    padding-bottom: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_60px {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_60px {
    padding-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_60px {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_60px {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_70px {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_70px {
    padding-top: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_70px {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_70px {
    padding-bottom: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_80px {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_80px {
    padding-top: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_80px {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_80px {
    padding-bottom: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_90px {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_90px {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_90px {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_90px {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_100px {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_100px {
    padding-top: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_100px {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_100px {
    padding-bottom: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_110px {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_110px {
    padding-top: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_110px {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_110px {
    padding-bottom: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_120px {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_120px {
    padding-top: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_120px {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_120px {
    padding-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_130px {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_130px {
    padding-top: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_130px {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_130px {
    padding-bottom: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_140px {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_140px {
    padding-top: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_140px {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_140px {
    padding-bottom: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_150px {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_150px {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_150px {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_150px {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_160px {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_160px {
    padding-top: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_160px {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_160px {
    padding-bottom: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_170px {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_170px {
    padding-top: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_170px {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_170px {
    padding-bottom: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_180px {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_180px {
    padding-top: 12.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_180px {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_180px {
    padding-bottom: 12.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_190px {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_190px {
    padding-top: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_190px {
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_190px {
    padding-bottom: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_200px {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_200px {
    padding-top: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_200px {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_200px {
    padding-bottom: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_210px {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_210px {
    padding-top: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_210px {
    padding-bottom: 210px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_210px {
    padding-bottom: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_220px {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_220px {
    padding-top: 15.2777777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_220px {
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_220px {
    padding-bottom: 15.2777777778vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_230px {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_230px {
    padding-top: 15.9722222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_230px {
    padding-bottom: 230px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_230px {
    padding-bottom: 15.9722222222vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_240px {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_240px {
    padding-top: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_240px {
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_240px {
    padding-bottom: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pt_lg_250px {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pt_lg_250px {
    padding-top: 17.3611111111vw;
  }
}
@media only screen and (min-width: 1025px) {
  .pb_lg_250px {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) and (min-width: 992px) {
  .pb_lg_250px {
    padding-bottom: 17.3611111111vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_10 {
    padding-top: 10px;
  }

  .pb_md_10 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_20 {
    padding-top: 20px;
  }

  .pb_md_20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_30 {
    padding-top: 30px;
  }

  .pb_md_30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_40 {
    padding-top: 40px;
  }

  .pb_md_40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_50 {
    padding-top: 50px;
  }

  .pb_md_50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_60 {
    padding-top: 60px;
  }

  .pb_md_60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_70 {
    padding-top: 70px;
  }

  .pb_md_70 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_80 {
    padding-top: 80px;
  }

  .pb_md_80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_90 {
    padding-top: 90px;
  }

  .pb_md_90 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_100 {
    padding-top: 100px;
  }

  .pb_md_100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_110 {
    padding-top: 110px;
  }

  .pb_md_110 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_120 {
    padding-top: 120px;
  }

  .pb_md_120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_130 {
    padding-top: 130px;
  }

  .pb_md_130 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_140 {
    padding-top: 140px;
  }

  .pb_md_140 {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_150 {
    padding-top: 150px;
  }

  .pb_md_150 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_160 {
    padding-top: 160px;
  }

  .pb_md_160 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_170 {
    padding-top: 170px;
  }

  .pb_md_170 {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_180 {
    padding-top: 180px;
  }

  .pb_md_180 {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_190 {
    padding-top: 190px;
  }

  .pb_md_190 {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_200 {
    padding-top: 200px;
  }

  .pb_md_200 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_210 {
    padding-top: 210px;
  }

  .pb_md_210 {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_220 {
    padding-top: 220px;
  }

  .pb_md_220 {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_230 {
    padding-top: 230px;
  }

  .pb_md_230 {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_240 {
    padding-top: 240px;
  }

  .pb_md_240 {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .pt_md_250 {
    padding-top: 250px;
  }

  .pb_md_250 {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_10 {
    padding-top: 10px;
  }

  .pb_sm_10 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_20 {
    padding-top: 20px;
  }

  .pb_sm_20 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_30 {
    padding-top: 30px;
  }

  .pb_sm_30 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_40 {
    padding-top: 40px;
  }

  .pb_sm_40 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_50 {
    padding-top: 50px;
  }

  .pb_sm_50 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_60 {
    padding-top: 60px;
  }

  .pb_sm_60 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_70 {
    padding-top: 70px;
  }

  .pb_sm_70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_80 {
    padding-top: 80px;
  }

  .pb_sm_80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_90 {
    padding-top: 90px;
  }

  .pb_sm_90 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_100 {
    padding-top: 100px;
  }

  .pb_sm_100 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_110 {
    padding-top: 110px;
  }

  .pb_sm_110 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_120 {
    padding-top: 120px;
  }

  .pb_sm_120 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_130 {
    padding-top: 130px;
  }

  .pb_sm_130 {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_140 {
    padding-top: 140px;
  }

  .pb_sm_140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_150 {
    padding-top: 150px;
  }

  .pb_sm_150 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_160 {
    padding-top: 160px;
  }

  .pb_sm_160 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_170 {
    padding-top: 170px;
  }

  .pb_sm_170 {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_180 {
    padding-top: 180px;
  }

  .pb_sm_180 {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_190 {
    padding-top: 190px;
  }

  .pb_sm_190 {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_200 {
    padding-top: 200px;
  }

  .pb_sm_200 {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_210 {
    padding-top: 210px;
  }

  .pb_sm_210 {
    padding-bottom: 210px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_220 {
    padding-top: 220px;
  }

  .pb_sm_220 {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_230 {
    padding-top: 230px;
  }

  .pb_sm_230 {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_240 {
    padding-top: 240px;
  }

  .pb_sm_240 {
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 650px) {
  .pt_sm_250 {
    padding-top: 250px;
  }

  .pb_sm_250 {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_1px {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_1px {
    margin-top: 0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_1px {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_1px {
    margin-bottom: 0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_1px {
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_1px {
    margin-left: 0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_1px {
    margin-right: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_1px {
    margin-right: 0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-1px {
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-1px {
    margin-top: -0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-1px {
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-1px {
    margin-bottom: -0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-1px {
    margin-left: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-1px {
    margin-left: -0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-1px {
    margin-right: -0.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_2px {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_2px {
    margin-top: 0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_2px {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_2px {
    margin-bottom: 0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_2px {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_2px {
    margin-left: 0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_2px {
    margin-right: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_2px {
    margin-right: 0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-2px {
    margin-top: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-2px {
    margin-top: -0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-2px {
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-2px {
    margin-bottom: -0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-2px {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-2px {
    margin-left: -0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-2px {
    margin-right: -0.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_3px {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_3px {
    margin-top: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_3px {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_3px {
    margin-bottom: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_3px {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_3px {
    margin-left: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_3px {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_3px {
    margin-right: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-3px {
    margin-top: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-3px {
    margin-top: -0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-3px {
    margin-bottom: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-3px {
    margin-bottom: -0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-3px {
    margin-left: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-3px {
    margin-left: -0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-3px {
    margin-right: -0.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_4px {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_4px {
    margin-top: 0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_4px {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_4px {
    margin-bottom: 0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_4px {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_4px {
    margin-left: 0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_4px {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_4px {
    margin-right: 0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-4px {
    margin-top: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-4px {
    margin-top: -0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-4px {
    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-4px {
    margin-bottom: -0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-4px {
    margin-left: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-4px {
    margin-left: -0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-4px {
    margin-right: -0.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_5px {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_5px {
    margin-top: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_5px {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_5px {
    margin-bottom: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_5px {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_5px {
    margin-left: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_5px {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_5px {
    margin-right: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-5px {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-5px {
    margin-top: -0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-5px {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-5px {
    margin-bottom: -0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-5px {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-5px {
    margin-left: -0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-5px {
    margin-right: -0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_6px {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_6px {
    margin-top: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_6px {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_6px {
    margin-bottom: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_6px {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_6px {
    margin-left: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_6px {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_6px {
    margin-right: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-6px {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-6px {
    margin-top: -0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-6px {
    margin-bottom: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-6px {
    margin-bottom: -0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-6px {
    margin-left: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-6px {
    margin-left: -0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-6px {
    margin-right: -0.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_7px {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_7px {
    margin-top: 0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_7px {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_7px {
    margin-bottom: 0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_7px {
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_7px {
    margin-left: 0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_7px {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_7px {
    margin-right: 0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-7px {
    margin-top: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-7px {
    margin-top: -0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-7px {
    margin-bottom: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-7px {
    margin-bottom: -0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-7px {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-7px {
    margin-left: -0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-7px {
    margin-right: -0.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_8px {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_8px {
    margin-top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_8px {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_8px {
    margin-bottom: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_8px {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_8px {
    margin-left: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_8px {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_8px {
    margin-right: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-8px {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-8px {
    margin-top: -0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-8px {
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-8px {
    margin-bottom: -0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-8px {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-8px {
    margin-left: -0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-8px {
    margin-right: -0.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_9px {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_9px {
    margin-top: 0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_9px {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_9px {
    margin-bottom: 0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_9px {
    margin-left: 9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_9px {
    margin-left: 0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_9px {
    margin-right: 9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_9px {
    margin-right: 0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-9px {
    margin-top: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-9px {
    margin-top: -0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-9px {
    margin-bottom: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-9px {
    margin-bottom: -0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-9px {
    margin-left: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-9px {
    margin-left: -0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-9px {
    margin-right: -0.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_10px {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_10px {
    margin-top: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_10px {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_10px {
    margin-bottom: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_10px {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_10px {
    margin-left: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_10px {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_10px {
    margin-right: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-10px {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-10px {
    margin-top: -0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-10px {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-10px {
    margin-bottom: -0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-10px {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-10px {
    margin-left: -0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-10px {
    margin-right: -0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_11px {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_11px {
    margin-top: 0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_11px {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_11px {
    margin-bottom: 0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_11px {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_11px {
    margin-left: 0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_11px {
    margin-right: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_11px {
    margin-right: 0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-11px {
    margin-top: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-11px {
    margin-top: -0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-11px {
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-11px {
    margin-bottom: -0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-11px {
    margin-left: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-11px {
    margin-left: -0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-11px {
    margin-right: -0.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_12px {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_12px {
    margin-top: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_12px {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_12px {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_12px {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_12px {
    margin-left: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_12px {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_12px {
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-12px {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-12px {
    margin-top: -0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-12px {
    margin-bottom: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-12px {
    margin-bottom: -0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-12px {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-12px {
    margin-left: -0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-12px {
    margin-right: -0.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_13px {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_13px {
    margin-top: 0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_13px {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_13px {
    margin-bottom: 0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_13px {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_13px {
    margin-left: 0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_13px {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_13px {
    margin-right: 0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-13px {
    margin-top: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-13px {
    margin-top: -0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-13px {
    margin-bottom: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-13px {
    margin-bottom: -0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-13px {
    margin-left: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-13px {
    margin-left: -0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-13px {
    margin-right: -0.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_14px {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_14px {
    margin-top: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_14px {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_14px {
    margin-bottom: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_14px {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_14px {
    margin-left: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_14px {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_14px {
    margin-right: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-14px {
    margin-top: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-14px {
    margin-top: -0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-14px {
    margin-bottom: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-14px {
    margin-bottom: -0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-14px {
    margin-left: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-14px {
    margin-left: -0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-14px {
    margin-right: -0.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_15px {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_15px {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_15px {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_15px {
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_15px {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_15px {
    margin-left: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_15px {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_15px {
    margin-right: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-15px {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-15px {
    margin-top: -1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-15px {
    margin-bottom: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-15px {
    margin-bottom: -1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-15px {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-15px {
    margin-left: -1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-15px {
    margin-right: -1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_16px {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_16px {
    margin-top: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_16px {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_16px {
    margin-bottom: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_16px {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_16px {
    margin-left: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_16px {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_16px {
    margin-right: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-16px {
    margin-top: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-16px {
    margin-top: -1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-16px {
    margin-bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-16px {
    margin-bottom: -1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-16px {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-16px {
    margin-left: -1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-16px {
    margin-right: -1.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_17px {
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_17px {
    margin-top: 1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_17px {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_17px {
    margin-bottom: 1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_17px {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_17px {
    margin-left: 1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_17px {
    margin-right: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_17px {
    margin-right: 1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-17px {
    margin-top: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-17px {
    margin-top: -1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-17px {
    margin-bottom: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-17px {
    margin-bottom: -1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-17px {
    margin-left: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-17px {
    margin-left: -1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-17px {
    margin-right: -1.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_18px {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_18px {
    margin-top: 1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_18px {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_18px {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_18px {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_18px {
    margin-left: 1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_18px {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_18px {
    margin-right: 1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-18px {
    margin-top: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-18px {
    margin-top: -1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-18px {
    margin-bottom: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-18px {
    margin-bottom: -1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-18px {
    margin-left: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-18px {
    margin-left: -1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-18px {
    margin-right: -1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_19px {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_19px {
    margin-top: 1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_19px {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_19px {
    margin-bottom: 1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_19px {
    margin-left: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_19px {
    margin-left: 1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_19px {
    margin-right: 19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_19px {
    margin-right: 1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-19px {
    margin-top: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-19px {
    margin-top: -1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-19px {
    margin-bottom: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-19px {
    margin-bottom: -1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-19px {
    margin-left: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-19px {
    margin-left: -1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-19px {
    margin-right: -1.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_20px {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_20px {
    margin-top: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_20px {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_20px {
    margin-bottom: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_20px {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_20px {
    margin-left: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_20px {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_20px {
    margin-right: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-20px {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-20px {
    margin-top: -1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-20px {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-20px {
    margin-bottom: -1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-20px {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-20px {
    margin-left: -1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-20px {
    margin-right: -1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_21px {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_21px {
    margin-top: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_21px {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_21px {
    margin-bottom: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_21px {
    margin-left: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_21px {
    margin-left: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_21px {
    margin-right: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_21px {
    margin-right: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-21px {
    margin-top: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-21px {
    margin-top: -1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-21px {
    margin-bottom: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-21px {
    margin-bottom: -1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-21px {
    margin-left: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-21px {
    margin-left: -1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-21px {
    margin-right: -1.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_22px {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_22px {
    margin-top: 1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_22px {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_22px {
    margin-bottom: 1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_22px {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_22px {
    margin-left: 1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_22px {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_22px {
    margin-right: 1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-22px {
    margin-top: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-22px {
    margin-top: -1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-22px {
    margin-bottom: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-22px {
    margin-bottom: -1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-22px {
    margin-left: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-22px {
    margin-left: -1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-22px {
    margin-right: -1.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_23px {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_23px {
    margin-top: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_23px {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_23px {
    margin-bottom: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_23px {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_23px {
    margin-left: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_23px {
    margin-right: 23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_23px {
    margin-right: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-23px {
    margin-top: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-23px {
    margin-top: -1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-23px {
    margin-bottom: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-23px {
    margin-bottom: -1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-23px {
    margin-left: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-23px {
    margin-left: -1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-23px {
    margin-right: -1.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_24px {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_24px {
    margin-top: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_24px {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_24px {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_24px {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_24px {
    margin-left: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_24px {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_24px {
    margin-right: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-24px {
    margin-top: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-24px {
    margin-top: -1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-24px {
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-24px {
    margin-bottom: -1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-24px {
    margin-left: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-24px {
    margin-left: -1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-24px {
    margin-right: -1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_25px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_25px {
    margin-top: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_25px {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_25px {
    margin-bottom: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_25px {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_25px {
    margin-left: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_25px {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_25px {
    margin-right: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-25px {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-25px {
    margin-top: -1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-25px {
    margin-bottom: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-25px {
    margin-bottom: -1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-25px {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-25px {
    margin-left: -1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-25px {
    margin-right: -1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_26px {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_26px {
    margin-top: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_26px {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_26px {
    margin-bottom: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_26px {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_26px {
    margin-left: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_26px {
    margin-right: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_26px {
    margin-right: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-26px {
    margin-top: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-26px {
    margin-top: -1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-26px {
    margin-bottom: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-26px {
    margin-bottom: -1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-26px {
    margin-left: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-26px {
    margin-left: -1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-26px {
    margin-right: -1.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_27px {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_27px {
    margin-top: 1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_27px {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_27px {
    margin-bottom: 1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_27px {
    margin-left: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_27px {
    margin-left: 1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_27px {
    margin-right: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_27px {
    margin-right: 1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-27px {
    margin-top: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-27px {
    margin-top: -1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-27px {
    margin-bottom: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-27px {
    margin-bottom: -1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-27px {
    margin-left: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-27px {
    margin-left: -1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-27px {
    margin-right: -1.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_28px {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_28px {
    margin-top: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_28px {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_28px {
    margin-bottom: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_28px {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_28px {
    margin-left: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_28px {
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_28px {
    margin-right: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-28px {
    margin-top: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-28px {
    margin-top: -1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-28px {
    margin-bottom: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-28px {
    margin-bottom: -1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-28px {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-28px {
    margin-left: -1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-28px {
    margin-right: -1.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_29px {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_29px {
    margin-top: 2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_29px {
    margin-bottom: 29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_29px {
    margin-bottom: 2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_29px {
    margin-left: 29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_29px {
    margin-left: 2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_29px {
    margin-right: 29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_29px {
    margin-right: 2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-29px {
    margin-top: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-29px {
    margin-top: -2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-29px {
    margin-bottom: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-29px {
    margin-bottom: -2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-29px {
    margin-left: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-29px {
    margin-left: -2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-29px {
    margin-right: -2.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_30px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_30px {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_30px {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_30px {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_30px {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_30px {
    margin-left: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_30px {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_30px {
    margin-right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-30px {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-30px {
    margin-top: -2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-30px {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-30px {
    margin-bottom: -2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-30px {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-30px {
    margin-left: -2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-30px {
    margin-right: -2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_31px {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_31px {
    margin-top: 2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_31px {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_31px {
    margin-bottom: 2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_31px {
    margin-left: 31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_31px {
    margin-left: 2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_31px {
    margin-right: 31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_31px {
    margin-right: 2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-31px {
    margin-top: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-31px {
    margin-top: -2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-31px {
    margin-bottom: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-31px {
    margin-bottom: -2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-31px {
    margin-left: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-31px {
    margin-left: -2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-31px {
    margin-right: -2.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_32px {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_32px {
    margin-top: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_32px {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_32px {
    margin-bottom: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_32px {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_32px {
    margin-left: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_32px {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_32px {
    margin-right: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-32px {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-32px {
    margin-top: -2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-32px {
    margin-bottom: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-32px {
    margin-bottom: -2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-32px {
    margin-left: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-32px {
    margin-left: -2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-32px {
    margin-right: -2.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_33px {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_33px {
    margin-top: 2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_33px {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_33px {
    margin-bottom: 2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_33px {
    margin-left: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_33px {
    margin-left: 2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_33px {
    margin-right: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_33px {
    margin-right: 2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-33px {
    margin-top: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-33px {
    margin-top: -2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-33px {
    margin-bottom: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-33px {
    margin-bottom: -2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-33px {
    margin-left: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-33px {
    margin-left: -2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-33px {
    margin-right: -2.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_34px {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_34px {
    margin-top: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_34px {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_34px {
    margin-bottom: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_34px {
    margin-left: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_34px {
    margin-left: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_34px {
    margin-right: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_34px {
    margin-right: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-34px {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-34px {
    margin-top: -2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-34px {
    margin-bottom: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-34px {
    margin-bottom: -2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-34px {
    margin-left: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-34px {
    margin-left: -2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-34px {
    margin-right: -2.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_35px {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_35px {
    margin-top: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_35px {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_35px {
    margin-bottom: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_35px {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_35px {
    margin-left: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_35px {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_35px {
    margin-right: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-35px {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-35px {
    margin-top: -2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-35px {
    margin-bottom: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-35px {
    margin-bottom: -2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-35px {
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-35px {
    margin-left: -2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-35px {
    margin-right: -2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_36px {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_36px {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_36px {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_36px {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_36px {
    margin-left: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_36px {
    margin-left: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_36px {
    margin-right: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_36px {
    margin-right: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-36px {
    margin-top: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-36px {
    margin-top: -2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-36px {
    margin-bottom: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-36px {
    margin-bottom: -2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-36px {
    margin-left: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-36px {
    margin-left: -2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-36px {
    margin-right: -2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_37px {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_37px {
    margin-top: 2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_37px {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_37px {
    margin-bottom: 2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_37px {
    margin-left: 37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_37px {
    margin-left: 2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_37px {
    margin-right: 37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_37px {
    margin-right: 2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-37px {
    margin-top: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-37px {
    margin-top: -2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-37px {
    margin-bottom: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-37px {
    margin-bottom: -2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-37px {
    margin-left: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-37px {
    margin-left: -2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-37px {
    margin-right: -2.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_38px {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_38px {
    margin-top: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_38px {
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_38px {
    margin-bottom: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_38px {
    margin-left: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_38px {
    margin-left: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_38px {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_38px {
    margin-right: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-38px {
    margin-top: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-38px {
    margin-top: -2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-38px {
    margin-bottom: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-38px {
    margin-bottom: -2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-38px {
    margin-left: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-38px {
    margin-left: -2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-38px {
    margin-right: -2.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_39px {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_39px {
    margin-top: 2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_39px {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_39px {
    margin-bottom: 2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_39px {
    margin-left: 39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_39px {
    margin-left: 2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_39px {
    margin-right: 39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_39px {
    margin-right: 2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-39px {
    margin-top: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-39px {
    margin-top: -2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-39px {
    margin-bottom: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-39px {
    margin-bottom: -2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-39px {
    margin-left: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-39px {
    margin-left: -2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-39px {
    margin-right: -2.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_40px {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_40px {
    margin-top: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_40px {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_40px {
    margin-bottom: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_40px {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_40px {
    margin-left: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_40px {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_40px {
    margin-right: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-40px {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-40px {
    margin-top: -2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-40px {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-40px {
    margin-bottom: -2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-40px {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-40px {
    margin-left: -2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-40px {
    margin-right: -2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_41px {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_41px {
    margin-top: 2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_41px {
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_41px {
    margin-bottom: 2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_41px {
    margin-left: 41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_41px {
    margin-left: 2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_41px {
    margin-right: 41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_41px {
    margin-right: 2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-41px {
    margin-top: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-41px {
    margin-top: -2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-41px {
    margin-bottom: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-41px {
    margin-bottom: -2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-41px {
    margin-left: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-41px {
    margin-left: -2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-41px {
    margin-right: -2.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_42px {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_42px {
    margin-top: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_42px {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_42px {
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_42px {
    margin-left: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_42px {
    margin-left: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_42px {
    margin-right: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_42px {
    margin-right: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-42px {
    margin-top: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-42px {
    margin-top: -2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-42px {
    margin-bottom: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-42px {
    margin-bottom: -2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-42px {
    margin-left: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-42px {
    margin-left: -2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-42px {
    margin-right: -2.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_43px {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_43px {
    margin-top: 2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_43px {
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_43px {
    margin-bottom: 2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_43px {
    margin-left: 43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_43px {
    margin-left: 2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_43px {
    margin-right: 43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_43px {
    margin-right: 2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-43px {
    margin-top: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-43px {
    margin-top: -2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-43px {
    margin-bottom: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-43px {
    margin-bottom: -2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-43px {
    margin-left: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-43px {
    margin-left: -2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-43px {
    margin-right: -2.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_44px {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_44px {
    margin-top: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_44px {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_44px {
    margin-bottom: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_44px {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_44px {
    margin-left: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_44px {
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_44px {
    margin-right: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-44px {
    margin-top: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-44px {
    margin-top: -3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-44px {
    margin-bottom: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-44px {
    margin-bottom: -3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-44px {
    margin-left: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-44px {
    margin-left: -3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-44px {
    margin-right: -3.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_45px {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_45px {
    margin-top: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_45px {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_45px {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_45px {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_45px {
    margin-left: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_45px {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_45px {
    margin-right: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-45px {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-45px {
    margin-top: -3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-45px {
    margin-bottom: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-45px {
    margin-bottom: -3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-45px {
    margin-left: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-45px {
    margin-left: -3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-45px {
    margin-right: -3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_46px {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_46px {
    margin-top: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_46px {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_46px {
    margin-bottom: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_46px {
    margin-left: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_46px {
    margin-left: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_46px {
    margin-right: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_46px {
    margin-right: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-46px {
    margin-top: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-46px {
    margin-top: -3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-46px {
    margin-bottom: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-46px {
    margin-bottom: -3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-46px {
    margin-left: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-46px {
    margin-left: -3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-46px {
    margin-right: -3.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_47px {
    margin-top: 47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_47px {
    margin-top: 3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_47px {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_47px {
    margin-bottom: 3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_47px {
    margin-left: 47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_47px {
    margin-left: 3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_47px {
    margin-right: 47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_47px {
    margin-right: 3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-47px {
    margin-top: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-47px {
    margin-top: -3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-47px {
    margin-bottom: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-47px {
    margin-bottom: -3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-47px {
    margin-left: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-47px {
    margin-left: -3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-47px {
    margin-right: -3.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_48px {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_48px {
    margin-top: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_48px {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_48px {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_48px {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_48px {
    margin-left: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_48px {
    margin-right: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_48px {
    margin-right: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-48px {
    margin-top: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-48px {
    margin-top: -3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-48px {
    margin-bottom: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-48px {
    margin-bottom: -3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-48px {
    margin-left: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-48px {
    margin-left: -3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-48px {
    margin-right: -3.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_49px {
    margin-top: 49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_49px {
    margin-top: 3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_49px {
    margin-bottom: 49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_49px {
    margin-bottom: 3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_49px {
    margin-left: 49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_49px {
    margin-left: 3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_49px {
    margin-right: 49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_49px {
    margin-right: 3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-49px {
    margin-top: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-49px {
    margin-top: -3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-49px {
    margin-bottom: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-49px {
    margin-bottom: -3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-49px {
    margin-left: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-49px {
    margin-left: -3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-49px {
    margin-right: -3.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_50px {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_50px {
    margin-top: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_50px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_50px {
    margin-bottom: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_50px {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_50px {
    margin-left: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_50px {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_50px {
    margin-right: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-50px {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-50px {
    margin-top: -3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-50px {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-50px {
    margin-bottom: -3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-50px {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-50px {
    margin-left: -3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-50px {
    margin-right: -3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_51px {
    margin-top: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_51px {
    margin-top: 3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_51px {
    margin-bottom: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_51px {
    margin-bottom: 3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_51px {
    margin-left: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_51px {
    margin-left: 3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_51px {
    margin-right: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_51px {
    margin-right: 3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-51px {
    margin-top: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-51px {
    margin-top: -3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-51px {
    margin-bottom: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-51px {
    margin-bottom: -3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-51px {
    margin-left: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-51px {
    margin-left: -3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-51px {
    margin-right: -3.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_52px {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_52px {
    margin-top: 3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_52px {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_52px {
    margin-bottom: 3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_52px {
    margin-left: 52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_52px {
    margin-left: 3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_52px {
    margin-right: 52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_52px {
    margin-right: 3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-52px {
    margin-top: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-52px {
    margin-top: -3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-52px {
    margin-bottom: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-52px {
    margin-bottom: -3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-52px {
    margin-left: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-52px {
    margin-left: -3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-52px {
    margin-right: -3.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_53px {
    margin-top: 53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_53px {
    margin-top: 3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_53px {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_53px {
    margin-bottom: 3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_53px {
    margin-left: 53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_53px {
    margin-left: 3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_53px {
    margin-right: 53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_53px {
    margin-right: 3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-53px {
    margin-top: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-53px {
    margin-top: -3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-53px {
    margin-bottom: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-53px {
    margin-bottom: -3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-53px {
    margin-left: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-53px {
    margin-left: -3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-53px {
    margin-right: -3.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_54px {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_54px {
    margin-top: 3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_54px {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_54px {
    margin-bottom: 3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_54px {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_54px {
    margin-left: 3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_54px {
    margin-right: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_54px {
    margin-right: 3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-54px {
    margin-top: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-54px {
    margin-top: -3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-54px {
    margin-bottom: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-54px {
    margin-bottom: -3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-54px {
    margin-left: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-54px {
    margin-left: -3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-54px {
    margin-right: -3.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_55px {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_55px {
    margin-top: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_55px {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_55px {
    margin-bottom: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_55px {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_55px {
    margin-left: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_55px {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_55px {
    margin-right: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-55px {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-55px {
    margin-top: -3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-55px {
    margin-bottom: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-55px {
    margin-bottom: -3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-55px {
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-55px {
    margin-left: -3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-55px {
    margin-right: -3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_56px {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_56px {
    margin-top: 3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_56px {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_56px {
    margin-bottom: 3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_56px {
    margin-left: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_56px {
    margin-left: 3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_56px {
    margin-right: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_56px {
    margin-right: 3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-56px {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-56px {
    margin-top: -3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-56px {
    margin-bottom: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-56px {
    margin-bottom: -3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-56px {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-56px {
    margin-left: -3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-56px {
    margin-right: -3.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_57px {
    margin-top: 57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_57px {
    margin-top: 3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_57px {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_57px {
    margin-bottom: 3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_57px {
    margin-left: 57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_57px {
    margin-left: 3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_57px {
    margin-right: 57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_57px {
    margin-right: 3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-57px {
    margin-top: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-57px {
    margin-top: -3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-57px {
    margin-bottom: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-57px {
    margin-bottom: -3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-57px {
    margin-left: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-57px {
    margin-left: -3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-57px {
    margin-right: -3.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_58px {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_58px {
    margin-top: 4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_58px {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_58px {
    margin-bottom: 4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_58px {
    margin-left: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_58px {
    margin-left: 4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_58px {
    margin-right: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_58px {
    margin-right: 4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-58px {
    margin-top: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-58px {
    margin-top: -4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-58px {
    margin-bottom: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-58px {
    margin-bottom: -4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-58px {
    margin-left: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-58px {
    margin-left: -4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-58px {
    margin-right: -4.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_59px {
    margin-top: 59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_59px {
    margin-top: 4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_59px {
    margin-bottom: 59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_59px {
    margin-bottom: 4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_59px {
    margin-left: 59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_59px {
    margin-left: 4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_59px {
    margin-right: 59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_59px {
    margin-right: 4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-59px {
    margin-top: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-59px {
    margin-top: -4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-59px {
    margin-bottom: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-59px {
    margin-bottom: -4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-59px {
    margin-left: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-59px {
    margin-left: -4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-59px {
    margin-right: -4.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_60px {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_60px {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_60px {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_60px {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_60px {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_60px {
    margin-left: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_60px {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_60px {
    margin-right: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-60px {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-60px {
    margin-top: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-60px {
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-60px {
    margin-bottom: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-60px {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-60px {
    margin-left: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-60px {
    margin-right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_61px {
    margin-top: 61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_61px {
    margin-top: 4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_61px {
    margin-bottom: 61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_61px {
    margin-bottom: 4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_61px {
    margin-left: 61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_61px {
    margin-left: 4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_61px {
    margin-right: 61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_61px {
    margin-right: 4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-61px {
    margin-top: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-61px {
    margin-top: -4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-61px {
    margin-bottom: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-61px {
    margin-bottom: -4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-61px {
    margin-left: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-61px {
    margin-left: -4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-61px {
    margin-right: -4.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_62px {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_62px {
    margin-top: 4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_62px {
    margin-bottom: 62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_62px {
    margin-bottom: 4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_62px {
    margin-left: 62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_62px {
    margin-left: 4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_62px {
    margin-right: 62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_62px {
    margin-right: 4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-62px {
    margin-top: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-62px {
    margin-top: -4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-62px {
    margin-bottom: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-62px {
    margin-bottom: -4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-62px {
    margin-left: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-62px {
    margin-left: -4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-62px {
    margin-right: -4.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_63px {
    margin-top: 63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_63px {
    margin-top: 4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_63px {
    margin-bottom: 63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_63px {
    margin-bottom: 4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_63px {
    margin-left: 63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_63px {
    margin-left: 4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_63px {
    margin-right: 63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_63px {
    margin-right: 4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-63px {
    margin-top: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-63px {
    margin-top: -4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-63px {
    margin-bottom: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-63px {
    margin-bottom: -4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-63px {
    margin-left: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-63px {
    margin-left: -4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-63px {
    margin-right: -4.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_64px {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_64px {
    margin-top: 4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_64px {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_64px {
    margin-bottom: 4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_64px {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_64px {
    margin-left: 4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_64px {
    margin-right: 64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_64px {
    margin-right: 4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-64px {
    margin-top: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-64px {
    margin-top: -4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-64px {
    margin-bottom: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-64px {
    margin-bottom: -4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-64px {
    margin-left: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-64px {
    margin-left: -4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-64px {
    margin-right: -4.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_65px {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_65px {
    margin-top: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_65px {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_65px {
    margin-bottom: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_65px {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_65px {
    margin-left: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_65px {
    margin-right: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_65px {
    margin-right: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-65px {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-65px {
    margin-top: -4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-65px {
    margin-bottom: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-65px {
    margin-bottom: -4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-65px {
    margin-left: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-65px {
    margin-left: -4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-65px {
    margin-right: -4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_66px {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_66px {
    margin-top: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_66px {
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_66px {
    margin-bottom: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_66px {
    margin-left: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_66px {
    margin-left: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_66px {
    margin-right: 66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_66px {
    margin-right: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-66px {
    margin-top: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-66px {
    margin-top: -4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-66px {
    margin-bottom: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-66px {
    margin-bottom: -4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-66px {
    margin-left: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-66px {
    margin-left: -4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-66px {
    margin-right: -4.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_67px {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_67px {
    margin-top: 4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_67px {
    margin-bottom: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_67px {
    margin-bottom: 4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_67px {
    margin-left: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_67px {
    margin-left: 4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_67px {
    margin-right: 67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_67px {
    margin-right: 4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-67px {
    margin-top: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-67px {
    margin-top: -4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-67px {
    margin-bottom: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-67px {
    margin-bottom: -4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-67px {
    margin-left: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-67px {
    margin-left: -4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-67px {
    margin-right: -4.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_68px {
    margin-top: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_68px {
    margin-top: 4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_68px {
    margin-bottom: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_68px {
    margin-bottom: 4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_68px {
    margin-left: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_68px {
    margin-left: 4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_68px {
    margin-right: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_68px {
    margin-right: 4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-68px {
    margin-top: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-68px {
    margin-top: -4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-68px {
    margin-bottom: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-68px {
    margin-bottom: -4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-68px {
    margin-left: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-68px {
    margin-left: -4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-68px {
    margin-right: -4.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_69px {
    margin-top: 69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_69px {
    margin-top: 4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_69px {
    margin-bottom: 69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_69px {
    margin-bottom: 4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_69px {
    margin-left: 69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_69px {
    margin-left: 4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_69px {
    margin-right: 69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_69px {
    margin-right: 4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-69px {
    margin-top: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-69px {
    margin-top: -4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-69px {
    margin-bottom: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-69px {
    margin-bottom: -4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-69px {
    margin-left: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-69px {
    margin-left: -4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-69px {
    margin-right: -4.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_70px {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_70px {
    margin-top: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_70px {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_70px {
    margin-bottom: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_70px {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_70px {
    margin-left: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_70px {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_70px {
    margin-right: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-70px {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-70px {
    margin-top: -4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-70px {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-70px {
    margin-bottom: -4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-70px {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-70px {
    margin-left: -4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-70px {
    margin-right: -4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_71px {
    margin-top: 71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_71px {
    margin-top: 4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_71px {
    margin-bottom: 71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_71px {
    margin-bottom: 4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_71px {
    margin-left: 71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_71px {
    margin-left: 4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_71px {
    margin-right: 71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_71px {
    margin-right: 4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-71px {
    margin-top: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-71px {
    margin-top: -4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-71px {
    margin-bottom: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-71px {
    margin-bottom: -4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-71px {
    margin-left: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-71px {
    margin-left: -4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-71px {
    margin-right: -4.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_72px {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_72px {
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_72px {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_72px {
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_72px {
    margin-left: 72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_72px {
    margin-left: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_72px {
    margin-right: 72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_72px {
    margin-right: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-72px {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-72px {
    margin-top: -5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-72px {
    margin-bottom: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-72px {
    margin-bottom: -5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-72px {
    margin-left: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-72px {
    margin-left: -5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-72px {
    margin-right: -5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_73px {
    margin-top: 73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_73px {
    margin-top: 5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_73px {
    margin-bottom: 73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_73px {
    margin-bottom: 5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_73px {
    margin-left: 73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_73px {
    margin-left: 5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_73px {
    margin-right: 73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_73px {
    margin-right: 5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-73px {
    margin-top: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-73px {
    margin-top: -5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-73px {
    margin-bottom: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-73px {
    margin-bottom: -5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-73px {
    margin-left: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-73px {
    margin-left: -5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-73px {
    margin-right: -5.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_74px {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_74px {
    margin-top: 5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_74px {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_74px {
    margin-bottom: 5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_74px {
    margin-left: 74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_74px {
    margin-left: 5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_74px {
    margin-right: 74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_74px {
    margin-right: 5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-74px {
    margin-top: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-74px {
    margin-top: -5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-74px {
    margin-bottom: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-74px {
    margin-bottom: -5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-74px {
    margin-left: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-74px {
    margin-left: -5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-74px {
    margin-right: -5.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_75px {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_75px {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_75px {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_75px {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_75px {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_75px {
    margin-left: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_75px {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_75px {
    margin-right: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-75px {
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-75px {
    margin-top: -5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-75px {
    margin-bottom: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-75px {
    margin-bottom: -5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-75px {
    margin-left: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-75px {
    margin-left: -5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-75px {
    margin-right: -5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_76px {
    margin-top: 76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_76px {
    margin-top: 5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_76px {
    margin-bottom: 76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_76px {
    margin-bottom: 5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_76px {
    margin-left: 76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_76px {
    margin-left: 5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_76px {
    margin-right: 76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_76px {
    margin-right: 5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-76px {
    margin-top: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-76px {
    margin-top: -5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-76px {
    margin-bottom: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-76px {
    margin-bottom: -5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-76px {
    margin-left: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-76px {
    margin-left: -5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-76px {
    margin-right: -5.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_77px {
    margin-top: 77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_77px {
    margin-top: 5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_77px {
    margin-bottom: 77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_77px {
    margin-bottom: 5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_77px {
    margin-left: 77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_77px {
    margin-left: 5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_77px {
    margin-right: 77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_77px {
    margin-right: 5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-77px {
    margin-top: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-77px {
    margin-top: -5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-77px {
    margin-bottom: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-77px {
    margin-bottom: -5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-77px {
    margin-left: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-77px {
    margin-left: -5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-77px {
    margin-right: -5.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_78px {
    margin-top: 78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_78px {
    margin-top: 5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_78px {
    margin-bottom: 78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_78px {
    margin-bottom: 5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_78px {
    margin-left: 78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_78px {
    margin-left: 5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_78px {
    margin-right: 78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_78px {
    margin-right: 5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-78px {
    margin-top: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-78px {
    margin-top: -5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-78px {
    margin-bottom: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-78px {
    margin-bottom: -5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-78px {
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-78px {
    margin-left: -5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-78px {
    margin-right: -5.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_79px {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_79px {
    margin-top: 5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_79px {
    margin-bottom: 79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_79px {
    margin-bottom: 5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_79px {
    margin-left: 79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_79px {
    margin-left: 5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_79px {
    margin-right: 79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_79px {
    margin-right: 5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-79px {
    margin-top: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-79px {
    margin-top: -5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-79px {
    margin-bottom: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-79px {
    margin-bottom: -5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-79px {
    margin-left: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-79px {
    margin-left: -5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-79px {
    margin-right: -5.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_80px {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_80px {
    margin-top: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_80px {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_80px {
    margin-bottom: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_80px {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_80px {
    margin-left: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_80px {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_80px {
    margin-right: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-80px {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-80px {
    margin-top: -5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-80px {
    margin-bottom: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-80px {
    margin-bottom: -5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-80px {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-80px {
    margin-left: -5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-80px {
    margin-right: -5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_81px {
    margin-top: 81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_81px {
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_81px {
    margin-bottom: 81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_81px {
    margin-bottom: 5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_81px {
    margin-left: 81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_81px {
    margin-left: 5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_81px {
    margin-right: 81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_81px {
    margin-right: 5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-81px {
    margin-top: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-81px {
    margin-top: -5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-81px {
    margin-bottom: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-81px {
    margin-bottom: -5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-81px {
    margin-left: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-81px {
    margin-left: -5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-81px {
    margin-right: -5.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_82px {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_82px {
    margin-top: 5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_82px {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_82px {
    margin-bottom: 5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_82px {
    margin-left: 82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_82px {
    margin-left: 5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_82px {
    margin-right: 82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_82px {
    margin-right: 5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-82px {
    margin-top: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-82px {
    margin-top: -5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-82px {
    margin-bottom: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-82px {
    margin-bottom: -5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-82px {
    margin-left: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-82px {
    margin-left: -5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-82px {
    margin-right: -5.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_83px {
    margin-top: 83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_83px {
    margin-top: 5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_83px {
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_83px {
    margin-bottom: 5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_83px {
    margin-left: 83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_83px {
    margin-left: 5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_83px {
    margin-right: 83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_83px {
    margin-right: 5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-83px {
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-83px {
    margin-top: -5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-83px {
    margin-bottom: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-83px {
    margin-bottom: -5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-83px {
    margin-left: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-83px {
    margin-left: -5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-83px {
    margin-right: -5.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_84px {
    margin-top: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_84px {
    margin-top: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_84px {
    margin-bottom: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_84px {
    margin-bottom: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_84px {
    margin-left: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_84px {
    margin-left: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_84px {
    margin-right: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_84px {
    margin-right: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-84px {
    margin-top: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-84px {
    margin-top: -5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-84px {
    margin-bottom: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-84px {
    margin-bottom: -5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-84px {
    margin-left: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-84px {
    margin-left: -5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-84px {
    margin-right: -5.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_85px {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_85px {
    margin-top: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_85px {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_85px {
    margin-bottom: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_85px {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_85px {
    margin-left: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_85px {
    margin-right: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_85px {
    margin-right: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-85px {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-85px {
    margin-top: -5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-85px {
    margin-bottom: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-85px {
    margin-bottom: -5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-85px {
    margin-left: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-85px {
    margin-left: -5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-85px {
    margin-right: -5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_86px {
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_86px {
    margin-top: 5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_86px {
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_86px {
    margin-bottom: 5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_86px {
    margin-left: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_86px {
    margin-left: 5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_86px {
    margin-right: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_86px {
    margin-right: 5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-86px {
    margin-top: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-86px {
    margin-top: -5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-86px {
    margin-bottom: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-86px {
    margin-bottom: -5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-86px {
    margin-left: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-86px {
    margin-left: -5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-86px {
    margin-right: -5.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_87px {
    margin-top: 87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_87px {
    margin-top: 6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_87px {
    margin-bottom: 87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_87px {
    margin-bottom: 6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_87px {
    margin-left: 87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_87px {
    margin-left: 6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_87px {
    margin-right: 87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_87px {
    margin-right: 6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-87px {
    margin-top: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-87px {
    margin-top: -6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-87px {
    margin-bottom: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-87px {
    margin-bottom: -6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-87px {
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-87px {
    margin-left: -6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-87px {
    margin-right: -6.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_88px {
    margin-top: 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_88px {
    margin-top: 6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_88px {
    margin-bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_88px {
    margin-bottom: 6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_88px {
    margin-left: 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_88px {
    margin-left: 6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_88px {
    margin-right: 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_88px {
    margin-right: 6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-88px {
    margin-top: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-88px {
    margin-top: -6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-88px {
    margin-bottom: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-88px {
    margin-bottom: -6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-88px {
    margin-left: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-88px {
    margin-left: -6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-88px {
    margin-right: -6.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_89px {
    margin-top: 89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_89px {
    margin-top: 6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_89px {
    margin-bottom: 89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_89px {
    margin-bottom: 6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_89px {
    margin-left: 89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_89px {
    margin-left: 6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_89px {
    margin-right: 89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_89px {
    margin-right: 6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-89px {
    margin-top: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-89px {
    margin-top: -6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-89px {
    margin-bottom: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-89px {
    margin-bottom: -6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-89px {
    margin-left: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-89px {
    margin-left: -6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-89px {
    margin-right: -6.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_90px {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_90px {
    margin-top: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_90px {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_90px {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_90px {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_90px {
    margin-left: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_90px {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_90px {
    margin-right: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-90px {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-90px {
    margin-top: -6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-90px {
    margin-bottom: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-90px {
    margin-bottom: -6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-90px {
    margin-left: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-90px {
    margin-left: -6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-90px {
    margin-right: -6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_91px {
    margin-top: 91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_91px {
    margin-top: 6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_91px {
    margin-bottom: 91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_91px {
    margin-bottom: 6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_91px {
    margin-left: 91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_91px {
    margin-left: 6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_91px {
    margin-right: 91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_91px {
    margin-right: 6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-91px {
    margin-top: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-91px {
    margin-top: -6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-91px {
    margin-bottom: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-91px {
    margin-bottom: -6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-91px {
    margin-left: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-91px {
    margin-left: -6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-91px {
    margin-right: -6.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_92px {
    margin-top: 92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_92px {
    margin-top: 6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_92px {
    margin-bottom: 92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_92px {
    margin-bottom: 6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_92px {
    margin-left: 92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_92px {
    margin-left: 6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_92px {
    margin-right: 92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_92px {
    margin-right: 6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-92px {
    margin-top: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-92px {
    margin-top: -6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-92px {
    margin-bottom: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-92px {
    margin-bottom: -6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-92px {
    margin-left: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-92px {
    margin-left: -6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-92px {
    margin-right: -6.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_93px {
    margin-top: 93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_93px {
    margin-top: 6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_93px {
    margin-bottom: 93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_93px {
    margin-bottom: 6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_93px {
    margin-left: 93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_93px {
    margin-left: 6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_93px {
    margin-right: 93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_93px {
    margin-right: 6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-93px {
    margin-top: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-93px {
    margin-top: -6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-93px {
    margin-bottom: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-93px {
    margin-bottom: -6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-93px {
    margin-left: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-93px {
    margin-left: -6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-93px {
    margin-right: -6.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_94px {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_94px {
    margin-top: 6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_94px {
    margin-bottom: 94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_94px {
    margin-bottom: 6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_94px {
    margin-left: 94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_94px {
    margin-left: 6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_94px {
    margin-right: 94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_94px {
    margin-right: 6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-94px {
    margin-top: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-94px {
    margin-top: -6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-94px {
    margin-bottom: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-94px {
    margin-bottom: -6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-94px {
    margin-left: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-94px {
    margin-left: -6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-94px {
    margin-right: -6.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_95px {
    margin-top: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_95px {
    margin-top: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_95px {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_95px {
    margin-bottom: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_95px {
    margin-left: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_95px {
    margin-left: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_95px {
    margin-right: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_95px {
    margin-right: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-95px {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-95px {
    margin-top: -6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-95px {
    margin-bottom: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-95px {
    margin-bottom: -6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-95px {
    margin-left: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-95px {
    margin-left: -6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-95px {
    margin-right: -6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_96px {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_96px {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_96px {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_96px {
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_96px {
    margin-left: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_96px {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_96px {
    margin-right: 96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_96px {
    margin-right: 6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-96px {
    margin-top: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-96px {
    margin-top: -6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-96px {
    margin-bottom: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-96px {
    margin-bottom: -6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-96px {
    margin-left: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-96px {
    margin-left: -6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-96px {
    margin-right: -6.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_97px {
    margin-top: 97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_97px {
    margin-top: 6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_97px {
    margin-bottom: 97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_97px {
    margin-bottom: 6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_97px {
    margin-left: 97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_97px {
    margin-left: 6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_97px {
    margin-right: 97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_97px {
    margin-right: 6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-97px {
    margin-top: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-97px {
    margin-top: -6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-97px {
    margin-bottom: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-97px {
    margin-bottom: -6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-97px {
    margin-left: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-97px {
    margin-left: -6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-97px {
    margin-right: -6.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_98px {
    margin-top: 98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_98px {
    margin-top: 6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_98px {
    margin-bottom: 98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_98px {
    margin-bottom: 6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_98px {
    margin-left: 98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_98px {
    margin-left: 6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_98px {
    margin-right: 98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_98px {
    margin-right: 6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-98px {
    margin-top: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-98px {
    margin-top: -6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-98px {
    margin-bottom: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-98px {
    margin-bottom: -6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-98px {
    margin-left: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-98px {
    margin-left: -6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-98px {
    margin-right: -6.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_99px {
    margin-top: 99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_99px {
    margin-top: 6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_99px {
    margin-bottom: 99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_99px {
    margin-bottom: 6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_99px {
    margin-left: 99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_99px {
    margin-left: 6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_99px {
    margin-right: 99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_99px {
    margin-right: 6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-99px {
    margin-top: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-99px {
    margin-top: -6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-99px {
    margin-bottom: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-99px {
    margin-bottom: -6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-99px {
    margin-left: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-99px {
    margin-left: -6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-99px {
    margin-right: -6.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_100px {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_100px {
    margin-top: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_100px {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_100px {
    margin-bottom: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_100px {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_100px {
    margin-left: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_100px {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_100px {
    margin-right: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-100px {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-100px {
    margin-top: -6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-100px {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-100px {
    margin-bottom: -6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-100px {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-100px {
    margin-left: -6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-100px {
    margin-right: -6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_101px {
    margin-top: 101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_101px {
    margin-top: 7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_101px {
    margin-bottom: 101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_101px {
    margin-bottom: 7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_101px {
    margin-left: 101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_101px {
    margin-left: 7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_101px {
    margin-right: 101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_101px {
    margin-right: 7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-101px {
    margin-top: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-101px {
    margin-top: -7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-101px {
    margin-bottom: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-101px {
    margin-bottom: -7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-101px {
    margin-left: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-101px {
    margin-left: -7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-101px {
    margin-right: -7.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_102px {
    margin-top: 102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_102px {
    margin-top: 7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_102px {
    margin-bottom: 102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_102px {
    margin-bottom: 7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_102px {
    margin-left: 102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_102px {
    margin-left: 7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_102px {
    margin-right: 102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_102px {
    margin-right: 7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-102px {
    margin-top: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-102px {
    margin-top: -7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-102px {
    margin-bottom: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-102px {
    margin-bottom: -7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-102px {
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-102px {
    margin-left: -7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-102px {
    margin-right: -7.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_103px {
    margin-top: 103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_103px {
    margin-top: 7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_103px {
    margin-bottom: 103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_103px {
    margin-bottom: 7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_103px {
    margin-left: 103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_103px {
    margin-left: 7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_103px {
    margin-right: 103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_103px {
    margin-right: 7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-103px {
    margin-top: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-103px {
    margin-top: -7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-103px {
    margin-bottom: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-103px {
    margin-bottom: -7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-103px {
    margin-left: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-103px {
    margin-left: -7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-103px {
    margin-right: -7.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_104px {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_104px {
    margin-top: 7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_104px {
    margin-bottom: 104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_104px {
    margin-bottom: 7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_104px {
    margin-left: 104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_104px {
    margin-left: 7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_104px {
    margin-right: 104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_104px {
    margin-right: 7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-104px {
    margin-top: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-104px {
    margin-top: -7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-104px {
    margin-bottom: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-104px {
    margin-bottom: -7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-104px {
    margin-left: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-104px {
    margin-left: -7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-104px {
    margin-right: -7.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_105px {
    margin-top: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_105px {
    margin-top: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_105px {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_105px {
    margin-bottom: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_105px {
    margin-left: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_105px {
    margin-left: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_105px {
    margin-right: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_105px {
    margin-right: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-105px {
    margin-top: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-105px {
    margin-top: -7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-105px {
    margin-bottom: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-105px {
    margin-bottom: -7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-105px {
    margin-left: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-105px {
    margin-left: -7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-105px {
    margin-right: -7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_106px {
    margin-top: 106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_106px {
    margin-top: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_106px {
    margin-bottom: 106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_106px {
    margin-bottom: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_106px {
    margin-left: 106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_106px {
    margin-left: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_106px {
    margin-right: 106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_106px {
    margin-right: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-106px {
    margin-top: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-106px {
    margin-top: -7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-106px {
    margin-bottom: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-106px {
    margin-bottom: -7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-106px {
    margin-left: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-106px {
    margin-left: -7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-106px {
    margin-right: -7.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_107px {
    margin-top: 107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_107px {
    margin-top: 7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_107px {
    margin-bottom: 107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_107px {
    margin-bottom: 7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_107px {
    margin-left: 107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_107px {
    margin-left: 7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_107px {
    margin-right: 107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_107px {
    margin-right: 7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-107px {
    margin-top: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-107px {
    margin-top: -7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-107px {
    margin-bottom: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-107px {
    margin-bottom: -7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-107px {
    margin-left: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-107px {
    margin-left: -7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-107px {
    margin-right: -7.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_108px {
    margin-top: 108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_108px {
    margin-top: 7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_108px {
    margin-bottom: 108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_108px {
    margin-bottom: 7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_108px {
    margin-left: 108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_108px {
    margin-left: 7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_108px {
    margin-right: 108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_108px {
    margin-right: 7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-108px {
    margin-top: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-108px {
    margin-top: -7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-108px {
    margin-bottom: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-108px {
    margin-bottom: -7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-108px {
    margin-left: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-108px {
    margin-left: -7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-108px {
    margin-right: -7.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_109px {
    margin-top: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_109px {
    margin-top: 7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_109px {
    margin-bottom: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_109px {
    margin-bottom: 7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_109px {
    margin-left: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_109px {
    margin-left: 7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_109px {
    margin-right: 109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_109px {
    margin-right: 7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-109px {
    margin-top: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-109px {
    margin-top: -7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-109px {
    margin-bottom: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-109px {
    margin-bottom: -7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-109px {
    margin-left: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-109px {
    margin-left: -7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-109px {
    margin-right: -7.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_110px {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_110px {
    margin-top: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_110px {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_110px {
    margin-bottom: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_110px {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_110px {
    margin-left: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_110px {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_110px {
    margin-right: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-110px {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-110px {
    margin-top: -7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-110px {
    margin-bottom: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-110px {
    margin-bottom: -7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-110px {
    margin-left: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-110px {
    margin-left: -7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-110px {
    margin-right: -7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_111px {
    margin-top: 111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_111px {
    margin-top: 7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_111px {
    margin-bottom: 111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_111px {
    margin-bottom: 7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_111px {
    margin-left: 111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_111px {
    margin-left: 7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_111px {
    margin-right: 111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_111px {
    margin-right: 7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-111px {
    margin-top: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-111px {
    margin-top: -7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-111px {
    margin-bottom: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-111px {
    margin-bottom: -7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-111px {
    margin-left: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-111px {
    margin-left: -7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-111px {
    margin-right: -7.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_112px {
    margin-top: 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_112px {
    margin-top: 7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_112px {
    margin-bottom: 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_112px {
    margin-bottom: 7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_112px {
    margin-left: 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_112px {
    margin-left: 7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_112px {
    margin-right: 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_112px {
    margin-right: 7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-112px {
    margin-top: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-112px {
    margin-top: -7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-112px {
    margin-bottom: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-112px {
    margin-bottom: -7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-112px {
    margin-left: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-112px {
    margin-left: -7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-112px {
    margin-right: -7.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_113px {
    margin-top: 113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_113px {
    margin-top: 7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_113px {
    margin-bottom: 113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_113px {
    margin-bottom: 7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_113px {
    margin-left: 113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_113px {
    margin-left: 7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_113px {
    margin-right: 113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_113px {
    margin-right: 7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-113px {
    margin-top: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-113px {
    margin-top: -7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-113px {
    margin-bottom: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-113px {
    margin-bottom: -7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-113px {
    margin-left: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-113px {
    margin-left: -7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-113px {
    margin-right: -7.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_114px {
    margin-top: 114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_114px {
    margin-top: 7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_114px {
    margin-bottom: 114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_114px {
    margin-bottom: 7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_114px {
    margin-left: 114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_114px {
    margin-left: 7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_114px {
    margin-right: 114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_114px {
    margin-right: 7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-114px {
    margin-top: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-114px {
    margin-top: -7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-114px {
    margin-bottom: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-114px {
    margin-bottom: -7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-114px {
    margin-left: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-114px {
    margin-left: -7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-114px {
    margin-right: -7.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_115px {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_115px {
    margin-top: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_115px {
    margin-bottom: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_115px {
    margin-bottom: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_115px {
    margin-left: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_115px {
    margin-left: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_115px {
    margin-right: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_115px {
    margin-right: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-115px {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-115px {
    margin-top: -7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-115px {
    margin-bottom: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-115px {
    margin-bottom: -7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-115px {
    margin-left: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-115px {
    margin-left: -7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-115px {
    margin-right: -7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_116px {
    margin-top: 116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_116px {
    margin-top: 8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_116px {
    margin-bottom: 116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_116px {
    margin-bottom: 8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_116px {
    margin-left: 116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_116px {
    margin-left: 8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_116px {
    margin-right: 116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_116px {
    margin-right: 8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-116px {
    margin-top: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-116px {
    margin-top: -8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-116px {
    margin-bottom: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-116px {
    margin-bottom: -8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-116px {
    margin-left: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-116px {
    margin-left: -8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-116px {
    margin-right: -8.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_117px {
    margin-top: 117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_117px {
    margin-top: 8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_117px {
    margin-bottom: 117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_117px {
    margin-bottom: 8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_117px {
    margin-left: 117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_117px {
    margin-left: 8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_117px {
    margin-right: 117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_117px {
    margin-right: 8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-117px {
    margin-top: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-117px {
    margin-top: -8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-117px {
    margin-bottom: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-117px {
    margin-bottom: -8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-117px {
    margin-left: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-117px {
    margin-left: -8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-117px {
    margin-right: -8.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_118px {
    margin-top: 118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_118px {
    margin-top: 8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_118px {
    margin-bottom: 118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_118px {
    margin-bottom: 8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_118px {
    margin-left: 118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_118px {
    margin-left: 8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_118px {
    margin-right: 118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_118px {
    margin-right: 8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-118px {
    margin-top: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-118px {
    margin-top: -8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-118px {
    margin-bottom: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-118px {
    margin-bottom: -8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-118px {
    margin-left: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-118px {
    margin-left: -8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-118px {
    margin-right: -8.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_119px {
    margin-top: 119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_119px {
    margin-top: 8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_119px {
    margin-bottom: 119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_119px {
    margin-bottom: 8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_119px {
    margin-left: 119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_119px {
    margin-left: 8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_119px {
    margin-right: 119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_119px {
    margin-right: 8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-119px {
    margin-top: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-119px {
    margin-top: -8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-119px {
    margin-bottom: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-119px {
    margin-bottom: -8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-119px {
    margin-left: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-119px {
    margin-left: -8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-119px {
    margin-right: -8.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_120px {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_120px {
    margin-top: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_120px {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_120px {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_120px {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_120px {
    margin-left: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_120px {
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_120px {
    margin-right: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-120px {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-120px {
    margin-top: -8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-120px {
    margin-bottom: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-120px {
    margin-bottom: -8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-120px {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-120px {
    margin-left: -8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-120px {
    margin-right: -8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_121px {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_121px {
    margin-top: 8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_121px {
    margin-bottom: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_121px {
    margin-bottom: 8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_121px {
    margin-left: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_121px {
    margin-left: 8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_121px {
    margin-right: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_121px {
    margin-right: 8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-121px {
    margin-top: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-121px {
    margin-top: -8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-121px {
    margin-bottom: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-121px {
    margin-bottom: -8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-121px {
    margin-left: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-121px {
    margin-left: -8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-121px {
    margin-right: -8.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_122px {
    margin-top: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_122px {
    margin-top: 8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_122px {
    margin-bottom: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_122px {
    margin-bottom: 8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_122px {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_122px {
    margin-left: 8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_122px {
    margin-right: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_122px {
    margin-right: 8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-122px {
    margin-top: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-122px {
    margin-top: -8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-122px {
    margin-bottom: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-122px {
    margin-bottom: -8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-122px {
    margin-left: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-122px {
    margin-left: -8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-122px {
    margin-right: -8.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_123px {
    margin-top: 123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_123px {
    margin-top: 8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_123px {
    margin-bottom: 123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_123px {
    margin-bottom: 8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_123px {
    margin-left: 123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_123px {
    margin-left: 8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_123px {
    margin-right: 123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_123px {
    margin-right: 8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-123px {
    margin-top: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-123px {
    margin-top: -8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-123px {
    margin-bottom: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-123px {
    margin-bottom: -8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-123px {
    margin-left: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-123px {
    margin-left: -8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-123px {
    margin-right: -8.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_124px {
    margin-top: 124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_124px {
    margin-top: 8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_124px {
    margin-bottom: 124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_124px {
    margin-bottom: 8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_124px {
    margin-left: 124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_124px {
    margin-left: 8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_124px {
    margin-right: 124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_124px {
    margin-right: 8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-124px {
    margin-top: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-124px {
    margin-top: -8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-124px {
    margin-bottom: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-124px {
    margin-bottom: -8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-124px {
    margin-left: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-124px {
    margin-left: -8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-124px {
    margin-right: -8.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_125px {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_125px {
    margin-top: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_125px {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_125px {
    margin-bottom: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_125px {
    margin-left: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_125px {
    margin-left: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_125px {
    margin-right: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_125px {
    margin-right: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-125px {
    margin-top: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-125px {
    margin-top: -8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-125px {
    margin-bottom: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-125px {
    margin-bottom: -8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-125px {
    margin-left: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-125px {
    margin-left: -8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-125px {
    margin-right: -8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_126px {
    margin-top: 126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_126px {
    margin-top: 8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_126px {
    margin-bottom: 126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_126px {
    margin-bottom: 8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_126px {
    margin-left: 126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_126px {
    margin-left: 8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_126px {
    margin-right: 126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_126px {
    margin-right: 8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-126px {
    margin-top: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-126px {
    margin-top: -8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-126px {
    margin-bottom: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-126px {
    margin-bottom: -8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-126px {
    margin-left: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-126px {
    margin-left: -8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-126px {
    margin-right: -8.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_127px {
    margin-top: 127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_127px {
    margin-top: 8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_127px {
    margin-bottom: 127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_127px {
    margin-bottom: 8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_127px {
    margin-left: 127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_127px {
    margin-left: 8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_127px {
    margin-right: 127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_127px {
    margin-right: 8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-127px {
    margin-top: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-127px {
    margin-top: -8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-127px {
    margin-bottom: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-127px {
    margin-bottom: -8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-127px {
    margin-left: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-127px {
    margin-left: -8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-127px {
    margin-right: -8.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_128px {
    margin-top: 128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_128px {
    margin-top: 8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_128px {
    margin-bottom: 128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_128px {
    margin-bottom: 8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_128px {
    margin-left: 128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_128px {
    margin-left: 8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_128px {
    margin-right: 128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_128px {
    margin-right: 8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-128px {
    margin-top: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-128px {
    margin-top: -8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-128px {
    margin-bottom: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-128px {
    margin-bottom: -8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-128px {
    margin-left: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-128px {
    margin-left: -8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-128px {
    margin-right: -8.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_129px {
    margin-top: 129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_129px {
    margin-top: 8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_129px {
    margin-bottom: 129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_129px {
    margin-bottom: 8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_129px {
    margin-left: 129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_129px {
    margin-left: 8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_129px {
    margin-right: 129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_129px {
    margin-right: 8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-129px {
    margin-top: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-129px {
    margin-top: -8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-129px {
    margin-bottom: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-129px {
    margin-bottom: -8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-129px {
    margin-left: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-129px {
    margin-left: -8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-129px {
    margin-right: -8.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_130px {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_130px {
    margin-top: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_130px {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_130px {
    margin-bottom: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_130px {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_130px {
    margin-left: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_130px {
    margin-right: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_130px {
    margin-right: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-130px {
    margin-top: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-130px {
    margin-top: -9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-130px {
    margin-bottom: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-130px {
    margin-bottom: -9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-130px {
    margin-left: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-130px {
    margin-left: -9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-130px {
    margin-right: -9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_131px {
    margin-top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_131px {
    margin-top: 9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_131px {
    margin-bottom: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_131px {
    margin-bottom: 9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_131px {
    margin-left: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_131px {
    margin-left: 9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_131px {
    margin-right: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_131px {
    margin-right: 9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-131px {
    margin-top: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-131px {
    margin-top: -9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-131px {
    margin-bottom: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-131px {
    margin-bottom: -9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-131px {
    margin-left: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-131px {
    margin-left: -9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-131px {
    margin-right: -9.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_132px {
    margin-top: 132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_132px {
    margin-top: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_132px {
    margin-bottom: 132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_132px {
    margin-bottom: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_132px {
    margin-left: 132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_132px {
    margin-left: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_132px {
    margin-right: 132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_132px {
    margin-right: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-132px {
    margin-top: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-132px {
    margin-top: -9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-132px {
    margin-bottom: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-132px {
    margin-bottom: -9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-132px {
    margin-left: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-132px {
    margin-left: -9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-132px {
    margin-right: -9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_133px {
    margin-top: 133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_133px {
    margin-top: 9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_133px {
    margin-bottom: 133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_133px {
    margin-bottom: 9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_133px {
    margin-left: 133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_133px {
    margin-left: 9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_133px {
    margin-right: 133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_133px {
    margin-right: 9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-133px {
    margin-top: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-133px {
    margin-top: -9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-133px {
    margin-bottom: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-133px {
    margin-bottom: -9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-133px {
    margin-left: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-133px {
    margin-left: -9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-133px {
    margin-right: -9.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_134px {
    margin-top: 134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_134px {
    margin-top: 9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_134px {
    margin-bottom: 134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_134px {
    margin-bottom: 9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_134px {
    margin-left: 134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_134px {
    margin-left: 9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_134px {
    margin-right: 134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_134px {
    margin-right: 9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-134px {
    margin-top: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-134px {
    margin-top: -9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-134px {
    margin-bottom: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-134px {
    margin-bottom: -9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-134px {
    margin-left: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-134px {
    margin-left: -9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-134px {
    margin-right: -9.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_135px {
    margin-top: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_135px {
    margin-top: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_135px {
    margin-bottom: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_135px {
    margin-bottom: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_135px {
    margin-left: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_135px {
    margin-left: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_135px {
    margin-right: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_135px {
    margin-right: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-135px {
    margin-top: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-135px {
    margin-top: -9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-135px {
    margin-bottom: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-135px {
    margin-bottom: -9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-135px {
    margin-left: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-135px {
    margin-left: -9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-135px {
    margin-right: -9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_136px {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_136px {
    margin-top: 9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_136px {
    margin-bottom: 136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_136px {
    margin-bottom: 9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_136px {
    margin-left: 136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_136px {
    margin-left: 9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_136px {
    margin-right: 136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_136px {
    margin-right: 9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-136px {
    margin-top: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-136px {
    margin-top: -9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-136px {
    margin-bottom: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-136px {
    margin-bottom: -9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-136px {
    margin-left: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-136px {
    margin-left: -9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-136px {
    margin-right: -9.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_137px {
    margin-top: 137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_137px {
    margin-top: 9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_137px {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_137px {
    margin-bottom: 9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_137px {
    margin-left: 137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_137px {
    margin-left: 9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_137px {
    margin-right: 137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_137px {
    margin-right: 9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-137px {
    margin-top: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-137px {
    margin-top: -9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-137px {
    margin-bottom: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-137px {
    margin-bottom: -9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-137px {
    margin-left: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-137px {
    margin-left: -9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-137px {
    margin-right: -9.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_138px {
    margin-top: 138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_138px {
    margin-top: 9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_138px {
    margin-bottom: 138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_138px {
    margin-bottom: 9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_138px {
    margin-left: 138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_138px {
    margin-left: 9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_138px {
    margin-right: 138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_138px {
    margin-right: 9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-138px {
    margin-top: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-138px {
    margin-top: -9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-138px {
    margin-bottom: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-138px {
    margin-bottom: -9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-138px {
    margin-left: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-138px {
    margin-left: -9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-138px {
    margin-right: -9.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_139px {
    margin-top: 139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_139px {
    margin-top: 9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_139px {
    margin-bottom: 139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_139px {
    margin-bottom: 9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_139px {
    margin-left: 139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_139px {
    margin-left: 9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_139px {
    margin-right: 139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_139px {
    margin-right: 9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-139px {
    margin-top: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-139px {
    margin-top: -9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-139px {
    margin-bottom: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-139px {
    margin-bottom: -9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-139px {
    margin-left: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-139px {
    margin-left: -9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-139px {
    margin-right: -9.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_140px {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_140px {
    margin-top: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_140px {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_140px {
    margin-bottom: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_140px {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_140px {
    margin-left: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_140px {
    margin-right: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_140px {
    margin-right: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-140px {
    margin-top: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-140px {
    margin-top: -9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-140px {
    margin-bottom: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-140px {
    margin-bottom: -9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-140px {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-140px {
    margin-left: -9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-140px {
    margin-right: -9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_141px {
    margin-top: 141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_141px {
    margin-top: 9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_141px {
    margin-bottom: 141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_141px {
    margin-bottom: 9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_141px {
    margin-left: 141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_141px {
    margin-left: 9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_141px {
    margin-right: 141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_141px {
    margin-right: 9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-141px {
    margin-top: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-141px {
    margin-top: -9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-141px {
    margin-bottom: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-141px {
    margin-bottom: -9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-141px {
    margin-left: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-141px {
    margin-left: -9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-141px {
    margin-right: -9.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_142px {
    margin-top: 142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_142px {
    margin-top: 9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_142px {
    margin-bottom: 142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_142px {
    margin-bottom: 9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_142px {
    margin-left: 142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_142px {
    margin-left: 9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_142px {
    margin-right: 142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_142px {
    margin-right: 9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-142px {
    margin-top: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-142px {
    margin-top: -9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-142px {
    margin-bottom: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-142px {
    margin-bottom: -9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-142px {
    margin-left: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-142px {
    margin-left: -9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-142px {
    margin-right: -9.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_143px {
    margin-top: 143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_143px {
    margin-top: 9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_143px {
    margin-bottom: 143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_143px {
    margin-bottom: 9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_143px {
    margin-left: 143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_143px {
    margin-left: 9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_143px {
    margin-right: 143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_143px {
    margin-right: 9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-143px {
    margin-top: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-143px {
    margin-top: -9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-143px {
    margin-bottom: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-143px {
    margin-bottom: -9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-143px {
    margin-left: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-143px {
    margin-left: -9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-143px {
    margin-right: -9.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_144px {
    margin-top: 144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_144px {
    margin-top: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_144px {
    margin-bottom: 144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_144px {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_144px {
    margin-left: 144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_144px {
    margin-left: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_144px {
    margin-right: 144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_144px {
    margin-right: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-144px {
    margin-top: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-144px {
    margin-top: -10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-144px {
    margin-bottom: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-144px {
    margin-bottom: -10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-144px {
    margin-left: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-144px {
    margin-left: -10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-144px {
    margin-right: -10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_145px {
    margin-top: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_145px {
    margin-top: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_145px {
    margin-bottom: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_145px {
    margin-bottom: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_145px {
    margin-left: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_145px {
    margin-left: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_145px {
    margin-right: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_145px {
    margin-right: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-145px {
    margin-top: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-145px {
    margin-top: -10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-145px {
    margin-bottom: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-145px {
    margin-bottom: -10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-145px {
    margin-left: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-145px {
    margin-left: -10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-145px {
    margin-right: -10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_146px {
    margin-top: 146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_146px {
    margin-top: 10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_146px {
    margin-bottom: 146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_146px {
    margin-bottom: 10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_146px {
    margin-left: 146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_146px {
    margin-left: 10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_146px {
    margin-right: 146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_146px {
    margin-right: 10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-146px {
    margin-top: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-146px {
    margin-top: -10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-146px {
    margin-bottom: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-146px {
    margin-bottom: -10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-146px {
    margin-left: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-146px {
    margin-left: -10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-146px {
    margin-right: -10.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_147px {
    margin-top: 147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_147px {
    margin-top: 10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_147px {
    margin-bottom: 147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_147px {
    margin-bottom: 10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_147px {
    margin-left: 147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_147px {
    margin-left: 10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_147px {
    margin-right: 147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_147px {
    margin-right: 10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-147px {
    margin-top: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-147px {
    margin-top: -10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-147px {
    margin-bottom: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-147px {
    margin-bottom: -10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-147px {
    margin-left: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-147px {
    margin-left: -10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-147px {
    margin-right: -10.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_148px {
    margin-top: 148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_148px {
    margin-top: 10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_148px {
    margin-bottom: 148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_148px {
    margin-bottom: 10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_148px {
    margin-left: 148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_148px {
    margin-left: 10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_148px {
    margin-right: 148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_148px {
    margin-right: 10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-148px {
    margin-top: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-148px {
    margin-top: -10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-148px {
    margin-bottom: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-148px {
    margin-bottom: -10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-148px {
    margin-left: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-148px {
    margin-left: -10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-148px {
    margin-right: -10.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_149px {
    margin-top: 149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_149px {
    margin-top: 10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_149px {
    margin-bottom: 149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_149px {
    margin-bottom: 10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_149px {
    margin-left: 149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_149px {
    margin-left: 10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_149px {
    margin-right: 149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_149px {
    margin-right: 10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-149px {
    margin-top: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-149px {
    margin-top: -10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-149px {
    margin-bottom: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-149px {
    margin-bottom: -10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-149px {
    margin-left: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-149px {
    margin-left: -10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-149px {
    margin-right: -10.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_150px {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_150px {
    margin-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_150px {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_150px {
    margin-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_150px {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_150px {
    margin-left: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_150px {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_150px {
    margin-right: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-150px {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-150px {
    margin-top: -10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-150px {
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-150px {
    margin-bottom: -10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-150px {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-150px {
    margin-left: -10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-150px {
    margin-right: -10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_151px {
    margin-top: 151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_151px {
    margin-top: 10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_151px {
    margin-bottom: 151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_151px {
    margin-bottom: 10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_151px {
    margin-left: 151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_151px {
    margin-left: 10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_151px {
    margin-right: 151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_151px {
    margin-right: 10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-151px {
    margin-top: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-151px {
    margin-top: -10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-151px {
    margin-bottom: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-151px {
    margin-bottom: -10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-151px {
    margin-left: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-151px {
    margin-left: -10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-151px {
    margin-right: -10.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_152px {
    margin-top: 152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_152px {
    margin-top: 10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_152px {
    margin-bottom: 152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_152px {
    margin-bottom: 10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_152px {
    margin-left: 152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_152px {
    margin-left: 10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_152px {
    margin-right: 152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_152px {
    margin-right: 10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-152px {
    margin-top: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-152px {
    margin-top: -10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-152px {
    margin-bottom: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-152px {
    margin-bottom: -10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-152px {
    margin-left: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-152px {
    margin-left: -10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-152px {
    margin-right: -10.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_153px {
    margin-top: 153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_153px {
    margin-top: 10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_153px {
    margin-bottom: 153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_153px {
    margin-bottom: 10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_153px {
    margin-left: 153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_153px {
    margin-left: 10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_153px {
    margin-right: 153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_153px {
    margin-right: 10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-153px {
    margin-top: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-153px {
    margin-top: -10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-153px {
    margin-bottom: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-153px {
    margin-bottom: -10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-153px {
    margin-left: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-153px {
    margin-left: -10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-153px {
    margin-right: -10.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_154px {
    margin-top: 154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_154px {
    margin-top: 10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_154px {
    margin-bottom: 154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_154px {
    margin-bottom: 10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_154px {
    margin-left: 154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_154px {
    margin-left: 10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_154px {
    margin-right: 154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_154px {
    margin-right: 10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-154px {
    margin-top: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-154px {
    margin-top: -10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-154px {
    margin-bottom: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-154px {
    margin-bottom: -10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-154px {
    margin-left: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-154px {
    margin-left: -10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-154px {
    margin-right: -10.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_155px {
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_155px {
    margin-top: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_155px {
    margin-bottom: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_155px {
    margin-bottom: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_155px {
    margin-left: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_155px {
    margin-left: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_155px {
    margin-right: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_155px {
    margin-right: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-155px {
    margin-top: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-155px {
    margin-top: -10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-155px {
    margin-bottom: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-155px {
    margin-bottom: -10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-155px {
    margin-left: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-155px {
    margin-left: -10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-155px {
    margin-right: -10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_156px {
    margin-top: 156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_156px {
    margin-top: 10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_156px {
    margin-bottom: 156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_156px {
    margin-bottom: 10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_156px {
    margin-left: 156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_156px {
    margin-left: 10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_156px {
    margin-right: 156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_156px {
    margin-right: 10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-156px {
    margin-top: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-156px {
    margin-top: -10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-156px {
    margin-bottom: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-156px {
    margin-bottom: -10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-156px {
    margin-left: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-156px {
    margin-left: -10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-156px {
    margin-right: -10.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_157px {
    margin-top: 157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_157px {
    margin-top: 10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_157px {
    margin-bottom: 157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_157px {
    margin-bottom: 10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_157px {
    margin-left: 157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_157px {
    margin-left: 10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_157px {
    margin-right: 157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_157px {
    margin-right: 10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-157px {
    margin-top: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-157px {
    margin-top: -10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-157px {
    margin-bottom: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-157px {
    margin-bottom: -10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-157px {
    margin-left: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-157px {
    margin-left: -10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-157px {
    margin-right: -10.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_158px {
    margin-top: 158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_158px {
    margin-top: 10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_158px {
    margin-bottom: 158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_158px {
    margin-bottom: 10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_158px {
    margin-left: 158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_158px {
    margin-left: 10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_158px {
    margin-right: 158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_158px {
    margin-right: 10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-158px {
    margin-top: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-158px {
    margin-top: -10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-158px {
    margin-bottom: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-158px {
    margin-bottom: -10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-158px {
    margin-left: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-158px {
    margin-left: -10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-158px {
    margin-right: -10.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_159px {
    margin-top: 159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_159px {
    margin-top: 11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_159px {
    margin-bottom: 159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_159px {
    margin-bottom: 11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_159px {
    margin-left: 159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_159px {
    margin-left: 11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_159px {
    margin-right: 159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_159px {
    margin-right: 11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-159px {
    margin-top: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-159px {
    margin-top: -11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-159px {
    margin-bottom: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-159px {
    margin-bottom: -11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-159px {
    margin-left: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-159px {
    margin-left: -11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-159px {
    margin-right: -11.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_160px {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_160px {
    margin-top: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_160px {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_160px {
    margin-bottom: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_160px {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_160px {
    margin-left: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_160px {
    margin-right: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_160px {
    margin-right: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-160px {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-160px {
    margin-top: -11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-160px {
    margin-bottom: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-160px {
    margin-bottom: -11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-160px {
    margin-left: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-160px {
    margin-left: -11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-160px {
    margin-right: -11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_161px {
    margin-top: 161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_161px {
    margin-top: 11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_161px {
    margin-bottom: 161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_161px {
    margin-bottom: 11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_161px {
    margin-left: 161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_161px {
    margin-left: 11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_161px {
    margin-right: 161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_161px {
    margin-right: 11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-161px {
    margin-top: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-161px {
    margin-top: -11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-161px {
    margin-bottom: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-161px {
    margin-bottom: -11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-161px {
    margin-left: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-161px {
    margin-left: -11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-161px {
    margin-right: -11.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_162px {
    margin-top: 162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_162px {
    margin-top: 11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_162px {
    margin-bottom: 162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_162px {
    margin-bottom: 11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_162px {
    margin-left: 162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_162px {
    margin-left: 11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_162px {
    margin-right: 162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_162px {
    margin-right: 11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-162px {
    margin-top: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-162px {
    margin-top: -11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-162px {
    margin-bottom: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-162px {
    margin-bottom: -11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-162px {
    margin-left: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-162px {
    margin-left: -11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-162px {
    margin-right: -11.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_163px {
    margin-top: 163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_163px {
    margin-top: 11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_163px {
    margin-bottom: 163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_163px {
    margin-bottom: 11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_163px {
    margin-left: 163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_163px {
    margin-left: 11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_163px {
    margin-right: 163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_163px {
    margin-right: 11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-163px {
    margin-top: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-163px {
    margin-top: -11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-163px {
    margin-bottom: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-163px {
    margin-bottom: -11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-163px {
    margin-left: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-163px {
    margin-left: -11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-163px {
    margin-right: -11.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_164px {
    margin-top: 164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_164px {
    margin-top: 11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_164px {
    margin-bottom: 164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_164px {
    margin-bottom: 11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_164px {
    margin-left: 164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_164px {
    margin-left: 11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_164px {
    margin-right: 164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_164px {
    margin-right: 11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-164px {
    margin-top: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-164px {
    margin-top: -11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-164px {
    margin-bottom: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-164px {
    margin-bottom: -11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-164px {
    margin-left: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-164px {
    margin-left: -11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-164px {
    margin-right: -11.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_165px {
    margin-top: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_165px {
    margin-top: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_165px {
    margin-bottom: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_165px {
    margin-bottom: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_165px {
    margin-left: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_165px {
    margin-left: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_165px {
    margin-right: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_165px {
    margin-right: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-165px {
    margin-top: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-165px {
    margin-top: -11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-165px {
    margin-bottom: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-165px {
    margin-bottom: -11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-165px {
    margin-left: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-165px {
    margin-left: -11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-165px {
    margin-right: -11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_166px {
    margin-top: 166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_166px {
    margin-top: 11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_166px {
    margin-bottom: 166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_166px {
    margin-bottom: 11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_166px {
    margin-left: 166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_166px {
    margin-left: 11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_166px {
    margin-right: 166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_166px {
    margin-right: 11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-166px {
    margin-top: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-166px {
    margin-top: -11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-166px {
    margin-bottom: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-166px {
    margin-bottom: -11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-166px {
    margin-left: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-166px {
    margin-left: -11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-166px {
    margin-right: -11.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_167px {
    margin-top: 167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_167px {
    margin-top: 11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_167px {
    margin-bottom: 167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_167px {
    margin-bottom: 11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_167px {
    margin-left: 167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_167px {
    margin-left: 11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_167px {
    margin-right: 167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_167px {
    margin-right: 11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-167px {
    margin-top: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-167px {
    margin-top: -11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-167px {
    margin-bottom: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-167px {
    margin-bottom: -11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-167px {
    margin-left: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-167px {
    margin-left: -11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-167px {
    margin-right: -11.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_168px {
    margin-top: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_168px {
    margin-top: 11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_168px {
    margin-bottom: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_168px {
    margin-bottom: 11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_168px {
    margin-left: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_168px {
    margin-left: 11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_168px {
    margin-right: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_168px {
    margin-right: 11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-168px {
    margin-top: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-168px {
    margin-top: -11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-168px {
    margin-bottom: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-168px {
    margin-bottom: -11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-168px {
    margin-left: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-168px {
    margin-left: -11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-168px {
    margin-right: -11.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_169px {
    margin-top: 169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_169px {
    margin-top: 11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_169px {
    margin-bottom: 169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_169px {
    margin-bottom: 11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_169px {
    margin-left: 169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_169px {
    margin-left: 11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_169px {
    margin-right: 169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_169px {
    margin-right: 11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-169px {
    margin-top: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-169px {
    margin-top: -11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-169px {
    margin-bottom: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-169px {
    margin-bottom: -11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-169px {
    margin-left: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-169px {
    margin-left: -11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-169px {
    margin-right: -11.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_170px {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_170px {
    margin-top: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_170px {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_170px {
    margin-bottom: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_170px {
    margin-left: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_170px {
    margin-left: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_170px {
    margin-right: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_170px {
    margin-right: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-170px {
    margin-top: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-170px {
    margin-top: -11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-170px {
    margin-bottom: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-170px {
    margin-bottom: -11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-170px {
    margin-left: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-170px {
    margin-left: -11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-170px {
    margin-right: -11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_171px {
    margin-top: 171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_171px {
    margin-top: 11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_171px {
    margin-bottom: 171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_171px {
    margin-bottom: 11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_171px {
    margin-left: 171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_171px {
    margin-left: 11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_171px {
    margin-right: 171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_171px {
    margin-right: 11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-171px {
    margin-top: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-171px {
    margin-top: -11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-171px {
    margin-bottom: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-171px {
    margin-bottom: -11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-171px {
    margin-left: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-171px {
    margin-left: -11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-171px {
    margin-right: -11.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_172px {
    margin-top: 172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_172px {
    margin-top: 11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_172px {
    margin-bottom: 172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_172px {
    margin-bottom: 11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_172px {
    margin-left: 172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_172px {
    margin-left: 11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_172px {
    margin-right: 172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_172px {
    margin-right: 11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-172px {
    margin-top: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-172px {
    margin-top: -11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-172px {
    margin-bottom: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-172px {
    margin-bottom: -11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-172px {
    margin-left: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-172px {
    margin-left: -11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-172px {
    margin-right: -11.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_173px {
    margin-top: 173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_173px {
    margin-top: 12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_173px {
    margin-bottom: 173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_173px {
    margin-bottom: 12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_173px {
    margin-left: 173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_173px {
    margin-left: 12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_173px {
    margin-right: 173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_173px {
    margin-right: 12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-173px {
    margin-top: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-173px {
    margin-top: -12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-173px {
    margin-bottom: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-173px {
    margin-bottom: -12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-173px {
    margin-left: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-173px {
    margin-left: -12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-173px {
    margin-right: -12.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_174px {
    margin-top: 174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_174px {
    margin-top: 12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_174px {
    margin-bottom: 174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_174px {
    margin-bottom: 12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_174px {
    margin-left: 174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_174px {
    margin-left: 12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_174px {
    margin-right: 174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_174px {
    margin-right: 12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-174px {
    margin-top: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-174px {
    margin-top: -12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-174px {
    margin-bottom: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-174px {
    margin-bottom: -12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-174px {
    margin-left: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-174px {
    margin-left: -12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-174px {
    margin-right: -12.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_175px {
    margin-top: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_175px {
    margin-top: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_175px {
    margin-bottom: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_175px {
    margin-bottom: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_175px {
    margin-left: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_175px {
    margin-left: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_175px {
    margin-right: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_175px {
    margin-right: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-175px {
    margin-top: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-175px {
    margin-top: -12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-175px {
    margin-bottom: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-175px {
    margin-bottom: -12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-175px {
    margin-left: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-175px {
    margin-left: -12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-175px {
    margin-right: -12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_176px {
    margin-top: 176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_176px {
    margin-top: 12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_176px {
    margin-bottom: 176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_176px {
    margin-bottom: 12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_176px {
    margin-left: 176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_176px {
    margin-left: 12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_176px {
    margin-right: 176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_176px {
    margin-right: 12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-176px {
    margin-top: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-176px {
    margin-top: -12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-176px {
    margin-bottom: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-176px {
    margin-bottom: -12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-176px {
    margin-left: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-176px {
    margin-left: -12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-176px {
    margin-right: -12.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_177px {
    margin-top: 177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_177px {
    margin-top: 12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_177px {
    margin-bottom: 177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_177px {
    margin-bottom: 12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_177px {
    margin-left: 177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_177px {
    margin-left: 12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_177px {
    margin-right: 177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_177px {
    margin-right: 12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-177px {
    margin-top: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-177px {
    margin-top: -12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-177px {
    margin-bottom: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-177px {
    margin-bottom: -12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-177px {
    margin-left: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-177px {
    margin-left: -12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-177px {
    margin-right: -12.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_178px {
    margin-top: 178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_178px {
    margin-top: 12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_178px {
    margin-bottom: 178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_178px {
    margin-bottom: 12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_178px {
    margin-left: 178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_178px {
    margin-left: 12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_178px {
    margin-right: 178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_178px {
    margin-right: 12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-178px {
    margin-top: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-178px {
    margin-top: -12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-178px {
    margin-bottom: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-178px {
    margin-bottom: -12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-178px {
    margin-left: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-178px {
    margin-left: -12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-178px {
    margin-right: -12.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_179px {
    margin-top: 179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_179px {
    margin-top: 12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_179px {
    margin-bottom: 179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_179px {
    margin-bottom: 12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_179px {
    margin-left: 179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_179px {
    margin-left: 12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_179px {
    margin-right: 179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_179px {
    margin-right: 12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-179px {
    margin-top: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-179px {
    margin-top: -12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-179px {
    margin-bottom: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-179px {
    margin-bottom: -12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-179px {
    margin-left: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-179px {
    margin-left: -12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-179px {
    margin-right: -12.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_180px {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_180px {
    margin-top: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_180px {
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_180px {
    margin-bottom: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_180px {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_180px {
    margin-left: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_180px {
    margin-right: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_180px {
    margin-right: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-180px {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-180px {
    margin-top: -12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-180px {
    margin-bottom: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-180px {
    margin-bottom: -12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-180px {
    margin-left: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-180px {
    margin-left: -12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-180px {
    margin-right: -12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_181px {
    margin-top: 181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_181px {
    margin-top: 12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_181px {
    margin-bottom: 181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_181px {
    margin-bottom: 12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_181px {
    margin-left: 181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_181px {
    margin-left: 12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_181px {
    margin-right: 181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_181px {
    margin-right: 12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-181px {
    margin-top: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-181px {
    margin-top: -12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-181px {
    margin-bottom: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-181px {
    margin-bottom: -12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-181px {
    margin-left: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-181px {
    margin-left: -12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-181px {
    margin-right: -12.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_182px {
    margin-top: 182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_182px {
    margin-top: 12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_182px {
    margin-bottom: 182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_182px {
    margin-bottom: 12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_182px {
    margin-left: 182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_182px {
    margin-left: 12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_182px {
    margin-right: 182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_182px {
    margin-right: 12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-182px {
    margin-top: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-182px {
    margin-top: -12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-182px {
    margin-bottom: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-182px {
    margin-bottom: -12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-182px {
    margin-left: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-182px {
    margin-left: -12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-182px {
    margin-right: -12.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_183px {
    margin-top: 183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_183px {
    margin-top: 12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_183px {
    margin-bottom: 183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_183px {
    margin-bottom: 12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_183px {
    margin-left: 183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_183px {
    margin-left: 12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_183px {
    margin-right: 183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_183px {
    margin-right: 12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-183px {
    margin-top: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-183px {
    margin-top: -12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-183px {
    margin-bottom: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-183px {
    margin-bottom: -12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-183px {
    margin-left: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-183px {
    margin-left: -12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-183px {
    margin-right: -12.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_184px {
    margin-top: 184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_184px {
    margin-top: 12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_184px {
    margin-bottom: 184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_184px {
    margin-bottom: 12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_184px {
    margin-left: 184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_184px {
    margin-left: 12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_184px {
    margin-right: 184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_184px {
    margin-right: 12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-184px {
    margin-top: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-184px {
    margin-top: -12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-184px {
    margin-bottom: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-184px {
    margin-bottom: -12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-184px {
    margin-left: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-184px {
    margin-left: -12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-184px {
    margin-right: -12.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_185px {
    margin-top: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_185px {
    margin-top: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_185px {
    margin-bottom: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_185px {
    margin-bottom: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_185px {
    margin-left: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_185px {
    margin-left: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_185px {
    margin-right: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_185px {
    margin-right: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-185px {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-185px {
    margin-top: -12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-185px {
    margin-bottom: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-185px {
    margin-bottom: -12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-185px {
    margin-left: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-185px {
    margin-left: -12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-185px {
    margin-right: -12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_186px {
    margin-top: 186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_186px {
    margin-top: 12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_186px {
    margin-bottom: 186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_186px {
    margin-bottom: 12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_186px {
    margin-left: 186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_186px {
    margin-left: 12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_186px {
    margin-right: 186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_186px {
    margin-right: 12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-186px {
    margin-top: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-186px {
    margin-top: -12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-186px {
    margin-bottom: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-186px {
    margin-bottom: -12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-186px {
    margin-left: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-186px {
    margin-left: -12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-186px {
    margin-right: -12.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_187px {
    margin-top: 187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_187px {
    margin-top: 12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_187px {
    margin-bottom: 187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_187px {
    margin-bottom: 12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_187px {
    margin-left: 187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_187px {
    margin-left: 12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_187px {
    margin-right: 187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_187px {
    margin-right: 12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-187px {
    margin-top: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-187px {
    margin-top: -12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-187px {
    margin-bottom: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-187px {
    margin-bottom: -12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-187px {
    margin-left: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-187px {
    margin-left: -12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-187px {
    margin-right: -12.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_188px {
    margin-top: 188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_188px {
    margin-top: 13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_188px {
    margin-bottom: 188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_188px {
    margin-bottom: 13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_188px {
    margin-left: 188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_188px {
    margin-left: 13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_188px {
    margin-right: 188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_188px {
    margin-right: 13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-188px {
    margin-top: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-188px {
    margin-top: -13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-188px {
    margin-bottom: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-188px {
    margin-bottom: -13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-188px {
    margin-left: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-188px {
    margin-left: -13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-188px {
    margin-right: -13.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_189px {
    margin-top: 189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_189px {
    margin-top: 13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_189px {
    margin-bottom: 189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_189px {
    margin-bottom: 13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_189px {
    margin-left: 189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_189px {
    margin-left: 13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_189px {
    margin-right: 189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_189px {
    margin-right: 13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-189px {
    margin-top: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-189px {
    margin-top: -13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-189px {
    margin-bottom: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-189px {
    margin-bottom: -13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-189px {
    margin-left: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-189px {
    margin-left: -13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-189px {
    margin-right: -13.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_190px {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_190px {
    margin-top: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_190px {
    margin-bottom: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_190px {
    margin-bottom: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_190px {
    margin-left: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_190px {
    margin-left: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_190px {
    margin-right: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_190px {
    margin-right: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-190px {
    margin-top: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-190px {
    margin-top: -13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-190px {
    margin-bottom: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-190px {
    margin-bottom: -13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-190px {
    margin-left: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-190px {
    margin-left: -13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-190px {
    margin-right: -13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_191px {
    margin-top: 191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_191px {
    margin-top: 13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_191px {
    margin-bottom: 191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_191px {
    margin-bottom: 13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_191px {
    margin-left: 191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_191px {
    margin-left: 13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_191px {
    margin-right: 191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_191px {
    margin-right: 13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-191px {
    margin-top: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-191px {
    margin-top: -13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-191px {
    margin-bottom: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-191px {
    margin-bottom: -13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-191px {
    margin-left: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-191px {
    margin-left: -13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-191px {
    margin-right: -13.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_192px {
    margin-top: 192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_192px {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_192px {
    margin-bottom: 192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_192px {
    margin-bottom: 13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_192px {
    margin-left: 192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_192px {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_192px {
    margin-right: 192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_192px {
    margin-right: 13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-192px {
    margin-top: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-192px {
    margin-top: -13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-192px {
    margin-bottom: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-192px {
    margin-bottom: -13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-192px {
    margin-left: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-192px {
    margin-left: -13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-192px {
    margin-right: -13.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_193px {
    margin-top: 193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_193px {
    margin-top: 13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_193px {
    margin-bottom: 193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_193px {
    margin-bottom: 13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_193px {
    margin-left: 193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_193px {
    margin-left: 13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_193px {
    margin-right: 193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_193px {
    margin-right: 13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-193px {
    margin-top: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-193px {
    margin-top: -13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-193px {
    margin-bottom: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-193px {
    margin-bottom: -13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-193px {
    margin-left: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-193px {
    margin-left: -13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-193px {
    margin-right: -13.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_194px {
    margin-top: 194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_194px {
    margin-top: 13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_194px {
    margin-bottom: 194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_194px {
    margin-bottom: 13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_194px {
    margin-left: 194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_194px {
    margin-left: 13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_194px {
    margin-right: 194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_194px {
    margin-right: 13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-194px {
    margin-top: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-194px {
    margin-top: -13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-194px {
    margin-bottom: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-194px {
    margin-bottom: -13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-194px {
    margin-left: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-194px {
    margin-left: -13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-194px {
    margin-right: -13.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_195px {
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_195px {
    margin-top: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_195px {
    margin-bottom: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_195px {
    margin-bottom: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_195px {
    margin-left: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_195px {
    margin-left: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_195px {
    margin-right: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_195px {
    margin-right: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-195px {
    margin-top: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-195px {
    margin-top: -13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-195px {
    margin-bottom: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-195px {
    margin-bottom: -13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-195px {
    margin-left: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-195px {
    margin-left: -13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-195px {
    margin-right: -13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_196px {
    margin-top: 196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_196px {
    margin-top: 13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_196px {
    margin-bottom: 196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_196px {
    margin-bottom: 13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_196px {
    margin-left: 196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_196px {
    margin-left: 13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_196px {
    margin-right: 196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_196px {
    margin-right: 13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-196px {
    margin-top: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-196px {
    margin-top: -13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-196px {
    margin-bottom: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-196px {
    margin-bottom: -13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-196px {
    margin-left: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-196px {
    margin-left: -13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-196px {
    margin-right: -13.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_197px {
    margin-top: 197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_197px {
    margin-top: 13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_197px {
    margin-bottom: 197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_197px {
    margin-bottom: 13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_197px {
    margin-left: 197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_197px {
    margin-left: 13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_197px {
    margin-right: 197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_197px {
    margin-right: 13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-197px {
    margin-top: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-197px {
    margin-top: -13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-197px {
    margin-bottom: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-197px {
    margin-bottom: -13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-197px {
    margin-left: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-197px {
    margin-left: -13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-197px {
    margin-right: -13.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_198px {
    margin-top: 198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_198px {
    margin-top: 13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_198px {
    margin-bottom: 198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_198px {
    margin-bottom: 13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_198px {
    margin-left: 198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_198px {
    margin-left: 13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_198px {
    margin-right: 198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_198px {
    margin-right: 13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-198px {
    margin-top: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-198px {
    margin-top: -13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-198px {
    margin-bottom: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-198px {
    margin-bottom: -13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-198px {
    margin-left: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-198px {
    margin-left: -13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-198px {
    margin-right: -13.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_199px {
    margin-top: 199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_199px {
    margin-top: 13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_199px {
    margin-bottom: 199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_199px {
    margin-bottom: 13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_199px {
    margin-left: 199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_199px {
    margin-left: 13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_199px {
    margin-right: 199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_199px {
    margin-right: 13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-199px {
    margin-top: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-199px {
    margin-top: -13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-199px {
    margin-bottom: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-199px {
    margin-bottom: -13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-199px {
    margin-left: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-199px {
    margin-left: -13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-199px {
    margin-right: -13.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_200px {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_200px {
    margin-top: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_200px {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_200px {
    margin-bottom: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_200px {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_200px {
    margin-left: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_200px {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_200px {
    margin-right: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mt_lg_-200px {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mt_lg_-200px {
    margin-top: -13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mb_lg_-200px {
    margin-bottom: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mb_lg_-200px {
    margin-bottom: -13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ml_lg_-200px {
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .ml_lg_-200px {
    margin-left: -13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .mr_lg_-200px {
    margin-right: -13.8888888889vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .mt_md_1px {
    margin-top: 1px;
  }

  .mb_md_1px {
    margin-bottom: 1px;
  }

  .ml_md_1px {
    margin-left: 1px;
  }

  .mr_md_1px {
    margin-right: 1px;
  }

  .mt_md_-1px {
    margin-top: -1px;
  }

  .mb_md_-1px {
    margin-bottom: -1px;
  }

  .ml_md_-1px {
    margin-left: -1px;
  }

  .mr_md_-1px {
    margin-right: -1px;
  }

  .mt_md_2px {
    margin-top: 2px;
  }

  .mb_md_2px {
    margin-bottom: 2px;
  }

  .ml_md_2px {
    margin-left: 2px;
  }

  .mr_md_2px {
    margin-right: 2px;
  }

  .mt_md_-2px {
    margin-top: -2px;
  }

  .mb_md_-2px {
    margin-bottom: -2px;
  }

  .ml_md_-2px {
    margin-left: -2px;
  }

  .mr_md_-2px {
    margin-right: -2px;
  }

  .mt_md_3px {
    margin-top: 3px;
  }

  .mb_md_3px {
    margin-bottom: 3px;
  }

  .ml_md_3px {
    margin-left: 3px;
  }

  .mr_md_3px {
    margin-right: 3px;
  }

  .mt_md_-3px {
    margin-top: -3px;
  }

  .mb_md_-3px {
    margin-bottom: -3px;
  }

  .ml_md_-3px {
    margin-left: -3px;
  }

  .mr_md_-3px {
    margin-right: -3px;
  }

  .mt_md_4px {
    margin-top: 4px;
  }

  .mb_md_4px {
    margin-bottom: 4px;
  }

  .ml_md_4px {
    margin-left: 4px;
  }

  .mr_md_4px {
    margin-right: 4px;
  }

  .mt_md_-4px {
    margin-top: -4px;
  }

  .mb_md_-4px {
    margin-bottom: -4px;
  }

  .ml_md_-4px {
    margin-left: -4px;
  }

  .mr_md_-4px {
    margin-right: -4px;
  }

  .mt_md_5px {
    margin-top: 5px;
  }

  .mb_md_5px {
    margin-bottom: 5px;
  }

  .ml_md_5px {
    margin-left: 5px;
  }

  .mr_md_5px {
    margin-right: 5px;
  }

  .mt_md_-5px {
    margin-top: -5px;
  }

  .mb_md_-5px {
    margin-bottom: -5px;
  }

  .ml_md_-5px {
    margin-left: -5px;
  }

  .mr_md_-5px {
    margin-right: -5px;
  }

  .mt_md_6px {
    margin-top: 6px;
  }

  .mb_md_6px {
    margin-bottom: 6px;
  }

  .ml_md_6px {
    margin-left: 6px;
  }

  .mr_md_6px {
    margin-right: 6px;
  }

  .mt_md_-6px {
    margin-top: -6px;
  }

  .mb_md_-6px {
    margin-bottom: -6px;
  }

  .ml_md_-6px {
    margin-left: -6px;
  }

  .mr_md_-6px {
    margin-right: -6px;
  }

  .mt_md_7px {
    margin-top: 7px;
  }

  .mb_md_7px {
    margin-bottom: 7px;
  }

  .ml_md_7px {
    margin-left: 7px;
  }

  .mr_md_7px {
    margin-right: 7px;
  }

  .mt_md_-7px {
    margin-top: -7px;
  }

  .mb_md_-7px {
    margin-bottom: -7px;
  }

  .ml_md_-7px {
    margin-left: -7px;
  }

  .mr_md_-7px {
    margin-right: -7px;
  }

  .mt_md_8px {
    margin-top: 8px;
  }

  .mb_md_8px {
    margin-bottom: 8px;
  }

  .ml_md_8px {
    margin-left: 8px;
  }

  .mr_md_8px {
    margin-right: 8px;
  }

  .mt_md_-8px {
    margin-top: -8px;
  }

  .mb_md_-8px {
    margin-bottom: -8px;
  }

  .ml_md_-8px {
    margin-left: -8px;
  }

  .mr_md_-8px {
    margin-right: -8px;
  }

  .mt_md_9px {
    margin-top: 9px;
  }

  .mb_md_9px {
    margin-bottom: 9px;
  }

  .ml_md_9px {
    margin-left: 9px;
  }

  .mr_md_9px {
    margin-right: 9px;
  }

  .mt_md_-9px {
    margin-top: -9px;
  }

  .mb_md_-9px {
    margin-bottom: -9px;
  }

  .ml_md_-9px {
    margin-left: -9px;
  }

  .mr_md_-9px {
    margin-right: -9px;
  }

  .mt_md_10px {
    margin-top: 10px;
  }

  .mb_md_10px {
    margin-bottom: 10px;
  }

  .ml_md_10px {
    margin-left: 10px;
  }

  .mr_md_10px {
    margin-right: 10px;
  }

  .mt_md_-10px {
    margin-top: -10px;
  }

  .mb_md_-10px {
    margin-bottom: -10px;
  }

  .ml_md_-10px {
    margin-left: -10px;
  }

  .mr_md_-10px {
    margin-right: -10px;
  }

  .mt_md_11px {
    margin-top: 11px;
  }

  .mb_md_11px {
    margin-bottom: 11px;
  }

  .ml_md_11px {
    margin-left: 11px;
  }

  .mr_md_11px {
    margin-right: 11px;
  }

  .mt_md_-11px {
    margin-top: -11px;
  }

  .mb_md_-11px {
    margin-bottom: -11px;
  }

  .ml_md_-11px {
    margin-left: -11px;
  }

  .mr_md_-11px {
    margin-right: -11px;
  }

  .mt_md_12px {
    margin-top: 12px;
  }

  .mb_md_12px {
    margin-bottom: 12px;
  }

  .ml_md_12px {
    margin-left: 12px;
  }

  .mr_md_12px {
    margin-right: 12px;
  }

  .mt_md_-12px {
    margin-top: -12px;
  }

  .mb_md_-12px {
    margin-bottom: -12px;
  }

  .ml_md_-12px {
    margin-left: -12px;
  }

  .mr_md_-12px {
    margin-right: -12px;
  }

  .mt_md_13px {
    margin-top: 13px;
  }

  .mb_md_13px {
    margin-bottom: 13px;
  }

  .ml_md_13px {
    margin-left: 13px;
  }

  .mr_md_13px {
    margin-right: 13px;
  }

  .mt_md_-13px {
    margin-top: -13px;
  }

  .mb_md_-13px {
    margin-bottom: -13px;
  }

  .ml_md_-13px {
    margin-left: -13px;
  }

  .mr_md_-13px {
    margin-right: -13px;
  }

  .mt_md_14px {
    margin-top: 14px;
  }

  .mb_md_14px {
    margin-bottom: 14px;
  }

  .ml_md_14px {
    margin-left: 14px;
  }

  .mr_md_14px {
    margin-right: 14px;
  }

  .mt_md_-14px {
    margin-top: -14px;
  }

  .mb_md_-14px {
    margin-bottom: -14px;
  }

  .ml_md_-14px {
    margin-left: -14px;
  }

  .mr_md_-14px {
    margin-right: -14px;
  }

  .mt_md_15px {
    margin-top: 15px;
  }

  .mb_md_15px {
    margin-bottom: 15px;
  }

  .ml_md_15px {
    margin-left: 15px;
  }

  .mr_md_15px {
    margin-right: 15px;
  }

  .mt_md_-15px {
    margin-top: -15px;
  }

  .mb_md_-15px {
    margin-bottom: -15px;
  }

  .ml_md_-15px {
    margin-left: -15px;
  }

  .mr_md_-15px {
    margin-right: -15px;
  }

  .mt_md_16px {
    margin-top: 16px;
  }

  .mb_md_16px {
    margin-bottom: 16px;
  }

  .ml_md_16px {
    margin-left: 16px;
  }

  .mr_md_16px {
    margin-right: 16px;
  }

  .mt_md_-16px {
    margin-top: -16px;
  }

  .mb_md_-16px {
    margin-bottom: -16px;
  }

  .ml_md_-16px {
    margin-left: -16px;
  }

  .mr_md_-16px {
    margin-right: -16px;
  }

  .mt_md_17px {
    margin-top: 17px;
  }

  .mb_md_17px {
    margin-bottom: 17px;
  }

  .ml_md_17px {
    margin-left: 17px;
  }

  .mr_md_17px {
    margin-right: 17px;
  }

  .mt_md_-17px {
    margin-top: -17px;
  }

  .mb_md_-17px {
    margin-bottom: -17px;
  }

  .ml_md_-17px {
    margin-left: -17px;
  }

  .mr_md_-17px {
    margin-right: -17px;
  }

  .mt_md_18px {
    margin-top: 18px;
  }

  .mb_md_18px {
    margin-bottom: 18px;
  }

  .ml_md_18px {
    margin-left: 18px;
  }

  .mr_md_18px {
    margin-right: 18px;
  }

  .mt_md_-18px {
    margin-top: -18px;
  }

  .mb_md_-18px {
    margin-bottom: -18px;
  }

  .ml_md_-18px {
    margin-left: -18px;
  }

  .mr_md_-18px {
    margin-right: -18px;
  }

  .mt_md_19px {
    margin-top: 19px;
  }

  .mb_md_19px {
    margin-bottom: 19px;
  }

  .ml_md_19px {
    margin-left: 19px;
  }

  .mr_md_19px {
    margin-right: 19px;
  }

  .mt_md_-19px {
    margin-top: -19px;
  }

  .mb_md_-19px {
    margin-bottom: -19px;
  }

  .ml_md_-19px {
    margin-left: -19px;
  }

  .mr_md_-19px {
    margin-right: -19px;
  }

  .mt_md_20px {
    margin-top: 20px;
  }

  .mb_md_20px {
    margin-bottom: 20px;
  }

  .ml_md_20px {
    margin-left: 20px;
  }

  .mr_md_20px {
    margin-right: 20px;
  }

  .mt_md_-20px {
    margin-top: -20px;
  }

  .mb_md_-20px {
    margin-bottom: -20px;
  }

  .ml_md_-20px {
    margin-left: -20px;
  }

  .mr_md_-20px {
    margin-right: -20px;
  }

  .mt_md_21px {
    margin-top: 21px;
  }

  .mb_md_21px {
    margin-bottom: 21px;
  }

  .ml_md_21px {
    margin-left: 21px;
  }

  .mr_md_21px {
    margin-right: 21px;
  }

  .mt_md_-21px {
    margin-top: -21px;
  }

  .mb_md_-21px {
    margin-bottom: -21px;
  }

  .ml_md_-21px {
    margin-left: -21px;
  }

  .mr_md_-21px {
    margin-right: -21px;
  }

  .mt_md_22px {
    margin-top: 22px;
  }

  .mb_md_22px {
    margin-bottom: 22px;
  }

  .ml_md_22px {
    margin-left: 22px;
  }

  .mr_md_22px {
    margin-right: 22px;
  }

  .mt_md_-22px {
    margin-top: -22px;
  }

  .mb_md_-22px {
    margin-bottom: -22px;
  }

  .ml_md_-22px {
    margin-left: -22px;
  }

  .mr_md_-22px {
    margin-right: -22px;
  }

  .mt_md_23px {
    margin-top: 23px;
  }

  .mb_md_23px {
    margin-bottom: 23px;
  }

  .ml_md_23px {
    margin-left: 23px;
  }

  .mr_md_23px {
    margin-right: 23px;
  }

  .mt_md_-23px {
    margin-top: -23px;
  }

  .mb_md_-23px {
    margin-bottom: -23px;
  }

  .ml_md_-23px {
    margin-left: -23px;
  }

  .mr_md_-23px {
    margin-right: -23px;
  }

  .mt_md_24px {
    margin-top: 24px;
  }

  .mb_md_24px {
    margin-bottom: 24px;
  }

  .ml_md_24px {
    margin-left: 24px;
  }

  .mr_md_24px {
    margin-right: 24px;
  }

  .mt_md_-24px {
    margin-top: -24px;
  }

  .mb_md_-24px {
    margin-bottom: -24px;
  }

  .ml_md_-24px {
    margin-left: -24px;
  }

  .mr_md_-24px {
    margin-right: -24px;
  }

  .mt_md_25px {
    margin-top: 25px;
  }

  .mb_md_25px {
    margin-bottom: 25px;
  }

  .ml_md_25px {
    margin-left: 25px;
  }

  .mr_md_25px {
    margin-right: 25px;
  }

  .mt_md_-25px {
    margin-top: -25px;
  }

  .mb_md_-25px {
    margin-bottom: -25px;
  }

  .ml_md_-25px {
    margin-left: -25px;
  }

  .mr_md_-25px {
    margin-right: -25px;
  }

  .mt_md_26px {
    margin-top: 26px;
  }

  .mb_md_26px {
    margin-bottom: 26px;
  }

  .ml_md_26px {
    margin-left: 26px;
  }

  .mr_md_26px {
    margin-right: 26px;
  }

  .mt_md_-26px {
    margin-top: -26px;
  }

  .mb_md_-26px {
    margin-bottom: -26px;
  }

  .ml_md_-26px {
    margin-left: -26px;
  }

  .mr_md_-26px {
    margin-right: -26px;
  }

  .mt_md_27px {
    margin-top: 27px;
  }

  .mb_md_27px {
    margin-bottom: 27px;
  }

  .ml_md_27px {
    margin-left: 27px;
  }

  .mr_md_27px {
    margin-right: 27px;
  }

  .mt_md_-27px {
    margin-top: -27px;
  }

  .mb_md_-27px {
    margin-bottom: -27px;
  }

  .ml_md_-27px {
    margin-left: -27px;
  }

  .mr_md_-27px {
    margin-right: -27px;
  }

  .mt_md_28px {
    margin-top: 28px;
  }

  .mb_md_28px {
    margin-bottom: 28px;
  }

  .ml_md_28px {
    margin-left: 28px;
  }

  .mr_md_28px {
    margin-right: 28px;
  }

  .mt_md_-28px {
    margin-top: -28px;
  }

  .mb_md_-28px {
    margin-bottom: -28px;
  }

  .ml_md_-28px {
    margin-left: -28px;
  }

  .mr_md_-28px {
    margin-right: -28px;
  }

  .mt_md_29px {
    margin-top: 29px;
  }

  .mb_md_29px {
    margin-bottom: 29px;
  }

  .ml_md_29px {
    margin-left: 29px;
  }

  .mr_md_29px {
    margin-right: 29px;
  }

  .mt_md_-29px {
    margin-top: -29px;
  }

  .mb_md_-29px {
    margin-bottom: -29px;
  }

  .ml_md_-29px {
    margin-left: -29px;
  }

  .mr_md_-29px {
    margin-right: -29px;
  }

  .mt_md_30px {
    margin-top: 30px;
  }

  .mb_md_30px {
    margin-bottom: 30px;
  }

  .ml_md_30px {
    margin-left: 30px;
  }

  .mr_md_30px {
    margin-right: 30px;
  }

  .mt_md_-30px {
    margin-top: -30px;
  }

  .mb_md_-30px {
    margin-bottom: -30px;
  }

  .ml_md_-30px {
    margin-left: -30px;
  }

  .mr_md_-30px {
    margin-right: -30px;
  }

  .mt_md_31px {
    margin-top: 31px;
  }

  .mb_md_31px {
    margin-bottom: 31px;
  }

  .ml_md_31px {
    margin-left: 31px;
  }

  .mr_md_31px {
    margin-right: 31px;
  }

  .mt_md_-31px {
    margin-top: -31px;
  }

  .mb_md_-31px {
    margin-bottom: -31px;
  }

  .ml_md_-31px {
    margin-left: -31px;
  }

  .mr_md_-31px {
    margin-right: -31px;
  }

  .mt_md_32px {
    margin-top: 32px;
  }

  .mb_md_32px {
    margin-bottom: 32px;
  }

  .ml_md_32px {
    margin-left: 32px;
  }

  .mr_md_32px {
    margin-right: 32px;
  }

  .mt_md_-32px {
    margin-top: -32px;
  }

  .mb_md_-32px {
    margin-bottom: -32px;
  }

  .ml_md_-32px {
    margin-left: -32px;
  }

  .mr_md_-32px {
    margin-right: -32px;
  }

  .mt_md_33px {
    margin-top: 33px;
  }

  .mb_md_33px {
    margin-bottom: 33px;
  }

  .ml_md_33px {
    margin-left: 33px;
  }

  .mr_md_33px {
    margin-right: 33px;
  }

  .mt_md_-33px {
    margin-top: -33px;
  }

  .mb_md_-33px {
    margin-bottom: -33px;
  }

  .ml_md_-33px {
    margin-left: -33px;
  }

  .mr_md_-33px {
    margin-right: -33px;
  }

  .mt_md_34px {
    margin-top: 34px;
  }

  .mb_md_34px {
    margin-bottom: 34px;
  }

  .ml_md_34px {
    margin-left: 34px;
  }

  .mr_md_34px {
    margin-right: 34px;
  }

  .mt_md_-34px {
    margin-top: -34px;
  }

  .mb_md_-34px {
    margin-bottom: -34px;
  }

  .ml_md_-34px {
    margin-left: -34px;
  }

  .mr_md_-34px {
    margin-right: -34px;
  }

  .mt_md_35px {
    margin-top: 35px;
  }

  .mb_md_35px {
    margin-bottom: 35px;
  }

  .ml_md_35px {
    margin-left: 35px;
  }

  .mr_md_35px {
    margin-right: 35px;
  }

  .mt_md_-35px {
    margin-top: -35px;
  }

  .mb_md_-35px {
    margin-bottom: -35px;
  }

  .ml_md_-35px {
    margin-left: -35px;
  }

  .mr_md_-35px {
    margin-right: -35px;
  }

  .mt_md_36px {
    margin-top: 36px;
  }

  .mb_md_36px {
    margin-bottom: 36px;
  }

  .ml_md_36px {
    margin-left: 36px;
  }

  .mr_md_36px {
    margin-right: 36px;
  }

  .mt_md_-36px {
    margin-top: -36px;
  }

  .mb_md_-36px {
    margin-bottom: -36px;
  }

  .ml_md_-36px {
    margin-left: -36px;
  }

  .mr_md_-36px {
    margin-right: -36px;
  }

  .mt_md_37px {
    margin-top: 37px;
  }

  .mb_md_37px {
    margin-bottom: 37px;
  }

  .ml_md_37px {
    margin-left: 37px;
  }

  .mr_md_37px {
    margin-right: 37px;
  }

  .mt_md_-37px {
    margin-top: -37px;
  }

  .mb_md_-37px {
    margin-bottom: -37px;
  }

  .ml_md_-37px {
    margin-left: -37px;
  }

  .mr_md_-37px {
    margin-right: -37px;
  }

  .mt_md_38px {
    margin-top: 38px;
  }

  .mb_md_38px {
    margin-bottom: 38px;
  }

  .ml_md_38px {
    margin-left: 38px;
  }

  .mr_md_38px {
    margin-right: 38px;
  }

  .mt_md_-38px {
    margin-top: -38px;
  }

  .mb_md_-38px {
    margin-bottom: -38px;
  }

  .ml_md_-38px {
    margin-left: -38px;
  }

  .mr_md_-38px {
    margin-right: -38px;
  }

  .mt_md_39px {
    margin-top: 39px;
  }

  .mb_md_39px {
    margin-bottom: 39px;
  }

  .ml_md_39px {
    margin-left: 39px;
  }

  .mr_md_39px {
    margin-right: 39px;
  }

  .mt_md_-39px {
    margin-top: -39px;
  }

  .mb_md_-39px {
    margin-bottom: -39px;
  }

  .ml_md_-39px {
    margin-left: -39px;
  }

  .mr_md_-39px {
    margin-right: -39px;
  }

  .mt_md_40px {
    margin-top: 40px;
  }

  .mb_md_40px {
    margin-bottom: 40px;
  }

  .ml_md_40px {
    margin-left: 40px;
  }

  .mr_md_40px {
    margin-right: 40px;
  }

  .mt_md_-40px {
    margin-top: -40px;
  }

  .mb_md_-40px {
    margin-bottom: -40px;
  }

  .ml_md_-40px {
    margin-left: -40px;
  }

  .mr_md_-40px {
    margin-right: -40px;
  }

  .mt_md_41px {
    margin-top: 41px;
  }

  .mb_md_41px {
    margin-bottom: 41px;
  }

  .ml_md_41px {
    margin-left: 41px;
  }

  .mr_md_41px {
    margin-right: 41px;
  }

  .mt_md_-41px {
    margin-top: -41px;
  }

  .mb_md_-41px {
    margin-bottom: -41px;
  }

  .ml_md_-41px {
    margin-left: -41px;
  }

  .mr_md_-41px {
    margin-right: -41px;
  }

  .mt_md_42px {
    margin-top: 42px;
  }

  .mb_md_42px {
    margin-bottom: 42px;
  }

  .ml_md_42px {
    margin-left: 42px;
  }

  .mr_md_42px {
    margin-right: 42px;
  }

  .mt_md_-42px {
    margin-top: -42px;
  }

  .mb_md_-42px {
    margin-bottom: -42px;
  }

  .ml_md_-42px {
    margin-left: -42px;
  }

  .mr_md_-42px {
    margin-right: -42px;
  }

  .mt_md_43px {
    margin-top: 43px;
  }

  .mb_md_43px {
    margin-bottom: 43px;
  }

  .ml_md_43px {
    margin-left: 43px;
  }

  .mr_md_43px {
    margin-right: 43px;
  }

  .mt_md_-43px {
    margin-top: -43px;
  }

  .mb_md_-43px {
    margin-bottom: -43px;
  }

  .ml_md_-43px {
    margin-left: -43px;
  }

  .mr_md_-43px {
    margin-right: -43px;
  }

  .mt_md_44px {
    margin-top: 44px;
  }

  .mb_md_44px {
    margin-bottom: 44px;
  }

  .ml_md_44px {
    margin-left: 44px;
  }

  .mr_md_44px {
    margin-right: 44px;
  }

  .mt_md_-44px {
    margin-top: -44px;
  }

  .mb_md_-44px {
    margin-bottom: -44px;
  }

  .ml_md_-44px {
    margin-left: -44px;
  }

  .mr_md_-44px {
    margin-right: -44px;
  }

  .mt_md_45px {
    margin-top: 45px;
  }

  .mb_md_45px {
    margin-bottom: 45px;
  }

  .ml_md_45px {
    margin-left: 45px;
  }

  .mr_md_45px {
    margin-right: 45px;
  }

  .mt_md_-45px {
    margin-top: -45px;
  }

  .mb_md_-45px {
    margin-bottom: -45px;
  }

  .ml_md_-45px {
    margin-left: -45px;
  }

  .mr_md_-45px {
    margin-right: -45px;
  }

  .mt_md_46px {
    margin-top: 46px;
  }

  .mb_md_46px {
    margin-bottom: 46px;
  }

  .ml_md_46px {
    margin-left: 46px;
  }

  .mr_md_46px {
    margin-right: 46px;
  }

  .mt_md_-46px {
    margin-top: -46px;
  }

  .mb_md_-46px {
    margin-bottom: -46px;
  }

  .ml_md_-46px {
    margin-left: -46px;
  }

  .mr_md_-46px {
    margin-right: -46px;
  }

  .mt_md_47px {
    margin-top: 47px;
  }

  .mb_md_47px {
    margin-bottom: 47px;
  }

  .ml_md_47px {
    margin-left: 47px;
  }

  .mr_md_47px {
    margin-right: 47px;
  }

  .mt_md_-47px {
    margin-top: -47px;
  }

  .mb_md_-47px {
    margin-bottom: -47px;
  }

  .ml_md_-47px {
    margin-left: -47px;
  }

  .mr_md_-47px {
    margin-right: -47px;
  }

  .mt_md_48px {
    margin-top: 48px;
  }

  .mb_md_48px {
    margin-bottom: 48px;
  }

  .ml_md_48px {
    margin-left: 48px;
  }

  .mr_md_48px {
    margin-right: 48px;
  }

  .mt_md_-48px {
    margin-top: -48px;
  }

  .mb_md_-48px {
    margin-bottom: -48px;
  }

  .ml_md_-48px {
    margin-left: -48px;
  }

  .mr_md_-48px {
    margin-right: -48px;
  }

  .mt_md_49px {
    margin-top: 49px;
  }

  .mb_md_49px {
    margin-bottom: 49px;
  }

  .ml_md_49px {
    margin-left: 49px;
  }

  .mr_md_49px {
    margin-right: 49px;
  }

  .mt_md_-49px {
    margin-top: -49px;
  }

  .mb_md_-49px {
    margin-bottom: -49px;
  }

  .ml_md_-49px {
    margin-left: -49px;
  }

  .mr_md_-49px {
    margin-right: -49px;
  }

  .mt_md_50px {
    margin-top: 50px;
  }

  .mb_md_50px {
    margin-bottom: 50px;
  }

  .ml_md_50px {
    margin-left: 50px;
  }

  .mr_md_50px {
    margin-right: 50px;
  }

  .mt_md_-50px {
    margin-top: -50px;
  }

  .mb_md_-50px {
    margin-bottom: -50px;
  }

  .ml_md_-50px {
    margin-left: -50px;
  }

  .mr_md_-50px {
    margin-right: -50px;
  }

  .mt_md_51px {
    margin-top: 51px;
  }

  .mb_md_51px {
    margin-bottom: 51px;
  }

  .ml_md_51px {
    margin-left: 51px;
  }

  .mr_md_51px {
    margin-right: 51px;
  }

  .mt_md_-51px {
    margin-top: -51px;
  }

  .mb_md_-51px {
    margin-bottom: -51px;
  }

  .ml_md_-51px {
    margin-left: -51px;
  }

  .mr_md_-51px {
    margin-right: -51px;
  }

  .mt_md_52px {
    margin-top: 52px;
  }

  .mb_md_52px {
    margin-bottom: 52px;
  }

  .ml_md_52px {
    margin-left: 52px;
  }

  .mr_md_52px {
    margin-right: 52px;
  }

  .mt_md_-52px {
    margin-top: -52px;
  }

  .mb_md_-52px {
    margin-bottom: -52px;
  }

  .ml_md_-52px {
    margin-left: -52px;
  }

  .mr_md_-52px {
    margin-right: -52px;
  }

  .mt_md_53px {
    margin-top: 53px;
  }

  .mb_md_53px {
    margin-bottom: 53px;
  }

  .ml_md_53px {
    margin-left: 53px;
  }

  .mr_md_53px {
    margin-right: 53px;
  }

  .mt_md_-53px {
    margin-top: -53px;
  }

  .mb_md_-53px {
    margin-bottom: -53px;
  }

  .ml_md_-53px {
    margin-left: -53px;
  }

  .mr_md_-53px {
    margin-right: -53px;
  }

  .mt_md_54px {
    margin-top: 54px;
  }

  .mb_md_54px {
    margin-bottom: 54px;
  }

  .ml_md_54px {
    margin-left: 54px;
  }

  .mr_md_54px {
    margin-right: 54px;
  }

  .mt_md_-54px {
    margin-top: -54px;
  }

  .mb_md_-54px {
    margin-bottom: -54px;
  }

  .ml_md_-54px {
    margin-left: -54px;
  }

  .mr_md_-54px {
    margin-right: -54px;
  }

  .mt_md_55px {
    margin-top: 55px;
  }

  .mb_md_55px {
    margin-bottom: 55px;
  }

  .ml_md_55px {
    margin-left: 55px;
  }

  .mr_md_55px {
    margin-right: 55px;
  }

  .mt_md_-55px {
    margin-top: -55px;
  }

  .mb_md_-55px {
    margin-bottom: -55px;
  }

  .ml_md_-55px {
    margin-left: -55px;
  }

  .mr_md_-55px {
    margin-right: -55px;
  }

  .mt_md_56px {
    margin-top: 56px;
  }

  .mb_md_56px {
    margin-bottom: 56px;
  }

  .ml_md_56px {
    margin-left: 56px;
  }

  .mr_md_56px {
    margin-right: 56px;
  }

  .mt_md_-56px {
    margin-top: -56px;
  }

  .mb_md_-56px {
    margin-bottom: -56px;
  }

  .ml_md_-56px {
    margin-left: -56px;
  }

  .mr_md_-56px {
    margin-right: -56px;
  }

  .mt_md_57px {
    margin-top: 57px;
  }

  .mb_md_57px {
    margin-bottom: 57px;
  }

  .ml_md_57px {
    margin-left: 57px;
  }

  .mr_md_57px {
    margin-right: 57px;
  }

  .mt_md_-57px {
    margin-top: -57px;
  }

  .mb_md_-57px {
    margin-bottom: -57px;
  }

  .ml_md_-57px {
    margin-left: -57px;
  }

  .mr_md_-57px {
    margin-right: -57px;
  }

  .mt_md_58px {
    margin-top: 58px;
  }

  .mb_md_58px {
    margin-bottom: 58px;
  }

  .ml_md_58px {
    margin-left: 58px;
  }

  .mr_md_58px {
    margin-right: 58px;
  }

  .mt_md_-58px {
    margin-top: -58px;
  }

  .mb_md_-58px {
    margin-bottom: -58px;
  }

  .ml_md_-58px {
    margin-left: -58px;
  }

  .mr_md_-58px {
    margin-right: -58px;
  }

  .mt_md_59px {
    margin-top: 59px;
  }

  .mb_md_59px {
    margin-bottom: 59px;
  }

  .ml_md_59px {
    margin-left: 59px;
  }

  .mr_md_59px {
    margin-right: 59px;
  }

  .mt_md_-59px {
    margin-top: -59px;
  }

  .mb_md_-59px {
    margin-bottom: -59px;
  }

  .ml_md_-59px {
    margin-left: -59px;
  }

  .mr_md_-59px {
    margin-right: -59px;
  }

  .mt_md_60px {
    margin-top: 60px;
  }

  .mb_md_60px {
    margin-bottom: 60px;
  }

  .ml_md_60px {
    margin-left: 60px;
  }

  .mr_md_60px {
    margin-right: 60px;
  }

  .mt_md_-60px {
    margin-top: -60px;
  }

  .mb_md_-60px {
    margin-bottom: -60px;
  }

  .ml_md_-60px {
    margin-left: -60px;
  }

  .mr_md_-60px {
    margin-right: -60px;
  }

  .mt_md_61px {
    margin-top: 61px;
  }

  .mb_md_61px {
    margin-bottom: 61px;
  }

  .ml_md_61px {
    margin-left: 61px;
  }

  .mr_md_61px {
    margin-right: 61px;
  }

  .mt_md_-61px {
    margin-top: -61px;
  }

  .mb_md_-61px {
    margin-bottom: -61px;
  }

  .ml_md_-61px {
    margin-left: -61px;
  }

  .mr_md_-61px {
    margin-right: -61px;
  }

  .mt_md_62px {
    margin-top: 62px;
  }

  .mb_md_62px {
    margin-bottom: 62px;
  }

  .ml_md_62px {
    margin-left: 62px;
  }

  .mr_md_62px {
    margin-right: 62px;
  }

  .mt_md_-62px {
    margin-top: -62px;
  }

  .mb_md_-62px {
    margin-bottom: -62px;
  }

  .ml_md_-62px {
    margin-left: -62px;
  }

  .mr_md_-62px {
    margin-right: -62px;
  }

  .mt_md_63px {
    margin-top: 63px;
  }

  .mb_md_63px {
    margin-bottom: 63px;
  }

  .ml_md_63px {
    margin-left: 63px;
  }

  .mr_md_63px {
    margin-right: 63px;
  }

  .mt_md_-63px {
    margin-top: -63px;
  }

  .mb_md_-63px {
    margin-bottom: -63px;
  }

  .ml_md_-63px {
    margin-left: -63px;
  }

  .mr_md_-63px {
    margin-right: -63px;
  }

  .mt_md_64px {
    margin-top: 64px;
  }

  .mb_md_64px {
    margin-bottom: 64px;
  }

  .ml_md_64px {
    margin-left: 64px;
  }

  .mr_md_64px {
    margin-right: 64px;
  }

  .mt_md_-64px {
    margin-top: -64px;
  }

  .mb_md_-64px {
    margin-bottom: -64px;
  }

  .ml_md_-64px {
    margin-left: -64px;
  }

  .mr_md_-64px {
    margin-right: -64px;
  }

  .mt_md_65px {
    margin-top: 65px;
  }

  .mb_md_65px {
    margin-bottom: 65px;
  }

  .ml_md_65px {
    margin-left: 65px;
  }

  .mr_md_65px {
    margin-right: 65px;
  }

  .mt_md_-65px {
    margin-top: -65px;
  }

  .mb_md_-65px {
    margin-bottom: -65px;
  }

  .ml_md_-65px {
    margin-left: -65px;
  }

  .mr_md_-65px {
    margin-right: -65px;
  }

  .mt_md_66px {
    margin-top: 66px;
  }

  .mb_md_66px {
    margin-bottom: 66px;
  }

  .ml_md_66px {
    margin-left: 66px;
  }

  .mr_md_66px {
    margin-right: 66px;
  }

  .mt_md_-66px {
    margin-top: -66px;
  }

  .mb_md_-66px {
    margin-bottom: -66px;
  }

  .ml_md_-66px {
    margin-left: -66px;
  }

  .mr_md_-66px {
    margin-right: -66px;
  }

  .mt_md_67px {
    margin-top: 67px;
  }

  .mb_md_67px {
    margin-bottom: 67px;
  }

  .ml_md_67px {
    margin-left: 67px;
  }

  .mr_md_67px {
    margin-right: 67px;
  }

  .mt_md_-67px {
    margin-top: -67px;
  }

  .mb_md_-67px {
    margin-bottom: -67px;
  }

  .ml_md_-67px {
    margin-left: -67px;
  }

  .mr_md_-67px {
    margin-right: -67px;
  }

  .mt_md_68px {
    margin-top: 68px;
  }

  .mb_md_68px {
    margin-bottom: 68px;
  }

  .ml_md_68px {
    margin-left: 68px;
  }

  .mr_md_68px {
    margin-right: 68px;
  }

  .mt_md_-68px {
    margin-top: -68px;
  }

  .mb_md_-68px {
    margin-bottom: -68px;
  }

  .ml_md_-68px {
    margin-left: -68px;
  }

  .mr_md_-68px {
    margin-right: -68px;
  }

  .mt_md_69px {
    margin-top: 69px;
  }

  .mb_md_69px {
    margin-bottom: 69px;
  }

  .ml_md_69px {
    margin-left: 69px;
  }

  .mr_md_69px {
    margin-right: 69px;
  }

  .mt_md_-69px {
    margin-top: -69px;
  }

  .mb_md_-69px {
    margin-bottom: -69px;
  }

  .ml_md_-69px {
    margin-left: -69px;
  }

  .mr_md_-69px {
    margin-right: -69px;
  }

  .mt_md_70px {
    margin-top: 70px;
  }

  .mb_md_70px {
    margin-bottom: 70px;
  }

  .ml_md_70px {
    margin-left: 70px;
  }

  .mr_md_70px {
    margin-right: 70px;
  }

  .mt_md_-70px {
    margin-top: -70px;
  }

  .mb_md_-70px {
    margin-bottom: -70px;
  }

  .ml_md_-70px {
    margin-left: -70px;
  }

  .mr_md_-70px {
    margin-right: -70px;
  }

  .mt_md_71px {
    margin-top: 71px;
  }

  .mb_md_71px {
    margin-bottom: 71px;
  }

  .ml_md_71px {
    margin-left: 71px;
  }

  .mr_md_71px {
    margin-right: 71px;
  }

  .mt_md_-71px {
    margin-top: -71px;
  }

  .mb_md_-71px {
    margin-bottom: -71px;
  }

  .ml_md_-71px {
    margin-left: -71px;
  }

  .mr_md_-71px {
    margin-right: -71px;
  }

  .mt_md_72px {
    margin-top: 72px;
  }

  .mb_md_72px {
    margin-bottom: 72px;
  }

  .ml_md_72px {
    margin-left: 72px;
  }

  .mr_md_72px {
    margin-right: 72px;
  }

  .mt_md_-72px {
    margin-top: -72px;
  }

  .mb_md_-72px {
    margin-bottom: -72px;
  }

  .ml_md_-72px {
    margin-left: -72px;
  }

  .mr_md_-72px {
    margin-right: -72px;
  }

  .mt_md_73px {
    margin-top: 73px;
  }

  .mb_md_73px {
    margin-bottom: 73px;
  }

  .ml_md_73px {
    margin-left: 73px;
  }

  .mr_md_73px {
    margin-right: 73px;
  }

  .mt_md_-73px {
    margin-top: -73px;
  }

  .mb_md_-73px {
    margin-bottom: -73px;
  }

  .ml_md_-73px {
    margin-left: -73px;
  }

  .mr_md_-73px {
    margin-right: -73px;
  }

  .mt_md_74px {
    margin-top: 74px;
  }

  .mb_md_74px {
    margin-bottom: 74px;
  }

  .ml_md_74px {
    margin-left: 74px;
  }

  .mr_md_74px {
    margin-right: 74px;
  }

  .mt_md_-74px {
    margin-top: -74px;
  }

  .mb_md_-74px {
    margin-bottom: -74px;
  }

  .ml_md_-74px {
    margin-left: -74px;
  }

  .mr_md_-74px {
    margin-right: -74px;
  }

  .mt_md_75px {
    margin-top: 75px;
  }

  .mb_md_75px {
    margin-bottom: 75px;
  }

  .ml_md_75px {
    margin-left: 75px;
  }

  .mr_md_75px {
    margin-right: 75px;
  }

  .mt_md_-75px {
    margin-top: -75px;
  }

  .mb_md_-75px {
    margin-bottom: -75px;
  }

  .ml_md_-75px {
    margin-left: -75px;
  }

  .mr_md_-75px {
    margin-right: -75px;
  }

  .mt_md_76px {
    margin-top: 76px;
  }

  .mb_md_76px {
    margin-bottom: 76px;
  }

  .ml_md_76px {
    margin-left: 76px;
  }

  .mr_md_76px {
    margin-right: 76px;
  }

  .mt_md_-76px {
    margin-top: -76px;
  }

  .mb_md_-76px {
    margin-bottom: -76px;
  }

  .ml_md_-76px {
    margin-left: -76px;
  }

  .mr_md_-76px {
    margin-right: -76px;
  }

  .mt_md_77px {
    margin-top: 77px;
  }

  .mb_md_77px {
    margin-bottom: 77px;
  }

  .ml_md_77px {
    margin-left: 77px;
  }

  .mr_md_77px {
    margin-right: 77px;
  }

  .mt_md_-77px {
    margin-top: -77px;
  }

  .mb_md_-77px {
    margin-bottom: -77px;
  }

  .ml_md_-77px {
    margin-left: -77px;
  }

  .mr_md_-77px {
    margin-right: -77px;
  }

  .mt_md_78px {
    margin-top: 78px;
  }

  .mb_md_78px {
    margin-bottom: 78px;
  }

  .ml_md_78px {
    margin-left: 78px;
  }

  .mr_md_78px {
    margin-right: 78px;
  }

  .mt_md_-78px {
    margin-top: -78px;
  }

  .mb_md_-78px {
    margin-bottom: -78px;
  }

  .ml_md_-78px {
    margin-left: -78px;
  }

  .mr_md_-78px {
    margin-right: -78px;
  }

  .mt_md_79px {
    margin-top: 79px;
  }

  .mb_md_79px {
    margin-bottom: 79px;
  }

  .ml_md_79px {
    margin-left: 79px;
  }

  .mr_md_79px {
    margin-right: 79px;
  }

  .mt_md_-79px {
    margin-top: -79px;
  }

  .mb_md_-79px {
    margin-bottom: -79px;
  }

  .ml_md_-79px {
    margin-left: -79px;
  }

  .mr_md_-79px {
    margin-right: -79px;
  }

  .mt_md_80px {
    margin-top: 80px;
  }

  .mb_md_80px {
    margin-bottom: 80px;
  }

  .ml_md_80px {
    margin-left: 80px;
  }

  .mr_md_80px {
    margin-right: 80px;
  }

  .mt_md_-80px {
    margin-top: -80px;
  }

  .mb_md_-80px {
    margin-bottom: -80px;
  }

  .ml_md_-80px {
    margin-left: -80px;
  }

  .mr_md_-80px {
    margin-right: -80px;
  }

  .mt_md_81px {
    margin-top: 81px;
  }

  .mb_md_81px {
    margin-bottom: 81px;
  }

  .ml_md_81px {
    margin-left: 81px;
  }

  .mr_md_81px {
    margin-right: 81px;
  }

  .mt_md_-81px {
    margin-top: -81px;
  }

  .mb_md_-81px {
    margin-bottom: -81px;
  }

  .ml_md_-81px {
    margin-left: -81px;
  }

  .mr_md_-81px {
    margin-right: -81px;
  }

  .mt_md_82px {
    margin-top: 82px;
  }

  .mb_md_82px {
    margin-bottom: 82px;
  }

  .ml_md_82px {
    margin-left: 82px;
  }

  .mr_md_82px {
    margin-right: 82px;
  }

  .mt_md_-82px {
    margin-top: -82px;
  }

  .mb_md_-82px {
    margin-bottom: -82px;
  }

  .ml_md_-82px {
    margin-left: -82px;
  }

  .mr_md_-82px {
    margin-right: -82px;
  }

  .mt_md_83px {
    margin-top: 83px;
  }

  .mb_md_83px {
    margin-bottom: 83px;
  }

  .ml_md_83px {
    margin-left: 83px;
  }

  .mr_md_83px {
    margin-right: 83px;
  }

  .mt_md_-83px {
    margin-top: -83px;
  }

  .mb_md_-83px {
    margin-bottom: -83px;
  }

  .ml_md_-83px {
    margin-left: -83px;
  }

  .mr_md_-83px {
    margin-right: -83px;
  }

  .mt_md_84px {
    margin-top: 84px;
  }

  .mb_md_84px {
    margin-bottom: 84px;
  }

  .ml_md_84px {
    margin-left: 84px;
  }

  .mr_md_84px {
    margin-right: 84px;
  }

  .mt_md_-84px {
    margin-top: -84px;
  }

  .mb_md_-84px {
    margin-bottom: -84px;
  }

  .ml_md_-84px {
    margin-left: -84px;
  }

  .mr_md_-84px {
    margin-right: -84px;
  }

  .mt_md_85px {
    margin-top: 85px;
  }

  .mb_md_85px {
    margin-bottom: 85px;
  }

  .ml_md_85px {
    margin-left: 85px;
  }

  .mr_md_85px {
    margin-right: 85px;
  }

  .mt_md_-85px {
    margin-top: -85px;
  }

  .mb_md_-85px {
    margin-bottom: -85px;
  }

  .ml_md_-85px {
    margin-left: -85px;
  }

  .mr_md_-85px {
    margin-right: -85px;
  }

  .mt_md_86px {
    margin-top: 86px;
  }

  .mb_md_86px {
    margin-bottom: 86px;
  }

  .ml_md_86px {
    margin-left: 86px;
  }

  .mr_md_86px {
    margin-right: 86px;
  }

  .mt_md_-86px {
    margin-top: -86px;
  }

  .mb_md_-86px {
    margin-bottom: -86px;
  }

  .ml_md_-86px {
    margin-left: -86px;
  }

  .mr_md_-86px {
    margin-right: -86px;
  }

  .mt_md_87px {
    margin-top: 87px;
  }

  .mb_md_87px {
    margin-bottom: 87px;
  }

  .ml_md_87px {
    margin-left: 87px;
  }

  .mr_md_87px {
    margin-right: 87px;
  }

  .mt_md_-87px {
    margin-top: -87px;
  }

  .mb_md_-87px {
    margin-bottom: -87px;
  }

  .ml_md_-87px {
    margin-left: -87px;
  }

  .mr_md_-87px {
    margin-right: -87px;
  }

  .mt_md_88px {
    margin-top: 88px;
  }

  .mb_md_88px {
    margin-bottom: 88px;
  }

  .ml_md_88px {
    margin-left: 88px;
  }

  .mr_md_88px {
    margin-right: 88px;
  }

  .mt_md_-88px {
    margin-top: -88px;
  }

  .mb_md_-88px {
    margin-bottom: -88px;
  }

  .ml_md_-88px {
    margin-left: -88px;
  }

  .mr_md_-88px {
    margin-right: -88px;
  }

  .mt_md_89px {
    margin-top: 89px;
  }

  .mb_md_89px {
    margin-bottom: 89px;
  }

  .ml_md_89px {
    margin-left: 89px;
  }

  .mr_md_89px {
    margin-right: 89px;
  }

  .mt_md_-89px {
    margin-top: -89px;
  }

  .mb_md_-89px {
    margin-bottom: -89px;
  }

  .ml_md_-89px {
    margin-left: -89px;
  }

  .mr_md_-89px {
    margin-right: -89px;
  }

  .mt_md_90px {
    margin-top: 90px;
  }

  .mb_md_90px {
    margin-bottom: 90px;
  }

  .ml_md_90px {
    margin-left: 90px;
  }

  .mr_md_90px {
    margin-right: 90px;
  }

  .mt_md_-90px {
    margin-top: -90px;
  }

  .mb_md_-90px {
    margin-bottom: -90px;
  }

  .ml_md_-90px {
    margin-left: -90px;
  }

  .mr_md_-90px {
    margin-right: -90px;
  }

  .mt_md_91px {
    margin-top: 91px;
  }

  .mb_md_91px {
    margin-bottom: 91px;
  }

  .ml_md_91px {
    margin-left: 91px;
  }

  .mr_md_91px {
    margin-right: 91px;
  }

  .mt_md_-91px {
    margin-top: -91px;
  }

  .mb_md_-91px {
    margin-bottom: -91px;
  }

  .ml_md_-91px {
    margin-left: -91px;
  }

  .mr_md_-91px {
    margin-right: -91px;
  }

  .mt_md_92px {
    margin-top: 92px;
  }

  .mb_md_92px {
    margin-bottom: 92px;
  }

  .ml_md_92px {
    margin-left: 92px;
  }

  .mr_md_92px {
    margin-right: 92px;
  }

  .mt_md_-92px {
    margin-top: -92px;
  }

  .mb_md_-92px {
    margin-bottom: -92px;
  }

  .ml_md_-92px {
    margin-left: -92px;
  }

  .mr_md_-92px {
    margin-right: -92px;
  }

  .mt_md_93px {
    margin-top: 93px;
  }

  .mb_md_93px {
    margin-bottom: 93px;
  }

  .ml_md_93px {
    margin-left: 93px;
  }

  .mr_md_93px {
    margin-right: 93px;
  }

  .mt_md_-93px {
    margin-top: -93px;
  }

  .mb_md_-93px {
    margin-bottom: -93px;
  }

  .ml_md_-93px {
    margin-left: -93px;
  }

  .mr_md_-93px {
    margin-right: -93px;
  }

  .mt_md_94px {
    margin-top: 94px;
  }

  .mb_md_94px {
    margin-bottom: 94px;
  }

  .ml_md_94px {
    margin-left: 94px;
  }

  .mr_md_94px {
    margin-right: 94px;
  }

  .mt_md_-94px {
    margin-top: -94px;
  }

  .mb_md_-94px {
    margin-bottom: -94px;
  }

  .ml_md_-94px {
    margin-left: -94px;
  }

  .mr_md_-94px {
    margin-right: -94px;
  }

  .mt_md_95px {
    margin-top: 95px;
  }

  .mb_md_95px {
    margin-bottom: 95px;
  }

  .ml_md_95px {
    margin-left: 95px;
  }

  .mr_md_95px {
    margin-right: 95px;
  }

  .mt_md_-95px {
    margin-top: -95px;
  }

  .mb_md_-95px {
    margin-bottom: -95px;
  }

  .ml_md_-95px {
    margin-left: -95px;
  }

  .mr_md_-95px {
    margin-right: -95px;
  }

  .mt_md_96px {
    margin-top: 96px;
  }

  .mb_md_96px {
    margin-bottom: 96px;
  }

  .ml_md_96px {
    margin-left: 96px;
  }

  .mr_md_96px {
    margin-right: 96px;
  }

  .mt_md_-96px {
    margin-top: -96px;
  }

  .mb_md_-96px {
    margin-bottom: -96px;
  }

  .ml_md_-96px {
    margin-left: -96px;
  }

  .mr_md_-96px {
    margin-right: -96px;
  }

  .mt_md_97px {
    margin-top: 97px;
  }

  .mb_md_97px {
    margin-bottom: 97px;
  }

  .ml_md_97px {
    margin-left: 97px;
  }

  .mr_md_97px {
    margin-right: 97px;
  }

  .mt_md_-97px {
    margin-top: -97px;
  }

  .mb_md_-97px {
    margin-bottom: -97px;
  }

  .ml_md_-97px {
    margin-left: -97px;
  }

  .mr_md_-97px {
    margin-right: -97px;
  }

  .mt_md_98px {
    margin-top: 98px;
  }

  .mb_md_98px {
    margin-bottom: 98px;
  }

  .ml_md_98px {
    margin-left: 98px;
  }

  .mr_md_98px {
    margin-right: 98px;
  }

  .mt_md_-98px {
    margin-top: -98px;
  }

  .mb_md_-98px {
    margin-bottom: -98px;
  }

  .ml_md_-98px {
    margin-left: -98px;
  }

  .mr_md_-98px {
    margin-right: -98px;
  }

  .mt_md_99px {
    margin-top: 99px;
  }

  .mb_md_99px {
    margin-bottom: 99px;
  }

  .ml_md_99px {
    margin-left: 99px;
  }

  .mr_md_99px {
    margin-right: 99px;
  }

  .mt_md_-99px {
    margin-top: -99px;
  }

  .mb_md_-99px {
    margin-bottom: -99px;
  }

  .ml_md_-99px {
    margin-left: -99px;
  }

  .mr_md_-99px {
    margin-right: -99px;
  }

  .mt_md_100px {
    margin-top: 100px;
  }

  .mb_md_100px {
    margin-bottom: 100px;
  }

  .ml_md_100px {
    margin-left: 100px;
  }

  .mr_md_100px {
    margin-right: 100px;
  }

  .mt_md_-100px {
    margin-top: -100px;
  }

  .mb_md_-100px {
    margin-bottom: -100px;
  }

  .ml_md_-100px {
    margin-left: -100px;
  }

  .mr_md_-100px {
    margin-right: -100px;
  }

  .mt_md_101px {
    margin-top: 101px;
  }

  .mb_md_101px {
    margin-bottom: 101px;
  }

  .ml_md_101px {
    margin-left: 101px;
  }

  .mr_md_101px {
    margin-right: 101px;
  }

  .mt_md_-101px {
    margin-top: -101px;
  }

  .mb_md_-101px {
    margin-bottom: -101px;
  }

  .ml_md_-101px {
    margin-left: -101px;
  }

  .mr_md_-101px {
    margin-right: -101px;
  }

  .mt_md_102px {
    margin-top: 102px;
  }

  .mb_md_102px {
    margin-bottom: 102px;
  }

  .ml_md_102px {
    margin-left: 102px;
  }

  .mr_md_102px {
    margin-right: 102px;
  }

  .mt_md_-102px {
    margin-top: -102px;
  }

  .mb_md_-102px {
    margin-bottom: -102px;
  }

  .ml_md_-102px {
    margin-left: -102px;
  }

  .mr_md_-102px {
    margin-right: -102px;
  }

  .mt_md_103px {
    margin-top: 103px;
  }

  .mb_md_103px {
    margin-bottom: 103px;
  }

  .ml_md_103px {
    margin-left: 103px;
  }

  .mr_md_103px {
    margin-right: 103px;
  }

  .mt_md_-103px {
    margin-top: -103px;
  }

  .mb_md_-103px {
    margin-bottom: -103px;
  }

  .ml_md_-103px {
    margin-left: -103px;
  }

  .mr_md_-103px {
    margin-right: -103px;
  }

  .mt_md_104px {
    margin-top: 104px;
  }

  .mb_md_104px {
    margin-bottom: 104px;
  }

  .ml_md_104px {
    margin-left: 104px;
  }

  .mr_md_104px {
    margin-right: 104px;
  }

  .mt_md_-104px {
    margin-top: -104px;
  }

  .mb_md_-104px {
    margin-bottom: -104px;
  }

  .ml_md_-104px {
    margin-left: -104px;
  }

  .mr_md_-104px {
    margin-right: -104px;
  }

  .mt_md_105px {
    margin-top: 105px;
  }

  .mb_md_105px {
    margin-bottom: 105px;
  }

  .ml_md_105px {
    margin-left: 105px;
  }

  .mr_md_105px {
    margin-right: 105px;
  }

  .mt_md_-105px {
    margin-top: -105px;
  }

  .mb_md_-105px {
    margin-bottom: -105px;
  }

  .ml_md_-105px {
    margin-left: -105px;
  }

  .mr_md_-105px {
    margin-right: -105px;
  }

  .mt_md_106px {
    margin-top: 106px;
  }

  .mb_md_106px {
    margin-bottom: 106px;
  }

  .ml_md_106px {
    margin-left: 106px;
  }

  .mr_md_106px {
    margin-right: 106px;
  }

  .mt_md_-106px {
    margin-top: -106px;
  }

  .mb_md_-106px {
    margin-bottom: -106px;
  }

  .ml_md_-106px {
    margin-left: -106px;
  }

  .mr_md_-106px {
    margin-right: -106px;
  }

  .mt_md_107px {
    margin-top: 107px;
  }

  .mb_md_107px {
    margin-bottom: 107px;
  }

  .ml_md_107px {
    margin-left: 107px;
  }

  .mr_md_107px {
    margin-right: 107px;
  }

  .mt_md_-107px {
    margin-top: -107px;
  }

  .mb_md_-107px {
    margin-bottom: -107px;
  }

  .ml_md_-107px {
    margin-left: -107px;
  }

  .mr_md_-107px {
    margin-right: -107px;
  }

  .mt_md_108px {
    margin-top: 108px;
  }

  .mb_md_108px {
    margin-bottom: 108px;
  }

  .ml_md_108px {
    margin-left: 108px;
  }

  .mr_md_108px {
    margin-right: 108px;
  }

  .mt_md_-108px {
    margin-top: -108px;
  }

  .mb_md_-108px {
    margin-bottom: -108px;
  }

  .ml_md_-108px {
    margin-left: -108px;
  }

  .mr_md_-108px {
    margin-right: -108px;
  }

  .mt_md_109px {
    margin-top: 109px;
  }

  .mb_md_109px {
    margin-bottom: 109px;
  }

  .ml_md_109px {
    margin-left: 109px;
  }

  .mr_md_109px {
    margin-right: 109px;
  }

  .mt_md_-109px {
    margin-top: -109px;
  }

  .mb_md_-109px {
    margin-bottom: -109px;
  }

  .ml_md_-109px {
    margin-left: -109px;
  }

  .mr_md_-109px {
    margin-right: -109px;
  }

  .mt_md_110px {
    margin-top: 110px;
  }

  .mb_md_110px {
    margin-bottom: 110px;
  }

  .ml_md_110px {
    margin-left: 110px;
  }

  .mr_md_110px {
    margin-right: 110px;
  }

  .mt_md_-110px {
    margin-top: -110px;
  }

  .mb_md_-110px {
    margin-bottom: -110px;
  }

  .ml_md_-110px {
    margin-left: -110px;
  }

  .mr_md_-110px {
    margin-right: -110px;
  }

  .mt_md_111px {
    margin-top: 111px;
  }

  .mb_md_111px {
    margin-bottom: 111px;
  }

  .ml_md_111px {
    margin-left: 111px;
  }

  .mr_md_111px {
    margin-right: 111px;
  }

  .mt_md_-111px {
    margin-top: -111px;
  }

  .mb_md_-111px {
    margin-bottom: -111px;
  }

  .ml_md_-111px {
    margin-left: -111px;
  }

  .mr_md_-111px {
    margin-right: -111px;
  }

  .mt_md_112px {
    margin-top: 112px;
  }

  .mb_md_112px {
    margin-bottom: 112px;
  }

  .ml_md_112px {
    margin-left: 112px;
  }

  .mr_md_112px {
    margin-right: 112px;
  }

  .mt_md_-112px {
    margin-top: -112px;
  }

  .mb_md_-112px {
    margin-bottom: -112px;
  }

  .ml_md_-112px {
    margin-left: -112px;
  }

  .mr_md_-112px {
    margin-right: -112px;
  }

  .mt_md_113px {
    margin-top: 113px;
  }

  .mb_md_113px {
    margin-bottom: 113px;
  }

  .ml_md_113px {
    margin-left: 113px;
  }

  .mr_md_113px {
    margin-right: 113px;
  }

  .mt_md_-113px {
    margin-top: -113px;
  }

  .mb_md_-113px {
    margin-bottom: -113px;
  }

  .ml_md_-113px {
    margin-left: -113px;
  }

  .mr_md_-113px {
    margin-right: -113px;
  }

  .mt_md_114px {
    margin-top: 114px;
  }

  .mb_md_114px {
    margin-bottom: 114px;
  }

  .ml_md_114px {
    margin-left: 114px;
  }

  .mr_md_114px {
    margin-right: 114px;
  }

  .mt_md_-114px {
    margin-top: -114px;
  }

  .mb_md_-114px {
    margin-bottom: -114px;
  }

  .ml_md_-114px {
    margin-left: -114px;
  }

  .mr_md_-114px {
    margin-right: -114px;
  }

  .mt_md_115px {
    margin-top: 115px;
  }

  .mb_md_115px {
    margin-bottom: 115px;
  }

  .ml_md_115px {
    margin-left: 115px;
  }

  .mr_md_115px {
    margin-right: 115px;
  }

  .mt_md_-115px {
    margin-top: -115px;
  }

  .mb_md_-115px {
    margin-bottom: -115px;
  }

  .ml_md_-115px {
    margin-left: -115px;
  }

  .mr_md_-115px {
    margin-right: -115px;
  }

  .mt_md_116px {
    margin-top: 116px;
  }

  .mb_md_116px {
    margin-bottom: 116px;
  }

  .ml_md_116px {
    margin-left: 116px;
  }

  .mr_md_116px {
    margin-right: 116px;
  }

  .mt_md_-116px {
    margin-top: -116px;
  }

  .mb_md_-116px {
    margin-bottom: -116px;
  }

  .ml_md_-116px {
    margin-left: -116px;
  }

  .mr_md_-116px {
    margin-right: -116px;
  }

  .mt_md_117px {
    margin-top: 117px;
  }

  .mb_md_117px {
    margin-bottom: 117px;
  }

  .ml_md_117px {
    margin-left: 117px;
  }

  .mr_md_117px {
    margin-right: 117px;
  }

  .mt_md_-117px {
    margin-top: -117px;
  }

  .mb_md_-117px {
    margin-bottom: -117px;
  }

  .ml_md_-117px {
    margin-left: -117px;
  }

  .mr_md_-117px {
    margin-right: -117px;
  }

  .mt_md_118px {
    margin-top: 118px;
  }

  .mb_md_118px {
    margin-bottom: 118px;
  }

  .ml_md_118px {
    margin-left: 118px;
  }

  .mr_md_118px {
    margin-right: 118px;
  }

  .mt_md_-118px {
    margin-top: -118px;
  }

  .mb_md_-118px {
    margin-bottom: -118px;
  }

  .ml_md_-118px {
    margin-left: -118px;
  }

  .mr_md_-118px {
    margin-right: -118px;
  }

  .mt_md_119px {
    margin-top: 119px;
  }

  .mb_md_119px {
    margin-bottom: 119px;
  }

  .ml_md_119px {
    margin-left: 119px;
  }

  .mr_md_119px {
    margin-right: 119px;
  }

  .mt_md_-119px {
    margin-top: -119px;
  }

  .mb_md_-119px {
    margin-bottom: -119px;
  }

  .ml_md_-119px {
    margin-left: -119px;
  }

  .mr_md_-119px {
    margin-right: -119px;
  }

  .mt_md_120px {
    margin-top: 120px;
  }

  .mb_md_120px {
    margin-bottom: 120px;
  }

  .ml_md_120px {
    margin-left: 120px;
  }

  .mr_md_120px {
    margin-right: 120px;
  }

  .mt_md_-120px {
    margin-top: -120px;
  }

  .mb_md_-120px {
    margin-bottom: -120px;
  }

  .ml_md_-120px {
    margin-left: -120px;
  }

  .mr_md_-120px {
    margin-right: -120px;
  }

  .mt_md_121px {
    margin-top: 121px;
  }

  .mb_md_121px {
    margin-bottom: 121px;
  }

  .ml_md_121px {
    margin-left: 121px;
  }

  .mr_md_121px {
    margin-right: 121px;
  }

  .mt_md_-121px {
    margin-top: -121px;
  }

  .mb_md_-121px {
    margin-bottom: -121px;
  }

  .ml_md_-121px {
    margin-left: -121px;
  }

  .mr_md_-121px {
    margin-right: -121px;
  }

  .mt_md_122px {
    margin-top: 122px;
  }

  .mb_md_122px {
    margin-bottom: 122px;
  }

  .ml_md_122px {
    margin-left: 122px;
  }

  .mr_md_122px {
    margin-right: 122px;
  }

  .mt_md_-122px {
    margin-top: -122px;
  }

  .mb_md_-122px {
    margin-bottom: -122px;
  }

  .ml_md_-122px {
    margin-left: -122px;
  }

  .mr_md_-122px {
    margin-right: -122px;
  }

  .mt_md_123px {
    margin-top: 123px;
  }

  .mb_md_123px {
    margin-bottom: 123px;
  }

  .ml_md_123px {
    margin-left: 123px;
  }

  .mr_md_123px {
    margin-right: 123px;
  }

  .mt_md_-123px {
    margin-top: -123px;
  }

  .mb_md_-123px {
    margin-bottom: -123px;
  }

  .ml_md_-123px {
    margin-left: -123px;
  }

  .mr_md_-123px {
    margin-right: -123px;
  }

  .mt_md_124px {
    margin-top: 124px;
  }

  .mb_md_124px {
    margin-bottom: 124px;
  }

  .ml_md_124px {
    margin-left: 124px;
  }

  .mr_md_124px {
    margin-right: 124px;
  }

  .mt_md_-124px {
    margin-top: -124px;
  }

  .mb_md_-124px {
    margin-bottom: -124px;
  }

  .ml_md_-124px {
    margin-left: -124px;
  }

  .mr_md_-124px {
    margin-right: -124px;
  }

  .mt_md_125px {
    margin-top: 125px;
  }

  .mb_md_125px {
    margin-bottom: 125px;
  }

  .ml_md_125px {
    margin-left: 125px;
  }

  .mr_md_125px {
    margin-right: 125px;
  }

  .mt_md_-125px {
    margin-top: -125px;
  }

  .mb_md_-125px {
    margin-bottom: -125px;
  }

  .ml_md_-125px {
    margin-left: -125px;
  }

  .mr_md_-125px {
    margin-right: -125px;
  }

  .mt_md_126px {
    margin-top: 126px;
  }

  .mb_md_126px {
    margin-bottom: 126px;
  }

  .ml_md_126px {
    margin-left: 126px;
  }

  .mr_md_126px {
    margin-right: 126px;
  }

  .mt_md_-126px {
    margin-top: -126px;
  }

  .mb_md_-126px {
    margin-bottom: -126px;
  }

  .ml_md_-126px {
    margin-left: -126px;
  }

  .mr_md_-126px {
    margin-right: -126px;
  }

  .mt_md_127px {
    margin-top: 127px;
  }

  .mb_md_127px {
    margin-bottom: 127px;
  }

  .ml_md_127px {
    margin-left: 127px;
  }

  .mr_md_127px {
    margin-right: 127px;
  }

  .mt_md_-127px {
    margin-top: -127px;
  }

  .mb_md_-127px {
    margin-bottom: -127px;
  }

  .ml_md_-127px {
    margin-left: -127px;
  }

  .mr_md_-127px {
    margin-right: -127px;
  }

  .mt_md_128px {
    margin-top: 128px;
  }

  .mb_md_128px {
    margin-bottom: 128px;
  }

  .ml_md_128px {
    margin-left: 128px;
  }

  .mr_md_128px {
    margin-right: 128px;
  }

  .mt_md_-128px {
    margin-top: -128px;
  }

  .mb_md_-128px {
    margin-bottom: -128px;
  }

  .ml_md_-128px {
    margin-left: -128px;
  }

  .mr_md_-128px {
    margin-right: -128px;
  }

  .mt_md_129px {
    margin-top: 129px;
  }

  .mb_md_129px {
    margin-bottom: 129px;
  }

  .ml_md_129px {
    margin-left: 129px;
  }

  .mr_md_129px {
    margin-right: 129px;
  }

  .mt_md_-129px {
    margin-top: -129px;
  }

  .mb_md_-129px {
    margin-bottom: -129px;
  }

  .ml_md_-129px {
    margin-left: -129px;
  }

  .mr_md_-129px {
    margin-right: -129px;
  }

  .mt_md_130px {
    margin-top: 130px;
  }

  .mb_md_130px {
    margin-bottom: 130px;
  }

  .ml_md_130px {
    margin-left: 130px;
  }

  .mr_md_130px {
    margin-right: 130px;
  }

  .mt_md_-130px {
    margin-top: -130px;
  }

  .mb_md_-130px {
    margin-bottom: -130px;
  }

  .ml_md_-130px {
    margin-left: -130px;
  }

  .mr_md_-130px {
    margin-right: -130px;
  }

  .mt_md_131px {
    margin-top: 131px;
  }

  .mb_md_131px {
    margin-bottom: 131px;
  }

  .ml_md_131px {
    margin-left: 131px;
  }

  .mr_md_131px {
    margin-right: 131px;
  }

  .mt_md_-131px {
    margin-top: -131px;
  }

  .mb_md_-131px {
    margin-bottom: -131px;
  }

  .ml_md_-131px {
    margin-left: -131px;
  }

  .mr_md_-131px {
    margin-right: -131px;
  }

  .mt_md_132px {
    margin-top: 132px;
  }

  .mb_md_132px {
    margin-bottom: 132px;
  }

  .ml_md_132px {
    margin-left: 132px;
  }

  .mr_md_132px {
    margin-right: 132px;
  }

  .mt_md_-132px {
    margin-top: -132px;
  }

  .mb_md_-132px {
    margin-bottom: -132px;
  }

  .ml_md_-132px {
    margin-left: -132px;
  }

  .mr_md_-132px {
    margin-right: -132px;
  }

  .mt_md_133px {
    margin-top: 133px;
  }

  .mb_md_133px {
    margin-bottom: 133px;
  }

  .ml_md_133px {
    margin-left: 133px;
  }

  .mr_md_133px {
    margin-right: 133px;
  }

  .mt_md_-133px {
    margin-top: -133px;
  }

  .mb_md_-133px {
    margin-bottom: -133px;
  }

  .ml_md_-133px {
    margin-left: -133px;
  }

  .mr_md_-133px {
    margin-right: -133px;
  }

  .mt_md_134px {
    margin-top: 134px;
  }

  .mb_md_134px {
    margin-bottom: 134px;
  }

  .ml_md_134px {
    margin-left: 134px;
  }

  .mr_md_134px {
    margin-right: 134px;
  }

  .mt_md_-134px {
    margin-top: -134px;
  }

  .mb_md_-134px {
    margin-bottom: -134px;
  }

  .ml_md_-134px {
    margin-left: -134px;
  }

  .mr_md_-134px {
    margin-right: -134px;
  }

  .mt_md_135px {
    margin-top: 135px;
  }

  .mb_md_135px {
    margin-bottom: 135px;
  }

  .ml_md_135px {
    margin-left: 135px;
  }

  .mr_md_135px {
    margin-right: 135px;
  }

  .mt_md_-135px {
    margin-top: -135px;
  }

  .mb_md_-135px {
    margin-bottom: -135px;
  }

  .ml_md_-135px {
    margin-left: -135px;
  }

  .mr_md_-135px {
    margin-right: -135px;
  }

  .mt_md_136px {
    margin-top: 136px;
  }

  .mb_md_136px {
    margin-bottom: 136px;
  }

  .ml_md_136px {
    margin-left: 136px;
  }

  .mr_md_136px {
    margin-right: 136px;
  }

  .mt_md_-136px {
    margin-top: -136px;
  }

  .mb_md_-136px {
    margin-bottom: -136px;
  }

  .ml_md_-136px {
    margin-left: -136px;
  }

  .mr_md_-136px {
    margin-right: -136px;
  }

  .mt_md_137px {
    margin-top: 137px;
  }

  .mb_md_137px {
    margin-bottom: 137px;
  }

  .ml_md_137px {
    margin-left: 137px;
  }

  .mr_md_137px {
    margin-right: 137px;
  }

  .mt_md_-137px {
    margin-top: -137px;
  }

  .mb_md_-137px {
    margin-bottom: -137px;
  }

  .ml_md_-137px {
    margin-left: -137px;
  }

  .mr_md_-137px {
    margin-right: -137px;
  }

  .mt_md_138px {
    margin-top: 138px;
  }

  .mb_md_138px {
    margin-bottom: 138px;
  }

  .ml_md_138px {
    margin-left: 138px;
  }

  .mr_md_138px {
    margin-right: 138px;
  }

  .mt_md_-138px {
    margin-top: -138px;
  }

  .mb_md_-138px {
    margin-bottom: -138px;
  }

  .ml_md_-138px {
    margin-left: -138px;
  }

  .mr_md_-138px {
    margin-right: -138px;
  }

  .mt_md_139px {
    margin-top: 139px;
  }

  .mb_md_139px {
    margin-bottom: 139px;
  }

  .ml_md_139px {
    margin-left: 139px;
  }

  .mr_md_139px {
    margin-right: 139px;
  }

  .mt_md_-139px {
    margin-top: -139px;
  }

  .mb_md_-139px {
    margin-bottom: -139px;
  }

  .ml_md_-139px {
    margin-left: -139px;
  }

  .mr_md_-139px {
    margin-right: -139px;
  }

  .mt_md_140px {
    margin-top: 140px;
  }

  .mb_md_140px {
    margin-bottom: 140px;
  }

  .ml_md_140px {
    margin-left: 140px;
  }

  .mr_md_140px {
    margin-right: 140px;
  }

  .mt_md_-140px {
    margin-top: -140px;
  }

  .mb_md_-140px {
    margin-bottom: -140px;
  }

  .ml_md_-140px {
    margin-left: -140px;
  }

  .mr_md_-140px {
    margin-right: -140px;
  }

  .mt_md_141px {
    margin-top: 141px;
  }

  .mb_md_141px {
    margin-bottom: 141px;
  }

  .ml_md_141px {
    margin-left: 141px;
  }

  .mr_md_141px {
    margin-right: 141px;
  }

  .mt_md_-141px {
    margin-top: -141px;
  }

  .mb_md_-141px {
    margin-bottom: -141px;
  }

  .ml_md_-141px {
    margin-left: -141px;
  }

  .mr_md_-141px {
    margin-right: -141px;
  }

  .mt_md_142px {
    margin-top: 142px;
  }

  .mb_md_142px {
    margin-bottom: 142px;
  }

  .ml_md_142px {
    margin-left: 142px;
  }

  .mr_md_142px {
    margin-right: 142px;
  }

  .mt_md_-142px {
    margin-top: -142px;
  }

  .mb_md_-142px {
    margin-bottom: -142px;
  }

  .ml_md_-142px {
    margin-left: -142px;
  }

  .mr_md_-142px {
    margin-right: -142px;
  }

  .mt_md_143px {
    margin-top: 143px;
  }

  .mb_md_143px {
    margin-bottom: 143px;
  }

  .ml_md_143px {
    margin-left: 143px;
  }

  .mr_md_143px {
    margin-right: 143px;
  }

  .mt_md_-143px {
    margin-top: -143px;
  }

  .mb_md_-143px {
    margin-bottom: -143px;
  }

  .ml_md_-143px {
    margin-left: -143px;
  }

  .mr_md_-143px {
    margin-right: -143px;
  }

  .mt_md_144px {
    margin-top: 144px;
  }

  .mb_md_144px {
    margin-bottom: 144px;
  }

  .ml_md_144px {
    margin-left: 144px;
  }

  .mr_md_144px {
    margin-right: 144px;
  }

  .mt_md_-144px {
    margin-top: -144px;
  }

  .mb_md_-144px {
    margin-bottom: -144px;
  }

  .ml_md_-144px {
    margin-left: -144px;
  }

  .mr_md_-144px {
    margin-right: -144px;
  }

  .mt_md_145px {
    margin-top: 145px;
  }

  .mb_md_145px {
    margin-bottom: 145px;
  }

  .ml_md_145px {
    margin-left: 145px;
  }

  .mr_md_145px {
    margin-right: 145px;
  }

  .mt_md_-145px {
    margin-top: -145px;
  }

  .mb_md_-145px {
    margin-bottom: -145px;
  }

  .ml_md_-145px {
    margin-left: -145px;
  }

  .mr_md_-145px {
    margin-right: -145px;
  }

  .mt_md_146px {
    margin-top: 146px;
  }

  .mb_md_146px {
    margin-bottom: 146px;
  }

  .ml_md_146px {
    margin-left: 146px;
  }

  .mr_md_146px {
    margin-right: 146px;
  }

  .mt_md_-146px {
    margin-top: -146px;
  }

  .mb_md_-146px {
    margin-bottom: -146px;
  }

  .ml_md_-146px {
    margin-left: -146px;
  }

  .mr_md_-146px {
    margin-right: -146px;
  }

  .mt_md_147px {
    margin-top: 147px;
  }

  .mb_md_147px {
    margin-bottom: 147px;
  }

  .ml_md_147px {
    margin-left: 147px;
  }

  .mr_md_147px {
    margin-right: 147px;
  }

  .mt_md_-147px {
    margin-top: -147px;
  }

  .mb_md_-147px {
    margin-bottom: -147px;
  }

  .ml_md_-147px {
    margin-left: -147px;
  }

  .mr_md_-147px {
    margin-right: -147px;
  }

  .mt_md_148px {
    margin-top: 148px;
  }

  .mb_md_148px {
    margin-bottom: 148px;
  }

  .ml_md_148px {
    margin-left: 148px;
  }

  .mr_md_148px {
    margin-right: 148px;
  }

  .mt_md_-148px {
    margin-top: -148px;
  }

  .mb_md_-148px {
    margin-bottom: -148px;
  }

  .ml_md_-148px {
    margin-left: -148px;
  }

  .mr_md_-148px {
    margin-right: -148px;
  }

  .mt_md_149px {
    margin-top: 149px;
  }

  .mb_md_149px {
    margin-bottom: 149px;
  }

  .ml_md_149px {
    margin-left: 149px;
  }

  .mr_md_149px {
    margin-right: 149px;
  }

  .mt_md_-149px {
    margin-top: -149px;
  }

  .mb_md_-149px {
    margin-bottom: -149px;
  }

  .ml_md_-149px {
    margin-left: -149px;
  }

  .mr_md_-149px {
    margin-right: -149px;
  }

  .mt_md_150px {
    margin-top: 150px;
  }

  .mb_md_150px {
    margin-bottom: 150px;
  }

  .ml_md_150px {
    margin-left: 150px;
  }

  .mr_md_150px {
    margin-right: 150px;
  }

  .mt_md_-150px {
    margin-top: -150px;
  }

  .mb_md_-150px {
    margin-bottom: -150px;
  }

  .ml_md_-150px {
    margin-left: -150px;
  }

  .mr_md_-150px {
    margin-right: -150px;
  }

  .mt_md_151px {
    margin-top: 151px;
  }

  .mb_md_151px {
    margin-bottom: 151px;
  }

  .ml_md_151px {
    margin-left: 151px;
  }

  .mr_md_151px {
    margin-right: 151px;
  }

  .mt_md_-151px {
    margin-top: -151px;
  }

  .mb_md_-151px {
    margin-bottom: -151px;
  }

  .ml_md_-151px {
    margin-left: -151px;
  }

  .mr_md_-151px {
    margin-right: -151px;
  }

  .mt_md_152px {
    margin-top: 152px;
  }

  .mb_md_152px {
    margin-bottom: 152px;
  }

  .ml_md_152px {
    margin-left: 152px;
  }

  .mr_md_152px {
    margin-right: 152px;
  }

  .mt_md_-152px {
    margin-top: -152px;
  }

  .mb_md_-152px {
    margin-bottom: -152px;
  }

  .ml_md_-152px {
    margin-left: -152px;
  }

  .mr_md_-152px {
    margin-right: -152px;
  }

  .mt_md_153px {
    margin-top: 153px;
  }

  .mb_md_153px {
    margin-bottom: 153px;
  }

  .ml_md_153px {
    margin-left: 153px;
  }

  .mr_md_153px {
    margin-right: 153px;
  }

  .mt_md_-153px {
    margin-top: -153px;
  }

  .mb_md_-153px {
    margin-bottom: -153px;
  }

  .ml_md_-153px {
    margin-left: -153px;
  }

  .mr_md_-153px {
    margin-right: -153px;
  }

  .mt_md_154px {
    margin-top: 154px;
  }

  .mb_md_154px {
    margin-bottom: 154px;
  }

  .ml_md_154px {
    margin-left: 154px;
  }

  .mr_md_154px {
    margin-right: 154px;
  }

  .mt_md_-154px {
    margin-top: -154px;
  }

  .mb_md_-154px {
    margin-bottom: -154px;
  }

  .ml_md_-154px {
    margin-left: -154px;
  }

  .mr_md_-154px {
    margin-right: -154px;
  }

  .mt_md_155px {
    margin-top: 155px;
  }

  .mb_md_155px {
    margin-bottom: 155px;
  }

  .ml_md_155px {
    margin-left: 155px;
  }

  .mr_md_155px {
    margin-right: 155px;
  }

  .mt_md_-155px {
    margin-top: -155px;
  }

  .mb_md_-155px {
    margin-bottom: -155px;
  }

  .ml_md_-155px {
    margin-left: -155px;
  }

  .mr_md_-155px {
    margin-right: -155px;
  }

  .mt_md_156px {
    margin-top: 156px;
  }

  .mb_md_156px {
    margin-bottom: 156px;
  }

  .ml_md_156px {
    margin-left: 156px;
  }

  .mr_md_156px {
    margin-right: 156px;
  }

  .mt_md_-156px {
    margin-top: -156px;
  }

  .mb_md_-156px {
    margin-bottom: -156px;
  }

  .ml_md_-156px {
    margin-left: -156px;
  }

  .mr_md_-156px {
    margin-right: -156px;
  }

  .mt_md_157px {
    margin-top: 157px;
  }

  .mb_md_157px {
    margin-bottom: 157px;
  }

  .ml_md_157px {
    margin-left: 157px;
  }

  .mr_md_157px {
    margin-right: 157px;
  }

  .mt_md_-157px {
    margin-top: -157px;
  }

  .mb_md_-157px {
    margin-bottom: -157px;
  }

  .ml_md_-157px {
    margin-left: -157px;
  }

  .mr_md_-157px {
    margin-right: -157px;
  }

  .mt_md_158px {
    margin-top: 158px;
  }

  .mb_md_158px {
    margin-bottom: 158px;
  }

  .ml_md_158px {
    margin-left: 158px;
  }

  .mr_md_158px {
    margin-right: 158px;
  }

  .mt_md_-158px {
    margin-top: -158px;
  }

  .mb_md_-158px {
    margin-bottom: -158px;
  }

  .ml_md_-158px {
    margin-left: -158px;
  }

  .mr_md_-158px {
    margin-right: -158px;
  }

  .mt_md_159px {
    margin-top: 159px;
  }

  .mb_md_159px {
    margin-bottom: 159px;
  }

  .ml_md_159px {
    margin-left: 159px;
  }

  .mr_md_159px {
    margin-right: 159px;
  }

  .mt_md_-159px {
    margin-top: -159px;
  }

  .mb_md_-159px {
    margin-bottom: -159px;
  }

  .ml_md_-159px {
    margin-left: -159px;
  }

  .mr_md_-159px {
    margin-right: -159px;
  }

  .mt_md_160px {
    margin-top: 160px;
  }

  .mb_md_160px {
    margin-bottom: 160px;
  }

  .ml_md_160px {
    margin-left: 160px;
  }

  .mr_md_160px {
    margin-right: 160px;
  }

  .mt_md_-160px {
    margin-top: -160px;
  }

  .mb_md_-160px {
    margin-bottom: -160px;
  }

  .ml_md_-160px {
    margin-left: -160px;
  }

  .mr_md_-160px {
    margin-right: -160px;
  }

  .mt_md_161px {
    margin-top: 161px;
  }

  .mb_md_161px {
    margin-bottom: 161px;
  }

  .ml_md_161px {
    margin-left: 161px;
  }

  .mr_md_161px {
    margin-right: 161px;
  }

  .mt_md_-161px {
    margin-top: -161px;
  }

  .mb_md_-161px {
    margin-bottom: -161px;
  }

  .ml_md_-161px {
    margin-left: -161px;
  }

  .mr_md_-161px {
    margin-right: -161px;
  }

  .mt_md_162px {
    margin-top: 162px;
  }

  .mb_md_162px {
    margin-bottom: 162px;
  }

  .ml_md_162px {
    margin-left: 162px;
  }

  .mr_md_162px {
    margin-right: 162px;
  }

  .mt_md_-162px {
    margin-top: -162px;
  }

  .mb_md_-162px {
    margin-bottom: -162px;
  }

  .ml_md_-162px {
    margin-left: -162px;
  }

  .mr_md_-162px {
    margin-right: -162px;
  }

  .mt_md_163px {
    margin-top: 163px;
  }

  .mb_md_163px {
    margin-bottom: 163px;
  }

  .ml_md_163px {
    margin-left: 163px;
  }

  .mr_md_163px {
    margin-right: 163px;
  }

  .mt_md_-163px {
    margin-top: -163px;
  }

  .mb_md_-163px {
    margin-bottom: -163px;
  }

  .ml_md_-163px {
    margin-left: -163px;
  }

  .mr_md_-163px {
    margin-right: -163px;
  }

  .mt_md_164px {
    margin-top: 164px;
  }

  .mb_md_164px {
    margin-bottom: 164px;
  }

  .ml_md_164px {
    margin-left: 164px;
  }

  .mr_md_164px {
    margin-right: 164px;
  }

  .mt_md_-164px {
    margin-top: -164px;
  }

  .mb_md_-164px {
    margin-bottom: -164px;
  }

  .ml_md_-164px {
    margin-left: -164px;
  }

  .mr_md_-164px {
    margin-right: -164px;
  }

  .mt_md_165px {
    margin-top: 165px;
  }

  .mb_md_165px {
    margin-bottom: 165px;
  }

  .ml_md_165px {
    margin-left: 165px;
  }

  .mr_md_165px {
    margin-right: 165px;
  }

  .mt_md_-165px {
    margin-top: -165px;
  }

  .mb_md_-165px {
    margin-bottom: -165px;
  }

  .ml_md_-165px {
    margin-left: -165px;
  }

  .mr_md_-165px {
    margin-right: -165px;
  }

  .mt_md_166px {
    margin-top: 166px;
  }

  .mb_md_166px {
    margin-bottom: 166px;
  }

  .ml_md_166px {
    margin-left: 166px;
  }

  .mr_md_166px {
    margin-right: 166px;
  }

  .mt_md_-166px {
    margin-top: -166px;
  }

  .mb_md_-166px {
    margin-bottom: -166px;
  }

  .ml_md_-166px {
    margin-left: -166px;
  }

  .mr_md_-166px {
    margin-right: -166px;
  }

  .mt_md_167px {
    margin-top: 167px;
  }

  .mb_md_167px {
    margin-bottom: 167px;
  }

  .ml_md_167px {
    margin-left: 167px;
  }

  .mr_md_167px {
    margin-right: 167px;
  }

  .mt_md_-167px {
    margin-top: -167px;
  }

  .mb_md_-167px {
    margin-bottom: -167px;
  }

  .ml_md_-167px {
    margin-left: -167px;
  }

  .mr_md_-167px {
    margin-right: -167px;
  }

  .mt_md_168px {
    margin-top: 168px;
  }

  .mb_md_168px {
    margin-bottom: 168px;
  }

  .ml_md_168px {
    margin-left: 168px;
  }

  .mr_md_168px {
    margin-right: 168px;
  }

  .mt_md_-168px {
    margin-top: -168px;
  }

  .mb_md_-168px {
    margin-bottom: -168px;
  }

  .ml_md_-168px {
    margin-left: -168px;
  }

  .mr_md_-168px {
    margin-right: -168px;
  }

  .mt_md_169px {
    margin-top: 169px;
  }

  .mb_md_169px {
    margin-bottom: 169px;
  }

  .ml_md_169px {
    margin-left: 169px;
  }

  .mr_md_169px {
    margin-right: 169px;
  }

  .mt_md_-169px {
    margin-top: -169px;
  }

  .mb_md_-169px {
    margin-bottom: -169px;
  }

  .ml_md_-169px {
    margin-left: -169px;
  }

  .mr_md_-169px {
    margin-right: -169px;
  }

  .mt_md_170px {
    margin-top: 170px;
  }

  .mb_md_170px {
    margin-bottom: 170px;
  }

  .ml_md_170px {
    margin-left: 170px;
  }

  .mr_md_170px {
    margin-right: 170px;
  }

  .mt_md_-170px {
    margin-top: -170px;
  }

  .mb_md_-170px {
    margin-bottom: -170px;
  }

  .ml_md_-170px {
    margin-left: -170px;
  }

  .mr_md_-170px {
    margin-right: -170px;
  }

  .mt_md_171px {
    margin-top: 171px;
  }

  .mb_md_171px {
    margin-bottom: 171px;
  }

  .ml_md_171px {
    margin-left: 171px;
  }

  .mr_md_171px {
    margin-right: 171px;
  }

  .mt_md_-171px {
    margin-top: -171px;
  }

  .mb_md_-171px {
    margin-bottom: -171px;
  }

  .ml_md_-171px {
    margin-left: -171px;
  }

  .mr_md_-171px {
    margin-right: -171px;
  }

  .mt_md_172px {
    margin-top: 172px;
  }

  .mb_md_172px {
    margin-bottom: 172px;
  }

  .ml_md_172px {
    margin-left: 172px;
  }

  .mr_md_172px {
    margin-right: 172px;
  }

  .mt_md_-172px {
    margin-top: -172px;
  }

  .mb_md_-172px {
    margin-bottom: -172px;
  }

  .ml_md_-172px {
    margin-left: -172px;
  }

  .mr_md_-172px {
    margin-right: -172px;
  }

  .mt_md_173px {
    margin-top: 173px;
  }

  .mb_md_173px {
    margin-bottom: 173px;
  }

  .ml_md_173px {
    margin-left: 173px;
  }

  .mr_md_173px {
    margin-right: 173px;
  }

  .mt_md_-173px {
    margin-top: -173px;
  }

  .mb_md_-173px {
    margin-bottom: -173px;
  }

  .ml_md_-173px {
    margin-left: -173px;
  }

  .mr_md_-173px {
    margin-right: -173px;
  }

  .mt_md_174px {
    margin-top: 174px;
  }

  .mb_md_174px {
    margin-bottom: 174px;
  }

  .ml_md_174px {
    margin-left: 174px;
  }

  .mr_md_174px {
    margin-right: 174px;
  }

  .mt_md_-174px {
    margin-top: -174px;
  }

  .mb_md_-174px {
    margin-bottom: -174px;
  }

  .ml_md_-174px {
    margin-left: -174px;
  }

  .mr_md_-174px {
    margin-right: -174px;
  }

  .mt_md_175px {
    margin-top: 175px;
  }

  .mb_md_175px {
    margin-bottom: 175px;
  }

  .ml_md_175px {
    margin-left: 175px;
  }

  .mr_md_175px {
    margin-right: 175px;
  }

  .mt_md_-175px {
    margin-top: -175px;
  }

  .mb_md_-175px {
    margin-bottom: -175px;
  }

  .ml_md_-175px {
    margin-left: -175px;
  }

  .mr_md_-175px {
    margin-right: -175px;
  }

  .mt_md_176px {
    margin-top: 176px;
  }

  .mb_md_176px {
    margin-bottom: 176px;
  }

  .ml_md_176px {
    margin-left: 176px;
  }

  .mr_md_176px {
    margin-right: 176px;
  }

  .mt_md_-176px {
    margin-top: -176px;
  }

  .mb_md_-176px {
    margin-bottom: -176px;
  }

  .ml_md_-176px {
    margin-left: -176px;
  }

  .mr_md_-176px {
    margin-right: -176px;
  }

  .mt_md_177px {
    margin-top: 177px;
  }

  .mb_md_177px {
    margin-bottom: 177px;
  }

  .ml_md_177px {
    margin-left: 177px;
  }

  .mr_md_177px {
    margin-right: 177px;
  }

  .mt_md_-177px {
    margin-top: -177px;
  }

  .mb_md_-177px {
    margin-bottom: -177px;
  }

  .ml_md_-177px {
    margin-left: -177px;
  }

  .mr_md_-177px {
    margin-right: -177px;
  }

  .mt_md_178px {
    margin-top: 178px;
  }

  .mb_md_178px {
    margin-bottom: 178px;
  }

  .ml_md_178px {
    margin-left: 178px;
  }

  .mr_md_178px {
    margin-right: 178px;
  }

  .mt_md_-178px {
    margin-top: -178px;
  }

  .mb_md_-178px {
    margin-bottom: -178px;
  }

  .ml_md_-178px {
    margin-left: -178px;
  }

  .mr_md_-178px {
    margin-right: -178px;
  }

  .mt_md_179px {
    margin-top: 179px;
  }

  .mb_md_179px {
    margin-bottom: 179px;
  }

  .ml_md_179px {
    margin-left: 179px;
  }

  .mr_md_179px {
    margin-right: 179px;
  }

  .mt_md_-179px {
    margin-top: -179px;
  }

  .mb_md_-179px {
    margin-bottom: -179px;
  }

  .ml_md_-179px {
    margin-left: -179px;
  }

  .mr_md_-179px {
    margin-right: -179px;
  }

  .mt_md_180px {
    margin-top: 180px;
  }

  .mb_md_180px {
    margin-bottom: 180px;
  }

  .ml_md_180px {
    margin-left: 180px;
  }

  .mr_md_180px {
    margin-right: 180px;
  }

  .mt_md_-180px {
    margin-top: -180px;
  }

  .mb_md_-180px {
    margin-bottom: -180px;
  }

  .ml_md_-180px {
    margin-left: -180px;
  }

  .mr_md_-180px {
    margin-right: -180px;
  }

  .mt_md_181px {
    margin-top: 181px;
  }

  .mb_md_181px {
    margin-bottom: 181px;
  }

  .ml_md_181px {
    margin-left: 181px;
  }

  .mr_md_181px {
    margin-right: 181px;
  }

  .mt_md_-181px {
    margin-top: -181px;
  }

  .mb_md_-181px {
    margin-bottom: -181px;
  }

  .ml_md_-181px {
    margin-left: -181px;
  }

  .mr_md_-181px {
    margin-right: -181px;
  }

  .mt_md_182px {
    margin-top: 182px;
  }

  .mb_md_182px {
    margin-bottom: 182px;
  }

  .ml_md_182px {
    margin-left: 182px;
  }

  .mr_md_182px {
    margin-right: 182px;
  }

  .mt_md_-182px {
    margin-top: -182px;
  }

  .mb_md_-182px {
    margin-bottom: -182px;
  }

  .ml_md_-182px {
    margin-left: -182px;
  }

  .mr_md_-182px {
    margin-right: -182px;
  }

  .mt_md_183px {
    margin-top: 183px;
  }

  .mb_md_183px {
    margin-bottom: 183px;
  }

  .ml_md_183px {
    margin-left: 183px;
  }

  .mr_md_183px {
    margin-right: 183px;
  }

  .mt_md_-183px {
    margin-top: -183px;
  }

  .mb_md_-183px {
    margin-bottom: -183px;
  }

  .ml_md_-183px {
    margin-left: -183px;
  }

  .mr_md_-183px {
    margin-right: -183px;
  }

  .mt_md_184px {
    margin-top: 184px;
  }

  .mb_md_184px {
    margin-bottom: 184px;
  }

  .ml_md_184px {
    margin-left: 184px;
  }

  .mr_md_184px {
    margin-right: 184px;
  }

  .mt_md_-184px {
    margin-top: -184px;
  }

  .mb_md_-184px {
    margin-bottom: -184px;
  }

  .ml_md_-184px {
    margin-left: -184px;
  }

  .mr_md_-184px {
    margin-right: -184px;
  }

  .mt_md_185px {
    margin-top: 185px;
  }

  .mb_md_185px {
    margin-bottom: 185px;
  }

  .ml_md_185px {
    margin-left: 185px;
  }

  .mr_md_185px {
    margin-right: 185px;
  }

  .mt_md_-185px {
    margin-top: -185px;
  }

  .mb_md_-185px {
    margin-bottom: -185px;
  }

  .ml_md_-185px {
    margin-left: -185px;
  }

  .mr_md_-185px {
    margin-right: -185px;
  }

  .mt_md_186px {
    margin-top: 186px;
  }

  .mb_md_186px {
    margin-bottom: 186px;
  }

  .ml_md_186px {
    margin-left: 186px;
  }

  .mr_md_186px {
    margin-right: 186px;
  }

  .mt_md_-186px {
    margin-top: -186px;
  }

  .mb_md_-186px {
    margin-bottom: -186px;
  }

  .ml_md_-186px {
    margin-left: -186px;
  }

  .mr_md_-186px {
    margin-right: -186px;
  }

  .mt_md_187px {
    margin-top: 187px;
  }

  .mb_md_187px {
    margin-bottom: 187px;
  }

  .ml_md_187px {
    margin-left: 187px;
  }

  .mr_md_187px {
    margin-right: 187px;
  }

  .mt_md_-187px {
    margin-top: -187px;
  }

  .mb_md_-187px {
    margin-bottom: -187px;
  }

  .ml_md_-187px {
    margin-left: -187px;
  }

  .mr_md_-187px {
    margin-right: -187px;
  }

  .mt_md_188px {
    margin-top: 188px;
  }

  .mb_md_188px {
    margin-bottom: 188px;
  }

  .ml_md_188px {
    margin-left: 188px;
  }

  .mr_md_188px {
    margin-right: 188px;
  }

  .mt_md_-188px {
    margin-top: -188px;
  }

  .mb_md_-188px {
    margin-bottom: -188px;
  }

  .ml_md_-188px {
    margin-left: -188px;
  }

  .mr_md_-188px {
    margin-right: -188px;
  }

  .mt_md_189px {
    margin-top: 189px;
  }

  .mb_md_189px {
    margin-bottom: 189px;
  }

  .ml_md_189px {
    margin-left: 189px;
  }

  .mr_md_189px {
    margin-right: 189px;
  }

  .mt_md_-189px {
    margin-top: -189px;
  }

  .mb_md_-189px {
    margin-bottom: -189px;
  }

  .ml_md_-189px {
    margin-left: -189px;
  }

  .mr_md_-189px {
    margin-right: -189px;
  }

  .mt_md_190px {
    margin-top: 190px;
  }

  .mb_md_190px {
    margin-bottom: 190px;
  }

  .ml_md_190px {
    margin-left: 190px;
  }

  .mr_md_190px {
    margin-right: 190px;
  }

  .mt_md_-190px {
    margin-top: -190px;
  }

  .mb_md_-190px {
    margin-bottom: -190px;
  }

  .ml_md_-190px {
    margin-left: -190px;
  }

  .mr_md_-190px {
    margin-right: -190px;
  }

  .mt_md_191px {
    margin-top: 191px;
  }

  .mb_md_191px {
    margin-bottom: 191px;
  }

  .ml_md_191px {
    margin-left: 191px;
  }

  .mr_md_191px {
    margin-right: 191px;
  }

  .mt_md_-191px {
    margin-top: -191px;
  }

  .mb_md_-191px {
    margin-bottom: -191px;
  }

  .ml_md_-191px {
    margin-left: -191px;
  }

  .mr_md_-191px {
    margin-right: -191px;
  }

  .mt_md_192px {
    margin-top: 192px;
  }

  .mb_md_192px {
    margin-bottom: 192px;
  }

  .ml_md_192px {
    margin-left: 192px;
  }

  .mr_md_192px {
    margin-right: 192px;
  }

  .mt_md_-192px {
    margin-top: -192px;
  }

  .mb_md_-192px {
    margin-bottom: -192px;
  }

  .ml_md_-192px {
    margin-left: -192px;
  }

  .mr_md_-192px {
    margin-right: -192px;
  }

  .mt_md_193px {
    margin-top: 193px;
  }

  .mb_md_193px {
    margin-bottom: 193px;
  }

  .ml_md_193px {
    margin-left: 193px;
  }

  .mr_md_193px {
    margin-right: 193px;
  }

  .mt_md_-193px {
    margin-top: -193px;
  }

  .mb_md_-193px {
    margin-bottom: -193px;
  }

  .ml_md_-193px {
    margin-left: -193px;
  }

  .mr_md_-193px {
    margin-right: -193px;
  }

  .mt_md_194px {
    margin-top: 194px;
  }

  .mb_md_194px {
    margin-bottom: 194px;
  }

  .ml_md_194px {
    margin-left: 194px;
  }

  .mr_md_194px {
    margin-right: 194px;
  }

  .mt_md_-194px {
    margin-top: -194px;
  }

  .mb_md_-194px {
    margin-bottom: -194px;
  }

  .ml_md_-194px {
    margin-left: -194px;
  }

  .mr_md_-194px {
    margin-right: -194px;
  }

  .mt_md_195px {
    margin-top: 195px;
  }

  .mb_md_195px {
    margin-bottom: 195px;
  }

  .ml_md_195px {
    margin-left: 195px;
  }

  .mr_md_195px {
    margin-right: 195px;
  }

  .mt_md_-195px {
    margin-top: -195px;
  }

  .mb_md_-195px {
    margin-bottom: -195px;
  }

  .ml_md_-195px {
    margin-left: -195px;
  }

  .mr_md_-195px {
    margin-right: -195px;
  }

  .mt_md_196px {
    margin-top: 196px;
  }

  .mb_md_196px {
    margin-bottom: 196px;
  }

  .ml_md_196px {
    margin-left: 196px;
  }

  .mr_md_196px {
    margin-right: 196px;
  }

  .mt_md_-196px {
    margin-top: -196px;
  }

  .mb_md_-196px {
    margin-bottom: -196px;
  }

  .ml_md_-196px {
    margin-left: -196px;
  }

  .mr_md_-196px {
    margin-right: -196px;
  }

  .mt_md_197px {
    margin-top: 197px;
  }

  .mb_md_197px {
    margin-bottom: 197px;
  }

  .ml_md_197px {
    margin-left: 197px;
  }

  .mr_md_197px {
    margin-right: 197px;
  }

  .mt_md_-197px {
    margin-top: -197px;
  }

  .mb_md_-197px {
    margin-bottom: -197px;
  }

  .ml_md_-197px {
    margin-left: -197px;
  }

  .mr_md_-197px {
    margin-right: -197px;
  }

  .mt_md_198px {
    margin-top: 198px;
  }

  .mb_md_198px {
    margin-bottom: 198px;
  }

  .ml_md_198px {
    margin-left: 198px;
  }

  .mr_md_198px {
    margin-right: 198px;
  }

  .mt_md_-198px {
    margin-top: -198px;
  }

  .mb_md_-198px {
    margin-bottom: -198px;
  }

  .ml_md_-198px {
    margin-left: -198px;
  }

  .mr_md_-198px {
    margin-right: -198px;
  }

  .mt_md_199px {
    margin-top: 199px;
  }

  .mb_md_199px {
    margin-bottom: 199px;
  }

  .ml_md_199px {
    margin-left: 199px;
  }

  .mr_md_199px {
    margin-right: 199px;
  }

  .mt_md_-199px {
    margin-top: -199px;
  }

  .mb_md_-199px {
    margin-bottom: -199px;
  }

  .ml_md_-199px {
    margin-left: -199px;
  }

  .mr_md_-199px {
    margin-right: -199px;
  }

  .mt_md_200px {
    margin-top: 200px;
  }

  .mb_md_200px {
    margin-bottom: 200px;
  }

  .ml_md_200px {
    margin-left: 200px;
  }

  .mr_md_200px {
    margin-right: 200px;
  }

  .mt_md_-200px {
    margin-top: -200px;
  }

  .mb_md_-200px {
    margin-bottom: -200px;
  }

  .ml_md_-200px {
    margin-left: -200px;
  }

  .mr_md_-200px {
    margin-right: -200px;
  }
}
@media only screen and (max-width: 650px) {
  .mt_sm_1px {
    margin-top: 1px;
  }

  .mb_sm_1px {
    margin-bottom: 1px;
  }

  .ml_sm_1px {
    margin-left: 1px;
  }

  .mr_sm_1px {
    margin-right: 1px;
  }

  .mt_sm_-1px {
    margin-top: -1px;
  }

  .mb_sm_-1px {
    margin-bottom: -1px;
  }

  .ml_sm_-1px {
    margin-left: -1px;
  }

  .mr_sm_-1px {
    margin-right: -1px;
  }

  .mt_sm_2px {
    margin-top: 2px;
  }

  .mb_sm_2px {
    margin-bottom: 2px;
  }

  .ml_sm_2px {
    margin-left: 2px;
  }

  .mr_sm_2px {
    margin-right: 2px;
  }

  .mt_sm_-2px {
    margin-top: -2px;
  }

  .mb_sm_-2px {
    margin-bottom: -2px;
  }

  .ml_sm_-2px {
    margin-left: -2px;
  }

  .mr_sm_-2px {
    margin-right: -2px;
  }

  .mt_sm_3px {
    margin-top: 3px;
  }

  .mb_sm_3px {
    margin-bottom: 3px;
  }

  .ml_sm_3px {
    margin-left: 3px;
  }

  .mr_sm_3px {
    margin-right: 3px;
  }

  .mt_sm_-3px {
    margin-top: -3px;
  }

  .mb_sm_-3px {
    margin-bottom: -3px;
  }

  .ml_sm_-3px {
    margin-left: -3px;
  }

  .mr_sm_-3px {
    margin-right: -3px;
  }

  .mt_sm_4px {
    margin-top: 4px;
  }

  .mb_sm_4px {
    margin-bottom: 4px;
  }

  .ml_sm_4px {
    margin-left: 4px;
  }

  .mr_sm_4px {
    margin-right: 4px;
  }

  .mt_sm_-4px {
    margin-top: -4px;
  }

  .mb_sm_-4px {
    margin-bottom: -4px;
  }

  .ml_sm_-4px {
    margin-left: -4px;
  }

  .mr_sm_-4px {
    margin-right: -4px;
  }

  .mt_sm_5px {
    margin-top: 5px;
  }

  .mb_sm_5px {
    margin-bottom: 5px;
  }

  .ml_sm_5px {
    margin-left: 5px;
  }

  .mr_sm_5px {
    margin-right: 5px;
  }

  .mt_sm_-5px {
    margin-top: -5px;
  }

  .mb_sm_-5px {
    margin-bottom: -5px;
  }

  .ml_sm_-5px {
    margin-left: -5px;
  }

  .mr_sm_-5px {
    margin-right: -5px;
  }

  .mt_sm_6px {
    margin-top: 6px;
  }

  .mb_sm_6px {
    margin-bottom: 6px;
  }

  .ml_sm_6px {
    margin-left: 6px;
  }

  .mr_sm_6px {
    margin-right: 6px;
  }

  .mt_sm_-6px {
    margin-top: -6px;
  }

  .mb_sm_-6px {
    margin-bottom: -6px;
  }

  .ml_sm_-6px {
    margin-left: -6px;
  }

  .mr_sm_-6px {
    margin-right: -6px;
  }

  .mt_sm_7px {
    margin-top: 7px;
  }

  .mb_sm_7px {
    margin-bottom: 7px;
  }

  .ml_sm_7px {
    margin-left: 7px;
  }

  .mr_sm_7px {
    margin-right: 7px;
  }

  .mt_sm_-7px {
    margin-top: -7px;
  }

  .mb_sm_-7px {
    margin-bottom: -7px;
  }

  .ml_sm_-7px {
    margin-left: -7px;
  }

  .mr_sm_-7px {
    margin-right: -7px;
  }

  .mt_sm_8px {
    margin-top: 8px;
  }

  .mb_sm_8px {
    margin-bottom: 8px;
  }

  .ml_sm_8px {
    margin-left: 8px;
  }

  .mr_sm_8px {
    margin-right: 8px;
  }

  .mt_sm_-8px {
    margin-top: -8px;
  }

  .mb_sm_-8px {
    margin-bottom: -8px;
  }

  .ml_sm_-8px {
    margin-left: -8px;
  }

  .mr_sm_-8px {
    margin-right: -8px;
  }

  .mt_sm_9px {
    margin-top: 9px;
  }

  .mb_sm_9px {
    margin-bottom: 9px;
  }

  .ml_sm_9px {
    margin-left: 9px;
  }

  .mr_sm_9px {
    margin-right: 9px;
  }

  .mt_sm_-9px {
    margin-top: -9px;
  }

  .mb_sm_-9px {
    margin-bottom: -9px;
  }

  .ml_sm_-9px {
    margin-left: -9px;
  }

  .mr_sm_-9px {
    margin-right: -9px;
  }

  .mt_sm_10px {
    margin-top: 10px;
  }

  .mb_sm_10px {
    margin-bottom: 10px;
  }

  .ml_sm_10px {
    margin-left: 10px;
  }

  .mr_sm_10px {
    margin-right: 10px;
  }

  .mt_sm_-10px {
    margin-top: -10px;
  }

  .mb_sm_-10px {
    margin-bottom: -10px;
  }

  .ml_sm_-10px {
    margin-left: -10px;
  }

  .mr_sm_-10px {
    margin-right: -10px;
  }

  .mt_sm_11px {
    margin-top: 11px;
  }

  .mb_sm_11px {
    margin-bottom: 11px;
  }

  .ml_sm_11px {
    margin-left: 11px;
  }

  .mr_sm_11px {
    margin-right: 11px;
  }

  .mt_sm_-11px {
    margin-top: -11px;
  }

  .mb_sm_-11px {
    margin-bottom: -11px;
  }

  .ml_sm_-11px {
    margin-left: -11px;
  }

  .mr_sm_-11px {
    margin-right: -11px;
  }

  .mt_sm_12px {
    margin-top: 12px;
  }

  .mb_sm_12px {
    margin-bottom: 12px;
  }

  .ml_sm_12px {
    margin-left: 12px;
  }

  .mr_sm_12px {
    margin-right: 12px;
  }

  .mt_sm_-12px {
    margin-top: -12px;
  }

  .mb_sm_-12px {
    margin-bottom: -12px;
  }

  .ml_sm_-12px {
    margin-left: -12px;
  }

  .mr_sm_-12px {
    margin-right: -12px;
  }

  .mt_sm_13px {
    margin-top: 13px;
  }

  .mb_sm_13px {
    margin-bottom: 13px;
  }

  .ml_sm_13px {
    margin-left: 13px;
  }

  .mr_sm_13px {
    margin-right: 13px;
  }

  .mt_sm_-13px {
    margin-top: -13px;
  }

  .mb_sm_-13px {
    margin-bottom: -13px;
  }

  .ml_sm_-13px {
    margin-left: -13px;
  }

  .mr_sm_-13px {
    margin-right: -13px;
  }

  .mt_sm_14px {
    margin-top: 14px;
  }

  .mb_sm_14px {
    margin-bottom: 14px;
  }

  .ml_sm_14px {
    margin-left: 14px;
  }

  .mr_sm_14px {
    margin-right: 14px;
  }

  .mt_sm_-14px {
    margin-top: -14px;
  }

  .mb_sm_-14px {
    margin-bottom: -14px;
  }

  .ml_sm_-14px {
    margin-left: -14px;
  }

  .mr_sm_-14px {
    margin-right: -14px;
  }

  .mt_sm_15px {
    margin-top: 15px;
  }

  .mb_sm_15px {
    margin-bottom: 15px;
  }

  .ml_sm_15px {
    margin-left: 15px;
  }

  .mr_sm_15px {
    margin-right: 15px;
  }

  .mt_sm_-15px {
    margin-top: -15px;
  }

  .mb_sm_-15px {
    margin-bottom: -15px;
  }

  .ml_sm_-15px {
    margin-left: -15px;
  }

  .mr_sm_-15px {
    margin-right: -15px;
  }

  .mt_sm_16px {
    margin-top: 16px;
  }

  .mb_sm_16px {
    margin-bottom: 16px;
  }

  .ml_sm_16px {
    margin-left: 16px;
  }

  .mr_sm_16px {
    margin-right: 16px;
  }

  .mt_sm_-16px {
    margin-top: -16px;
  }

  .mb_sm_-16px {
    margin-bottom: -16px;
  }

  .ml_sm_-16px {
    margin-left: -16px;
  }

  .mr_sm_-16px {
    margin-right: -16px;
  }

  .mt_sm_17px {
    margin-top: 17px;
  }

  .mb_sm_17px {
    margin-bottom: 17px;
  }

  .ml_sm_17px {
    margin-left: 17px;
  }

  .mr_sm_17px {
    margin-right: 17px;
  }

  .mt_sm_-17px {
    margin-top: -17px;
  }

  .mb_sm_-17px {
    margin-bottom: -17px;
  }

  .ml_sm_-17px {
    margin-left: -17px;
  }

  .mr_sm_-17px {
    margin-right: -17px;
  }

  .mt_sm_18px {
    margin-top: 18px;
  }

  .mb_sm_18px {
    margin-bottom: 18px;
  }

  .ml_sm_18px {
    margin-left: 18px;
  }

  .mr_sm_18px {
    margin-right: 18px;
  }

  .mt_sm_-18px {
    margin-top: -18px;
  }

  .mb_sm_-18px {
    margin-bottom: -18px;
  }

  .ml_sm_-18px {
    margin-left: -18px;
  }

  .mr_sm_-18px {
    margin-right: -18px;
  }

  .mt_sm_19px {
    margin-top: 19px;
  }

  .mb_sm_19px {
    margin-bottom: 19px;
  }

  .ml_sm_19px {
    margin-left: 19px;
  }

  .mr_sm_19px {
    margin-right: 19px;
  }

  .mt_sm_-19px {
    margin-top: -19px;
  }

  .mb_sm_-19px {
    margin-bottom: -19px;
  }

  .ml_sm_-19px {
    margin-left: -19px;
  }

  .mr_sm_-19px {
    margin-right: -19px;
  }

  .mt_sm_20px {
    margin-top: 20px;
  }

  .mb_sm_20px {
    margin-bottom: 20px;
  }

  .ml_sm_20px {
    margin-left: 20px;
  }

  .mr_sm_20px {
    margin-right: 20px;
  }

  .mt_sm_-20px {
    margin-top: -20px;
  }

  .mb_sm_-20px {
    margin-bottom: -20px;
  }

  .ml_sm_-20px {
    margin-left: -20px;
  }

  .mr_sm_-20px {
    margin-right: -20px;
  }

  .mt_sm_21px {
    margin-top: 21px;
  }

  .mb_sm_21px {
    margin-bottom: 21px;
  }

  .ml_sm_21px {
    margin-left: 21px;
  }

  .mr_sm_21px {
    margin-right: 21px;
  }

  .mt_sm_-21px {
    margin-top: -21px;
  }

  .mb_sm_-21px {
    margin-bottom: -21px;
  }

  .ml_sm_-21px {
    margin-left: -21px;
  }

  .mr_sm_-21px {
    margin-right: -21px;
  }

  .mt_sm_22px {
    margin-top: 22px;
  }

  .mb_sm_22px {
    margin-bottom: 22px;
  }

  .ml_sm_22px {
    margin-left: 22px;
  }

  .mr_sm_22px {
    margin-right: 22px;
  }

  .mt_sm_-22px {
    margin-top: -22px;
  }

  .mb_sm_-22px {
    margin-bottom: -22px;
  }

  .ml_sm_-22px {
    margin-left: -22px;
  }

  .mr_sm_-22px {
    margin-right: -22px;
  }

  .mt_sm_23px {
    margin-top: 23px;
  }

  .mb_sm_23px {
    margin-bottom: 23px;
  }

  .ml_sm_23px {
    margin-left: 23px;
  }

  .mr_sm_23px {
    margin-right: 23px;
  }

  .mt_sm_-23px {
    margin-top: -23px;
  }

  .mb_sm_-23px {
    margin-bottom: -23px;
  }

  .ml_sm_-23px {
    margin-left: -23px;
  }

  .mr_sm_-23px {
    margin-right: -23px;
  }

  .mt_sm_24px {
    margin-top: 24px;
  }

  .mb_sm_24px {
    margin-bottom: 24px;
  }

  .ml_sm_24px {
    margin-left: 24px;
  }

  .mr_sm_24px {
    margin-right: 24px;
  }

  .mt_sm_-24px {
    margin-top: -24px;
  }

  .mb_sm_-24px {
    margin-bottom: -24px;
  }

  .ml_sm_-24px {
    margin-left: -24px;
  }

  .mr_sm_-24px {
    margin-right: -24px;
  }

  .mt_sm_25px {
    margin-top: 25px;
  }

  .mb_sm_25px {
    margin-bottom: 25px;
  }

  .ml_sm_25px {
    margin-left: 25px;
  }

  .mr_sm_25px {
    margin-right: 25px;
  }

  .mt_sm_-25px {
    margin-top: -25px;
  }

  .mb_sm_-25px {
    margin-bottom: -25px;
  }

  .ml_sm_-25px {
    margin-left: -25px;
  }

  .mr_sm_-25px {
    margin-right: -25px;
  }

  .mt_sm_26px {
    margin-top: 26px;
  }

  .mb_sm_26px {
    margin-bottom: 26px;
  }

  .ml_sm_26px {
    margin-left: 26px;
  }

  .mr_sm_26px {
    margin-right: 26px;
  }

  .mt_sm_-26px {
    margin-top: -26px;
  }

  .mb_sm_-26px {
    margin-bottom: -26px;
  }

  .ml_sm_-26px {
    margin-left: -26px;
  }

  .mr_sm_-26px {
    margin-right: -26px;
  }

  .mt_sm_27px {
    margin-top: 27px;
  }

  .mb_sm_27px {
    margin-bottom: 27px;
  }

  .ml_sm_27px {
    margin-left: 27px;
  }

  .mr_sm_27px {
    margin-right: 27px;
  }

  .mt_sm_-27px {
    margin-top: -27px;
  }

  .mb_sm_-27px {
    margin-bottom: -27px;
  }

  .ml_sm_-27px {
    margin-left: -27px;
  }

  .mr_sm_-27px {
    margin-right: -27px;
  }

  .mt_sm_28px {
    margin-top: 28px;
  }

  .mb_sm_28px {
    margin-bottom: 28px;
  }

  .ml_sm_28px {
    margin-left: 28px;
  }

  .mr_sm_28px {
    margin-right: 28px;
  }

  .mt_sm_-28px {
    margin-top: -28px;
  }

  .mb_sm_-28px {
    margin-bottom: -28px;
  }

  .ml_sm_-28px {
    margin-left: -28px;
  }

  .mr_sm_-28px {
    margin-right: -28px;
  }

  .mt_sm_29px {
    margin-top: 29px;
  }

  .mb_sm_29px {
    margin-bottom: 29px;
  }

  .ml_sm_29px {
    margin-left: 29px;
  }

  .mr_sm_29px {
    margin-right: 29px;
  }

  .mt_sm_-29px {
    margin-top: -29px;
  }

  .mb_sm_-29px {
    margin-bottom: -29px;
  }

  .ml_sm_-29px {
    margin-left: -29px;
  }

  .mr_sm_-29px {
    margin-right: -29px;
  }

  .mt_sm_30px {
    margin-top: 30px;
  }

  .mb_sm_30px {
    margin-bottom: 30px;
  }

  .ml_sm_30px {
    margin-left: 30px;
  }

  .mr_sm_30px {
    margin-right: 30px;
  }

  .mt_sm_-30px {
    margin-top: -30px;
  }

  .mb_sm_-30px {
    margin-bottom: -30px;
  }

  .ml_sm_-30px {
    margin-left: -30px;
  }

  .mr_sm_-30px {
    margin-right: -30px;
  }

  .mt_sm_31px {
    margin-top: 31px;
  }

  .mb_sm_31px {
    margin-bottom: 31px;
  }

  .ml_sm_31px {
    margin-left: 31px;
  }

  .mr_sm_31px {
    margin-right: 31px;
  }

  .mt_sm_-31px {
    margin-top: -31px;
  }

  .mb_sm_-31px {
    margin-bottom: -31px;
  }

  .ml_sm_-31px {
    margin-left: -31px;
  }

  .mr_sm_-31px {
    margin-right: -31px;
  }

  .mt_sm_32px {
    margin-top: 32px;
  }

  .mb_sm_32px {
    margin-bottom: 32px;
  }

  .ml_sm_32px {
    margin-left: 32px;
  }

  .mr_sm_32px {
    margin-right: 32px;
  }

  .mt_sm_-32px {
    margin-top: -32px;
  }

  .mb_sm_-32px {
    margin-bottom: -32px;
  }

  .ml_sm_-32px {
    margin-left: -32px;
  }

  .mr_sm_-32px {
    margin-right: -32px;
  }

  .mt_sm_33px {
    margin-top: 33px;
  }

  .mb_sm_33px {
    margin-bottom: 33px;
  }

  .ml_sm_33px {
    margin-left: 33px;
  }

  .mr_sm_33px {
    margin-right: 33px;
  }

  .mt_sm_-33px {
    margin-top: -33px;
  }

  .mb_sm_-33px {
    margin-bottom: -33px;
  }

  .ml_sm_-33px {
    margin-left: -33px;
  }

  .mr_sm_-33px {
    margin-right: -33px;
  }

  .mt_sm_34px {
    margin-top: 34px;
  }

  .mb_sm_34px {
    margin-bottom: 34px;
  }

  .ml_sm_34px {
    margin-left: 34px;
  }

  .mr_sm_34px {
    margin-right: 34px;
  }

  .mt_sm_-34px {
    margin-top: -34px;
  }

  .mb_sm_-34px {
    margin-bottom: -34px;
  }

  .ml_sm_-34px {
    margin-left: -34px;
  }

  .mr_sm_-34px {
    margin-right: -34px;
  }

  .mt_sm_35px {
    margin-top: 35px;
  }

  .mb_sm_35px {
    margin-bottom: 35px;
  }

  .ml_sm_35px {
    margin-left: 35px;
  }

  .mr_sm_35px {
    margin-right: 35px;
  }

  .mt_sm_-35px {
    margin-top: -35px;
  }

  .mb_sm_-35px {
    margin-bottom: -35px;
  }

  .ml_sm_-35px {
    margin-left: -35px;
  }

  .mr_sm_-35px {
    margin-right: -35px;
  }

  .mt_sm_36px {
    margin-top: 36px;
  }

  .mb_sm_36px {
    margin-bottom: 36px;
  }

  .ml_sm_36px {
    margin-left: 36px;
  }

  .mr_sm_36px {
    margin-right: 36px;
  }

  .mt_sm_-36px {
    margin-top: -36px;
  }

  .mb_sm_-36px {
    margin-bottom: -36px;
  }

  .ml_sm_-36px {
    margin-left: -36px;
  }

  .mr_sm_-36px {
    margin-right: -36px;
  }

  .mt_sm_37px {
    margin-top: 37px;
  }

  .mb_sm_37px {
    margin-bottom: 37px;
  }

  .ml_sm_37px {
    margin-left: 37px;
  }

  .mr_sm_37px {
    margin-right: 37px;
  }

  .mt_sm_-37px {
    margin-top: -37px;
  }

  .mb_sm_-37px {
    margin-bottom: -37px;
  }

  .ml_sm_-37px {
    margin-left: -37px;
  }

  .mr_sm_-37px {
    margin-right: -37px;
  }

  .mt_sm_38px {
    margin-top: 38px;
  }

  .mb_sm_38px {
    margin-bottom: 38px;
  }

  .ml_sm_38px {
    margin-left: 38px;
  }

  .mr_sm_38px {
    margin-right: 38px;
  }

  .mt_sm_-38px {
    margin-top: -38px;
  }

  .mb_sm_-38px {
    margin-bottom: -38px;
  }

  .ml_sm_-38px {
    margin-left: -38px;
  }

  .mr_sm_-38px {
    margin-right: -38px;
  }

  .mt_sm_39px {
    margin-top: 39px;
  }

  .mb_sm_39px {
    margin-bottom: 39px;
  }

  .ml_sm_39px {
    margin-left: 39px;
  }

  .mr_sm_39px {
    margin-right: 39px;
  }

  .mt_sm_-39px {
    margin-top: -39px;
  }

  .mb_sm_-39px {
    margin-bottom: -39px;
  }

  .ml_sm_-39px {
    margin-left: -39px;
  }

  .mr_sm_-39px {
    margin-right: -39px;
  }

  .mt_sm_40px {
    margin-top: 40px;
  }

  .mb_sm_40px {
    margin-bottom: 40px;
  }

  .ml_sm_40px {
    margin-left: 40px;
  }

  .mr_sm_40px {
    margin-right: 40px;
  }

  .mt_sm_-40px {
    margin-top: -40px;
  }

  .mb_sm_-40px {
    margin-bottom: -40px;
  }

  .ml_sm_-40px {
    margin-left: -40px;
  }

  .mr_sm_-40px {
    margin-right: -40px;
  }

  .mt_sm_41px {
    margin-top: 41px;
  }

  .mb_sm_41px {
    margin-bottom: 41px;
  }

  .ml_sm_41px {
    margin-left: 41px;
  }

  .mr_sm_41px {
    margin-right: 41px;
  }

  .mt_sm_-41px {
    margin-top: -41px;
  }

  .mb_sm_-41px {
    margin-bottom: -41px;
  }

  .ml_sm_-41px {
    margin-left: -41px;
  }

  .mr_sm_-41px {
    margin-right: -41px;
  }

  .mt_sm_42px {
    margin-top: 42px;
  }

  .mb_sm_42px {
    margin-bottom: 42px;
  }

  .ml_sm_42px {
    margin-left: 42px;
  }

  .mr_sm_42px {
    margin-right: 42px;
  }

  .mt_sm_-42px {
    margin-top: -42px;
  }

  .mb_sm_-42px {
    margin-bottom: -42px;
  }

  .ml_sm_-42px {
    margin-left: -42px;
  }

  .mr_sm_-42px {
    margin-right: -42px;
  }

  .mt_sm_43px {
    margin-top: 43px;
  }

  .mb_sm_43px {
    margin-bottom: 43px;
  }

  .ml_sm_43px {
    margin-left: 43px;
  }

  .mr_sm_43px {
    margin-right: 43px;
  }

  .mt_sm_-43px {
    margin-top: -43px;
  }

  .mb_sm_-43px {
    margin-bottom: -43px;
  }

  .ml_sm_-43px {
    margin-left: -43px;
  }

  .mr_sm_-43px {
    margin-right: -43px;
  }

  .mt_sm_44px {
    margin-top: 44px;
  }

  .mb_sm_44px {
    margin-bottom: 44px;
  }

  .ml_sm_44px {
    margin-left: 44px;
  }

  .mr_sm_44px {
    margin-right: 44px;
  }

  .mt_sm_-44px {
    margin-top: -44px;
  }

  .mb_sm_-44px {
    margin-bottom: -44px;
  }

  .ml_sm_-44px {
    margin-left: -44px;
  }

  .mr_sm_-44px {
    margin-right: -44px;
  }

  .mt_sm_45px {
    margin-top: 45px;
  }

  .mb_sm_45px {
    margin-bottom: 45px;
  }

  .ml_sm_45px {
    margin-left: 45px;
  }

  .mr_sm_45px {
    margin-right: 45px;
  }

  .mt_sm_-45px {
    margin-top: -45px;
  }

  .mb_sm_-45px {
    margin-bottom: -45px;
  }

  .ml_sm_-45px {
    margin-left: -45px;
  }

  .mr_sm_-45px {
    margin-right: -45px;
  }

  .mt_sm_46px {
    margin-top: 46px;
  }

  .mb_sm_46px {
    margin-bottom: 46px;
  }

  .ml_sm_46px {
    margin-left: 46px;
  }

  .mr_sm_46px {
    margin-right: 46px;
  }

  .mt_sm_-46px {
    margin-top: -46px;
  }

  .mb_sm_-46px {
    margin-bottom: -46px;
  }

  .ml_sm_-46px {
    margin-left: -46px;
  }

  .mr_sm_-46px {
    margin-right: -46px;
  }

  .mt_sm_47px {
    margin-top: 47px;
  }

  .mb_sm_47px {
    margin-bottom: 47px;
  }

  .ml_sm_47px {
    margin-left: 47px;
  }

  .mr_sm_47px {
    margin-right: 47px;
  }

  .mt_sm_-47px {
    margin-top: -47px;
  }

  .mb_sm_-47px {
    margin-bottom: -47px;
  }

  .ml_sm_-47px {
    margin-left: -47px;
  }

  .mr_sm_-47px {
    margin-right: -47px;
  }

  .mt_sm_48px {
    margin-top: 48px;
  }

  .mb_sm_48px {
    margin-bottom: 48px;
  }

  .ml_sm_48px {
    margin-left: 48px;
  }

  .mr_sm_48px {
    margin-right: 48px;
  }

  .mt_sm_-48px {
    margin-top: -48px;
  }

  .mb_sm_-48px {
    margin-bottom: -48px;
  }

  .ml_sm_-48px {
    margin-left: -48px;
  }

  .mr_sm_-48px {
    margin-right: -48px;
  }

  .mt_sm_49px {
    margin-top: 49px;
  }

  .mb_sm_49px {
    margin-bottom: 49px;
  }

  .ml_sm_49px {
    margin-left: 49px;
  }

  .mr_sm_49px {
    margin-right: 49px;
  }

  .mt_sm_-49px {
    margin-top: -49px;
  }

  .mb_sm_-49px {
    margin-bottom: -49px;
  }

  .ml_sm_-49px {
    margin-left: -49px;
  }

  .mr_sm_-49px {
    margin-right: -49px;
  }

  .mt_sm_50px {
    margin-top: 50px;
  }

  .mb_sm_50px {
    margin-bottom: 50px;
  }

  .ml_sm_50px {
    margin-left: 50px;
  }

  .mr_sm_50px {
    margin-right: 50px;
  }

  .mt_sm_-50px {
    margin-top: -50px;
  }

  .mb_sm_-50px {
    margin-bottom: -50px;
  }

  .ml_sm_-50px {
    margin-left: -50px;
  }

  .mr_sm_-50px {
    margin-right: -50px;
  }

  .mt_sm_51px {
    margin-top: 51px;
  }

  .mb_sm_51px {
    margin-bottom: 51px;
  }

  .ml_sm_51px {
    margin-left: 51px;
  }

  .mr_sm_51px {
    margin-right: 51px;
  }

  .mt_sm_-51px {
    margin-top: -51px;
  }

  .mb_sm_-51px {
    margin-bottom: -51px;
  }

  .ml_sm_-51px {
    margin-left: -51px;
  }

  .mr_sm_-51px {
    margin-right: -51px;
  }

  .mt_sm_52px {
    margin-top: 52px;
  }

  .mb_sm_52px {
    margin-bottom: 52px;
  }

  .ml_sm_52px {
    margin-left: 52px;
  }

  .mr_sm_52px {
    margin-right: 52px;
  }

  .mt_sm_-52px {
    margin-top: -52px;
  }

  .mb_sm_-52px {
    margin-bottom: -52px;
  }

  .ml_sm_-52px {
    margin-left: -52px;
  }

  .mr_sm_-52px {
    margin-right: -52px;
  }

  .mt_sm_53px {
    margin-top: 53px;
  }

  .mb_sm_53px {
    margin-bottom: 53px;
  }

  .ml_sm_53px {
    margin-left: 53px;
  }

  .mr_sm_53px {
    margin-right: 53px;
  }

  .mt_sm_-53px {
    margin-top: -53px;
  }

  .mb_sm_-53px {
    margin-bottom: -53px;
  }

  .ml_sm_-53px {
    margin-left: -53px;
  }

  .mr_sm_-53px {
    margin-right: -53px;
  }

  .mt_sm_54px {
    margin-top: 54px;
  }

  .mb_sm_54px {
    margin-bottom: 54px;
  }

  .ml_sm_54px {
    margin-left: 54px;
  }

  .mr_sm_54px {
    margin-right: 54px;
  }

  .mt_sm_-54px {
    margin-top: -54px;
  }

  .mb_sm_-54px {
    margin-bottom: -54px;
  }

  .ml_sm_-54px {
    margin-left: -54px;
  }

  .mr_sm_-54px {
    margin-right: -54px;
  }

  .mt_sm_55px {
    margin-top: 55px;
  }

  .mb_sm_55px {
    margin-bottom: 55px;
  }

  .ml_sm_55px {
    margin-left: 55px;
  }

  .mr_sm_55px {
    margin-right: 55px;
  }

  .mt_sm_-55px {
    margin-top: -55px;
  }

  .mb_sm_-55px {
    margin-bottom: -55px;
  }

  .ml_sm_-55px {
    margin-left: -55px;
  }

  .mr_sm_-55px {
    margin-right: -55px;
  }

  .mt_sm_56px {
    margin-top: 56px;
  }

  .mb_sm_56px {
    margin-bottom: 56px;
  }

  .ml_sm_56px {
    margin-left: 56px;
  }

  .mr_sm_56px {
    margin-right: 56px;
  }

  .mt_sm_-56px {
    margin-top: -56px;
  }

  .mb_sm_-56px {
    margin-bottom: -56px;
  }

  .ml_sm_-56px {
    margin-left: -56px;
  }

  .mr_sm_-56px {
    margin-right: -56px;
  }

  .mt_sm_57px {
    margin-top: 57px;
  }

  .mb_sm_57px {
    margin-bottom: 57px;
  }

  .ml_sm_57px {
    margin-left: 57px;
  }

  .mr_sm_57px {
    margin-right: 57px;
  }

  .mt_sm_-57px {
    margin-top: -57px;
  }

  .mb_sm_-57px {
    margin-bottom: -57px;
  }

  .ml_sm_-57px {
    margin-left: -57px;
  }

  .mr_sm_-57px {
    margin-right: -57px;
  }

  .mt_sm_58px {
    margin-top: 58px;
  }

  .mb_sm_58px {
    margin-bottom: 58px;
  }

  .ml_sm_58px {
    margin-left: 58px;
  }

  .mr_sm_58px {
    margin-right: 58px;
  }

  .mt_sm_-58px {
    margin-top: -58px;
  }

  .mb_sm_-58px {
    margin-bottom: -58px;
  }

  .ml_sm_-58px {
    margin-left: -58px;
  }

  .mr_sm_-58px {
    margin-right: -58px;
  }

  .mt_sm_59px {
    margin-top: 59px;
  }

  .mb_sm_59px {
    margin-bottom: 59px;
  }

  .ml_sm_59px {
    margin-left: 59px;
  }

  .mr_sm_59px {
    margin-right: 59px;
  }

  .mt_sm_-59px {
    margin-top: -59px;
  }

  .mb_sm_-59px {
    margin-bottom: -59px;
  }

  .ml_sm_-59px {
    margin-left: -59px;
  }

  .mr_sm_-59px {
    margin-right: -59px;
  }

  .mt_sm_60px {
    margin-top: 60px;
  }

  .mb_sm_60px {
    margin-bottom: 60px;
  }

  .ml_sm_60px {
    margin-left: 60px;
  }

  .mr_sm_60px {
    margin-right: 60px;
  }

  .mt_sm_-60px {
    margin-top: -60px;
  }

  .mb_sm_-60px {
    margin-bottom: -60px;
  }

  .ml_sm_-60px {
    margin-left: -60px;
  }

  .mr_sm_-60px {
    margin-right: -60px;
  }

  .mt_sm_61px {
    margin-top: 61px;
  }

  .mb_sm_61px {
    margin-bottom: 61px;
  }

  .ml_sm_61px {
    margin-left: 61px;
  }

  .mr_sm_61px {
    margin-right: 61px;
  }

  .mt_sm_-61px {
    margin-top: -61px;
  }

  .mb_sm_-61px {
    margin-bottom: -61px;
  }

  .ml_sm_-61px {
    margin-left: -61px;
  }

  .mr_sm_-61px {
    margin-right: -61px;
  }

  .mt_sm_62px {
    margin-top: 62px;
  }

  .mb_sm_62px {
    margin-bottom: 62px;
  }

  .ml_sm_62px {
    margin-left: 62px;
  }

  .mr_sm_62px {
    margin-right: 62px;
  }

  .mt_sm_-62px {
    margin-top: -62px;
  }

  .mb_sm_-62px {
    margin-bottom: -62px;
  }

  .ml_sm_-62px {
    margin-left: -62px;
  }

  .mr_sm_-62px {
    margin-right: -62px;
  }

  .mt_sm_63px {
    margin-top: 63px;
  }

  .mb_sm_63px {
    margin-bottom: 63px;
  }

  .ml_sm_63px {
    margin-left: 63px;
  }

  .mr_sm_63px {
    margin-right: 63px;
  }

  .mt_sm_-63px {
    margin-top: -63px;
  }

  .mb_sm_-63px {
    margin-bottom: -63px;
  }

  .ml_sm_-63px {
    margin-left: -63px;
  }

  .mr_sm_-63px {
    margin-right: -63px;
  }

  .mt_sm_64px {
    margin-top: 64px;
  }

  .mb_sm_64px {
    margin-bottom: 64px;
  }

  .ml_sm_64px {
    margin-left: 64px;
  }

  .mr_sm_64px {
    margin-right: 64px;
  }

  .mt_sm_-64px {
    margin-top: -64px;
  }

  .mb_sm_-64px {
    margin-bottom: -64px;
  }

  .ml_sm_-64px {
    margin-left: -64px;
  }

  .mr_sm_-64px {
    margin-right: -64px;
  }

  .mt_sm_65px {
    margin-top: 65px;
  }

  .mb_sm_65px {
    margin-bottom: 65px;
  }

  .ml_sm_65px {
    margin-left: 65px;
  }

  .mr_sm_65px {
    margin-right: 65px;
  }

  .mt_sm_-65px {
    margin-top: -65px;
  }

  .mb_sm_-65px {
    margin-bottom: -65px;
  }

  .ml_sm_-65px {
    margin-left: -65px;
  }

  .mr_sm_-65px {
    margin-right: -65px;
  }

  .mt_sm_66px {
    margin-top: 66px;
  }

  .mb_sm_66px {
    margin-bottom: 66px;
  }

  .ml_sm_66px {
    margin-left: 66px;
  }

  .mr_sm_66px {
    margin-right: 66px;
  }

  .mt_sm_-66px {
    margin-top: -66px;
  }

  .mb_sm_-66px {
    margin-bottom: -66px;
  }

  .ml_sm_-66px {
    margin-left: -66px;
  }

  .mr_sm_-66px {
    margin-right: -66px;
  }

  .mt_sm_67px {
    margin-top: 67px;
  }

  .mb_sm_67px {
    margin-bottom: 67px;
  }

  .ml_sm_67px {
    margin-left: 67px;
  }

  .mr_sm_67px {
    margin-right: 67px;
  }

  .mt_sm_-67px {
    margin-top: -67px;
  }

  .mb_sm_-67px {
    margin-bottom: -67px;
  }

  .ml_sm_-67px {
    margin-left: -67px;
  }

  .mr_sm_-67px {
    margin-right: -67px;
  }

  .mt_sm_68px {
    margin-top: 68px;
  }

  .mb_sm_68px {
    margin-bottom: 68px;
  }

  .ml_sm_68px {
    margin-left: 68px;
  }

  .mr_sm_68px {
    margin-right: 68px;
  }

  .mt_sm_-68px {
    margin-top: -68px;
  }

  .mb_sm_-68px {
    margin-bottom: -68px;
  }

  .ml_sm_-68px {
    margin-left: -68px;
  }

  .mr_sm_-68px {
    margin-right: -68px;
  }

  .mt_sm_69px {
    margin-top: 69px;
  }

  .mb_sm_69px {
    margin-bottom: 69px;
  }

  .ml_sm_69px {
    margin-left: 69px;
  }

  .mr_sm_69px {
    margin-right: 69px;
  }

  .mt_sm_-69px {
    margin-top: -69px;
  }

  .mb_sm_-69px {
    margin-bottom: -69px;
  }

  .ml_sm_-69px {
    margin-left: -69px;
  }

  .mr_sm_-69px {
    margin-right: -69px;
  }

  .mt_sm_70px {
    margin-top: 70px;
  }

  .mb_sm_70px {
    margin-bottom: 70px;
  }

  .ml_sm_70px {
    margin-left: 70px;
  }

  .mr_sm_70px {
    margin-right: 70px;
  }

  .mt_sm_-70px {
    margin-top: -70px;
  }

  .mb_sm_-70px {
    margin-bottom: -70px;
  }

  .ml_sm_-70px {
    margin-left: -70px;
  }

  .mr_sm_-70px {
    margin-right: -70px;
  }

  .mt_sm_71px {
    margin-top: 71px;
  }

  .mb_sm_71px {
    margin-bottom: 71px;
  }

  .ml_sm_71px {
    margin-left: 71px;
  }

  .mr_sm_71px {
    margin-right: 71px;
  }

  .mt_sm_-71px {
    margin-top: -71px;
  }

  .mb_sm_-71px {
    margin-bottom: -71px;
  }

  .ml_sm_-71px {
    margin-left: -71px;
  }

  .mr_sm_-71px {
    margin-right: -71px;
  }

  .mt_sm_72px {
    margin-top: 72px;
  }

  .mb_sm_72px {
    margin-bottom: 72px;
  }

  .ml_sm_72px {
    margin-left: 72px;
  }

  .mr_sm_72px {
    margin-right: 72px;
  }

  .mt_sm_-72px {
    margin-top: -72px;
  }

  .mb_sm_-72px {
    margin-bottom: -72px;
  }

  .ml_sm_-72px {
    margin-left: -72px;
  }

  .mr_sm_-72px {
    margin-right: -72px;
  }

  .mt_sm_73px {
    margin-top: 73px;
  }

  .mb_sm_73px {
    margin-bottom: 73px;
  }

  .ml_sm_73px {
    margin-left: 73px;
  }

  .mr_sm_73px {
    margin-right: 73px;
  }

  .mt_sm_-73px {
    margin-top: -73px;
  }

  .mb_sm_-73px {
    margin-bottom: -73px;
  }

  .ml_sm_-73px {
    margin-left: -73px;
  }

  .mr_sm_-73px {
    margin-right: -73px;
  }

  .mt_sm_74px {
    margin-top: 74px;
  }

  .mb_sm_74px {
    margin-bottom: 74px;
  }

  .ml_sm_74px {
    margin-left: 74px;
  }

  .mr_sm_74px {
    margin-right: 74px;
  }

  .mt_sm_-74px {
    margin-top: -74px;
  }

  .mb_sm_-74px {
    margin-bottom: -74px;
  }

  .ml_sm_-74px {
    margin-left: -74px;
  }

  .mr_sm_-74px {
    margin-right: -74px;
  }

  .mt_sm_75px {
    margin-top: 75px;
  }

  .mb_sm_75px {
    margin-bottom: 75px;
  }

  .ml_sm_75px {
    margin-left: 75px;
  }

  .mr_sm_75px {
    margin-right: 75px;
  }

  .mt_sm_-75px {
    margin-top: -75px;
  }

  .mb_sm_-75px {
    margin-bottom: -75px;
  }

  .ml_sm_-75px {
    margin-left: -75px;
  }

  .mr_sm_-75px {
    margin-right: -75px;
  }

  .mt_sm_76px {
    margin-top: 76px;
  }

  .mb_sm_76px {
    margin-bottom: 76px;
  }

  .ml_sm_76px {
    margin-left: 76px;
  }

  .mr_sm_76px {
    margin-right: 76px;
  }

  .mt_sm_-76px {
    margin-top: -76px;
  }

  .mb_sm_-76px {
    margin-bottom: -76px;
  }

  .ml_sm_-76px {
    margin-left: -76px;
  }

  .mr_sm_-76px {
    margin-right: -76px;
  }

  .mt_sm_77px {
    margin-top: 77px;
  }

  .mb_sm_77px {
    margin-bottom: 77px;
  }

  .ml_sm_77px {
    margin-left: 77px;
  }

  .mr_sm_77px {
    margin-right: 77px;
  }

  .mt_sm_-77px {
    margin-top: -77px;
  }

  .mb_sm_-77px {
    margin-bottom: -77px;
  }

  .ml_sm_-77px {
    margin-left: -77px;
  }

  .mr_sm_-77px {
    margin-right: -77px;
  }

  .mt_sm_78px {
    margin-top: 78px;
  }

  .mb_sm_78px {
    margin-bottom: 78px;
  }

  .ml_sm_78px {
    margin-left: 78px;
  }

  .mr_sm_78px {
    margin-right: 78px;
  }

  .mt_sm_-78px {
    margin-top: -78px;
  }

  .mb_sm_-78px {
    margin-bottom: -78px;
  }

  .ml_sm_-78px {
    margin-left: -78px;
  }

  .mr_sm_-78px {
    margin-right: -78px;
  }

  .mt_sm_79px {
    margin-top: 79px;
  }

  .mb_sm_79px {
    margin-bottom: 79px;
  }

  .ml_sm_79px {
    margin-left: 79px;
  }

  .mr_sm_79px {
    margin-right: 79px;
  }

  .mt_sm_-79px {
    margin-top: -79px;
  }

  .mb_sm_-79px {
    margin-bottom: -79px;
  }

  .ml_sm_-79px {
    margin-left: -79px;
  }

  .mr_sm_-79px {
    margin-right: -79px;
  }

  .mt_sm_80px {
    margin-top: 80px;
  }

  .mb_sm_80px {
    margin-bottom: 80px;
  }

  .ml_sm_80px {
    margin-left: 80px;
  }

  .mr_sm_80px {
    margin-right: 80px;
  }

  .mt_sm_-80px {
    margin-top: -80px;
  }

  .mb_sm_-80px {
    margin-bottom: -80px;
  }

  .ml_sm_-80px {
    margin-left: -80px;
  }

  .mr_sm_-80px {
    margin-right: -80px;
  }

  .mt_sm_81px {
    margin-top: 81px;
  }

  .mb_sm_81px {
    margin-bottom: 81px;
  }

  .ml_sm_81px {
    margin-left: 81px;
  }

  .mr_sm_81px {
    margin-right: 81px;
  }

  .mt_sm_-81px {
    margin-top: -81px;
  }

  .mb_sm_-81px {
    margin-bottom: -81px;
  }

  .ml_sm_-81px {
    margin-left: -81px;
  }

  .mr_sm_-81px {
    margin-right: -81px;
  }

  .mt_sm_82px {
    margin-top: 82px;
  }

  .mb_sm_82px {
    margin-bottom: 82px;
  }

  .ml_sm_82px {
    margin-left: 82px;
  }

  .mr_sm_82px {
    margin-right: 82px;
  }

  .mt_sm_-82px {
    margin-top: -82px;
  }

  .mb_sm_-82px {
    margin-bottom: -82px;
  }

  .ml_sm_-82px {
    margin-left: -82px;
  }

  .mr_sm_-82px {
    margin-right: -82px;
  }

  .mt_sm_83px {
    margin-top: 83px;
  }

  .mb_sm_83px {
    margin-bottom: 83px;
  }

  .ml_sm_83px {
    margin-left: 83px;
  }

  .mr_sm_83px {
    margin-right: 83px;
  }

  .mt_sm_-83px {
    margin-top: -83px;
  }

  .mb_sm_-83px {
    margin-bottom: -83px;
  }

  .ml_sm_-83px {
    margin-left: -83px;
  }

  .mr_sm_-83px {
    margin-right: -83px;
  }

  .mt_sm_84px {
    margin-top: 84px;
  }

  .mb_sm_84px {
    margin-bottom: 84px;
  }

  .ml_sm_84px {
    margin-left: 84px;
  }

  .mr_sm_84px {
    margin-right: 84px;
  }

  .mt_sm_-84px {
    margin-top: -84px;
  }

  .mb_sm_-84px {
    margin-bottom: -84px;
  }

  .ml_sm_-84px {
    margin-left: -84px;
  }

  .mr_sm_-84px {
    margin-right: -84px;
  }

  .mt_sm_85px {
    margin-top: 85px;
  }

  .mb_sm_85px {
    margin-bottom: 85px;
  }

  .ml_sm_85px {
    margin-left: 85px;
  }

  .mr_sm_85px {
    margin-right: 85px;
  }

  .mt_sm_-85px {
    margin-top: -85px;
  }

  .mb_sm_-85px {
    margin-bottom: -85px;
  }

  .ml_sm_-85px {
    margin-left: -85px;
  }

  .mr_sm_-85px {
    margin-right: -85px;
  }

  .mt_sm_86px {
    margin-top: 86px;
  }

  .mb_sm_86px {
    margin-bottom: 86px;
  }

  .ml_sm_86px {
    margin-left: 86px;
  }

  .mr_sm_86px {
    margin-right: 86px;
  }

  .mt_sm_-86px {
    margin-top: -86px;
  }

  .mb_sm_-86px {
    margin-bottom: -86px;
  }

  .ml_sm_-86px {
    margin-left: -86px;
  }

  .mr_sm_-86px {
    margin-right: -86px;
  }

  .mt_sm_87px {
    margin-top: 87px;
  }

  .mb_sm_87px {
    margin-bottom: 87px;
  }

  .ml_sm_87px {
    margin-left: 87px;
  }

  .mr_sm_87px {
    margin-right: 87px;
  }

  .mt_sm_-87px {
    margin-top: -87px;
  }

  .mb_sm_-87px {
    margin-bottom: -87px;
  }

  .ml_sm_-87px {
    margin-left: -87px;
  }

  .mr_sm_-87px {
    margin-right: -87px;
  }

  .mt_sm_88px {
    margin-top: 88px;
  }

  .mb_sm_88px {
    margin-bottom: 88px;
  }

  .ml_sm_88px {
    margin-left: 88px;
  }

  .mr_sm_88px {
    margin-right: 88px;
  }

  .mt_sm_-88px {
    margin-top: -88px;
  }

  .mb_sm_-88px {
    margin-bottom: -88px;
  }

  .ml_sm_-88px {
    margin-left: -88px;
  }

  .mr_sm_-88px {
    margin-right: -88px;
  }

  .mt_sm_89px {
    margin-top: 89px;
  }

  .mb_sm_89px {
    margin-bottom: 89px;
  }

  .ml_sm_89px {
    margin-left: 89px;
  }

  .mr_sm_89px {
    margin-right: 89px;
  }

  .mt_sm_-89px {
    margin-top: -89px;
  }

  .mb_sm_-89px {
    margin-bottom: -89px;
  }

  .ml_sm_-89px {
    margin-left: -89px;
  }

  .mr_sm_-89px {
    margin-right: -89px;
  }

  .mt_sm_90px {
    margin-top: 90px;
  }

  .mb_sm_90px {
    margin-bottom: 90px;
  }

  .ml_sm_90px {
    margin-left: 90px;
  }

  .mr_sm_90px {
    margin-right: 90px;
  }

  .mt_sm_-90px {
    margin-top: -90px;
  }

  .mb_sm_-90px {
    margin-bottom: -90px;
  }

  .ml_sm_-90px {
    margin-left: -90px;
  }

  .mr_sm_-90px {
    margin-right: -90px;
  }

  .mt_sm_91px {
    margin-top: 91px;
  }

  .mb_sm_91px {
    margin-bottom: 91px;
  }

  .ml_sm_91px {
    margin-left: 91px;
  }

  .mr_sm_91px {
    margin-right: 91px;
  }

  .mt_sm_-91px {
    margin-top: -91px;
  }

  .mb_sm_-91px {
    margin-bottom: -91px;
  }

  .ml_sm_-91px {
    margin-left: -91px;
  }

  .mr_sm_-91px {
    margin-right: -91px;
  }

  .mt_sm_92px {
    margin-top: 92px;
  }

  .mb_sm_92px {
    margin-bottom: 92px;
  }

  .ml_sm_92px {
    margin-left: 92px;
  }

  .mr_sm_92px {
    margin-right: 92px;
  }

  .mt_sm_-92px {
    margin-top: -92px;
  }

  .mb_sm_-92px {
    margin-bottom: -92px;
  }

  .ml_sm_-92px {
    margin-left: -92px;
  }

  .mr_sm_-92px {
    margin-right: -92px;
  }

  .mt_sm_93px {
    margin-top: 93px;
  }

  .mb_sm_93px {
    margin-bottom: 93px;
  }

  .ml_sm_93px {
    margin-left: 93px;
  }

  .mr_sm_93px {
    margin-right: 93px;
  }

  .mt_sm_-93px {
    margin-top: -93px;
  }

  .mb_sm_-93px {
    margin-bottom: -93px;
  }

  .ml_sm_-93px {
    margin-left: -93px;
  }

  .mr_sm_-93px {
    margin-right: -93px;
  }

  .mt_sm_94px {
    margin-top: 94px;
  }

  .mb_sm_94px {
    margin-bottom: 94px;
  }

  .ml_sm_94px {
    margin-left: 94px;
  }

  .mr_sm_94px {
    margin-right: 94px;
  }

  .mt_sm_-94px {
    margin-top: -94px;
  }

  .mb_sm_-94px {
    margin-bottom: -94px;
  }

  .ml_sm_-94px {
    margin-left: -94px;
  }

  .mr_sm_-94px {
    margin-right: -94px;
  }

  .mt_sm_95px {
    margin-top: 95px;
  }

  .mb_sm_95px {
    margin-bottom: 95px;
  }

  .ml_sm_95px {
    margin-left: 95px;
  }

  .mr_sm_95px {
    margin-right: 95px;
  }

  .mt_sm_-95px {
    margin-top: -95px;
  }

  .mb_sm_-95px {
    margin-bottom: -95px;
  }

  .ml_sm_-95px {
    margin-left: -95px;
  }

  .mr_sm_-95px {
    margin-right: -95px;
  }

  .mt_sm_96px {
    margin-top: 96px;
  }

  .mb_sm_96px {
    margin-bottom: 96px;
  }

  .ml_sm_96px {
    margin-left: 96px;
  }

  .mr_sm_96px {
    margin-right: 96px;
  }

  .mt_sm_-96px {
    margin-top: -96px;
  }

  .mb_sm_-96px {
    margin-bottom: -96px;
  }

  .ml_sm_-96px {
    margin-left: -96px;
  }

  .mr_sm_-96px {
    margin-right: -96px;
  }

  .mt_sm_97px {
    margin-top: 97px;
  }

  .mb_sm_97px {
    margin-bottom: 97px;
  }

  .ml_sm_97px {
    margin-left: 97px;
  }

  .mr_sm_97px {
    margin-right: 97px;
  }

  .mt_sm_-97px {
    margin-top: -97px;
  }

  .mb_sm_-97px {
    margin-bottom: -97px;
  }

  .ml_sm_-97px {
    margin-left: -97px;
  }

  .mr_sm_-97px {
    margin-right: -97px;
  }

  .mt_sm_98px {
    margin-top: 98px;
  }

  .mb_sm_98px {
    margin-bottom: 98px;
  }

  .ml_sm_98px {
    margin-left: 98px;
  }

  .mr_sm_98px {
    margin-right: 98px;
  }

  .mt_sm_-98px {
    margin-top: -98px;
  }

  .mb_sm_-98px {
    margin-bottom: -98px;
  }

  .ml_sm_-98px {
    margin-left: -98px;
  }

  .mr_sm_-98px {
    margin-right: -98px;
  }

  .mt_sm_99px {
    margin-top: 99px;
  }

  .mb_sm_99px {
    margin-bottom: 99px;
  }

  .ml_sm_99px {
    margin-left: 99px;
  }

  .mr_sm_99px {
    margin-right: 99px;
  }

  .mt_sm_-99px {
    margin-top: -99px;
  }

  .mb_sm_-99px {
    margin-bottom: -99px;
  }

  .ml_sm_-99px {
    margin-left: -99px;
  }

  .mr_sm_-99px {
    margin-right: -99px;
  }

  .mt_sm_100px {
    margin-top: 100px;
  }

  .mb_sm_100px {
    margin-bottom: 100px;
  }

  .ml_sm_100px {
    margin-left: 100px;
  }

  .mr_sm_100px {
    margin-right: 100px;
  }

  .mt_sm_-100px {
    margin-top: -100px;
  }

  .mb_sm_-100px {
    margin-bottom: -100px;
  }

  .ml_sm_-100px {
    margin-left: -100px;
  }

  .mr_sm_-100px {
    margin-right: -100px;
  }

  .mt_sm_101px {
    margin-top: 101px;
  }

  .mb_sm_101px {
    margin-bottom: 101px;
  }

  .ml_sm_101px {
    margin-left: 101px;
  }

  .mr_sm_101px {
    margin-right: 101px;
  }

  .mt_sm_-101px {
    margin-top: -101px;
  }

  .mb_sm_-101px {
    margin-bottom: -101px;
  }

  .ml_sm_-101px {
    margin-left: -101px;
  }

  .mr_sm_-101px {
    margin-right: -101px;
  }

  .mt_sm_102px {
    margin-top: 102px;
  }

  .mb_sm_102px {
    margin-bottom: 102px;
  }

  .ml_sm_102px {
    margin-left: 102px;
  }

  .mr_sm_102px {
    margin-right: 102px;
  }

  .mt_sm_-102px {
    margin-top: -102px;
  }

  .mb_sm_-102px {
    margin-bottom: -102px;
  }

  .ml_sm_-102px {
    margin-left: -102px;
  }

  .mr_sm_-102px {
    margin-right: -102px;
  }

  .mt_sm_103px {
    margin-top: 103px;
  }

  .mb_sm_103px {
    margin-bottom: 103px;
  }

  .ml_sm_103px {
    margin-left: 103px;
  }

  .mr_sm_103px {
    margin-right: 103px;
  }

  .mt_sm_-103px {
    margin-top: -103px;
  }

  .mb_sm_-103px {
    margin-bottom: -103px;
  }

  .ml_sm_-103px {
    margin-left: -103px;
  }

  .mr_sm_-103px {
    margin-right: -103px;
  }

  .mt_sm_104px {
    margin-top: 104px;
  }

  .mb_sm_104px {
    margin-bottom: 104px;
  }

  .ml_sm_104px {
    margin-left: 104px;
  }

  .mr_sm_104px {
    margin-right: 104px;
  }

  .mt_sm_-104px {
    margin-top: -104px;
  }

  .mb_sm_-104px {
    margin-bottom: -104px;
  }

  .ml_sm_-104px {
    margin-left: -104px;
  }

  .mr_sm_-104px {
    margin-right: -104px;
  }

  .mt_sm_105px {
    margin-top: 105px;
  }

  .mb_sm_105px {
    margin-bottom: 105px;
  }

  .ml_sm_105px {
    margin-left: 105px;
  }

  .mr_sm_105px {
    margin-right: 105px;
  }

  .mt_sm_-105px {
    margin-top: -105px;
  }

  .mb_sm_-105px {
    margin-bottom: -105px;
  }

  .ml_sm_-105px {
    margin-left: -105px;
  }

  .mr_sm_-105px {
    margin-right: -105px;
  }

  .mt_sm_106px {
    margin-top: 106px;
  }

  .mb_sm_106px {
    margin-bottom: 106px;
  }

  .ml_sm_106px {
    margin-left: 106px;
  }

  .mr_sm_106px {
    margin-right: 106px;
  }

  .mt_sm_-106px {
    margin-top: -106px;
  }

  .mb_sm_-106px {
    margin-bottom: -106px;
  }

  .ml_sm_-106px {
    margin-left: -106px;
  }

  .mr_sm_-106px {
    margin-right: -106px;
  }

  .mt_sm_107px {
    margin-top: 107px;
  }

  .mb_sm_107px {
    margin-bottom: 107px;
  }

  .ml_sm_107px {
    margin-left: 107px;
  }

  .mr_sm_107px {
    margin-right: 107px;
  }

  .mt_sm_-107px {
    margin-top: -107px;
  }

  .mb_sm_-107px {
    margin-bottom: -107px;
  }

  .ml_sm_-107px {
    margin-left: -107px;
  }

  .mr_sm_-107px {
    margin-right: -107px;
  }

  .mt_sm_108px {
    margin-top: 108px;
  }

  .mb_sm_108px {
    margin-bottom: 108px;
  }

  .ml_sm_108px {
    margin-left: 108px;
  }

  .mr_sm_108px {
    margin-right: 108px;
  }

  .mt_sm_-108px {
    margin-top: -108px;
  }

  .mb_sm_-108px {
    margin-bottom: -108px;
  }

  .ml_sm_-108px {
    margin-left: -108px;
  }

  .mr_sm_-108px {
    margin-right: -108px;
  }

  .mt_sm_109px {
    margin-top: 109px;
  }

  .mb_sm_109px {
    margin-bottom: 109px;
  }

  .ml_sm_109px {
    margin-left: 109px;
  }

  .mr_sm_109px {
    margin-right: 109px;
  }

  .mt_sm_-109px {
    margin-top: -109px;
  }

  .mb_sm_-109px {
    margin-bottom: -109px;
  }

  .ml_sm_-109px {
    margin-left: -109px;
  }

  .mr_sm_-109px {
    margin-right: -109px;
  }

  .mt_sm_110px {
    margin-top: 110px;
  }

  .mb_sm_110px {
    margin-bottom: 110px;
  }

  .ml_sm_110px {
    margin-left: 110px;
  }

  .mr_sm_110px {
    margin-right: 110px;
  }

  .mt_sm_-110px {
    margin-top: -110px;
  }

  .mb_sm_-110px {
    margin-bottom: -110px;
  }

  .ml_sm_-110px {
    margin-left: -110px;
  }

  .mr_sm_-110px {
    margin-right: -110px;
  }

  .mt_sm_111px {
    margin-top: 111px;
  }

  .mb_sm_111px {
    margin-bottom: 111px;
  }

  .ml_sm_111px {
    margin-left: 111px;
  }

  .mr_sm_111px {
    margin-right: 111px;
  }

  .mt_sm_-111px {
    margin-top: -111px;
  }

  .mb_sm_-111px {
    margin-bottom: -111px;
  }

  .ml_sm_-111px {
    margin-left: -111px;
  }

  .mr_sm_-111px {
    margin-right: -111px;
  }

  .mt_sm_112px {
    margin-top: 112px;
  }

  .mb_sm_112px {
    margin-bottom: 112px;
  }

  .ml_sm_112px {
    margin-left: 112px;
  }

  .mr_sm_112px {
    margin-right: 112px;
  }

  .mt_sm_-112px {
    margin-top: -112px;
  }

  .mb_sm_-112px {
    margin-bottom: -112px;
  }

  .ml_sm_-112px {
    margin-left: -112px;
  }

  .mr_sm_-112px {
    margin-right: -112px;
  }

  .mt_sm_113px {
    margin-top: 113px;
  }

  .mb_sm_113px {
    margin-bottom: 113px;
  }

  .ml_sm_113px {
    margin-left: 113px;
  }

  .mr_sm_113px {
    margin-right: 113px;
  }

  .mt_sm_-113px {
    margin-top: -113px;
  }

  .mb_sm_-113px {
    margin-bottom: -113px;
  }

  .ml_sm_-113px {
    margin-left: -113px;
  }

  .mr_sm_-113px {
    margin-right: -113px;
  }

  .mt_sm_114px {
    margin-top: 114px;
  }

  .mb_sm_114px {
    margin-bottom: 114px;
  }

  .ml_sm_114px {
    margin-left: 114px;
  }

  .mr_sm_114px {
    margin-right: 114px;
  }

  .mt_sm_-114px {
    margin-top: -114px;
  }

  .mb_sm_-114px {
    margin-bottom: -114px;
  }

  .ml_sm_-114px {
    margin-left: -114px;
  }

  .mr_sm_-114px {
    margin-right: -114px;
  }

  .mt_sm_115px {
    margin-top: 115px;
  }

  .mb_sm_115px {
    margin-bottom: 115px;
  }

  .ml_sm_115px {
    margin-left: 115px;
  }

  .mr_sm_115px {
    margin-right: 115px;
  }

  .mt_sm_-115px {
    margin-top: -115px;
  }

  .mb_sm_-115px {
    margin-bottom: -115px;
  }

  .ml_sm_-115px {
    margin-left: -115px;
  }

  .mr_sm_-115px {
    margin-right: -115px;
  }

  .mt_sm_116px {
    margin-top: 116px;
  }

  .mb_sm_116px {
    margin-bottom: 116px;
  }

  .ml_sm_116px {
    margin-left: 116px;
  }

  .mr_sm_116px {
    margin-right: 116px;
  }

  .mt_sm_-116px {
    margin-top: -116px;
  }

  .mb_sm_-116px {
    margin-bottom: -116px;
  }

  .ml_sm_-116px {
    margin-left: -116px;
  }

  .mr_sm_-116px {
    margin-right: -116px;
  }

  .mt_sm_117px {
    margin-top: 117px;
  }

  .mb_sm_117px {
    margin-bottom: 117px;
  }

  .ml_sm_117px {
    margin-left: 117px;
  }

  .mr_sm_117px {
    margin-right: 117px;
  }

  .mt_sm_-117px {
    margin-top: -117px;
  }

  .mb_sm_-117px {
    margin-bottom: -117px;
  }

  .ml_sm_-117px {
    margin-left: -117px;
  }

  .mr_sm_-117px {
    margin-right: -117px;
  }

  .mt_sm_118px {
    margin-top: 118px;
  }

  .mb_sm_118px {
    margin-bottom: 118px;
  }

  .ml_sm_118px {
    margin-left: 118px;
  }

  .mr_sm_118px {
    margin-right: 118px;
  }

  .mt_sm_-118px {
    margin-top: -118px;
  }

  .mb_sm_-118px {
    margin-bottom: -118px;
  }

  .ml_sm_-118px {
    margin-left: -118px;
  }

  .mr_sm_-118px {
    margin-right: -118px;
  }

  .mt_sm_119px {
    margin-top: 119px;
  }

  .mb_sm_119px {
    margin-bottom: 119px;
  }

  .ml_sm_119px {
    margin-left: 119px;
  }

  .mr_sm_119px {
    margin-right: 119px;
  }

  .mt_sm_-119px {
    margin-top: -119px;
  }

  .mb_sm_-119px {
    margin-bottom: -119px;
  }

  .ml_sm_-119px {
    margin-left: -119px;
  }

  .mr_sm_-119px {
    margin-right: -119px;
  }

  .mt_sm_120px {
    margin-top: 120px;
  }

  .mb_sm_120px {
    margin-bottom: 120px;
  }

  .ml_sm_120px {
    margin-left: 120px;
  }

  .mr_sm_120px {
    margin-right: 120px;
  }

  .mt_sm_-120px {
    margin-top: -120px;
  }

  .mb_sm_-120px {
    margin-bottom: -120px;
  }

  .ml_sm_-120px {
    margin-left: -120px;
  }

  .mr_sm_-120px {
    margin-right: -120px;
  }

  .mt_sm_121px {
    margin-top: 121px;
  }

  .mb_sm_121px {
    margin-bottom: 121px;
  }

  .ml_sm_121px {
    margin-left: 121px;
  }

  .mr_sm_121px {
    margin-right: 121px;
  }

  .mt_sm_-121px {
    margin-top: -121px;
  }

  .mb_sm_-121px {
    margin-bottom: -121px;
  }

  .ml_sm_-121px {
    margin-left: -121px;
  }

  .mr_sm_-121px {
    margin-right: -121px;
  }

  .mt_sm_122px {
    margin-top: 122px;
  }

  .mb_sm_122px {
    margin-bottom: 122px;
  }

  .ml_sm_122px {
    margin-left: 122px;
  }

  .mr_sm_122px {
    margin-right: 122px;
  }

  .mt_sm_-122px {
    margin-top: -122px;
  }

  .mb_sm_-122px {
    margin-bottom: -122px;
  }

  .ml_sm_-122px {
    margin-left: -122px;
  }

  .mr_sm_-122px {
    margin-right: -122px;
  }

  .mt_sm_123px {
    margin-top: 123px;
  }

  .mb_sm_123px {
    margin-bottom: 123px;
  }

  .ml_sm_123px {
    margin-left: 123px;
  }

  .mr_sm_123px {
    margin-right: 123px;
  }

  .mt_sm_-123px {
    margin-top: -123px;
  }

  .mb_sm_-123px {
    margin-bottom: -123px;
  }

  .ml_sm_-123px {
    margin-left: -123px;
  }

  .mr_sm_-123px {
    margin-right: -123px;
  }

  .mt_sm_124px {
    margin-top: 124px;
  }

  .mb_sm_124px {
    margin-bottom: 124px;
  }

  .ml_sm_124px {
    margin-left: 124px;
  }

  .mr_sm_124px {
    margin-right: 124px;
  }

  .mt_sm_-124px {
    margin-top: -124px;
  }

  .mb_sm_-124px {
    margin-bottom: -124px;
  }

  .ml_sm_-124px {
    margin-left: -124px;
  }

  .mr_sm_-124px {
    margin-right: -124px;
  }

  .mt_sm_125px {
    margin-top: 125px;
  }

  .mb_sm_125px {
    margin-bottom: 125px;
  }

  .ml_sm_125px {
    margin-left: 125px;
  }

  .mr_sm_125px {
    margin-right: 125px;
  }

  .mt_sm_-125px {
    margin-top: -125px;
  }

  .mb_sm_-125px {
    margin-bottom: -125px;
  }

  .ml_sm_-125px {
    margin-left: -125px;
  }

  .mr_sm_-125px {
    margin-right: -125px;
  }

  .mt_sm_126px {
    margin-top: 126px;
  }

  .mb_sm_126px {
    margin-bottom: 126px;
  }

  .ml_sm_126px {
    margin-left: 126px;
  }

  .mr_sm_126px {
    margin-right: 126px;
  }

  .mt_sm_-126px {
    margin-top: -126px;
  }

  .mb_sm_-126px {
    margin-bottom: -126px;
  }

  .ml_sm_-126px {
    margin-left: -126px;
  }

  .mr_sm_-126px {
    margin-right: -126px;
  }

  .mt_sm_127px {
    margin-top: 127px;
  }

  .mb_sm_127px {
    margin-bottom: 127px;
  }

  .ml_sm_127px {
    margin-left: 127px;
  }

  .mr_sm_127px {
    margin-right: 127px;
  }

  .mt_sm_-127px {
    margin-top: -127px;
  }

  .mb_sm_-127px {
    margin-bottom: -127px;
  }

  .ml_sm_-127px {
    margin-left: -127px;
  }

  .mr_sm_-127px {
    margin-right: -127px;
  }

  .mt_sm_128px {
    margin-top: 128px;
  }

  .mb_sm_128px {
    margin-bottom: 128px;
  }

  .ml_sm_128px {
    margin-left: 128px;
  }

  .mr_sm_128px {
    margin-right: 128px;
  }

  .mt_sm_-128px {
    margin-top: -128px;
  }

  .mb_sm_-128px {
    margin-bottom: -128px;
  }

  .ml_sm_-128px {
    margin-left: -128px;
  }

  .mr_sm_-128px {
    margin-right: -128px;
  }

  .mt_sm_129px {
    margin-top: 129px;
  }

  .mb_sm_129px {
    margin-bottom: 129px;
  }

  .ml_sm_129px {
    margin-left: 129px;
  }

  .mr_sm_129px {
    margin-right: 129px;
  }

  .mt_sm_-129px {
    margin-top: -129px;
  }

  .mb_sm_-129px {
    margin-bottom: -129px;
  }

  .ml_sm_-129px {
    margin-left: -129px;
  }

  .mr_sm_-129px {
    margin-right: -129px;
  }

  .mt_sm_130px {
    margin-top: 130px;
  }

  .mb_sm_130px {
    margin-bottom: 130px;
  }

  .ml_sm_130px {
    margin-left: 130px;
  }

  .mr_sm_130px {
    margin-right: 130px;
  }

  .mt_sm_-130px {
    margin-top: -130px;
  }

  .mb_sm_-130px {
    margin-bottom: -130px;
  }

  .ml_sm_-130px {
    margin-left: -130px;
  }

  .mr_sm_-130px {
    margin-right: -130px;
  }

  .mt_sm_131px {
    margin-top: 131px;
  }

  .mb_sm_131px {
    margin-bottom: 131px;
  }

  .ml_sm_131px {
    margin-left: 131px;
  }

  .mr_sm_131px {
    margin-right: 131px;
  }

  .mt_sm_-131px {
    margin-top: -131px;
  }

  .mb_sm_-131px {
    margin-bottom: -131px;
  }

  .ml_sm_-131px {
    margin-left: -131px;
  }

  .mr_sm_-131px {
    margin-right: -131px;
  }

  .mt_sm_132px {
    margin-top: 132px;
  }

  .mb_sm_132px {
    margin-bottom: 132px;
  }

  .ml_sm_132px {
    margin-left: 132px;
  }

  .mr_sm_132px {
    margin-right: 132px;
  }

  .mt_sm_-132px {
    margin-top: -132px;
  }

  .mb_sm_-132px {
    margin-bottom: -132px;
  }

  .ml_sm_-132px {
    margin-left: -132px;
  }

  .mr_sm_-132px {
    margin-right: -132px;
  }

  .mt_sm_133px {
    margin-top: 133px;
  }

  .mb_sm_133px {
    margin-bottom: 133px;
  }

  .ml_sm_133px {
    margin-left: 133px;
  }

  .mr_sm_133px {
    margin-right: 133px;
  }

  .mt_sm_-133px {
    margin-top: -133px;
  }

  .mb_sm_-133px {
    margin-bottom: -133px;
  }

  .ml_sm_-133px {
    margin-left: -133px;
  }

  .mr_sm_-133px {
    margin-right: -133px;
  }

  .mt_sm_134px {
    margin-top: 134px;
  }

  .mb_sm_134px {
    margin-bottom: 134px;
  }

  .ml_sm_134px {
    margin-left: 134px;
  }

  .mr_sm_134px {
    margin-right: 134px;
  }

  .mt_sm_-134px {
    margin-top: -134px;
  }

  .mb_sm_-134px {
    margin-bottom: -134px;
  }

  .ml_sm_-134px {
    margin-left: -134px;
  }

  .mr_sm_-134px {
    margin-right: -134px;
  }

  .mt_sm_135px {
    margin-top: 135px;
  }

  .mb_sm_135px {
    margin-bottom: 135px;
  }

  .ml_sm_135px {
    margin-left: 135px;
  }

  .mr_sm_135px {
    margin-right: 135px;
  }

  .mt_sm_-135px {
    margin-top: -135px;
  }

  .mb_sm_-135px {
    margin-bottom: -135px;
  }

  .ml_sm_-135px {
    margin-left: -135px;
  }

  .mr_sm_-135px {
    margin-right: -135px;
  }

  .mt_sm_136px {
    margin-top: 136px;
  }

  .mb_sm_136px {
    margin-bottom: 136px;
  }

  .ml_sm_136px {
    margin-left: 136px;
  }

  .mr_sm_136px {
    margin-right: 136px;
  }

  .mt_sm_-136px {
    margin-top: -136px;
  }

  .mb_sm_-136px {
    margin-bottom: -136px;
  }

  .ml_sm_-136px {
    margin-left: -136px;
  }

  .mr_sm_-136px {
    margin-right: -136px;
  }

  .mt_sm_137px {
    margin-top: 137px;
  }

  .mb_sm_137px {
    margin-bottom: 137px;
  }

  .ml_sm_137px {
    margin-left: 137px;
  }

  .mr_sm_137px {
    margin-right: 137px;
  }

  .mt_sm_-137px {
    margin-top: -137px;
  }

  .mb_sm_-137px {
    margin-bottom: -137px;
  }

  .ml_sm_-137px {
    margin-left: -137px;
  }

  .mr_sm_-137px {
    margin-right: -137px;
  }

  .mt_sm_138px {
    margin-top: 138px;
  }

  .mb_sm_138px {
    margin-bottom: 138px;
  }

  .ml_sm_138px {
    margin-left: 138px;
  }

  .mr_sm_138px {
    margin-right: 138px;
  }

  .mt_sm_-138px {
    margin-top: -138px;
  }

  .mb_sm_-138px {
    margin-bottom: -138px;
  }

  .ml_sm_-138px {
    margin-left: -138px;
  }

  .mr_sm_-138px {
    margin-right: -138px;
  }

  .mt_sm_139px {
    margin-top: 139px;
  }

  .mb_sm_139px {
    margin-bottom: 139px;
  }

  .ml_sm_139px {
    margin-left: 139px;
  }

  .mr_sm_139px {
    margin-right: 139px;
  }

  .mt_sm_-139px {
    margin-top: -139px;
  }

  .mb_sm_-139px {
    margin-bottom: -139px;
  }

  .ml_sm_-139px {
    margin-left: -139px;
  }

  .mr_sm_-139px {
    margin-right: -139px;
  }

  .mt_sm_140px {
    margin-top: 140px;
  }

  .mb_sm_140px {
    margin-bottom: 140px;
  }

  .ml_sm_140px {
    margin-left: 140px;
  }

  .mr_sm_140px {
    margin-right: 140px;
  }

  .mt_sm_-140px {
    margin-top: -140px;
  }

  .mb_sm_-140px {
    margin-bottom: -140px;
  }

  .ml_sm_-140px {
    margin-left: -140px;
  }

  .mr_sm_-140px {
    margin-right: -140px;
  }

  .mt_sm_141px {
    margin-top: 141px;
  }

  .mb_sm_141px {
    margin-bottom: 141px;
  }

  .ml_sm_141px {
    margin-left: 141px;
  }

  .mr_sm_141px {
    margin-right: 141px;
  }

  .mt_sm_-141px {
    margin-top: -141px;
  }

  .mb_sm_-141px {
    margin-bottom: -141px;
  }

  .ml_sm_-141px {
    margin-left: -141px;
  }

  .mr_sm_-141px {
    margin-right: -141px;
  }

  .mt_sm_142px {
    margin-top: 142px;
  }

  .mb_sm_142px {
    margin-bottom: 142px;
  }

  .ml_sm_142px {
    margin-left: 142px;
  }

  .mr_sm_142px {
    margin-right: 142px;
  }

  .mt_sm_-142px {
    margin-top: -142px;
  }

  .mb_sm_-142px {
    margin-bottom: -142px;
  }

  .ml_sm_-142px {
    margin-left: -142px;
  }

  .mr_sm_-142px {
    margin-right: -142px;
  }

  .mt_sm_143px {
    margin-top: 143px;
  }

  .mb_sm_143px {
    margin-bottom: 143px;
  }

  .ml_sm_143px {
    margin-left: 143px;
  }

  .mr_sm_143px {
    margin-right: 143px;
  }

  .mt_sm_-143px {
    margin-top: -143px;
  }

  .mb_sm_-143px {
    margin-bottom: -143px;
  }

  .ml_sm_-143px {
    margin-left: -143px;
  }

  .mr_sm_-143px {
    margin-right: -143px;
  }

  .mt_sm_144px {
    margin-top: 144px;
  }

  .mb_sm_144px {
    margin-bottom: 144px;
  }

  .ml_sm_144px {
    margin-left: 144px;
  }

  .mr_sm_144px {
    margin-right: 144px;
  }

  .mt_sm_-144px {
    margin-top: -144px;
  }

  .mb_sm_-144px {
    margin-bottom: -144px;
  }

  .ml_sm_-144px {
    margin-left: -144px;
  }

  .mr_sm_-144px {
    margin-right: -144px;
  }

  .mt_sm_145px {
    margin-top: 145px;
  }

  .mb_sm_145px {
    margin-bottom: 145px;
  }

  .ml_sm_145px {
    margin-left: 145px;
  }

  .mr_sm_145px {
    margin-right: 145px;
  }

  .mt_sm_-145px {
    margin-top: -145px;
  }

  .mb_sm_-145px {
    margin-bottom: -145px;
  }

  .ml_sm_-145px {
    margin-left: -145px;
  }

  .mr_sm_-145px {
    margin-right: -145px;
  }

  .mt_sm_146px {
    margin-top: 146px;
  }

  .mb_sm_146px {
    margin-bottom: 146px;
  }

  .ml_sm_146px {
    margin-left: 146px;
  }

  .mr_sm_146px {
    margin-right: 146px;
  }

  .mt_sm_-146px {
    margin-top: -146px;
  }

  .mb_sm_-146px {
    margin-bottom: -146px;
  }

  .ml_sm_-146px {
    margin-left: -146px;
  }

  .mr_sm_-146px {
    margin-right: -146px;
  }

  .mt_sm_147px {
    margin-top: 147px;
  }

  .mb_sm_147px {
    margin-bottom: 147px;
  }

  .ml_sm_147px {
    margin-left: 147px;
  }

  .mr_sm_147px {
    margin-right: 147px;
  }

  .mt_sm_-147px {
    margin-top: -147px;
  }

  .mb_sm_-147px {
    margin-bottom: -147px;
  }

  .ml_sm_-147px {
    margin-left: -147px;
  }

  .mr_sm_-147px {
    margin-right: -147px;
  }

  .mt_sm_148px {
    margin-top: 148px;
  }

  .mb_sm_148px {
    margin-bottom: 148px;
  }

  .ml_sm_148px {
    margin-left: 148px;
  }

  .mr_sm_148px {
    margin-right: 148px;
  }

  .mt_sm_-148px {
    margin-top: -148px;
  }

  .mb_sm_-148px {
    margin-bottom: -148px;
  }

  .ml_sm_-148px {
    margin-left: -148px;
  }

  .mr_sm_-148px {
    margin-right: -148px;
  }

  .mt_sm_149px {
    margin-top: 149px;
  }

  .mb_sm_149px {
    margin-bottom: 149px;
  }

  .ml_sm_149px {
    margin-left: 149px;
  }

  .mr_sm_149px {
    margin-right: 149px;
  }

  .mt_sm_-149px {
    margin-top: -149px;
  }

  .mb_sm_-149px {
    margin-bottom: -149px;
  }

  .ml_sm_-149px {
    margin-left: -149px;
  }

  .mr_sm_-149px {
    margin-right: -149px;
  }

  .mt_sm_150px {
    margin-top: 150px;
  }

  .mb_sm_150px {
    margin-bottom: 150px;
  }

  .ml_sm_150px {
    margin-left: 150px;
  }

  .mr_sm_150px {
    margin-right: 150px;
  }

  .mt_sm_-150px {
    margin-top: -150px;
  }

  .mb_sm_-150px {
    margin-bottom: -150px;
  }

  .ml_sm_-150px {
    margin-left: -150px;
  }

  .mr_sm_-150px {
    margin-right: -150px;
  }

  .mt_sm_151px {
    margin-top: 151px;
  }

  .mb_sm_151px {
    margin-bottom: 151px;
  }

  .ml_sm_151px {
    margin-left: 151px;
  }

  .mr_sm_151px {
    margin-right: 151px;
  }

  .mt_sm_-151px {
    margin-top: -151px;
  }

  .mb_sm_-151px {
    margin-bottom: -151px;
  }

  .ml_sm_-151px {
    margin-left: -151px;
  }

  .mr_sm_-151px {
    margin-right: -151px;
  }

  .mt_sm_152px {
    margin-top: 152px;
  }

  .mb_sm_152px {
    margin-bottom: 152px;
  }

  .ml_sm_152px {
    margin-left: 152px;
  }

  .mr_sm_152px {
    margin-right: 152px;
  }

  .mt_sm_-152px {
    margin-top: -152px;
  }

  .mb_sm_-152px {
    margin-bottom: -152px;
  }

  .ml_sm_-152px {
    margin-left: -152px;
  }

  .mr_sm_-152px {
    margin-right: -152px;
  }

  .mt_sm_153px {
    margin-top: 153px;
  }

  .mb_sm_153px {
    margin-bottom: 153px;
  }

  .ml_sm_153px {
    margin-left: 153px;
  }

  .mr_sm_153px {
    margin-right: 153px;
  }

  .mt_sm_-153px {
    margin-top: -153px;
  }

  .mb_sm_-153px {
    margin-bottom: -153px;
  }

  .ml_sm_-153px {
    margin-left: -153px;
  }

  .mr_sm_-153px {
    margin-right: -153px;
  }

  .mt_sm_154px {
    margin-top: 154px;
  }

  .mb_sm_154px {
    margin-bottom: 154px;
  }

  .ml_sm_154px {
    margin-left: 154px;
  }

  .mr_sm_154px {
    margin-right: 154px;
  }

  .mt_sm_-154px {
    margin-top: -154px;
  }

  .mb_sm_-154px {
    margin-bottom: -154px;
  }

  .ml_sm_-154px {
    margin-left: -154px;
  }

  .mr_sm_-154px {
    margin-right: -154px;
  }

  .mt_sm_155px {
    margin-top: 155px;
  }

  .mb_sm_155px {
    margin-bottom: 155px;
  }

  .ml_sm_155px {
    margin-left: 155px;
  }

  .mr_sm_155px {
    margin-right: 155px;
  }

  .mt_sm_-155px {
    margin-top: -155px;
  }

  .mb_sm_-155px {
    margin-bottom: -155px;
  }

  .ml_sm_-155px {
    margin-left: -155px;
  }

  .mr_sm_-155px {
    margin-right: -155px;
  }

  .mt_sm_156px {
    margin-top: 156px;
  }

  .mb_sm_156px {
    margin-bottom: 156px;
  }

  .ml_sm_156px {
    margin-left: 156px;
  }

  .mr_sm_156px {
    margin-right: 156px;
  }

  .mt_sm_-156px {
    margin-top: -156px;
  }

  .mb_sm_-156px {
    margin-bottom: -156px;
  }

  .ml_sm_-156px {
    margin-left: -156px;
  }

  .mr_sm_-156px {
    margin-right: -156px;
  }

  .mt_sm_157px {
    margin-top: 157px;
  }

  .mb_sm_157px {
    margin-bottom: 157px;
  }

  .ml_sm_157px {
    margin-left: 157px;
  }

  .mr_sm_157px {
    margin-right: 157px;
  }

  .mt_sm_-157px {
    margin-top: -157px;
  }

  .mb_sm_-157px {
    margin-bottom: -157px;
  }

  .ml_sm_-157px {
    margin-left: -157px;
  }

  .mr_sm_-157px {
    margin-right: -157px;
  }

  .mt_sm_158px {
    margin-top: 158px;
  }

  .mb_sm_158px {
    margin-bottom: 158px;
  }

  .ml_sm_158px {
    margin-left: 158px;
  }

  .mr_sm_158px {
    margin-right: 158px;
  }

  .mt_sm_-158px {
    margin-top: -158px;
  }

  .mb_sm_-158px {
    margin-bottom: -158px;
  }

  .ml_sm_-158px {
    margin-left: -158px;
  }

  .mr_sm_-158px {
    margin-right: -158px;
  }

  .mt_sm_159px {
    margin-top: 159px;
  }

  .mb_sm_159px {
    margin-bottom: 159px;
  }

  .ml_sm_159px {
    margin-left: 159px;
  }

  .mr_sm_159px {
    margin-right: 159px;
  }

  .mt_sm_-159px {
    margin-top: -159px;
  }

  .mb_sm_-159px {
    margin-bottom: -159px;
  }

  .ml_sm_-159px {
    margin-left: -159px;
  }

  .mr_sm_-159px {
    margin-right: -159px;
  }

  .mt_sm_160px {
    margin-top: 160px;
  }

  .mb_sm_160px {
    margin-bottom: 160px;
  }

  .ml_sm_160px {
    margin-left: 160px;
  }

  .mr_sm_160px {
    margin-right: 160px;
  }

  .mt_sm_-160px {
    margin-top: -160px;
  }

  .mb_sm_-160px {
    margin-bottom: -160px;
  }

  .ml_sm_-160px {
    margin-left: -160px;
  }

  .mr_sm_-160px {
    margin-right: -160px;
  }

  .mt_sm_161px {
    margin-top: 161px;
  }

  .mb_sm_161px {
    margin-bottom: 161px;
  }

  .ml_sm_161px {
    margin-left: 161px;
  }

  .mr_sm_161px {
    margin-right: 161px;
  }

  .mt_sm_-161px {
    margin-top: -161px;
  }

  .mb_sm_-161px {
    margin-bottom: -161px;
  }

  .ml_sm_-161px {
    margin-left: -161px;
  }

  .mr_sm_-161px {
    margin-right: -161px;
  }

  .mt_sm_162px {
    margin-top: 162px;
  }

  .mb_sm_162px {
    margin-bottom: 162px;
  }

  .ml_sm_162px {
    margin-left: 162px;
  }

  .mr_sm_162px {
    margin-right: 162px;
  }

  .mt_sm_-162px {
    margin-top: -162px;
  }

  .mb_sm_-162px {
    margin-bottom: -162px;
  }

  .ml_sm_-162px {
    margin-left: -162px;
  }

  .mr_sm_-162px {
    margin-right: -162px;
  }

  .mt_sm_163px {
    margin-top: 163px;
  }

  .mb_sm_163px {
    margin-bottom: 163px;
  }

  .ml_sm_163px {
    margin-left: 163px;
  }

  .mr_sm_163px {
    margin-right: 163px;
  }

  .mt_sm_-163px {
    margin-top: -163px;
  }

  .mb_sm_-163px {
    margin-bottom: -163px;
  }

  .ml_sm_-163px {
    margin-left: -163px;
  }

  .mr_sm_-163px {
    margin-right: -163px;
  }

  .mt_sm_164px {
    margin-top: 164px;
  }

  .mb_sm_164px {
    margin-bottom: 164px;
  }

  .ml_sm_164px {
    margin-left: 164px;
  }

  .mr_sm_164px {
    margin-right: 164px;
  }

  .mt_sm_-164px {
    margin-top: -164px;
  }

  .mb_sm_-164px {
    margin-bottom: -164px;
  }

  .ml_sm_-164px {
    margin-left: -164px;
  }

  .mr_sm_-164px {
    margin-right: -164px;
  }

  .mt_sm_165px {
    margin-top: 165px;
  }

  .mb_sm_165px {
    margin-bottom: 165px;
  }

  .ml_sm_165px {
    margin-left: 165px;
  }

  .mr_sm_165px {
    margin-right: 165px;
  }

  .mt_sm_-165px {
    margin-top: -165px;
  }

  .mb_sm_-165px {
    margin-bottom: -165px;
  }

  .ml_sm_-165px {
    margin-left: -165px;
  }

  .mr_sm_-165px {
    margin-right: -165px;
  }

  .mt_sm_166px {
    margin-top: 166px;
  }

  .mb_sm_166px {
    margin-bottom: 166px;
  }

  .ml_sm_166px {
    margin-left: 166px;
  }

  .mr_sm_166px {
    margin-right: 166px;
  }

  .mt_sm_-166px {
    margin-top: -166px;
  }

  .mb_sm_-166px {
    margin-bottom: -166px;
  }

  .ml_sm_-166px {
    margin-left: -166px;
  }

  .mr_sm_-166px {
    margin-right: -166px;
  }

  .mt_sm_167px {
    margin-top: 167px;
  }

  .mb_sm_167px {
    margin-bottom: 167px;
  }

  .ml_sm_167px {
    margin-left: 167px;
  }

  .mr_sm_167px {
    margin-right: 167px;
  }

  .mt_sm_-167px {
    margin-top: -167px;
  }

  .mb_sm_-167px {
    margin-bottom: -167px;
  }

  .ml_sm_-167px {
    margin-left: -167px;
  }

  .mr_sm_-167px {
    margin-right: -167px;
  }

  .mt_sm_168px {
    margin-top: 168px;
  }

  .mb_sm_168px {
    margin-bottom: 168px;
  }

  .ml_sm_168px {
    margin-left: 168px;
  }

  .mr_sm_168px {
    margin-right: 168px;
  }

  .mt_sm_-168px {
    margin-top: -168px;
  }

  .mb_sm_-168px {
    margin-bottom: -168px;
  }

  .ml_sm_-168px {
    margin-left: -168px;
  }

  .mr_sm_-168px {
    margin-right: -168px;
  }

  .mt_sm_169px {
    margin-top: 169px;
  }

  .mb_sm_169px {
    margin-bottom: 169px;
  }

  .ml_sm_169px {
    margin-left: 169px;
  }

  .mr_sm_169px {
    margin-right: 169px;
  }

  .mt_sm_-169px {
    margin-top: -169px;
  }

  .mb_sm_-169px {
    margin-bottom: -169px;
  }

  .ml_sm_-169px {
    margin-left: -169px;
  }

  .mr_sm_-169px {
    margin-right: -169px;
  }

  .mt_sm_170px {
    margin-top: 170px;
  }

  .mb_sm_170px {
    margin-bottom: 170px;
  }

  .ml_sm_170px {
    margin-left: 170px;
  }

  .mr_sm_170px {
    margin-right: 170px;
  }

  .mt_sm_-170px {
    margin-top: -170px;
  }

  .mb_sm_-170px {
    margin-bottom: -170px;
  }

  .ml_sm_-170px {
    margin-left: -170px;
  }

  .mr_sm_-170px {
    margin-right: -170px;
  }

  .mt_sm_171px {
    margin-top: 171px;
  }

  .mb_sm_171px {
    margin-bottom: 171px;
  }

  .ml_sm_171px {
    margin-left: 171px;
  }

  .mr_sm_171px {
    margin-right: 171px;
  }

  .mt_sm_-171px {
    margin-top: -171px;
  }

  .mb_sm_-171px {
    margin-bottom: -171px;
  }

  .ml_sm_-171px {
    margin-left: -171px;
  }

  .mr_sm_-171px {
    margin-right: -171px;
  }

  .mt_sm_172px {
    margin-top: 172px;
  }

  .mb_sm_172px {
    margin-bottom: 172px;
  }

  .ml_sm_172px {
    margin-left: 172px;
  }

  .mr_sm_172px {
    margin-right: 172px;
  }

  .mt_sm_-172px {
    margin-top: -172px;
  }

  .mb_sm_-172px {
    margin-bottom: -172px;
  }

  .ml_sm_-172px {
    margin-left: -172px;
  }

  .mr_sm_-172px {
    margin-right: -172px;
  }

  .mt_sm_173px {
    margin-top: 173px;
  }

  .mb_sm_173px {
    margin-bottom: 173px;
  }

  .ml_sm_173px {
    margin-left: 173px;
  }

  .mr_sm_173px {
    margin-right: 173px;
  }

  .mt_sm_-173px {
    margin-top: -173px;
  }

  .mb_sm_-173px {
    margin-bottom: -173px;
  }

  .ml_sm_-173px {
    margin-left: -173px;
  }

  .mr_sm_-173px {
    margin-right: -173px;
  }

  .mt_sm_174px {
    margin-top: 174px;
  }

  .mb_sm_174px {
    margin-bottom: 174px;
  }

  .ml_sm_174px {
    margin-left: 174px;
  }

  .mr_sm_174px {
    margin-right: 174px;
  }

  .mt_sm_-174px {
    margin-top: -174px;
  }

  .mb_sm_-174px {
    margin-bottom: -174px;
  }

  .ml_sm_-174px {
    margin-left: -174px;
  }

  .mr_sm_-174px {
    margin-right: -174px;
  }

  .mt_sm_175px {
    margin-top: 175px;
  }

  .mb_sm_175px {
    margin-bottom: 175px;
  }

  .ml_sm_175px {
    margin-left: 175px;
  }

  .mr_sm_175px {
    margin-right: 175px;
  }

  .mt_sm_-175px {
    margin-top: -175px;
  }

  .mb_sm_-175px {
    margin-bottom: -175px;
  }

  .ml_sm_-175px {
    margin-left: -175px;
  }

  .mr_sm_-175px {
    margin-right: -175px;
  }

  .mt_sm_176px {
    margin-top: 176px;
  }

  .mb_sm_176px {
    margin-bottom: 176px;
  }

  .ml_sm_176px {
    margin-left: 176px;
  }

  .mr_sm_176px {
    margin-right: 176px;
  }

  .mt_sm_-176px {
    margin-top: -176px;
  }

  .mb_sm_-176px {
    margin-bottom: -176px;
  }

  .ml_sm_-176px {
    margin-left: -176px;
  }

  .mr_sm_-176px {
    margin-right: -176px;
  }

  .mt_sm_177px {
    margin-top: 177px;
  }

  .mb_sm_177px {
    margin-bottom: 177px;
  }

  .ml_sm_177px {
    margin-left: 177px;
  }

  .mr_sm_177px {
    margin-right: 177px;
  }

  .mt_sm_-177px {
    margin-top: -177px;
  }

  .mb_sm_-177px {
    margin-bottom: -177px;
  }

  .ml_sm_-177px {
    margin-left: -177px;
  }

  .mr_sm_-177px {
    margin-right: -177px;
  }

  .mt_sm_178px {
    margin-top: 178px;
  }

  .mb_sm_178px {
    margin-bottom: 178px;
  }

  .ml_sm_178px {
    margin-left: 178px;
  }

  .mr_sm_178px {
    margin-right: 178px;
  }

  .mt_sm_-178px {
    margin-top: -178px;
  }

  .mb_sm_-178px {
    margin-bottom: -178px;
  }

  .ml_sm_-178px {
    margin-left: -178px;
  }

  .mr_sm_-178px {
    margin-right: -178px;
  }

  .mt_sm_179px {
    margin-top: 179px;
  }

  .mb_sm_179px {
    margin-bottom: 179px;
  }

  .ml_sm_179px {
    margin-left: 179px;
  }

  .mr_sm_179px {
    margin-right: 179px;
  }

  .mt_sm_-179px {
    margin-top: -179px;
  }

  .mb_sm_-179px {
    margin-bottom: -179px;
  }

  .ml_sm_-179px {
    margin-left: -179px;
  }

  .mr_sm_-179px {
    margin-right: -179px;
  }

  .mt_sm_180px {
    margin-top: 180px;
  }

  .mb_sm_180px {
    margin-bottom: 180px;
  }

  .ml_sm_180px {
    margin-left: 180px;
  }

  .mr_sm_180px {
    margin-right: 180px;
  }

  .mt_sm_-180px {
    margin-top: -180px;
  }

  .mb_sm_-180px {
    margin-bottom: -180px;
  }

  .ml_sm_-180px {
    margin-left: -180px;
  }

  .mr_sm_-180px {
    margin-right: -180px;
  }

  .mt_sm_181px {
    margin-top: 181px;
  }

  .mb_sm_181px {
    margin-bottom: 181px;
  }

  .ml_sm_181px {
    margin-left: 181px;
  }

  .mr_sm_181px {
    margin-right: 181px;
  }

  .mt_sm_-181px {
    margin-top: -181px;
  }

  .mb_sm_-181px {
    margin-bottom: -181px;
  }

  .ml_sm_-181px {
    margin-left: -181px;
  }

  .mr_sm_-181px {
    margin-right: -181px;
  }

  .mt_sm_182px {
    margin-top: 182px;
  }

  .mb_sm_182px {
    margin-bottom: 182px;
  }

  .ml_sm_182px {
    margin-left: 182px;
  }

  .mr_sm_182px {
    margin-right: 182px;
  }

  .mt_sm_-182px {
    margin-top: -182px;
  }

  .mb_sm_-182px {
    margin-bottom: -182px;
  }

  .ml_sm_-182px {
    margin-left: -182px;
  }

  .mr_sm_-182px {
    margin-right: -182px;
  }

  .mt_sm_183px {
    margin-top: 183px;
  }

  .mb_sm_183px {
    margin-bottom: 183px;
  }

  .ml_sm_183px {
    margin-left: 183px;
  }

  .mr_sm_183px {
    margin-right: 183px;
  }

  .mt_sm_-183px {
    margin-top: -183px;
  }

  .mb_sm_-183px {
    margin-bottom: -183px;
  }

  .ml_sm_-183px {
    margin-left: -183px;
  }

  .mr_sm_-183px {
    margin-right: -183px;
  }

  .mt_sm_184px {
    margin-top: 184px;
  }

  .mb_sm_184px {
    margin-bottom: 184px;
  }

  .ml_sm_184px {
    margin-left: 184px;
  }

  .mr_sm_184px {
    margin-right: 184px;
  }

  .mt_sm_-184px {
    margin-top: -184px;
  }

  .mb_sm_-184px {
    margin-bottom: -184px;
  }

  .ml_sm_-184px {
    margin-left: -184px;
  }

  .mr_sm_-184px {
    margin-right: -184px;
  }

  .mt_sm_185px {
    margin-top: 185px;
  }

  .mb_sm_185px {
    margin-bottom: 185px;
  }

  .ml_sm_185px {
    margin-left: 185px;
  }

  .mr_sm_185px {
    margin-right: 185px;
  }

  .mt_sm_-185px {
    margin-top: -185px;
  }

  .mb_sm_-185px {
    margin-bottom: -185px;
  }

  .ml_sm_-185px {
    margin-left: -185px;
  }

  .mr_sm_-185px {
    margin-right: -185px;
  }

  .mt_sm_186px {
    margin-top: 186px;
  }

  .mb_sm_186px {
    margin-bottom: 186px;
  }

  .ml_sm_186px {
    margin-left: 186px;
  }

  .mr_sm_186px {
    margin-right: 186px;
  }

  .mt_sm_-186px {
    margin-top: -186px;
  }

  .mb_sm_-186px {
    margin-bottom: -186px;
  }

  .ml_sm_-186px {
    margin-left: -186px;
  }

  .mr_sm_-186px {
    margin-right: -186px;
  }

  .mt_sm_187px {
    margin-top: 187px;
  }

  .mb_sm_187px {
    margin-bottom: 187px;
  }

  .ml_sm_187px {
    margin-left: 187px;
  }

  .mr_sm_187px {
    margin-right: 187px;
  }

  .mt_sm_-187px {
    margin-top: -187px;
  }

  .mb_sm_-187px {
    margin-bottom: -187px;
  }

  .ml_sm_-187px {
    margin-left: -187px;
  }

  .mr_sm_-187px {
    margin-right: -187px;
  }

  .mt_sm_188px {
    margin-top: 188px;
  }

  .mb_sm_188px {
    margin-bottom: 188px;
  }

  .ml_sm_188px {
    margin-left: 188px;
  }

  .mr_sm_188px {
    margin-right: 188px;
  }

  .mt_sm_-188px {
    margin-top: -188px;
  }

  .mb_sm_-188px {
    margin-bottom: -188px;
  }

  .ml_sm_-188px {
    margin-left: -188px;
  }

  .mr_sm_-188px {
    margin-right: -188px;
  }

  .mt_sm_189px {
    margin-top: 189px;
  }

  .mb_sm_189px {
    margin-bottom: 189px;
  }

  .ml_sm_189px {
    margin-left: 189px;
  }

  .mr_sm_189px {
    margin-right: 189px;
  }

  .mt_sm_-189px {
    margin-top: -189px;
  }

  .mb_sm_-189px {
    margin-bottom: -189px;
  }

  .ml_sm_-189px {
    margin-left: -189px;
  }

  .mr_sm_-189px {
    margin-right: -189px;
  }

  .mt_sm_190px {
    margin-top: 190px;
  }

  .mb_sm_190px {
    margin-bottom: 190px;
  }

  .ml_sm_190px {
    margin-left: 190px;
  }

  .mr_sm_190px {
    margin-right: 190px;
  }

  .mt_sm_-190px {
    margin-top: -190px;
  }

  .mb_sm_-190px {
    margin-bottom: -190px;
  }

  .ml_sm_-190px {
    margin-left: -190px;
  }

  .mr_sm_-190px {
    margin-right: -190px;
  }

  .mt_sm_191px {
    margin-top: 191px;
  }

  .mb_sm_191px {
    margin-bottom: 191px;
  }

  .ml_sm_191px {
    margin-left: 191px;
  }

  .mr_sm_191px {
    margin-right: 191px;
  }

  .mt_sm_-191px {
    margin-top: -191px;
  }

  .mb_sm_-191px {
    margin-bottom: -191px;
  }

  .ml_sm_-191px {
    margin-left: -191px;
  }

  .mr_sm_-191px {
    margin-right: -191px;
  }

  .mt_sm_192px {
    margin-top: 192px;
  }

  .mb_sm_192px {
    margin-bottom: 192px;
  }

  .ml_sm_192px {
    margin-left: 192px;
  }

  .mr_sm_192px {
    margin-right: 192px;
  }

  .mt_sm_-192px {
    margin-top: -192px;
  }

  .mb_sm_-192px {
    margin-bottom: -192px;
  }

  .ml_sm_-192px {
    margin-left: -192px;
  }

  .mr_sm_-192px {
    margin-right: -192px;
  }

  .mt_sm_193px {
    margin-top: 193px;
  }

  .mb_sm_193px {
    margin-bottom: 193px;
  }

  .ml_sm_193px {
    margin-left: 193px;
  }

  .mr_sm_193px {
    margin-right: 193px;
  }

  .mt_sm_-193px {
    margin-top: -193px;
  }

  .mb_sm_-193px {
    margin-bottom: -193px;
  }

  .ml_sm_-193px {
    margin-left: -193px;
  }

  .mr_sm_-193px {
    margin-right: -193px;
  }

  .mt_sm_194px {
    margin-top: 194px;
  }

  .mb_sm_194px {
    margin-bottom: 194px;
  }

  .ml_sm_194px {
    margin-left: 194px;
  }

  .mr_sm_194px {
    margin-right: 194px;
  }

  .mt_sm_-194px {
    margin-top: -194px;
  }

  .mb_sm_-194px {
    margin-bottom: -194px;
  }

  .ml_sm_-194px {
    margin-left: -194px;
  }

  .mr_sm_-194px {
    margin-right: -194px;
  }

  .mt_sm_195px {
    margin-top: 195px;
  }

  .mb_sm_195px {
    margin-bottom: 195px;
  }

  .ml_sm_195px {
    margin-left: 195px;
  }

  .mr_sm_195px {
    margin-right: 195px;
  }

  .mt_sm_-195px {
    margin-top: -195px;
  }

  .mb_sm_-195px {
    margin-bottom: -195px;
  }

  .ml_sm_-195px {
    margin-left: -195px;
  }

  .mr_sm_-195px {
    margin-right: -195px;
  }

  .mt_sm_196px {
    margin-top: 196px;
  }

  .mb_sm_196px {
    margin-bottom: 196px;
  }

  .ml_sm_196px {
    margin-left: 196px;
  }

  .mr_sm_196px {
    margin-right: 196px;
  }

  .mt_sm_-196px {
    margin-top: -196px;
  }

  .mb_sm_-196px {
    margin-bottom: -196px;
  }

  .ml_sm_-196px {
    margin-left: -196px;
  }

  .mr_sm_-196px {
    margin-right: -196px;
  }

  .mt_sm_197px {
    margin-top: 197px;
  }

  .mb_sm_197px {
    margin-bottom: 197px;
  }

  .ml_sm_197px {
    margin-left: 197px;
  }

  .mr_sm_197px {
    margin-right: 197px;
  }

  .mt_sm_-197px {
    margin-top: -197px;
  }

  .mb_sm_-197px {
    margin-bottom: -197px;
  }

  .ml_sm_-197px {
    margin-left: -197px;
  }

  .mr_sm_-197px {
    margin-right: -197px;
  }

  .mt_sm_198px {
    margin-top: 198px;
  }

  .mb_sm_198px {
    margin-bottom: 198px;
  }

  .ml_sm_198px {
    margin-left: 198px;
  }

  .mr_sm_198px {
    margin-right: 198px;
  }

  .mt_sm_-198px {
    margin-top: -198px;
  }

  .mb_sm_-198px {
    margin-bottom: -198px;
  }

  .ml_sm_-198px {
    margin-left: -198px;
  }

  .mr_sm_-198px {
    margin-right: -198px;
  }

  .mt_sm_199px {
    margin-top: 199px;
  }

  .mb_sm_199px {
    margin-bottom: 199px;
  }

  .ml_sm_199px {
    margin-left: 199px;
  }

  .mr_sm_199px {
    margin-right: 199px;
  }

  .mt_sm_-199px {
    margin-top: -199px;
  }

  .mb_sm_-199px {
    margin-bottom: -199px;
  }

  .ml_sm_-199px {
    margin-left: -199px;
  }

  .mr_sm_-199px {
    margin-right: -199px;
  }

  .mt_sm_200px {
    margin-top: 200px;
  }

  .mb_sm_200px {
    margin-bottom: 200px;
  }

  .ml_sm_200px {
    margin-left: 200px;
  }

  .mr_sm_200px {
    margin-right: 200px;
  }

  .mt_sm_-200px {
    margin-top: -200px;
  }

  .mb_sm_-200px {
    margin-bottom: -200px;
  }

  .ml_sm_-200px {
    margin-left: -200px;
  }

  .mr_sm_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_5px {
    width: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_5px {
    width: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_5px {
    height: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_5px {
    height: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_10px {
    width: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_10px {
    width: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_10px {
    height: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_10px {
    height: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_15px {
    width: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_15px {
    width: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_15px {
    height: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_15px {
    height: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_20px {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_20px {
    width: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_20px {
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_20px {
    height: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_25px {
    width: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_25px {
    width: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_25px {
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_25px {
    height: 1.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_30px {
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_30px {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_30px {
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_30px {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_35px {
    width: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_35px {
    width: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_35px {
    height: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_35px {
    height: 2.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_40px {
    width: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_40px {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_40px {
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_40px {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_45px {
    width: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_45px {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_45px {
    height: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_45px {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_50px {
    width: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_50px {
    width: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_50px {
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_50px {
    height: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_55px {
    width: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_55px {
    width: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_55px {
    height: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_55px {
    height: 3.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_60px {
    width: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_60px {
    width: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_60px {
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_60px {
    height: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_65px {
    width: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_65px {
    width: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_65px {
    height: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_65px {
    height: 4.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_70px {
    width: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_70px {
    width: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_70px {
    height: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_70px {
    height: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_75px {
    width: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_75px {
    width: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_75px {
    height: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_75px {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_80px {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_80px {
    width: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_80px {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_80px {
    height: 5.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_85px {
    width: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_85px {
    width: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_85px {
    height: 85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_85px {
    height: 5.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_90px {
    width: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_90px {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_90px {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_90px {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_95px {
    width: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_95px {
    width: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_95px {
    height: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_95px {
    height: 6.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_100px {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_100px {
    width: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_100px {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_100px {
    height: 6.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_105px {
    width: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_105px {
    width: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_105px {
    height: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_105px {
    height: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_110px {
    width: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_110px {
    width: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_110px {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_110px {
    height: 7.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_115px {
    width: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_115px {
    width: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_115px {
    height: 115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_115px {
    height: 7.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_120px {
    width: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_120px {
    width: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_120px {
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_120px {
    height: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_125px {
    width: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_125px {
    width: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_125px {
    height: 125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_125px {
    height: 8.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_130px {
    width: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_130px {
    width: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_130px {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_130px {
    height: 9.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_135px {
    width: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_135px {
    width: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_135px {
    height: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_135px {
    height: 9.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_140px {
    width: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_140px {
    width: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_140px {
    height: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_140px {
    height: 9.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_145px {
    width: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_145px {
    width: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_145px {
    height: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_145px {
    height: 10.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_150px {
    width: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_150px {
    width: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_150px {
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_150px {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_155px {
    width: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_155px {
    width: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_155px {
    height: 155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_155px {
    height: 10.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_160px {
    width: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_160px {
    width: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_160px {
    height: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_160px {
    height: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_165px {
    width: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_165px {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_165px {
    height: 165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_165px {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_170px {
    width: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_170px {
    width: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_170px {
    height: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_170px {
    height: 11.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_175px {
    width: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_175px {
    width: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_175px {
    height: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_175px {
    height: 12.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_180px {
    width: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_180px {
    width: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_180px {
    height: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_180px {
    height: 12.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_185px {
    width: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_185px {
    width: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_185px {
    height: 185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_185px {
    height: 12.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_190px {
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_190px {
    width: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_190px {
    height: 190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_190px {
    height: 13.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_195px {
    width: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_195px {
    width: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_195px {
    height: 195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_195px {
    height: 13.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_200px {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_200px {
    width: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_200px {
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_200px {
    height: 13.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_205px {
    width: 205px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_205px {
    width: 14.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_205px {
    height: 205px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_205px {
    height: 14.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_210px {
    width: 210px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_210px {
    width: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_210px {
    height: 210px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_210px {
    height: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_215px {
    width: 215px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_215px {
    width: 14.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_215px {
    height: 215px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_215px {
    height: 14.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_220px {
    width: 220px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_220px {
    width: 15.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_220px {
    height: 220px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_220px {
    height: 15.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_225px {
    width: 225px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_225px {
    width: 15.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_225px {
    height: 225px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_225px {
    height: 15.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_230px {
    width: 230px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_230px {
    width: 15.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_230px {
    height: 230px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_230px {
    height: 15.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_235px {
    width: 235px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_235px {
    width: 16.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_235px {
    height: 235px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_235px {
    height: 16.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_240px {
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_240px {
    width: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_240px {
    height: 240px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_240px {
    height: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_245px {
    width: 245px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_245px {
    width: 17.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_245px {
    height: 245px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_245px {
    height: 17.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_250px {
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_250px {
    width: 17.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_250px {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_250px {
    height: 17.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_255px {
    width: 255px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_255px {
    width: 17.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_255px {
    height: 255px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_255px {
    height: 17.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_260px {
    width: 260px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_260px {
    width: 18.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_260px {
    height: 260px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_260px {
    height: 18.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_265px {
    width: 265px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_265px {
    width: 18.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_265px {
    height: 265px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_265px {
    height: 18.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_270px {
    width: 270px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_270px {
    width: 18.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_270px {
    height: 270px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_270px {
    height: 18.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_275px {
    width: 275px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_275px {
    width: 19.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_275px {
    height: 275px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_275px {
    height: 19.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_280px {
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_280px {
    width: 19.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_280px {
    height: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_280px {
    height: 19.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_285px {
    width: 285px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_285px {
    width: 19.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_285px {
    height: 285px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_285px {
    height: 19.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_290px {
    width: 290px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_290px {
    width: 20.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_290px {
    height: 290px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_290px {
    height: 20.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_295px {
    width: 295px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_295px {
    width: 20.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_295px {
    height: 295px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_295px {
    height: 20.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_300px {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_300px {
    width: 20.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_300px {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_300px {
    height: 20.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_305px {
    width: 305px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_305px {
    width: 21.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_305px {
    height: 305px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_305px {
    height: 21.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_310px {
    width: 310px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_310px {
    width: 21.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_310px {
    height: 310px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_310px {
    height: 21.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_315px {
    width: 315px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_315px {
    width: 21.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_315px {
    height: 315px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_315px {
    height: 21.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_320px {
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_320px {
    width: 22.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_320px {
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_320px {
    height: 22.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_325px {
    width: 325px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_325px {
    width: 22.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_325px {
    height: 325px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_325px {
    height: 22.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_330px {
    width: 330px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_330px {
    width: 22.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_330px {
    height: 330px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_330px {
    height: 22.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_335px {
    width: 335px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_335px {
    width: 23.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_335px {
    height: 335px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_335px {
    height: 23.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_340px {
    width: 340px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_340px {
    width: 23.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_340px {
    height: 340px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_340px {
    height: 23.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_345px {
    width: 345px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_345px {
    width: 23.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_345px {
    height: 345px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_345px {
    height: 23.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_350px {
    width: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_350px {
    width: 24.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_350px {
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_350px {
    height: 24.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_355px {
    width: 355px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_355px {
    width: 24.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_355px {
    height: 355px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_355px {
    height: 24.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_360px {
    width: 360px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_360px {
    width: 25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_360px {
    height: 360px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_360px {
    height: 25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_365px {
    width: 365px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_365px {
    width: 25.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_365px {
    height: 365px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_365px {
    height: 25.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_370px {
    width: 370px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_370px {
    width: 25.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_370px {
    height: 370px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_370px {
    height: 25.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_375px {
    width: 375px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_375px {
    width: 26.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_375px {
    height: 375px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_375px {
    height: 26.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_380px {
    width: 380px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_380px {
    width: 26.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_380px {
    height: 380px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_380px {
    height: 26.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_385px {
    width: 385px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_385px {
    width: 26.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_385px {
    height: 385px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_385px {
    height: 26.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_390px {
    width: 390px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_390px {
    width: 27.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_390px {
    height: 390px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_390px {
    height: 27.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_395px {
    width: 395px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_395px {
    width: 27.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_395px {
    height: 395px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_395px {
    height: 27.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_400px {
    width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_400px {
    width: 27.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_400px {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_400px {
    height: 27.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_405px {
    width: 405px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_405px {
    width: 28.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_405px {
    height: 405px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_405px {
    height: 28.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_410px {
    width: 410px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_410px {
    width: 28.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_410px {
    height: 410px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_410px {
    height: 28.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_415px {
    width: 415px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_415px {
    width: 28.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_415px {
    height: 415px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_415px {
    height: 28.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_420px {
    width: 420px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_420px {
    width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_420px {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_420px {
    height: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_425px {
    width: 425px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_425px {
    width: 29.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_425px {
    height: 425px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_425px {
    height: 29.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_430px {
    width: 430px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_430px {
    width: 29.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_430px {
    height: 430px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_430px {
    height: 29.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_435px {
    width: 435px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_435px {
    width: 30.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_435px {
    height: 435px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_435px {
    height: 30.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_440px {
    width: 440px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_440px {
    width: 30.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_440px {
    height: 440px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_440px {
    height: 30.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_445px {
    width: 445px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_445px {
    width: 30.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_445px {
    height: 445px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_445px {
    height: 30.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_450px {
    width: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_450px {
    width: 31.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_450px {
    height: 450px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_450px {
    height: 31.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_455px {
    width: 455px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_455px {
    width: 31.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_455px {
    height: 455px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_455px {
    height: 31.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_460px {
    width: 460px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_460px {
    width: 31.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_460px {
    height: 460px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_460px {
    height: 31.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_465px {
    width: 465px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_465px {
    width: 32.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_465px {
    height: 465px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_465px {
    height: 32.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_470px {
    width: 470px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_470px {
    width: 32.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_470px {
    height: 470px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_470px {
    height: 32.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_475px {
    width: 475px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_475px {
    width: 32.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_475px {
    height: 475px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_475px {
    height: 32.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_480px {
    width: 480px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_480px {
    width: 33.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_480px {
    height: 480px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_480px {
    height: 33.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_485px {
    width: 485px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_485px {
    width: 33.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_485px {
    height: 485px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_485px {
    height: 33.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_490px {
    width: 490px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_490px {
    width: 34.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_490px {
    height: 490px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_490px {
    height: 34.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_495px {
    width: 495px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_495px {
    width: 34.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_495px {
    height: 495px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_495px {
    height: 34.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_500px {
    width: 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_500px {
    width: 34.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_500px {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_500px {
    height: 34.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_505px {
    width: 505px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_505px {
    width: 35.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_505px {
    height: 505px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_505px {
    height: 35.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_510px {
    width: 510px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_510px {
    width: 35.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_510px {
    height: 510px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_510px {
    height: 35.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_515px {
    width: 515px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_515px {
    width: 35.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_515px {
    height: 515px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_515px {
    height: 35.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_520px {
    width: 520px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_520px {
    width: 36.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_520px {
    height: 520px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_520px {
    height: 36.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_525px {
    width: 525px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_525px {
    width: 36.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_525px {
    height: 525px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_525px {
    height: 36.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_530px {
    width: 530px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_530px {
    width: 36.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_530px {
    height: 530px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_530px {
    height: 36.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_535px {
    width: 535px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_535px {
    width: 37.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_535px {
    height: 535px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_535px {
    height: 37.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_540px {
    width: 540px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_540px {
    width: 37.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_540px {
    height: 540px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_540px {
    height: 37.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_545px {
    width: 545px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_545px {
    width: 37.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_545px {
    height: 545px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_545px {
    height: 37.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_550px {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_550px {
    width: 38.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_550px {
    height: 550px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_550px {
    height: 38.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_555px {
    width: 555px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_555px {
    width: 38.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_555px {
    height: 555px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_555px {
    height: 38.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_560px {
    width: 560px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_560px {
    width: 38.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_560px {
    height: 560px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_560px {
    height: 38.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_565px {
    width: 565px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_565px {
    width: 39.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_565px {
    height: 565px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_565px {
    height: 39.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_570px {
    width: 570px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_570px {
    width: 39.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_570px {
    height: 570px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_570px {
    height: 39.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_575px {
    width: 575px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_575px {
    width: 39.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_575px {
    height: 575px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_575px {
    height: 39.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_580px {
    width: 580px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_580px {
    width: 40.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_580px {
    height: 580px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_580px {
    height: 40.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_585px {
    width: 585px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_585px {
    width: 40.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_585px {
    height: 585px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_585px {
    height: 40.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_590px {
    width: 590px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_590px {
    width: 40.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_590px {
    height: 590px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_590px {
    height: 40.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_595px {
    width: 595px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_595px {
    width: 41.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_595px {
    height: 595px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_595px {
    height: 41.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_600px {
    width: 600px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_600px {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_600px {
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_600px {
    height: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_605px {
    width: 605px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_605px {
    width: 42.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_605px {
    height: 605px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_605px {
    height: 42.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_610px {
    width: 610px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_610px {
    width: 42.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_610px {
    height: 610px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_610px {
    height: 42.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_615px {
    width: 615px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_615px {
    width: 42.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_615px {
    height: 615px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_615px {
    height: 42.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_620px {
    width: 620px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_620px {
    width: 43.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_620px {
    height: 620px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_620px {
    height: 43.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_625px {
    width: 625px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_625px {
    width: 43.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_625px {
    height: 625px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_625px {
    height: 43.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_630px {
    width: 630px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_630px {
    width: 43.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_630px {
    height: 630px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_630px {
    height: 43.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_635px {
    width: 635px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_635px {
    width: 44.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_635px {
    height: 635px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_635px {
    height: 44.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_640px {
    width: 640px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_640px {
    width: 44.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_640px {
    height: 640px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_640px {
    height: 44.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_645px {
    width: 645px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_645px {
    width: 44.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_645px {
    height: 645px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_645px {
    height: 44.7916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_650px {
    width: 650px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_650px {
    width: 45.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_650px {
    height: 650px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_650px {
    height: 45.1388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_655px {
    width: 655px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_655px {
    width: 45.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_655px {
    height: 655px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_655px {
    height: 45.4861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_660px {
    width: 660px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_660px {
    width: 45.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_660px {
    height: 660px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_660px {
    height: 45.8333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_665px {
    width: 665px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_665px {
    width: 46.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_665px {
    height: 665px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_665px {
    height: 46.1805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_670px {
    width: 670px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_670px {
    width: 46.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_670px {
    height: 670px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_670px {
    height: 46.5277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_675px {
    width: 675px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_675px {
    width: 46.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_675px {
    height: 675px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_675px {
    height: 46.875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_680px {
    width: 680px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_680px {
    width: 47.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_680px {
    height: 680px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_680px {
    height: 47.2222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_685px {
    width: 685px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_685px {
    width: 47.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_685px {
    height: 685px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_685px {
    height: 47.5694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_690px {
    width: 690px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_690px {
    width: 47.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_690px {
    height: 690px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_690px {
    height: 47.9166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_695px {
    width: 695px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_695px {
    width: 48.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_695px {
    height: 695px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_695px {
    height: 48.2638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_700px {
    width: 700px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_700px {
    width: 48.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_700px {
    height: 700px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_700px {
    height: 48.6111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_705px {
    width: 705px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_705px {
    width: 48.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_705px {
    height: 705px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_705px {
    height: 48.9583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_710px {
    width: 710px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_710px {
    width: 49.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_710px {
    height: 710px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_710px {
    height: 49.3055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_715px {
    width: 715px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_715px {
    width: 49.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_715px {
    height: 715px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_715px {
    height: 49.6527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_720px {
    width: 720px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_720px {
    width: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_720px {
    height: 720px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_720px {
    height: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_725px {
    width: 725px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_725px {
    width: 50.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_725px {
    height: 725px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_725px {
    height: 50.3472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_730px {
    width: 730px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_730px {
    width: 50.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_730px {
    height: 730px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_730px {
    height: 50.6944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_735px {
    width: 735px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_735px {
    width: 51.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_735px {
    height: 735px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_735px {
    height: 51.0416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_740px {
    width: 740px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_740px {
    width: 51.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_740px {
    height: 740px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_740px {
    height: 51.3888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_745px {
    width: 745px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_745px {
    width: 51.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_745px {
    height: 745px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_745px {
    height: 51.7361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_750px {
    width: 750px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_750px {
    width: 52.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_750px {
    height: 750px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_750px {
    height: 52.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_755px {
    width: 755px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_755px {
    width: 52.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_755px {
    height: 755px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_755px {
    height: 52.4305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_760px {
    width: 760px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_760px {
    width: 52.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_760px {
    height: 760px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_760px {
    height: 52.7777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_765px {
    width: 765px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_765px {
    width: 53.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_765px {
    height: 765px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_765px {
    height: 53.125vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_770px {
    width: 770px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_770px {
    width: 53.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_770px {
    height: 770px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_770px {
    height: 53.4722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_775px {
    width: 775px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_775px {
    width: 53.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_775px {
    height: 775px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_775px {
    height: 53.8194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_780px {
    width: 780px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_780px {
    width: 54.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_780px {
    height: 780px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_780px {
    height: 54.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_785px {
    width: 785px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_785px {
    width: 54.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_785px {
    height: 785px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_785px {
    height: 54.5138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_790px {
    width: 790px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_790px {
    width: 54.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_790px {
    height: 790px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_790px {
    height: 54.8611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_795px {
    width: 795px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_795px {
    width: 55.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_795px {
    height: 795px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_795px {
    height: 55.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_800px {
    width: 800px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_800px {
    width: 55.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_800px {
    height: 800px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_800px {
    height: 55.5555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_805px {
    width: 805px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_805px {
    width: 55.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_805px {
    height: 805px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_805px {
    height: 55.9027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_810px {
    width: 810px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_810px {
    width: 56.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_810px {
    height: 810px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_810px {
    height: 56.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_815px {
    width: 815px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_815px {
    width: 56.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_815px {
    height: 815px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_815px {
    height: 56.5972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_820px {
    width: 820px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_820px {
    width: 56.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_820px {
    height: 820px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_820px {
    height: 56.9444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_825px {
    width: 825px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_825px {
    width: 57.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_825px {
    height: 825px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_825px {
    height: 57.2916666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_830px {
    width: 830px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_830px {
    width: 57.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_830px {
    height: 830px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_830px {
    height: 57.6388888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_835px {
    width: 835px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_835px {
    width: 57.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_835px {
    height: 835px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_835px {
    height: 57.9861111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_840px {
    width: 840px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_840px {
    width: 58.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_840px {
    height: 840px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_840px {
    height: 58.3333333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_845px {
    width: 845px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_845px {
    width: 58.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_845px {
    height: 845px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_845px {
    height: 58.6805555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_850px {
    width: 850px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_850px {
    width: 59.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_850px {
    height: 850px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_850px {
    height: 59.0277777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_855px {
    width: 855px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_855px {
    width: 59.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_855px {
    height: 855px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_855px {
    height: 59.375vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_860px {
    width: 860px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_860px {
    width: 59.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_860px {
    height: 860px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_860px {
    height: 59.7222222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_865px {
    width: 865px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_865px {
    width: 60.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_865px {
    height: 865px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_865px {
    height: 60.0694444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_870px {
    width: 870px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_870px {
    width: 60.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_870px {
    height: 870px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_870px {
    height: 60.4166666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_875px {
    width: 875px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_875px {
    width: 60.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_875px {
    height: 875px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_875px {
    height: 60.7638888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_880px {
    width: 880px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_880px {
    width: 61.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_880px {
    height: 880px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_880px {
    height: 61.1111111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_885px {
    width: 885px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_885px {
    width: 61.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_885px {
    height: 885px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_885px {
    height: 61.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_890px {
    width: 890px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_890px {
    width: 61.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_890px {
    height: 890px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_890px {
    height: 61.8055555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_895px {
    width: 895px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_895px {
    width: 62.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_895px {
    height: 895px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_895px {
    height: 62.1527777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_900px {
    width: 900px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_900px {
    width: 62.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_900px {
    height: 900px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_900px {
    height: 62.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_905px {
    width: 905px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_905px {
    width: 62.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_905px {
    height: 905px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_905px {
    height: 62.8472222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_910px {
    width: 910px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_910px {
    width: 63.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_910px {
    height: 910px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_910px {
    height: 63.1944444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_915px {
    width: 915px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_915px {
    width: 63.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_915px {
    height: 915px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_915px {
    height: 63.5416666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_920px {
    width: 920px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_920px {
    width: 63.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_920px {
    height: 920px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_920px {
    height: 63.8888888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_925px {
    width: 925px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_925px {
    width: 64.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_925px {
    height: 925px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_925px {
    height: 64.2361111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_930px {
    width: 930px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_930px {
    width: 64.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_930px {
    height: 930px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_930px {
    height: 64.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_935px {
    width: 935px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_935px {
    width: 64.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_935px {
    height: 935px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_935px {
    height: 64.9305555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_940px {
    width: 940px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_940px {
    width: 65.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_940px {
    height: 940px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_940px {
    height: 65.2777777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_945px {
    width: 945px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_945px {
    width: 65.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_945px {
    height: 945px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_945px {
    height: 65.625vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_950px {
    width: 950px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_950px {
    width: 65.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_950px {
    height: 950px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_950px {
    height: 65.9722222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_955px {
    width: 955px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_955px {
    width: 66.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_955px {
    height: 955px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_955px {
    height: 66.3194444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_960px {
    width: 960px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_960px {
    width: 66.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_960px {
    height: 960px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_960px {
    height: 66.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_965px {
    width: 965px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_965px {
    width: 67.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_965px {
    height: 965px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_965px {
    height: 67.0138888889vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_970px {
    width: 970px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_970px {
    width: 67.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_970px {
    height: 970px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_970px {
    height: 67.3611111111vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_975px {
    width: 975px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_975px {
    width: 67.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_975px {
    height: 975px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_975px {
    height: 67.7083333333vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_980px {
    width: 980px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_980px {
    width: 68.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_980px {
    height: 980px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_980px {
    height: 68.0555555556vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_985px {
    width: 985px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_985px {
    width: 68.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_985px {
    height: 985px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_985px {
    height: 68.4027777778vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_990px {
    width: 990px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_990px {
    width: 68.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_990px {
    height: 990px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_990px {
    height: 68.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_995px {
    width: 995px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_995px {
    width: 69.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_995px {
    height: 995px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_995px {
    height: 69.0972222222vw;
  }
}
@media only screen and (min-width: 1024px) {
  .w_lg_1000px {
    width: 1000px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .w_lg_1000px {
    width: 69.4444444444vw;
  }
}
@media only screen and (min-width: 1024px) {
  .h_lg_1000px {
    height: 1000px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .h_lg_1000px {
    height: 69.4444444444vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 650px) {
  .w_md_5px {
    width: 5px;
  }

  .h_md_5px {
    height: 5px;
  }

  .w_md_10px {
    width: 10px;
  }

  .h_md_10px {
    height: 10px;
  }

  .w_md_15px {
    width: 15px;
  }

  .h_md_15px {
    height: 15px;
  }

  .w_md_20px {
    width: 20px;
  }

  .h_md_20px {
    height: 20px;
  }

  .w_md_25px {
    width: 25px;
  }

  .h_md_25px {
    height: 25px;
  }

  .w_md_30px {
    width: 30px;
  }

  .h_md_30px {
    height: 30px;
  }

  .w_md_35px {
    width: 35px;
  }

  .h_md_35px {
    height: 35px;
  }

  .w_md_40px {
    width: 40px;
  }

  .h_md_40px {
    height: 40px;
  }

  .w_md_45px {
    width: 45px;
  }

  .h_md_45px {
    height: 45px;
  }

  .w_md_50px {
    width: 50px;
  }

  .h_md_50px {
    height: 50px;
  }

  .w_md_55px {
    width: 55px;
  }

  .h_md_55px {
    height: 55px;
  }

  .w_md_60px {
    width: 60px;
  }

  .h_md_60px {
    height: 60px;
  }

  .w_md_65px {
    width: 65px;
  }

  .h_md_65px {
    height: 65px;
  }

  .w_md_70px {
    width: 70px;
  }

  .h_md_70px {
    height: 70px;
  }

  .w_md_75px {
    width: 75px;
  }

  .h_md_75px {
    height: 75px;
  }

  .w_md_80px {
    width: 80px;
  }

  .h_md_80px {
    height: 80px;
  }

  .w_md_85px {
    width: 85px;
  }

  .h_md_85px {
    height: 85px;
  }

  .w_md_90px {
    width: 90px;
  }

  .h_md_90px {
    height: 90px;
  }

  .w_md_95px {
    width: 95px;
  }

  .h_md_95px {
    height: 95px;
  }

  .w_md_100px {
    width: 100px;
  }

  .h_md_100px {
    height: 100px;
  }

  .w_md_105px {
    width: 105px;
  }

  .h_md_105px {
    height: 105px;
  }

  .w_md_110px {
    width: 110px;
  }

  .h_md_110px {
    height: 110px;
  }

  .w_md_115px {
    width: 115px;
  }

  .h_md_115px {
    height: 115px;
  }

  .w_md_120px {
    width: 120px;
  }

  .h_md_120px {
    height: 120px;
  }

  .w_md_125px {
    width: 125px;
  }

  .h_md_125px {
    height: 125px;
  }

  .w_md_130px {
    width: 130px;
  }

  .h_md_130px {
    height: 130px;
  }

  .w_md_135px {
    width: 135px;
  }

  .h_md_135px {
    height: 135px;
  }

  .w_md_140px {
    width: 140px;
  }

  .h_md_140px {
    height: 140px;
  }

  .w_md_145px {
    width: 145px;
  }

  .h_md_145px {
    height: 145px;
  }

  .w_md_150px {
    width: 150px;
  }

  .h_md_150px {
    height: 150px;
  }

  .w_md_155px {
    width: 155px;
  }

  .h_md_155px {
    height: 155px;
  }

  .w_md_160px {
    width: 160px;
  }

  .h_md_160px {
    height: 160px;
  }

  .w_md_165px {
    width: 165px;
  }

  .h_md_165px {
    height: 165px;
  }

  .w_md_170px {
    width: 170px;
  }

  .h_md_170px {
    height: 170px;
  }

  .w_md_175px {
    width: 175px;
  }

  .h_md_175px {
    height: 175px;
  }

  .w_md_180px {
    width: 180px;
  }

  .h_md_180px {
    height: 180px;
  }

  .w_md_185px {
    width: 185px;
  }

  .h_md_185px {
    height: 185px;
  }

  .w_md_190px {
    width: 190px;
  }

  .h_md_190px {
    height: 190px;
  }

  .w_md_195px {
    width: 195px;
  }

  .h_md_195px {
    height: 195px;
  }

  .w_md_200px {
    width: 200px;
  }

  .h_md_200px {
    height: 200px;
  }

  .w_md_205px {
    width: 205px;
  }

  .h_md_205px {
    height: 205px;
  }

  .w_md_210px {
    width: 210px;
  }

  .h_md_210px {
    height: 210px;
  }

  .w_md_215px {
    width: 215px;
  }

  .h_md_215px {
    height: 215px;
  }

  .w_md_220px {
    width: 220px;
  }

  .h_md_220px {
    height: 220px;
  }

  .w_md_225px {
    width: 225px;
  }

  .h_md_225px {
    height: 225px;
  }

  .w_md_230px {
    width: 230px;
  }

  .h_md_230px {
    height: 230px;
  }

  .w_md_235px {
    width: 235px;
  }

  .h_md_235px {
    height: 235px;
  }

  .w_md_240px {
    width: 240px;
  }

  .h_md_240px {
    height: 240px;
  }

  .w_md_245px {
    width: 245px;
  }

  .h_md_245px {
    height: 245px;
  }

  .w_md_250px {
    width: 250px;
  }

  .h_md_250px {
    height: 250px;
  }

  .w_md_255px {
    width: 255px;
  }

  .h_md_255px {
    height: 255px;
  }

  .w_md_260px {
    width: 260px;
  }

  .h_md_260px {
    height: 260px;
  }

  .w_md_265px {
    width: 265px;
  }

  .h_md_265px {
    height: 265px;
  }

  .w_md_270px {
    width: 270px;
  }

  .h_md_270px {
    height: 270px;
  }

  .w_md_275px {
    width: 275px;
  }

  .h_md_275px {
    height: 275px;
  }

  .w_md_280px {
    width: 280px;
  }

  .h_md_280px {
    height: 280px;
  }

  .w_md_285px {
    width: 285px;
  }

  .h_md_285px {
    height: 285px;
  }

  .w_md_290px {
    width: 290px;
  }

  .h_md_290px {
    height: 290px;
  }

  .w_md_295px {
    width: 295px;
  }

  .h_md_295px {
    height: 295px;
  }

  .w_md_300px {
    width: 300px;
  }

  .h_md_300px {
    height: 300px;
  }

  .w_md_305px {
    width: 305px;
  }

  .h_md_305px {
    height: 305px;
  }

  .w_md_310px {
    width: 310px;
  }

  .h_md_310px {
    height: 310px;
  }

  .w_md_315px {
    width: 315px;
  }

  .h_md_315px {
    height: 315px;
  }

  .w_md_320px {
    width: 320px;
  }

  .h_md_320px {
    height: 320px;
  }

  .w_md_325px {
    width: 325px;
  }

  .h_md_325px {
    height: 325px;
  }

  .w_md_330px {
    width: 330px;
  }

  .h_md_330px {
    height: 330px;
  }

  .w_md_335px {
    width: 335px;
  }

  .h_md_335px {
    height: 335px;
  }

  .w_md_340px {
    width: 340px;
  }

  .h_md_340px {
    height: 340px;
  }

  .w_md_345px {
    width: 345px;
  }

  .h_md_345px {
    height: 345px;
  }

  .w_md_350px {
    width: 350px;
  }

  .h_md_350px {
    height: 350px;
  }

  .w_md_355px {
    width: 355px;
  }

  .h_md_355px {
    height: 355px;
  }

  .w_md_360px {
    width: 360px;
  }

  .h_md_360px {
    height: 360px;
  }

  .w_md_365px {
    width: 365px;
  }

  .h_md_365px {
    height: 365px;
  }

  .w_md_370px {
    width: 370px;
  }

  .h_md_370px {
    height: 370px;
  }

  .w_md_375px {
    width: 375px;
  }

  .h_md_375px {
    height: 375px;
  }

  .w_md_380px {
    width: 380px;
  }

  .h_md_380px {
    height: 380px;
  }

  .w_md_385px {
    width: 385px;
  }

  .h_md_385px {
    height: 385px;
  }

  .w_md_390px {
    width: 390px;
  }

  .h_md_390px {
    height: 390px;
  }

  .w_md_395px {
    width: 395px;
  }

  .h_md_395px {
    height: 395px;
  }

  .w_md_400px {
    width: 400px;
  }

  .h_md_400px {
    height: 400px;
  }

  .w_md_405px {
    width: 405px;
  }

  .h_md_405px {
    height: 405px;
  }

  .w_md_410px {
    width: 410px;
  }

  .h_md_410px {
    height: 410px;
  }

  .w_md_415px {
    width: 415px;
  }

  .h_md_415px {
    height: 415px;
  }

  .w_md_420px {
    width: 420px;
  }

  .h_md_420px {
    height: 420px;
  }

  .w_md_425px {
    width: 425px;
  }

  .h_md_425px {
    height: 425px;
  }

  .w_md_430px {
    width: 430px;
  }

  .h_md_430px {
    height: 430px;
  }

  .w_md_435px {
    width: 435px;
  }

  .h_md_435px {
    height: 435px;
  }

  .w_md_440px {
    width: 440px;
  }

  .h_md_440px {
    height: 440px;
  }

  .w_md_445px {
    width: 445px;
  }

  .h_md_445px {
    height: 445px;
  }

  .w_md_450px {
    width: 450px;
  }

  .h_md_450px {
    height: 450px;
  }

  .w_md_455px {
    width: 455px;
  }

  .h_md_455px {
    height: 455px;
  }

  .w_md_460px {
    width: 460px;
  }

  .h_md_460px {
    height: 460px;
  }

  .w_md_465px {
    width: 465px;
  }

  .h_md_465px {
    height: 465px;
  }

  .w_md_470px {
    width: 470px;
  }

  .h_md_470px {
    height: 470px;
  }

  .w_md_475px {
    width: 475px;
  }

  .h_md_475px {
    height: 475px;
  }

  .w_md_480px {
    width: 480px;
  }

  .h_md_480px {
    height: 480px;
  }

  .w_md_485px {
    width: 485px;
  }

  .h_md_485px {
    height: 485px;
  }

  .w_md_490px {
    width: 490px;
  }

  .h_md_490px {
    height: 490px;
  }

  .w_md_495px {
    width: 495px;
  }

  .h_md_495px {
    height: 495px;
  }

  .w_md_500px {
    width: 500px;
  }

  .h_md_500px {
    height: 500px;
  }

  .w_md_505px {
    width: 505px;
  }

  .h_md_505px {
    height: 505px;
  }

  .w_md_510px {
    width: 510px;
  }

  .h_md_510px {
    height: 510px;
  }

  .w_md_515px {
    width: 515px;
  }

  .h_md_515px {
    height: 515px;
  }

  .w_md_520px {
    width: 520px;
  }

  .h_md_520px {
    height: 520px;
  }

  .w_md_525px {
    width: 525px;
  }

  .h_md_525px {
    height: 525px;
  }

  .w_md_530px {
    width: 530px;
  }

  .h_md_530px {
    height: 530px;
  }

  .w_md_535px {
    width: 535px;
  }

  .h_md_535px {
    height: 535px;
  }

  .w_md_540px {
    width: 540px;
  }

  .h_md_540px {
    height: 540px;
  }

  .w_md_545px {
    width: 545px;
  }

  .h_md_545px {
    height: 545px;
  }

  .w_md_550px {
    width: 550px;
  }

  .h_md_550px {
    height: 550px;
  }

  .w_md_555px {
    width: 555px;
  }

  .h_md_555px {
    height: 555px;
  }

  .w_md_560px {
    width: 560px;
  }

  .h_md_560px {
    height: 560px;
  }

  .w_md_565px {
    width: 565px;
  }

  .h_md_565px {
    height: 565px;
  }

  .w_md_570px {
    width: 570px;
  }

  .h_md_570px {
    height: 570px;
  }

  .w_md_575px {
    width: 575px;
  }

  .h_md_575px {
    height: 575px;
  }

  .w_md_580px {
    width: 580px;
  }

  .h_md_580px {
    height: 580px;
  }

  .w_md_585px {
    width: 585px;
  }

  .h_md_585px {
    height: 585px;
  }

  .w_md_590px {
    width: 590px;
  }

  .h_md_590px {
    height: 590px;
  }

  .w_md_595px {
    width: 595px;
  }

  .h_md_595px {
    height: 595px;
  }

  .w_md_600px {
    width: 600px;
  }

  .h_md_600px {
    height: 600px;
  }

  .w_md_605px {
    width: 605px;
  }

  .h_md_605px {
    height: 605px;
  }

  .w_md_610px {
    width: 610px;
  }

  .h_md_610px {
    height: 610px;
  }

  .w_md_615px {
    width: 615px;
  }

  .h_md_615px {
    height: 615px;
  }

  .w_md_620px {
    width: 620px;
  }

  .h_md_620px {
    height: 620px;
  }

  .w_md_625px {
    width: 625px;
  }

  .h_md_625px {
    height: 625px;
  }

  .w_md_630px {
    width: 630px;
  }

  .h_md_630px {
    height: 630px;
  }

  .w_md_635px {
    width: 635px;
  }

  .h_md_635px {
    height: 635px;
  }

  .w_md_640px {
    width: 640px;
  }

  .h_md_640px {
    height: 640px;
  }

  .w_md_645px {
    width: 645px;
  }

  .h_md_645px {
    height: 645px;
  }

  .w_md_650px {
    width: 650px;
  }

  .h_md_650px {
    height: 650px;
  }

  .w_md_655px {
    width: 655px;
  }

  .h_md_655px {
    height: 655px;
  }

  .w_md_660px {
    width: 660px;
  }

  .h_md_660px {
    height: 660px;
  }

  .w_md_665px {
    width: 665px;
  }

  .h_md_665px {
    height: 665px;
  }

  .w_md_670px {
    width: 670px;
  }

  .h_md_670px {
    height: 670px;
  }

  .w_md_675px {
    width: 675px;
  }

  .h_md_675px {
    height: 675px;
  }

  .w_md_680px {
    width: 680px;
  }

  .h_md_680px {
    height: 680px;
  }

  .w_md_685px {
    width: 685px;
  }

  .h_md_685px {
    height: 685px;
  }

  .w_md_690px {
    width: 690px;
  }

  .h_md_690px {
    height: 690px;
  }

  .w_md_695px {
    width: 695px;
  }

  .h_md_695px {
    height: 695px;
  }

  .w_md_700px {
    width: 700px;
  }

  .h_md_700px {
    height: 700px;
  }

  .w_md_705px {
    width: 705px;
  }

  .h_md_705px {
    height: 705px;
  }

  .w_md_710px {
    width: 710px;
  }

  .h_md_710px {
    height: 710px;
  }

  .w_md_715px {
    width: 715px;
  }

  .h_md_715px {
    height: 715px;
  }

  .w_md_720px {
    width: 720px;
  }

  .h_md_720px {
    height: 720px;
  }

  .w_md_725px {
    width: 725px;
  }

  .h_md_725px {
    height: 725px;
  }

  .w_md_730px {
    width: 730px;
  }

  .h_md_730px {
    height: 730px;
  }

  .w_md_735px {
    width: 735px;
  }

  .h_md_735px {
    height: 735px;
  }

  .w_md_740px {
    width: 740px;
  }

  .h_md_740px {
    height: 740px;
  }

  .w_md_745px {
    width: 745px;
  }

  .h_md_745px {
    height: 745px;
  }

  .w_md_750px {
    width: 750px;
  }

  .h_md_750px {
    height: 750px;
  }

  .w_md_755px {
    width: 755px;
  }

  .h_md_755px {
    height: 755px;
  }

  .w_md_760px {
    width: 760px;
  }

  .h_md_760px {
    height: 760px;
  }

  .w_md_765px {
    width: 765px;
  }

  .h_md_765px {
    height: 765px;
  }

  .w_md_770px {
    width: 770px;
  }

  .h_md_770px {
    height: 770px;
  }

  .w_md_775px {
    width: 775px;
  }

  .h_md_775px {
    height: 775px;
  }

  .w_md_780px {
    width: 780px;
  }

  .h_md_780px {
    height: 780px;
  }

  .w_md_785px {
    width: 785px;
  }

  .h_md_785px {
    height: 785px;
  }

  .w_md_790px {
    width: 790px;
  }

  .h_md_790px {
    height: 790px;
  }

  .w_md_795px {
    width: 795px;
  }

  .h_md_795px {
    height: 795px;
  }

  .w_md_800px {
    width: 800px;
  }

  .h_md_800px {
    height: 800px;
  }

  .w_md_805px {
    width: 805px;
  }

  .h_md_805px {
    height: 805px;
  }

  .w_md_810px {
    width: 810px;
  }

  .h_md_810px {
    height: 810px;
  }

  .w_md_815px {
    width: 815px;
  }

  .h_md_815px {
    height: 815px;
  }

  .w_md_820px {
    width: 820px;
  }

  .h_md_820px {
    height: 820px;
  }

  .w_md_825px {
    width: 825px;
  }

  .h_md_825px {
    height: 825px;
  }

  .w_md_830px {
    width: 830px;
  }

  .h_md_830px {
    height: 830px;
  }

  .w_md_835px {
    width: 835px;
  }

  .h_md_835px {
    height: 835px;
  }

  .w_md_840px {
    width: 840px;
  }

  .h_md_840px {
    height: 840px;
  }

  .w_md_845px {
    width: 845px;
  }

  .h_md_845px {
    height: 845px;
  }

  .w_md_850px {
    width: 850px;
  }

  .h_md_850px {
    height: 850px;
  }

  .w_md_855px {
    width: 855px;
  }

  .h_md_855px {
    height: 855px;
  }

  .w_md_860px {
    width: 860px;
  }

  .h_md_860px {
    height: 860px;
  }

  .w_md_865px {
    width: 865px;
  }

  .h_md_865px {
    height: 865px;
  }

  .w_md_870px {
    width: 870px;
  }

  .h_md_870px {
    height: 870px;
  }

  .w_md_875px {
    width: 875px;
  }

  .h_md_875px {
    height: 875px;
  }

  .w_md_880px {
    width: 880px;
  }

  .h_md_880px {
    height: 880px;
  }

  .w_md_885px {
    width: 885px;
  }

  .h_md_885px {
    height: 885px;
  }

  .w_md_890px {
    width: 890px;
  }

  .h_md_890px {
    height: 890px;
  }

  .w_md_895px {
    width: 895px;
  }

  .h_md_895px {
    height: 895px;
  }

  .w_md_900px {
    width: 900px;
  }

  .h_md_900px {
    height: 900px;
  }

  .w_md_905px {
    width: 905px;
  }

  .h_md_905px {
    height: 905px;
  }

  .w_md_910px {
    width: 910px;
  }

  .h_md_910px {
    height: 910px;
  }

  .w_md_915px {
    width: 915px;
  }

  .h_md_915px {
    height: 915px;
  }

  .w_md_920px {
    width: 920px;
  }

  .h_md_920px {
    height: 920px;
  }

  .w_md_925px {
    width: 925px;
  }

  .h_md_925px {
    height: 925px;
  }

  .w_md_930px {
    width: 930px;
  }

  .h_md_930px {
    height: 930px;
  }

  .w_md_935px {
    width: 935px;
  }

  .h_md_935px {
    height: 935px;
  }

  .w_md_940px {
    width: 940px;
  }

  .h_md_940px {
    height: 940px;
  }

  .w_md_945px {
    width: 945px;
  }

  .h_md_945px {
    height: 945px;
  }

  .w_md_950px {
    width: 950px;
  }

  .h_md_950px {
    height: 950px;
  }

  .w_md_955px {
    width: 955px;
  }

  .h_md_955px {
    height: 955px;
  }

  .w_md_960px {
    width: 960px;
  }

  .h_md_960px {
    height: 960px;
  }

  .w_md_965px {
    width: 965px;
  }

  .h_md_965px {
    height: 965px;
  }

  .w_md_970px {
    width: 970px;
  }

  .h_md_970px {
    height: 970px;
  }

  .w_md_975px {
    width: 975px;
  }

  .h_md_975px {
    height: 975px;
  }

  .w_md_980px {
    width: 980px;
  }

  .h_md_980px {
    height: 980px;
  }

  .w_md_985px {
    width: 985px;
  }

  .h_md_985px {
    height: 985px;
  }

  .w_md_990px {
    width: 990px;
  }

  .h_md_990px {
    height: 990px;
  }

  .w_md_995px {
    width: 995px;
  }

  .h_md_995px {
    height: 995px;
  }

  .w_md_1000px {
    width: 1000px;
  }

  .h_md_1000px {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  .w_sm_5px {
    width: 5px;
  }

  .h_sm_5px {
    height: 5px;
  }

  .w_sm_10px {
    width: 10px;
  }

  .h_sm_10px {
    height: 10px;
  }

  .w_sm_15px {
    width: 15px;
  }

  .h_sm_15px {
    height: 15px;
  }

  .w_sm_20px {
    width: 20px;
  }

  .h_sm_20px {
    height: 20px;
  }

  .w_sm_25px {
    width: 25px;
  }

  .h_sm_25px {
    height: 25px;
  }

  .w_sm_30px {
    width: 30px;
  }

  .h_sm_30px {
    height: 30px;
  }

  .w_sm_35px {
    width: 35px;
  }

  .h_sm_35px {
    height: 35px;
  }

  .w_sm_40px {
    width: 40px;
  }

  .h_sm_40px {
    height: 40px;
  }

  .w_sm_45px {
    width: 45px;
  }

  .h_sm_45px {
    height: 45px;
  }

  .w_sm_50px {
    width: 50px;
  }

  .h_sm_50px {
    height: 50px;
  }

  .w_sm_55px {
    width: 55px;
  }

  .h_sm_55px {
    height: 55px;
  }

  .w_sm_60px {
    width: 60px;
  }

  .h_sm_60px {
    height: 60px;
  }

  .w_sm_65px {
    width: 65px;
  }

  .h_sm_65px {
    height: 65px;
  }

  .w_sm_70px {
    width: 70px;
  }

  .h_sm_70px {
    height: 70px;
  }

  .w_sm_75px {
    width: 75px;
  }

  .h_sm_75px {
    height: 75px;
  }

  .w_sm_80px {
    width: 80px;
  }

  .h_sm_80px {
    height: 80px;
  }

  .w_sm_85px {
    width: 85px;
  }

  .h_sm_85px {
    height: 85px;
  }

  .w_sm_90px {
    width: 90px;
  }

  .h_sm_90px {
    height: 90px;
  }

  .w_sm_95px {
    width: 95px;
  }

  .h_sm_95px {
    height: 95px;
  }

  .w_sm_100px {
    width: 100px;
  }

  .h_sm_100px {
    height: 100px;
  }

  .w_sm_105px {
    width: 105px;
  }

  .h_sm_105px {
    height: 105px;
  }

  .w_sm_110px {
    width: 110px;
  }

  .h_sm_110px {
    height: 110px;
  }

  .w_sm_115px {
    width: 115px;
  }

  .h_sm_115px {
    height: 115px;
  }

  .w_sm_120px {
    width: 120px;
  }

  .h_sm_120px {
    height: 120px;
  }

  .w_sm_125px {
    width: 125px;
  }

  .h_sm_125px {
    height: 125px;
  }

  .w_sm_130px {
    width: 130px;
  }

  .h_sm_130px {
    height: 130px;
  }

  .w_sm_135px {
    width: 135px;
  }

  .h_sm_135px {
    height: 135px;
  }

  .w_sm_140px {
    width: 140px;
  }

  .h_sm_140px {
    height: 140px;
  }

  .w_sm_145px {
    width: 145px;
  }

  .h_sm_145px {
    height: 145px;
  }

  .w_sm_150px {
    width: 150px;
  }

  .h_sm_150px {
    height: 150px;
  }

  .w_sm_155px {
    width: 155px;
  }

  .h_sm_155px {
    height: 155px;
  }

  .w_sm_160px {
    width: 160px;
  }

  .h_sm_160px {
    height: 160px;
  }

  .w_sm_165px {
    width: 165px;
  }

  .h_sm_165px {
    height: 165px;
  }

  .w_sm_170px {
    width: 170px;
  }

  .h_sm_170px {
    height: 170px;
  }

  .w_sm_175px {
    width: 175px;
  }

  .h_sm_175px {
    height: 175px;
  }

  .w_sm_180px {
    width: 180px;
  }

  .h_sm_180px {
    height: 180px;
  }

  .w_sm_185px {
    width: 185px;
  }

  .h_sm_185px {
    height: 185px;
  }

  .w_sm_190px {
    width: 190px;
  }

  .h_sm_190px {
    height: 190px;
  }

  .w_sm_195px {
    width: 195px;
  }

  .h_sm_195px {
    height: 195px;
  }

  .w_sm_200px {
    width: 200px;
  }

  .h_sm_200px {
    height: 200px;
  }

  .w_sm_205px {
    width: 205px;
  }

  .h_sm_205px {
    height: 205px;
  }

  .w_sm_210px {
    width: 210px;
  }

  .h_sm_210px {
    height: 210px;
  }

  .w_sm_215px {
    width: 215px;
  }

  .h_sm_215px {
    height: 215px;
  }

  .w_sm_220px {
    width: 220px;
  }

  .h_sm_220px {
    height: 220px;
  }

  .w_sm_225px {
    width: 225px;
  }

  .h_sm_225px {
    height: 225px;
  }

  .w_sm_230px {
    width: 230px;
  }

  .h_sm_230px {
    height: 230px;
  }

  .w_sm_235px {
    width: 235px;
  }

  .h_sm_235px {
    height: 235px;
  }

  .w_sm_240px {
    width: 240px;
  }

  .h_sm_240px {
    height: 240px;
  }

  .w_sm_245px {
    width: 245px;
  }

  .h_sm_245px {
    height: 245px;
  }

  .w_sm_250px {
    width: 250px;
  }

  .h_sm_250px {
    height: 250px;
  }

  .w_sm_255px {
    width: 255px;
  }

  .h_sm_255px {
    height: 255px;
  }

  .w_sm_260px {
    width: 260px;
  }

  .h_sm_260px {
    height: 260px;
  }

  .w_sm_265px {
    width: 265px;
  }

  .h_sm_265px {
    height: 265px;
  }

  .w_sm_270px {
    width: 270px;
  }

  .h_sm_270px {
    height: 270px;
  }

  .w_sm_275px {
    width: 275px;
  }

  .h_sm_275px {
    height: 275px;
  }

  .w_sm_280px {
    width: 280px;
  }

  .h_sm_280px {
    height: 280px;
  }

  .w_sm_285px {
    width: 285px;
  }

  .h_sm_285px {
    height: 285px;
  }

  .w_sm_290px {
    width: 290px;
  }

  .h_sm_290px {
    height: 290px;
  }

  .w_sm_295px {
    width: 295px;
  }

  .h_sm_295px {
    height: 295px;
  }

  .w_sm_300px {
    width: 300px;
  }

  .h_sm_300px {
    height: 300px;
  }

  .w_sm_305px {
    width: 305px;
  }

  .h_sm_305px {
    height: 305px;
  }

  .w_sm_310px {
    width: 310px;
  }

  .h_sm_310px {
    height: 310px;
  }

  .w_sm_315px {
    width: 315px;
  }

  .h_sm_315px {
    height: 315px;
  }

  .w_sm_320px {
    width: 320px;
  }

  .h_sm_320px {
    height: 320px;
  }

  .w_sm_325px {
    width: 325px;
  }

  .h_sm_325px {
    height: 325px;
  }

  .w_sm_330px {
    width: 330px;
  }

  .h_sm_330px {
    height: 330px;
  }

  .w_sm_335px {
    width: 335px;
  }

  .h_sm_335px {
    height: 335px;
  }

  .w_sm_340px {
    width: 340px;
  }

  .h_sm_340px {
    height: 340px;
  }

  .w_sm_345px {
    width: 345px;
  }

  .h_sm_345px {
    height: 345px;
  }

  .w_sm_350px {
    width: 350px;
  }

  .h_sm_350px {
    height: 350px;
  }

  .w_sm_355px {
    width: 355px;
  }

  .h_sm_355px {
    height: 355px;
  }

  .w_sm_360px {
    width: 360px;
  }

  .h_sm_360px {
    height: 360px;
  }

  .w_sm_365px {
    width: 365px;
  }

  .h_sm_365px {
    height: 365px;
  }

  .w_sm_370px {
    width: 370px;
  }

  .h_sm_370px {
    height: 370px;
  }

  .w_sm_375px {
    width: 375px;
  }

  .h_sm_375px {
    height: 375px;
  }

  .w_sm_380px {
    width: 380px;
  }

  .h_sm_380px {
    height: 380px;
  }

  .w_sm_385px {
    width: 385px;
  }

  .h_sm_385px {
    height: 385px;
  }

  .w_sm_390px {
    width: 390px;
  }

  .h_sm_390px {
    height: 390px;
  }

  .w_sm_395px {
    width: 395px;
  }

  .h_sm_395px {
    height: 395px;
  }

  .w_sm_400px {
    width: 400px;
  }

  .h_sm_400px {
    height: 400px;
  }

  .w_sm_405px {
    width: 405px;
  }

  .h_sm_405px {
    height: 405px;
  }

  .w_sm_410px {
    width: 410px;
  }

  .h_sm_410px {
    height: 410px;
  }

  .w_sm_415px {
    width: 415px;
  }

  .h_sm_415px {
    height: 415px;
  }

  .w_sm_420px {
    width: 420px;
  }

  .h_sm_420px {
    height: 420px;
  }

  .w_sm_425px {
    width: 425px;
  }

  .h_sm_425px {
    height: 425px;
  }

  .w_sm_430px {
    width: 430px;
  }

  .h_sm_430px {
    height: 430px;
  }

  .w_sm_435px {
    width: 435px;
  }

  .h_sm_435px {
    height: 435px;
  }

  .w_sm_440px {
    width: 440px;
  }

  .h_sm_440px {
    height: 440px;
  }

  .w_sm_445px {
    width: 445px;
  }

  .h_sm_445px {
    height: 445px;
  }

  .w_sm_450px {
    width: 450px;
  }

  .h_sm_450px {
    height: 450px;
  }

  .w_sm_455px {
    width: 455px;
  }

  .h_sm_455px {
    height: 455px;
  }

  .w_sm_460px {
    width: 460px;
  }

  .h_sm_460px {
    height: 460px;
  }

  .w_sm_465px {
    width: 465px;
  }

  .h_sm_465px {
    height: 465px;
  }

  .w_sm_470px {
    width: 470px;
  }

  .h_sm_470px {
    height: 470px;
  }

  .w_sm_475px {
    width: 475px;
  }

  .h_sm_475px {
    height: 475px;
  }

  .w_sm_480px {
    width: 480px;
  }

  .h_sm_480px {
    height: 480px;
  }

  .w_sm_485px {
    width: 485px;
  }

  .h_sm_485px {
    height: 485px;
  }

  .w_sm_490px {
    width: 490px;
  }

  .h_sm_490px {
    height: 490px;
  }

  .w_sm_495px {
    width: 495px;
  }

  .h_sm_495px {
    height: 495px;
  }

  .w_sm_500px {
    width: 500px;
  }

  .h_sm_500px {
    height: 500px;
  }

  .w_sm_505px {
    width: 505px;
  }

  .h_sm_505px {
    height: 505px;
  }

  .w_sm_510px {
    width: 510px;
  }

  .h_sm_510px {
    height: 510px;
  }

  .w_sm_515px {
    width: 515px;
  }

  .h_sm_515px {
    height: 515px;
  }

  .w_sm_520px {
    width: 520px;
  }

  .h_sm_520px {
    height: 520px;
  }

  .w_sm_525px {
    width: 525px;
  }

  .h_sm_525px {
    height: 525px;
  }

  .w_sm_530px {
    width: 530px;
  }

  .h_sm_530px {
    height: 530px;
  }

  .w_sm_535px {
    width: 535px;
  }

  .h_sm_535px {
    height: 535px;
  }

  .w_sm_540px {
    width: 540px;
  }

  .h_sm_540px {
    height: 540px;
  }

  .w_sm_545px {
    width: 545px;
  }

  .h_sm_545px {
    height: 545px;
  }

  .w_sm_550px {
    width: 550px;
  }

  .h_sm_550px {
    height: 550px;
  }

  .w_sm_555px {
    width: 555px;
  }

  .h_sm_555px {
    height: 555px;
  }

  .w_sm_560px {
    width: 560px;
  }

  .h_sm_560px {
    height: 560px;
  }

  .w_sm_565px {
    width: 565px;
  }

  .h_sm_565px {
    height: 565px;
  }

  .w_sm_570px {
    width: 570px;
  }

  .h_sm_570px {
    height: 570px;
  }

  .w_sm_575px {
    width: 575px;
  }

  .h_sm_575px {
    height: 575px;
  }

  .w_sm_580px {
    width: 580px;
  }

  .h_sm_580px {
    height: 580px;
  }

  .w_sm_585px {
    width: 585px;
  }

  .h_sm_585px {
    height: 585px;
  }

  .w_sm_590px {
    width: 590px;
  }

  .h_sm_590px {
    height: 590px;
  }

  .w_sm_595px {
    width: 595px;
  }

  .h_sm_595px {
    height: 595px;
  }

  .w_sm_600px {
    width: 600px;
  }

  .h_sm_600px {
    height: 600px;
  }

  .w_sm_605px {
    width: 605px;
  }

  .h_sm_605px {
    height: 605px;
  }

  .w_sm_610px {
    width: 610px;
  }

  .h_sm_610px {
    height: 610px;
  }

  .w_sm_615px {
    width: 615px;
  }

  .h_sm_615px {
    height: 615px;
  }

  .w_sm_620px {
    width: 620px;
  }

  .h_sm_620px {
    height: 620px;
  }

  .w_sm_625px {
    width: 625px;
  }

  .h_sm_625px {
    height: 625px;
  }

  .w_sm_630px {
    width: 630px;
  }

  .h_sm_630px {
    height: 630px;
  }

  .w_sm_635px {
    width: 635px;
  }

  .h_sm_635px {
    height: 635px;
  }

  .w_sm_640px {
    width: 640px;
  }

  .h_sm_640px {
    height: 640px;
  }

  .w_sm_645px {
    width: 645px;
  }

  .h_sm_645px {
    height: 645px;
  }

  .w_sm_650px {
    width: 650px;
  }

  .h_sm_650px {
    height: 650px;
  }

  .w_sm_655px {
    width: 655px;
  }

  .h_sm_655px {
    height: 655px;
  }

  .w_sm_660px {
    width: 660px;
  }

  .h_sm_660px {
    height: 660px;
  }

  .w_sm_665px {
    width: 665px;
  }

  .h_sm_665px {
    height: 665px;
  }

  .w_sm_670px {
    width: 670px;
  }

  .h_sm_670px {
    height: 670px;
  }

  .w_sm_675px {
    width: 675px;
  }

  .h_sm_675px {
    height: 675px;
  }

  .w_sm_680px {
    width: 680px;
  }

  .h_sm_680px {
    height: 680px;
  }

  .w_sm_685px {
    width: 685px;
  }

  .h_sm_685px {
    height: 685px;
  }

  .w_sm_690px {
    width: 690px;
  }

  .h_sm_690px {
    height: 690px;
  }

  .w_sm_695px {
    width: 695px;
  }

  .h_sm_695px {
    height: 695px;
  }

  .w_sm_700px {
    width: 700px;
  }

  .h_sm_700px {
    height: 700px;
  }

  .w_sm_705px {
    width: 705px;
  }

  .h_sm_705px {
    height: 705px;
  }

  .w_sm_710px {
    width: 710px;
  }

  .h_sm_710px {
    height: 710px;
  }

  .w_sm_715px {
    width: 715px;
  }

  .h_sm_715px {
    height: 715px;
  }

  .w_sm_720px {
    width: 720px;
  }

  .h_sm_720px {
    height: 720px;
  }

  .w_sm_725px {
    width: 725px;
  }

  .h_sm_725px {
    height: 725px;
  }

  .w_sm_730px {
    width: 730px;
  }

  .h_sm_730px {
    height: 730px;
  }

  .w_sm_735px {
    width: 735px;
  }

  .h_sm_735px {
    height: 735px;
  }

  .w_sm_740px {
    width: 740px;
  }

  .h_sm_740px {
    height: 740px;
  }

  .w_sm_745px {
    width: 745px;
  }

  .h_sm_745px {
    height: 745px;
  }

  .w_sm_750px {
    width: 750px;
  }

  .h_sm_750px {
    height: 750px;
  }

  .w_sm_755px {
    width: 755px;
  }

  .h_sm_755px {
    height: 755px;
  }

  .w_sm_760px {
    width: 760px;
  }

  .h_sm_760px {
    height: 760px;
  }

  .w_sm_765px {
    width: 765px;
  }

  .h_sm_765px {
    height: 765px;
  }

  .w_sm_770px {
    width: 770px;
  }

  .h_sm_770px {
    height: 770px;
  }

  .w_sm_775px {
    width: 775px;
  }

  .h_sm_775px {
    height: 775px;
  }

  .w_sm_780px {
    width: 780px;
  }

  .h_sm_780px {
    height: 780px;
  }

  .w_sm_785px {
    width: 785px;
  }

  .h_sm_785px {
    height: 785px;
  }

  .w_sm_790px {
    width: 790px;
  }

  .h_sm_790px {
    height: 790px;
  }

  .w_sm_795px {
    width: 795px;
  }

  .h_sm_795px {
    height: 795px;
  }

  .w_sm_800px {
    width: 800px;
  }

  .h_sm_800px {
    height: 800px;
  }

  .w_sm_805px {
    width: 805px;
  }

  .h_sm_805px {
    height: 805px;
  }

  .w_sm_810px {
    width: 810px;
  }

  .h_sm_810px {
    height: 810px;
  }

  .w_sm_815px {
    width: 815px;
  }

  .h_sm_815px {
    height: 815px;
  }

  .w_sm_820px {
    width: 820px;
  }

  .h_sm_820px {
    height: 820px;
  }

  .w_sm_825px {
    width: 825px;
  }

  .h_sm_825px {
    height: 825px;
  }

  .w_sm_830px {
    width: 830px;
  }

  .h_sm_830px {
    height: 830px;
  }

  .w_sm_835px {
    width: 835px;
  }

  .h_sm_835px {
    height: 835px;
  }

  .w_sm_840px {
    width: 840px;
  }

  .h_sm_840px {
    height: 840px;
  }

  .w_sm_845px {
    width: 845px;
  }

  .h_sm_845px {
    height: 845px;
  }

  .w_sm_850px {
    width: 850px;
  }

  .h_sm_850px {
    height: 850px;
  }

  .w_sm_855px {
    width: 855px;
  }

  .h_sm_855px {
    height: 855px;
  }

  .w_sm_860px {
    width: 860px;
  }

  .h_sm_860px {
    height: 860px;
  }

  .w_sm_865px {
    width: 865px;
  }

  .h_sm_865px {
    height: 865px;
  }

  .w_sm_870px {
    width: 870px;
  }

  .h_sm_870px {
    height: 870px;
  }

  .w_sm_875px {
    width: 875px;
  }

  .h_sm_875px {
    height: 875px;
  }

  .w_sm_880px {
    width: 880px;
  }

  .h_sm_880px {
    height: 880px;
  }

  .w_sm_885px {
    width: 885px;
  }

  .h_sm_885px {
    height: 885px;
  }

  .w_sm_890px {
    width: 890px;
  }

  .h_sm_890px {
    height: 890px;
  }

  .w_sm_895px {
    width: 895px;
  }

  .h_sm_895px {
    height: 895px;
  }

  .w_sm_900px {
    width: 900px;
  }

  .h_sm_900px {
    height: 900px;
  }

  .w_sm_905px {
    width: 905px;
  }

  .h_sm_905px {
    height: 905px;
  }

  .w_sm_910px {
    width: 910px;
  }

  .h_sm_910px {
    height: 910px;
  }

  .w_sm_915px {
    width: 915px;
  }

  .h_sm_915px {
    height: 915px;
  }

  .w_sm_920px {
    width: 920px;
  }

  .h_sm_920px {
    height: 920px;
  }

  .w_sm_925px {
    width: 925px;
  }

  .h_sm_925px {
    height: 925px;
  }

  .w_sm_930px {
    width: 930px;
  }

  .h_sm_930px {
    height: 930px;
  }

  .w_sm_935px {
    width: 935px;
  }

  .h_sm_935px {
    height: 935px;
  }

  .w_sm_940px {
    width: 940px;
  }

  .h_sm_940px {
    height: 940px;
  }

  .w_sm_945px {
    width: 945px;
  }

  .h_sm_945px {
    height: 945px;
  }

  .w_sm_950px {
    width: 950px;
  }

  .h_sm_950px {
    height: 950px;
  }

  .w_sm_955px {
    width: 955px;
  }

  .h_sm_955px {
    height: 955px;
  }

  .w_sm_960px {
    width: 960px;
  }

  .h_sm_960px {
    height: 960px;
  }

  .w_sm_965px {
    width: 965px;
  }

  .h_sm_965px {
    height: 965px;
  }

  .w_sm_970px {
    width: 970px;
  }

  .h_sm_970px {
    height: 970px;
  }

  .w_sm_975px {
    width: 975px;
  }

  .h_sm_975px {
    height: 975px;
  }

  .w_sm_980px {
    width: 980px;
  }

  .h_sm_980px {
    height: 980px;
  }

  .w_sm_985px {
    width: 985px;
  }

  .h_sm_985px {
    height: 985px;
  }

  .w_sm_990px {
    width: 990px;
  }

  .h_sm_990px {
    height: 990px;
  }

  .w_sm_995px {
    width: 995px;
  }

  .h_sm_995px {
    height: 995px;
  }

  .w_sm_1000px {
    width: 1000px;
  }

  .h_sm_1000px {
    height: 1000px;
  }
}
.wpforms-container form .wpforms-error {
  color: red;
}
.wpforms-container form label {
  display: block;
  font-size: 18px;
  font-family: "Majorant";
}
.wpforms-container form label.wpforms-label-hide {
  display: none;
}
.wpforms-container form input:not([type=checkbox]), .wpforms-container form textarea {
  width: 100%;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #DFDFDF;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.wpforms-container form input:not([type=checkbox]).wpforms-error, .wpforms-container form textarea.wpforms-error {
  border-color: red;
}
.wpforms-container form .wpforms-field {
  padding: 10px 0;
}
.wpforms-container form .wpforms-field.wpforms-one-half {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.wpforms-container form .wpforms-field.wpforms-one-half.wpforms-first {
  margin-left: 0 !important;
}
.wpforms-container form .wpforms-field.wpforms-field-checkbox {
  margin-bottom: 15px;
}
.wpforms-container form .wpforms-field.wpforms-field-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpforms-container form .wpforms-field.wpforms-field-checkbox ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.wpforms-container form .wpforms-field.wpforms-field-checkbox ul li label {
  margin-bottom: 0;
  margin-left: 10px;
}
.wpforms-container form .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
  -moz-columns: 2;
       columns: 2;
}
.wpforms-container form .wpforms-submit-container {
  text-align: right;
}
.wpforms-container form .wpforms-submit-container button {
  padding: 15px 25px;
  color: #fff;
  background: #F2930A;
  font-family: "Majorant";
  font-size: 18px;
  margin-top: 10px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
}
.wpforms-container form .wpforms-field-hp {
  display: none;
}
.wpforms-container .wpforms-sublabel-hide {
  display: none;
}
.wpforms-container .wpforms-field input {
  float: left;
  margin-bottom: 15px;
}
.wpforms-container .wpforms-field-row-block.wpforms-one-half {
  width: 48%;
  float: left;
}
.wpforms-container .wpforms-field-row-block.wpforms-one-half.wpforms-first {
  margin-right: 4%;
}

.wpforms-image-choices-modern {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-columns: 3;
       columns: 3;
}
.wpforms-image-choices-modern li {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 15px;
  border: 3px solid transparent;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.wpforms-image-choices-modern li.wpforms-selected {
  border-color: #F2930A;
}
.wpforms-image-choices-modern img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
.wpforms-image-choices-modern input {
  position: absolute;
  visibility: hidden;
}
.wpforms-image-choices-modern .wpforms-image-choices-label {
  display: block;
  margin-top: 25px;
}

@media (max-width: 1599.98px) {
  .wpforms-container form .wpforms-error {
    color: red;
  }
  .wpforms-container form label {
    display: block;
    font-size: 1.25vw;
    font-family: "Majorant";
  }
  .wpforms-container form label.wpforms-label-hide {
    display: none;
  }
  .wpforms-container form input:not([type=checkbox]), .wpforms-container form textarea {
    width: 100%;
    border-radius: 1.3888888889vw;
    padding: 0.6944444444vw 1.0416666667vw;
    border: 1px solid #DFDFDF;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  .wpforms-container form input:not([type=checkbox]).wpforms-error, .wpforms-container form textarea.wpforms-error {
    border-color: red;
  }
  .wpforms-container form .wpforms-field {
    padding: 10px 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half {
    width: 48%;
    float: left;
    margin-left: 4%;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half.wpforms-first {
    margin-left: 0 !important;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li label {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
    -moz-columns: 2;
         columns: 2;
  }
  .wpforms-container form .wpforms-submit-container {
    text-align: right;
  }
  .wpforms-container form .wpforms-submit-container button {
    padding: 1.0416666667vw 1.7361111111vw;
    color: #fff;
    background: #F2930A;
    font-family: "Majorant";
    font-size: 1.25vw;
    margin-top: 0.6944444444vw;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }
  .wpforms-container form .wpforms-field-hp {
    display: none;
  }
  .wpforms-container .wpforms-sublabel-hide {
    display: none;
  }
  .wpforms-container .wpforms-field input {
    float: left;
    margin-bottom: 15px;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half {
    width: 48%;
    float: left;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half.wpforms-first {
    margin-right: 4%;
  }

  .wpforms-image-choices-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
  }
  .wpforms-image-choices-modern li {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 3px solid transparent;
    transition: all 0.3s ease-out;
    border-radius: 0.6944444444vw;
  }
  .wpforms-image-choices-modern li.wpforms-selected {
    border-color: #F2930A;
  }
  .wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
  }
  .wpforms-image-choices-modern input {
    position: absolute;
    visibility: hidden;
  }
  .wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 991.98px) {
  .wpforms-container form .wpforms-error {
    color: red;
  }
  .wpforms-container form label {
    display: block;
    font-size: 1.25vw;
    font-family: "Majorant";
  }
  .wpforms-container form label.wpforms-label-hide {
    display: none;
  }
  .wpforms-container form input:not([type=checkbox]), .wpforms-container form textarea {
    width: 100%;
    border-radius: 1.3888888889vw;
    padding: 0.6944444444vw 1.0416666667vw;
    border: 1px solid #DFDFDF;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  .wpforms-container form input:not([type=checkbox]).wpforms-error, .wpforms-container form textarea.wpforms-error {
    border-color: red;
  }
  .wpforms-container form .wpforms-field {
    padding: 10px 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half {
    width: 48%;
    float: left;
    margin-left: 4%;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half.wpforms-first {
    margin-left: 0 !important;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li label {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
    -moz-columns: 2;
         columns: 2;
  }
  .wpforms-container form .wpforms-submit-container {
    text-align: right;
  }
  .wpforms-container form .wpforms-submit-container button {
    padding: 1.0416666667vw 1.7361111111vw;
    color: #fff;
    background: #F2930A;
    font-family: "Majorant";
    font-size: 1.25vw;
    margin-top: 0.6944444444vw;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }
  .wpforms-container form .wpforms-field-hp {
    display: none;
  }
  .wpforms-container .wpforms-sublabel-hide {
    display: none;
  }
  .wpforms-container .wpforms-field input {
    float: left;
    margin-bottom: 15px;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half {
    width: 48%;
    float: left;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half.wpforms-first {
    margin-right: 4%;
  }

  .wpforms-image-choices-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
  }
  .wpforms-image-choices-modern li {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 3px solid transparent;
    transition: all 0.3s ease-out;
    border-radius: 0.6944444444vw;
  }
  .wpforms-image-choices-modern li.wpforms-selected {
    border-color: #F2930A;
  }
  .wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
  }
  .wpforms-image-choices-modern input {
    position: absolute;
    visibility: hidden;
  }
  .wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .wpforms-container form .wpforms-error {
    color: red;
  }
  .wpforms-container form label {
    display: block;
    font-size: 2.34375vw;
    font-family: "Majorant";
  }
  .wpforms-container form label.wpforms-label-hide {
    display: none;
  }
  .wpforms-container form input:not([type=checkbox]), .wpforms-container form textarea {
    width: 100%;
    border-radius: 2.6041666667vw;
    padding: 1.3020833333vw 1.953125vw;
    border: 1px solid #DFDFDF;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  .wpforms-container form input:not([type=checkbox]).wpforms-error, .wpforms-container form textarea.wpforms-error {
    border-color: red;
  }
  .wpforms-container form .wpforms-field {
    padding: 10px 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half.wpforms-first {
    margin-left: 0 !important;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox {
    margin-bottom: 1.953125vw;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li label {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
    -moz-columns: 1;
         columns: 1;
  }
  .wpforms-container form .wpforms-submit-container {
    text-align: right;
  }
  .wpforms-container form .wpforms-submit-container button {
    padding: 1.953125vw 3.2552083333vw;
    color: #fff;
    background: #F2930A;
    font-family: "Majorant";
    font-size: 2.34375vw;
    margin-top: 1.3020833333vw;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }
  .wpforms-container form .wpforms-field-hp {
    display: none;
  }
  .wpforms-container .wpforms-sublabel-hide {
    display: none;
  }
  .wpforms-container .wpforms-field input {
    float: left;
    margin-bottom: 15px;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half {
    width: 48%;
    float: left;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half.wpforms-first {
    margin-right: 4%;
  }

  .wpforms-image-choices-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
  }
  .wpforms-image-choices-modern li {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 3px solid transparent;
    transition: all 0.3s ease-out;
    border-radius: 1.3020833333vw;
  }
  .wpforms-image-choices-modern li.wpforms-selected {
    border-color: #F2930A;
  }
  .wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
  }
  .wpforms-image-choices-modern input {
    position: absolute;
    visibility: hidden;
  }
  .wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .wpforms-container form .wpforms-error {
    color: red;
  }
  .wpforms-container form label {
    display: block;
    font-size: 4.8vw;
    font-family: "Majorant";
  }
  .wpforms-container form label.wpforms-label-hide {
    display: none;
  }
  .wpforms-container form input:not([type=checkbox]), .wpforms-container form textarea {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 2.6666666667vw 4vw;
    border: 1px solid #DFDFDF;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  .wpforms-container form input:not([type=checkbox]).wpforms-error, .wpforms-container form textarea.wpforms-error {
    border-color: red;
  }
  .wpforms-container form .wpforms-field {
    padding: 10px 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-one-half.wpforms-first {
    margin-left: 0 !important;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox {
    margin-bottom: 4vw;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox ul li label {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .wpforms-container form .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
    -moz-columns: 1;
         columns: 1;
  }
  .wpforms-container form .wpforms-submit-container {
    text-align: right;
  }
  .wpforms-container form .wpforms-submit-container button {
    padding: 4vw 6.6666666667vw;
    color: #fff;
    background: #F2930A;
    font-family: "Majorant";
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }
  .wpforms-container form .wpforms-field-hp {
    display: none;
  }
  .wpforms-container .wpforms-sublabel-hide {
    display: none;
  }
  .wpforms-container .wpforms-field input {
    float: left;
    margin-bottom: 15px;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half {
    width: 48%;
    float: left;
  }
  .wpforms-container .wpforms-field-row-block.wpforms-one-half.wpforms-first {
    margin-right: 4%;
  }

  .wpforms-image-choices-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
  }
  .wpforms-image-choices-modern li {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 3px solid transparent;
    transition: all 0.3s ease-out;
    border-radius: 2.6666666667vw;
  }
  .wpforms-image-choices-modern li.wpforms-selected {
    border-color: #F2930A;
  }
  .wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
  }
  .wpforms-image-choices-modern input {
    position: absolute;
    visibility: hidden;
  }
  .wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (max-width: 650px) {
  .wpforms-image-choices-modern {
    -moz-columns: 1;
         columns: 1;
  }
  .wpforms-image-choices-modern li {
    margin-bottom: 15px;
  }
  .wpforms-image-choices-modern li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .open_filters, .filter_header, .close_filter {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar #page {
    margin-top: 32px;
  }
  body.admin-bar #header {
    top: 46px;
  }
  body.admin-bar #header.sticky {
    top: 0;
  }

  .top_bar, .triangle {
    display: none;
  }

  #page {
    margin-top: 47px;
  }

  #homepage_header {
    padding-top: 0;
  }

  #header {
    top: 0;
  }
  #header .menu_box {
    display: none;
  }
  #header .icon_col {
    padding-right: 25px;
    padding-left: 0;
  }
  #header .icon_col.responsive_menu {
    padding-right: 0;
  }
  #header .icon_col.responsive_menu .menu_icon {
    padding: 0 10px;
    width: 100px;
  }
  #header .icon_col.responsive_menu .menu_icon span {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3.5px;
  }
  #header .icon_col .menu_icon {
    border: none;
    background: transparent;
  }
  #header .icon_col .menu_icon:hover {
    background: transparent;
  }
  #header .icon_col .menu_icon.active {
    background: transparent;
  }
  #header .icon_col .my_account {
    display: none;
  }

  #homepage_header .header_slider .slide::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  #homepage_header .slider_box .arrows {
    display: none;
  }

  .mobile_menu_box {
    position: fixed;
    top: 63px;
    background: #fff;
    height: 100%;
    max-height: calc(100vh - 63px);
    overflow: auto;
    padding: 0;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile_menu_box.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .mobile_menu_box ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile_menu_box ul li {
    border-bottom: 1px solid #DFDFDF;
  }
  .mobile_menu_box ul li i {
    margin-right: 10px;
  }
  .mobile_menu_box ul li.menu-item-has-children {
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile_menu_box ul li.menu-item-has-children > a {
    position: relative;
    display: block;
  }
  .mobile_menu_box ul li.menu-item-has-children > a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .mobile_menu_box ul li.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    max-height: calc(100vh - 118px);
    overflow: auto;
    padding: 55px 0 55px 0;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 8;
  }
  .mobile_menu_box ul li.menu-item-has-children .sub-menu .back_to_home {
    background: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mobile_menu_box ul li.menu-item-has-children .sub-menu .back_to_home a::before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro", sans-serif;
    margin-right: 10px;
  }
  .mobile_menu_box ul li.menu-item-has-children .sub-menu.toggled {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .mobile_menu_box ul li a {
    color: #2B2B29;
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
    display: block;
  }

  .hamburger {
    width: 20px;
    height: 13px;
    z-index: 18;
  }

  .hamburgerTop,
.hamburgerMiddle,
.hamburgerBottom {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #2B2B29;
  }

  .hamburgerTop,
.hamburgerBottom {
    transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
  }

  .hamburgerMiddle {
    transition: opacity 0.2s ease 0.5s;
  }

  /* Margin between the layers */
  .hamburgerMiddle {
    margin-top: 5px;
  }

  .hamburgerBottom {
    margin-top: 10px;
  }

  .hamburgerTop.open,
.hamburgerBottom.open {
    transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
  }

  .hamburgerTop.open {
    transform: rotate(45deg);
    margin-top: 5px;
  }

  .hamburgerMiddle.open {
    opacity: 0;
    transition: none;
  }

  .hamburgerBottom.open {
    transform: rotate(-45deg);
    margin-top: 5px;
  }

  #homepage_header > .container {
    max-width: 100%;
    padding: 0;
  }
  #homepage_header .usps_row .usps .row {
    background: transparent;
  }
  #homepage_header .usps_row .usps .row .usp {
    justify-content: center;
    padding: 10px 15px;
  }

  .filter_col {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 0;
  }
  .filter_col .filter_header {
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 10px;
    align-items: center;
  }
  .filter_col .filter_header span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #F5F5F5;
  }
  .filter_col .filter_header h3, .filter_col .filter_header .h3 {
    width: calc(100% - 60px);
    padding-left: 25px;
    margin-bottom: -4px;
  }
  .filter_col form {
    height: 100%;
    max-height: calc(100vh - 135px);
    overflow: auto;
    padding-bottom: 125px;
  }
  .filter_col form select {
    outline: none;
  }
  .filter_col .filter_sidebar#type, .filter_col .filter_sidebar#options {
    padding: 15px;
    margin-bottom: 0;
  }
  .filter_col .filter_sidebar#type .filter_box, .filter_col .filter_sidebar#options .filter_box {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
  }
  .filter_col .filter_sidebar#type {
    padding-bottom: 0;
  }
  .filter_col .bottom_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  .filter_col .bottom_buttons span, .filter_col .bottom_buttons a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px 7px 5px;
  }
  .filter_col .bottom_buttons .reset_filters {
    width: 36%;
    margin-top: 0;
    font-weight: 600;
  }
  .filter_col .bottom_buttons .close_filter {
    background: #F2930A;
    color: #fff;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    width: 62%;
  }
  .filter_col.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .product_order_row {
    display: none !important;
  }

  .product_col {
    width: 100%;
    margin: 0 auto;
  }

  .open_filters {
    background: #F2930A;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
  }
  .open_filters i {
    margin-left: 5px;
  }
  .open_filters.fixed {
    position: fixed;
    bottom: 15px;
    margin-bottom: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
  }
  .open_filters.fixed.sticky {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 650px) {
  .bottom_bar {
    text-align: center;
    padding-top: 35px;
  }
  .bottom_bar .sep {
    display: none !important;
  }
  .bottom_bar .col-12 span, .bottom_bar .col-12 a {
    display: block;
    margin-bottom: 10px;
  }
  .bottom_bar .col-12 span a, .bottom_bar .col-12 a a {
    display: inline-block;
  }

  .button_box_top {
    margin: 35px 0 25px 0;
  }

  .quantity {
    max-width: 170px;
  }

  #cart_page .woocommerce-cart-form .shop_table .cart_item .product_thumbnail {
    display: none;
  }
}
*,
*::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);
  overflow-x: hidden !important;
}

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

aside {
  padding: 5px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  overflow-x: hidden !important;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1330px;
  }
}
@media (max-width: 1599.98px) and (min-width: 1441px) {
  .container {
    max-width: 92.3611111111vw;
  }
}
@media (max-width: 991.98px) and (min-width: 1441px) {
  .container {
    max-width: 92.3611111111vw;
  }
}
@media (max-width: 767.98px) and (min-width: 1441px) {
  .container {
    max-width: 173.1770833333vw;
  }
}
@media (max-width: 575.98px) and (min-width: 1441px) {
  .container {
    max-width: 354.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1599.98px) and (min-width: 1600px) {
  .container {
    max-width: 111.1111111111vw;
  }
}
@media (max-width: 991.98px) and (min-width: 1600px) {
  .container {
    max-width: 111.1111111111vw;
  }
}
@media (max-width: 767.98px) and (min-width: 1600px) {
  .container {
    max-width: 208.3333333333vw;
  }
}
@media (max-width: 575.98px) and (min-width: 1600px) {
  .container {
    max-width: 426.6666666667vw;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #000;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #7C008C !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1026px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 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;
}

.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;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.aligncenter {
  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;
  }

  .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;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-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;
  }

  .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;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-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;
  }

  .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;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-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;
  }

  .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;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .has-text-align-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7C008C !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #380040 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.wrapper {
  padding: 30px 0;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.jumbotron {
  margin-bottom: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #7C008C;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #6c757d !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}

.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.slide {
  list-style: none;
}

/* END Align column */
.gallery-column-4 {
  webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
