@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: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #6D9393;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #343a40;
  --bs-primary: #000;
  --bs-secondary: #868e96;
  --bs-success: #6D9393;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #e6e6e6;
  --bs-dark: #000;
  --bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 2rem 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-family: "HeadingPro-Bold", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

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

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

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

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

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

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

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

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: #000;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
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: #6D9393;
  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;
}

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

::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;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1;
}
@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;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1;
}
@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;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

.list-unstyled, #sidenav .sidenav_content ul.menu {
  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: 2rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -2rem;
  margin-bottom: 2rem;
  font-size: 0.875em;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #868e96;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  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: 1340px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --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: 1340px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 auto;
  width: 81.25%;
}

.col-14 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-15 {
  flex: 0 0 auto;
  width: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 6rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 6.25%;
  }
  .offset-sm-2 {
    margin-left: 12.5%;
  }
  .offset-sm-3 {
    margin-left: 18.75%;
  }
  .offset-sm-4 {
    margin-left: 25%;
  }
  .offset-sm-5 {
    margin-left: 31.25%;
  }
  .offset-sm-6 {
    margin-left: 37.5%;
  }
  .offset-sm-7 {
    margin-left: 43.75%;
  }
  .offset-sm-8 {
    margin-left: 50%;
  }
  .offset-sm-9 {
    margin-left: 56.25%;
  }
  .offset-sm-10 {
    margin-left: 62.5%;
  }
  .offset-sm-11 {
    margin-left: 68.75%;
  }
  .offset-sm-12 {
    margin-left: 75%;
  }
  .offset-sm-13 {
    margin-left: 81.25%;
  }
  .offset-sm-14 {
    margin-left: 87.5%;
  }
  .offset-sm-15 {
    margin-left: 93.75%;
  }
  .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.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 6.25%;
  }
  .offset-md-2 {
    margin-left: 12.5%;
  }
  .offset-md-3 {
    margin-left: 18.75%;
  }
  .offset-md-4 {
    margin-left: 25%;
  }
  .offset-md-5 {
    margin-left: 31.25%;
  }
  .offset-md-6 {
    margin-left: 37.5%;
  }
  .offset-md-7 {
    margin-left: 43.75%;
  }
  .offset-md-8 {
    margin-left: 50%;
  }
  .offset-md-9 {
    margin-left: 56.25%;
  }
  .offset-md-10 {
    margin-left: 62.5%;
  }
  .offset-md-11 {
    margin-left: 68.75%;
  }
  .offset-md-12 {
    margin-left: 75%;
  }
  .offset-md-13 {
    margin-left: 81.25%;
  }
  .offset-md-14 {
    margin-left: 87.5%;
  }
  .offset-md-15 {
    margin-left: 93.75%;
  }
  .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.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 6rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 6.25%;
  }
  .offset-lg-2 {
    margin-left: 12.5%;
  }
  .offset-lg-3 {
    margin-left: 18.75%;
  }
  .offset-lg-4 {
    margin-left: 25%;
  }
  .offset-lg-5 {
    margin-left: 31.25%;
  }
  .offset-lg-6 {
    margin-left: 37.5%;
  }
  .offset-lg-7 {
    margin-left: 43.75%;
  }
  .offset-lg-8 {
    margin-left: 50%;
  }
  .offset-lg-9 {
    margin-left: 56.25%;
  }
  .offset-lg-10 {
    margin-left: 62.5%;
  }
  .offset-lg-11 {
    margin-left: 68.75%;
  }
  .offset-lg-12 {
    margin-left: 75%;
  }
  .offset-lg-13 {
    margin-left: 81.25%;
  }
  .offset-lg-14 {
    margin-left: 87.5%;
  }
  .offset-lg-15 {
    margin-left: 93.75%;
  }
  .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.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1340px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 6.25%;
  }
  .offset-xl-2 {
    margin-left: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 18.75%;
  }
  .offset-xl-4 {
    margin-left: 25%;
  }
  .offset-xl-5 {
    margin-left: 31.25%;
  }
  .offset-xl-6 {
    margin-left: 37.5%;
  }
  .offset-xl-7 {
    margin-left: 43.75%;
  }
  .offset-xl-8 {
    margin-left: 50%;
  }
  .offset-xl-9 {
    margin-left: 56.25%;
  }
  .offset-xl-10 {
    margin-left: 62.5%;
  }
  .offset-xl-11 {
    margin-left: 68.75%;
  }
  .offset-xl-12 {
    margin-left: 75%;
  }
  .offset-xl-13 {
    margin-left: 81.25%;
  }
  .offset-xl-14 {
    margin-left: 87.5%;
  }
  .offset-xl-15 {
    margin-left: 93.75%;
  }
  .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.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 6rem;
  }
}
.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .casegrid .casegrid__controls .btn.is-checked {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover, .casegrid .casegrid__controls .btn.is-checked:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .casegrid .casegrid__controls .btn-check:focus + .btn.is-checked, .btn-primary:focus, .casegrid .casegrid__controls .btn.is-checked:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary, .casegrid .casegrid__controls .btn-check:checked + .btn.is-checked, .btn-check:active + .btn-primary, .casegrid .casegrid__controls .btn-check:active + .btn.is-checked, .btn-primary:active, .casegrid .casegrid__controls .btn.is-checked:active, .btn-primary.active, .casegrid .casegrid__controls .active.btn.is-checked, .show > .btn-primary.dropdown-toggle, .casegrid .casegrid__controls .show > .dropdown-toggle.btn.is-checked {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .casegrid .casegrid__controls .btn-check:checked + .btn.is-checked:focus, .btn-check:active + .btn-primary:focus, .casegrid .casegrid__controls .btn-check:active + .btn.is-checked:focus, .btn-primary:active:focus, .casegrid .casegrid__controls .btn.is-checked:active:focus, .btn-primary.active:focus, .casegrid .casegrid__controls .active.btn.is-checked:focus, .show > .btn-primary.dropdown-toggle:focus, .casegrid .casegrid__controls .show > .dropdown-toggle.btn.is-checked:focus {
  box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
}
.btn-primary:disabled, .casegrid .casegrid__controls .btn.is-checked:disabled, .btn-primary.disabled, .casegrid .casegrid__controls .disabled.btn.is-checked {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #000;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #000;
  background-color: #989fa6;
  border-color: #9299a1;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #989fa6;
  border-color: #9299a1;
  box-shadow: 0 0 0 0.1rem rgba(114, 121, 128, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #9ea5ab;
  border-color: #9299a1;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(114, 121, 128, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-success {
  color: #000;
  background-color: #6D9393;
  border-color: #6D9393;
}
.btn-success:hover {
  color: #000;
  background-color: #83a3a3;
  border-color: #7c9e9e;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #83a3a3;
  border-color: #7c9e9e;
  box-shadow: 0 0 0 0.1rem rgba(93, 125, 125, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #8aa9a9;
  border-color: #7c9e9e;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(93, 125, 125, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #6D9393;
  border-color: #6D9393;
}

.btn-info {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
  box-shadow: 0 0 0 0.1rem rgba(20, 138, 156, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #45b5c6;
  border-color: #2eabbf;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(20, 138, 156, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.1rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.1rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-light:hover {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
  box-shadow: 0 0 0 0.1rem rgba(196, 196, 196, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #ebebeb;
  border-color: #e9e9e9;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(196, 196, 196, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-primary, .row_cases .btn, .casegrid .casegrid__controls .btn {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover, .row_cases .btn:hover, .casegrid .casegrid__controls .btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-primary, .row_cases .btn-check:focus + .btn, .casegrid .casegrid__controls .btn-check:focus + .btn, .btn-outline-primary:focus, .row_cases .btn:focus, .casegrid .casegrid__controls .btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .row_cases .btn-check:checked + .btn, .casegrid .casegrid__controls .btn-check:checked + .btn, .btn-check:active + .btn-outline-primary, .row_cases .btn-check:active + .btn, .casegrid .casegrid__controls .btn-check:active + .btn, .btn-outline-primary:active, .row_cases .btn:active, .casegrid .casegrid__controls .btn:active, .btn-outline-primary.active, .row_cases .active.btn, .casegrid .casegrid__controls .active.btn, .btn-outline-primary.dropdown-toggle.show, .row_cases .dropdown-toggle.show.btn, .casegrid .casegrid__controls .dropdown-toggle.show.btn {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-primary:focus, .row_cases .btn-check:checked + .btn:focus, .casegrid .casegrid__controls .btn-check:checked + .btn:focus, .btn-check:active + .btn-outline-primary:focus, .row_cases .btn-check:active + .btn:focus, .casegrid .casegrid__controls .btn-check:active + .btn:focus, .btn-outline-primary:active:focus, .row_cases .btn:active:focus, .casegrid .casegrid__controls .btn:active:focus, .btn-outline-primary.active:focus, .row_cases .active.btn:focus, .casegrid .casegrid__controls .active.btn:focus, .btn-outline-primary.dropdown-toggle.show:focus, .row_cases .dropdown-toggle.show.btn:focus, .casegrid .casegrid__controls .dropdown-toggle.show.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .row_cases .btn:disabled, .casegrid .casegrid__controls .btn:disabled, .btn-outline-primary.disabled, .row_cases .disabled.btn, .casegrid .casegrid__controls .disabled.btn {
  color: #000;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.1rem rgba(134, 142, 150, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-success {
  color: #6D9393;
  border-color: #6D9393;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #6D9393;
  border-color: #6D9393;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(109, 147, 147, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #6D9393;
  border-color: #6D9393;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(109, 147, 147, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #6D9393;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light, .slider_main .swiper-content .btn {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-light:hover, .slider_main .swiper-content .btn:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-check:focus + .btn-outline-light, .slider_main .swiper-content .btn-check:focus + .btn, .btn-outline-light:focus, .slider_main .swiper-content .btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(230, 230, 230, 0.5);
}
.btn-check:checked + .btn-outline-light, .slider_main .swiper-content .btn-check:checked + .btn, .btn-check:active + .btn-outline-light, .slider_main .swiper-content .btn-check:active + .btn, .btn-outline-light:active, .slider_main .swiper-content .btn:active, .btn-outline-light.active, .slider_main .swiper-content .active.btn, .btn-outline-light.dropdown-toggle.show, .slider_main .swiper-content .dropdown-toggle.show.btn {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-check:checked + .btn-outline-light:focus, .slider_main .swiper-content .btn-check:checked + .btn:focus, .btn-check:active + .btn-outline-light:focus, .slider_main .swiper-content .btn-check:active + .btn:focus, .btn-outline-light:active:focus, .slider_main .swiper-content .btn:active:focus, .btn-outline-light.active:focus, .slider_main .swiper-content .active.btn:focus, .btn-outline-light.dropdown-toggle.show:focus, .slider_main .swiper-content .dropdown-toggle.show.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(230, 230, 230, 0.5);
}
.btn-outline-light:disabled, .slider_main .swiper-content .btn:disabled, .btn-outline-light.disabled, .slider_main .swiper-content .disabled.btn {
  color: #e6e6e6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .navbar ul.menu li.menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link, .navbar ul.menu li.menu-item a {
    transition: none;
  }
}
.nav-link:hover, .navbar ul.menu li.menu-item a:hover, .nav-link:focus, .navbar ul.menu li.menu-item a:focus {
  color: black;
  text-decoration: none;
}
.nav-link.disabled, .navbar ul.menu li.menu-item a.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs .nav-link, .nav-tabs .navbar ul.menu li.menu-item a, .navbar ul.menu li.menu-item .nav-tabs a {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .navbar ul.menu li.menu-item a:hover, .navbar ul.menu li.menu-item .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .navbar ul.menu li.menu-item a:focus, .navbar ul.menu li.menu-item .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #e6e6e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled, .nav-tabs .navbar ul.menu li.menu-item a.disabled, .navbar ul.menu li.menu-item .nav-tabs a.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .navbar ul.menu li.menu-item a.active, .navbar ul.menu li.menu-item .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar ul.menu li.menu-item a,
.navbar ul.menu li.menu-item .nav-tabs .nav-item.show a,
.nav-tabs .navbar ul.menu li.show.menu-item .nav-link,
.nav-tabs .navbar ul.menu li.show.menu-item a,
.navbar ul.menu .nav-tabs li.show.menu-item .nav-link,
.navbar ul.menu .nav-tabs li.show.menu-item a {
  color: #495057;
  background-color: #fff;
  border-color: #e6e6e6 #e6e6e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link, .nav-pills .navbar ul.menu li.menu-item a, .navbar ul.menu li.menu-item .nav-pills a {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active, .nav-pills .navbar ul.menu li.menu-item a.active, .navbar ul.menu li.menu-item .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .navbar ul.menu li.menu-item .show > a,
.navbar ul.menu li.menu-item .nav-pills .show > a {
  color: #fff;
  background-color: #000;
}

.nav-fill > .nav-link, .navbar ul.menu li.menu-item .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .navbar ul.menu li.menu-item,
.navbar ul.menu .nav-fill li.menu-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .navbar ul.menu li.menu-item .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .navbar ul.menu li.menu-item,
.navbar ul.menu .nav-justified li.menu-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .navbar ul.menu li.menu-item .nav-fill .nav-item a, .nav-fill .navbar ul.menu li.menu-item .nav-link, .nav-fill .navbar ul.menu li.menu-item a, .navbar ul.menu .nav-fill li.menu-item .nav-link, .navbar ul.menu .nav-fill li.menu-item a,
.nav-justified .nav-item .nav-link,
.navbar ul.menu li.menu-item .nav-justified .nav-item a,
.nav-justified .navbar ul.menu li.menu-item .nav-link,
.nav-justified .navbar ul.menu li.menu-item a,
.navbar ul.menu .nav-justified li.menu-item .nav-link,
.navbar ul.menu .nav-justified li.menu-item a {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand, .navbar .brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar .brand:hover, .navbar-brand:focus, .navbar .brand:focus {
  text-decoration: none;
}

.navbar-nav, .navbar ul.menu {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar ul.menu .nav-link, .navbar ul.menu li.menu-item a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu, .navbar ul.menu .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse, .navbar #menuCollapse {
  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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav, .navbar-expand-sm .navbar ul.menu, .navbar .navbar-expand-sm ul.menu {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar ul.menu .dropdown-menu, .navbar .navbar-expand-sm ul.menu .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar ul.menu li.menu-item .navbar-expand-sm .navbar-nav a, .navbar-expand-sm .navbar ul.menu .nav-link, .navbar-expand-sm .navbar ul.menu li.menu-item a, .navbar .navbar-expand-sm ul.menu .nav-link, .navbar .navbar-expand-sm ul.menu li.menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse, .navbar-expand-sm .navbar #menuCollapse, .navbar .navbar-expand-sm #menuCollapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md, .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav, .navbar .navbar-nav, .navbar ul.menu {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar .navbar-nav .dropdown-menu, .navbar ul.menu .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar .navbar-nav .nav-link, .navbar ul.menu .nav-link, .navbar ul.menu li.menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll, .navbar .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse, .navbar .navbar-collapse, .navbar #menuCollapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler, .navbar .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav, .navbar-expand-lg .navbar ul.menu, .navbar .navbar-expand-lg ul.menu {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar ul.menu .dropdown-menu, .navbar .navbar-expand-lg ul.menu .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar ul.menu li.menu-item .navbar-expand-lg .navbar-nav a, .navbar-expand-lg .navbar ul.menu .nav-link, .navbar-expand-lg .navbar ul.menu li.menu-item a, .navbar .navbar-expand-lg ul.menu .nav-link, .navbar .navbar-expand-lg ul.menu li.menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse, .navbar-expand-lg .navbar #menuCollapse, .navbar .navbar-expand-lg #menuCollapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1340px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav, .navbar-expand-xl .navbar ul.menu, .navbar .navbar-expand-xl ul.menu {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar ul.menu .dropdown-menu, .navbar .navbar-expand-xl ul.menu .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar ul.menu li.menu-item .navbar-expand-xl .navbar-nav a, .navbar-expand-xl .navbar ul.menu .nav-link, .navbar-expand-xl .navbar ul.menu li.menu-item a, .navbar .navbar-expand-xl ul.menu .nav-link, .navbar .navbar-expand-xl ul.menu li.menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse, .navbar-expand-xl .navbar #menuCollapse, .navbar .navbar-expand-xl #menuCollapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav, .navbar-expand .navbar ul.menu, .navbar .navbar-expand ul.menu {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar ul.menu .dropdown-menu, .navbar .navbar-expand ul.menu .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar ul.menu li.menu-item .navbar-expand .navbar-nav a, .navbar-expand .navbar ul.menu .nav-link, .navbar-expand .navbar ul.menu li.menu-item a, .navbar .navbar-expand ul.menu .nav-link, .navbar .navbar-expand ul.menu li.menu-item a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse, .navbar-expand .navbar #menuCollapse, .navbar .navbar-expand #menuCollapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar .brand, .navbar .navbar-light .brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar .brand:hover, .navbar .navbar-light .brand:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar .brand:focus, .navbar .navbar-light .brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar ul.menu li.menu-item .navbar-light .navbar-nav a, .navbar-light .navbar ul.menu .nav-link, .navbar-light .navbar ul.menu li.menu-item a, .navbar .navbar-light ul.menu .nav-link, .navbar .navbar-light ul.menu li.menu-item a {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar ul.menu li.menu-item .navbar-light .navbar-nav a:hover, .navbar-light .navbar ul.menu .nav-link:hover, .navbar-light .navbar ul.menu li.menu-item a:hover, .navbar .navbar-light ul.menu .nav-link:hover, .navbar .navbar-light ul.menu li.menu-item a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar ul.menu li.menu-item .navbar-light .navbar-nav a:focus, .navbar-light .navbar ul.menu .nav-link:focus, .navbar-light .navbar ul.menu li.menu-item a:focus, .navbar .navbar-light ul.menu .nav-link:focus, .navbar .navbar-light ul.menu li.menu-item a:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar ul.menu li.menu-item .navbar-light .navbar-nav a.disabled, .navbar-light .navbar ul.menu .nav-link.disabled, .navbar-light .navbar ul.menu li.menu-item a.disabled, .navbar .navbar-light ul.menu .nav-link.disabled, .navbar .navbar-light ul.menu li.menu-item a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar ul.menu li.menu-item .navbar-light .navbar-nav .show > a, .navbar-light .navbar ul.menu .show > .nav-link, .navbar-light .navbar ul.menu li.menu-item .show > a, .navbar .navbar-light ul.menu .show > .nav-link, .navbar .navbar-light ul.menu li.menu-item .show > a,
.navbar-light .navbar-nav .nav-link.active,
.navbar ul.menu li.menu-item .navbar-light .navbar-nav a.active,
.navbar-light .navbar ul.menu .nav-link.active,
.navbar-light .navbar ul.menu li.menu-item a.active,
.navbar .navbar-light ul.menu .nav-link.active,
.navbar .navbar-light ul.menu li.menu-item a.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand, .navbar .navbar-brand, .navbar .brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar .navbar-brand:hover, .navbar .brand:hover, .navbar-dark .navbar-brand:focus, .navbar .navbar-brand:focus, .navbar .brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar .navbar-nav .nav-link, .navbar ul.menu .nav-link, .navbar ul.menu li.menu-item a {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:hover, .navbar ul.menu .nav-link:hover, .navbar ul.menu li.menu-item a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:focus, .navbar ul.menu .nav-link:focus, .navbar ul.menu li.menu-item a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar .navbar-nav .nav-link.disabled, .navbar ul.menu .nav-link.disabled, .navbar ul.menu li.menu-item a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar .navbar-nav .show > .nav-link, .navbar ul.menu .show > .nav-link, .navbar ul.menu li.menu-item .show > a,
.navbar-dark .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active,
.navbar ul.menu .nav-link.active,
.navbar ul.menu li.menu-item a.active {
  color: #fff;
}
.navbar-dark .navbar-toggler, .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon, .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' version='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6h40M0 20h40M0 34h40' stroke='%23FFF' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text, .navbar .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.link-primary {
  color: #000;
}
.link-primary:hover, .link-primary:focus {
  color: black;
}

.link-secondary {
  color: #868e96;
}
.link-secondary:hover, .link-secondary:focus {
  color: #9ea5ab;
}

.link-success {
  color: #6D9393;
}
.link-success:hover, .link-success:focus {
  color: #8aa9a9;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}

.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: #e6e6e6;
}
.link-light:hover, .link-light:focus {
  color: #ebebeb;
}

.link-dark {
  color: #000;
}
.link-dark:hover, .link-dark:focus {
  color: black;
}

.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, .navbar {
  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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1340px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    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: -webkit-sticky !important;
  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 #000 !important;
}

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #868e96 !important;
}

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

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

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

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

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

.border-dark {
  border-color: #000 !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.5rem !important;
}

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

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

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

.gap-5 {
  gap: 6rem !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, .row_jobs .jobs__item:nth-child(even) .jobs__content {
  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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 6rem !important;
  margin-left: 6rem !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.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.125rem !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: #000 !important;
}

.text-secondary {
  color: #868e96 !important;
}

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

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

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

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

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

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

.text-white, footer.socket .socket_content {
  color: #fff !important;
}

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

.text-muted {
  color: #6D9393 !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: #000 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

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

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

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

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

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

.bg-dark {
  background-color: #000 !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.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 2rem !important;
  }
  .gap-sm-4 {
    gap: 3rem !important;
  }
  .gap-sm-5 {
    gap: 6rem !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.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .m-sm-5 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 2rem !important;
  }
  .mt-sm-4 {
    margin-top: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 2rem !important;
  }
  .me-sm-4 {
    margin-right: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 2rem !important;
  }
  .ms-sm-4 {
    margin-left: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .p-sm-5 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 2rem !important;
  }
  .pe-sm-4 {
    padding-right: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 2rem !important;
  }
  .ps-sm-4 {
    padding-left: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 6rem !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.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 2rem !important;
  }
  .gap-md-4 {
    gap: 3rem !important;
  }
  .gap-md-5 {
    gap: 6rem !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.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .m-md-5 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 2rem !important;
  }
  .mt-md-4 {
    margin-top: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 2rem !important;
  }
  .me-md-4 {
    margin-right: 3rem !important;
  }
  .me-md-5 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 2rem !important;
  }
  .ms-md-4 {
    margin-left: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .p-md-5 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 2rem !important;
  }
  .pe-md-4 {
    padding-right: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 2rem !important;
  }
  .ps-md-4 {
    padding-left: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 6rem !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.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 2rem !important;
  }
  .gap-lg-4 {
    gap: 3rem !important;
  }
  .gap-lg-5 {
    gap: 6rem !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.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .m-lg-5 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 2rem !important;
  }
  .mt-lg-4 {
    margin-top: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 2rem !important;
  }
  .me-lg-4 {
    margin-right: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 2rem !important;
  }
  .ms-lg-4 {
    margin-left: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 2rem !important;
  }
  .pe-lg-4 {
    padding-right: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 2rem !important;
  }
  .ps-lg-4 {
    padding-left: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 6rem !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: 1340px) {
  .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.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 2rem !important;
  }
  .gap-xl-4 {
    gap: 3rem !important;
  }
  .gap-xl-5 {
    gap: 6rem !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.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .m-xl-5 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-4 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 2rem !important;
  }
  .mt-xl-4 {
    margin-top: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 2rem !important;
  }
  .me-xl-4 {
    margin-right: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 2rem !important;
  }
  .ms-xl-4 {
    margin-left: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .p-xl-5 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-4 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 2rem !important;
  }
  .pe-xl-4 {
    padding-right: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 2rem !important;
  }
  .ps-xl-4 {
    padding-left: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 6rem !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: 1200px) {
  .fs-1 {
    font-size: 3.75rem !important;
  }
  .fs-2 {
    font-size: 3rem !important;
  }
  .fs-3 {
    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;
  }
}
.container {
  max-width: 1340px;
}

.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  padding-bottom: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
}

footer.socket {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

@media (max-width: 575.98px) {
  .container, .col, .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-13, .col-14, .col-15, .col-16, .col-auto, .col-lg, .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-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-auto, .col-md, .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-13, .col-md-14, .col-md-15, .col-md-16, .col-md-auto, .col-sm, .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-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-auto, .col-xl, .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-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-auto, .gform_wrapper .ginput_complex.ginput_container_name > span {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .container .row, .col .row, .col-1 .row, .col-2 .row, .col-3 .row, .col-4 .row, .col-5 .row, .col-6 .row, .col-7 .row, .col-8 .row, .col-9 .row, .col-10 .row, .col-11 .row, .col-12 .row, .col-13 .row, .col-14 .row, .col-15 .row, .col-16 .row, .col-auto .row, .col-lg .row, .col-lg-1 .row, .col-lg-2 .row, .col-lg-3 .row, .col-lg-4 .row, .col-lg-5 .row, .col-lg-6 .row, .col-lg-7 .row, .col-lg-8 .row, .col-lg-9 .row, .col-lg-10 .row, .col-lg-11 .row, .col-lg-12 .row, .col-lg-13 .row, .col-lg-14 .row, .col-lg-15 .row, .col-lg-16 .row, .col-lg-auto .row, .col-md .row, .col-md-1 .row, .col-md-2 .row, .col-md-3 .row, .col-md-4 .row, .col-md-5 .row, .col-md-6 .row, .col-md-7 .row, .col-md-8 .row, .col-md-9 .row, .col-md-10 .row, .col-md-11 .row, .col-md-12 .row, .col-md-13 .row, .col-md-14 .row, .col-md-15 .row, .col-md-16 .row, .col-md-auto .row, .col-sm .row, .col-sm-1 .row, .col-sm-2 .row, .col-sm-3 .row, .col-sm-4 .row, .col-sm-5 .row, .col-sm-6 .row, .col-sm-7 .row, .col-sm-8 .row, .col-sm-9 .row, .col-sm-10 .row, .col-sm-11 .row, .col-sm-12 .row, .col-sm-13 .row, .col-sm-14 .row, .col-sm-15 .row, .col-sm-16 .row, .col-sm-auto .row, .col-xl .row, .col-xl-1 .row, .col-xl-2 .row, .col-xl-3 .row, .col-xl-4 .row, .col-xl-5 .row, .col-xl-6 .row, .col-xl-7 .row, .col-xl-8 .row, .col-xl-9 .row, .col-xl-10 .row, .col-xl-11 .row, .col-xl-12 .row, .col-xl-13 .row, .col-xl-14 .row, .col-xl-15 .row, .col-xl-16 .row, .col-xl-auto .row, .gform_wrapper .ginput_complex.ginput_container_name > span .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
/* Spacing
-------------------------------------------------- */
body > main {
  padding-top: calc(72px + 1rem);
}
@media (min-width: 992px) {
  body > main {
    padding-top: calc(72px + 3rem);
  }
}

/* Rows
-------------------------------------------------- */
@media (min-width: 992px) {
  .row_pad_r {
    padding-left: 10%;
    padding-right: 30%;
  }
  .row_pad_l {
    padding-left: 30%;
    padding-right: 10%;
  }
}
.bg_clr .row {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .bg_clr .row {
    padding-top: 3.5rem;
  }
}

/* Grid system
-------------------------------------------------- */
body:not(.page):not(.single-cases) > .content {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

/* ACF Layout
-------------------------------------------------- */
.acf_row {
  position: relative;
}
.acf_row > .row > [class^=col] {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .acf_row > .row > [class^=col] {
    padding-bottom: 4rem;
  }
}
.acf_row > .row > [class^=col] img {
  max-width: 100%;
  height: auto;
}
.acf_row:last-child {
  margin-bottom: 0;
}

.acf_clr {
  overflow: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .acf_clr {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .acf_clr > .acf_row {
    margin-bottom: 0;
  }
}
.acf_clr > .acf_row > .row {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf_clr > .acf_row > .row {
    padding-top: 3rem;
  }
}
.acf_clr + .acf_clr {
  margin-top: -1.5rem;
}
@media (min-width: 992px) {
  .acf_clr + .acf_clr {
    margin-top: -3rem;
  }
}

/* Aspect Ratio Mixin
-------------------------------------------------- */
/* Algin
------------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* Section
------------------------------------------------- */
.wp-block-webbakery-section-block {
  position: relative;
}

@media only screen and (min-width: 650px) {
  body .lg_w_50, .block-editor__container .lg_w_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_50, .block-editor__container .lg_w_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_50, .block-editor__container .lg_w_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_50, .block-editor__container .lg_w_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_50, .block-editor__container .lg_w_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_100, .block-editor__container .lg_w_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_100, .block-editor__container .lg_w_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_100, .block-editor__container .lg_w_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_100, .block-editor__container .lg_w_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_100, .block-editor__container .lg_w_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_150, .block-editor__container .lg_w_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_150, .block-editor__container .lg_w_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_150, .block-editor__container .lg_w_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_150, .block-editor__container .lg_w_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_150, .block-editor__container .lg_w_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_200, .block-editor__container .lg_w_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_200, .block-editor__container .lg_w_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_200, .block-editor__container .lg_w_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_200, .block-editor__container .lg_w_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_200, .block-editor__container .lg_w_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_250, .block-editor__container .lg_w_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_250, .block-editor__container .lg_w_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_250, .block-editor__container .lg_w_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_250, .block-editor__container .lg_w_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_250, .block-editor__container .lg_w_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_300, .block-editor__container .lg_w_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_300, .block-editor__container .lg_w_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_300, .block-editor__container .lg_w_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_300, .block-editor__container .lg_w_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_300, .block-editor__container .lg_w_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_350, .block-editor__container .lg_w_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_350, .block-editor__container .lg_w_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_350, .block-editor__container .lg_w_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_350, .block-editor__container .lg_w_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_350, .block-editor__container .lg_w_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_400, .block-editor__container .lg_w_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_400, .block-editor__container .lg_w_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_400, .block-editor__container .lg_w_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_400, .block-editor__container .lg_w_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_400, .block-editor__container .lg_w_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_500, .block-editor__container .lg_w_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_500, .block-editor__container .lg_w_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_500, .block-editor__container .lg_w_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_500, .block-editor__container .lg_w_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_500, .block-editor__container .lg_w_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_600, .block-editor__container .lg_w_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_600, .block-editor__container .lg_w_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_600, .block-editor__container .lg_w_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_600, .block-editor__container .lg_w_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_600, .block-editor__container .lg_w_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_650, .block-editor__container .lg_w_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_650, .block-editor__container .lg_w_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_650, .block-editor__container .lg_w_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_650, .block-editor__container .lg_w_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_650, .block-editor__container .lg_w_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_700, .block-editor__container .lg_w_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_700, .block-editor__container .lg_w_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_700, .block-editor__container .lg_w_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_700, .block-editor__container .lg_w_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_700, .block-editor__container .lg_w_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_750, .block-editor__container .lg_w_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_750, .block-editor__container .lg_w_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_750, .block-editor__container .lg_w_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_750, .block-editor__container .lg_w_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_750, .block-editor__container .lg_w_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_800, .block-editor__container .lg_w_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_800, .block-editor__container .lg_w_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_800, .block-editor__container .lg_w_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_800, .block-editor__container .lg_w_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_800, .block-editor__container .lg_w_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_850, .block-editor__container .lg_w_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_850, .block-editor__container .lg_w_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_850, .block-editor__container .lg_w_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_850, .block-editor__container .lg_w_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_850, .block-editor__container .lg_w_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_900, .block-editor__container .lg_w_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_900, .block-editor__container .lg_w_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_900, .block-editor__container .lg_w_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_900, .block-editor__container .lg_w_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_900, .block-editor__container .lg_w_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_950, .block-editor__container .lg_w_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_950, .block-editor__container .lg_w_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_950, .block-editor__container .lg_w_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_950, .block-editor__container .lg_w_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_950, .block-editor__container .lg_w_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1000, .block-editor__container .lg_w_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1000, .block-editor__container .lg_w_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1000, .block-editor__container .lg_w_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1000, .block-editor__container .lg_w_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1000, .block-editor__container .lg_w_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1050, .block-editor__container .lg_w_1050 {
    width: 1050px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1050, .block-editor__container .lg_w_1050 {
    width: 1050px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1050, .block-editor__container .lg_w_1050 {
    width: 1050px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1050, .block-editor__container .lg_w_1050 {
    width: 1050px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1050, .block-editor__container .lg_w_1050 {
    width: 1050px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1100, .block-editor__container .lg_w_1100 {
    width: 1100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1100, .block-editor__container .lg_w_1100 {
    width: 1100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1100, .block-editor__container .lg_w_1100 {
    width: 1100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1100, .block-editor__container .lg_w_1100 {
    width: 1100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1100, .block-editor__container .lg_w_1100 {
    width: 1100px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1150, .block-editor__container .lg_w_1150 {
    width: 1150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1150, .block-editor__container .lg_w_1150 {
    width: 1150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1150, .block-editor__container .lg_w_1150 {
    width: 1150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1150, .block-editor__container .lg_w_1150 {
    width: 1150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1150, .block-editor__container .lg_w_1150 {
    width: 1150px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1200, .block-editor__container .lg_w_1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1200, .block-editor__container .lg_w_1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1200, .block-editor__container .lg_w_1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1200, .block-editor__container .lg_w_1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1200, .block-editor__container .lg_w_1200 {
    width: 1200px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1250, .block-editor__container .lg_w_1250 {
    width: 1250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1250, .block-editor__container .lg_w_1250 {
    width: 1250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1250, .block-editor__container .lg_w_1250 {
    width: 1250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1250, .block-editor__container .lg_w_1250 {
    width: 1250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1250, .block-editor__container .lg_w_1250 {
    width: 1250px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1300, .block-editor__container .lg_w_1300 {
    width: 1300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1300, .block-editor__container .lg_w_1300 {
    width: 1300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1300, .block-editor__container .lg_w_1300 {
    width: 1300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1300, .block-editor__container .lg_w_1300 {
    width: 1300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1300, .block-editor__container .lg_w_1300 {
    width: 1300px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1350, .block-editor__container .lg_w_1350 {
    width: 1350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1350, .block-editor__container .lg_w_1350 {
    width: 1350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1350, .block-editor__container .lg_w_1350 {
    width: 1350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1350, .block-editor__container .lg_w_1350 {
    width: 1350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1350, .block-editor__container .lg_w_1350 {
    width: 1350px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1400, .block-editor__container .lg_w_1400 {
    width: 1400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1400, .block-editor__container .lg_w_1400 {
    width: 1400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1400, .block-editor__container .lg_w_1400 {
    width: 1400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1400, .block-editor__container .lg_w_1400 {
    width: 1400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1400, .block-editor__container .lg_w_1400 {
    width: 1400px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1450, .block-editor__container .lg_w_1450 {
    width: 1450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1450, .block-editor__container .lg_w_1450 {
    width: 1450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1450, .block-editor__container .lg_w_1450 {
    width: 1450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1450, .block-editor__container .lg_w_1450 {
    width: 1450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1450, .block-editor__container .lg_w_1450 {
    width: 1450px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1500, .block-editor__container .lg_w_1500 {
    width: 1500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1500, .block-editor__container .lg_w_1500 {
    width: 1500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1500, .block-editor__container .lg_w_1500 {
    width: 1500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1500, .block-editor__container .lg_w_1500 {
    width: 1500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1500, .block-editor__container .lg_w_1500 {
    width: 1500px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1550, .block-editor__container .lg_w_1550 {
    width: 1550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1550, .block-editor__container .lg_w_1550 {
    width: 1550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1550, .block-editor__container .lg_w_1550 {
    width: 1550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1550, .block-editor__container .lg_w_1550 {
    width: 1550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1550, .block-editor__container .lg_w_1550 {
    width: 1550px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1600, .block-editor__container .lg_w_1600 {
    width: 1600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1600, .block-editor__container .lg_w_1600 {
    width: 1600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1600, .block-editor__container .lg_w_1600 {
    width: 1600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1600, .block-editor__container .lg_w_1600 {
    width: 1600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1600, .block-editor__container .lg_w_1600 {
    width: 1600px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1650, .block-editor__container .lg_w_1650 {
    width: 1650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1650, .block-editor__container .lg_w_1650 {
    width: 1650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1650, .block-editor__container .lg_w_1650 {
    width: 1650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1650, .block-editor__container .lg_w_1650 {
    width: 1650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1650, .block-editor__container .lg_w_1650 {
    width: 1650px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1700, .block-editor__container .lg_w_1700 {
    width: 1700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1700, .block-editor__container .lg_w_1700 {
    width: 1700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1700, .block-editor__container .lg_w_1700 {
    width: 1700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1700, .block-editor__container .lg_w_1700 {
    width: 1700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1700, .block-editor__container .lg_w_1700 {
    width: 1700px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1750, .block-editor__container .lg_w_1750 {
    width: 1750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1750, .block-editor__container .lg_w_1750 {
    width: 1750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1750, .block-editor__container .lg_w_1750 {
    width: 1750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1750, .block-editor__container .lg_w_1750 {
    width: 1750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1750, .block-editor__container .lg_w_1750 {
    width: 1750px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1800, .block-editor__container .lg_w_1800 {
    width: 1800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1800, .block-editor__container .lg_w_1800 {
    width: 1800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1800, .block-editor__container .lg_w_1800 {
    width: 1800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1800, .block-editor__container .lg_w_1800 {
    width: 1800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1800, .block-editor__container .lg_w_1800 {
    width: 1800px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_w_1900, .block-editor__container .lg_w_1900 {
    width: 1900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_w_1900, .block-editor__container .lg_w_1900 {
    width: 1900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_w_1900, .block-editor__container .lg_w_1900 {
    width: 1900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_w_1900, .block-editor__container .lg_w_1900 {
    width: 1900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_w_1900, .block-editor__container .lg_w_1900 {
    width: 1900px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_50, .block-editor__container .lg_h_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_50, .block-editor__container .lg_h_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_50, .block-editor__container .lg_h_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_50, .block-editor__container .lg_h_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_50, .block-editor__container .lg_h_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_100, .block-editor__container .lg_h_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_100, .block-editor__container .lg_h_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_100, .block-editor__container .lg_h_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_100, .block-editor__container .lg_h_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_100, .block-editor__container .lg_h_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_150, .block-editor__container .lg_h_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_150, .block-editor__container .lg_h_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_150, .block-editor__container .lg_h_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_150, .block-editor__container .lg_h_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_150, .block-editor__container .lg_h_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_200, .block-editor__container .lg_h_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_200, .block-editor__container .lg_h_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_200, .block-editor__container .lg_h_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_200, .block-editor__container .lg_h_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_200, .block-editor__container .lg_h_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_250, .block-editor__container .lg_h_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_250, .block-editor__container .lg_h_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_250, .block-editor__container .lg_h_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_250, .block-editor__container .lg_h_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_250, .block-editor__container .lg_h_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_300, .block-editor__container .lg_h_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_300, .block-editor__container .lg_h_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_300, .block-editor__container .lg_h_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_300, .block-editor__container .lg_h_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_300, .block-editor__container .lg_h_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_350, .block-editor__container .lg_h_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_350, .block-editor__container .lg_h_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_350, .block-editor__container .lg_h_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_350, .block-editor__container .lg_h_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_350, .block-editor__container .lg_h_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_400, .block-editor__container .lg_h_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_400, .block-editor__container .lg_h_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_400, .block-editor__container .lg_h_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_400, .block-editor__container .lg_h_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_400, .block-editor__container .lg_h_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_500, .block-editor__container .lg_h_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_500, .block-editor__container .lg_h_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_500, .block-editor__container .lg_h_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_500, .block-editor__container .lg_h_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_500, .block-editor__container .lg_h_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_600, .block-editor__container .lg_h_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_600, .block-editor__container .lg_h_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_600, .block-editor__container .lg_h_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_600, .block-editor__container .lg_h_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_600, .block-editor__container .lg_h_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_650, .block-editor__container .lg_h_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_650, .block-editor__container .lg_h_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_650, .block-editor__container .lg_h_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_650, .block-editor__container .lg_h_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_650, .block-editor__container .lg_h_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_700, .block-editor__container .lg_h_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_700, .block-editor__container .lg_h_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_700, .block-editor__container .lg_h_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_700, .block-editor__container .lg_h_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_700, .block-editor__container .lg_h_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_750, .block-editor__container .lg_h_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_750, .block-editor__container .lg_h_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_750, .block-editor__container .lg_h_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_750, .block-editor__container .lg_h_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_750, .block-editor__container .lg_h_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_800, .block-editor__container .lg_h_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_800, .block-editor__container .lg_h_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_800, .block-editor__container .lg_h_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_800, .block-editor__container .lg_h_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_800, .block-editor__container .lg_h_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_850, .block-editor__container .lg_h_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_850, .block-editor__container .lg_h_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_850, .block-editor__container .lg_h_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_850, .block-editor__container .lg_h_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_850, .block-editor__container .lg_h_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_900, .block-editor__container .lg_h_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_900, .block-editor__container .lg_h_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_900, .block-editor__container .lg_h_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_900, .block-editor__container .lg_h_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_900, .block-editor__container .lg_h_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_950, .block-editor__container .lg_h_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_950, .block-editor__container .lg_h_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_950, .block-editor__container .lg_h_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_950, .block-editor__container .lg_h_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_950, .block-editor__container .lg_h_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) {
  body .lg_h_1000, .block-editor__container .lg_h_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .lg_h_1000, .block-editor__container .lg_h_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .lg_h_1000, .block-editor__container .lg_h_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .lg_h_1000, .block-editor__container .lg_h_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .lg_h_1000, .block-editor__container .lg_h_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_50, .block-editor__container .sm_h_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_50, .block-editor__container .sm_h_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_50, .block-editor__container .sm_h_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_50, .block-editor__container .sm_h_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_50, .block-editor__container .sm_h_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_100, .block-editor__container .sm_h_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_100, .block-editor__container .sm_h_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_100, .block-editor__container .sm_h_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_100, .block-editor__container .sm_h_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_100, .block-editor__container .sm_h_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_150, .block-editor__container .sm_h_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_150, .block-editor__container .sm_h_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_150, .block-editor__container .sm_h_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_150, .block-editor__container .sm_h_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_150, .block-editor__container .sm_h_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_200, .block-editor__container .sm_h_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_200, .block-editor__container .sm_h_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_200, .block-editor__container .sm_h_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_200, .block-editor__container .sm_h_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_200, .block-editor__container .sm_h_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_250, .block-editor__container .sm_h_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_250, .block-editor__container .sm_h_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_250, .block-editor__container .sm_h_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_250, .block-editor__container .sm_h_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_250, .block-editor__container .sm_h_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_300, .block-editor__container .sm_h_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_300, .block-editor__container .sm_h_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_300, .block-editor__container .sm_h_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_300, .block-editor__container .sm_h_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_300, .block-editor__container .sm_h_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_350, .block-editor__container .sm_h_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_350, .block-editor__container .sm_h_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_350, .block-editor__container .sm_h_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_350, .block-editor__container .sm_h_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_350, .block-editor__container .sm_h_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_400, .block-editor__container .sm_h_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_400, .block-editor__container .sm_h_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_400, .block-editor__container .sm_h_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_400, .block-editor__container .sm_h_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_400, .block-editor__container .sm_h_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_500, .block-editor__container .sm_h_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_500, .block-editor__container .sm_h_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_500, .block-editor__container .sm_h_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_500, .block-editor__container .sm_h_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_500, .block-editor__container .sm_h_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_600, .block-editor__container .sm_h_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_600, .block-editor__container .sm_h_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_600, .block-editor__container .sm_h_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_600, .block-editor__container .sm_h_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_600, .block-editor__container .sm_h_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_650, .block-editor__container .sm_h_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_650, .block-editor__container .sm_h_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_650, .block-editor__container .sm_h_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_650, .block-editor__container .sm_h_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_650, .block-editor__container .sm_h_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_700, .block-editor__container .sm_h_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_700, .block-editor__container .sm_h_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_700, .block-editor__container .sm_h_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_700, .block-editor__container .sm_h_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_700, .block-editor__container .sm_h_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_750, .block-editor__container .sm_h_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_750, .block-editor__container .sm_h_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_750, .block-editor__container .sm_h_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_750, .block-editor__container .sm_h_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_750, .block-editor__container .sm_h_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) {
  body .sm_h_800, .block-editor__container .sm_h_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .sm_h_800, .block-editor__container .sm_h_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .sm_h_800, .block-editor__container .sm_h_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .sm_h_800, .block-editor__container .sm_h_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .sm_h_800, .block-editor__container .sm_h_800 {
    height: 800px;
  }
}

body .pt_lg_10, body pt_lg_10px, .block-editor__container .pt_lg_10, .block-editor__container pt_lg_10px {
  padding-top: 10px;
}
body .pb_lg_10, body .pb_lg_10px, .block-editor__container .pb_lg_10, .block-editor__container .pb_lg_10px {
  padding-bottom: 10px;
}
body .pl_lg_10, body .pl_lg_10px, .block-editor__container .pl_lg_10, .block-editor__container .pl_lg_10px {
  padding-left: 10px;
}
body .pr_lg_10, body .pr_lg_10px, .block-editor__container .pr_lg_10, .block-editor__container .pr_lg_10px {
  padding-right: 10px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_10, body pt_lg_10px, .block-editor__container .pt_lg_10, .block-editor__container pt_lg_10px {
    padding-top: 10px;
  }
  body .pb_lg_10, body .pb_lg_10px, .block-editor__container .pb_lg_10, .block-editor__container .pb_lg_10px {
    padding-bottom: 10px;
  }
  body .pl_lg_10, body .pl_lg_10px, .block-editor__container .pl_lg_10, .block-editor__container .pl_lg_10px {
    padding-left: 10px;
  }
  body .pr_lg_10, body .pr_lg_10px, .block-editor__container .pr_lg_10, .block-editor__container .pr_lg_10px {
    padding-right: 10px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_10, body pt_lg_10px, .block-editor__container .pt_lg_10, .block-editor__container pt_lg_10px {
    padding-top: 10px;
  }
  body .pb_lg_10, body .pb_lg_10px, .block-editor__container .pb_lg_10, .block-editor__container .pb_lg_10px {
    padding-bottom: 10px;
  }
  body .pl_lg_10, body .pl_lg_10px, .block-editor__container .pl_lg_10, .block-editor__container .pl_lg_10px {
    padding-left: 10px;
  }
  body .pr_lg_10, body .pr_lg_10px, .block-editor__container .pr_lg_10, .block-editor__container .pr_lg_10px {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_10, body pt_lg_10px, .block-editor__container .pt_lg_10, .block-editor__container pt_lg_10px {
    padding-top: 10px;
  }
  body .pb_lg_10, body .pb_lg_10px, .block-editor__container .pb_lg_10, .block-editor__container .pb_lg_10px {
    padding-bottom: 10px;
  }
  body .pl_lg_10, body .pl_lg_10px, .block-editor__container .pl_lg_10, .block-editor__container .pl_lg_10px {
    padding-left: 10px;
  }
  body .pr_lg_10, body .pr_lg_10px, .block-editor__container .pr_lg_10, .block-editor__container .pr_lg_10px {
    padding-right: 10px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_10, body pt_lg_10px, .block-editor__container .pt_lg_10, .block-editor__container pt_lg_10px {
    padding-top: 10px;
  }
  body .pb_lg_10, body .pb_lg_10px, .block-editor__container .pb_lg_10, .block-editor__container .pb_lg_10px {
    padding-bottom: 10px;
  }
  body .pl_lg_10, body .pl_lg_10px, .block-editor__container .pl_lg_10, .block-editor__container .pl_lg_10px {
    padding-left: 10px;
  }
  body .pr_lg_10, body .pr_lg_10px, .block-editor__container .pr_lg_10, .block-editor__container .pr_lg_10px {
    padding-right: 10px;
  }
}
body .pt_lg_20, body pt_lg_20px, .block-editor__container .pt_lg_20, .block-editor__container pt_lg_20px {
  padding-top: 20px;
}
body .pb_lg_20, body .pb_lg_20px, .block-editor__container .pb_lg_20, .block-editor__container .pb_lg_20px {
  padding-bottom: 20px;
}
body .pl_lg_20, body .pl_lg_20px, .block-editor__container .pl_lg_20, .block-editor__container .pl_lg_20px {
  padding-left: 20px;
}
body .pr_lg_20, body .pr_lg_20px, .block-editor__container .pr_lg_20, .block-editor__container .pr_lg_20px {
  padding-right: 20px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_20, body pt_lg_20px, .block-editor__container .pt_lg_20, .block-editor__container pt_lg_20px {
    padding-top: 20px;
  }
  body .pb_lg_20, body .pb_lg_20px, .block-editor__container .pb_lg_20, .block-editor__container .pb_lg_20px {
    padding-bottom: 20px;
  }
  body .pl_lg_20, body .pl_lg_20px, .block-editor__container .pl_lg_20, .block-editor__container .pl_lg_20px {
    padding-left: 20px;
  }
  body .pr_lg_20, body .pr_lg_20px, .block-editor__container .pr_lg_20, .block-editor__container .pr_lg_20px {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_20, body pt_lg_20px, .block-editor__container .pt_lg_20, .block-editor__container pt_lg_20px {
    padding-top: 20px;
  }
  body .pb_lg_20, body .pb_lg_20px, .block-editor__container .pb_lg_20, .block-editor__container .pb_lg_20px {
    padding-bottom: 20px;
  }
  body .pl_lg_20, body .pl_lg_20px, .block-editor__container .pl_lg_20, .block-editor__container .pl_lg_20px {
    padding-left: 20px;
  }
  body .pr_lg_20, body .pr_lg_20px, .block-editor__container .pr_lg_20, .block-editor__container .pr_lg_20px {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_20, body pt_lg_20px, .block-editor__container .pt_lg_20, .block-editor__container pt_lg_20px {
    padding-top: 20px;
  }
  body .pb_lg_20, body .pb_lg_20px, .block-editor__container .pb_lg_20, .block-editor__container .pb_lg_20px {
    padding-bottom: 20px;
  }
  body .pl_lg_20, body .pl_lg_20px, .block-editor__container .pl_lg_20, .block-editor__container .pl_lg_20px {
    padding-left: 20px;
  }
  body .pr_lg_20, body .pr_lg_20px, .block-editor__container .pr_lg_20, .block-editor__container .pr_lg_20px {
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_20, body pt_lg_20px, .block-editor__container .pt_lg_20, .block-editor__container pt_lg_20px {
    padding-top: 20px;
  }
  body .pb_lg_20, body .pb_lg_20px, .block-editor__container .pb_lg_20, .block-editor__container .pb_lg_20px {
    padding-bottom: 20px;
  }
  body .pl_lg_20, body .pl_lg_20px, .block-editor__container .pl_lg_20, .block-editor__container .pl_lg_20px {
    padding-left: 20px;
  }
  body .pr_lg_20, body .pr_lg_20px, .block-editor__container .pr_lg_20, .block-editor__container .pr_lg_20px {
    padding-right: 20px;
  }
}
body .pt_lg_30, body pt_lg_30px, .block-editor__container .pt_lg_30, .block-editor__container pt_lg_30px {
  padding-top: 30px;
}
body .pb_lg_30, body .pb_lg_30px, .block-editor__container .pb_lg_30, .block-editor__container .pb_lg_30px {
  padding-bottom: 30px;
}
body .pl_lg_30, body .pl_lg_30px, .block-editor__container .pl_lg_30, .block-editor__container .pl_lg_30px {
  padding-left: 30px;
}
body .pr_lg_30, body .pr_lg_30px, .block-editor__container .pr_lg_30, .block-editor__container .pr_lg_30px {
  padding-right: 30px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_30, body pt_lg_30px, .block-editor__container .pt_lg_30, .block-editor__container pt_lg_30px {
    padding-top: 30px;
  }
  body .pb_lg_30, body .pb_lg_30px, .block-editor__container .pb_lg_30, .block-editor__container .pb_lg_30px {
    padding-bottom: 30px;
  }
  body .pl_lg_30, body .pl_lg_30px, .block-editor__container .pl_lg_30, .block-editor__container .pl_lg_30px {
    padding-left: 30px;
  }
  body .pr_lg_30, body .pr_lg_30px, .block-editor__container .pr_lg_30, .block-editor__container .pr_lg_30px {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_30, body pt_lg_30px, .block-editor__container .pt_lg_30, .block-editor__container pt_lg_30px {
    padding-top: 30px;
  }
  body .pb_lg_30, body .pb_lg_30px, .block-editor__container .pb_lg_30, .block-editor__container .pb_lg_30px {
    padding-bottom: 30px;
  }
  body .pl_lg_30, body .pl_lg_30px, .block-editor__container .pl_lg_30, .block-editor__container .pl_lg_30px {
    padding-left: 30px;
  }
  body .pr_lg_30, body .pr_lg_30px, .block-editor__container .pr_lg_30, .block-editor__container .pr_lg_30px {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_30, body pt_lg_30px, .block-editor__container .pt_lg_30, .block-editor__container pt_lg_30px {
    padding-top: 30px;
  }
  body .pb_lg_30, body .pb_lg_30px, .block-editor__container .pb_lg_30, .block-editor__container .pb_lg_30px {
    padding-bottom: 30px;
  }
  body .pl_lg_30, body .pl_lg_30px, .block-editor__container .pl_lg_30, .block-editor__container .pl_lg_30px {
    padding-left: 30px;
  }
  body .pr_lg_30, body .pr_lg_30px, .block-editor__container .pr_lg_30, .block-editor__container .pr_lg_30px {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_30, body pt_lg_30px, .block-editor__container .pt_lg_30, .block-editor__container pt_lg_30px {
    padding-top: 30px;
  }
  body .pb_lg_30, body .pb_lg_30px, .block-editor__container .pb_lg_30, .block-editor__container .pb_lg_30px {
    padding-bottom: 30px;
  }
  body .pl_lg_30, body .pl_lg_30px, .block-editor__container .pl_lg_30, .block-editor__container .pl_lg_30px {
    padding-left: 30px;
  }
  body .pr_lg_30, body .pr_lg_30px, .block-editor__container .pr_lg_30, .block-editor__container .pr_lg_30px {
    padding-right: 30px;
  }
}
body .pt_lg_40, body pt_lg_40px, .block-editor__container .pt_lg_40, .block-editor__container pt_lg_40px {
  padding-top: 40px;
}
body .pb_lg_40, body .pb_lg_40px, .block-editor__container .pb_lg_40, .block-editor__container .pb_lg_40px {
  padding-bottom: 40px;
}
body .pl_lg_40, body .pl_lg_40px, .block-editor__container .pl_lg_40, .block-editor__container .pl_lg_40px {
  padding-left: 40px;
}
body .pr_lg_40, body .pr_lg_40px, .block-editor__container .pr_lg_40, .block-editor__container .pr_lg_40px {
  padding-right: 40px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_40, body pt_lg_40px, .block-editor__container .pt_lg_40, .block-editor__container pt_lg_40px {
    padding-top: 40px;
  }
  body .pb_lg_40, body .pb_lg_40px, .block-editor__container .pb_lg_40, .block-editor__container .pb_lg_40px {
    padding-bottom: 40px;
  }
  body .pl_lg_40, body .pl_lg_40px, .block-editor__container .pl_lg_40, .block-editor__container .pl_lg_40px {
    padding-left: 40px;
  }
  body .pr_lg_40, body .pr_lg_40px, .block-editor__container .pr_lg_40, .block-editor__container .pr_lg_40px {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_40, body pt_lg_40px, .block-editor__container .pt_lg_40, .block-editor__container pt_lg_40px {
    padding-top: 40px;
  }
  body .pb_lg_40, body .pb_lg_40px, .block-editor__container .pb_lg_40, .block-editor__container .pb_lg_40px {
    padding-bottom: 40px;
  }
  body .pl_lg_40, body .pl_lg_40px, .block-editor__container .pl_lg_40, .block-editor__container .pl_lg_40px {
    padding-left: 40px;
  }
  body .pr_lg_40, body .pr_lg_40px, .block-editor__container .pr_lg_40, .block-editor__container .pr_lg_40px {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_40, body pt_lg_40px, .block-editor__container .pt_lg_40, .block-editor__container pt_lg_40px {
    padding-top: 40px;
  }
  body .pb_lg_40, body .pb_lg_40px, .block-editor__container .pb_lg_40, .block-editor__container .pb_lg_40px {
    padding-bottom: 40px;
  }
  body .pl_lg_40, body .pl_lg_40px, .block-editor__container .pl_lg_40, .block-editor__container .pl_lg_40px {
    padding-left: 40px;
  }
  body .pr_lg_40, body .pr_lg_40px, .block-editor__container .pr_lg_40, .block-editor__container .pr_lg_40px {
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_40, body pt_lg_40px, .block-editor__container .pt_lg_40, .block-editor__container pt_lg_40px {
    padding-top: 40px;
  }
  body .pb_lg_40, body .pb_lg_40px, .block-editor__container .pb_lg_40, .block-editor__container .pb_lg_40px {
    padding-bottom: 40px;
  }
  body .pl_lg_40, body .pl_lg_40px, .block-editor__container .pl_lg_40, .block-editor__container .pl_lg_40px {
    padding-left: 40px;
  }
  body .pr_lg_40, body .pr_lg_40px, .block-editor__container .pr_lg_40, .block-editor__container .pr_lg_40px {
    padding-right: 40px;
  }
}
body .pt_lg_50, body pt_lg_50px, .block-editor__container .pt_lg_50, .block-editor__container pt_lg_50px {
  padding-top: 50px;
}
body .pb_lg_50, body .pb_lg_50px, .block-editor__container .pb_lg_50, .block-editor__container .pb_lg_50px {
  padding-bottom: 50px;
}
body .pl_lg_50, body .pl_lg_50px, .block-editor__container .pl_lg_50, .block-editor__container .pl_lg_50px {
  padding-left: 50px;
}
body .pr_lg_50, body .pr_lg_50px, .block-editor__container .pr_lg_50, .block-editor__container .pr_lg_50px {
  padding-right: 50px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_50, body pt_lg_50px, .block-editor__container .pt_lg_50, .block-editor__container pt_lg_50px {
    padding-top: 50px;
  }
  body .pb_lg_50, body .pb_lg_50px, .block-editor__container .pb_lg_50, .block-editor__container .pb_lg_50px {
    padding-bottom: 50px;
  }
  body .pl_lg_50, body .pl_lg_50px, .block-editor__container .pl_lg_50, .block-editor__container .pl_lg_50px {
    padding-left: 50px;
  }
  body .pr_lg_50, body .pr_lg_50px, .block-editor__container .pr_lg_50, .block-editor__container .pr_lg_50px {
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_50, body pt_lg_50px, .block-editor__container .pt_lg_50, .block-editor__container pt_lg_50px {
    padding-top: 50px;
  }
  body .pb_lg_50, body .pb_lg_50px, .block-editor__container .pb_lg_50, .block-editor__container .pb_lg_50px {
    padding-bottom: 50px;
  }
  body .pl_lg_50, body .pl_lg_50px, .block-editor__container .pl_lg_50, .block-editor__container .pl_lg_50px {
    padding-left: 50px;
  }
  body .pr_lg_50, body .pr_lg_50px, .block-editor__container .pr_lg_50, .block-editor__container .pr_lg_50px {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_50, body pt_lg_50px, .block-editor__container .pt_lg_50, .block-editor__container pt_lg_50px {
    padding-top: 50px;
  }
  body .pb_lg_50, body .pb_lg_50px, .block-editor__container .pb_lg_50, .block-editor__container .pb_lg_50px {
    padding-bottom: 50px;
  }
  body .pl_lg_50, body .pl_lg_50px, .block-editor__container .pl_lg_50, .block-editor__container .pl_lg_50px {
    padding-left: 50px;
  }
  body .pr_lg_50, body .pr_lg_50px, .block-editor__container .pr_lg_50, .block-editor__container .pr_lg_50px {
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_50, body pt_lg_50px, .block-editor__container .pt_lg_50, .block-editor__container pt_lg_50px {
    padding-top: 50px;
  }
  body .pb_lg_50, body .pb_lg_50px, .block-editor__container .pb_lg_50, .block-editor__container .pb_lg_50px {
    padding-bottom: 50px;
  }
  body .pl_lg_50, body .pl_lg_50px, .block-editor__container .pl_lg_50, .block-editor__container .pl_lg_50px {
    padding-left: 50px;
  }
  body .pr_lg_50, body .pr_lg_50px, .block-editor__container .pr_lg_50, .block-editor__container .pr_lg_50px {
    padding-right: 50px;
  }
}
body .pt_lg_60, body pt_lg_60px, .block-editor__container .pt_lg_60, .block-editor__container pt_lg_60px {
  padding-top: 60px;
}
body .pb_lg_60, body .pb_lg_60px, .block-editor__container .pb_lg_60, .block-editor__container .pb_lg_60px {
  padding-bottom: 60px;
}
body .pl_lg_60, body .pl_lg_60px, .block-editor__container .pl_lg_60, .block-editor__container .pl_lg_60px {
  padding-left: 60px;
}
body .pr_lg_60, body .pr_lg_60px, .block-editor__container .pr_lg_60, .block-editor__container .pr_lg_60px {
  padding-right: 60px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_60, body pt_lg_60px, .block-editor__container .pt_lg_60, .block-editor__container pt_lg_60px {
    padding-top: 60px;
  }
  body .pb_lg_60, body .pb_lg_60px, .block-editor__container .pb_lg_60, .block-editor__container .pb_lg_60px {
    padding-bottom: 60px;
  }
  body .pl_lg_60, body .pl_lg_60px, .block-editor__container .pl_lg_60, .block-editor__container .pl_lg_60px {
    padding-left: 60px;
  }
  body .pr_lg_60, body .pr_lg_60px, .block-editor__container .pr_lg_60, .block-editor__container .pr_lg_60px {
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_60, body pt_lg_60px, .block-editor__container .pt_lg_60, .block-editor__container pt_lg_60px {
    padding-top: 60px;
  }
  body .pb_lg_60, body .pb_lg_60px, .block-editor__container .pb_lg_60, .block-editor__container .pb_lg_60px {
    padding-bottom: 60px;
  }
  body .pl_lg_60, body .pl_lg_60px, .block-editor__container .pl_lg_60, .block-editor__container .pl_lg_60px {
    padding-left: 60px;
  }
  body .pr_lg_60, body .pr_lg_60px, .block-editor__container .pr_lg_60, .block-editor__container .pr_lg_60px {
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_60, body pt_lg_60px, .block-editor__container .pt_lg_60, .block-editor__container pt_lg_60px {
    padding-top: 60px;
  }
  body .pb_lg_60, body .pb_lg_60px, .block-editor__container .pb_lg_60, .block-editor__container .pb_lg_60px {
    padding-bottom: 60px;
  }
  body .pl_lg_60, body .pl_lg_60px, .block-editor__container .pl_lg_60, .block-editor__container .pl_lg_60px {
    padding-left: 60px;
  }
  body .pr_lg_60, body .pr_lg_60px, .block-editor__container .pr_lg_60, .block-editor__container .pr_lg_60px {
    padding-right: 60px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_60, body pt_lg_60px, .block-editor__container .pt_lg_60, .block-editor__container pt_lg_60px {
    padding-top: 60px;
  }
  body .pb_lg_60, body .pb_lg_60px, .block-editor__container .pb_lg_60, .block-editor__container .pb_lg_60px {
    padding-bottom: 60px;
  }
  body .pl_lg_60, body .pl_lg_60px, .block-editor__container .pl_lg_60, .block-editor__container .pl_lg_60px {
    padding-left: 60px;
  }
  body .pr_lg_60, body .pr_lg_60px, .block-editor__container .pr_lg_60, .block-editor__container .pr_lg_60px {
    padding-right: 60px;
  }
}
body .pt_lg_70, body pt_lg_70px, .block-editor__container .pt_lg_70, .block-editor__container pt_lg_70px {
  padding-top: 70px;
}
body .pb_lg_70, body .pb_lg_70px, .block-editor__container .pb_lg_70, .block-editor__container .pb_lg_70px {
  padding-bottom: 70px;
}
body .pl_lg_70, body .pl_lg_70px, .block-editor__container .pl_lg_70, .block-editor__container .pl_lg_70px {
  padding-left: 70px;
}
body .pr_lg_70, body .pr_lg_70px, .block-editor__container .pr_lg_70, .block-editor__container .pr_lg_70px {
  padding-right: 70px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_70, body pt_lg_70px, .block-editor__container .pt_lg_70, .block-editor__container pt_lg_70px {
    padding-top: 70px;
  }
  body .pb_lg_70, body .pb_lg_70px, .block-editor__container .pb_lg_70, .block-editor__container .pb_lg_70px {
    padding-bottom: 70px;
  }
  body .pl_lg_70, body .pl_lg_70px, .block-editor__container .pl_lg_70, .block-editor__container .pl_lg_70px {
    padding-left: 70px;
  }
  body .pr_lg_70, body .pr_lg_70px, .block-editor__container .pr_lg_70, .block-editor__container .pr_lg_70px {
    padding-right: 70px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_70, body pt_lg_70px, .block-editor__container .pt_lg_70, .block-editor__container pt_lg_70px {
    padding-top: 70px;
  }
  body .pb_lg_70, body .pb_lg_70px, .block-editor__container .pb_lg_70, .block-editor__container .pb_lg_70px {
    padding-bottom: 70px;
  }
  body .pl_lg_70, body .pl_lg_70px, .block-editor__container .pl_lg_70, .block-editor__container .pl_lg_70px {
    padding-left: 70px;
  }
  body .pr_lg_70, body .pr_lg_70px, .block-editor__container .pr_lg_70, .block-editor__container .pr_lg_70px {
    padding-right: 70px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_70, body pt_lg_70px, .block-editor__container .pt_lg_70, .block-editor__container pt_lg_70px {
    padding-top: 70px;
  }
  body .pb_lg_70, body .pb_lg_70px, .block-editor__container .pb_lg_70, .block-editor__container .pb_lg_70px {
    padding-bottom: 70px;
  }
  body .pl_lg_70, body .pl_lg_70px, .block-editor__container .pl_lg_70, .block-editor__container .pl_lg_70px {
    padding-left: 70px;
  }
  body .pr_lg_70, body .pr_lg_70px, .block-editor__container .pr_lg_70, .block-editor__container .pr_lg_70px {
    padding-right: 70px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_70, body pt_lg_70px, .block-editor__container .pt_lg_70, .block-editor__container pt_lg_70px {
    padding-top: 70px;
  }
  body .pb_lg_70, body .pb_lg_70px, .block-editor__container .pb_lg_70, .block-editor__container .pb_lg_70px {
    padding-bottom: 70px;
  }
  body .pl_lg_70, body .pl_lg_70px, .block-editor__container .pl_lg_70, .block-editor__container .pl_lg_70px {
    padding-left: 70px;
  }
  body .pr_lg_70, body .pr_lg_70px, .block-editor__container .pr_lg_70, .block-editor__container .pr_lg_70px {
    padding-right: 70px;
  }
}
body .pt_lg_80, body pt_lg_80px, .block-editor__container .pt_lg_80, .block-editor__container pt_lg_80px {
  padding-top: 80px;
}
body .pb_lg_80, body .pb_lg_80px, .block-editor__container .pb_lg_80, .block-editor__container .pb_lg_80px {
  padding-bottom: 80px;
}
body .pl_lg_80, body .pl_lg_80px, .block-editor__container .pl_lg_80, .block-editor__container .pl_lg_80px {
  padding-left: 80px;
}
body .pr_lg_80, body .pr_lg_80px, .block-editor__container .pr_lg_80, .block-editor__container .pr_lg_80px {
  padding-right: 80px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_80, body pt_lg_80px, .block-editor__container .pt_lg_80, .block-editor__container pt_lg_80px {
    padding-top: 80px;
  }
  body .pb_lg_80, body .pb_lg_80px, .block-editor__container .pb_lg_80, .block-editor__container .pb_lg_80px {
    padding-bottom: 80px;
  }
  body .pl_lg_80, body .pl_lg_80px, .block-editor__container .pl_lg_80, .block-editor__container .pl_lg_80px {
    padding-left: 80px;
  }
  body .pr_lg_80, body .pr_lg_80px, .block-editor__container .pr_lg_80, .block-editor__container .pr_lg_80px {
    padding-right: 80px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_80, body pt_lg_80px, .block-editor__container .pt_lg_80, .block-editor__container pt_lg_80px {
    padding-top: 80px;
  }
  body .pb_lg_80, body .pb_lg_80px, .block-editor__container .pb_lg_80, .block-editor__container .pb_lg_80px {
    padding-bottom: 80px;
  }
  body .pl_lg_80, body .pl_lg_80px, .block-editor__container .pl_lg_80, .block-editor__container .pl_lg_80px {
    padding-left: 80px;
  }
  body .pr_lg_80, body .pr_lg_80px, .block-editor__container .pr_lg_80, .block-editor__container .pr_lg_80px {
    padding-right: 80px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_80, body pt_lg_80px, .block-editor__container .pt_lg_80, .block-editor__container pt_lg_80px {
    padding-top: 80px;
  }
  body .pb_lg_80, body .pb_lg_80px, .block-editor__container .pb_lg_80, .block-editor__container .pb_lg_80px {
    padding-bottom: 80px;
  }
  body .pl_lg_80, body .pl_lg_80px, .block-editor__container .pl_lg_80, .block-editor__container .pl_lg_80px {
    padding-left: 80px;
  }
  body .pr_lg_80, body .pr_lg_80px, .block-editor__container .pr_lg_80, .block-editor__container .pr_lg_80px {
    padding-right: 80px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_80, body pt_lg_80px, .block-editor__container .pt_lg_80, .block-editor__container pt_lg_80px {
    padding-top: 80px;
  }
  body .pb_lg_80, body .pb_lg_80px, .block-editor__container .pb_lg_80, .block-editor__container .pb_lg_80px {
    padding-bottom: 80px;
  }
  body .pl_lg_80, body .pl_lg_80px, .block-editor__container .pl_lg_80, .block-editor__container .pl_lg_80px {
    padding-left: 80px;
  }
  body .pr_lg_80, body .pr_lg_80px, .block-editor__container .pr_lg_80, .block-editor__container .pr_lg_80px {
    padding-right: 80px;
  }
}
body .pt_lg_90, body pt_lg_90px, .block-editor__container .pt_lg_90, .block-editor__container pt_lg_90px {
  padding-top: 90px;
}
body .pb_lg_90, body .pb_lg_90px, .block-editor__container .pb_lg_90, .block-editor__container .pb_lg_90px {
  padding-bottom: 90px;
}
body .pl_lg_90, body .pl_lg_90px, .block-editor__container .pl_lg_90, .block-editor__container .pl_lg_90px {
  padding-left: 90px;
}
body .pr_lg_90, body .pr_lg_90px, .block-editor__container .pr_lg_90, .block-editor__container .pr_lg_90px {
  padding-right: 90px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_90, body pt_lg_90px, .block-editor__container .pt_lg_90, .block-editor__container pt_lg_90px {
    padding-top: 90px;
  }
  body .pb_lg_90, body .pb_lg_90px, .block-editor__container .pb_lg_90, .block-editor__container .pb_lg_90px {
    padding-bottom: 90px;
  }
  body .pl_lg_90, body .pl_lg_90px, .block-editor__container .pl_lg_90, .block-editor__container .pl_lg_90px {
    padding-left: 90px;
  }
  body .pr_lg_90, body .pr_lg_90px, .block-editor__container .pr_lg_90, .block-editor__container .pr_lg_90px {
    padding-right: 90px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_90, body pt_lg_90px, .block-editor__container .pt_lg_90, .block-editor__container pt_lg_90px {
    padding-top: 90px;
  }
  body .pb_lg_90, body .pb_lg_90px, .block-editor__container .pb_lg_90, .block-editor__container .pb_lg_90px {
    padding-bottom: 90px;
  }
  body .pl_lg_90, body .pl_lg_90px, .block-editor__container .pl_lg_90, .block-editor__container .pl_lg_90px {
    padding-left: 90px;
  }
  body .pr_lg_90, body .pr_lg_90px, .block-editor__container .pr_lg_90, .block-editor__container .pr_lg_90px {
    padding-right: 90px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_90, body pt_lg_90px, .block-editor__container .pt_lg_90, .block-editor__container pt_lg_90px {
    padding-top: 90px;
  }
  body .pb_lg_90, body .pb_lg_90px, .block-editor__container .pb_lg_90, .block-editor__container .pb_lg_90px {
    padding-bottom: 90px;
  }
  body .pl_lg_90, body .pl_lg_90px, .block-editor__container .pl_lg_90, .block-editor__container .pl_lg_90px {
    padding-left: 90px;
  }
  body .pr_lg_90, body .pr_lg_90px, .block-editor__container .pr_lg_90, .block-editor__container .pr_lg_90px {
    padding-right: 90px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_90, body pt_lg_90px, .block-editor__container .pt_lg_90, .block-editor__container pt_lg_90px {
    padding-top: 90px;
  }
  body .pb_lg_90, body .pb_lg_90px, .block-editor__container .pb_lg_90, .block-editor__container .pb_lg_90px {
    padding-bottom: 90px;
  }
  body .pl_lg_90, body .pl_lg_90px, .block-editor__container .pl_lg_90, .block-editor__container .pl_lg_90px {
    padding-left: 90px;
  }
  body .pr_lg_90, body .pr_lg_90px, .block-editor__container .pr_lg_90, .block-editor__container .pr_lg_90px {
    padding-right: 90px;
  }
}
body .pt_lg_100, body pt_lg_100px, .block-editor__container .pt_lg_100, .block-editor__container pt_lg_100px {
  padding-top: 100px;
}
body .pb_lg_100, body .pb_lg_100px, .block-editor__container .pb_lg_100, .block-editor__container .pb_lg_100px {
  padding-bottom: 100px;
}
body .pl_lg_100, body .pl_lg_100px, .block-editor__container .pl_lg_100, .block-editor__container .pl_lg_100px {
  padding-left: 100px;
}
body .pr_lg_100, body .pr_lg_100px, .block-editor__container .pr_lg_100, .block-editor__container .pr_lg_100px {
  padding-right: 100px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_100, body pt_lg_100px, .block-editor__container .pt_lg_100, .block-editor__container pt_lg_100px {
    padding-top: 100px;
  }
  body .pb_lg_100, body .pb_lg_100px, .block-editor__container .pb_lg_100, .block-editor__container .pb_lg_100px {
    padding-bottom: 100px;
  }
  body .pl_lg_100, body .pl_lg_100px, .block-editor__container .pl_lg_100, .block-editor__container .pl_lg_100px {
    padding-left: 100px;
  }
  body .pr_lg_100, body .pr_lg_100px, .block-editor__container .pr_lg_100, .block-editor__container .pr_lg_100px {
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_100, body pt_lg_100px, .block-editor__container .pt_lg_100, .block-editor__container pt_lg_100px {
    padding-top: 100px;
  }
  body .pb_lg_100, body .pb_lg_100px, .block-editor__container .pb_lg_100, .block-editor__container .pb_lg_100px {
    padding-bottom: 100px;
  }
  body .pl_lg_100, body .pl_lg_100px, .block-editor__container .pl_lg_100, .block-editor__container .pl_lg_100px {
    padding-left: 100px;
  }
  body .pr_lg_100, body .pr_lg_100px, .block-editor__container .pr_lg_100, .block-editor__container .pr_lg_100px {
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_100, body pt_lg_100px, .block-editor__container .pt_lg_100, .block-editor__container pt_lg_100px {
    padding-top: 100px;
  }
  body .pb_lg_100, body .pb_lg_100px, .block-editor__container .pb_lg_100, .block-editor__container .pb_lg_100px {
    padding-bottom: 100px;
  }
  body .pl_lg_100, body .pl_lg_100px, .block-editor__container .pl_lg_100, .block-editor__container .pl_lg_100px {
    padding-left: 100px;
  }
  body .pr_lg_100, body .pr_lg_100px, .block-editor__container .pr_lg_100, .block-editor__container .pr_lg_100px {
    padding-right: 100px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_100, body pt_lg_100px, .block-editor__container .pt_lg_100, .block-editor__container pt_lg_100px {
    padding-top: 100px;
  }
  body .pb_lg_100, body .pb_lg_100px, .block-editor__container .pb_lg_100, .block-editor__container .pb_lg_100px {
    padding-bottom: 100px;
  }
  body .pl_lg_100, body .pl_lg_100px, .block-editor__container .pl_lg_100, .block-editor__container .pl_lg_100px {
    padding-left: 100px;
  }
  body .pr_lg_100, body .pr_lg_100px, .block-editor__container .pr_lg_100, .block-editor__container .pr_lg_100px {
    padding-right: 100px;
  }
}
body .pt_lg_110, body pt_lg_110px, .block-editor__container .pt_lg_110, .block-editor__container pt_lg_110px {
  padding-top: 110px;
}
body .pb_lg_110, body .pb_lg_110px, .block-editor__container .pb_lg_110, .block-editor__container .pb_lg_110px {
  padding-bottom: 110px;
}
body .pl_lg_110, body .pl_lg_110px, .block-editor__container .pl_lg_110, .block-editor__container .pl_lg_110px {
  padding-left: 110px;
}
body .pr_lg_110, body .pr_lg_110px, .block-editor__container .pr_lg_110, .block-editor__container .pr_lg_110px {
  padding-right: 110px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_110, body pt_lg_110px, .block-editor__container .pt_lg_110, .block-editor__container pt_lg_110px {
    padding-top: 110px;
  }
  body .pb_lg_110, body .pb_lg_110px, .block-editor__container .pb_lg_110, .block-editor__container .pb_lg_110px {
    padding-bottom: 110px;
  }
  body .pl_lg_110, body .pl_lg_110px, .block-editor__container .pl_lg_110, .block-editor__container .pl_lg_110px {
    padding-left: 110px;
  }
  body .pr_lg_110, body .pr_lg_110px, .block-editor__container .pr_lg_110, .block-editor__container .pr_lg_110px {
    padding-right: 110px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_110, body pt_lg_110px, .block-editor__container .pt_lg_110, .block-editor__container pt_lg_110px {
    padding-top: 110px;
  }
  body .pb_lg_110, body .pb_lg_110px, .block-editor__container .pb_lg_110, .block-editor__container .pb_lg_110px {
    padding-bottom: 110px;
  }
  body .pl_lg_110, body .pl_lg_110px, .block-editor__container .pl_lg_110, .block-editor__container .pl_lg_110px {
    padding-left: 110px;
  }
  body .pr_lg_110, body .pr_lg_110px, .block-editor__container .pr_lg_110, .block-editor__container .pr_lg_110px {
    padding-right: 110px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_110, body pt_lg_110px, .block-editor__container .pt_lg_110, .block-editor__container pt_lg_110px {
    padding-top: 110px;
  }
  body .pb_lg_110, body .pb_lg_110px, .block-editor__container .pb_lg_110, .block-editor__container .pb_lg_110px {
    padding-bottom: 110px;
  }
  body .pl_lg_110, body .pl_lg_110px, .block-editor__container .pl_lg_110, .block-editor__container .pl_lg_110px {
    padding-left: 110px;
  }
  body .pr_lg_110, body .pr_lg_110px, .block-editor__container .pr_lg_110, .block-editor__container .pr_lg_110px {
    padding-right: 110px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_110, body pt_lg_110px, .block-editor__container .pt_lg_110, .block-editor__container pt_lg_110px {
    padding-top: 110px;
  }
  body .pb_lg_110, body .pb_lg_110px, .block-editor__container .pb_lg_110, .block-editor__container .pb_lg_110px {
    padding-bottom: 110px;
  }
  body .pl_lg_110, body .pl_lg_110px, .block-editor__container .pl_lg_110, .block-editor__container .pl_lg_110px {
    padding-left: 110px;
  }
  body .pr_lg_110, body .pr_lg_110px, .block-editor__container .pr_lg_110, .block-editor__container .pr_lg_110px {
    padding-right: 110px;
  }
}
body .pt_lg_120, body pt_lg_120px, .block-editor__container .pt_lg_120, .block-editor__container pt_lg_120px {
  padding-top: 120px;
}
body .pb_lg_120, body .pb_lg_120px, .block-editor__container .pb_lg_120, .block-editor__container .pb_lg_120px {
  padding-bottom: 120px;
}
body .pl_lg_120, body .pl_lg_120px, .block-editor__container .pl_lg_120, .block-editor__container .pl_lg_120px {
  padding-left: 120px;
}
body .pr_lg_120, body .pr_lg_120px, .block-editor__container .pr_lg_120, .block-editor__container .pr_lg_120px {
  padding-right: 120px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_120, body pt_lg_120px, .block-editor__container .pt_lg_120, .block-editor__container pt_lg_120px {
    padding-top: 120px;
  }
  body .pb_lg_120, body .pb_lg_120px, .block-editor__container .pb_lg_120, .block-editor__container .pb_lg_120px {
    padding-bottom: 120px;
  }
  body .pl_lg_120, body .pl_lg_120px, .block-editor__container .pl_lg_120, .block-editor__container .pl_lg_120px {
    padding-left: 120px;
  }
  body .pr_lg_120, body .pr_lg_120px, .block-editor__container .pr_lg_120, .block-editor__container .pr_lg_120px {
    padding-right: 120px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_120, body pt_lg_120px, .block-editor__container .pt_lg_120, .block-editor__container pt_lg_120px {
    padding-top: 120px;
  }
  body .pb_lg_120, body .pb_lg_120px, .block-editor__container .pb_lg_120, .block-editor__container .pb_lg_120px {
    padding-bottom: 120px;
  }
  body .pl_lg_120, body .pl_lg_120px, .block-editor__container .pl_lg_120, .block-editor__container .pl_lg_120px {
    padding-left: 120px;
  }
  body .pr_lg_120, body .pr_lg_120px, .block-editor__container .pr_lg_120, .block-editor__container .pr_lg_120px {
    padding-right: 120px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_120, body pt_lg_120px, .block-editor__container .pt_lg_120, .block-editor__container pt_lg_120px {
    padding-top: 120px;
  }
  body .pb_lg_120, body .pb_lg_120px, .block-editor__container .pb_lg_120, .block-editor__container .pb_lg_120px {
    padding-bottom: 120px;
  }
  body .pl_lg_120, body .pl_lg_120px, .block-editor__container .pl_lg_120, .block-editor__container .pl_lg_120px {
    padding-left: 120px;
  }
  body .pr_lg_120, body .pr_lg_120px, .block-editor__container .pr_lg_120, .block-editor__container .pr_lg_120px {
    padding-right: 120px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_120, body pt_lg_120px, .block-editor__container .pt_lg_120, .block-editor__container pt_lg_120px {
    padding-top: 120px;
  }
  body .pb_lg_120, body .pb_lg_120px, .block-editor__container .pb_lg_120, .block-editor__container .pb_lg_120px {
    padding-bottom: 120px;
  }
  body .pl_lg_120, body .pl_lg_120px, .block-editor__container .pl_lg_120, .block-editor__container .pl_lg_120px {
    padding-left: 120px;
  }
  body .pr_lg_120, body .pr_lg_120px, .block-editor__container .pr_lg_120, .block-editor__container .pr_lg_120px {
    padding-right: 120px;
  }
}
body .pt_lg_130, body pt_lg_130px, .block-editor__container .pt_lg_130, .block-editor__container pt_lg_130px {
  padding-top: 130px;
}
body .pb_lg_130, body .pb_lg_130px, .block-editor__container .pb_lg_130, .block-editor__container .pb_lg_130px {
  padding-bottom: 130px;
}
body .pl_lg_130, body .pl_lg_130px, .block-editor__container .pl_lg_130, .block-editor__container .pl_lg_130px {
  padding-left: 130px;
}
body .pr_lg_130, body .pr_lg_130px, .block-editor__container .pr_lg_130, .block-editor__container .pr_lg_130px {
  padding-right: 130px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_130, body pt_lg_130px, .block-editor__container .pt_lg_130, .block-editor__container pt_lg_130px {
    padding-top: 130px;
  }
  body .pb_lg_130, body .pb_lg_130px, .block-editor__container .pb_lg_130, .block-editor__container .pb_lg_130px {
    padding-bottom: 130px;
  }
  body .pl_lg_130, body .pl_lg_130px, .block-editor__container .pl_lg_130, .block-editor__container .pl_lg_130px {
    padding-left: 130px;
  }
  body .pr_lg_130, body .pr_lg_130px, .block-editor__container .pr_lg_130, .block-editor__container .pr_lg_130px {
    padding-right: 130px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_130, body pt_lg_130px, .block-editor__container .pt_lg_130, .block-editor__container pt_lg_130px {
    padding-top: 130px;
  }
  body .pb_lg_130, body .pb_lg_130px, .block-editor__container .pb_lg_130, .block-editor__container .pb_lg_130px {
    padding-bottom: 130px;
  }
  body .pl_lg_130, body .pl_lg_130px, .block-editor__container .pl_lg_130, .block-editor__container .pl_lg_130px {
    padding-left: 130px;
  }
  body .pr_lg_130, body .pr_lg_130px, .block-editor__container .pr_lg_130, .block-editor__container .pr_lg_130px {
    padding-right: 130px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_130, body pt_lg_130px, .block-editor__container .pt_lg_130, .block-editor__container pt_lg_130px {
    padding-top: 130px;
  }
  body .pb_lg_130, body .pb_lg_130px, .block-editor__container .pb_lg_130, .block-editor__container .pb_lg_130px {
    padding-bottom: 130px;
  }
  body .pl_lg_130, body .pl_lg_130px, .block-editor__container .pl_lg_130, .block-editor__container .pl_lg_130px {
    padding-left: 130px;
  }
  body .pr_lg_130, body .pr_lg_130px, .block-editor__container .pr_lg_130, .block-editor__container .pr_lg_130px {
    padding-right: 130px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_130, body pt_lg_130px, .block-editor__container .pt_lg_130, .block-editor__container pt_lg_130px {
    padding-top: 130px;
  }
  body .pb_lg_130, body .pb_lg_130px, .block-editor__container .pb_lg_130, .block-editor__container .pb_lg_130px {
    padding-bottom: 130px;
  }
  body .pl_lg_130, body .pl_lg_130px, .block-editor__container .pl_lg_130, .block-editor__container .pl_lg_130px {
    padding-left: 130px;
  }
  body .pr_lg_130, body .pr_lg_130px, .block-editor__container .pr_lg_130, .block-editor__container .pr_lg_130px {
    padding-right: 130px;
  }
}
body .pt_lg_140, body pt_lg_140px, .block-editor__container .pt_lg_140, .block-editor__container pt_lg_140px {
  padding-top: 140px;
}
body .pb_lg_140, body .pb_lg_140px, .block-editor__container .pb_lg_140, .block-editor__container .pb_lg_140px {
  padding-bottom: 140px;
}
body .pl_lg_140, body .pl_lg_140px, .block-editor__container .pl_lg_140, .block-editor__container .pl_lg_140px {
  padding-left: 140px;
}
body .pr_lg_140, body .pr_lg_140px, .block-editor__container .pr_lg_140, .block-editor__container .pr_lg_140px {
  padding-right: 140px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_140, body pt_lg_140px, .block-editor__container .pt_lg_140, .block-editor__container pt_lg_140px {
    padding-top: 140px;
  }
  body .pb_lg_140, body .pb_lg_140px, .block-editor__container .pb_lg_140, .block-editor__container .pb_lg_140px {
    padding-bottom: 140px;
  }
  body .pl_lg_140, body .pl_lg_140px, .block-editor__container .pl_lg_140, .block-editor__container .pl_lg_140px {
    padding-left: 140px;
  }
  body .pr_lg_140, body .pr_lg_140px, .block-editor__container .pr_lg_140, .block-editor__container .pr_lg_140px {
    padding-right: 140px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_140, body pt_lg_140px, .block-editor__container .pt_lg_140, .block-editor__container pt_lg_140px {
    padding-top: 140px;
  }
  body .pb_lg_140, body .pb_lg_140px, .block-editor__container .pb_lg_140, .block-editor__container .pb_lg_140px {
    padding-bottom: 140px;
  }
  body .pl_lg_140, body .pl_lg_140px, .block-editor__container .pl_lg_140, .block-editor__container .pl_lg_140px {
    padding-left: 140px;
  }
  body .pr_lg_140, body .pr_lg_140px, .block-editor__container .pr_lg_140, .block-editor__container .pr_lg_140px {
    padding-right: 140px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_140, body pt_lg_140px, .block-editor__container .pt_lg_140, .block-editor__container pt_lg_140px {
    padding-top: 140px;
  }
  body .pb_lg_140, body .pb_lg_140px, .block-editor__container .pb_lg_140, .block-editor__container .pb_lg_140px {
    padding-bottom: 140px;
  }
  body .pl_lg_140, body .pl_lg_140px, .block-editor__container .pl_lg_140, .block-editor__container .pl_lg_140px {
    padding-left: 140px;
  }
  body .pr_lg_140, body .pr_lg_140px, .block-editor__container .pr_lg_140, .block-editor__container .pr_lg_140px {
    padding-right: 140px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_140, body pt_lg_140px, .block-editor__container .pt_lg_140, .block-editor__container pt_lg_140px {
    padding-top: 140px;
  }
  body .pb_lg_140, body .pb_lg_140px, .block-editor__container .pb_lg_140, .block-editor__container .pb_lg_140px {
    padding-bottom: 140px;
  }
  body .pl_lg_140, body .pl_lg_140px, .block-editor__container .pl_lg_140, .block-editor__container .pl_lg_140px {
    padding-left: 140px;
  }
  body .pr_lg_140, body .pr_lg_140px, .block-editor__container .pr_lg_140, .block-editor__container .pr_lg_140px {
    padding-right: 140px;
  }
}
body .pt_lg_150, body pt_lg_150px, .block-editor__container .pt_lg_150, .block-editor__container pt_lg_150px {
  padding-top: 150px;
}
body .pb_lg_150, body .pb_lg_150px, .block-editor__container .pb_lg_150, .block-editor__container .pb_lg_150px {
  padding-bottom: 150px;
}
body .pl_lg_150, body .pl_lg_150px, .block-editor__container .pl_lg_150, .block-editor__container .pl_lg_150px {
  padding-left: 150px;
}
body .pr_lg_150, body .pr_lg_150px, .block-editor__container .pr_lg_150, .block-editor__container .pr_lg_150px {
  padding-right: 150px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_150, body pt_lg_150px, .block-editor__container .pt_lg_150, .block-editor__container pt_lg_150px {
    padding-top: 150px;
  }
  body .pb_lg_150, body .pb_lg_150px, .block-editor__container .pb_lg_150, .block-editor__container .pb_lg_150px {
    padding-bottom: 150px;
  }
  body .pl_lg_150, body .pl_lg_150px, .block-editor__container .pl_lg_150, .block-editor__container .pl_lg_150px {
    padding-left: 150px;
  }
  body .pr_lg_150, body .pr_lg_150px, .block-editor__container .pr_lg_150, .block-editor__container .pr_lg_150px {
    padding-right: 150px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_150, body pt_lg_150px, .block-editor__container .pt_lg_150, .block-editor__container pt_lg_150px {
    padding-top: 150px;
  }
  body .pb_lg_150, body .pb_lg_150px, .block-editor__container .pb_lg_150, .block-editor__container .pb_lg_150px {
    padding-bottom: 150px;
  }
  body .pl_lg_150, body .pl_lg_150px, .block-editor__container .pl_lg_150, .block-editor__container .pl_lg_150px {
    padding-left: 150px;
  }
  body .pr_lg_150, body .pr_lg_150px, .block-editor__container .pr_lg_150, .block-editor__container .pr_lg_150px {
    padding-right: 150px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_150, body pt_lg_150px, .block-editor__container .pt_lg_150, .block-editor__container pt_lg_150px {
    padding-top: 150px;
  }
  body .pb_lg_150, body .pb_lg_150px, .block-editor__container .pb_lg_150, .block-editor__container .pb_lg_150px {
    padding-bottom: 150px;
  }
  body .pl_lg_150, body .pl_lg_150px, .block-editor__container .pl_lg_150, .block-editor__container .pl_lg_150px {
    padding-left: 150px;
  }
  body .pr_lg_150, body .pr_lg_150px, .block-editor__container .pr_lg_150, .block-editor__container .pr_lg_150px {
    padding-right: 150px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_150, body pt_lg_150px, .block-editor__container .pt_lg_150, .block-editor__container pt_lg_150px {
    padding-top: 150px;
  }
  body .pb_lg_150, body .pb_lg_150px, .block-editor__container .pb_lg_150, .block-editor__container .pb_lg_150px {
    padding-bottom: 150px;
  }
  body .pl_lg_150, body .pl_lg_150px, .block-editor__container .pl_lg_150, .block-editor__container .pl_lg_150px {
    padding-left: 150px;
  }
  body .pr_lg_150, body .pr_lg_150px, .block-editor__container .pr_lg_150, .block-editor__container .pr_lg_150px {
    padding-right: 150px;
  }
}
body .pt_lg_160, body pt_lg_160px, .block-editor__container .pt_lg_160, .block-editor__container pt_lg_160px {
  padding-top: 160px;
}
body .pb_lg_160, body .pb_lg_160px, .block-editor__container .pb_lg_160, .block-editor__container .pb_lg_160px {
  padding-bottom: 160px;
}
body .pl_lg_160, body .pl_lg_160px, .block-editor__container .pl_lg_160, .block-editor__container .pl_lg_160px {
  padding-left: 160px;
}
body .pr_lg_160, body .pr_lg_160px, .block-editor__container .pr_lg_160, .block-editor__container .pr_lg_160px {
  padding-right: 160px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_160, body pt_lg_160px, .block-editor__container .pt_lg_160, .block-editor__container pt_lg_160px {
    padding-top: 160px;
  }
  body .pb_lg_160, body .pb_lg_160px, .block-editor__container .pb_lg_160, .block-editor__container .pb_lg_160px {
    padding-bottom: 160px;
  }
  body .pl_lg_160, body .pl_lg_160px, .block-editor__container .pl_lg_160, .block-editor__container .pl_lg_160px {
    padding-left: 160px;
  }
  body .pr_lg_160, body .pr_lg_160px, .block-editor__container .pr_lg_160, .block-editor__container .pr_lg_160px {
    padding-right: 160px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_160, body pt_lg_160px, .block-editor__container .pt_lg_160, .block-editor__container pt_lg_160px {
    padding-top: 160px;
  }
  body .pb_lg_160, body .pb_lg_160px, .block-editor__container .pb_lg_160, .block-editor__container .pb_lg_160px {
    padding-bottom: 160px;
  }
  body .pl_lg_160, body .pl_lg_160px, .block-editor__container .pl_lg_160, .block-editor__container .pl_lg_160px {
    padding-left: 160px;
  }
  body .pr_lg_160, body .pr_lg_160px, .block-editor__container .pr_lg_160, .block-editor__container .pr_lg_160px {
    padding-right: 160px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_160, body pt_lg_160px, .block-editor__container .pt_lg_160, .block-editor__container pt_lg_160px {
    padding-top: 160px;
  }
  body .pb_lg_160, body .pb_lg_160px, .block-editor__container .pb_lg_160, .block-editor__container .pb_lg_160px {
    padding-bottom: 160px;
  }
  body .pl_lg_160, body .pl_lg_160px, .block-editor__container .pl_lg_160, .block-editor__container .pl_lg_160px {
    padding-left: 160px;
  }
  body .pr_lg_160, body .pr_lg_160px, .block-editor__container .pr_lg_160, .block-editor__container .pr_lg_160px {
    padding-right: 160px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_160, body pt_lg_160px, .block-editor__container .pt_lg_160, .block-editor__container pt_lg_160px {
    padding-top: 160px;
  }
  body .pb_lg_160, body .pb_lg_160px, .block-editor__container .pb_lg_160, .block-editor__container .pb_lg_160px {
    padding-bottom: 160px;
  }
  body .pl_lg_160, body .pl_lg_160px, .block-editor__container .pl_lg_160, .block-editor__container .pl_lg_160px {
    padding-left: 160px;
  }
  body .pr_lg_160, body .pr_lg_160px, .block-editor__container .pr_lg_160, .block-editor__container .pr_lg_160px {
    padding-right: 160px;
  }
}
body .pt_lg_170, body pt_lg_170px, .block-editor__container .pt_lg_170, .block-editor__container pt_lg_170px {
  padding-top: 170px;
}
body .pb_lg_170, body .pb_lg_170px, .block-editor__container .pb_lg_170, .block-editor__container .pb_lg_170px {
  padding-bottom: 170px;
}
body .pl_lg_170, body .pl_lg_170px, .block-editor__container .pl_lg_170, .block-editor__container .pl_lg_170px {
  padding-left: 170px;
}
body .pr_lg_170, body .pr_lg_170px, .block-editor__container .pr_lg_170, .block-editor__container .pr_lg_170px {
  padding-right: 170px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_170, body pt_lg_170px, .block-editor__container .pt_lg_170, .block-editor__container pt_lg_170px {
    padding-top: 170px;
  }
  body .pb_lg_170, body .pb_lg_170px, .block-editor__container .pb_lg_170, .block-editor__container .pb_lg_170px {
    padding-bottom: 170px;
  }
  body .pl_lg_170, body .pl_lg_170px, .block-editor__container .pl_lg_170, .block-editor__container .pl_lg_170px {
    padding-left: 170px;
  }
  body .pr_lg_170, body .pr_lg_170px, .block-editor__container .pr_lg_170, .block-editor__container .pr_lg_170px {
    padding-right: 170px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_170, body pt_lg_170px, .block-editor__container .pt_lg_170, .block-editor__container pt_lg_170px {
    padding-top: 170px;
  }
  body .pb_lg_170, body .pb_lg_170px, .block-editor__container .pb_lg_170, .block-editor__container .pb_lg_170px {
    padding-bottom: 170px;
  }
  body .pl_lg_170, body .pl_lg_170px, .block-editor__container .pl_lg_170, .block-editor__container .pl_lg_170px {
    padding-left: 170px;
  }
  body .pr_lg_170, body .pr_lg_170px, .block-editor__container .pr_lg_170, .block-editor__container .pr_lg_170px {
    padding-right: 170px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_170, body pt_lg_170px, .block-editor__container .pt_lg_170, .block-editor__container pt_lg_170px {
    padding-top: 170px;
  }
  body .pb_lg_170, body .pb_lg_170px, .block-editor__container .pb_lg_170, .block-editor__container .pb_lg_170px {
    padding-bottom: 170px;
  }
  body .pl_lg_170, body .pl_lg_170px, .block-editor__container .pl_lg_170, .block-editor__container .pl_lg_170px {
    padding-left: 170px;
  }
  body .pr_lg_170, body .pr_lg_170px, .block-editor__container .pr_lg_170, .block-editor__container .pr_lg_170px {
    padding-right: 170px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_170, body pt_lg_170px, .block-editor__container .pt_lg_170, .block-editor__container pt_lg_170px {
    padding-top: 170px;
  }
  body .pb_lg_170, body .pb_lg_170px, .block-editor__container .pb_lg_170, .block-editor__container .pb_lg_170px {
    padding-bottom: 170px;
  }
  body .pl_lg_170, body .pl_lg_170px, .block-editor__container .pl_lg_170, .block-editor__container .pl_lg_170px {
    padding-left: 170px;
  }
  body .pr_lg_170, body .pr_lg_170px, .block-editor__container .pr_lg_170, .block-editor__container .pr_lg_170px {
    padding-right: 170px;
  }
}
body .pt_lg_180, body pt_lg_180px, .block-editor__container .pt_lg_180, .block-editor__container pt_lg_180px {
  padding-top: 180px;
}
body .pb_lg_180, body .pb_lg_180px, .block-editor__container .pb_lg_180, .block-editor__container .pb_lg_180px {
  padding-bottom: 180px;
}
body .pl_lg_180, body .pl_lg_180px, .block-editor__container .pl_lg_180, .block-editor__container .pl_lg_180px {
  padding-left: 180px;
}
body .pr_lg_180, body .pr_lg_180px, .block-editor__container .pr_lg_180, .block-editor__container .pr_lg_180px {
  padding-right: 180px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_180, body pt_lg_180px, .block-editor__container .pt_lg_180, .block-editor__container pt_lg_180px {
    padding-top: 180px;
  }
  body .pb_lg_180, body .pb_lg_180px, .block-editor__container .pb_lg_180, .block-editor__container .pb_lg_180px {
    padding-bottom: 180px;
  }
  body .pl_lg_180, body .pl_lg_180px, .block-editor__container .pl_lg_180, .block-editor__container .pl_lg_180px {
    padding-left: 180px;
  }
  body .pr_lg_180, body .pr_lg_180px, .block-editor__container .pr_lg_180, .block-editor__container .pr_lg_180px {
    padding-right: 180px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_180, body pt_lg_180px, .block-editor__container .pt_lg_180, .block-editor__container pt_lg_180px {
    padding-top: 180px;
  }
  body .pb_lg_180, body .pb_lg_180px, .block-editor__container .pb_lg_180, .block-editor__container .pb_lg_180px {
    padding-bottom: 180px;
  }
  body .pl_lg_180, body .pl_lg_180px, .block-editor__container .pl_lg_180, .block-editor__container .pl_lg_180px {
    padding-left: 180px;
  }
  body .pr_lg_180, body .pr_lg_180px, .block-editor__container .pr_lg_180, .block-editor__container .pr_lg_180px {
    padding-right: 180px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_180, body pt_lg_180px, .block-editor__container .pt_lg_180, .block-editor__container pt_lg_180px {
    padding-top: 180px;
  }
  body .pb_lg_180, body .pb_lg_180px, .block-editor__container .pb_lg_180, .block-editor__container .pb_lg_180px {
    padding-bottom: 180px;
  }
  body .pl_lg_180, body .pl_lg_180px, .block-editor__container .pl_lg_180, .block-editor__container .pl_lg_180px {
    padding-left: 180px;
  }
  body .pr_lg_180, body .pr_lg_180px, .block-editor__container .pr_lg_180, .block-editor__container .pr_lg_180px {
    padding-right: 180px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_180, body pt_lg_180px, .block-editor__container .pt_lg_180, .block-editor__container pt_lg_180px {
    padding-top: 180px;
  }
  body .pb_lg_180, body .pb_lg_180px, .block-editor__container .pb_lg_180, .block-editor__container .pb_lg_180px {
    padding-bottom: 180px;
  }
  body .pl_lg_180, body .pl_lg_180px, .block-editor__container .pl_lg_180, .block-editor__container .pl_lg_180px {
    padding-left: 180px;
  }
  body .pr_lg_180, body .pr_lg_180px, .block-editor__container .pr_lg_180, .block-editor__container .pr_lg_180px {
    padding-right: 180px;
  }
}
body .pt_lg_190, body pt_lg_190px, .block-editor__container .pt_lg_190, .block-editor__container pt_lg_190px {
  padding-top: 190px;
}
body .pb_lg_190, body .pb_lg_190px, .block-editor__container .pb_lg_190, .block-editor__container .pb_lg_190px {
  padding-bottom: 190px;
}
body .pl_lg_190, body .pl_lg_190px, .block-editor__container .pl_lg_190, .block-editor__container .pl_lg_190px {
  padding-left: 190px;
}
body .pr_lg_190, body .pr_lg_190px, .block-editor__container .pr_lg_190, .block-editor__container .pr_lg_190px {
  padding-right: 190px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_190, body pt_lg_190px, .block-editor__container .pt_lg_190, .block-editor__container pt_lg_190px {
    padding-top: 190px;
  }
  body .pb_lg_190, body .pb_lg_190px, .block-editor__container .pb_lg_190, .block-editor__container .pb_lg_190px {
    padding-bottom: 190px;
  }
  body .pl_lg_190, body .pl_lg_190px, .block-editor__container .pl_lg_190, .block-editor__container .pl_lg_190px {
    padding-left: 190px;
  }
  body .pr_lg_190, body .pr_lg_190px, .block-editor__container .pr_lg_190, .block-editor__container .pr_lg_190px {
    padding-right: 190px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_190, body pt_lg_190px, .block-editor__container .pt_lg_190, .block-editor__container pt_lg_190px {
    padding-top: 190px;
  }
  body .pb_lg_190, body .pb_lg_190px, .block-editor__container .pb_lg_190, .block-editor__container .pb_lg_190px {
    padding-bottom: 190px;
  }
  body .pl_lg_190, body .pl_lg_190px, .block-editor__container .pl_lg_190, .block-editor__container .pl_lg_190px {
    padding-left: 190px;
  }
  body .pr_lg_190, body .pr_lg_190px, .block-editor__container .pr_lg_190, .block-editor__container .pr_lg_190px {
    padding-right: 190px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_190, body pt_lg_190px, .block-editor__container .pt_lg_190, .block-editor__container pt_lg_190px {
    padding-top: 190px;
  }
  body .pb_lg_190, body .pb_lg_190px, .block-editor__container .pb_lg_190, .block-editor__container .pb_lg_190px {
    padding-bottom: 190px;
  }
  body .pl_lg_190, body .pl_lg_190px, .block-editor__container .pl_lg_190, .block-editor__container .pl_lg_190px {
    padding-left: 190px;
  }
  body .pr_lg_190, body .pr_lg_190px, .block-editor__container .pr_lg_190, .block-editor__container .pr_lg_190px {
    padding-right: 190px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_190, body pt_lg_190px, .block-editor__container .pt_lg_190, .block-editor__container pt_lg_190px {
    padding-top: 190px;
  }
  body .pb_lg_190, body .pb_lg_190px, .block-editor__container .pb_lg_190, .block-editor__container .pb_lg_190px {
    padding-bottom: 190px;
  }
  body .pl_lg_190, body .pl_lg_190px, .block-editor__container .pl_lg_190, .block-editor__container .pl_lg_190px {
    padding-left: 190px;
  }
  body .pr_lg_190, body .pr_lg_190px, .block-editor__container .pr_lg_190, .block-editor__container .pr_lg_190px {
    padding-right: 190px;
  }
}
body .pt_lg_200, body pt_lg_200px, .block-editor__container .pt_lg_200, .block-editor__container pt_lg_200px {
  padding-top: 200px;
}
body .pb_lg_200, body .pb_lg_200px, .block-editor__container .pb_lg_200, .block-editor__container .pb_lg_200px {
  padding-bottom: 200px;
}
body .pl_lg_200, body .pl_lg_200px, .block-editor__container .pl_lg_200, .block-editor__container .pl_lg_200px {
  padding-left: 200px;
}
body .pr_lg_200, body .pr_lg_200px, .block-editor__container .pr_lg_200, .block-editor__container .pr_lg_200px {
  padding-right: 200px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_200, body pt_lg_200px, .block-editor__container .pt_lg_200, .block-editor__container pt_lg_200px {
    padding-top: 200px;
  }
  body .pb_lg_200, body .pb_lg_200px, .block-editor__container .pb_lg_200, .block-editor__container .pb_lg_200px {
    padding-bottom: 200px;
  }
  body .pl_lg_200, body .pl_lg_200px, .block-editor__container .pl_lg_200, .block-editor__container .pl_lg_200px {
    padding-left: 200px;
  }
  body .pr_lg_200, body .pr_lg_200px, .block-editor__container .pr_lg_200, .block-editor__container .pr_lg_200px {
    padding-right: 200px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_200, body pt_lg_200px, .block-editor__container .pt_lg_200, .block-editor__container pt_lg_200px {
    padding-top: 200px;
  }
  body .pb_lg_200, body .pb_lg_200px, .block-editor__container .pb_lg_200, .block-editor__container .pb_lg_200px {
    padding-bottom: 200px;
  }
  body .pl_lg_200, body .pl_lg_200px, .block-editor__container .pl_lg_200, .block-editor__container .pl_lg_200px {
    padding-left: 200px;
  }
  body .pr_lg_200, body .pr_lg_200px, .block-editor__container .pr_lg_200, .block-editor__container .pr_lg_200px {
    padding-right: 200px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_200, body pt_lg_200px, .block-editor__container .pt_lg_200, .block-editor__container pt_lg_200px {
    padding-top: 200px;
  }
  body .pb_lg_200, body .pb_lg_200px, .block-editor__container .pb_lg_200, .block-editor__container .pb_lg_200px {
    padding-bottom: 200px;
  }
  body .pl_lg_200, body .pl_lg_200px, .block-editor__container .pl_lg_200, .block-editor__container .pl_lg_200px {
    padding-left: 200px;
  }
  body .pr_lg_200, body .pr_lg_200px, .block-editor__container .pr_lg_200, .block-editor__container .pr_lg_200px {
    padding-right: 200px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_200, body pt_lg_200px, .block-editor__container .pt_lg_200, .block-editor__container pt_lg_200px {
    padding-top: 200px;
  }
  body .pb_lg_200, body .pb_lg_200px, .block-editor__container .pb_lg_200, .block-editor__container .pb_lg_200px {
    padding-bottom: 200px;
  }
  body .pl_lg_200, body .pl_lg_200px, .block-editor__container .pl_lg_200, .block-editor__container .pl_lg_200px {
    padding-left: 200px;
  }
  body .pr_lg_200, body .pr_lg_200px, .block-editor__container .pr_lg_200, .block-editor__container .pr_lg_200px {
    padding-right: 200px;
  }
}
body .pt_lg_210, body pt_lg_210px, .block-editor__container .pt_lg_210, .block-editor__container pt_lg_210px {
  padding-top: 210px;
}
body .pb_lg_210, body .pb_lg_210px, .block-editor__container .pb_lg_210, .block-editor__container .pb_lg_210px {
  padding-bottom: 210px;
}
body .pl_lg_210, body .pl_lg_210px, .block-editor__container .pl_lg_210, .block-editor__container .pl_lg_210px {
  padding-left: 210px;
}
body .pr_lg_210, body .pr_lg_210px, .block-editor__container .pr_lg_210, .block-editor__container .pr_lg_210px {
  padding-right: 210px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_210, body pt_lg_210px, .block-editor__container .pt_lg_210, .block-editor__container pt_lg_210px {
    padding-top: 210px;
  }
  body .pb_lg_210, body .pb_lg_210px, .block-editor__container .pb_lg_210, .block-editor__container .pb_lg_210px {
    padding-bottom: 210px;
  }
  body .pl_lg_210, body .pl_lg_210px, .block-editor__container .pl_lg_210, .block-editor__container .pl_lg_210px {
    padding-left: 210px;
  }
  body .pr_lg_210, body .pr_lg_210px, .block-editor__container .pr_lg_210, .block-editor__container .pr_lg_210px {
    padding-right: 210px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_210, body pt_lg_210px, .block-editor__container .pt_lg_210, .block-editor__container pt_lg_210px {
    padding-top: 210px;
  }
  body .pb_lg_210, body .pb_lg_210px, .block-editor__container .pb_lg_210, .block-editor__container .pb_lg_210px {
    padding-bottom: 210px;
  }
  body .pl_lg_210, body .pl_lg_210px, .block-editor__container .pl_lg_210, .block-editor__container .pl_lg_210px {
    padding-left: 210px;
  }
  body .pr_lg_210, body .pr_lg_210px, .block-editor__container .pr_lg_210, .block-editor__container .pr_lg_210px {
    padding-right: 210px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_210, body pt_lg_210px, .block-editor__container .pt_lg_210, .block-editor__container pt_lg_210px {
    padding-top: 210px;
  }
  body .pb_lg_210, body .pb_lg_210px, .block-editor__container .pb_lg_210, .block-editor__container .pb_lg_210px {
    padding-bottom: 210px;
  }
  body .pl_lg_210, body .pl_lg_210px, .block-editor__container .pl_lg_210, .block-editor__container .pl_lg_210px {
    padding-left: 210px;
  }
  body .pr_lg_210, body .pr_lg_210px, .block-editor__container .pr_lg_210, .block-editor__container .pr_lg_210px {
    padding-right: 210px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_210, body pt_lg_210px, .block-editor__container .pt_lg_210, .block-editor__container pt_lg_210px {
    padding-top: 210px;
  }
  body .pb_lg_210, body .pb_lg_210px, .block-editor__container .pb_lg_210, .block-editor__container .pb_lg_210px {
    padding-bottom: 210px;
  }
  body .pl_lg_210, body .pl_lg_210px, .block-editor__container .pl_lg_210, .block-editor__container .pl_lg_210px {
    padding-left: 210px;
  }
  body .pr_lg_210, body .pr_lg_210px, .block-editor__container .pr_lg_210, .block-editor__container .pr_lg_210px {
    padding-right: 210px;
  }
}
body .pt_lg_220, body pt_lg_220px, .block-editor__container .pt_lg_220, .block-editor__container pt_lg_220px {
  padding-top: 220px;
}
body .pb_lg_220, body .pb_lg_220px, .block-editor__container .pb_lg_220, .block-editor__container .pb_lg_220px {
  padding-bottom: 220px;
}
body .pl_lg_220, body .pl_lg_220px, .block-editor__container .pl_lg_220, .block-editor__container .pl_lg_220px {
  padding-left: 220px;
}
body .pr_lg_220, body .pr_lg_220px, .block-editor__container .pr_lg_220, .block-editor__container .pr_lg_220px {
  padding-right: 220px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_220, body pt_lg_220px, .block-editor__container .pt_lg_220, .block-editor__container pt_lg_220px {
    padding-top: 220px;
  }
  body .pb_lg_220, body .pb_lg_220px, .block-editor__container .pb_lg_220, .block-editor__container .pb_lg_220px {
    padding-bottom: 220px;
  }
  body .pl_lg_220, body .pl_lg_220px, .block-editor__container .pl_lg_220, .block-editor__container .pl_lg_220px {
    padding-left: 220px;
  }
  body .pr_lg_220, body .pr_lg_220px, .block-editor__container .pr_lg_220, .block-editor__container .pr_lg_220px {
    padding-right: 220px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_220, body pt_lg_220px, .block-editor__container .pt_lg_220, .block-editor__container pt_lg_220px {
    padding-top: 220px;
  }
  body .pb_lg_220, body .pb_lg_220px, .block-editor__container .pb_lg_220, .block-editor__container .pb_lg_220px {
    padding-bottom: 220px;
  }
  body .pl_lg_220, body .pl_lg_220px, .block-editor__container .pl_lg_220, .block-editor__container .pl_lg_220px {
    padding-left: 220px;
  }
  body .pr_lg_220, body .pr_lg_220px, .block-editor__container .pr_lg_220, .block-editor__container .pr_lg_220px {
    padding-right: 220px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_220, body pt_lg_220px, .block-editor__container .pt_lg_220, .block-editor__container pt_lg_220px {
    padding-top: 220px;
  }
  body .pb_lg_220, body .pb_lg_220px, .block-editor__container .pb_lg_220, .block-editor__container .pb_lg_220px {
    padding-bottom: 220px;
  }
  body .pl_lg_220, body .pl_lg_220px, .block-editor__container .pl_lg_220, .block-editor__container .pl_lg_220px {
    padding-left: 220px;
  }
  body .pr_lg_220, body .pr_lg_220px, .block-editor__container .pr_lg_220, .block-editor__container .pr_lg_220px {
    padding-right: 220px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_220, body pt_lg_220px, .block-editor__container .pt_lg_220, .block-editor__container pt_lg_220px {
    padding-top: 220px;
  }
  body .pb_lg_220, body .pb_lg_220px, .block-editor__container .pb_lg_220, .block-editor__container .pb_lg_220px {
    padding-bottom: 220px;
  }
  body .pl_lg_220, body .pl_lg_220px, .block-editor__container .pl_lg_220, .block-editor__container .pl_lg_220px {
    padding-left: 220px;
  }
  body .pr_lg_220, body .pr_lg_220px, .block-editor__container .pr_lg_220, .block-editor__container .pr_lg_220px {
    padding-right: 220px;
  }
}
body .pt_lg_230, body pt_lg_230px, .block-editor__container .pt_lg_230, .block-editor__container pt_lg_230px {
  padding-top: 230px;
}
body .pb_lg_230, body .pb_lg_230px, .block-editor__container .pb_lg_230, .block-editor__container .pb_lg_230px {
  padding-bottom: 230px;
}
body .pl_lg_230, body .pl_lg_230px, .block-editor__container .pl_lg_230, .block-editor__container .pl_lg_230px {
  padding-left: 230px;
}
body .pr_lg_230, body .pr_lg_230px, .block-editor__container .pr_lg_230, .block-editor__container .pr_lg_230px {
  padding-right: 230px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_230, body pt_lg_230px, .block-editor__container .pt_lg_230, .block-editor__container pt_lg_230px {
    padding-top: 230px;
  }
  body .pb_lg_230, body .pb_lg_230px, .block-editor__container .pb_lg_230, .block-editor__container .pb_lg_230px {
    padding-bottom: 230px;
  }
  body .pl_lg_230, body .pl_lg_230px, .block-editor__container .pl_lg_230, .block-editor__container .pl_lg_230px {
    padding-left: 230px;
  }
  body .pr_lg_230, body .pr_lg_230px, .block-editor__container .pr_lg_230, .block-editor__container .pr_lg_230px {
    padding-right: 230px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_230, body pt_lg_230px, .block-editor__container .pt_lg_230, .block-editor__container pt_lg_230px {
    padding-top: 230px;
  }
  body .pb_lg_230, body .pb_lg_230px, .block-editor__container .pb_lg_230, .block-editor__container .pb_lg_230px {
    padding-bottom: 230px;
  }
  body .pl_lg_230, body .pl_lg_230px, .block-editor__container .pl_lg_230, .block-editor__container .pl_lg_230px {
    padding-left: 230px;
  }
  body .pr_lg_230, body .pr_lg_230px, .block-editor__container .pr_lg_230, .block-editor__container .pr_lg_230px {
    padding-right: 230px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_230, body pt_lg_230px, .block-editor__container .pt_lg_230, .block-editor__container pt_lg_230px {
    padding-top: 230px;
  }
  body .pb_lg_230, body .pb_lg_230px, .block-editor__container .pb_lg_230, .block-editor__container .pb_lg_230px {
    padding-bottom: 230px;
  }
  body .pl_lg_230, body .pl_lg_230px, .block-editor__container .pl_lg_230, .block-editor__container .pl_lg_230px {
    padding-left: 230px;
  }
  body .pr_lg_230, body .pr_lg_230px, .block-editor__container .pr_lg_230, .block-editor__container .pr_lg_230px {
    padding-right: 230px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_230, body pt_lg_230px, .block-editor__container .pt_lg_230, .block-editor__container pt_lg_230px {
    padding-top: 230px;
  }
  body .pb_lg_230, body .pb_lg_230px, .block-editor__container .pb_lg_230, .block-editor__container .pb_lg_230px {
    padding-bottom: 230px;
  }
  body .pl_lg_230, body .pl_lg_230px, .block-editor__container .pl_lg_230, .block-editor__container .pl_lg_230px {
    padding-left: 230px;
  }
  body .pr_lg_230, body .pr_lg_230px, .block-editor__container .pr_lg_230, .block-editor__container .pr_lg_230px {
    padding-right: 230px;
  }
}
body .pt_lg_240, body pt_lg_240px, .block-editor__container .pt_lg_240, .block-editor__container pt_lg_240px {
  padding-top: 240px;
}
body .pb_lg_240, body .pb_lg_240px, .block-editor__container .pb_lg_240, .block-editor__container .pb_lg_240px {
  padding-bottom: 240px;
}
body .pl_lg_240, body .pl_lg_240px, .block-editor__container .pl_lg_240, .block-editor__container .pl_lg_240px {
  padding-left: 240px;
}
body .pr_lg_240, body .pr_lg_240px, .block-editor__container .pr_lg_240, .block-editor__container .pr_lg_240px {
  padding-right: 240px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_240, body pt_lg_240px, .block-editor__container .pt_lg_240, .block-editor__container pt_lg_240px {
    padding-top: 240px;
  }
  body .pb_lg_240, body .pb_lg_240px, .block-editor__container .pb_lg_240, .block-editor__container .pb_lg_240px {
    padding-bottom: 240px;
  }
  body .pl_lg_240, body .pl_lg_240px, .block-editor__container .pl_lg_240, .block-editor__container .pl_lg_240px {
    padding-left: 240px;
  }
  body .pr_lg_240, body .pr_lg_240px, .block-editor__container .pr_lg_240, .block-editor__container .pr_lg_240px {
    padding-right: 240px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_240, body pt_lg_240px, .block-editor__container .pt_lg_240, .block-editor__container pt_lg_240px {
    padding-top: 240px;
  }
  body .pb_lg_240, body .pb_lg_240px, .block-editor__container .pb_lg_240, .block-editor__container .pb_lg_240px {
    padding-bottom: 240px;
  }
  body .pl_lg_240, body .pl_lg_240px, .block-editor__container .pl_lg_240, .block-editor__container .pl_lg_240px {
    padding-left: 240px;
  }
  body .pr_lg_240, body .pr_lg_240px, .block-editor__container .pr_lg_240, .block-editor__container .pr_lg_240px {
    padding-right: 240px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_240, body pt_lg_240px, .block-editor__container .pt_lg_240, .block-editor__container pt_lg_240px {
    padding-top: 240px;
  }
  body .pb_lg_240, body .pb_lg_240px, .block-editor__container .pb_lg_240, .block-editor__container .pb_lg_240px {
    padding-bottom: 240px;
  }
  body .pl_lg_240, body .pl_lg_240px, .block-editor__container .pl_lg_240, .block-editor__container .pl_lg_240px {
    padding-left: 240px;
  }
  body .pr_lg_240, body .pr_lg_240px, .block-editor__container .pr_lg_240, .block-editor__container .pr_lg_240px {
    padding-right: 240px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_240, body pt_lg_240px, .block-editor__container .pt_lg_240, .block-editor__container pt_lg_240px {
    padding-top: 240px;
  }
  body .pb_lg_240, body .pb_lg_240px, .block-editor__container .pb_lg_240, .block-editor__container .pb_lg_240px {
    padding-bottom: 240px;
  }
  body .pl_lg_240, body .pl_lg_240px, .block-editor__container .pl_lg_240, .block-editor__container .pl_lg_240px {
    padding-left: 240px;
  }
  body .pr_lg_240, body .pr_lg_240px, .block-editor__container .pr_lg_240, .block-editor__container .pr_lg_240px {
    padding-right: 240px;
  }
}
body .pt_lg_250, body pt_lg_250px, .block-editor__container .pt_lg_250, .block-editor__container pt_lg_250px {
  padding-top: 250px;
}
body .pb_lg_250, body .pb_lg_250px, .block-editor__container .pb_lg_250, .block-editor__container .pb_lg_250px {
  padding-bottom: 250px;
}
body .pl_lg_250, body .pl_lg_250px, .block-editor__container .pl_lg_250, .block-editor__container .pl_lg_250px {
  padding-left: 250px;
}
body .pr_lg_250, body .pr_lg_250px, .block-editor__container .pr_lg_250, .block-editor__container .pr_lg_250px {
  padding-right: 250px;
}
@media (max-width: 1439.98px) {
  body .pt_lg_250, body pt_lg_250px, .block-editor__container .pt_lg_250, .block-editor__container pt_lg_250px {
    padding-top: 250px;
  }
  body .pb_lg_250, body .pb_lg_250px, .block-editor__container .pb_lg_250, .block-editor__container .pb_lg_250px {
    padding-bottom: 250px;
  }
  body .pl_lg_250, body .pl_lg_250px, .block-editor__container .pl_lg_250, .block-editor__container .pl_lg_250px {
    padding-left: 250px;
  }
  body .pr_lg_250, body .pr_lg_250px, .block-editor__container .pr_lg_250, .block-editor__container .pr_lg_250px {
    padding-right: 250px;
  }
}
@media (max-width: 991.98px) {
  body .pt_lg_250, body pt_lg_250px, .block-editor__container .pt_lg_250, .block-editor__container pt_lg_250px {
    padding-top: 250px;
  }
  body .pb_lg_250, body .pb_lg_250px, .block-editor__container .pb_lg_250, .block-editor__container .pb_lg_250px {
    padding-bottom: 250px;
  }
  body .pl_lg_250, body .pl_lg_250px, .block-editor__container .pl_lg_250, .block-editor__container .pl_lg_250px {
    padding-left: 250px;
  }
  body .pr_lg_250, body .pr_lg_250px, .block-editor__container .pr_lg_250, .block-editor__container .pr_lg_250px {
    padding-right: 250px;
  }
}
@media (max-width: 767.98px) {
  body .pt_lg_250, body pt_lg_250px, .block-editor__container .pt_lg_250, .block-editor__container pt_lg_250px {
    padding-top: 250px;
  }
  body .pb_lg_250, body .pb_lg_250px, .block-editor__container .pb_lg_250, .block-editor__container .pb_lg_250px {
    padding-bottom: 250px;
  }
  body .pl_lg_250, body .pl_lg_250px, .block-editor__container .pl_lg_250, .block-editor__container .pl_lg_250px {
    padding-left: 250px;
  }
  body .pr_lg_250, body .pr_lg_250px, .block-editor__container .pr_lg_250, .block-editor__container .pr_lg_250px {
    padding-right: 250px;
  }
}
@media (max-width: 575.98px) {
  body .pt_lg_250, body pt_lg_250px, .block-editor__container .pt_lg_250, .block-editor__container pt_lg_250px {
    padding-top: 250px;
  }
  body .pb_lg_250, body .pb_lg_250px, .block-editor__container .pb_lg_250, .block-editor__container .pb_lg_250px {
    padding-bottom: 250px;
  }
  body .pl_lg_250, body .pl_lg_250px, .block-editor__container .pl_lg_250, .block-editor__container .pl_lg_250px {
    padding-left: 250px;
  }
  body .pr_lg_250, body .pr_lg_250px, .block-editor__container .pr_lg_250, .block-editor__container .pr_lg_250px {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_10, body .pt_sm_10px, .block-editor__container .pt_sm_10, .block-editor__container .pt_sm_10px {
    padding-top: 10px;
  }
  body .pb_sm_10, body .pb_sm_10px, .block-editor__container .pb_sm_10, .block-editor__container .pb_sm_10px {
    padding-bottom: 10px;
  }
  body .pl_sm_10, body .pl_sm_10px, .block-editor__container .pl_sm_10, .block-editor__container .pl_sm_10px {
    padding-left: 10px;
  }
  body .pr_sm_10, body .pr_sm_10px, .block-editor__container .pr_sm_10, .block-editor__container .pr_sm_10px {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_10, body .pt_sm_10px, .block-editor__container .pt_sm_10, .block-editor__container .pt_sm_10px {
    padding-top: 10px;
  }
  body .pb_sm_10, body .pb_sm_10px, .block-editor__container .pb_sm_10, .block-editor__container .pb_sm_10px {
    padding-bottom: 10px;
  }
  body .pl_sm_10, body .pl_sm_10px, .block-editor__container .pl_sm_10, .block-editor__container .pl_sm_10px {
    padding-left: 10px;
  }
  body .pr_sm_10, body .pr_sm_10px, .block-editor__container .pr_sm_10, .block-editor__container .pr_sm_10px {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_10, body .pt_sm_10px, .block-editor__container .pt_sm_10, .block-editor__container .pt_sm_10px {
    padding-top: 10px;
  }
  body .pb_sm_10, body .pb_sm_10px, .block-editor__container .pb_sm_10, .block-editor__container .pb_sm_10px {
    padding-bottom: 10px;
  }
  body .pl_sm_10, body .pl_sm_10px, .block-editor__container .pl_sm_10, .block-editor__container .pl_sm_10px {
    padding-left: 10px;
  }
  body .pr_sm_10, body .pr_sm_10px, .block-editor__container .pr_sm_10, .block-editor__container .pr_sm_10px {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_10, body .pt_sm_10px, .block-editor__container .pt_sm_10, .block-editor__container .pt_sm_10px {
    padding-top: 10px;
  }
  body .pb_sm_10, body .pb_sm_10px, .block-editor__container .pb_sm_10, .block-editor__container .pb_sm_10px {
    padding-bottom: 10px;
  }
  body .pl_sm_10, body .pl_sm_10px, .block-editor__container .pl_sm_10, .block-editor__container .pl_sm_10px {
    padding-left: 10px;
  }
  body .pr_sm_10, body .pr_sm_10px, .block-editor__container .pr_sm_10, .block-editor__container .pr_sm_10px {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_10, body .pt_sm_10px, .block-editor__container .pt_sm_10, .block-editor__container .pt_sm_10px {
    padding-top: 10px;
  }
  body .pb_sm_10, body .pb_sm_10px, .block-editor__container .pb_sm_10, .block-editor__container .pb_sm_10px {
    padding-bottom: 10px;
  }
  body .pl_sm_10, body .pl_sm_10px, .block-editor__container .pl_sm_10, .block-editor__container .pl_sm_10px {
    padding-left: 10px;
  }
  body .pr_sm_10, body .pr_sm_10px, .block-editor__container .pr_sm_10, .block-editor__container .pr_sm_10px {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_20, body .pt_sm_20px, .block-editor__container .pt_sm_20, .block-editor__container .pt_sm_20px {
    padding-top: 20px;
  }
  body .pb_sm_20, body .pb_sm_20px, .block-editor__container .pb_sm_20, .block-editor__container .pb_sm_20px {
    padding-bottom: 20px;
  }
  body .pl_sm_20, body .pl_sm_20px, .block-editor__container .pl_sm_20, .block-editor__container .pl_sm_20px {
    padding-left: 20px;
  }
  body .pr_sm_20, body .pr_sm_20px, .block-editor__container .pr_sm_20, .block-editor__container .pr_sm_20px {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_20, body .pt_sm_20px, .block-editor__container .pt_sm_20, .block-editor__container .pt_sm_20px {
    padding-top: 20px;
  }
  body .pb_sm_20, body .pb_sm_20px, .block-editor__container .pb_sm_20, .block-editor__container .pb_sm_20px {
    padding-bottom: 20px;
  }
  body .pl_sm_20, body .pl_sm_20px, .block-editor__container .pl_sm_20, .block-editor__container .pl_sm_20px {
    padding-left: 20px;
  }
  body .pr_sm_20, body .pr_sm_20px, .block-editor__container .pr_sm_20, .block-editor__container .pr_sm_20px {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_20, body .pt_sm_20px, .block-editor__container .pt_sm_20, .block-editor__container .pt_sm_20px {
    padding-top: 20px;
  }
  body .pb_sm_20, body .pb_sm_20px, .block-editor__container .pb_sm_20, .block-editor__container .pb_sm_20px {
    padding-bottom: 20px;
  }
  body .pl_sm_20, body .pl_sm_20px, .block-editor__container .pl_sm_20, .block-editor__container .pl_sm_20px {
    padding-left: 20px;
  }
  body .pr_sm_20, body .pr_sm_20px, .block-editor__container .pr_sm_20, .block-editor__container .pr_sm_20px {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_20, body .pt_sm_20px, .block-editor__container .pt_sm_20, .block-editor__container .pt_sm_20px {
    padding-top: 20px;
  }
  body .pb_sm_20, body .pb_sm_20px, .block-editor__container .pb_sm_20, .block-editor__container .pb_sm_20px {
    padding-bottom: 20px;
  }
  body .pl_sm_20, body .pl_sm_20px, .block-editor__container .pl_sm_20, .block-editor__container .pl_sm_20px {
    padding-left: 20px;
  }
  body .pr_sm_20, body .pr_sm_20px, .block-editor__container .pr_sm_20, .block-editor__container .pr_sm_20px {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_20, body .pt_sm_20px, .block-editor__container .pt_sm_20, .block-editor__container .pt_sm_20px {
    padding-top: 20px;
  }
  body .pb_sm_20, body .pb_sm_20px, .block-editor__container .pb_sm_20, .block-editor__container .pb_sm_20px {
    padding-bottom: 20px;
  }
  body .pl_sm_20, body .pl_sm_20px, .block-editor__container .pl_sm_20, .block-editor__container .pl_sm_20px {
    padding-left: 20px;
  }
  body .pr_sm_20, body .pr_sm_20px, .block-editor__container .pr_sm_20, .block-editor__container .pr_sm_20px {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_30, body .pt_sm_30px, .block-editor__container .pt_sm_30, .block-editor__container .pt_sm_30px {
    padding-top: 30px;
  }
  body .pb_sm_30, body .pb_sm_30px, .block-editor__container .pb_sm_30, .block-editor__container .pb_sm_30px {
    padding-bottom: 30px;
  }
  body .pl_sm_30, body .pl_sm_30px, .block-editor__container .pl_sm_30, .block-editor__container .pl_sm_30px {
    padding-left: 30px;
  }
  body .pr_sm_30, body .pr_sm_30px, .block-editor__container .pr_sm_30, .block-editor__container .pr_sm_30px {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_30, body .pt_sm_30px, .block-editor__container .pt_sm_30, .block-editor__container .pt_sm_30px {
    padding-top: 30px;
  }
  body .pb_sm_30, body .pb_sm_30px, .block-editor__container .pb_sm_30, .block-editor__container .pb_sm_30px {
    padding-bottom: 30px;
  }
  body .pl_sm_30, body .pl_sm_30px, .block-editor__container .pl_sm_30, .block-editor__container .pl_sm_30px {
    padding-left: 30px;
  }
  body .pr_sm_30, body .pr_sm_30px, .block-editor__container .pr_sm_30, .block-editor__container .pr_sm_30px {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_30, body .pt_sm_30px, .block-editor__container .pt_sm_30, .block-editor__container .pt_sm_30px {
    padding-top: 30px;
  }
  body .pb_sm_30, body .pb_sm_30px, .block-editor__container .pb_sm_30, .block-editor__container .pb_sm_30px {
    padding-bottom: 30px;
  }
  body .pl_sm_30, body .pl_sm_30px, .block-editor__container .pl_sm_30, .block-editor__container .pl_sm_30px {
    padding-left: 30px;
  }
  body .pr_sm_30, body .pr_sm_30px, .block-editor__container .pr_sm_30, .block-editor__container .pr_sm_30px {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_30, body .pt_sm_30px, .block-editor__container .pt_sm_30, .block-editor__container .pt_sm_30px {
    padding-top: 30px;
  }
  body .pb_sm_30, body .pb_sm_30px, .block-editor__container .pb_sm_30, .block-editor__container .pb_sm_30px {
    padding-bottom: 30px;
  }
  body .pl_sm_30, body .pl_sm_30px, .block-editor__container .pl_sm_30, .block-editor__container .pl_sm_30px {
    padding-left: 30px;
  }
  body .pr_sm_30, body .pr_sm_30px, .block-editor__container .pr_sm_30, .block-editor__container .pr_sm_30px {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_30, body .pt_sm_30px, .block-editor__container .pt_sm_30, .block-editor__container .pt_sm_30px {
    padding-top: 30px;
  }
  body .pb_sm_30, body .pb_sm_30px, .block-editor__container .pb_sm_30, .block-editor__container .pb_sm_30px {
    padding-bottom: 30px;
  }
  body .pl_sm_30, body .pl_sm_30px, .block-editor__container .pl_sm_30, .block-editor__container .pl_sm_30px {
    padding-left: 30px;
  }
  body .pr_sm_30, body .pr_sm_30px, .block-editor__container .pr_sm_30, .block-editor__container .pr_sm_30px {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_40, body .pt_sm_40px, .block-editor__container .pt_sm_40, .block-editor__container .pt_sm_40px {
    padding-top: 40px;
  }
  body .pb_sm_40, body .pb_sm_40px, .block-editor__container .pb_sm_40, .block-editor__container .pb_sm_40px {
    padding-bottom: 40px;
  }
  body .pl_sm_40, body .pl_sm_40px, .block-editor__container .pl_sm_40, .block-editor__container .pl_sm_40px {
    padding-left: 40px;
  }
  body .pr_sm_40, body .pr_sm_40px, .block-editor__container .pr_sm_40, .block-editor__container .pr_sm_40px {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_40, body .pt_sm_40px, .block-editor__container .pt_sm_40, .block-editor__container .pt_sm_40px {
    padding-top: 40px;
  }
  body .pb_sm_40, body .pb_sm_40px, .block-editor__container .pb_sm_40, .block-editor__container .pb_sm_40px {
    padding-bottom: 40px;
  }
  body .pl_sm_40, body .pl_sm_40px, .block-editor__container .pl_sm_40, .block-editor__container .pl_sm_40px {
    padding-left: 40px;
  }
  body .pr_sm_40, body .pr_sm_40px, .block-editor__container .pr_sm_40, .block-editor__container .pr_sm_40px {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_40, body .pt_sm_40px, .block-editor__container .pt_sm_40, .block-editor__container .pt_sm_40px {
    padding-top: 40px;
  }
  body .pb_sm_40, body .pb_sm_40px, .block-editor__container .pb_sm_40, .block-editor__container .pb_sm_40px {
    padding-bottom: 40px;
  }
  body .pl_sm_40, body .pl_sm_40px, .block-editor__container .pl_sm_40, .block-editor__container .pl_sm_40px {
    padding-left: 40px;
  }
  body .pr_sm_40, body .pr_sm_40px, .block-editor__container .pr_sm_40, .block-editor__container .pr_sm_40px {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_40, body .pt_sm_40px, .block-editor__container .pt_sm_40, .block-editor__container .pt_sm_40px {
    padding-top: 40px;
  }
  body .pb_sm_40, body .pb_sm_40px, .block-editor__container .pb_sm_40, .block-editor__container .pb_sm_40px {
    padding-bottom: 40px;
  }
  body .pl_sm_40, body .pl_sm_40px, .block-editor__container .pl_sm_40, .block-editor__container .pl_sm_40px {
    padding-left: 40px;
  }
  body .pr_sm_40, body .pr_sm_40px, .block-editor__container .pr_sm_40, .block-editor__container .pr_sm_40px {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_40, body .pt_sm_40px, .block-editor__container .pt_sm_40, .block-editor__container .pt_sm_40px {
    padding-top: 40px;
  }
  body .pb_sm_40, body .pb_sm_40px, .block-editor__container .pb_sm_40, .block-editor__container .pb_sm_40px {
    padding-bottom: 40px;
  }
  body .pl_sm_40, body .pl_sm_40px, .block-editor__container .pl_sm_40, .block-editor__container .pl_sm_40px {
    padding-left: 40px;
  }
  body .pr_sm_40, body .pr_sm_40px, .block-editor__container .pr_sm_40, .block-editor__container .pr_sm_40px {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_50, body .pt_sm_50px, .block-editor__container .pt_sm_50, .block-editor__container .pt_sm_50px {
    padding-top: 50px;
  }
  body .pb_sm_50, body .pb_sm_50px, .block-editor__container .pb_sm_50, .block-editor__container .pb_sm_50px {
    padding-bottom: 50px;
  }
  body .pl_sm_50, body .pl_sm_50px, .block-editor__container .pl_sm_50, .block-editor__container .pl_sm_50px {
    padding-left: 50px;
  }
  body .pr_sm_50, body .pr_sm_50px, .block-editor__container .pr_sm_50, .block-editor__container .pr_sm_50px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_50, body .pt_sm_50px, .block-editor__container .pt_sm_50, .block-editor__container .pt_sm_50px {
    padding-top: 50px;
  }
  body .pb_sm_50, body .pb_sm_50px, .block-editor__container .pb_sm_50, .block-editor__container .pb_sm_50px {
    padding-bottom: 50px;
  }
  body .pl_sm_50, body .pl_sm_50px, .block-editor__container .pl_sm_50, .block-editor__container .pl_sm_50px {
    padding-left: 50px;
  }
  body .pr_sm_50, body .pr_sm_50px, .block-editor__container .pr_sm_50, .block-editor__container .pr_sm_50px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_50, body .pt_sm_50px, .block-editor__container .pt_sm_50, .block-editor__container .pt_sm_50px {
    padding-top: 50px;
  }
  body .pb_sm_50, body .pb_sm_50px, .block-editor__container .pb_sm_50, .block-editor__container .pb_sm_50px {
    padding-bottom: 50px;
  }
  body .pl_sm_50, body .pl_sm_50px, .block-editor__container .pl_sm_50, .block-editor__container .pl_sm_50px {
    padding-left: 50px;
  }
  body .pr_sm_50, body .pr_sm_50px, .block-editor__container .pr_sm_50, .block-editor__container .pr_sm_50px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_50, body .pt_sm_50px, .block-editor__container .pt_sm_50, .block-editor__container .pt_sm_50px {
    padding-top: 50px;
  }
  body .pb_sm_50, body .pb_sm_50px, .block-editor__container .pb_sm_50, .block-editor__container .pb_sm_50px {
    padding-bottom: 50px;
  }
  body .pl_sm_50, body .pl_sm_50px, .block-editor__container .pl_sm_50, .block-editor__container .pl_sm_50px {
    padding-left: 50px;
  }
  body .pr_sm_50, body .pr_sm_50px, .block-editor__container .pr_sm_50, .block-editor__container .pr_sm_50px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_50, body .pt_sm_50px, .block-editor__container .pt_sm_50, .block-editor__container .pt_sm_50px {
    padding-top: 50px;
  }
  body .pb_sm_50, body .pb_sm_50px, .block-editor__container .pb_sm_50, .block-editor__container .pb_sm_50px {
    padding-bottom: 50px;
  }
  body .pl_sm_50, body .pl_sm_50px, .block-editor__container .pl_sm_50, .block-editor__container .pl_sm_50px {
    padding-left: 50px;
  }
  body .pr_sm_50, body .pr_sm_50px, .block-editor__container .pr_sm_50, .block-editor__container .pr_sm_50px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_60, body .pt_sm_60px, .block-editor__container .pt_sm_60, .block-editor__container .pt_sm_60px {
    padding-top: 60px;
  }
  body .pb_sm_60, body .pb_sm_60px, .block-editor__container .pb_sm_60, .block-editor__container .pb_sm_60px {
    padding-bottom: 60px;
  }
  body .pl_sm_60, body .pl_sm_60px, .block-editor__container .pl_sm_60, .block-editor__container .pl_sm_60px {
    padding-left: 60px;
  }
  body .pr_sm_60, body .pr_sm_60px, .block-editor__container .pr_sm_60, .block-editor__container .pr_sm_60px {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_60, body .pt_sm_60px, .block-editor__container .pt_sm_60, .block-editor__container .pt_sm_60px {
    padding-top: 60px;
  }
  body .pb_sm_60, body .pb_sm_60px, .block-editor__container .pb_sm_60, .block-editor__container .pb_sm_60px {
    padding-bottom: 60px;
  }
  body .pl_sm_60, body .pl_sm_60px, .block-editor__container .pl_sm_60, .block-editor__container .pl_sm_60px {
    padding-left: 60px;
  }
  body .pr_sm_60, body .pr_sm_60px, .block-editor__container .pr_sm_60, .block-editor__container .pr_sm_60px {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_60, body .pt_sm_60px, .block-editor__container .pt_sm_60, .block-editor__container .pt_sm_60px {
    padding-top: 60px;
  }
  body .pb_sm_60, body .pb_sm_60px, .block-editor__container .pb_sm_60, .block-editor__container .pb_sm_60px {
    padding-bottom: 60px;
  }
  body .pl_sm_60, body .pl_sm_60px, .block-editor__container .pl_sm_60, .block-editor__container .pl_sm_60px {
    padding-left: 60px;
  }
  body .pr_sm_60, body .pr_sm_60px, .block-editor__container .pr_sm_60, .block-editor__container .pr_sm_60px {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_60, body .pt_sm_60px, .block-editor__container .pt_sm_60, .block-editor__container .pt_sm_60px {
    padding-top: 60px;
  }
  body .pb_sm_60, body .pb_sm_60px, .block-editor__container .pb_sm_60, .block-editor__container .pb_sm_60px {
    padding-bottom: 60px;
  }
  body .pl_sm_60, body .pl_sm_60px, .block-editor__container .pl_sm_60, .block-editor__container .pl_sm_60px {
    padding-left: 60px;
  }
  body .pr_sm_60, body .pr_sm_60px, .block-editor__container .pr_sm_60, .block-editor__container .pr_sm_60px {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_60, body .pt_sm_60px, .block-editor__container .pt_sm_60, .block-editor__container .pt_sm_60px {
    padding-top: 60px;
  }
  body .pb_sm_60, body .pb_sm_60px, .block-editor__container .pb_sm_60, .block-editor__container .pb_sm_60px {
    padding-bottom: 60px;
  }
  body .pl_sm_60, body .pl_sm_60px, .block-editor__container .pl_sm_60, .block-editor__container .pl_sm_60px {
    padding-left: 60px;
  }
  body .pr_sm_60, body .pr_sm_60px, .block-editor__container .pr_sm_60, .block-editor__container .pr_sm_60px {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_70, body .pt_sm_70px, .block-editor__container .pt_sm_70, .block-editor__container .pt_sm_70px {
    padding-top: 70px;
  }
  body .pb_sm_70, body .pb_sm_70px, .block-editor__container .pb_sm_70, .block-editor__container .pb_sm_70px {
    padding-bottom: 70px;
  }
  body .pl_sm_70, body .pl_sm_70px, .block-editor__container .pl_sm_70, .block-editor__container .pl_sm_70px {
    padding-left: 70px;
  }
  body .pr_sm_70, body .pr_sm_70px, .block-editor__container .pr_sm_70, .block-editor__container .pr_sm_70px {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_70, body .pt_sm_70px, .block-editor__container .pt_sm_70, .block-editor__container .pt_sm_70px {
    padding-top: 70px;
  }
  body .pb_sm_70, body .pb_sm_70px, .block-editor__container .pb_sm_70, .block-editor__container .pb_sm_70px {
    padding-bottom: 70px;
  }
  body .pl_sm_70, body .pl_sm_70px, .block-editor__container .pl_sm_70, .block-editor__container .pl_sm_70px {
    padding-left: 70px;
  }
  body .pr_sm_70, body .pr_sm_70px, .block-editor__container .pr_sm_70, .block-editor__container .pr_sm_70px {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_70, body .pt_sm_70px, .block-editor__container .pt_sm_70, .block-editor__container .pt_sm_70px {
    padding-top: 70px;
  }
  body .pb_sm_70, body .pb_sm_70px, .block-editor__container .pb_sm_70, .block-editor__container .pb_sm_70px {
    padding-bottom: 70px;
  }
  body .pl_sm_70, body .pl_sm_70px, .block-editor__container .pl_sm_70, .block-editor__container .pl_sm_70px {
    padding-left: 70px;
  }
  body .pr_sm_70, body .pr_sm_70px, .block-editor__container .pr_sm_70, .block-editor__container .pr_sm_70px {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_70, body .pt_sm_70px, .block-editor__container .pt_sm_70, .block-editor__container .pt_sm_70px {
    padding-top: 70px;
  }
  body .pb_sm_70, body .pb_sm_70px, .block-editor__container .pb_sm_70, .block-editor__container .pb_sm_70px {
    padding-bottom: 70px;
  }
  body .pl_sm_70, body .pl_sm_70px, .block-editor__container .pl_sm_70, .block-editor__container .pl_sm_70px {
    padding-left: 70px;
  }
  body .pr_sm_70, body .pr_sm_70px, .block-editor__container .pr_sm_70, .block-editor__container .pr_sm_70px {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_70, body .pt_sm_70px, .block-editor__container .pt_sm_70, .block-editor__container .pt_sm_70px {
    padding-top: 70px;
  }
  body .pb_sm_70, body .pb_sm_70px, .block-editor__container .pb_sm_70, .block-editor__container .pb_sm_70px {
    padding-bottom: 70px;
  }
  body .pl_sm_70, body .pl_sm_70px, .block-editor__container .pl_sm_70, .block-editor__container .pl_sm_70px {
    padding-left: 70px;
  }
  body .pr_sm_70, body .pr_sm_70px, .block-editor__container .pr_sm_70, .block-editor__container .pr_sm_70px {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_80, body .pt_sm_80px, .block-editor__container .pt_sm_80, .block-editor__container .pt_sm_80px {
    padding-top: 80px;
  }
  body .pb_sm_80, body .pb_sm_80px, .block-editor__container .pb_sm_80, .block-editor__container .pb_sm_80px {
    padding-bottom: 80px;
  }
  body .pl_sm_80, body .pl_sm_80px, .block-editor__container .pl_sm_80, .block-editor__container .pl_sm_80px {
    padding-left: 80px;
  }
  body .pr_sm_80, body .pr_sm_80px, .block-editor__container .pr_sm_80, .block-editor__container .pr_sm_80px {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_80, body .pt_sm_80px, .block-editor__container .pt_sm_80, .block-editor__container .pt_sm_80px {
    padding-top: 80px;
  }
  body .pb_sm_80, body .pb_sm_80px, .block-editor__container .pb_sm_80, .block-editor__container .pb_sm_80px {
    padding-bottom: 80px;
  }
  body .pl_sm_80, body .pl_sm_80px, .block-editor__container .pl_sm_80, .block-editor__container .pl_sm_80px {
    padding-left: 80px;
  }
  body .pr_sm_80, body .pr_sm_80px, .block-editor__container .pr_sm_80, .block-editor__container .pr_sm_80px {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_80, body .pt_sm_80px, .block-editor__container .pt_sm_80, .block-editor__container .pt_sm_80px {
    padding-top: 80px;
  }
  body .pb_sm_80, body .pb_sm_80px, .block-editor__container .pb_sm_80, .block-editor__container .pb_sm_80px {
    padding-bottom: 80px;
  }
  body .pl_sm_80, body .pl_sm_80px, .block-editor__container .pl_sm_80, .block-editor__container .pl_sm_80px {
    padding-left: 80px;
  }
  body .pr_sm_80, body .pr_sm_80px, .block-editor__container .pr_sm_80, .block-editor__container .pr_sm_80px {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_80, body .pt_sm_80px, .block-editor__container .pt_sm_80, .block-editor__container .pt_sm_80px {
    padding-top: 80px;
  }
  body .pb_sm_80, body .pb_sm_80px, .block-editor__container .pb_sm_80, .block-editor__container .pb_sm_80px {
    padding-bottom: 80px;
  }
  body .pl_sm_80, body .pl_sm_80px, .block-editor__container .pl_sm_80, .block-editor__container .pl_sm_80px {
    padding-left: 80px;
  }
  body .pr_sm_80, body .pr_sm_80px, .block-editor__container .pr_sm_80, .block-editor__container .pr_sm_80px {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_80, body .pt_sm_80px, .block-editor__container .pt_sm_80, .block-editor__container .pt_sm_80px {
    padding-top: 80px;
  }
  body .pb_sm_80, body .pb_sm_80px, .block-editor__container .pb_sm_80, .block-editor__container .pb_sm_80px {
    padding-bottom: 80px;
  }
  body .pl_sm_80, body .pl_sm_80px, .block-editor__container .pl_sm_80, .block-editor__container .pl_sm_80px {
    padding-left: 80px;
  }
  body .pr_sm_80, body .pr_sm_80px, .block-editor__container .pr_sm_80, .block-editor__container .pr_sm_80px {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_90, body .pt_sm_90px, .block-editor__container .pt_sm_90, .block-editor__container .pt_sm_90px {
    padding-top: 90px;
  }
  body .pb_sm_90, body .pb_sm_90px, .block-editor__container .pb_sm_90, .block-editor__container .pb_sm_90px {
    padding-bottom: 90px;
  }
  body .pl_sm_90, body .pl_sm_90px, .block-editor__container .pl_sm_90, .block-editor__container .pl_sm_90px {
    padding-left: 90px;
  }
  body .pr_sm_90, body .pr_sm_90px, .block-editor__container .pr_sm_90, .block-editor__container .pr_sm_90px {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_90, body .pt_sm_90px, .block-editor__container .pt_sm_90, .block-editor__container .pt_sm_90px {
    padding-top: 90px;
  }
  body .pb_sm_90, body .pb_sm_90px, .block-editor__container .pb_sm_90, .block-editor__container .pb_sm_90px {
    padding-bottom: 90px;
  }
  body .pl_sm_90, body .pl_sm_90px, .block-editor__container .pl_sm_90, .block-editor__container .pl_sm_90px {
    padding-left: 90px;
  }
  body .pr_sm_90, body .pr_sm_90px, .block-editor__container .pr_sm_90, .block-editor__container .pr_sm_90px {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_90, body .pt_sm_90px, .block-editor__container .pt_sm_90, .block-editor__container .pt_sm_90px {
    padding-top: 90px;
  }
  body .pb_sm_90, body .pb_sm_90px, .block-editor__container .pb_sm_90, .block-editor__container .pb_sm_90px {
    padding-bottom: 90px;
  }
  body .pl_sm_90, body .pl_sm_90px, .block-editor__container .pl_sm_90, .block-editor__container .pl_sm_90px {
    padding-left: 90px;
  }
  body .pr_sm_90, body .pr_sm_90px, .block-editor__container .pr_sm_90, .block-editor__container .pr_sm_90px {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_90, body .pt_sm_90px, .block-editor__container .pt_sm_90, .block-editor__container .pt_sm_90px {
    padding-top: 90px;
  }
  body .pb_sm_90, body .pb_sm_90px, .block-editor__container .pb_sm_90, .block-editor__container .pb_sm_90px {
    padding-bottom: 90px;
  }
  body .pl_sm_90, body .pl_sm_90px, .block-editor__container .pl_sm_90, .block-editor__container .pl_sm_90px {
    padding-left: 90px;
  }
  body .pr_sm_90, body .pr_sm_90px, .block-editor__container .pr_sm_90, .block-editor__container .pr_sm_90px {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_90, body .pt_sm_90px, .block-editor__container .pt_sm_90, .block-editor__container .pt_sm_90px {
    padding-top: 90px;
  }
  body .pb_sm_90, body .pb_sm_90px, .block-editor__container .pb_sm_90, .block-editor__container .pb_sm_90px {
    padding-bottom: 90px;
  }
  body .pl_sm_90, body .pl_sm_90px, .block-editor__container .pl_sm_90, .block-editor__container .pl_sm_90px {
    padding-left: 90px;
  }
  body .pr_sm_90, body .pr_sm_90px, .block-editor__container .pr_sm_90, .block-editor__container .pr_sm_90px {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_100, body .pt_sm_100px, .block-editor__container .pt_sm_100, .block-editor__container .pt_sm_100px {
    padding-top: 100px;
  }
  body .pb_sm_100, body .pb_sm_100px, .block-editor__container .pb_sm_100, .block-editor__container .pb_sm_100px {
    padding-bottom: 100px;
  }
  body .pl_sm_100, body .pl_sm_100px, .block-editor__container .pl_sm_100, .block-editor__container .pl_sm_100px {
    padding-left: 100px;
  }
  body .pr_sm_100, body .pr_sm_100px, .block-editor__container .pr_sm_100, .block-editor__container .pr_sm_100px {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_100, body .pt_sm_100px, .block-editor__container .pt_sm_100, .block-editor__container .pt_sm_100px {
    padding-top: 100px;
  }
  body .pb_sm_100, body .pb_sm_100px, .block-editor__container .pb_sm_100, .block-editor__container .pb_sm_100px {
    padding-bottom: 100px;
  }
  body .pl_sm_100, body .pl_sm_100px, .block-editor__container .pl_sm_100, .block-editor__container .pl_sm_100px {
    padding-left: 100px;
  }
  body .pr_sm_100, body .pr_sm_100px, .block-editor__container .pr_sm_100, .block-editor__container .pr_sm_100px {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_100, body .pt_sm_100px, .block-editor__container .pt_sm_100, .block-editor__container .pt_sm_100px {
    padding-top: 100px;
  }
  body .pb_sm_100, body .pb_sm_100px, .block-editor__container .pb_sm_100, .block-editor__container .pb_sm_100px {
    padding-bottom: 100px;
  }
  body .pl_sm_100, body .pl_sm_100px, .block-editor__container .pl_sm_100, .block-editor__container .pl_sm_100px {
    padding-left: 100px;
  }
  body .pr_sm_100, body .pr_sm_100px, .block-editor__container .pr_sm_100, .block-editor__container .pr_sm_100px {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_100, body .pt_sm_100px, .block-editor__container .pt_sm_100, .block-editor__container .pt_sm_100px {
    padding-top: 100px;
  }
  body .pb_sm_100, body .pb_sm_100px, .block-editor__container .pb_sm_100, .block-editor__container .pb_sm_100px {
    padding-bottom: 100px;
  }
  body .pl_sm_100, body .pl_sm_100px, .block-editor__container .pl_sm_100, .block-editor__container .pl_sm_100px {
    padding-left: 100px;
  }
  body .pr_sm_100, body .pr_sm_100px, .block-editor__container .pr_sm_100, .block-editor__container .pr_sm_100px {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_100, body .pt_sm_100px, .block-editor__container .pt_sm_100, .block-editor__container .pt_sm_100px {
    padding-top: 100px;
  }
  body .pb_sm_100, body .pb_sm_100px, .block-editor__container .pb_sm_100, .block-editor__container .pb_sm_100px {
    padding-bottom: 100px;
  }
  body .pl_sm_100, body .pl_sm_100px, .block-editor__container .pl_sm_100, .block-editor__container .pl_sm_100px {
    padding-left: 100px;
  }
  body .pr_sm_100, body .pr_sm_100px, .block-editor__container .pr_sm_100, .block-editor__container .pr_sm_100px {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_110, body .pt_sm_110px, .block-editor__container .pt_sm_110, .block-editor__container .pt_sm_110px {
    padding-top: 110px;
  }
  body .pb_sm_110, body .pb_sm_110px, .block-editor__container .pb_sm_110, .block-editor__container .pb_sm_110px {
    padding-bottom: 110px;
  }
  body .pl_sm_110, body .pl_sm_110px, .block-editor__container .pl_sm_110, .block-editor__container .pl_sm_110px {
    padding-left: 110px;
  }
  body .pr_sm_110, body .pr_sm_110px, .block-editor__container .pr_sm_110, .block-editor__container .pr_sm_110px {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_110, body .pt_sm_110px, .block-editor__container .pt_sm_110, .block-editor__container .pt_sm_110px {
    padding-top: 110px;
  }
  body .pb_sm_110, body .pb_sm_110px, .block-editor__container .pb_sm_110, .block-editor__container .pb_sm_110px {
    padding-bottom: 110px;
  }
  body .pl_sm_110, body .pl_sm_110px, .block-editor__container .pl_sm_110, .block-editor__container .pl_sm_110px {
    padding-left: 110px;
  }
  body .pr_sm_110, body .pr_sm_110px, .block-editor__container .pr_sm_110, .block-editor__container .pr_sm_110px {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_110, body .pt_sm_110px, .block-editor__container .pt_sm_110, .block-editor__container .pt_sm_110px {
    padding-top: 110px;
  }
  body .pb_sm_110, body .pb_sm_110px, .block-editor__container .pb_sm_110, .block-editor__container .pb_sm_110px {
    padding-bottom: 110px;
  }
  body .pl_sm_110, body .pl_sm_110px, .block-editor__container .pl_sm_110, .block-editor__container .pl_sm_110px {
    padding-left: 110px;
  }
  body .pr_sm_110, body .pr_sm_110px, .block-editor__container .pr_sm_110, .block-editor__container .pr_sm_110px {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_110, body .pt_sm_110px, .block-editor__container .pt_sm_110, .block-editor__container .pt_sm_110px {
    padding-top: 110px;
  }
  body .pb_sm_110, body .pb_sm_110px, .block-editor__container .pb_sm_110, .block-editor__container .pb_sm_110px {
    padding-bottom: 110px;
  }
  body .pl_sm_110, body .pl_sm_110px, .block-editor__container .pl_sm_110, .block-editor__container .pl_sm_110px {
    padding-left: 110px;
  }
  body .pr_sm_110, body .pr_sm_110px, .block-editor__container .pr_sm_110, .block-editor__container .pr_sm_110px {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_110, body .pt_sm_110px, .block-editor__container .pt_sm_110, .block-editor__container .pt_sm_110px {
    padding-top: 110px;
  }
  body .pb_sm_110, body .pb_sm_110px, .block-editor__container .pb_sm_110, .block-editor__container .pb_sm_110px {
    padding-bottom: 110px;
  }
  body .pl_sm_110, body .pl_sm_110px, .block-editor__container .pl_sm_110, .block-editor__container .pl_sm_110px {
    padding-left: 110px;
  }
  body .pr_sm_110, body .pr_sm_110px, .block-editor__container .pr_sm_110, .block-editor__container .pr_sm_110px {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_120, body .pt_sm_120px, .block-editor__container .pt_sm_120, .block-editor__container .pt_sm_120px {
    padding-top: 120px;
  }
  body .pb_sm_120, body .pb_sm_120px, .block-editor__container .pb_sm_120, .block-editor__container .pb_sm_120px {
    padding-bottom: 120px;
  }
  body .pl_sm_120, body .pl_sm_120px, .block-editor__container .pl_sm_120, .block-editor__container .pl_sm_120px {
    padding-left: 120px;
  }
  body .pr_sm_120, body .pr_sm_120px, .block-editor__container .pr_sm_120, .block-editor__container .pr_sm_120px {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_120, body .pt_sm_120px, .block-editor__container .pt_sm_120, .block-editor__container .pt_sm_120px {
    padding-top: 120px;
  }
  body .pb_sm_120, body .pb_sm_120px, .block-editor__container .pb_sm_120, .block-editor__container .pb_sm_120px {
    padding-bottom: 120px;
  }
  body .pl_sm_120, body .pl_sm_120px, .block-editor__container .pl_sm_120, .block-editor__container .pl_sm_120px {
    padding-left: 120px;
  }
  body .pr_sm_120, body .pr_sm_120px, .block-editor__container .pr_sm_120, .block-editor__container .pr_sm_120px {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_120, body .pt_sm_120px, .block-editor__container .pt_sm_120, .block-editor__container .pt_sm_120px {
    padding-top: 120px;
  }
  body .pb_sm_120, body .pb_sm_120px, .block-editor__container .pb_sm_120, .block-editor__container .pb_sm_120px {
    padding-bottom: 120px;
  }
  body .pl_sm_120, body .pl_sm_120px, .block-editor__container .pl_sm_120, .block-editor__container .pl_sm_120px {
    padding-left: 120px;
  }
  body .pr_sm_120, body .pr_sm_120px, .block-editor__container .pr_sm_120, .block-editor__container .pr_sm_120px {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_120, body .pt_sm_120px, .block-editor__container .pt_sm_120, .block-editor__container .pt_sm_120px {
    padding-top: 120px;
  }
  body .pb_sm_120, body .pb_sm_120px, .block-editor__container .pb_sm_120, .block-editor__container .pb_sm_120px {
    padding-bottom: 120px;
  }
  body .pl_sm_120, body .pl_sm_120px, .block-editor__container .pl_sm_120, .block-editor__container .pl_sm_120px {
    padding-left: 120px;
  }
  body .pr_sm_120, body .pr_sm_120px, .block-editor__container .pr_sm_120, .block-editor__container .pr_sm_120px {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_120, body .pt_sm_120px, .block-editor__container .pt_sm_120, .block-editor__container .pt_sm_120px {
    padding-top: 120px;
  }
  body .pb_sm_120, body .pb_sm_120px, .block-editor__container .pb_sm_120, .block-editor__container .pb_sm_120px {
    padding-bottom: 120px;
  }
  body .pl_sm_120, body .pl_sm_120px, .block-editor__container .pl_sm_120, .block-editor__container .pl_sm_120px {
    padding-left: 120px;
  }
  body .pr_sm_120, body .pr_sm_120px, .block-editor__container .pr_sm_120, .block-editor__container .pr_sm_120px {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_130, body .pt_sm_130px, .block-editor__container .pt_sm_130, .block-editor__container .pt_sm_130px {
    padding-top: 130px;
  }
  body .pb_sm_130, body .pb_sm_130px, .block-editor__container .pb_sm_130, .block-editor__container .pb_sm_130px {
    padding-bottom: 130px;
  }
  body .pl_sm_130, body .pl_sm_130px, .block-editor__container .pl_sm_130, .block-editor__container .pl_sm_130px {
    padding-left: 130px;
  }
  body .pr_sm_130, body .pr_sm_130px, .block-editor__container .pr_sm_130, .block-editor__container .pr_sm_130px {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_130, body .pt_sm_130px, .block-editor__container .pt_sm_130, .block-editor__container .pt_sm_130px {
    padding-top: 130px;
  }
  body .pb_sm_130, body .pb_sm_130px, .block-editor__container .pb_sm_130, .block-editor__container .pb_sm_130px {
    padding-bottom: 130px;
  }
  body .pl_sm_130, body .pl_sm_130px, .block-editor__container .pl_sm_130, .block-editor__container .pl_sm_130px {
    padding-left: 130px;
  }
  body .pr_sm_130, body .pr_sm_130px, .block-editor__container .pr_sm_130, .block-editor__container .pr_sm_130px {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_130, body .pt_sm_130px, .block-editor__container .pt_sm_130, .block-editor__container .pt_sm_130px {
    padding-top: 130px;
  }
  body .pb_sm_130, body .pb_sm_130px, .block-editor__container .pb_sm_130, .block-editor__container .pb_sm_130px {
    padding-bottom: 130px;
  }
  body .pl_sm_130, body .pl_sm_130px, .block-editor__container .pl_sm_130, .block-editor__container .pl_sm_130px {
    padding-left: 130px;
  }
  body .pr_sm_130, body .pr_sm_130px, .block-editor__container .pr_sm_130, .block-editor__container .pr_sm_130px {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_130, body .pt_sm_130px, .block-editor__container .pt_sm_130, .block-editor__container .pt_sm_130px {
    padding-top: 130px;
  }
  body .pb_sm_130, body .pb_sm_130px, .block-editor__container .pb_sm_130, .block-editor__container .pb_sm_130px {
    padding-bottom: 130px;
  }
  body .pl_sm_130, body .pl_sm_130px, .block-editor__container .pl_sm_130, .block-editor__container .pl_sm_130px {
    padding-left: 130px;
  }
  body .pr_sm_130, body .pr_sm_130px, .block-editor__container .pr_sm_130, .block-editor__container .pr_sm_130px {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_130, body .pt_sm_130px, .block-editor__container .pt_sm_130, .block-editor__container .pt_sm_130px {
    padding-top: 130px;
  }
  body .pb_sm_130, body .pb_sm_130px, .block-editor__container .pb_sm_130, .block-editor__container .pb_sm_130px {
    padding-bottom: 130px;
  }
  body .pl_sm_130, body .pl_sm_130px, .block-editor__container .pl_sm_130, .block-editor__container .pl_sm_130px {
    padding-left: 130px;
  }
  body .pr_sm_130, body .pr_sm_130px, .block-editor__container .pr_sm_130, .block-editor__container .pr_sm_130px {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_140, body .pt_sm_140px, .block-editor__container .pt_sm_140, .block-editor__container .pt_sm_140px {
    padding-top: 140px;
  }
  body .pb_sm_140, body .pb_sm_140px, .block-editor__container .pb_sm_140, .block-editor__container .pb_sm_140px {
    padding-bottom: 140px;
  }
  body .pl_sm_140, body .pl_sm_140px, .block-editor__container .pl_sm_140, .block-editor__container .pl_sm_140px {
    padding-left: 140px;
  }
  body .pr_sm_140, body .pr_sm_140px, .block-editor__container .pr_sm_140, .block-editor__container .pr_sm_140px {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_140, body .pt_sm_140px, .block-editor__container .pt_sm_140, .block-editor__container .pt_sm_140px {
    padding-top: 140px;
  }
  body .pb_sm_140, body .pb_sm_140px, .block-editor__container .pb_sm_140, .block-editor__container .pb_sm_140px {
    padding-bottom: 140px;
  }
  body .pl_sm_140, body .pl_sm_140px, .block-editor__container .pl_sm_140, .block-editor__container .pl_sm_140px {
    padding-left: 140px;
  }
  body .pr_sm_140, body .pr_sm_140px, .block-editor__container .pr_sm_140, .block-editor__container .pr_sm_140px {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_140, body .pt_sm_140px, .block-editor__container .pt_sm_140, .block-editor__container .pt_sm_140px {
    padding-top: 140px;
  }
  body .pb_sm_140, body .pb_sm_140px, .block-editor__container .pb_sm_140, .block-editor__container .pb_sm_140px {
    padding-bottom: 140px;
  }
  body .pl_sm_140, body .pl_sm_140px, .block-editor__container .pl_sm_140, .block-editor__container .pl_sm_140px {
    padding-left: 140px;
  }
  body .pr_sm_140, body .pr_sm_140px, .block-editor__container .pr_sm_140, .block-editor__container .pr_sm_140px {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_140, body .pt_sm_140px, .block-editor__container .pt_sm_140, .block-editor__container .pt_sm_140px {
    padding-top: 140px;
  }
  body .pb_sm_140, body .pb_sm_140px, .block-editor__container .pb_sm_140, .block-editor__container .pb_sm_140px {
    padding-bottom: 140px;
  }
  body .pl_sm_140, body .pl_sm_140px, .block-editor__container .pl_sm_140, .block-editor__container .pl_sm_140px {
    padding-left: 140px;
  }
  body .pr_sm_140, body .pr_sm_140px, .block-editor__container .pr_sm_140, .block-editor__container .pr_sm_140px {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_140, body .pt_sm_140px, .block-editor__container .pt_sm_140, .block-editor__container .pt_sm_140px {
    padding-top: 140px;
  }
  body .pb_sm_140, body .pb_sm_140px, .block-editor__container .pb_sm_140, .block-editor__container .pb_sm_140px {
    padding-bottom: 140px;
  }
  body .pl_sm_140, body .pl_sm_140px, .block-editor__container .pl_sm_140, .block-editor__container .pl_sm_140px {
    padding-left: 140px;
  }
  body .pr_sm_140, body .pr_sm_140px, .block-editor__container .pr_sm_140, .block-editor__container .pr_sm_140px {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_150, body .pt_sm_150px, .block-editor__container .pt_sm_150, .block-editor__container .pt_sm_150px {
    padding-top: 150px;
  }
  body .pb_sm_150, body .pb_sm_150px, .block-editor__container .pb_sm_150, .block-editor__container .pb_sm_150px {
    padding-bottom: 150px;
  }
  body .pl_sm_150, body .pl_sm_150px, .block-editor__container .pl_sm_150, .block-editor__container .pl_sm_150px {
    padding-left: 150px;
  }
  body .pr_sm_150, body .pr_sm_150px, .block-editor__container .pr_sm_150, .block-editor__container .pr_sm_150px {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_150, body .pt_sm_150px, .block-editor__container .pt_sm_150, .block-editor__container .pt_sm_150px {
    padding-top: 150px;
  }
  body .pb_sm_150, body .pb_sm_150px, .block-editor__container .pb_sm_150, .block-editor__container .pb_sm_150px {
    padding-bottom: 150px;
  }
  body .pl_sm_150, body .pl_sm_150px, .block-editor__container .pl_sm_150, .block-editor__container .pl_sm_150px {
    padding-left: 150px;
  }
  body .pr_sm_150, body .pr_sm_150px, .block-editor__container .pr_sm_150, .block-editor__container .pr_sm_150px {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_150, body .pt_sm_150px, .block-editor__container .pt_sm_150, .block-editor__container .pt_sm_150px {
    padding-top: 150px;
  }
  body .pb_sm_150, body .pb_sm_150px, .block-editor__container .pb_sm_150, .block-editor__container .pb_sm_150px {
    padding-bottom: 150px;
  }
  body .pl_sm_150, body .pl_sm_150px, .block-editor__container .pl_sm_150, .block-editor__container .pl_sm_150px {
    padding-left: 150px;
  }
  body .pr_sm_150, body .pr_sm_150px, .block-editor__container .pr_sm_150, .block-editor__container .pr_sm_150px {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_150, body .pt_sm_150px, .block-editor__container .pt_sm_150, .block-editor__container .pt_sm_150px {
    padding-top: 150px;
  }
  body .pb_sm_150, body .pb_sm_150px, .block-editor__container .pb_sm_150, .block-editor__container .pb_sm_150px {
    padding-bottom: 150px;
  }
  body .pl_sm_150, body .pl_sm_150px, .block-editor__container .pl_sm_150, .block-editor__container .pl_sm_150px {
    padding-left: 150px;
  }
  body .pr_sm_150, body .pr_sm_150px, .block-editor__container .pr_sm_150, .block-editor__container .pr_sm_150px {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_150, body .pt_sm_150px, .block-editor__container .pt_sm_150, .block-editor__container .pt_sm_150px {
    padding-top: 150px;
  }
  body .pb_sm_150, body .pb_sm_150px, .block-editor__container .pb_sm_150, .block-editor__container .pb_sm_150px {
    padding-bottom: 150px;
  }
  body .pl_sm_150, body .pl_sm_150px, .block-editor__container .pl_sm_150, .block-editor__container .pl_sm_150px {
    padding-left: 150px;
  }
  body .pr_sm_150, body .pr_sm_150px, .block-editor__container .pr_sm_150, .block-editor__container .pr_sm_150px {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_160, body .pt_sm_160px, .block-editor__container .pt_sm_160, .block-editor__container .pt_sm_160px {
    padding-top: 160px;
  }
  body .pb_sm_160, body .pb_sm_160px, .block-editor__container .pb_sm_160, .block-editor__container .pb_sm_160px {
    padding-bottom: 160px;
  }
  body .pl_sm_160, body .pl_sm_160px, .block-editor__container .pl_sm_160, .block-editor__container .pl_sm_160px {
    padding-left: 160px;
  }
  body .pr_sm_160, body .pr_sm_160px, .block-editor__container .pr_sm_160, .block-editor__container .pr_sm_160px {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_160, body .pt_sm_160px, .block-editor__container .pt_sm_160, .block-editor__container .pt_sm_160px {
    padding-top: 160px;
  }
  body .pb_sm_160, body .pb_sm_160px, .block-editor__container .pb_sm_160, .block-editor__container .pb_sm_160px {
    padding-bottom: 160px;
  }
  body .pl_sm_160, body .pl_sm_160px, .block-editor__container .pl_sm_160, .block-editor__container .pl_sm_160px {
    padding-left: 160px;
  }
  body .pr_sm_160, body .pr_sm_160px, .block-editor__container .pr_sm_160, .block-editor__container .pr_sm_160px {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_160, body .pt_sm_160px, .block-editor__container .pt_sm_160, .block-editor__container .pt_sm_160px {
    padding-top: 160px;
  }
  body .pb_sm_160, body .pb_sm_160px, .block-editor__container .pb_sm_160, .block-editor__container .pb_sm_160px {
    padding-bottom: 160px;
  }
  body .pl_sm_160, body .pl_sm_160px, .block-editor__container .pl_sm_160, .block-editor__container .pl_sm_160px {
    padding-left: 160px;
  }
  body .pr_sm_160, body .pr_sm_160px, .block-editor__container .pr_sm_160, .block-editor__container .pr_sm_160px {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_160, body .pt_sm_160px, .block-editor__container .pt_sm_160, .block-editor__container .pt_sm_160px {
    padding-top: 160px;
  }
  body .pb_sm_160, body .pb_sm_160px, .block-editor__container .pb_sm_160, .block-editor__container .pb_sm_160px {
    padding-bottom: 160px;
  }
  body .pl_sm_160, body .pl_sm_160px, .block-editor__container .pl_sm_160, .block-editor__container .pl_sm_160px {
    padding-left: 160px;
  }
  body .pr_sm_160, body .pr_sm_160px, .block-editor__container .pr_sm_160, .block-editor__container .pr_sm_160px {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_160, body .pt_sm_160px, .block-editor__container .pt_sm_160, .block-editor__container .pt_sm_160px {
    padding-top: 160px;
  }
  body .pb_sm_160, body .pb_sm_160px, .block-editor__container .pb_sm_160, .block-editor__container .pb_sm_160px {
    padding-bottom: 160px;
  }
  body .pl_sm_160, body .pl_sm_160px, .block-editor__container .pl_sm_160, .block-editor__container .pl_sm_160px {
    padding-left: 160px;
  }
  body .pr_sm_160, body .pr_sm_160px, .block-editor__container .pr_sm_160, .block-editor__container .pr_sm_160px {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_170, body .pt_sm_170px, .block-editor__container .pt_sm_170, .block-editor__container .pt_sm_170px {
    padding-top: 170px;
  }
  body .pb_sm_170, body .pb_sm_170px, .block-editor__container .pb_sm_170, .block-editor__container .pb_sm_170px {
    padding-bottom: 170px;
  }
  body .pl_sm_170, body .pl_sm_170px, .block-editor__container .pl_sm_170, .block-editor__container .pl_sm_170px {
    padding-left: 170px;
  }
  body .pr_sm_170, body .pr_sm_170px, .block-editor__container .pr_sm_170, .block-editor__container .pr_sm_170px {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_170, body .pt_sm_170px, .block-editor__container .pt_sm_170, .block-editor__container .pt_sm_170px {
    padding-top: 170px;
  }
  body .pb_sm_170, body .pb_sm_170px, .block-editor__container .pb_sm_170, .block-editor__container .pb_sm_170px {
    padding-bottom: 170px;
  }
  body .pl_sm_170, body .pl_sm_170px, .block-editor__container .pl_sm_170, .block-editor__container .pl_sm_170px {
    padding-left: 170px;
  }
  body .pr_sm_170, body .pr_sm_170px, .block-editor__container .pr_sm_170, .block-editor__container .pr_sm_170px {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_170, body .pt_sm_170px, .block-editor__container .pt_sm_170, .block-editor__container .pt_sm_170px {
    padding-top: 170px;
  }
  body .pb_sm_170, body .pb_sm_170px, .block-editor__container .pb_sm_170, .block-editor__container .pb_sm_170px {
    padding-bottom: 170px;
  }
  body .pl_sm_170, body .pl_sm_170px, .block-editor__container .pl_sm_170, .block-editor__container .pl_sm_170px {
    padding-left: 170px;
  }
  body .pr_sm_170, body .pr_sm_170px, .block-editor__container .pr_sm_170, .block-editor__container .pr_sm_170px {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_170, body .pt_sm_170px, .block-editor__container .pt_sm_170, .block-editor__container .pt_sm_170px {
    padding-top: 170px;
  }
  body .pb_sm_170, body .pb_sm_170px, .block-editor__container .pb_sm_170, .block-editor__container .pb_sm_170px {
    padding-bottom: 170px;
  }
  body .pl_sm_170, body .pl_sm_170px, .block-editor__container .pl_sm_170, .block-editor__container .pl_sm_170px {
    padding-left: 170px;
  }
  body .pr_sm_170, body .pr_sm_170px, .block-editor__container .pr_sm_170, .block-editor__container .pr_sm_170px {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_170, body .pt_sm_170px, .block-editor__container .pt_sm_170, .block-editor__container .pt_sm_170px {
    padding-top: 170px;
  }
  body .pb_sm_170, body .pb_sm_170px, .block-editor__container .pb_sm_170, .block-editor__container .pb_sm_170px {
    padding-bottom: 170px;
  }
  body .pl_sm_170, body .pl_sm_170px, .block-editor__container .pl_sm_170, .block-editor__container .pl_sm_170px {
    padding-left: 170px;
  }
  body .pr_sm_170, body .pr_sm_170px, .block-editor__container .pr_sm_170, .block-editor__container .pr_sm_170px {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_180, body .pt_sm_180px, .block-editor__container .pt_sm_180, .block-editor__container .pt_sm_180px {
    padding-top: 180px;
  }
  body .pb_sm_180, body .pb_sm_180px, .block-editor__container .pb_sm_180, .block-editor__container .pb_sm_180px {
    padding-bottom: 180px;
  }
  body .pl_sm_180, body .pl_sm_180px, .block-editor__container .pl_sm_180, .block-editor__container .pl_sm_180px {
    padding-left: 180px;
  }
  body .pr_sm_180, body .pr_sm_180px, .block-editor__container .pr_sm_180, .block-editor__container .pr_sm_180px {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_180, body .pt_sm_180px, .block-editor__container .pt_sm_180, .block-editor__container .pt_sm_180px {
    padding-top: 180px;
  }
  body .pb_sm_180, body .pb_sm_180px, .block-editor__container .pb_sm_180, .block-editor__container .pb_sm_180px {
    padding-bottom: 180px;
  }
  body .pl_sm_180, body .pl_sm_180px, .block-editor__container .pl_sm_180, .block-editor__container .pl_sm_180px {
    padding-left: 180px;
  }
  body .pr_sm_180, body .pr_sm_180px, .block-editor__container .pr_sm_180, .block-editor__container .pr_sm_180px {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_180, body .pt_sm_180px, .block-editor__container .pt_sm_180, .block-editor__container .pt_sm_180px {
    padding-top: 180px;
  }
  body .pb_sm_180, body .pb_sm_180px, .block-editor__container .pb_sm_180, .block-editor__container .pb_sm_180px {
    padding-bottom: 180px;
  }
  body .pl_sm_180, body .pl_sm_180px, .block-editor__container .pl_sm_180, .block-editor__container .pl_sm_180px {
    padding-left: 180px;
  }
  body .pr_sm_180, body .pr_sm_180px, .block-editor__container .pr_sm_180, .block-editor__container .pr_sm_180px {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_180, body .pt_sm_180px, .block-editor__container .pt_sm_180, .block-editor__container .pt_sm_180px {
    padding-top: 180px;
  }
  body .pb_sm_180, body .pb_sm_180px, .block-editor__container .pb_sm_180, .block-editor__container .pb_sm_180px {
    padding-bottom: 180px;
  }
  body .pl_sm_180, body .pl_sm_180px, .block-editor__container .pl_sm_180, .block-editor__container .pl_sm_180px {
    padding-left: 180px;
  }
  body .pr_sm_180, body .pr_sm_180px, .block-editor__container .pr_sm_180, .block-editor__container .pr_sm_180px {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_180, body .pt_sm_180px, .block-editor__container .pt_sm_180, .block-editor__container .pt_sm_180px {
    padding-top: 180px;
  }
  body .pb_sm_180, body .pb_sm_180px, .block-editor__container .pb_sm_180, .block-editor__container .pb_sm_180px {
    padding-bottom: 180px;
  }
  body .pl_sm_180, body .pl_sm_180px, .block-editor__container .pl_sm_180, .block-editor__container .pl_sm_180px {
    padding-left: 180px;
  }
  body .pr_sm_180, body .pr_sm_180px, .block-editor__container .pr_sm_180, .block-editor__container .pr_sm_180px {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_190, body .pt_sm_190px, .block-editor__container .pt_sm_190, .block-editor__container .pt_sm_190px {
    padding-top: 190px;
  }
  body .pb_sm_190, body .pb_sm_190px, .block-editor__container .pb_sm_190, .block-editor__container .pb_sm_190px {
    padding-bottom: 190px;
  }
  body .pl_sm_190, body .pl_sm_190px, .block-editor__container .pl_sm_190, .block-editor__container .pl_sm_190px {
    padding-left: 190px;
  }
  body .pr_sm_190, body .pr_sm_190px, .block-editor__container .pr_sm_190, .block-editor__container .pr_sm_190px {
    padding-right: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_190, body .pt_sm_190px, .block-editor__container .pt_sm_190, .block-editor__container .pt_sm_190px {
    padding-top: 190px;
  }
  body .pb_sm_190, body .pb_sm_190px, .block-editor__container .pb_sm_190, .block-editor__container .pb_sm_190px {
    padding-bottom: 190px;
  }
  body .pl_sm_190, body .pl_sm_190px, .block-editor__container .pl_sm_190, .block-editor__container .pl_sm_190px {
    padding-left: 190px;
  }
  body .pr_sm_190, body .pr_sm_190px, .block-editor__container .pr_sm_190, .block-editor__container .pr_sm_190px {
    padding-right: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_190, body .pt_sm_190px, .block-editor__container .pt_sm_190, .block-editor__container .pt_sm_190px {
    padding-top: 190px;
  }
  body .pb_sm_190, body .pb_sm_190px, .block-editor__container .pb_sm_190, .block-editor__container .pb_sm_190px {
    padding-bottom: 190px;
  }
  body .pl_sm_190, body .pl_sm_190px, .block-editor__container .pl_sm_190, .block-editor__container .pl_sm_190px {
    padding-left: 190px;
  }
  body .pr_sm_190, body .pr_sm_190px, .block-editor__container .pr_sm_190, .block-editor__container .pr_sm_190px {
    padding-right: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_190, body .pt_sm_190px, .block-editor__container .pt_sm_190, .block-editor__container .pt_sm_190px {
    padding-top: 190px;
  }
  body .pb_sm_190, body .pb_sm_190px, .block-editor__container .pb_sm_190, .block-editor__container .pb_sm_190px {
    padding-bottom: 190px;
  }
  body .pl_sm_190, body .pl_sm_190px, .block-editor__container .pl_sm_190, .block-editor__container .pl_sm_190px {
    padding-left: 190px;
  }
  body .pr_sm_190, body .pr_sm_190px, .block-editor__container .pr_sm_190, .block-editor__container .pr_sm_190px {
    padding-right: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_190, body .pt_sm_190px, .block-editor__container .pt_sm_190, .block-editor__container .pt_sm_190px {
    padding-top: 190px;
  }
  body .pb_sm_190, body .pb_sm_190px, .block-editor__container .pb_sm_190, .block-editor__container .pb_sm_190px {
    padding-bottom: 190px;
  }
  body .pl_sm_190, body .pl_sm_190px, .block-editor__container .pl_sm_190, .block-editor__container .pl_sm_190px {
    padding-left: 190px;
  }
  body .pr_sm_190, body .pr_sm_190px, .block-editor__container .pr_sm_190, .block-editor__container .pr_sm_190px {
    padding-right: 190px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_200, body .pt_sm_200px, .block-editor__container .pt_sm_200, .block-editor__container .pt_sm_200px {
    padding-top: 200px;
  }
  body .pb_sm_200, body .pb_sm_200px, .block-editor__container .pb_sm_200, .block-editor__container .pb_sm_200px {
    padding-bottom: 200px;
  }
  body .pl_sm_200, body .pl_sm_200px, .block-editor__container .pl_sm_200, .block-editor__container .pl_sm_200px {
    padding-left: 200px;
  }
  body .pr_sm_200, body .pr_sm_200px, .block-editor__container .pr_sm_200, .block-editor__container .pr_sm_200px {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_200, body .pt_sm_200px, .block-editor__container .pt_sm_200, .block-editor__container .pt_sm_200px {
    padding-top: 200px;
  }
  body .pb_sm_200, body .pb_sm_200px, .block-editor__container .pb_sm_200, .block-editor__container .pb_sm_200px {
    padding-bottom: 200px;
  }
  body .pl_sm_200, body .pl_sm_200px, .block-editor__container .pl_sm_200, .block-editor__container .pl_sm_200px {
    padding-left: 200px;
  }
  body .pr_sm_200, body .pr_sm_200px, .block-editor__container .pr_sm_200, .block-editor__container .pr_sm_200px {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_200, body .pt_sm_200px, .block-editor__container .pt_sm_200, .block-editor__container .pt_sm_200px {
    padding-top: 200px;
  }
  body .pb_sm_200, body .pb_sm_200px, .block-editor__container .pb_sm_200, .block-editor__container .pb_sm_200px {
    padding-bottom: 200px;
  }
  body .pl_sm_200, body .pl_sm_200px, .block-editor__container .pl_sm_200, .block-editor__container .pl_sm_200px {
    padding-left: 200px;
  }
  body .pr_sm_200, body .pr_sm_200px, .block-editor__container .pr_sm_200, .block-editor__container .pr_sm_200px {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_200, body .pt_sm_200px, .block-editor__container .pt_sm_200, .block-editor__container .pt_sm_200px {
    padding-top: 200px;
  }
  body .pb_sm_200, body .pb_sm_200px, .block-editor__container .pb_sm_200, .block-editor__container .pb_sm_200px {
    padding-bottom: 200px;
  }
  body .pl_sm_200, body .pl_sm_200px, .block-editor__container .pl_sm_200, .block-editor__container .pl_sm_200px {
    padding-left: 200px;
  }
  body .pr_sm_200, body .pr_sm_200px, .block-editor__container .pr_sm_200, .block-editor__container .pr_sm_200px {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_200, body .pt_sm_200px, .block-editor__container .pt_sm_200, .block-editor__container .pt_sm_200px {
    padding-top: 200px;
  }
  body .pb_sm_200, body .pb_sm_200px, .block-editor__container .pb_sm_200, .block-editor__container .pb_sm_200px {
    padding-bottom: 200px;
  }
  body .pl_sm_200, body .pl_sm_200px, .block-editor__container .pl_sm_200, .block-editor__container .pl_sm_200px {
    padding-left: 200px;
  }
  body .pr_sm_200, body .pr_sm_200px, .block-editor__container .pr_sm_200, .block-editor__container .pr_sm_200px {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_210, body .pt_sm_210px, .block-editor__container .pt_sm_210, .block-editor__container .pt_sm_210px {
    padding-top: 210px;
  }
  body .pb_sm_210, body .pb_sm_210px, .block-editor__container .pb_sm_210, .block-editor__container .pb_sm_210px {
    padding-bottom: 210px;
  }
  body .pl_sm_210, body .pl_sm_210px, .block-editor__container .pl_sm_210, .block-editor__container .pl_sm_210px {
    padding-left: 210px;
  }
  body .pr_sm_210, body .pr_sm_210px, .block-editor__container .pr_sm_210, .block-editor__container .pr_sm_210px {
    padding-right: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_210, body .pt_sm_210px, .block-editor__container .pt_sm_210, .block-editor__container .pt_sm_210px {
    padding-top: 210px;
  }
  body .pb_sm_210, body .pb_sm_210px, .block-editor__container .pb_sm_210, .block-editor__container .pb_sm_210px {
    padding-bottom: 210px;
  }
  body .pl_sm_210, body .pl_sm_210px, .block-editor__container .pl_sm_210, .block-editor__container .pl_sm_210px {
    padding-left: 210px;
  }
  body .pr_sm_210, body .pr_sm_210px, .block-editor__container .pr_sm_210, .block-editor__container .pr_sm_210px {
    padding-right: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_210, body .pt_sm_210px, .block-editor__container .pt_sm_210, .block-editor__container .pt_sm_210px {
    padding-top: 210px;
  }
  body .pb_sm_210, body .pb_sm_210px, .block-editor__container .pb_sm_210, .block-editor__container .pb_sm_210px {
    padding-bottom: 210px;
  }
  body .pl_sm_210, body .pl_sm_210px, .block-editor__container .pl_sm_210, .block-editor__container .pl_sm_210px {
    padding-left: 210px;
  }
  body .pr_sm_210, body .pr_sm_210px, .block-editor__container .pr_sm_210, .block-editor__container .pr_sm_210px {
    padding-right: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_210, body .pt_sm_210px, .block-editor__container .pt_sm_210, .block-editor__container .pt_sm_210px {
    padding-top: 210px;
  }
  body .pb_sm_210, body .pb_sm_210px, .block-editor__container .pb_sm_210, .block-editor__container .pb_sm_210px {
    padding-bottom: 210px;
  }
  body .pl_sm_210, body .pl_sm_210px, .block-editor__container .pl_sm_210, .block-editor__container .pl_sm_210px {
    padding-left: 210px;
  }
  body .pr_sm_210, body .pr_sm_210px, .block-editor__container .pr_sm_210, .block-editor__container .pr_sm_210px {
    padding-right: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_210, body .pt_sm_210px, .block-editor__container .pt_sm_210, .block-editor__container .pt_sm_210px {
    padding-top: 210px;
  }
  body .pb_sm_210, body .pb_sm_210px, .block-editor__container .pb_sm_210, .block-editor__container .pb_sm_210px {
    padding-bottom: 210px;
  }
  body .pl_sm_210, body .pl_sm_210px, .block-editor__container .pl_sm_210, .block-editor__container .pl_sm_210px {
    padding-left: 210px;
  }
  body .pr_sm_210, body .pr_sm_210px, .block-editor__container .pr_sm_210, .block-editor__container .pr_sm_210px {
    padding-right: 210px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_220, body .pt_sm_220px, .block-editor__container .pt_sm_220, .block-editor__container .pt_sm_220px {
    padding-top: 220px;
  }
  body .pb_sm_220, body .pb_sm_220px, .block-editor__container .pb_sm_220, .block-editor__container .pb_sm_220px {
    padding-bottom: 220px;
  }
  body .pl_sm_220, body .pl_sm_220px, .block-editor__container .pl_sm_220, .block-editor__container .pl_sm_220px {
    padding-left: 220px;
  }
  body .pr_sm_220, body .pr_sm_220px, .block-editor__container .pr_sm_220, .block-editor__container .pr_sm_220px {
    padding-right: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_220, body .pt_sm_220px, .block-editor__container .pt_sm_220, .block-editor__container .pt_sm_220px {
    padding-top: 220px;
  }
  body .pb_sm_220, body .pb_sm_220px, .block-editor__container .pb_sm_220, .block-editor__container .pb_sm_220px {
    padding-bottom: 220px;
  }
  body .pl_sm_220, body .pl_sm_220px, .block-editor__container .pl_sm_220, .block-editor__container .pl_sm_220px {
    padding-left: 220px;
  }
  body .pr_sm_220, body .pr_sm_220px, .block-editor__container .pr_sm_220, .block-editor__container .pr_sm_220px {
    padding-right: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_220, body .pt_sm_220px, .block-editor__container .pt_sm_220, .block-editor__container .pt_sm_220px {
    padding-top: 220px;
  }
  body .pb_sm_220, body .pb_sm_220px, .block-editor__container .pb_sm_220, .block-editor__container .pb_sm_220px {
    padding-bottom: 220px;
  }
  body .pl_sm_220, body .pl_sm_220px, .block-editor__container .pl_sm_220, .block-editor__container .pl_sm_220px {
    padding-left: 220px;
  }
  body .pr_sm_220, body .pr_sm_220px, .block-editor__container .pr_sm_220, .block-editor__container .pr_sm_220px {
    padding-right: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_220, body .pt_sm_220px, .block-editor__container .pt_sm_220, .block-editor__container .pt_sm_220px {
    padding-top: 220px;
  }
  body .pb_sm_220, body .pb_sm_220px, .block-editor__container .pb_sm_220, .block-editor__container .pb_sm_220px {
    padding-bottom: 220px;
  }
  body .pl_sm_220, body .pl_sm_220px, .block-editor__container .pl_sm_220, .block-editor__container .pl_sm_220px {
    padding-left: 220px;
  }
  body .pr_sm_220, body .pr_sm_220px, .block-editor__container .pr_sm_220, .block-editor__container .pr_sm_220px {
    padding-right: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_220, body .pt_sm_220px, .block-editor__container .pt_sm_220, .block-editor__container .pt_sm_220px {
    padding-top: 220px;
  }
  body .pb_sm_220, body .pb_sm_220px, .block-editor__container .pb_sm_220, .block-editor__container .pb_sm_220px {
    padding-bottom: 220px;
  }
  body .pl_sm_220, body .pl_sm_220px, .block-editor__container .pl_sm_220, .block-editor__container .pl_sm_220px {
    padding-left: 220px;
  }
  body .pr_sm_220, body .pr_sm_220px, .block-editor__container .pr_sm_220, .block-editor__container .pr_sm_220px {
    padding-right: 220px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_230, body .pt_sm_230px, .block-editor__container .pt_sm_230, .block-editor__container .pt_sm_230px {
    padding-top: 230px;
  }
  body .pb_sm_230, body .pb_sm_230px, .block-editor__container .pb_sm_230, .block-editor__container .pb_sm_230px {
    padding-bottom: 230px;
  }
  body .pl_sm_230, body .pl_sm_230px, .block-editor__container .pl_sm_230, .block-editor__container .pl_sm_230px {
    padding-left: 230px;
  }
  body .pr_sm_230, body .pr_sm_230px, .block-editor__container .pr_sm_230, .block-editor__container .pr_sm_230px {
    padding-right: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_230, body .pt_sm_230px, .block-editor__container .pt_sm_230, .block-editor__container .pt_sm_230px {
    padding-top: 230px;
  }
  body .pb_sm_230, body .pb_sm_230px, .block-editor__container .pb_sm_230, .block-editor__container .pb_sm_230px {
    padding-bottom: 230px;
  }
  body .pl_sm_230, body .pl_sm_230px, .block-editor__container .pl_sm_230, .block-editor__container .pl_sm_230px {
    padding-left: 230px;
  }
  body .pr_sm_230, body .pr_sm_230px, .block-editor__container .pr_sm_230, .block-editor__container .pr_sm_230px {
    padding-right: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_230, body .pt_sm_230px, .block-editor__container .pt_sm_230, .block-editor__container .pt_sm_230px {
    padding-top: 230px;
  }
  body .pb_sm_230, body .pb_sm_230px, .block-editor__container .pb_sm_230, .block-editor__container .pb_sm_230px {
    padding-bottom: 230px;
  }
  body .pl_sm_230, body .pl_sm_230px, .block-editor__container .pl_sm_230, .block-editor__container .pl_sm_230px {
    padding-left: 230px;
  }
  body .pr_sm_230, body .pr_sm_230px, .block-editor__container .pr_sm_230, .block-editor__container .pr_sm_230px {
    padding-right: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_230, body .pt_sm_230px, .block-editor__container .pt_sm_230, .block-editor__container .pt_sm_230px {
    padding-top: 230px;
  }
  body .pb_sm_230, body .pb_sm_230px, .block-editor__container .pb_sm_230, .block-editor__container .pb_sm_230px {
    padding-bottom: 230px;
  }
  body .pl_sm_230, body .pl_sm_230px, .block-editor__container .pl_sm_230, .block-editor__container .pl_sm_230px {
    padding-left: 230px;
  }
  body .pr_sm_230, body .pr_sm_230px, .block-editor__container .pr_sm_230, .block-editor__container .pr_sm_230px {
    padding-right: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_230, body .pt_sm_230px, .block-editor__container .pt_sm_230, .block-editor__container .pt_sm_230px {
    padding-top: 230px;
  }
  body .pb_sm_230, body .pb_sm_230px, .block-editor__container .pb_sm_230, .block-editor__container .pb_sm_230px {
    padding-bottom: 230px;
  }
  body .pl_sm_230, body .pl_sm_230px, .block-editor__container .pl_sm_230, .block-editor__container .pl_sm_230px {
    padding-left: 230px;
  }
  body .pr_sm_230, body .pr_sm_230px, .block-editor__container .pr_sm_230, .block-editor__container .pr_sm_230px {
    padding-right: 230px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_240, body .pt_sm_240px, .block-editor__container .pt_sm_240, .block-editor__container .pt_sm_240px {
    padding-top: 240px;
  }
  body .pb_sm_240, body .pb_sm_240px, .block-editor__container .pb_sm_240, .block-editor__container .pb_sm_240px {
    padding-bottom: 240px;
  }
  body .pl_sm_240, body .pl_sm_240px, .block-editor__container .pl_sm_240, .block-editor__container .pl_sm_240px {
    padding-left: 240px;
  }
  body .pr_sm_240, body .pr_sm_240px, .block-editor__container .pr_sm_240, .block-editor__container .pr_sm_240px {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_240, body .pt_sm_240px, .block-editor__container .pt_sm_240, .block-editor__container .pt_sm_240px {
    padding-top: 240px;
  }
  body .pb_sm_240, body .pb_sm_240px, .block-editor__container .pb_sm_240, .block-editor__container .pb_sm_240px {
    padding-bottom: 240px;
  }
  body .pl_sm_240, body .pl_sm_240px, .block-editor__container .pl_sm_240, .block-editor__container .pl_sm_240px {
    padding-left: 240px;
  }
  body .pr_sm_240, body .pr_sm_240px, .block-editor__container .pr_sm_240, .block-editor__container .pr_sm_240px {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_240, body .pt_sm_240px, .block-editor__container .pt_sm_240, .block-editor__container .pt_sm_240px {
    padding-top: 240px;
  }
  body .pb_sm_240, body .pb_sm_240px, .block-editor__container .pb_sm_240, .block-editor__container .pb_sm_240px {
    padding-bottom: 240px;
  }
  body .pl_sm_240, body .pl_sm_240px, .block-editor__container .pl_sm_240, .block-editor__container .pl_sm_240px {
    padding-left: 240px;
  }
  body .pr_sm_240, body .pr_sm_240px, .block-editor__container .pr_sm_240, .block-editor__container .pr_sm_240px {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_240, body .pt_sm_240px, .block-editor__container .pt_sm_240, .block-editor__container .pt_sm_240px {
    padding-top: 240px;
  }
  body .pb_sm_240, body .pb_sm_240px, .block-editor__container .pb_sm_240, .block-editor__container .pb_sm_240px {
    padding-bottom: 240px;
  }
  body .pl_sm_240, body .pl_sm_240px, .block-editor__container .pl_sm_240, .block-editor__container .pl_sm_240px {
    padding-left: 240px;
  }
  body .pr_sm_240, body .pr_sm_240px, .block-editor__container .pr_sm_240, .block-editor__container .pr_sm_240px {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_240, body .pt_sm_240px, .block-editor__container .pt_sm_240, .block-editor__container .pt_sm_240px {
    padding-top: 240px;
  }
  body .pb_sm_240, body .pb_sm_240px, .block-editor__container .pb_sm_240, .block-editor__container .pb_sm_240px {
    padding-bottom: 240px;
  }
  body .pl_sm_240, body .pl_sm_240px, .block-editor__container .pl_sm_240, .block-editor__container .pl_sm_240px {
    padding-left: 240px;
  }
  body .pr_sm_240, body .pr_sm_240px, .block-editor__container .pr_sm_240, .block-editor__container .pr_sm_240px {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 650px) {
  body .pt_sm_250, body .pt_sm_250px, .block-editor__container .pt_sm_250, .block-editor__container .pt_sm_250px {
    padding-top: 250px;
  }
  body .pb_sm_250, body .pb_sm_250px, .block-editor__container .pb_sm_250, .block-editor__container .pb_sm_250px {
    padding-bottom: 250px;
  }
  body .pl_sm_250, body .pl_sm_250px, .block-editor__container .pl_sm_250, .block-editor__container .pl_sm_250px {
    padding-left: 250px;
  }
  body .pr_sm_250, body .pr_sm_250px, .block-editor__container .pr_sm_250, .block-editor__container .pr_sm_250px {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .pt_sm_250, body .pt_sm_250px, .block-editor__container .pt_sm_250, .block-editor__container .pt_sm_250px {
    padding-top: 250px;
  }
  body .pb_sm_250, body .pb_sm_250px, .block-editor__container .pb_sm_250, .block-editor__container .pb_sm_250px {
    padding-bottom: 250px;
  }
  body .pl_sm_250, body .pl_sm_250px, .block-editor__container .pl_sm_250, .block-editor__container .pl_sm_250px {
    padding-left: 250px;
  }
  body .pr_sm_250, body .pr_sm_250px, .block-editor__container .pr_sm_250, .block-editor__container .pr_sm_250px {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .pt_sm_250, body .pt_sm_250px, .block-editor__container .pt_sm_250, .block-editor__container .pt_sm_250px {
    padding-top: 250px;
  }
  body .pb_sm_250, body .pb_sm_250px, .block-editor__container .pb_sm_250, .block-editor__container .pb_sm_250px {
    padding-bottom: 250px;
  }
  body .pl_sm_250, body .pl_sm_250px, .block-editor__container .pl_sm_250, .block-editor__container .pl_sm_250px {
    padding-left: 250px;
  }
  body .pr_sm_250, body .pr_sm_250px, .block-editor__container .pr_sm_250, .block-editor__container .pr_sm_250px {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .pt_sm_250, body .pt_sm_250px, .block-editor__container .pt_sm_250, .block-editor__container .pt_sm_250px {
    padding-top: 250px;
  }
  body .pb_sm_250, body .pb_sm_250px, .block-editor__container .pb_sm_250, .block-editor__container .pb_sm_250px {
    padding-bottom: 250px;
  }
  body .pl_sm_250, body .pl_sm_250px, .block-editor__container .pl_sm_250, .block-editor__container .pl_sm_250px {
    padding-left: 250px;
  }
  body .pr_sm_250, body .pr_sm_250px, .block-editor__container .pr_sm_250, .block-editor__container .pr_sm_250px {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .pt_sm_250, body .pt_sm_250px, .block-editor__container .pt_sm_250, .block-editor__container .pt_sm_250px {
    padding-top: 250px;
  }
  body .pb_sm_250, body .pb_sm_250px, .block-editor__container .pb_sm_250, .block-editor__container .pb_sm_250px {
    padding-bottom: 250px;
  }
  body .pl_sm_250, body .pl_sm_250px, .block-editor__container .pl_sm_250, .block-editor__container .pl_sm_250px {
    padding-left: 250px;
  }
  body .pr_sm_250, body .pr_sm_250px, .block-editor__container .pr_sm_250, .block-editor__container .pr_sm_250px {
    padding-right: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_1px, .block-editor__container .mt_lg_1px {
    margin-top: 1px;
  }
  body .mb_lg_1px, .block-editor__container .mb_lg_1px {
    margin-bottom: 1px;
  }
  body .ml_lg_1px, .block-editor__container .ml_lg_1px {
    margin-left: 1px;
  }
  body .mr_lg_1px, .block-editor__container .mr_lg_1px {
    margin-right: 1px;
  }
  body .mt_lg_-1px, .block-editor__container .mt_lg_-1px {
    margin-top: -1px;
  }
  body .mb_lg_-1px, .block-editor__container .mb_lg_-1px {
    margin-bottom: -1px;
  }
  body .ml_lg_-1px, .block-editor__container .ml_lg_-1px {
    margin-left: -1px;
  }
  body .mr_lg_-1px, .block-editor__container .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_1px, .block-editor__container .mt_lg_1px {
    margin-top: 1px;
  }
  body .mb_lg_1px, .block-editor__container .mb_lg_1px {
    margin-bottom: 1px;
  }
  body .ml_lg_1px, .block-editor__container .ml_lg_1px {
    margin-left: 1px;
  }
  body .mr_lg_1px, .block-editor__container .mr_lg_1px {
    margin-right: 1px;
  }
  body .mt_lg_-1px, .block-editor__container .mt_lg_-1px {
    margin-top: -1px;
  }
  body .mb_lg_-1px, .block-editor__container .mb_lg_-1px {
    margin-bottom: -1px;
  }
  body .ml_lg_-1px, .block-editor__container .ml_lg_-1px {
    margin-left: -1px;
  }
  body .mr_lg_-1px, .block-editor__container .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_1px, .block-editor__container .mt_lg_1px {
    margin-top: 1px;
  }
  body .mb_lg_1px, .block-editor__container .mb_lg_1px {
    margin-bottom: 1px;
  }
  body .ml_lg_1px, .block-editor__container .ml_lg_1px {
    margin-left: 1px;
  }
  body .mr_lg_1px, .block-editor__container .mr_lg_1px {
    margin-right: 1px;
  }
  body .mt_lg_-1px, .block-editor__container .mt_lg_-1px {
    margin-top: -1px;
  }
  body .mb_lg_-1px, .block-editor__container .mb_lg_-1px {
    margin-bottom: -1px;
  }
  body .ml_lg_-1px, .block-editor__container .ml_lg_-1px {
    margin-left: -1px;
  }
  body .mr_lg_-1px, .block-editor__container .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_1px, .block-editor__container .mt_lg_1px {
    margin-top: 1px;
  }
  body .mb_lg_1px, .block-editor__container .mb_lg_1px {
    margin-bottom: 1px;
  }
  body .ml_lg_1px, .block-editor__container .ml_lg_1px {
    margin-left: 1px;
  }
  body .mr_lg_1px, .block-editor__container .mr_lg_1px {
    margin-right: 1px;
  }
  body .mt_lg_-1px, .block-editor__container .mt_lg_-1px {
    margin-top: -1px;
  }
  body .mb_lg_-1px, .block-editor__container .mb_lg_-1px {
    margin-bottom: -1px;
  }
  body .ml_lg_-1px, .block-editor__container .ml_lg_-1px {
    margin-left: -1px;
  }
  body .mr_lg_-1px, .block-editor__container .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_1px, .block-editor__container .mt_lg_1px {
    margin-top: 1px;
  }
  body .mb_lg_1px, .block-editor__container .mb_lg_1px {
    margin-bottom: 1px;
  }
  body .ml_lg_1px, .block-editor__container .ml_lg_1px {
    margin-left: 1px;
  }
  body .mr_lg_1px, .block-editor__container .mr_lg_1px {
    margin-right: 1px;
  }
  body .mt_lg_-1px, .block-editor__container .mt_lg_-1px {
    margin-top: -1px;
  }
  body .mb_lg_-1px, .block-editor__container .mb_lg_-1px {
    margin-bottom: -1px;
  }
  body .ml_lg_-1px, .block-editor__container .ml_lg_-1px {
    margin-left: -1px;
  }
  body .mr_lg_-1px, .block-editor__container .mr_lg_-1px {
    margin-right: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_2px, .block-editor__container .mt_lg_2px {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_2px, .block-editor__container .mb_lg_2px {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_2px, .block-editor__container .ml_lg_2px {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_2px, .block-editor__container .mr_lg_2px {
    margin-right: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-2px, .block-editor__container .mt_lg_-2px {
    margin-top: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-2px, .block-editor__container .mb_lg_-2px {
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-2px, .block-editor__container .ml_lg_-2px {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-2px, .block-editor__container .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_2px, .block-editor__container .mt_lg_2px {
    margin-top: 2px;
  }
  body .mb_lg_2px, .block-editor__container .mb_lg_2px {
    margin-bottom: 2px;
  }
  body .ml_lg_2px, .block-editor__container .ml_lg_2px {
    margin-left: 2px;
  }
  body .mr_lg_2px, .block-editor__container .mr_lg_2px {
    margin-right: 2px;
  }
  body .mt_lg_-2px, .block-editor__container .mt_lg_-2px {
    margin-top: -2px;
  }
  body .mb_lg_-2px, .block-editor__container .mb_lg_-2px {
    margin-bottom: -2px;
  }
  body .ml_lg_-2px, .block-editor__container .ml_lg_-2px {
    margin-left: -2px;
  }
  body .mr_lg_-2px, .block-editor__container .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_2px, .block-editor__container .mt_lg_2px {
    margin-top: 2px;
  }
  body .mb_lg_2px, .block-editor__container .mb_lg_2px {
    margin-bottom: 2px;
  }
  body .ml_lg_2px, .block-editor__container .ml_lg_2px {
    margin-left: 2px;
  }
  body .mr_lg_2px, .block-editor__container .mr_lg_2px {
    margin-right: 2px;
  }
  body .mt_lg_-2px, .block-editor__container .mt_lg_-2px {
    margin-top: -2px;
  }
  body .mb_lg_-2px, .block-editor__container .mb_lg_-2px {
    margin-bottom: -2px;
  }
  body .ml_lg_-2px, .block-editor__container .ml_lg_-2px {
    margin-left: -2px;
  }
  body .mr_lg_-2px, .block-editor__container .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_2px, .block-editor__container .mt_lg_2px {
    margin-top: 2px;
  }
  body .mb_lg_2px, .block-editor__container .mb_lg_2px {
    margin-bottom: 2px;
  }
  body .ml_lg_2px, .block-editor__container .ml_lg_2px {
    margin-left: 2px;
  }
  body .mr_lg_2px, .block-editor__container .mr_lg_2px {
    margin-right: 2px;
  }
  body .mt_lg_-2px, .block-editor__container .mt_lg_-2px {
    margin-top: -2px;
  }
  body .mb_lg_-2px, .block-editor__container .mb_lg_-2px {
    margin-bottom: -2px;
  }
  body .ml_lg_-2px, .block-editor__container .ml_lg_-2px {
    margin-left: -2px;
  }
  body .mr_lg_-2px, .block-editor__container .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_2px, .block-editor__container .mt_lg_2px {
    margin-top: 2px;
  }
  body .mb_lg_2px, .block-editor__container .mb_lg_2px {
    margin-bottom: 2px;
  }
  body .ml_lg_2px, .block-editor__container .ml_lg_2px {
    margin-left: 2px;
  }
  body .mr_lg_2px, .block-editor__container .mr_lg_2px {
    margin-right: 2px;
  }
  body .mt_lg_-2px, .block-editor__container .mt_lg_-2px {
    margin-top: -2px;
  }
  body .mb_lg_-2px, .block-editor__container .mb_lg_-2px {
    margin-bottom: -2px;
  }
  body .ml_lg_-2px, .block-editor__container .ml_lg_-2px {
    margin-left: -2px;
  }
  body .mr_lg_-2px, .block-editor__container .mr_lg_-2px {
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_3px, .block-editor__container .mt_lg_3px {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_3px, .block-editor__container .mb_lg_3px {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_3px, .block-editor__container .ml_lg_3px {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_3px, .block-editor__container .mr_lg_3px {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-3px, .block-editor__container .mt_lg_-3px {
    margin-top: -3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-3px, .block-editor__container .mb_lg_-3px {
    margin-bottom: -3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-3px, .block-editor__container .ml_lg_-3px {
    margin-left: -3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-3px, .block-editor__container .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_3px, .block-editor__container .mt_lg_3px {
    margin-top: 3px;
  }
  body .mb_lg_3px, .block-editor__container .mb_lg_3px {
    margin-bottom: 3px;
  }
  body .ml_lg_3px, .block-editor__container .ml_lg_3px {
    margin-left: 3px;
  }
  body .mr_lg_3px, .block-editor__container .mr_lg_3px {
    margin-right: 3px;
  }
  body .mt_lg_-3px, .block-editor__container .mt_lg_-3px {
    margin-top: -3px;
  }
  body .mb_lg_-3px, .block-editor__container .mb_lg_-3px {
    margin-bottom: -3px;
  }
  body .ml_lg_-3px, .block-editor__container .ml_lg_-3px {
    margin-left: -3px;
  }
  body .mr_lg_-3px, .block-editor__container .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_3px, .block-editor__container .mt_lg_3px {
    margin-top: 3px;
  }
  body .mb_lg_3px, .block-editor__container .mb_lg_3px {
    margin-bottom: 3px;
  }
  body .ml_lg_3px, .block-editor__container .ml_lg_3px {
    margin-left: 3px;
  }
  body .mr_lg_3px, .block-editor__container .mr_lg_3px {
    margin-right: 3px;
  }
  body .mt_lg_-3px, .block-editor__container .mt_lg_-3px {
    margin-top: -3px;
  }
  body .mb_lg_-3px, .block-editor__container .mb_lg_-3px {
    margin-bottom: -3px;
  }
  body .ml_lg_-3px, .block-editor__container .ml_lg_-3px {
    margin-left: -3px;
  }
  body .mr_lg_-3px, .block-editor__container .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_3px, .block-editor__container .mt_lg_3px {
    margin-top: 3px;
  }
  body .mb_lg_3px, .block-editor__container .mb_lg_3px {
    margin-bottom: 3px;
  }
  body .ml_lg_3px, .block-editor__container .ml_lg_3px {
    margin-left: 3px;
  }
  body .mr_lg_3px, .block-editor__container .mr_lg_3px {
    margin-right: 3px;
  }
  body .mt_lg_-3px, .block-editor__container .mt_lg_-3px {
    margin-top: -3px;
  }
  body .mb_lg_-3px, .block-editor__container .mb_lg_-3px {
    margin-bottom: -3px;
  }
  body .ml_lg_-3px, .block-editor__container .ml_lg_-3px {
    margin-left: -3px;
  }
  body .mr_lg_-3px, .block-editor__container .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_3px, .block-editor__container .mt_lg_3px {
    margin-top: 3px;
  }
  body .mb_lg_3px, .block-editor__container .mb_lg_3px {
    margin-bottom: 3px;
  }
  body .ml_lg_3px, .block-editor__container .ml_lg_3px {
    margin-left: 3px;
  }
  body .mr_lg_3px, .block-editor__container .mr_lg_3px {
    margin-right: 3px;
  }
  body .mt_lg_-3px, .block-editor__container .mt_lg_-3px {
    margin-top: -3px;
  }
  body .mb_lg_-3px, .block-editor__container .mb_lg_-3px {
    margin-bottom: -3px;
  }
  body .ml_lg_-3px, .block-editor__container .ml_lg_-3px {
    margin-left: -3px;
  }
  body .mr_lg_-3px, .block-editor__container .mr_lg_-3px {
    margin-right: -3px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_4px, .block-editor__container .mt_lg_4px {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_4px, .block-editor__container .mb_lg_4px {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_4px, .block-editor__container .ml_lg_4px {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_4px, .block-editor__container .mr_lg_4px {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-4px, .block-editor__container .mt_lg_-4px {
    margin-top: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-4px, .block-editor__container .mb_lg_-4px {
    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-4px, .block-editor__container .ml_lg_-4px {
    margin-left: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-4px, .block-editor__container .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_4px, .block-editor__container .mt_lg_4px {
    margin-top: 4px;
  }
  body .mb_lg_4px, .block-editor__container .mb_lg_4px {
    margin-bottom: 4px;
  }
  body .ml_lg_4px, .block-editor__container .ml_lg_4px {
    margin-left: 4px;
  }
  body .mr_lg_4px, .block-editor__container .mr_lg_4px {
    margin-right: 4px;
  }
  body .mt_lg_-4px, .block-editor__container .mt_lg_-4px {
    margin-top: -4px;
  }
  body .mb_lg_-4px, .block-editor__container .mb_lg_-4px {
    margin-bottom: -4px;
  }
  body .ml_lg_-4px, .block-editor__container .ml_lg_-4px {
    margin-left: -4px;
  }
  body .mr_lg_-4px, .block-editor__container .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_4px, .block-editor__container .mt_lg_4px {
    margin-top: 4px;
  }
  body .mb_lg_4px, .block-editor__container .mb_lg_4px {
    margin-bottom: 4px;
  }
  body .ml_lg_4px, .block-editor__container .ml_lg_4px {
    margin-left: 4px;
  }
  body .mr_lg_4px, .block-editor__container .mr_lg_4px {
    margin-right: 4px;
  }
  body .mt_lg_-4px, .block-editor__container .mt_lg_-4px {
    margin-top: -4px;
  }
  body .mb_lg_-4px, .block-editor__container .mb_lg_-4px {
    margin-bottom: -4px;
  }
  body .ml_lg_-4px, .block-editor__container .ml_lg_-4px {
    margin-left: -4px;
  }
  body .mr_lg_-4px, .block-editor__container .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_4px, .block-editor__container .mt_lg_4px {
    margin-top: 4px;
  }
  body .mb_lg_4px, .block-editor__container .mb_lg_4px {
    margin-bottom: 4px;
  }
  body .ml_lg_4px, .block-editor__container .ml_lg_4px {
    margin-left: 4px;
  }
  body .mr_lg_4px, .block-editor__container .mr_lg_4px {
    margin-right: 4px;
  }
  body .mt_lg_-4px, .block-editor__container .mt_lg_-4px {
    margin-top: -4px;
  }
  body .mb_lg_-4px, .block-editor__container .mb_lg_-4px {
    margin-bottom: -4px;
  }
  body .ml_lg_-4px, .block-editor__container .ml_lg_-4px {
    margin-left: -4px;
  }
  body .mr_lg_-4px, .block-editor__container .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_4px, .block-editor__container .mt_lg_4px {
    margin-top: 4px;
  }
  body .mb_lg_4px, .block-editor__container .mb_lg_4px {
    margin-bottom: 4px;
  }
  body .ml_lg_4px, .block-editor__container .ml_lg_4px {
    margin-left: 4px;
  }
  body .mr_lg_4px, .block-editor__container .mr_lg_4px {
    margin-right: 4px;
  }
  body .mt_lg_-4px, .block-editor__container .mt_lg_-4px {
    margin-top: -4px;
  }
  body .mb_lg_-4px, .block-editor__container .mb_lg_-4px {
    margin-bottom: -4px;
  }
  body .ml_lg_-4px, .block-editor__container .ml_lg_-4px {
    margin-left: -4px;
  }
  body .mr_lg_-4px, .block-editor__container .mr_lg_-4px {
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_5px, .block-editor__container .mt_lg_5px {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_5px, .block-editor__container .mb_lg_5px {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_5px, .block-editor__container .ml_lg_5px {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_5px, .block-editor__container .mr_lg_5px {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-5px, .block-editor__container .mt_lg_-5px {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-5px, .block-editor__container .mb_lg_-5px {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-5px, .block-editor__container .ml_lg_-5px {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-5px, .block-editor__container .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_5px, .block-editor__container .mt_lg_5px {
    margin-top: 5px;
  }
  body .mb_lg_5px, .block-editor__container .mb_lg_5px {
    margin-bottom: 5px;
  }
  body .ml_lg_5px, .block-editor__container .ml_lg_5px {
    margin-left: 5px;
  }
  body .mr_lg_5px, .block-editor__container .mr_lg_5px {
    margin-right: 5px;
  }
  body .mt_lg_-5px, .block-editor__container .mt_lg_-5px {
    margin-top: -5px;
  }
  body .mb_lg_-5px, .block-editor__container .mb_lg_-5px {
    margin-bottom: -5px;
  }
  body .ml_lg_-5px, .block-editor__container .ml_lg_-5px {
    margin-left: -5px;
  }
  body .mr_lg_-5px, .block-editor__container .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_5px, .block-editor__container .mt_lg_5px {
    margin-top: 5px;
  }
  body .mb_lg_5px, .block-editor__container .mb_lg_5px {
    margin-bottom: 5px;
  }
  body .ml_lg_5px, .block-editor__container .ml_lg_5px {
    margin-left: 5px;
  }
  body .mr_lg_5px, .block-editor__container .mr_lg_5px {
    margin-right: 5px;
  }
  body .mt_lg_-5px, .block-editor__container .mt_lg_-5px {
    margin-top: -5px;
  }
  body .mb_lg_-5px, .block-editor__container .mb_lg_-5px {
    margin-bottom: -5px;
  }
  body .ml_lg_-5px, .block-editor__container .ml_lg_-5px {
    margin-left: -5px;
  }
  body .mr_lg_-5px, .block-editor__container .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_5px, .block-editor__container .mt_lg_5px {
    margin-top: 5px;
  }
  body .mb_lg_5px, .block-editor__container .mb_lg_5px {
    margin-bottom: 5px;
  }
  body .ml_lg_5px, .block-editor__container .ml_lg_5px {
    margin-left: 5px;
  }
  body .mr_lg_5px, .block-editor__container .mr_lg_5px {
    margin-right: 5px;
  }
  body .mt_lg_-5px, .block-editor__container .mt_lg_-5px {
    margin-top: -5px;
  }
  body .mb_lg_-5px, .block-editor__container .mb_lg_-5px {
    margin-bottom: -5px;
  }
  body .ml_lg_-5px, .block-editor__container .ml_lg_-5px {
    margin-left: -5px;
  }
  body .mr_lg_-5px, .block-editor__container .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_5px, .block-editor__container .mt_lg_5px {
    margin-top: 5px;
  }
  body .mb_lg_5px, .block-editor__container .mb_lg_5px {
    margin-bottom: 5px;
  }
  body .ml_lg_5px, .block-editor__container .ml_lg_5px {
    margin-left: 5px;
  }
  body .mr_lg_5px, .block-editor__container .mr_lg_5px {
    margin-right: 5px;
  }
  body .mt_lg_-5px, .block-editor__container .mt_lg_-5px {
    margin-top: -5px;
  }
  body .mb_lg_-5px, .block-editor__container .mb_lg_-5px {
    margin-bottom: -5px;
  }
  body .ml_lg_-5px, .block-editor__container .ml_lg_-5px {
    margin-left: -5px;
  }
  body .mr_lg_-5px, .block-editor__container .mr_lg_-5px {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_6px, .block-editor__container .mt_lg_6px {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_6px, .block-editor__container .mb_lg_6px {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_6px, .block-editor__container .ml_lg_6px {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_6px, .block-editor__container .mr_lg_6px {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-6px, .block-editor__container .mt_lg_-6px {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-6px, .block-editor__container .mb_lg_-6px {
    margin-bottom: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-6px, .block-editor__container .ml_lg_-6px {
    margin-left: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-6px, .block-editor__container .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_6px, .block-editor__container .mt_lg_6px {
    margin-top: 6px;
  }
  body .mb_lg_6px, .block-editor__container .mb_lg_6px {
    margin-bottom: 6px;
  }
  body .ml_lg_6px, .block-editor__container .ml_lg_6px {
    margin-left: 6px;
  }
  body .mr_lg_6px, .block-editor__container .mr_lg_6px {
    margin-right: 6px;
  }
  body .mt_lg_-6px, .block-editor__container .mt_lg_-6px {
    margin-top: -6px;
  }
  body .mb_lg_-6px, .block-editor__container .mb_lg_-6px {
    margin-bottom: -6px;
  }
  body .ml_lg_-6px, .block-editor__container .ml_lg_-6px {
    margin-left: -6px;
  }
  body .mr_lg_-6px, .block-editor__container .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_6px, .block-editor__container .mt_lg_6px {
    margin-top: 6px;
  }
  body .mb_lg_6px, .block-editor__container .mb_lg_6px {
    margin-bottom: 6px;
  }
  body .ml_lg_6px, .block-editor__container .ml_lg_6px {
    margin-left: 6px;
  }
  body .mr_lg_6px, .block-editor__container .mr_lg_6px {
    margin-right: 6px;
  }
  body .mt_lg_-6px, .block-editor__container .mt_lg_-6px {
    margin-top: -6px;
  }
  body .mb_lg_-6px, .block-editor__container .mb_lg_-6px {
    margin-bottom: -6px;
  }
  body .ml_lg_-6px, .block-editor__container .ml_lg_-6px {
    margin-left: -6px;
  }
  body .mr_lg_-6px, .block-editor__container .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_6px, .block-editor__container .mt_lg_6px {
    margin-top: 6px;
  }
  body .mb_lg_6px, .block-editor__container .mb_lg_6px {
    margin-bottom: 6px;
  }
  body .ml_lg_6px, .block-editor__container .ml_lg_6px {
    margin-left: 6px;
  }
  body .mr_lg_6px, .block-editor__container .mr_lg_6px {
    margin-right: 6px;
  }
  body .mt_lg_-6px, .block-editor__container .mt_lg_-6px {
    margin-top: -6px;
  }
  body .mb_lg_-6px, .block-editor__container .mb_lg_-6px {
    margin-bottom: -6px;
  }
  body .ml_lg_-6px, .block-editor__container .ml_lg_-6px {
    margin-left: -6px;
  }
  body .mr_lg_-6px, .block-editor__container .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_6px, .block-editor__container .mt_lg_6px {
    margin-top: 6px;
  }
  body .mb_lg_6px, .block-editor__container .mb_lg_6px {
    margin-bottom: 6px;
  }
  body .ml_lg_6px, .block-editor__container .ml_lg_6px {
    margin-left: 6px;
  }
  body .mr_lg_6px, .block-editor__container .mr_lg_6px {
    margin-right: 6px;
  }
  body .mt_lg_-6px, .block-editor__container .mt_lg_-6px {
    margin-top: -6px;
  }
  body .mb_lg_-6px, .block-editor__container .mb_lg_-6px {
    margin-bottom: -6px;
  }
  body .ml_lg_-6px, .block-editor__container .ml_lg_-6px {
    margin-left: -6px;
  }
  body .mr_lg_-6px, .block-editor__container .mr_lg_-6px {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_7px, .block-editor__container .mt_lg_7px {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_7px, .block-editor__container .mb_lg_7px {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_7px, .block-editor__container .ml_lg_7px {
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_7px, .block-editor__container .mr_lg_7px {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-7px, .block-editor__container .mt_lg_-7px {
    margin-top: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-7px, .block-editor__container .mb_lg_-7px {
    margin-bottom: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-7px, .block-editor__container .ml_lg_-7px {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-7px, .block-editor__container .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_7px, .block-editor__container .mt_lg_7px {
    margin-top: 7px;
  }
  body .mb_lg_7px, .block-editor__container .mb_lg_7px {
    margin-bottom: 7px;
  }
  body .ml_lg_7px, .block-editor__container .ml_lg_7px {
    margin-left: 7px;
  }
  body .mr_lg_7px, .block-editor__container .mr_lg_7px {
    margin-right: 7px;
  }
  body .mt_lg_-7px, .block-editor__container .mt_lg_-7px {
    margin-top: -7px;
  }
  body .mb_lg_-7px, .block-editor__container .mb_lg_-7px {
    margin-bottom: -7px;
  }
  body .ml_lg_-7px, .block-editor__container .ml_lg_-7px {
    margin-left: -7px;
  }
  body .mr_lg_-7px, .block-editor__container .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_7px, .block-editor__container .mt_lg_7px {
    margin-top: 7px;
  }
  body .mb_lg_7px, .block-editor__container .mb_lg_7px {
    margin-bottom: 7px;
  }
  body .ml_lg_7px, .block-editor__container .ml_lg_7px {
    margin-left: 7px;
  }
  body .mr_lg_7px, .block-editor__container .mr_lg_7px {
    margin-right: 7px;
  }
  body .mt_lg_-7px, .block-editor__container .mt_lg_-7px {
    margin-top: -7px;
  }
  body .mb_lg_-7px, .block-editor__container .mb_lg_-7px {
    margin-bottom: -7px;
  }
  body .ml_lg_-7px, .block-editor__container .ml_lg_-7px {
    margin-left: -7px;
  }
  body .mr_lg_-7px, .block-editor__container .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_7px, .block-editor__container .mt_lg_7px {
    margin-top: 7px;
  }
  body .mb_lg_7px, .block-editor__container .mb_lg_7px {
    margin-bottom: 7px;
  }
  body .ml_lg_7px, .block-editor__container .ml_lg_7px {
    margin-left: 7px;
  }
  body .mr_lg_7px, .block-editor__container .mr_lg_7px {
    margin-right: 7px;
  }
  body .mt_lg_-7px, .block-editor__container .mt_lg_-7px {
    margin-top: -7px;
  }
  body .mb_lg_-7px, .block-editor__container .mb_lg_-7px {
    margin-bottom: -7px;
  }
  body .ml_lg_-7px, .block-editor__container .ml_lg_-7px {
    margin-left: -7px;
  }
  body .mr_lg_-7px, .block-editor__container .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_7px, .block-editor__container .mt_lg_7px {
    margin-top: 7px;
  }
  body .mb_lg_7px, .block-editor__container .mb_lg_7px {
    margin-bottom: 7px;
  }
  body .ml_lg_7px, .block-editor__container .ml_lg_7px {
    margin-left: 7px;
  }
  body .mr_lg_7px, .block-editor__container .mr_lg_7px {
    margin-right: 7px;
  }
  body .mt_lg_-7px, .block-editor__container .mt_lg_-7px {
    margin-top: -7px;
  }
  body .mb_lg_-7px, .block-editor__container .mb_lg_-7px {
    margin-bottom: -7px;
  }
  body .ml_lg_-7px, .block-editor__container .ml_lg_-7px {
    margin-left: -7px;
  }
  body .mr_lg_-7px, .block-editor__container .mr_lg_-7px {
    margin-right: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_8px, .block-editor__container .mt_lg_8px {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_8px, .block-editor__container .mb_lg_8px {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_8px, .block-editor__container .ml_lg_8px {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_8px, .block-editor__container .mr_lg_8px {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-8px, .block-editor__container .mt_lg_-8px {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-8px, .block-editor__container .mb_lg_-8px {
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-8px, .block-editor__container .ml_lg_-8px {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-8px, .block-editor__container .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_8px, .block-editor__container .mt_lg_8px {
    margin-top: 8px;
  }
  body .mb_lg_8px, .block-editor__container .mb_lg_8px {
    margin-bottom: 8px;
  }
  body .ml_lg_8px, .block-editor__container .ml_lg_8px {
    margin-left: 8px;
  }
  body .mr_lg_8px, .block-editor__container .mr_lg_8px {
    margin-right: 8px;
  }
  body .mt_lg_-8px, .block-editor__container .mt_lg_-8px {
    margin-top: -8px;
  }
  body .mb_lg_-8px, .block-editor__container .mb_lg_-8px {
    margin-bottom: -8px;
  }
  body .ml_lg_-8px, .block-editor__container .ml_lg_-8px {
    margin-left: -8px;
  }
  body .mr_lg_-8px, .block-editor__container .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_8px, .block-editor__container .mt_lg_8px {
    margin-top: 8px;
  }
  body .mb_lg_8px, .block-editor__container .mb_lg_8px {
    margin-bottom: 8px;
  }
  body .ml_lg_8px, .block-editor__container .ml_lg_8px {
    margin-left: 8px;
  }
  body .mr_lg_8px, .block-editor__container .mr_lg_8px {
    margin-right: 8px;
  }
  body .mt_lg_-8px, .block-editor__container .mt_lg_-8px {
    margin-top: -8px;
  }
  body .mb_lg_-8px, .block-editor__container .mb_lg_-8px {
    margin-bottom: -8px;
  }
  body .ml_lg_-8px, .block-editor__container .ml_lg_-8px {
    margin-left: -8px;
  }
  body .mr_lg_-8px, .block-editor__container .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_8px, .block-editor__container .mt_lg_8px {
    margin-top: 8px;
  }
  body .mb_lg_8px, .block-editor__container .mb_lg_8px {
    margin-bottom: 8px;
  }
  body .ml_lg_8px, .block-editor__container .ml_lg_8px {
    margin-left: 8px;
  }
  body .mr_lg_8px, .block-editor__container .mr_lg_8px {
    margin-right: 8px;
  }
  body .mt_lg_-8px, .block-editor__container .mt_lg_-8px {
    margin-top: -8px;
  }
  body .mb_lg_-8px, .block-editor__container .mb_lg_-8px {
    margin-bottom: -8px;
  }
  body .ml_lg_-8px, .block-editor__container .ml_lg_-8px {
    margin-left: -8px;
  }
  body .mr_lg_-8px, .block-editor__container .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_8px, .block-editor__container .mt_lg_8px {
    margin-top: 8px;
  }
  body .mb_lg_8px, .block-editor__container .mb_lg_8px {
    margin-bottom: 8px;
  }
  body .ml_lg_8px, .block-editor__container .ml_lg_8px {
    margin-left: 8px;
  }
  body .mr_lg_8px, .block-editor__container .mr_lg_8px {
    margin-right: 8px;
  }
  body .mt_lg_-8px, .block-editor__container .mt_lg_-8px {
    margin-top: -8px;
  }
  body .mb_lg_-8px, .block-editor__container .mb_lg_-8px {
    margin-bottom: -8px;
  }
  body .ml_lg_-8px, .block-editor__container .ml_lg_-8px {
    margin-left: -8px;
  }
  body .mr_lg_-8px, .block-editor__container .mr_lg_-8px {
    margin-right: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_9px, .block-editor__container .mt_lg_9px {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_9px, .block-editor__container .mb_lg_9px {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_9px, .block-editor__container .ml_lg_9px {
    margin-left: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_9px, .block-editor__container .mr_lg_9px {
    margin-right: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-9px, .block-editor__container .mt_lg_-9px {
    margin-top: -9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-9px, .block-editor__container .mb_lg_-9px {
    margin-bottom: -9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-9px, .block-editor__container .ml_lg_-9px {
    margin-left: -9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-9px, .block-editor__container .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_9px, .block-editor__container .mt_lg_9px {
    margin-top: 9px;
  }
  body .mb_lg_9px, .block-editor__container .mb_lg_9px {
    margin-bottom: 9px;
  }
  body .ml_lg_9px, .block-editor__container .ml_lg_9px {
    margin-left: 9px;
  }
  body .mr_lg_9px, .block-editor__container .mr_lg_9px {
    margin-right: 9px;
  }
  body .mt_lg_-9px, .block-editor__container .mt_lg_-9px {
    margin-top: -9px;
  }
  body .mb_lg_-9px, .block-editor__container .mb_lg_-9px {
    margin-bottom: -9px;
  }
  body .ml_lg_-9px, .block-editor__container .ml_lg_-9px {
    margin-left: -9px;
  }
  body .mr_lg_-9px, .block-editor__container .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_9px, .block-editor__container .mt_lg_9px {
    margin-top: 9px;
  }
  body .mb_lg_9px, .block-editor__container .mb_lg_9px {
    margin-bottom: 9px;
  }
  body .ml_lg_9px, .block-editor__container .ml_lg_9px {
    margin-left: 9px;
  }
  body .mr_lg_9px, .block-editor__container .mr_lg_9px {
    margin-right: 9px;
  }
  body .mt_lg_-9px, .block-editor__container .mt_lg_-9px {
    margin-top: -9px;
  }
  body .mb_lg_-9px, .block-editor__container .mb_lg_-9px {
    margin-bottom: -9px;
  }
  body .ml_lg_-9px, .block-editor__container .ml_lg_-9px {
    margin-left: -9px;
  }
  body .mr_lg_-9px, .block-editor__container .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_9px, .block-editor__container .mt_lg_9px {
    margin-top: 9px;
  }
  body .mb_lg_9px, .block-editor__container .mb_lg_9px {
    margin-bottom: 9px;
  }
  body .ml_lg_9px, .block-editor__container .ml_lg_9px {
    margin-left: 9px;
  }
  body .mr_lg_9px, .block-editor__container .mr_lg_9px {
    margin-right: 9px;
  }
  body .mt_lg_-9px, .block-editor__container .mt_lg_-9px {
    margin-top: -9px;
  }
  body .mb_lg_-9px, .block-editor__container .mb_lg_-9px {
    margin-bottom: -9px;
  }
  body .ml_lg_-9px, .block-editor__container .ml_lg_-9px {
    margin-left: -9px;
  }
  body .mr_lg_-9px, .block-editor__container .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_9px, .block-editor__container .mt_lg_9px {
    margin-top: 9px;
  }
  body .mb_lg_9px, .block-editor__container .mb_lg_9px {
    margin-bottom: 9px;
  }
  body .ml_lg_9px, .block-editor__container .ml_lg_9px {
    margin-left: 9px;
  }
  body .mr_lg_9px, .block-editor__container .mr_lg_9px {
    margin-right: 9px;
  }
  body .mt_lg_-9px, .block-editor__container .mt_lg_-9px {
    margin-top: -9px;
  }
  body .mb_lg_-9px, .block-editor__container .mb_lg_-9px {
    margin-bottom: -9px;
  }
  body .ml_lg_-9px, .block-editor__container .ml_lg_-9px {
    margin-left: -9px;
  }
  body .mr_lg_-9px, .block-editor__container .mr_lg_-9px {
    margin-right: -9px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_10px, .block-editor__container .mt_lg_10px {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_10px, .block-editor__container .mb_lg_10px {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_10px, .block-editor__container .ml_lg_10px {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_10px, .block-editor__container .mr_lg_10px {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-10px, .block-editor__container .mt_lg_-10px {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-10px, .block-editor__container .mb_lg_-10px {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-10px, .block-editor__container .ml_lg_-10px {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-10px, .block-editor__container .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_10px, .block-editor__container .mt_lg_10px {
    margin-top: 10px;
  }
  body .mb_lg_10px, .block-editor__container .mb_lg_10px {
    margin-bottom: 10px;
  }
  body .ml_lg_10px, .block-editor__container .ml_lg_10px {
    margin-left: 10px;
  }
  body .mr_lg_10px, .block-editor__container .mr_lg_10px {
    margin-right: 10px;
  }
  body .mt_lg_-10px, .block-editor__container .mt_lg_-10px {
    margin-top: -10px;
  }
  body .mb_lg_-10px, .block-editor__container .mb_lg_-10px {
    margin-bottom: -10px;
  }
  body .ml_lg_-10px, .block-editor__container .ml_lg_-10px {
    margin-left: -10px;
  }
  body .mr_lg_-10px, .block-editor__container .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_10px, .block-editor__container .mt_lg_10px {
    margin-top: 10px;
  }
  body .mb_lg_10px, .block-editor__container .mb_lg_10px {
    margin-bottom: 10px;
  }
  body .ml_lg_10px, .block-editor__container .ml_lg_10px {
    margin-left: 10px;
  }
  body .mr_lg_10px, .block-editor__container .mr_lg_10px {
    margin-right: 10px;
  }
  body .mt_lg_-10px, .block-editor__container .mt_lg_-10px {
    margin-top: -10px;
  }
  body .mb_lg_-10px, .block-editor__container .mb_lg_-10px {
    margin-bottom: -10px;
  }
  body .ml_lg_-10px, .block-editor__container .ml_lg_-10px {
    margin-left: -10px;
  }
  body .mr_lg_-10px, .block-editor__container .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_10px, .block-editor__container .mt_lg_10px {
    margin-top: 10px;
  }
  body .mb_lg_10px, .block-editor__container .mb_lg_10px {
    margin-bottom: 10px;
  }
  body .ml_lg_10px, .block-editor__container .ml_lg_10px {
    margin-left: 10px;
  }
  body .mr_lg_10px, .block-editor__container .mr_lg_10px {
    margin-right: 10px;
  }
  body .mt_lg_-10px, .block-editor__container .mt_lg_-10px {
    margin-top: -10px;
  }
  body .mb_lg_-10px, .block-editor__container .mb_lg_-10px {
    margin-bottom: -10px;
  }
  body .ml_lg_-10px, .block-editor__container .ml_lg_-10px {
    margin-left: -10px;
  }
  body .mr_lg_-10px, .block-editor__container .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_10px, .block-editor__container .mt_lg_10px {
    margin-top: 10px;
  }
  body .mb_lg_10px, .block-editor__container .mb_lg_10px {
    margin-bottom: 10px;
  }
  body .ml_lg_10px, .block-editor__container .ml_lg_10px {
    margin-left: 10px;
  }
  body .mr_lg_10px, .block-editor__container .mr_lg_10px {
    margin-right: 10px;
  }
  body .mt_lg_-10px, .block-editor__container .mt_lg_-10px {
    margin-top: -10px;
  }
  body .mb_lg_-10px, .block-editor__container .mb_lg_-10px {
    margin-bottom: -10px;
  }
  body .ml_lg_-10px, .block-editor__container .ml_lg_-10px {
    margin-left: -10px;
  }
  body .mr_lg_-10px, .block-editor__container .mr_lg_-10px {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_11px, .block-editor__container .mt_lg_11px {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_11px, .block-editor__container .mb_lg_11px {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_11px, .block-editor__container .ml_lg_11px {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_11px, .block-editor__container .mr_lg_11px {
    margin-right: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-11px, .block-editor__container .mt_lg_-11px {
    margin-top: -11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-11px, .block-editor__container .mb_lg_-11px {
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-11px, .block-editor__container .ml_lg_-11px {
    margin-left: -11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-11px, .block-editor__container .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_11px, .block-editor__container .mt_lg_11px {
    margin-top: 11px;
  }
  body .mb_lg_11px, .block-editor__container .mb_lg_11px {
    margin-bottom: 11px;
  }
  body .ml_lg_11px, .block-editor__container .ml_lg_11px {
    margin-left: 11px;
  }
  body .mr_lg_11px, .block-editor__container .mr_lg_11px {
    margin-right: 11px;
  }
  body .mt_lg_-11px, .block-editor__container .mt_lg_-11px {
    margin-top: -11px;
  }
  body .mb_lg_-11px, .block-editor__container .mb_lg_-11px {
    margin-bottom: -11px;
  }
  body .ml_lg_-11px, .block-editor__container .ml_lg_-11px {
    margin-left: -11px;
  }
  body .mr_lg_-11px, .block-editor__container .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_11px, .block-editor__container .mt_lg_11px {
    margin-top: 11px;
  }
  body .mb_lg_11px, .block-editor__container .mb_lg_11px {
    margin-bottom: 11px;
  }
  body .ml_lg_11px, .block-editor__container .ml_lg_11px {
    margin-left: 11px;
  }
  body .mr_lg_11px, .block-editor__container .mr_lg_11px {
    margin-right: 11px;
  }
  body .mt_lg_-11px, .block-editor__container .mt_lg_-11px {
    margin-top: -11px;
  }
  body .mb_lg_-11px, .block-editor__container .mb_lg_-11px {
    margin-bottom: -11px;
  }
  body .ml_lg_-11px, .block-editor__container .ml_lg_-11px {
    margin-left: -11px;
  }
  body .mr_lg_-11px, .block-editor__container .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_11px, .block-editor__container .mt_lg_11px {
    margin-top: 11px;
  }
  body .mb_lg_11px, .block-editor__container .mb_lg_11px {
    margin-bottom: 11px;
  }
  body .ml_lg_11px, .block-editor__container .ml_lg_11px {
    margin-left: 11px;
  }
  body .mr_lg_11px, .block-editor__container .mr_lg_11px {
    margin-right: 11px;
  }
  body .mt_lg_-11px, .block-editor__container .mt_lg_-11px {
    margin-top: -11px;
  }
  body .mb_lg_-11px, .block-editor__container .mb_lg_-11px {
    margin-bottom: -11px;
  }
  body .ml_lg_-11px, .block-editor__container .ml_lg_-11px {
    margin-left: -11px;
  }
  body .mr_lg_-11px, .block-editor__container .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_11px, .block-editor__container .mt_lg_11px {
    margin-top: 11px;
  }
  body .mb_lg_11px, .block-editor__container .mb_lg_11px {
    margin-bottom: 11px;
  }
  body .ml_lg_11px, .block-editor__container .ml_lg_11px {
    margin-left: 11px;
  }
  body .mr_lg_11px, .block-editor__container .mr_lg_11px {
    margin-right: 11px;
  }
  body .mt_lg_-11px, .block-editor__container .mt_lg_-11px {
    margin-top: -11px;
  }
  body .mb_lg_-11px, .block-editor__container .mb_lg_-11px {
    margin-bottom: -11px;
  }
  body .ml_lg_-11px, .block-editor__container .ml_lg_-11px {
    margin-left: -11px;
  }
  body .mr_lg_-11px, .block-editor__container .mr_lg_-11px {
    margin-right: -11px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_12px, .block-editor__container .mt_lg_12px {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_12px, .block-editor__container .mb_lg_12px {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_12px, .block-editor__container .ml_lg_12px {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_12px, .block-editor__container .mr_lg_12px {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-12px, .block-editor__container .mt_lg_-12px {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-12px, .block-editor__container .mb_lg_-12px {
    margin-bottom: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-12px, .block-editor__container .ml_lg_-12px {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-12px, .block-editor__container .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_12px, .block-editor__container .mt_lg_12px {
    margin-top: 12px;
  }
  body .mb_lg_12px, .block-editor__container .mb_lg_12px {
    margin-bottom: 12px;
  }
  body .ml_lg_12px, .block-editor__container .ml_lg_12px {
    margin-left: 12px;
  }
  body .mr_lg_12px, .block-editor__container .mr_lg_12px {
    margin-right: 12px;
  }
  body .mt_lg_-12px, .block-editor__container .mt_lg_-12px {
    margin-top: -12px;
  }
  body .mb_lg_-12px, .block-editor__container .mb_lg_-12px {
    margin-bottom: -12px;
  }
  body .ml_lg_-12px, .block-editor__container .ml_lg_-12px {
    margin-left: -12px;
  }
  body .mr_lg_-12px, .block-editor__container .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_12px, .block-editor__container .mt_lg_12px {
    margin-top: 12px;
  }
  body .mb_lg_12px, .block-editor__container .mb_lg_12px {
    margin-bottom: 12px;
  }
  body .ml_lg_12px, .block-editor__container .ml_lg_12px {
    margin-left: 12px;
  }
  body .mr_lg_12px, .block-editor__container .mr_lg_12px {
    margin-right: 12px;
  }
  body .mt_lg_-12px, .block-editor__container .mt_lg_-12px {
    margin-top: -12px;
  }
  body .mb_lg_-12px, .block-editor__container .mb_lg_-12px {
    margin-bottom: -12px;
  }
  body .ml_lg_-12px, .block-editor__container .ml_lg_-12px {
    margin-left: -12px;
  }
  body .mr_lg_-12px, .block-editor__container .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_12px, .block-editor__container .mt_lg_12px {
    margin-top: 12px;
  }
  body .mb_lg_12px, .block-editor__container .mb_lg_12px {
    margin-bottom: 12px;
  }
  body .ml_lg_12px, .block-editor__container .ml_lg_12px {
    margin-left: 12px;
  }
  body .mr_lg_12px, .block-editor__container .mr_lg_12px {
    margin-right: 12px;
  }
  body .mt_lg_-12px, .block-editor__container .mt_lg_-12px {
    margin-top: -12px;
  }
  body .mb_lg_-12px, .block-editor__container .mb_lg_-12px {
    margin-bottom: -12px;
  }
  body .ml_lg_-12px, .block-editor__container .ml_lg_-12px {
    margin-left: -12px;
  }
  body .mr_lg_-12px, .block-editor__container .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_12px, .block-editor__container .mt_lg_12px {
    margin-top: 12px;
  }
  body .mb_lg_12px, .block-editor__container .mb_lg_12px {
    margin-bottom: 12px;
  }
  body .ml_lg_12px, .block-editor__container .ml_lg_12px {
    margin-left: 12px;
  }
  body .mr_lg_12px, .block-editor__container .mr_lg_12px {
    margin-right: 12px;
  }
  body .mt_lg_-12px, .block-editor__container .mt_lg_-12px {
    margin-top: -12px;
  }
  body .mb_lg_-12px, .block-editor__container .mb_lg_-12px {
    margin-bottom: -12px;
  }
  body .ml_lg_-12px, .block-editor__container .ml_lg_-12px {
    margin-left: -12px;
  }
  body .mr_lg_-12px, .block-editor__container .mr_lg_-12px {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_13px, .block-editor__container .mt_lg_13px {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_13px, .block-editor__container .mb_lg_13px {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_13px, .block-editor__container .ml_lg_13px {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_13px, .block-editor__container .mr_lg_13px {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-13px, .block-editor__container .mt_lg_-13px {
    margin-top: -13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-13px, .block-editor__container .mb_lg_-13px {
    margin-bottom: -13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-13px, .block-editor__container .ml_lg_-13px {
    margin-left: -13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-13px, .block-editor__container .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_13px, .block-editor__container .mt_lg_13px {
    margin-top: 13px;
  }
  body .mb_lg_13px, .block-editor__container .mb_lg_13px {
    margin-bottom: 13px;
  }
  body .ml_lg_13px, .block-editor__container .ml_lg_13px {
    margin-left: 13px;
  }
  body .mr_lg_13px, .block-editor__container .mr_lg_13px {
    margin-right: 13px;
  }
  body .mt_lg_-13px, .block-editor__container .mt_lg_-13px {
    margin-top: -13px;
  }
  body .mb_lg_-13px, .block-editor__container .mb_lg_-13px {
    margin-bottom: -13px;
  }
  body .ml_lg_-13px, .block-editor__container .ml_lg_-13px {
    margin-left: -13px;
  }
  body .mr_lg_-13px, .block-editor__container .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_13px, .block-editor__container .mt_lg_13px {
    margin-top: 13px;
  }
  body .mb_lg_13px, .block-editor__container .mb_lg_13px {
    margin-bottom: 13px;
  }
  body .ml_lg_13px, .block-editor__container .ml_lg_13px {
    margin-left: 13px;
  }
  body .mr_lg_13px, .block-editor__container .mr_lg_13px {
    margin-right: 13px;
  }
  body .mt_lg_-13px, .block-editor__container .mt_lg_-13px {
    margin-top: -13px;
  }
  body .mb_lg_-13px, .block-editor__container .mb_lg_-13px {
    margin-bottom: -13px;
  }
  body .ml_lg_-13px, .block-editor__container .ml_lg_-13px {
    margin-left: -13px;
  }
  body .mr_lg_-13px, .block-editor__container .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_13px, .block-editor__container .mt_lg_13px {
    margin-top: 13px;
  }
  body .mb_lg_13px, .block-editor__container .mb_lg_13px {
    margin-bottom: 13px;
  }
  body .ml_lg_13px, .block-editor__container .ml_lg_13px {
    margin-left: 13px;
  }
  body .mr_lg_13px, .block-editor__container .mr_lg_13px {
    margin-right: 13px;
  }
  body .mt_lg_-13px, .block-editor__container .mt_lg_-13px {
    margin-top: -13px;
  }
  body .mb_lg_-13px, .block-editor__container .mb_lg_-13px {
    margin-bottom: -13px;
  }
  body .ml_lg_-13px, .block-editor__container .ml_lg_-13px {
    margin-left: -13px;
  }
  body .mr_lg_-13px, .block-editor__container .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_13px, .block-editor__container .mt_lg_13px {
    margin-top: 13px;
  }
  body .mb_lg_13px, .block-editor__container .mb_lg_13px {
    margin-bottom: 13px;
  }
  body .ml_lg_13px, .block-editor__container .ml_lg_13px {
    margin-left: 13px;
  }
  body .mr_lg_13px, .block-editor__container .mr_lg_13px {
    margin-right: 13px;
  }
  body .mt_lg_-13px, .block-editor__container .mt_lg_-13px {
    margin-top: -13px;
  }
  body .mb_lg_-13px, .block-editor__container .mb_lg_-13px {
    margin-bottom: -13px;
  }
  body .ml_lg_-13px, .block-editor__container .ml_lg_-13px {
    margin-left: -13px;
  }
  body .mr_lg_-13px, .block-editor__container .mr_lg_-13px {
    margin-right: -13px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_14px, .block-editor__container .mt_lg_14px {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_14px, .block-editor__container .mb_lg_14px {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_14px, .block-editor__container .ml_lg_14px {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_14px, .block-editor__container .mr_lg_14px {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-14px, .block-editor__container .mt_lg_-14px {
    margin-top: -14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-14px, .block-editor__container .mb_lg_-14px {
    margin-bottom: -14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-14px, .block-editor__container .ml_lg_-14px {
    margin-left: -14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-14px, .block-editor__container .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_14px, .block-editor__container .mt_lg_14px {
    margin-top: 14px;
  }
  body .mb_lg_14px, .block-editor__container .mb_lg_14px {
    margin-bottom: 14px;
  }
  body .ml_lg_14px, .block-editor__container .ml_lg_14px {
    margin-left: 14px;
  }
  body .mr_lg_14px, .block-editor__container .mr_lg_14px {
    margin-right: 14px;
  }
  body .mt_lg_-14px, .block-editor__container .mt_lg_-14px {
    margin-top: -14px;
  }
  body .mb_lg_-14px, .block-editor__container .mb_lg_-14px {
    margin-bottom: -14px;
  }
  body .ml_lg_-14px, .block-editor__container .ml_lg_-14px {
    margin-left: -14px;
  }
  body .mr_lg_-14px, .block-editor__container .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_14px, .block-editor__container .mt_lg_14px {
    margin-top: 14px;
  }
  body .mb_lg_14px, .block-editor__container .mb_lg_14px {
    margin-bottom: 14px;
  }
  body .ml_lg_14px, .block-editor__container .ml_lg_14px {
    margin-left: 14px;
  }
  body .mr_lg_14px, .block-editor__container .mr_lg_14px {
    margin-right: 14px;
  }
  body .mt_lg_-14px, .block-editor__container .mt_lg_-14px {
    margin-top: -14px;
  }
  body .mb_lg_-14px, .block-editor__container .mb_lg_-14px {
    margin-bottom: -14px;
  }
  body .ml_lg_-14px, .block-editor__container .ml_lg_-14px {
    margin-left: -14px;
  }
  body .mr_lg_-14px, .block-editor__container .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_14px, .block-editor__container .mt_lg_14px {
    margin-top: 14px;
  }
  body .mb_lg_14px, .block-editor__container .mb_lg_14px {
    margin-bottom: 14px;
  }
  body .ml_lg_14px, .block-editor__container .ml_lg_14px {
    margin-left: 14px;
  }
  body .mr_lg_14px, .block-editor__container .mr_lg_14px {
    margin-right: 14px;
  }
  body .mt_lg_-14px, .block-editor__container .mt_lg_-14px {
    margin-top: -14px;
  }
  body .mb_lg_-14px, .block-editor__container .mb_lg_-14px {
    margin-bottom: -14px;
  }
  body .ml_lg_-14px, .block-editor__container .ml_lg_-14px {
    margin-left: -14px;
  }
  body .mr_lg_-14px, .block-editor__container .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_14px, .block-editor__container .mt_lg_14px {
    margin-top: 14px;
  }
  body .mb_lg_14px, .block-editor__container .mb_lg_14px {
    margin-bottom: 14px;
  }
  body .ml_lg_14px, .block-editor__container .ml_lg_14px {
    margin-left: 14px;
  }
  body .mr_lg_14px, .block-editor__container .mr_lg_14px {
    margin-right: 14px;
  }
  body .mt_lg_-14px, .block-editor__container .mt_lg_-14px {
    margin-top: -14px;
  }
  body .mb_lg_-14px, .block-editor__container .mb_lg_-14px {
    margin-bottom: -14px;
  }
  body .ml_lg_-14px, .block-editor__container .ml_lg_-14px {
    margin-left: -14px;
  }
  body .mr_lg_-14px, .block-editor__container .mr_lg_-14px {
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_15px, .block-editor__container .mt_lg_15px {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_15px, .block-editor__container .mb_lg_15px {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_15px, .block-editor__container .ml_lg_15px {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_15px, .block-editor__container .mr_lg_15px {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-15px, .block-editor__container .mt_lg_-15px {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-15px, .block-editor__container .mb_lg_-15px {
    margin-bottom: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-15px, .block-editor__container .ml_lg_-15px {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-15px, .block-editor__container .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_15px, .block-editor__container .mt_lg_15px {
    margin-top: 15px;
  }
  body .mb_lg_15px, .block-editor__container .mb_lg_15px {
    margin-bottom: 15px;
  }
  body .ml_lg_15px, .block-editor__container .ml_lg_15px {
    margin-left: 15px;
  }
  body .mr_lg_15px, .block-editor__container .mr_lg_15px {
    margin-right: 15px;
  }
  body .mt_lg_-15px, .block-editor__container .mt_lg_-15px {
    margin-top: -15px;
  }
  body .mb_lg_-15px, .block-editor__container .mb_lg_-15px {
    margin-bottom: -15px;
  }
  body .ml_lg_-15px, .block-editor__container .ml_lg_-15px {
    margin-left: -15px;
  }
  body .mr_lg_-15px, .block-editor__container .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_15px, .block-editor__container .mt_lg_15px {
    margin-top: 15px;
  }
  body .mb_lg_15px, .block-editor__container .mb_lg_15px {
    margin-bottom: 15px;
  }
  body .ml_lg_15px, .block-editor__container .ml_lg_15px {
    margin-left: 15px;
  }
  body .mr_lg_15px, .block-editor__container .mr_lg_15px {
    margin-right: 15px;
  }
  body .mt_lg_-15px, .block-editor__container .mt_lg_-15px {
    margin-top: -15px;
  }
  body .mb_lg_-15px, .block-editor__container .mb_lg_-15px {
    margin-bottom: -15px;
  }
  body .ml_lg_-15px, .block-editor__container .ml_lg_-15px {
    margin-left: -15px;
  }
  body .mr_lg_-15px, .block-editor__container .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_15px, .block-editor__container .mt_lg_15px {
    margin-top: 15px;
  }
  body .mb_lg_15px, .block-editor__container .mb_lg_15px {
    margin-bottom: 15px;
  }
  body .ml_lg_15px, .block-editor__container .ml_lg_15px {
    margin-left: 15px;
  }
  body .mr_lg_15px, .block-editor__container .mr_lg_15px {
    margin-right: 15px;
  }
  body .mt_lg_-15px, .block-editor__container .mt_lg_-15px {
    margin-top: -15px;
  }
  body .mb_lg_-15px, .block-editor__container .mb_lg_-15px {
    margin-bottom: -15px;
  }
  body .ml_lg_-15px, .block-editor__container .ml_lg_-15px {
    margin-left: -15px;
  }
  body .mr_lg_-15px, .block-editor__container .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_15px, .block-editor__container .mt_lg_15px {
    margin-top: 15px;
  }
  body .mb_lg_15px, .block-editor__container .mb_lg_15px {
    margin-bottom: 15px;
  }
  body .ml_lg_15px, .block-editor__container .ml_lg_15px {
    margin-left: 15px;
  }
  body .mr_lg_15px, .block-editor__container .mr_lg_15px {
    margin-right: 15px;
  }
  body .mt_lg_-15px, .block-editor__container .mt_lg_-15px {
    margin-top: -15px;
  }
  body .mb_lg_-15px, .block-editor__container .mb_lg_-15px {
    margin-bottom: -15px;
  }
  body .ml_lg_-15px, .block-editor__container .ml_lg_-15px {
    margin-left: -15px;
  }
  body .mr_lg_-15px, .block-editor__container .mr_lg_-15px {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_16px, .block-editor__container .mt_lg_16px {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_16px, .block-editor__container .mb_lg_16px {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_16px, .block-editor__container .ml_lg_16px {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_16px, .block-editor__container .mr_lg_16px {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-16px, .block-editor__container .mt_lg_-16px {
    margin-top: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-16px, .block-editor__container .mb_lg_-16px {
    margin-bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-16px, .block-editor__container .ml_lg_-16px {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-16px, .block-editor__container .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_16px, .block-editor__container .mt_lg_16px {
    margin-top: 16px;
  }
  body .mb_lg_16px, .block-editor__container .mb_lg_16px {
    margin-bottom: 16px;
  }
  body .ml_lg_16px, .block-editor__container .ml_lg_16px {
    margin-left: 16px;
  }
  body .mr_lg_16px, .block-editor__container .mr_lg_16px {
    margin-right: 16px;
  }
  body .mt_lg_-16px, .block-editor__container .mt_lg_-16px {
    margin-top: -16px;
  }
  body .mb_lg_-16px, .block-editor__container .mb_lg_-16px {
    margin-bottom: -16px;
  }
  body .ml_lg_-16px, .block-editor__container .ml_lg_-16px {
    margin-left: -16px;
  }
  body .mr_lg_-16px, .block-editor__container .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_16px, .block-editor__container .mt_lg_16px {
    margin-top: 16px;
  }
  body .mb_lg_16px, .block-editor__container .mb_lg_16px {
    margin-bottom: 16px;
  }
  body .ml_lg_16px, .block-editor__container .ml_lg_16px {
    margin-left: 16px;
  }
  body .mr_lg_16px, .block-editor__container .mr_lg_16px {
    margin-right: 16px;
  }
  body .mt_lg_-16px, .block-editor__container .mt_lg_-16px {
    margin-top: -16px;
  }
  body .mb_lg_-16px, .block-editor__container .mb_lg_-16px {
    margin-bottom: -16px;
  }
  body .ml_lg_-16px, .block-editor__container .ml_lg_-16px {
    margin-left: -16px;
  }
  body .mr_lg_-16px, .block-editor__container .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_16px, .block-editor__container .mt_lg_16px {
    margin-top: 16px;
  }
  body .mb_lg_16px, .block-editor__container .mb_lg_16px {
    margin-bottom: 16px;
  }
  body .ml_lg_16px, .block-editor__container .ml_lg_16px {
    margin-left: 16px;
  }
  body .mr_lg_16px, .block-editor__container .mr_lg_16px {
    margin-right: 16px;
  }
  body .mt_lg_-16px, .block-editor__container .mt_lg_-16px {
    margin-top: -16px;
  }
  body .mb_lg_-16px, .block-editor__container .mb_lg_-16px {
    margin-bottom: -16px;
  }
  body .ml_lg_-16px, .block-editor__container .ml_lg_-16px {
    margin-left: -16px;
  }
  body .mr_lg_-16px, .block-editor__container .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_16px, .block-editor__container .mt_lg_16px {
    margin-top: 16px;
  }
  body .mb_lg_16px, .block-editor__container .mb_lg_16px {
    margin-bottom: 16px;
  }
  body .ml_lg_16px, .block-editor__container .ml_lg_16px {
    margin-left: 16px;
  }
  body .mr_lg_16px, .block-editor__container .mr_lg_16px {
    margin-right: 16px;
  }
  body .mt_lg_-16px, .block-editor__container .mt_lg_-16px {
    margin-top: -16px;
  }
  body .mb_lg_-16px, .block-editor__container .mb_lg_-16px {
    margin-bottom: -16px;
  }
  body .ml_lg_-16px, .block-editor__container .ml_lg_-16px {
    margin-left: -16px;
  }
  body .mr_lg_-16px, .block-editor__container .mr_lg_-16px {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_17px, .block-editor__container .mt_lg_17px {
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_17px, .block-editor__container .mb_lg_17px {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_17px, .block-editor__container .ml_lg_17px {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_17px, .block-editor__container .mr_lg_17px {
    margin-right: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-17px, .block-editor__container .mt_lg_-17px {
    margin-top: -17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-17px, .block-editor__container .mb_lg_-17px {
    margin-bottom: -17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-17px, .block-editor__container .ml_lg_-17px {
    margin-left: -17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-17px, .block-editor__container .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_17px, .block-editor__container .mt_lg_17px {
    margin-top: 17px;
  }
  body .mb_lg_17px, .block-editor__container .mb_lg_17px {
    margin-bottom: 17px;
  }
  body .ml_lg_17px, .block-editor__container .ml_lg_17px {
    margin-left: 17px;
  }
  body .mr_lg_17px, .block-editor__container .mr_lg_17px {
    margin-right: 17px;
  }
  body .mt_lg_-17px, .block-editor__container .mt_lg_-17px {
    margin-top: -17px;
  }
  body .mb_lg_-17px, .block-editor__container .mb_lg_-17px {
    margin-bottom: -17px;
  }
  body .ml_lg_-17px, .block-editor__container .ml_lg_-17px {
    margin-left: -17px;
  }
  body .mr_lg_-17px, .block-editor__container .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_17px, .block-editor__container .mt_lg_17px {
    margin-top: 17px;
  }
  body .mb_lg_17px, .block-editor__container .mb_lg_17px {
    margin-bottom: 17px;
  }
  body .ml_lg_17px, .block-editor__container .ml_lg_17px {
    margin-left: 17px;
  }
  body .mr_lg_17px, .block-editor__container .mr_lg_17px {
    margin-right: 17px;
  }
  body .mt_lg_-17px, .block-editor__container .mt_lg_-17px {
    margin-top: -17px;
  }
  body .mb_lg_-17px, .block-editor__container .mb_lg_-17px {
    margin-bottom: -17px;
  }
  body .ml_lg_-17px, .block-editor__container .ml_lg_-17px {
    margin-left: -17px;
  }
  body .mr_lg_-17px, .block-editor__container .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_17px, .block-editor__container .mt_lg_17px {
    margin-top: 17px;
  }
  body .mb_lg_17px, .block-editor__container .mb_lg_17px {
    margin-bottom: 17px;
  }
  body .ml_lg_17px, .block-editor__container .ml_lg_17px {
    margin-left: 17px;
  }
  body .mr_lg_17px, .block-editor__container .mr_lg_17px {
    margin-right: 17px;
  }
  body .mt_lg_-17px, .block-editor__container .mt_lg_-17px {
    margin-top: -17px;
  }
  body .mb_lg_-17px, .block-editor__container .mb_lg_-17px {
    margin-bottom: -17px;
  }
  body .ml_lg_-17px, .block-editor__container .ml_lg_-17px {
    margin-left: -17px;
  }
  body .mr_lg_-17px, .block-editor__container .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_17px, .block-editor__container .mt_lg_17px {
    margin-top: 17px;
  }
  body .mb_lg_17px, .block-editor__container .mb_lg_17px {
    margin-bottom: 17px;
  }
  body .ml_lg_17px, .block-editor__container .ml_lg_17px {
    margin-left: 17px;
  }
  body .mr_lg_17px, .block-editor__container .mr_lg_17px {
    margin-right: 17px;
  }
  body .mt_lg_-17px, .block-editor__container .mt_lg_-17px {
    margin-top: -17px;
  }
  body .mb_lg_-17px, .block-editor__container .mb_lg_-17px {
    margin-bottom: -17px;
  }
  body .ml_lg_-17px, .block-editor__container .ml_lg_-17px {
    margin-left: -17px;
  }
  body .mr_lg_-17px, .block-editor__container .mr_lg_-17px {
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_18px, .block-editor__container .mt_lg_18px {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_18px, .block-editor__container .mb_lg_18px {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_18px, .block-editor__container .ml_lg_18px {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_18px, .block-editor__container .mr_lg_18px {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-18px, .block-editor__container .mt_lg_-18px {
    margin-top: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-18px, .block-editor__container .mb_lg_-18px {
    margin-bottom: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-18px, .block-editor__container .ml_lg_-18px {
    margin-left: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-18px, .block-editor__container .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_18px, .block-editor__container .mt_lg_18px {
    margin-top: 18px;
  }
  body .mb_lg_18px, .block-editor__container .mb_lg_18px {
    margin-bottom: 18px;
  }
  body .ml_lg_18px, .block-editor__container .ml_lg_18px {
    margin-left: 18px;
  }
  body .mr_lg_18px, .block-editor__container .mr_lg_18px {
    margin-right: 18px;
  }
  body .mt_lg_-18px, .block-editor__container .mt_lg_-18px {
    margin-top: -18px;
  }
  body .mb_lg_-18px, .block-editor__container .mb_lg_-18px {
    margin-bottom: -18px;
  }
  body .ml_lg_-18px, .block-editor__container .ml_lg_-18px {
    margin-left: -18px;
  }
  body .mr_lg_-18px, .block-editor__container .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_18px, .block-editor__container .mt_lg_18px {
    margin-top: 18px;
  }
  body .mb_lg_18px, .block-editor__container .mb_lg_18px {
    margin-bottom: 18px;
  }
  body .ml_lg_18px, .block-editor__container .ml_lg_18px {
    margin-left: 18px;
  }
  body .mr_lg_18px, .block-editor__container .mr_lg_18px {
    margin-right: 18px;
  }
  body .mt_lg_-18px, .block-editor__container .mt_lg_-18px {
    margin-top: -18px;
  }
  body .mb_lg_-18px, .block-editor__container .mb_lg_-18px {
    margin-bottom: -18px;
  }
  body .ml_lg_-18px, .block-editor__container .ml_lg_-18px {
    margin-left: -18px;
  }
  body .mr_lg_-18px, .block-editor__container .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_18px, .block-editor__container .mt_lg_18px {
    margin-top: 18px;
  }
  body .mb_lg_18px, .block-editor__container .mb_lg_18px {
    margin-bottom: 18px;
  }
  body .ml_lg_18px, .block-editor__container .ml_lg_18px {
    margin-left: 18px;
  }
  body .mr_lg_18px, .block-editor__container .mr_lg_18px {
    margin-right: 18px;
  }
  body .mt_lg_-18px, .block-editor__container .mt_lg_-18px {
    margin-top: -18px;
  }
  body .mb_lg_-18px, .block-editor__container .mb_lg_-18px {
    margin-bottom: -18px;
  }
  body .ml_lg_-18px, .block-editor__container .ml_lg_-18px {
    margin-left: -18px;
  }
  body .mr_lg_-18px, .block-editor__container .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_18px, .block-editor__container .mt_lg_18px {
    margin-top: 18px;
  }
  body .mb_lg_18px, .block-editor__container .mb_lg_18px {
    margin-bottom: 18px;
  }
  body .ml_lg_18px, .block-editor__container .ml_lg_18px {
    margin-left: 18px;
  }
  body .mr_lg_18px, .block-editor__container .mr_lg_18px {
    margin-right: 18px;
  }
  body .mt_lg_-18px, .block-editor__container .mt_lg_-18px {
    margin-top: -18px;
  }
  body .mb_lg_-18px, .block-editor__container .mb_lg_-18px {
    margin-bottom: -18px;
  }
  body .ml_lg_-18px, .block-editor__container .ml_lg_-18px {
    margin-left: -18px;
  }
  body .mr_lg_-18px, .block-editor__container .mr_lg_-18px {
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_19px, .block-editor__container .mt_lg_19px {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_19px, .block-editor__container .mb_lg_19px {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_19px, .block-editor__container .ml_lg_19px {
    margin-left: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_19px, .block-editor__container .mr_lg_19px {
    margin-right: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-19px, .block-editor__container .mt_lg_-19px {
    margin-top: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-19px, .block-editor__container .mb_lg_-19px {
    margin-bottom: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-19px, .block-editor__container .ml_lg_-19px {
    margin-left: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-19px, .block-editor__container .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_19px, .block-editor__container .mt_lg_19px {
    margin-top: 19px;
  }
  body .mb_lg_19px, .block-editor__container .mb_lg_19px {
    margin-bottom: 19px;
  }
  body .ml_lg_19px, .block-editor__container .ml_lg_19px {
    margin-left: 19px;
  }
  body .mr_lg_19px, .block-editor__container .mr_lg_19px {
    margin-right: 19px;
  }
  body .mt_lg_-19px, .block-editor__container .mt_lg_-19px {
    margin-top: -19px;
  }
  body .mb_lg_-19px, .block-editor__container .mb_lg_-19px {
    margin-bottom: -19px;
  }
  body .ml_lg_-19px, .block-editor__container .ml_lg_-19px {
    margin-left: -19px;
  }
  body .mr_lg_-19px, .block-editor__container .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_19px, .block-editor__container .mt_lg_19px {
    margin-top: 19px;
  }
  body .mb_lg_19px, .block-editor__container .mb_lg_19px {
    margin-bottom: 19px;
  }
  body .ml_lg_19px, .block-editor__container .ml_lg_19px {
    margin-left: 19px;
  }
  body .mr_lg_19px, .block-editor__container .mr_lg_19px {
    margin-right: 19px;
  }
  body .mt_lg_-19px, .block-editor__container .mt_lg_-19px {
    margin-top: -19px;
  }
  body .mb_lg_-19px, .block-editor__container .mb_lg_-19px {
    margin-bottom: -19px;
  }
  body .ml_lg_-19px, .block-editor__container .ml_lg_-19px {
    margin-left: -19px;
  }
  body .mr_lg_-19px, .block-editor__container .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_19px, .block-editor__container .mt_lg_19px {
    margin-top: 19px;
  }
  body .mb_lg_19px, .block-editor__container .mb_lg_19px {
    margin-bottom: 19px;
  }
  body .ml_lg_19px, .block-editor__container .ml_lg_19px {
    margin-left: 19px;
  }
  body .mr_lg_19px, .block-editor__container .mr_lg_19px {
    margin-right: 19px;
  }
  body .mt_lg_-19px, .block-editor__container .mt_lg_-19px {
    margin-top: -19px;
  }
  body .mb_lg_-19px, .block-editor__container .mb_lg_-19px {
    margin-bottom: -19px;
  }
  body .ml_lg_-19px, .block-editor__container .ml_lg_-19px {
    margin-left: -19px;
  }
  body .mr_lg_-19px, .block-editor__container .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_19px, .block-editor__container .mt_lg_19px {
    margin-top: 19px;
  }
  body .mb_lg_19px, .block-editor__container .mb_lg_19px {
    margin-bottom: 19px;
  }
  body .ml_lg_19px, .block-editor__container .ml_lg_19px {
    margin-left: 19px;
  }
  body .mr_lg_19px, .block-editor__container .mr_lg_19px {
    margin-right: 19px;
  }
  body .mt_lg_-19px, .block-editor__container .mt_lg_-19px {
    margin-top: -19px;
  }
  body .mb_lg_-19px, .block-editor__container .mb_lg_-19px {
    margin-bottom: -19px;
  }
  body .ml_lg_-19px, .block-editor__container .ml_lg_-19px {
    margin-left: -19px;
  }
  body .mr_lg_-19px, .block-editor__container .mr_lg_-19px {
    margin-right: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_20px, .block-editor__container .mt_lg_20px {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_20px, .block-editor__container .mb_lg_20px {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_20px, .block-editor__container .ml_lg_20px {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_20px, .block-editor__container .mr_lg_20px {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-20px, .block-editor__container .mt_lg_-20px {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-20px, .block-editor__container .mb_lg_-20px {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-20px, .block-editor__container .ml_lg_-20px {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-20px, .block-editor__container .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_20px, .block-editor__container .mt_lg_20px {
    margin-top: 20px;
  }
  body .mb_lg_20px, .block-editor__container .mb_lg_20px {
    margin-bottom: 20px;
  }
  body .ml_lg_20px, .block-editor__container .ml_lg_20px {
    margin-left: 20px;
  }
  body .mr_lg_20px, .block-editor__container .mr_lg_20px {
    margin-right: 20px;
  }
  body .mt_lg_-20px, .block-editor__container .mt_lg_-20px {
    margin-top: -20px;
  }
  body .mb_lg_-20px, .block-editor__container .mb_lg_-20px {
    margin-bottom: -20px;
  }
  body .ml_lg_-20px, .block-editor__container .ml_lg_-20px {
    margin-left: -20px;
  }
  body .mr_lg_-20px, .block-editor__container .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_20px, .block-editor__container .mt_lg_20px {
    margin-top: 20px;
  }
  body .mb_lg_20px, .block-editor__container .mb_lg_20px {
    margin-bottom: 20px;
  }
  body .ml_lg_20px, .block-editor__container .ml_lg_20px {
    margin-left: 20px;
  }
  body .mr_lg_20px, .block-editor__container .mr_lg_20px {
    margin-right: 20px;
  }
  body .mt_lg_-20px, .block-editor__container .mt_lg_-20px {
    margin-top: -20px;
  }
  body .mb_lg_-20px, .block-editor__container .mb_lg_-20px {
    margin-bottom: -20px;
  }
  body .ml_lg_-20px, .block-editor__container .ml_lg_-20px {
    margin-left: -20px;
  }
  body .mr_lg_-20px, .block-editor__container .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_20px, .block-editor__container .mt_lg_20px {
    margin-top: 20px;
  }
  body .mb_lg_20px, .block-editor__container .mb_lg_20px {
    margin-bottom: 20px;
  }
  body .ml_lg_20px, .block-editor__container .ml_lg_20px {
    margin-left: 20px;
  }
  body .mr_lg_20px, .block-editor__container .mr_lg_20px {
    margin-right: 20px;
  }
  body .mt_lg_-20px, .block-editor__container .mt_lg_-20px {
    margin-top: -20px;
  }
  body .mb_lg_-20px, .block-editor__container .mb_lg_-20px {
    margin-bottom: -20px;
  }
  body .ml_lg_-20px, .block-editor__container .ml_lg_-20px {
    margin-left: -20px;
  }
  body .mr_lg_-20px, .block-editor__container .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_20px, .block-editor__container .mt_lg_20px {
    margin-top: 20px;
  }
  body .mb_lg_20px, .block-editor__container .mb_lg_20px {
    margin-bottom: 20px;
  }
  body .ml_lg_20px, .block-editor__container .ml_lg_20px {
    margin-left: 20px;
  }
  body .mr_lg_20px, .block-editor__container .mr_lg_20px {
    margin-right: 20px;
  }
  body .mt_lg_-20px, .block-editor__container .mt_lg_-20px {
    margin-top: -20px;
  }
  body .mb_lg_-20px, .block-editor__container .mb_lg_-20px {
    margin-bottom: -20px;
  }
  body .ml_lg_-20px, .block-editor__container .ml_lg_-20px {
    margin-left: -20px;
  }
  body .mr_lg_-20px, .block-editor__container .mr_lg_-20px {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_21px, .block-editor__container .mt_lg_21px {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_21px, .block-editor__container .mb_lg_21px {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_21px, .block-editor__container .ml_lg_21px {
    margin-left: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_21px, .block-editor__container .mr_lg_21px {
    margin-right: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-21px, .block-editor__container .mt_lg_-21px {
    margin-top: -21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-21px, .block-editor__container .mb_lg_-21px {
    margin-bottom: -21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-21px, .block-editor__container .ml_lg_-21px {
    margin-left: -21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-21px, .block-editor__container .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_21px, .block-editor__container .mt_lg_21px {
    margin-top: 21px;
  }
  body .mb_lg_21px, .block-editor__container .mb_lg_21px {
    margin-bottom: 21px;
  }
  body .ml_lg_21px, .block-editor__container .ml_lg_21px {
    margin-left: 21px;
  }
  body .mr_lg_21px, .block-editor__container .mr_lg_21px {
    margin-right: 21px;
  }
  body .mt_lg_-21px, .block-editor__container .mt_lg_-21px {
    margin-top: -21px;
  }
  body .mb_lg_-21px, .block-editor__container .mb_lg_-21px {
    margin-bottom: -21px;
  }
  body .ml_lg_-21px, .block-editor__container .ml_lg_-21px {
    margin-left: -21px;
  }
  body .mr_lg_-21px, .block-editor__container .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_21px, .block-editor__container .mt_lg_21px {
    margin-top: 21px;
  }
  body .mb_lg_21px, .block-editor__container .mb_lg_21px {
    margin-bottom: 21px;
  }
  body .ml_lg_21px, .block-editor__container .ml_lg_21px {
    margin-left: 21px;
  }
  body .mr_lg_21px, .block-editor__container .mr_lg_21px {
    margin-right: 21px;
  }
  body .mt_lg_-21px, .block-editor__container .mt_lg_-21px {
    margin-top: -21px;
  }
  body .mb_lg_-21px, .block-editor__container .mb_lg_-21px {
    margin-bottom: -21px;
  }
  body .ml_lg_-21px, .block-editor__container .ml_lg_-21px {
    margin-left: -21px;
  }
  body .mr_lg_-21px, .block-editor__container .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_21px, .block-editor__container .mt_lg_21px {
    margin-top: 21px;
  }
  body .mb_lg_21px, .block-editor__container .mb_lg_21px {
    margin-bottom: 21px;
  }
  body .ml_lg_21px, .block-editor__container .ml_lg_21px {
    margin-left: 21px;
  }
  body .mr_lg_21px, .block-editor__container .mr_lg_21px {
    margin-right: 21px;
  }
  body .mt_lg_-21px, .block-editor__container .mt_lg_-21px {
    margin-top: -21px;
  }
  body .mb_lg_-21px, .block-editor__container .mb_lg_-21px {
    margin-bottom: -21px;
  }
  body .ml_lg_-21px, .block-editor__container .ml_lg_-21px {
    margin-left: -21px;
  }
  body .mr_lg_-21px, .block-editor__container .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_21px, .block-editor__container .mt_lg_21px {
    margin-top: 21px;
  }
  body .mb_lg_21px, .block-editor__container .mb_lg_21px {
    margin-bottom: 21px;
  }
  body .ml_lg_21px, .block-editor__container .ml_lg_21px {
    margin-left: 21px;
  }
  body .mr_lg_21px, .block-editor__container .mr_lg_21px {
    margin-right: 21px;
  }
  body .mt_lg_-21px, .block-editor__container .mt_lg_-21px {
    margin-top: -21px;
  }
  body .mb_lg_-21px, .block-editor__container .mb_lg_-21px {
    margin-bottom: -21px;
  }
  body .ml_lg_-21px, .block-editor__container .ml_lg_-21px {
    margin-left: -21px;
  }
  body .mr_lg_-21px, .block-editor__container .mr_lg_-21px {
    margin-right: -21px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_22px, .block-editor__container .mt_lg_22px {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_22px, .block-editor__container .mb_lg_22px {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_22px, .block-editor__container .ml_lg_22px {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_22px, .block-editor__container .mr_lg_22px {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-22px, .block-editor__container .mt_lg_-22px {
    margin-top: -22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-22px, .block-editor__container .mb_lg_-22px {
    margin-bottom: -22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-22px, .block-editor__container .ml_lg_-22px {
    margin-left: -22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-22px, .block-editor__container .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_22px, .block-editor__container .mt_lg_22px {
    margin-top: 22px;
  }
  body .mb_lg_22px, .block-editor__container .mb_lg_22px {
    margin-bottom: 22px;
  }
  body .ml_lg_22px, .block-editor__container .ml_lg_22px {
    margin-left: 22px;
  }
  body .mr_lg_22px, .block-editor__container .mr_lg_22px {
    margin-right: 22px;
  }
  body .mt_lg_-22px, .block-editor__container .mt_lg_-22px {
    margin-top: -22px;
  }
  body .mb_lg_-22px, .block-editor__container .mb_lg_-22px {
    margin-bottom: -22px;
  }
  body .ml_lg_-22px, .block-editor__container .ml_lg_-22px {
    margin-left: -22px;
  }
  body .mr_lg_-22px, .block-editor__container .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_22px, .block-editor__container .mt_lg_22px {
    margin-top: 22px;
  }
  body .mb_lg_22px, .block-editor__container .mb_lg_22px {
    margin-bottom: 22px;
  }
  body .ml_lg_22px, .block-editor__container .ml_lg_22px {
    margin-left: 22px;
  }
  body .mr_lg_22px, .block-editor__container .mr_lg_22px {
    margin-right: 22px;
  }
  body .mt_lg_-22px, .block-editor__container .mt_lg_-22px {
    margin-top: -22px;
  }
  body .mb_lg_-22px, .block-editor__container .mb_lg_-22px {
    margin-bottom: -22px;
  }
  body .ml_lg_-22px, .block-editor__container .ml_lg_-22px {
    margin-left: -22px;
  }
  body .mr_lg_-22px, .block-editor__container .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_22px, .block-editor__container .mt_lg_22px {
    margin-top: 22px;
  }
  body .mb_lg_22px, .block-editor__container .mb_lg_22px {
    margin-bottom: 22px;
  }
  body .ml_lg_22px, .block-editor__container .ml_lg_22px {
    margin-left: 22px;
  }
  body .mr_lg_22px, .block-editor__container .mr_lg_22px {
    margin-right: 22px;
  }
  body .mt_lg_-22px, .block-editor__container .mt_lg_-22px {
    margin-top: -22px;
  }
  body .mb_lg_-22px, .block-editor__container .mb_lg_-22px {
    margin-bottom: -22px;
  }
  body .ml_lg_-22px, .block-editor__container .ml_lg_-22px {
    margin-left: -22px;
  }
  body .mr_lg_-22px, .block-editor__container .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_22px, .block-editor__container .mt_lg_22px {
    margin-top: 22px;
  }
  body .mb_lg_22px, .block-editor__container .mb_lg_22px {
    margin-bottom: 22px;
  }
  body .ml_lg_22px, .block-editor__container .ml_lg_22px {
    margin-left: 22px;
  }
  body .mr_lg_22px, .block-editor__container .mr_lg_22px {
    margin-right: 22px;
  }
  body .mt_lg_-22px, .block-editor__container .mt_lg_-22px {
    margin-top: -22px;
  }
  body .mb_lg_-22px, .block-editor__container .mb_lg_-22px {
    margin-bottom: -22px;
  }
  body .ml_lg_-22px, .block-editor__container .ml_lg_-22px {
    margin-left: -22px;
  }
  body .mr_lg_-22px, .block-editor__container .mr_lg_-22px {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_23px, .block-editor__container .mt_lg_23px {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_23px, .block-editor__container .mb_lg_23px {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_23px, .block-editor__container .ml_lg_23px {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_23px, .block-editor__container .mr_lg_23px {
    margin-right: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-23px, .block-editor__container .mt_lg_-23px {
    margin-top: -23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-23px, .block-editor__container .mb_lg_-23px {
    margin-bottom: -23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-23px, .block-editor__container .ml_lg_-23px {
    margin-left: -23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-23px, .block-editor__container .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_23px, .block-editor__container .mt_lg_23px {
    margin-top: 23px;
  }
  body .mb_lg_23px, .block-editor__container .mb_lg_23px {
    margin-bottom: 23px;
  }
  body .ml_lg_23px, .block-editor__container .ml_lg_23px {
    margin-left: 23px;
  }
  body .mr_lg_23px, .block-editor__container .mr_lg_23px {
    margin-right: 23px;
  }
  body .mt_lg_-23px, .block-editor__container .mt_lg_-23px {
    margin-top: -23px;
  }
  body .mb_lg_-23px, .block-editor__container .mb_lg_-23px {
    margin-bottom: -23px;
  }
  body .ml_lg_-23px, .block-editor__container .ml_lg_-23px {
    margin-left: -23px;
  }
  body .mr_lg_-23px, .block-editor__container .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_23px, .block-editor__container .mt_lg_23px {
    margin-top: 23px;
  }
  body .mb_lg_23px, .block-editor__container .mb_lg_23px {
    margin-bottom: 23px;
  }
  body .ml_lg_23px, .block-editor__container .ml_lg_23px {
    margin-left: 23px;
  }
  body .mr_lg_23px, .block-editor__container .mr_lg_23px {
    margin-right: 23px;
  }
  body .mt_lg_-23px, .block-editor__container .mt_lg_-23px {
    margin-top: -23px;
  }
  body .mb_lg_-23px, .block-editor__container .mb_lg_-23px {
    margin-bottom: -23px;
  }
  body .ml_lg_-23px, .block-editor__container .ml_lg_-23px {
    margin-left: -23px;
  }
  body .mr_lg_-23px, .block-editor__container .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_23px, .block-editor__container .mt_lg_23px {
    margin-top: 23px;
  }
  body .mb_lg_23px, .block-editor__container .mb_lg_23px {
    margin-bottom: 23px;
  }
  body .ml_lg_23px, .block-editor__container .ml_lg_23px {
    margin-left: 23px;
  }
  body .mr_lg_23px, .block-editor__container .mr_lg_23px {
    margin-right: 23px;
  }
  body .mt_lg_-23px, .block-editor__container .mt_lg_-23px {
    margin-top: -23px;
  }
  body .mb_lg_-23px, .block-editor__container .mb_lg_-23px {
    margin-bottom: -23px;
  }
  body .ml_lg_-23px, .block-editor__container .ml_lg_-23px {
    margin-left: -23px;
  }
  body .mr_lg_-23px, .block-editor__container .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_23px, .block-editor__container .mt_lg_23px {
    margin-top: 23px;
  }
  body .mb_lg_23px, .block-editor__container .mb_lg_23px {
    margin-bottom: 23px;
  }
  body .ml_lg_23px, .block-editor__container .ml_lg_23px {
    margin-left: 23px;
  }
  body .mr_lg_23px, .block-editor__container .mr_lg_23px {
    margin-right: 23px;
  }
  body .mt_lg_-23px, .block-editor__container .mt_lg_-23px {
    margin-top: -23px;
  }
  body .mb_lg_-23px, .block-editor__container .mb_lg_-23px {
    margin-bottom: -23px;
  }
  body .ml_lg_-23px, .block-editor__container .ml_lg_-23px {
    margin-left: -23px;
  }
  body .mr_lg_-23px, .block-editor__container .mr_lg_-23px {
    margin-right: -23px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_24px, .block-editor__container .mt_lg_24px {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_24px, .block-editor__container .mb_lg_24px {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_24px, .block-editor__container .ml_lg_24px {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_24px, .block-editor__container .mr_lg_24px {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-24px, .block-editor__container .mt_lg_-24px {
    margin-top: -24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-24px, .block-editor__container .mb_lg_-24px {
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-24px, .block-editor__container .ml_lg_-24px {
    margin-left: -24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-24px, .block-editor__container .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_24px, .block-editor__container .mt_lg_24px {
    margin-top: 24px;
  }
  body .mb_lg_24px, .block-editor__container .mb_lg_24px {
    margin-bottom: 24px;
  }
  body .ml_lg_24px, .block-editor__container .ml_lg_24px {
    margin-left: 24px;
  }
  body .mr_lg_24px, .block-editor__container .mr_lg_24px {
    margin-right: 24px;
  }
  body .mt_lg_-24px, .block-editor__container .mt_lg_-24px {
    margin-top: -24px;
  }
  body .mb_lg_-24px, .block-editor__container .mb_lg_-24px {
    margin-bottom: -24px;
  }
  body .ml_lg_-24px, .block-editor__container .ml_lg_-24px {
    margin-left: -24px;
  }
  body .mr_lg_-24px, .block-editor__container .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_24px, .block-editor__container .mt_lg_24px {
    margin-top: 24px;
  }
  body .mb_lg_24px, .block-editor__container .mb_lg_24px {
    margin-bottom: 24px;
  }
  body .ml_lg_24px, .block-editor__container .ml_lg_24px {
    margin-left: 24px;
  }
  body .mr_lg_24px, .block-editor__container .mr_lg_24px {
    margin-right: 24px;
  }
  body .mt_lg_-24px, .block-editor__container .mt_lg_-24px {
    margin-top: -24px;
  }
  body .mb_lg_-24px, .block-editor__container .mb_lg_-24px {
    margin-bottom: -24px;
  }
  body .ml_lg_-24px, .block-editor__container .ml_lg_-24px {
    margin-left: -24px;
  }
  body .mr_lg_-24px, .block-editor__container .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_24px, .block-editor__container .mt_lg_24px {
    margin-top: 24px;
  }
  body .mb_lg_24px, .block-editor__container .mb_lg_24px {
    margin-bottom: 24px;
  }
  body .ml_lg_24px, .block-editor__container .ml_lg_24px {
    margin-left: 24px;
  }
  body .mr_lg_24px, .block-editor__container .mr_lg_24px {
    margin-right: 24px;
  }
  body .mt_lg_-24px, .block-editor__container .mt_lg_-24px {
    margin-top: -24px;
  }
  body .mb_lg_-24px, .block-editor__container .mb_lg_-24px {
    margin-bottom: -24px;
  }
  body .ml_lg_-24px, .block-editor__container .ml_lg_-24px {
    margin-left: -24px;
  }
  body .mr_lg_-24px, .block-editor__container .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_24px, .block-editor__container .mt_lg_24px {
    margin-top: 24px;
  }
  body .mb_lg_24px, .block-editor__container .mb_lg_24px {
    margin-bottom: 24px;
  }
  body .ml_lg_24px, .block-editor__container .ml_lg_24px {
    margin-left: 24px;
  }
  body .mr_lg_24px, .block-editor__container .mr_lg_24px {
    margin-right: 24px;
  }
  body .mt_lg_-24px, .block-editor__container .mt_lg_-24px {
    margin-top: -24px;
  }
  body .mb_lg_-24px, .block-editor__container .mb_lg_-24px {
    margin-bottom: -24px;
  }
  body .ml_lg_-24px, .block-editor__container .ml_lg_-24px {
    margin-left: -24px;
  }
  body .mr_lg_-24px, .block-editor__container .mr_lg_-24px {
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_25px, .block-editor__container .mt_lg_25px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_25px, .block-editor__container .mb_lg_25px {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_25px, .block-editor__container .ml_lg_25px {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_25px, .block-editor__container .mr_lg_25px {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-25px, .block-editor__container .mt_lg_-25px {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-25px, .block-editor__container .mb_lg_-25px {
    margin-bottom: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-25px, .block-editor__container .ml_lg_-25px {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-25px, .block-editor__container .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_25px, .block-editor__container .mt_lg_25px {
    margin-top: 25px;
  }
  body .mb_lg_25px, .block-editor__container .mb_lg_25px {
    margin-bottom: 25px;
  }
  body .ml_lg_25px, .block-editor__container .ml_lg_25px {
    margin-left: 25px;
  }
  body .mr_lg_25px, .block-editor__container .mr_lg_25px {
    margin-right: 25px;
  }
  body .mt_lg_-25px, .block-editor__container .mt_lg_-25px {
    margin-top: -25px;
  }
  body .mb_lg_-25px, .block-editor__container .mb_lg_-25px {
    margin-bottom: -25px;
  }
  body .ml_lg_-25px, .block-editor__container .ml_lg_-25px {
    margin-left: -25px;
  }
  body .mr_lg_-25px, .block-editor__container .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_25px, .block-editor__container .mt_lg_25px {
    margin-top: 25px;
  }
  body .mb_lg_25px, .block-editor__container .mb_lg_25px {
    margin-bottom: 25px;
  }
  body .ml_lg_25px, .block-editor__container .ml_lg_25px {
    margin-left: 25px;
  }
  body .mr_lg_25px, .block-editor__container .mr_lg_25px {
    margin-right: 25px;
  }
  body .mt_lg_-25px, .block-editor__container .mt_lg_-25px {
    margin-top: -25px;
  }
  body .mb_lg_-25px, .block-editor__container .mb_lg_-25px {
    margin-bottom: -25px;
  }
  body .ml_lg_-25px, .block-editor__container .ml_lg_-25px {
    margin-left: -25px;
  }
  body .mr_lg_-25px, .block-editor__container .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_25px, .block-editor__container .mt_lg_25px {
    margin-top: 25px;
  }
  body .mb_lg_25px, .block-editor__container .mb_lg_25px {
    margin-bottom: 25px;
  }
  body .ml_lg_25px, .block-editor__container .ml_lg_25px {
    margin-left: 25px;
  }
  body .mr_lg_25px, .block-editor__container .mr_lg_25px {
    margin-right: 25px;
  }
  body .mt_lg_-25px, .block-editor__container .mt_lg_-25px {
    margin-top: -25px;
  }
  body .mb_lg_-25px, .block-editor__container .mb_lg_-25px {
    margin-bottom: -25px;
  }
  body .ml_lg_-25px, .block-editor__container .ml_lg_-25px {
    margin-left: -25px;
  }
  body .mr_lg_-25px, .block-editor__container .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_25px, .block-editor__container .mt_lg_25px {
    margin-top: 25px;
  }
  body .mb_lg_25px, .block-editor__container .mb_lg_25px {
    margin-bottom: 25px;
  }
  body .ml_lg_25px, .block-editor__container .ml_lg_25px {
    margin-left: 25px;
  }
  body .mr_lg_25px, .block-editor__container .mr_lg_25px {
    margin-right: 25px;
  }
  body .mt_lg_-25px, .block-editor__container .mt_lg_-25px {
    margin-top: -25px;
  }
  body .mb_lg_-25px, .block-editor__container .mb_lg_-25px {
    margin-bottom: -25px;
  }
  body .ml_lg_-25px, .block-editor__container .ml_lg_-25px {
    margin-left: -25px;
  }
  body .mr_lg_-25px, .block-editor__container .mr_lg_-25px {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_26px, .block-editor__container .mt_lg_26px {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_26px, .block-editor__container .mb_lg_26px {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_26px, .block-editor__container .ml_lg_26px {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_26px, .block-editor__container .mr_lg_26px {
    margin-right: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-26px, .block-editor__container .mt_lg_-26px {
    margin-top: -26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-26px, .block-editor__container .mb_lg_-26px {
    margin-bottom: -26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-26px, .block-editor__container .ml_lg_-26px {
    margin-left: -26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-26px, .block-editor__container .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_26px, .block-editor__container .mt_lg_26px {
    margin-top: 26px;
  }
  body .mb_lg_26px, .block-editor__container .mb_lg_26px {
    margin-bottom: 26px;
  }
  body .ml_lg_26px, .block-editor__container .ml_lg_26px {
    margin-left: 26px;
  }
  body .mr_lg_26px, .block-editor__container .mr_lg_26px {
    margin-right: 26px;
  }
  body .mt_lg_-26px, .block-editor__container .mt_lg_-26px {
    margin-top: -26px;
  }
  body .mb_lg_-26px, .block-editor__container .mb_lg_-26px {
    margin-bottom: -26px;
  }
  body .ml_lg_-26px, .block-editor__container .ml_lg_-26px {
    margin-left: -26px;
  }
  body .mr_lg_-26px, .block-editor__container .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_26px, .block-editor__container .mt_lg_26px {
    margin-top: 26px;
  }
  body .mb_lg_26px, .block-editor__container .mb_lg_26px {
    margin-bottom: 26px;
  }
  body .ml_lg_26px, .block-editor__container .ml_lg_26px {
    margin-left: 26px;
  }
  body .mr_lg_26px, .block-editor__container .mr_lg_26px {
    margin-right: 26px;
  }
  body .mt_lg_-26px, .block-editor__container .mt_lg_-26px {
    margin-top: -26px;
  }
  body .mb_lg_-26px, .block-editor__container .mb_lg_-26px {
    margin-bottom: -26px;
  }
  body .ml_lg_-26px, .block-editor__container .ml_lg_-26px {
    margin-left: -26px;
  }
  body .mr_lg_-26px, .block-editor__container .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_26px, .block-editor__container .mt_lg_26px {
    margin-top: 26px;
  }
  body .mb_lg_26px, .block-editor__container .mb_lg_26px {
    margin-bottom: 26px;
  }
  body .ml_lg_26px, .block-editor__container .ml_lg_26px {
    margin-left: 26px;
  }
  body .mr_lg_26px, .block-editor__container .mr_lg_26px {
    margin-right: 26px;
  }
  body .mt_lg_-26px, .block-editor__container .mt_lg_-26px {
    margin-top: -26px;
  }
  body .mb_lg_-26px, .block-editor__container .mb_lg_-26px {
    margin-bottom: -26px;
  }
  body .ml_lg_-26px, .block-editor__container .ml_lg_-26px {
    margin-left: -26px;
  }
  body .mr_lg_-26px, .block-editor__container .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_26px, .block-editor__container .mt_lg_26px {
    margin-top: 26px;
  }
  body .mb_lg_26px, .block-editor__container .mb_lg_26px {
    margin-bottom: 26px;
  }
  body .ml_lg_26px, .block-editor__container .ml_lg_26px {
    margin-left: 26px;
  }
  body .mr_lg_26px, .block-editor__container .mr_lg_26px {
    margin-right: 26px;
  }
  body .mt_lg_-26px, .block-editor__container .mt_lg_-26px {
    margin-top: -26px;
  }
  body .mb_lg_-26px, .block-editor__container .mb_lg_-26px {
    margin-bottom: -26px;
  }
  body .ml_lg_-26px, .block-editor__container .ml_lg_-26px {
    margin-left: -26px;
  }
  body .mr_lg_-26px, .block-editor__container .mr_lg_-26px {
    margin-right: -26px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_27px, .block-editor__container .mt_lg_27px {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_27px, .block-editor__container .mb_lg_27px {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_27px, .block-editor__container .ml_lg_27px {
    margin-left: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_27px, .block-editor__container .mr_lg_27px {
    margin-right: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-27px, .block-editor__container .mt_lg_-27px {
    margin-top: -27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-27px, .block-editor__container .mb_lg_-27px {
    margin-bottom: -27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-27px, .block-editor__container .ml_lg_-27px {
    margin-left: -27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-27px, .block-editor__container .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_27px, .block-editor__container .mt_lg_27px {
    margin-top: 27px;
  }
  body .mb_lg_27px, .block-editor__container .mb_lg_27px {
    margin-bottom: 27px;
  }
  body .ml_lg_27px, .block-editor__container .ml_lg_27px {
    margin-left: 27px;
  }
  body .mr_lg_27px, .block-editor__container .mr_lg_27px {
    margin-right: 27px;
  }
  body .mt_lg_-27px, .block-editor__container .mt_lg_-27px {
    margin-top: -27px;
  }
  body .mb_lg_-27px, .block-editor__container .mb_lg_-27px {
    margin-bottom: -27px;
  }
  body .ml_lg_-27px, .block-editor__container .ml_lg_-27px {
    margin-left: -27px;
  }
  body .mr_lg_-27px, .block-editor__container .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_27px, .block-editor__container .mt_lg_27px {
    margin-top: 27px;
  }
  body .mb_lg_27px, .block-editor__container .mb_lg_27px {
    margin-bottom: 27px;
  }
  body .ml_lg_27px, .block-editor__container .ml_lg_27px {
    margin-left: 27px;
  }
  body .mr_lg_27px, .block-editor__container .mr_lg_27px {
    margin-right: 27px;
  }
  body .mt_lg_-27px, .block-editor__container .mt_lg_-27px {
    margin-top: -27px;
  }
  body .mb_lg_-27px, .block-editor__container .mb_lg_-27px {
    margin-bottom: -27px;
  }
  body .ml_lg_-27px, .block-editor__container .ml_lg_-27px {
    margin-left: -27px;
  }
  body .mr_lg_-27px, .block-editor__container .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_27px, .block-editor__container .mt_lg_27px {
    margin-top: 27px;
  }
  body .mb_lg_27px, .block-editor__container .mb_lg_27px {
    margin-bottom: 27px;
  }
  body .ml_lg_27px, .block-editor__container .ml_lg_27px {
    margin-left: 27px;
  }
  body .mr_lg_27px, .block-editor__container .mr_lg_27px {
    margin-right: 27px;
  }
  body .mt_lg_-27px, .block-editor__container .mt_lg_-27px {
    margin-top: -27px;
  }
  body .mb_lg_-27px, .block-editor__container .mb_lg_-27px {
    margin-bottom: -27px;
  }
  body .ml_lg_-27px, .block-editor__container .ml_lg_-27px {
    margin-left: -27px;
  }
  body .mr_lg_-27px, .block-editor__container .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_27px, .block-editor__container .mt_lg_27px {
    margin-top: 27px;
  }
  body .mb_lg_27px, .block-editor__container .mb_lg_27px {
    margin-bottom: 27px;
  }
  body .ml_lg_27px, .block-editor__container .ml_lg_27px {
    margin-left: 27px;
  }
  body .mr_lg_27px, .block-editor__container .mr_lg_27px {
    margin-right: 27px;
  }
  body .mt_lg_-27px, .block-editor__container .mt_lg_-27px {
    margin-top: -27px;
  }
  body .mb_lg_-27px, .block-editor__container .mb_lg_-27px {
    margin-bottom: -27px;
  }
  body .ml_lg_-27px, .block-editor__container .ml_lg_-27px {
    margin-left: -27px;
  }
  body .mr_lg_-27px, .block-editor__container .mr_lg_-27px {
    margin-right: -27px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_28px, .block-editor__container .mt_lg_28px {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_28px, .block-editor__container .mb_lg_28px {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_28px, .block-editor__container .ml_lg_28px {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_28px, .block-editor__container .mr_lg_28px {
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-28px, .block-editor__container .mt_lg_-28px {
    margin-top: -28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-28px, .block-editor__container .mb_lg_-28px {
    margin-bottom: -28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-28px, .block-editor__container .ml_lg_-28px {
    margin-left: -28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-28px, .block-editor__container .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_28px, .block-editor__container .mt_lg_28px {
    margin-top: 28px;
  }
  body .mb_lg_28px, .block-editor__container .mb_lg_28px {
    margin-bottom: 28px;
  }
  body .ml_lg_28px, .block-editor__container .ml_lg_28px {
    margin-left: 28px;
  }
  body .mr_lg_28px, .block-editor__container .mr_lg_28px {
    margin-right: 28px;
  }
  body .mt_lg_-28px, .block-editor__container .mt_lg_-28px {
    margin-top: -28px;
  }
  body .mb_lg_-28px, .block-editor__container .mb_lg_-28px {
    margin-bottom: -28px;
  }
  body .ml_lg_-28px, .block-editor__container .ml_lg_-28px {
    margin-left: -28px;
  }
  body .mr_lg_-28px, .block-editor__container .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_28px, .block-editor__container .mt_lg_28px {
    margin-top: 28px;
  }
  body .mb_lg_28px, .block-editor__container .mb_lg_28px {
    margin-bottom: 28px;
  }
  body .ml_lg_28px, .block-editor__container .ml_lg_28px {
    margin-left: 28px;
  }
  body .mr_lg_28px, .block-editor__container .mr_lg_28px {
    margin-right: 28px;
  }
  body .mt_lg_-28px, .block-editor__container .mt_lg_-28px {
    margin-top: -28px;
  }
  body .mb_lg_-28px, .block-editor__container .mb_lg_-28px {
    margin-bottom: -28px;
  }
  body .ml_lg_-28px, .block-editor__container .ml_lg_-28px {
    margin-left: -28px;
  }
  body .mr_lg_-28px, .block-editor__container .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_28px, .block-editor__container .mt_lg_28px {
    margin-top: 28px;
  }
  body .mb_lg_28px, .block-editor__container .mb_lg_28px {
    margin-bottom: 28px;
  }
  body .ml_lg_28px, .block-editor__container .ml_lg_28px {
    margin-left: 28px;
  }
  body .mr_lg_28px, .block-editor__container .mr_lg_28px {
    margin-right: 28px;
  }
  body .mt_lg_-28px, .block-editor__container .mt_lg_-28px {
    margin-top: -28px;
  }
  body .mb_lg_-28px, .block-editor__container .mb_lg_-28px {
    margin-bottom: -28px;
  }
  body .ml_lg_-28px, .block-editor__container .ml_lg_-28px {
    margin-left: -28px;
  }
  body .mr_lg_-28px, .block-editor__container .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_28px, .block-editor__container .mt_lg_28px {
    margin-top: 28px;
  }
  body .mb_lg_28px, .block-editor__container .mb_lg_28px {
    margin-bottom: 28px;
  }
  body .ml_lg_28px, .block-editor__container .ml_lg_28px {
    margin-left: 28px;
  }
  body .mr_lg_28px, .block-editor__container .mr_lg_28px {
    margin-right: 28px;
  }
  body .mt_lg_-28px, .block-editor__container .mt_lg_-28px {
    margin-top: -28px;
  }
  body .mb_lg_-28px, .block-editor__container .mb_lg_-28px {
    margin-bottom: -28px;
  }
  body .ml_lg_-28px, .block-editor__container .ml_lg_-28px {
    margin-left: -28px;
  }
  body .mr_lg_-28px, .block-editor__container .mr_lg_-28px {
    margin-right: -28px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_29px, .block-editor__container .mt_lg_29px {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_29px, .block-editor__container .mb_lg_29px {
    margin-bottom: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_29px, .block-editor__container .ml_lg_29px {
    margin-left: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_29px, .block-editor__container .mr_lg_29px {
    margin-right: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-29px, .block-editor__container .mt_lg_-29px {
    margin-top: -29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-29px, .block-editor__container .mb_lg_-29px {
    margin-bottom: -29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-29px, .block-editor__container .ml_lg_-29px {
    margin-left: -29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-29px, .block-editor__container .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_29px, .block-editor__container .mt_lg_29px {
    margin-top: 29px;
  }
  body .mb_lg_29px, .block-editor__container .mb_lg_29px {
    margin-bottom: 29px;
  }
  body .ml_lg_29px, .block-editor__container .ml_lg_29px {
    margin-left: 29px;
  }
  body .mr_lg_29px, .block-editor__container .mr_lg_29px {
    margin-right: 29px;
  }
  body .mt_lg_-29px, .block-editor__container .mt_lg_-29px {
    margin-top: -29px;
  }
  body .mb_lg_-29px, .block-editor__container .mb_lg_-29px {
    margin-bottom: -29px;
  }
  body .ml_lg_-29px, .block-editor__container .ml_lg_-29px {
    margin-left: -29px;
  }
  body .mr_lg_-29px, .block-editor__container .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_29px, .block-editor__container .mt_lg_29px {
    margin-top: 29px;
  }
  body .mb_lg_29px, .block-editor__container .mb_lg_29px {
    margin-bottom: 29px;
  }
  body .ml_lg_29px, .block-editor__container .ml_lg_29px {
    margin-left: 29px;
  }
  body .mr_lg_29px, .block-editor__container .mr_lg_29px {
    margin-right: 29px;
  }
  body .mt_lg_-29px, .block-editor__container .mt_lg_-29px {
    margin-top: -29px;
  }
  body .mb_lg_-29px, .block-editor__container .mb_lg_-29px {
    margin-bottom: -29px;
  }
  body .ml_lg_-29px, .block-editor__container .ml_lg_-29px {
    margin-left: -29px;
  }
  body .mr_lg_-29px, .block-editor__container .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_29px, .block-editor__container .mt_lg_29px {
    margin-top: 29px;
  }
  body .mb_lg_29px, .block-editor__container .mb_lg_29px {
    margin-bottom: 29px;
  }
  body .ml_lg_29px, .block-editor__container .ml_lg_29px {
    margin-left: 29px;
  }
  body .mr_lg_29px, .block-editor__container .mr_lg_29px {
    margin-right: 29px;
  }
  body .mt_lg_-29px, .block-editor__container .mt_lg_-29px {
    margin-top: -29px;
  }
  body .mb_lg_-29px, .block-editor__container .mb_lg_-29px {
    margin-bottom: -29px;
  }
  body .ml_lg_-29px, .block-editor__container .ml_lg_-29px {
    margin-left: -29px;
  }
  body .mr_lg_-29px, .block-editor__container .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_29px, .block-editor__container .mt_lg_29px {
    margin-top: 29px;
  }
  body .mb_lg_29px, .block-editor__container .mb_lg_29px {
    margin-bottom: 29px;
  }
  body .ml_lg_29px, .block-editor__container .ml_lg_29px {
    margin-left: 29px;
  }
  body .mr_lg_29px, .block-editor__container .mr_lg_29px {
    margin-right: 29px;
  }
  body .mt_lg_-29px, .block-editor__container .mt_lg_-29px {
    margin-top: -29px;
  }
  body .mb_lg_-29px, .block-editor__container .mb_lg_-29px {
    margin-bottom: -29px;
  }
  body .ml_lg_-29px, .block-editor__container .ml_lg_-29px {
    margin-left: -29px;
  }
  body .mr_lg_-29px, .block-editor__container .mr_lg_-29px {
    margin-right: -29px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_30px, .block-editor__container .mt_lg_30px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_30px, .block-editor__container .mb_lg_30px {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_30px, .block-editor__container .ml_lg_30px {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_30px, .block-editor__container .mr_lg_30px {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-30px, .block-editor__container .mt_lg_-30px {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-30px, .block-editor__container .mb_lg_-30px {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-30px, .block-editor__container .ml_lg_-30px {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-30px, .block-editor__container .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_30px, .block-editor__container .mt_lg_30px {
    margin-top: 30px;
  }
  body .mb_lg_30px, .block-editor__container .mb_lg_30px {
    margin-bottom: 30px;
  }
  body .ml_lg_30px, .block-editor__container .ml_lg_30px {
    margin-left: 30px;
  }
  body .mr_lg_30px, .block-editor__container .mr_lg_30px {
    margin-right: 30px;
  }
  body .mt_lg_-30px, .block-editor__container .mt_lg_-30px {
    margin-top: -30px;
  }
  body .mb_lg_-30px, .block-editor__container .mb_lg_-30px {
    margin-bottom: -30px;
  }
  body .ml_lg_-30px, .block-editor__container .ml_lg_-30px {
    margin-left: -30px;
  }
  body .mr_lg_-30px, .block-editor__container .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_30px, .block-editor__container .mt_lg_30px {
    margin-top: 30px;
  }
  body .mb_lg_30px, .block-editor__container .mb_lg_30px {
    margin-bottom: 30px;
  }
  body .ml_lg_30px, .block-editor__container .ml_lg_30px {
    margin-left: 30px;
  }
  body .mr_lg_30px, .block-editor__container .mr_lg_30px {
    margin-right: 30px;
  }
  body .mt_lg_-30px, .block-editor__container .mt_lg_-30px {
    margin-top: -30px;
  }
  body .mb_lg_-30px, .block-editor__container .mb_lg_-30px {
    margin-bottom: -30px;
  }
  body .ml_lg_-30px, .block-editor__container .ml_lg_-30px {
    margin-left: -30px;
  }
  body .mr_lg_-30px, .block-editor__container .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_30px, .block-editor__container .mt_lg_30px {
    margin-top: 30px;
  }
  body .mb_lg_30px, .block-editor__container .mb_lg_30px {
    margin-bottom: 30px;
  }
  body .ml_lg_30px, .block-editor__container .ml_lg_30px {
    margin-left: 30px;
  }
  body .mr_lg_30px, .block-editor__container .mr_lg_30px {
    margin-right: 30px;
  }
  body .mt_lg_-30px, .block-editor__container .mt_lg_-30px {
    margin-top: -30px;
  }
  body .mb_lg_-30px, .block-editor__container .mb_lg_-30px {
    margin-bottom: -30px;
  }
  body .ml_lg_-30px, .block-editor__container .ml_lg_-30px {
    margin-left: -30px;
  }
  body .mr_lg_-30px, .block-editor__container .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_30px, .block-editor__container .mt_lg_30px {
    margin-top: 30px;
  }
  body .mb_lg_30px, .block-editor__container .mb_lg_30px {
    margin-bottom: 30px;
  }
  body .ml_lg_30px, .block-editor__container .ml_lg_30px {
    margin-left: 30px;
  }
  body .mr_lg_30px, .block-editor__container .mr_lg_30px {
    margin-right: 30px;
  }
  body .mt_lg_-30px, .block-editor__container .mt_lg_-30px {
    margin-top: -30px;
  }
  body .mb_lg_-30px, .block-editor__container .mb_lg_-30px {
    margin-bottom: -30px;
  }
  body .ml_lg_-30px, .block-editor__container .ml_lg_-30px {
    margin-left: -30px;
  }
  body .mr_lg_-30px, .block-editor__container .mr_lg_-30px {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_31px, .block-editor__container .mt_lg_31px {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_31px, .block-editor__container .mb_lg_31px {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_31px, .block-editor__container .ml_lg_31px {
    margin-left: 31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_31px, .block-editor__container .mr_lg_31px {
    margin-right: 31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-31px, .block-editor__container .mt_lg_-31px {
    margin-top: -31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-31px, .block-editor__container .mb_lg_-31px {
    margin-bottom: -31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-31px, .block-editor__container .ml_lg_-31px {
    margin-left: -31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-31px, .block-editor__container .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_31px, .block-editor__container .mt_lg_31px {
    margin-top: 31px;
  }
  body .mb_lg_31px, .block-editor__container .mb_lg_31px {
    margin-bottom: 31px;
  }
  body .ml_lg_31px, .block-editor__container .ml_lg_31px {
    margin-left: 31px;
  }
  body .mr_lg_31px, .block-editor__container .mr_lg_31px {
    margin-right: 31px;
  }
  body .mt_lg_-31px, .block-editor__container .mt_lg_-31px {
    margin-top: -31px;
  }
  body .mb_lg_-31px, .block-editor__container .mb_lg_-31px {
    margin-bottom: -31px;
  }
  body .ml_lg_-31px, .block-editor__container .ml_lg_-31px {
    margin-left: -31px;
  }
  body .mr_lg_-31px, .block-editor__container .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_31px, .block-editor__container .mt_lg_31px {
    margin-top: 31px;
  }
  body .mb_lg_31px, .block-editor__container .mb_lg_31px {
    margin-bottom: 31px;
  }
  body .ml_lg_31px, .block-editor__container .ml_lg_31px {
    margin-left: 31px;
  }
  body .mr_lg_31px, .block-editor__container .mr_lg_31px {
    margin-right: 31px;
  }
  body .mt_lg_-31px, .block-editor__container .mt_lg_-31px {
    margin-top: -31px;
  }
  body .mb_lg_-31px, .block-editor__container .mb_lg_-31px {
    margin-bottom: -31px;
  }
  body .ml_lg_-31px, .block-editor__container .ml_lg_-31px {
    margin-left: -31px;
  }
  body .mr_lg_-31px, .block-editor__container .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_31px, .block-editor__container .mt_lg_31px {
    margin-top: 31px;
  }
  body .mb_lg_31px, .block-editor__container .mb_lg_31px {
    margin-bottom: 31px;
  }
  body .ml_lg_31px, .block-editor__container .ml_lg_31px {
    margin-left: 31px;
  }
  body .mr_lg_31px, .block-editor__container .mr_lg_31px {
    margin-right: 31px;
  }
  body .mt_lg_-31px, .block-editor__container .mt_lg_-31px {
    margin-top: -31px;
  }
  body .mb_lg_-31px, .block-editor__container .mb_lg_-31px {
    margin-bottom: -31px;
  }
  body .ml_lg_-31px, .block-editor__container .ml_lg_-31px {
    margin-left: -31px;
  }
  body .mr_lg_-31px, .block-editor__container .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_31px, .block-editor__container .mt_lg_31px {
    margin-top: 31px;
  }
  body .mb_lg_31px, .block-editor__container .mb_lg_31px {
    margin-bottom: 31px;
  }
  body .ml_lg_31px, .block-editor__container .ml_lg_31px {
    margin-left: 31px;
  }
  body .mr_lg_31px, .block-editor__container .mr_lg_31px {
    margin-right: 31px;
  }
  body .mt_lg_-31px, .block-editor__container .mt_lg_-31px {
    margin-top: -31px;
  }
  body .mb_lg_-31px, .block-editor__container .mb_lg_-31px {
    margin-bottom: -31px;
  }
  body .ml_lg_-31px, .block-editor__container .ml_lg_-31px {
    margin-left: -31px;
  }
  body .mr_lg_-31px, .block-editor__container .mr_lg_-31px {
    margin-right: -31px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_32px, .block-editor__container .mt_lg_32px {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_32px, .block-editor__container .mb_lg_32px {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_32px, .block-editor__container .ml_lg_32px {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_32px, .block-editor__container .mr_lg_32px {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-32px, .block-editor__container .mt_lg_-32px {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-32px, .block-editor__container .mb_lg_-32px {
    margin-bottom: -32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-32px, .block-editor__container .ml_lg_-32px {
    margin-left: -32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-32px, .block-editor__container .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_32px, .block-editor__container .mt_lg_32px {
    margin-top: 32px;
  }
  body .mb_lg_32px, .block-editor__container .mb_lg_32px {
    margin-bottom: 32px;
  }
  body .ml_lg_32px, .block-editor__container .ml_lg_32px {
    margin-left: 32px;
  }
  body .mr_lg_32px, .block-editor__container .mr_lg_32px {
    margin-right: 32px;
  }
  body .mt_lg_-32px, .block-editor__container .mt_lg_-32px {
    margin-top: -32px;
  }
  body .mb_lg_-32px, .block-editor__container .mb_lg_-32px {
    margin-bottom: -32px;
  }
  body .ml_lg_-32px, .block-editor__container .ml_lg_-32px {
    margin-left: -32px;
  }
  body .mr_lg_-32px, .block-editor__container .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_32px, .block-editor__container .mt_lg_32px {
    margin-top: 32px;
  }
  body .mb_lg_32px, .block-editor__container .mb_lg_32px {
    margin-bottom: 32px;
  }
  body .ml_lg_32px, .block-editor__container .ml_lg_32px {
    margin-left: 32px;
  }
  body .mr_lg_32px, .block-editor__container .mr_lg_32px {
    margin-right: 32px;
  }
  body .mt_lg_-32px, .block-editor__container .mt_lg_-32px {
    margin-top: -32px;
  }
  body .mb_lg_-32px, .block-editor__container .mb_lg_-32px {
    margin-bottom: -32px;
  }
  body .ml_lg_-32px, .block-editor__container .ml_lg_-32px {
    margin-left: -32px;
  }
  body .mr_lg_-32px, .block-editor__container .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_32px, .block-editor__container .mt_lg_32px {
    margin-top: 32px;
  }
  body .mb_lg_32px, .block-editor__container .mb_lg_32px {
    margin-bottom: 32px;
  }
  body .ml_lg_32px, .block-editor__container .ml_lg_32px {
    margin-left: 32px;
  }
  body .mr_lg_32px, .block-editor__container .mr_lg_32px {
    margin-right: 32px;
  }
  body .mt_lg_-32px, .block-editor__container .mt_lg_-32px {
    margin-top: -32px;
  }
  body .mb_lg_-32px, .block-editor__container .mb_lg_-32px {
    margin-bottom: -32px;
  }
  body .ml_lg_-32px, .block-editor__container .ml_lg_-32px {
    margin-left: -32px;
  }
  body .mr_lg_-32px, .block-editor__container .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_32px, .block-editor__container .mt_lg_32px {
    margin-top: 32px;
  }
  body .mb_lg_32px, .block-editor__container .mb_lg_32px {
    margin-bottom: 32px;
  }
  body .ml_lg_32px, .block-editor__container .ml_lg_32px {
    margin-left: 32px;
  }
  body .mr_lg_32px, .block-editor__container .mr_lg_32px {
    margin-right: 32px;
  }
  body .mt_lg_-32px, .block-editor__container .mt_lg_-32px {
    margin-top: -32px;
  }
  body .mb_lg_-32px, .block-editor__container .mb_lg_-32px {
    margin-bottom: -32px;
  }
  body .ml_lg_-32px, .block-editor__container .ml_lg_-32px {
    margin-left: -32px;
  }
  body .mr_lg_-32px, .block-editor__container .mr_lg_-32px {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_33px, .block-editor__container .mt_lg_33px {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_33px, .block-editor__container .mb_lg_33px {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_33px, .block-editor__container .ml_lg_33px {
    margin-left: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_33px, .block-editor__container .mr_lg_33px {
    margin-right: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-33px, .block-editor__container .mt_lg_-33px {
    margin-top: -33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-33px, .block-editor__container .mb_lg_-33px {
    margin-bottom: -33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-33px, .block-editor__container .ml_lg_-33px {
    margin-left: -33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-33px, .block-editor__container .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_33px, .block-editor__container .mt_lg_33px {
    margin-top: 33px;
  }
  body .mb_lg_33px, .block-editor__container .mb_lg_33px {
    margin-bottom: 33px;
  }
  body .ml_lg_33px, .block-editor__container .ml_lg_33px {
    margin-left: 33px;
  }
  body .mr_lg_33px, .block-editor__container .mr_lg_33px {
    margin-right: 33px;
  }
  body .mt_lg_-33px, .block-editor__container .mt_lg_-33px {
    margin-top: -33px;
  }
  body .mb_lg_-33px, .block-editor__container .mb_lg_-33px {
    margin-bottom: -33px;
  }
  body .ml_lg_-33px, .block-editor__container .ml_lg_-33px {
    margin-left: -33px;
  }
  body .mr_lg_-33px, .block-editor__container .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_33px, .block-editor__container .mt_lg_33px {
    margin-top: 33px;
  }
  body .mb_lg_33px, .block-editor__container .mb_lg_33px {
    margin-bottom: 33px;
  }
  body .ml_lg_33px, .block-editor__container .ml_lg_33px {
    margin-left: 33px;
  }
  body .mr_lg_33px, .block-editor__container .mr_lg_33px {
    margin-right: 33px;
  }
  body .mt_lg_-33px, .block-editor__container .mt_lg_-33px {
    margin-top: -33px;
  }
  body .mb_lg_-33px, .block-editor__container .mb_lg_-33px {
    margin-bottom: -33px;
  }
  body .ml_lg_-33px, .block-editor__container .ml_lg_-33px {
    margin-left: -33px;
  }
  body .mr_lg_-33px, .block-editor__container .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_33px, .block-editor__container .mt_lg_33px {
    margin-top: 33px;
  }
  body .mb_lg_33px, .block-editor__container .mb_lg_33px {
    margin-bottom: 33px;
  }
  body .ml_lg_33px, .block-editor__container .ml_lg_33px {
    margin-left: 33px;
  }
  body .mr_lg_33px, .block-editor__container .mr_lg_33px {
    margin-right: 33px;
  }
  body .mt_lg_-33px, .block-editor__container .mt_lg_-33px {
    margin-top: -33px;
  }
  body .mb_lg_-33px, .block-editor__container .mb_lg_-33px {
    margin-bottom: -33px;
  }
  body .ml_lg_-33px, .block-editor__container .ml_lg_-33px {
    margin-left: -33px;
  }
  body .mr_lg_-33px, .block-editor__container .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_33px, .block-editor__container .mt_lg_33px {
    margin-top: 33px;
  }
  body .mb_lg_33px, .block-editor__container .mb_lg_33px {
    margin-bottom: 33px;
  }
  body .ml_lg_33px, .block-editor__container .ml_lg_33px {
    margin-left: 33px;
  }
  body .mr_lg_33px, .block-editor__container .mr_lg_33px {
    margin-right: 33px;
  }
  body .mt_lg_-33px, .block-editor__container .mt_lg_-33px {
    margin-top: -33px;
  }
  body .mb_lg_-33px, .block-editor__container .mb_lg_-33px {
    margin-bottom: -33px;
  }
  body .ml_lg_-33px, .block-editor__container .ml_lg_-33px {
    margin-left: -33px;
  }
  body .mr_lg_-33px, .block-editor__container .mr_lg_-33px {
    margin-right: -33px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_34px, .block-editor__container .mt_lg_34px {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_34px, .block-editor__container .mb_lg_34px {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_34px, .block-editor__container .ml_lg_34px {
    margin-left: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_34px, .block-editor__container .mr_lg_34px {
    margin-right: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-34px, .block-editor__container .mt_lg_-34px {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-34px, .block-editor__container .mb_lg_-34px {
    margin-bottom: -34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-34px, .block-editor__container .ml_lg_-34px {
    margin-left: -34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-34px, .block-editor__container .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_34px, .block-editor__container .mt_lg_34px {
    margin-top: 34px;
  }
  body .mb_lg_34px, .block-editor__container .mb_lg_34px {
    margin-bottom: 34px;
  }
  body .ml_lg_34px, .block-editor__container .ml_lg_34px {
    margin-left: 34px;
  }
  body .mr_lg_34px, .block-editor__container .mr_lg_34px {
    margin-right: 34px;
  }
  body .mt_lg_-34px, .block-editor__container .mt_lg_-34px {
    margin-top: -34px;
  }
  body .mb_lg_-34px, .block-editor__container .mb_lg_-34px {
    margin-bottom: -34px;
  }
  body .ml_lg_-34px, .block-editor__container .ml_lg_-34px {
    margin-left: -34px;
  }
  body .mr_lg_-34px, .block-editor__container .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_34px, .block-editor__container .mt_lg_34px {
    margin-top: 34px;
  }
  body .mb_lg_34px, .block-editor__container .mb_lg_34px {
    margin-bottom: 34px;
  }
  body .ml_lg_34px, .block-editor__container .ml_lg_34px {
    margin-left: 34px;
  }
  body .mr_lg_34px, .block-editor__container .mr_lg_34px {
    margin-right: 34px;
  }
  body .mt_lg_-34px, .block-editor__container .mt_lg_-34px {
    margin-top: -34px;
  }
  body .mb_lg_-34px, .block-editor__container .mb_lg_-34px {
    margin-bottom: -34px;
  }
  body .ml_lg_-34px, .block-editor__container .ml_lg_-34px {
    margin-left: -34px;
  }
  body .mr_lg_-34px, .block-editor__container .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_34px, .block-editor__container .mt_lg_34px {
    margin-top: 34px;
  }
  body .mb_lg_34px, .block-editor__container .mb_lg_34px {
    margin-bottom: 34px;
  }
  body .ml_lg_34px, .block-editor__container .ml_lg_34px {
    margin-left: 34px;
  }
  body .mr_lg_34px, .block-editor__container .mr_lg_34px {
    margin-right: 34px;
  }
  body .mt_lg_-34px, .block-editor__container .mt_lg_-34px {
    margin-top: -34px;
  }
  body .mb_lg_-34px, .block-editor__container .mb_lg_-34px {
    margin-bottom: -34px;
  }
  body .ml_lg_-34px, .block-editor__container .ml_lg_-34px {
    margin-left: -34px;
  }
  body .mr_lg_-34px, .block-editor__container .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_34px, .block-editor__container .mt_lg_34px {
    margin-top: 34px;
  }
  body .mb_lg_34px, .block-editor__container .mb_lg_34px {
    margin-bottom: 34px;
  }
  body .ml_lg_34px, .block-editor__container .ml_lg_34px {
    margin-left: 34px;
  }
  body .mr_lg_34px, .block-editor__container .mr_lg_34px {
    margin-right: 34px;
  }
  body .mt_lg_-34px, .block-editor__container .mt_lg_-34px {
    margin-top: -34px;
  }
  body .mb_lg_-34px, .block-editor__container .mb_lg_-34px {
    margin-bottom: -34px;
  }
  body .ml_lg_-34px, .block-editor__container .ml_lg_-34px {
    margin-left: -34px;
  }
  body .mr_lg_-34px, .block-editor__container .mr_lg_-34px {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_35px, .block-editor__container .mt_lg_35px {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_35px, .block-editor__container .mb_lg_35px {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_35px, .block-editor__container .ml_lg_35px {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_35px, .block-editor__container .mr_lg_35px {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-35px, .block-editor__container .mt_lg_-35px {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-35px, .block-editor__container .mb_lg_-35px {
    margin-bottom: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-35px, .block-editor__container .ml_lg_-35px {
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-35px, .block-editor__container .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_35px, .block-editor__container .mt_lg_35px {
    margin-top: 35px;
  }
  body .mb_lg_35px, .block-editor__container .mb_lg_35px {
    margin-bottom: 35px;
  }
  body .ml_lg_35px, .block-editor__container .ml_lg_35px {
    margin-left: 35px;
  }
  body .mr_lg_35px, .block-editor__container .mr_lg_35px {
    margin-right: 35px;
  }
  body .mt_lg_-35px, .block-editor__container .mt_lg_-35px {
    margin-top: -35px;
  }
  body .mb_lg_-35px, .block-editor__container .mb_lg_-35px {
    margin-bottom: -35px;
  }
  body .ml_lg_-35px, .block-editor__container .ml_lg_-35px {
    margin-left: -35px;
  }
  body .mr_lg_-35px, .block-editor__container .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_35px, .block-editor__container .mt_lg_35px {
    margin-top: 35px;
  }
  body .mb_lg_35px, .block-editor__container .mb_lg_35px {
    margin-bottom: 35px;
  }
  body .ml_lg_35px, .block-editor__container .ml_lg_35px {
    margin-left: 35px;
  }
  body .mr_lg_35px, .block-editor__container .mr_lg_35px {
    margin-right: 35px;
  }
  body .mt_lg_-35px, .block-editor__container .mt_lg_-35px {
    margin-top: -35px;
  }
  body .mb_lg_-35px, .block-editor__container .mb_lg_-35px {
    margin-bottom: -35px;
  }
  body .ml_lg_-35px, .block-editor__container .ml_lg_-35px {
    margin-left: -35px;
  }
  body .mr_lg_-35px, .block-editor__container .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_35px, .block-editor__container .mt_lg_35px {
    margin-top: 35px;
  }
  body .mb_lg_35px, .block-editor__container .mb_lg_35px {
    margin-bottom: 35px;
  }
  body .ml_lg_35px, .block-editor__container .ml_lg_35px {
    margin-left: 35px;
  }
  body .mr_lg_35px, .block-editor__container .mr_lg_35px {
    margin-right: 35px;
  }
  body .mt_lg_-35px, .block-editor__container .mt_lg_-35px {
    margin-top: -35px;
  }
  body .mb_lg_-35px, .block-editor__container .mb_lg_-35px {
    margin-bottom: -35px;
  }
  body .ml_lg_-35px, .block-editor__container .ml_lg_-35px {
    margin-left: -35px;
  }
  body .mr_lg_-35px, .block-editor__container .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_35px, .block-editor__container .mt_lg_35px {
    margin-top: 35px;
  }
  body .mb_lg_35px, .block-editor__container .mb_lg_35px {
    margin-bottom: 35px;
  }
  body .ml_lg_35px, .block-editor__container .ml_lg_35px {
    margin-left: 35px;
  }
  body .mr_lg_35px, .block-editor__container .mr_lg_35px {
    margin-right: 35px;
  }
  body .mt_lg_-35px, .block-editor__container .mt_lg_-35px {
    margin-top: -35px;
  }
  body .mb_lg_-35px, .block-editor__container .mb_lg_-35px {
    margin-bottom: -35px;
  }
  body .ml_lg_-35px, .block-editor__container .ml_lg_-35px {
    margin-left: -35px;
  }
  body .mr_lg_-35px, .block-editor__container .mr_lg_-35px {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_36px, .block-editor__container .mt_lg_36px {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_36px, .block-editor__container .mb_lg_36px {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_36px, .block-editor__container .ml_lg_36px {
    margin-left: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_36px, .block-editor__container .mr_lg_36px {
    margin-right: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-36px, .block-editor__container .mt_lg_-36px {
    margin-top: -36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-36px, .block-editor__container .mb_lg_-36px {
    margin-bottom: -36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-36px, .block-editor__container .ml_lg_-36px {
    margin-left: -36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-36px, .block-editor__container .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_36px, .block-editor__container .mt_lg_36px {
    margin-top: 36px;
  }
  body .mb_lg_36px, .block-editor__container .mb_lg_36px {
    margin-bottom: 36px;
  }
  body .ml_lg_36px, .block-editor__container .ml_lg_36px {
    margin-left: 36px;
  }
  body .mr_lg_36px, .block-editor__container .mr_lg_36px {
    margin-right: 36px;
  }
  body .mt_lg_-36px, .block-editor__container .mt_lg_-36px {
    margin-top: -36px;
  }
  body .mb_lg_-36px, .block-editor__container .mb_lg_-36px {
    margin-bottom: -36px;
  }
  body .ml_lg_-36px, .block-editor__container .ml_lg_-36px {
    margin-left: -36px;
  }
  body .mr_lg_-36px, .block-editor__container .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_36px, .block-editor__container .mt_lg_36px {
    margin-top: 36px;
  }
  body .mb_lg_36px, .block-editor__container .mb_lg_36px {
    margin-bottom: 36px;
  }
  body .ml_lg_36px, .block-editor__container .ml_lg_36px {
    margin-left: 36px;
  }
  body .mr_lg_36px, .block-editor__container .mr_lg_36px {
    margin-right: 36px;
  }
  body .mt_lg_-36px, .block-editor__container .mt_lg_-36px {
    margin-top: -36px;
  }
  body .mb_lg_-36px, .block-editor__container .mb_lg_-36px {
    margin-bottom: -36px;
  }
  body .ml_lg_-36px, .block-editor__container .ml_lg_-36px {
    margin-left: -36px;
  }
  body .mr_lg_-36px, .block-editor__container .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_36px, .block-editor__container .mt_lg_36px {
    margin-top: 36px;
  }
  body .mb_lg_36px, .block-editor__container .mb_lg_36px {
    margin-bottom: 36px;
  }
  body .ml_lg_36px, .block-editor__container .ml_lg_36px {
    margin-left: 36px;
  }
  body .mr_lg_36px, .block-editor__container .mr_lg_36px {
    margin-right: 36px;
  }
  body .mt_lg_-36px, .block-editor__container .mt_lg_-36px {
    margin-top: -36px;
  }
  body .mb_lg_-36px, .block-editor__container .mb_lg_-36px {
    margin-bottom: -36px;
  }
  body .ml_lg_-36px, .block-editor__container .ml_lg_-36px {
    margin-left: -36px;
  }
  body .mr_lg_-36px, .block-editor__container .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_36px, .block-editor__container .mt_lg_36px {
    margin-top: 36px;
  }
  body .mb_lg_36px, .block-editor__container .mb_lg_36px {
    margin-bottom: 36px;
  }
  body .ml_lg_36px, .block-editor__container .ml_lg_36px {
    margin-left: 36px;
  }
  body .mr_lg_36px, .block-editor__container .mr_lg_36px {
    margin-right: 36px;
  }
  body .mt_lg_-36px, .block-editor__container .mt_lg_-36px {
    margin-top: -36px;
  }
  body .mb_lg_-36px, .block-editor__container .mb_lg_-36px {
    margin-bottom: -36px;
  }
  body .ml_lg_-36px, .block-editor__container .ml_lg_-36px {
    margin-left: -36px;
  }
  body .mr_lg_-36px, .block-editor__container .mr_lg_-36px {
    margin-right: -36px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_37px, .block-editor__container .mt_lg_37px {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_37px, .block-editor__container .mb_lg_37px {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_37px, .block-editor__container .ml_lg_37px {
    margin-left: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_37px, .block-editor__container .mr_lg_37px {
    margin-right: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-37px, .block-editor__container .mt_lg_-37px {
    margin-top: -37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-37px, .block-editor__container .mb_lg_-37px {
    margin-bottom: -37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-37px, .block-editor__container .ml_lg_-37px {
    margin-left: -37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-37px, .block-editor__container .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_37px, .block-editor__container .mt_lg_37px {
    margin-top: 37px;
  }
  body .mb_lg_37px, .block-editor__container .mb_lg_37px {
    margin-bottom: 37px;
  }
  body .ml_lg_37px, .block-editor__container .ml_lg_37px {
    margin-left: 37px;
  }
  body .mr_lg_37px, .block-editor__container .mr_lg_37px {
    margin-right: 37px;
  }
  body .mt_lg_-37px, .block-editor__container .mt_lg_-37px {
    margin-top: -37px;
  }
  body .mb_lg_-37px, .block-editor__container .mb_lg_-37px {
    margin-bottom: -37px;
  }
  body .ml_lg_-37px, .block-editor__container .ml_lg_-37px {
    margin-left: -37px;
  }
  body .mr_lg_-37px, .block-editor__container .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_37px, .block-editor__container .mt_lg_37px {
    margin-top: 37px;
  }
  body .mb_lg_37px, .block-editor__container .mb_lg_37px {
    margin-bottom: 37px;
  }
  body .ml_lg_37px, .block-editor__container .ml_lg_37px {
    margin-left: 37px;
  }
  body .mr_lg_37px, .block-editor__container .mr_lg_37px {
    margin-right: 37px;
  }
  body .mt_lg_-37px, .block-editor__container .mt_lg_-37px {
    margin-top: -37px;
  }
  body .mb_lg_-37px, .block-editor__container .mb_lg_-37px {
    margin-bottom: -37px;
  }
  body .ml_lg_-37px, .block-editor__container .ml_lg_-37px {
    margin-left: -37px;
  }
  body .mr_lg_-37px, .block-editor__container .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_37px, .block-editor__container .mt_lg_37px {
    margin-top: 37px;
  }
  body .mb_lg_37px, .block-editor__container .mb_lg_37px {
    margin-bottom: 37px;
  }
  body .ml_lg_37px, .block-editor__container .ml_lg_37px {
    margin-left: 37px;
  }
  body .mr_lg_37px, .block-editor__container .mr_lg_37px {
    margin-right: 37px;
  }
  body .mt_lg_-37px, .block-editor__container .mt_lg_-37px {
    margin-top: -37px;
  }
  body .mb_lg_-37px, .block-editor__container .mb_lg_-37px {
    margin-bottom: -37px;
  }
  body .ml_lg_-37px, .block-editor__container .ml_lg_-37px {
    margin-left: -37px;
  }
  body .mr_lg_-37px, .block-editor__container .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_37px, .block-editor__container .mt_lg_37px {
    margin-top: 37px;
  }
  body .mb_lg_37px, .block-editor__container .mb_lg_37px {
    margin-bottom: 37px;
  }
  body .ml_lg_37px, .block-editor__container .ml_lg_37px {
    margin-left: 37px;
  }
  body .mr_lg_37px, .block-editor__container .mr_lg_37px {
    margin-right: 37px;
  }
  body .mt_lg_-37px, .block-editor__container .mt_lg_-37px {
    margin-top: -37px;
  }
  body .mb_lg_-37px, .block-editor__container .mb_lg_-37px {
    margin-bottom: -37px;
  }
  body .ml_lg_-37px, .block-editor__container .ml_lg_-37px {
    margin-left: -37px;
  }
  body .mr_lg_-37px, .block-editor__container .mr_lg_-37px {
    margin-right: -37px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_38px, .block-editor__container .mt_lg_38px {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_38px, .block-editor__container .mb_lg_38px {
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_38px, .block-editor__container .ml_lg_38px {
    margin-left: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_38px, .block-editor__container .mr_lg_38px {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-38px, .block-editor__container .mt_lg_-38px {
    margin-top: -38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-38px, .block-editor__container .mb_lg_-38px {
    margin-bottom: -38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-38px, .block-editor__container .ml_lg_-38px {
    margin-left: -38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-38px, .block-editor__container .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_38px, .block-editor__container .mt_lg_38px {
    margin-top: 38px;
  }
  body .mb_lg_38px, .block-editor__container .mb_lg_38px {
    margin-bottom: 38px;
  }
  body .ml_lg_38px, .block-editor__container .ml_lg_38px {
    margin-left: 38px;
  }
  body .mr_lg_38px, .block-editor__container .mr_lg_38px {
    margin-right: 38px;
  }
  body .mt_lg_-38px, .block-editor__container .mt_lg_-38px {
    margin-top: -38px;
  }
  body .mb_lg_-38px, .block-editor__container .mb_lg_-38px {
    margin-bottom: -38px;
  }
  body .ml_lg_-38px, .block-editor__container .ml_lg_-38px {
    margin-left: -38px;
  }
  body .mr_lg_-38px, .block-editor__container .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_38px, .block-editor__container .mt_lg_38px {
    margin-top: 38px;
  }
  body .mb_lg_38px, .block-editor__container .mb_lg_38px {
    margin-bottom: 38px;
  }
  body .ml_lg_38px, .block-editor__container .ml_lg_38px {
    margin-left: 38px;
  }
  body .mr_lg_38px, .block-editor__container .mr_lg_38px {
    margin-right: 38px;
  }
  body .mt_lg_-38px, .block-editor__container .mt_lg_-38px {
    margin-top: -38px;
  }
  body .mb_lg_-38px, .block-editor__container .mb_lg_-38px {
    margin-bottom: -38px;
  }
  body .ml_lg_-38px, .block-editor__container .ml_lg_-38px {
    margin-left: -38px;
  }
  body .mr_lg_-38px, .block-editor__container .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_38px, .block-editor__container .mt_lg_38px {
    margin-top: 38px;
  }
  body .mb_lg_38px, .block-editor__container .mb_lg_38px {
    margin-bottom: 38px;
  }
  body .ml_lg_38px, .block-editor__container .ml_lg_38px {
    margin-left: 38px;
  }
  body .mr_lg_38px, .block-editor__container .mr_lg_38px {
    margin-right: 38px;
  }
  body .mt_lg_-38px, .block-editor__container .mt_lg_-38px {
    margin-top: -38px;
  }
  body .mb_lg_-38px, .block-editor__container .mb_lg_-38px {
    margin-bottom: -38px;
  }
  body .ml_lg_-38px, .block-editor__container .ml_lg_-38px {
    margin-left: -38px;
  }
  body .mr_lg_-38px, .block-editor__container .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_38px, .block-editor__container .mt_lg_38px {
    margin-top: 38px;
  }
  body .mb_lg_38px, .block-editor__container .mb_lg_38px {
    margin-bottom: 38px;
  }
  body .ml_lg_38px, .block-editor__container .ml_lg_38px {
    margin-left: 38px;
  }
  body .mr_lg_38px, .block-editor__container .mr_lg_38px {
    margin-right: 38px;
  }
  body .mt_lg_-38px, .block-editor__container .mt_lg_-38px {
    margin-top: -38px;
  }
  body .mb_lg_-38px, .block-editor__container .mb_lg_-38px {
    margin-bottom: -38px;
  }
  body .ml_lg_-38px, .block-editor__container .ml_lg_-38px {
    margin-left: -38px;
  }
  body .mr_lg_-38px, .block-editor__container .mr_lg_-38px {
    margin-right: -38px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_39px, .block-editor__container .mt_lg_39px {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_39px, .block-editor__container .mb_lg_39px {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_39px, .block-editor__container .ml_lg_39px {
    margin-left: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_39px, .block-editor__container .mr_lg_39px {
    margin-right: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-39px, .block-editor__container .mt_lg_-39px {
    margin-top: -39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-39px, .block-editor__container .mb_lg_-39px {
    margin-bottom: -39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-39px, .block-editor__container .ml_lg_-39px {
    margin-left: -39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-39px, .block-editor__container .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_39px, .block-editor__container .mt_lg_39px {
    margin-top: 39px;
  }
  body .mb_lg_39px, .block-editor__container .mb_lg_39px {
    margin-bottom: 39px;
  }
  body .ml_lg_39px, .block-editor__container .ml_lg_39px {
    margin-left: 39px;
  }
  body .mr_lg_39px, .block-editor__container .mr_lg_39px {
    margin-right: 39px;
  }
  body .mt_lg_-39px, .block-editor__container .mt_lg_-39px {
    margin-top: -39px;
  }
  body .mb_lg_-39px, .block-editor__container .mb_lg_-39px {
    margin-bottom: -39px;
  }
  body .ml_lg_-39px, .block-editor__container .ml_lg_-39px {
    margin-left: -39px;
  }
  body .mr_lg_-39px, .block-editor__container .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_39px, .block-editor__container .mt_lg_39px {
    margin-top: 39px;
  }
  body .mb_lg_39px, .block-editor__container .mb_lg_39px {
    margin-bottom: 39px;
  }
  body .ml_lg_39px, .block-editor__container .ml_lg_39px {
    margin-left: 39px;
  }
  body .mr_lg_39px, .block-editor__container .mr_lg_39px {
    margin-right: 39px;
  }
  body .mt_lg_-39px, .block-editor__container .mt_lg_-39px {
    margin-top: -39px;
  }
  body .mb_lg_-39px, .block-editor__container .mb_lg_-39px {
    margin-bottom: -39px;
  }
  body .ml_lg_-39px, .block-editor__container .ml_lg_-39px {
    margin-left: -39px;
  }
  body .mr_lg_-39px, .block-editor__container .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_39px, .block-editor__container .mt_lg_39px {
    margin-top: 39px;
  }
  body .mb_lg_39px, .block-editor__container .mb_lg_39px {
    margin-bottom: 39px;
  }
  body .ml_lg_39px, .block-editor__container .ml_lg_39px {
    margin-left: 39px;
  }
  body .mr_lg_39px, .block-editor__container .mr_lg_39px {
    margin-right: 39px;
  }
  body .mt_lg_-39px, .block-editor__container .mt_lg_-39px {
    margin-top: -39px;
  }
  body .mb_lg_-39px, .block-editor__container .mb_lg_-39px {
    margin-bottom: -39px;
  }
  body .ml_lg_-39px, .block-editor__container .ml_lg_-39px {
    margin-left: -39px;
  }
  body .mr_lg_-39px, .block-editor__container .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_39px, .block-editor__container .mt_lg_39px {
    margin-top: 39px;
  }
  body .mb_lg_39px, .block-editor__container .mb_lg_39px {
    margin-bottom: 39px;
  }
  body .ml_lg_39px, .block-editor__container .ml_lg_39px {
    margin-left: 39px;
  }
  body .mr_lg_39px, .block-editor__container .mr_lg_39px {
    margin-right: 39px;
  }
  body .mt_lg_-39px, .block-editor__container .mt_lg_-39px {
    margin-top: -39px;
  }
  body .mb_lg_-39px, .block-editor__container .mb_lg_-39px {
    margin-bottom: -39px;
  }
  body .ml_lg_-39px, .block-editor__container .ml_lg_-39px {
    margin-left: -39px;
  }
  body .mr_lg_-39px, .block-editor__container .mr_lg_-39px {
    margin-right: -39px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_40px, .block-editor__container .mt_lg_40px {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_40px, .block-editor__container .mb_lg_40px {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_40px, .block-editor__container .ml_lg_40px {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_40px, .block-editor__container .mr_lg_40px {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-40px, .block-editor__container .mt_lg_-40px {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-40px, .block-editor__container .mb_lg_-40px {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-40px, .block-editor__container .ml_lg_-40px {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-40px, .block-editor__container .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_40px, .block-editor__container .mt_lg_40px {
    margin-top: 40px;
  }
  body .mb_lg_40px, .block-editor__container .mb_lg_40px {
    margin-bottom: 40px;
  }
  body .ml_lg_40px, .block-editor__container .ml_lg_40px {
    margin-left: 40px;
  }
  body .mr_lg_40px, .block-editor__container .mr_lg_40px {
    margin-right: 40px;
  }
  body .mt_lg_-40px, .block-editor__container .mt_lg_-40px {
    margin-top: -40px;
  }
  body .mb_lg_-40px, .block-editor__container .mb_lg_-40px {
    margin-bottom: -40px;
  }
  body .ml_lg_-40px, .block-editor__container .ml_lg_-40px {
    margin-left: -40px;
  }
  body .mr_lg_-40px, .block-editor__container .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_40px, .block-editor__container .mt_lg_40px {
    margin-top: 40px;
  }
  body .mb_lg_40px, .block-editor__container .mb_lg_40px {
    margin-bottom: 40px;
  }
  body .ml_lg_40px, .block-editor__container .ml_lg_40px {
    margin-left: 40px;
  }
  body .mr_lg_40px, .block-editor__container .mr_lg_40px {
    margin-right: 40px;
  }
  body .mt_lg_-40px, .block-editor__container .mt_lg_-40px {
    margin-top: -40px;
  }
  body .mb_lg_-40px, .block-editor__container .mb_lg_-40px {
    margin-bottom: -40px;
  }
  body .ml_lg_-40px, .block-editor__container .ml_lg_-40px {
    margin-left: -40px;
  }
  body .mr_lg_-40px, .block-editor__container .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_40px, .block-editor__container .mt_lg_40px {
    margin-top: 40px;
  }
  body .mb_lg_40px, .block-editor__container .mb_lg_40px {
    margin-bottom: 40px;
  }
  body .ml_lg_40px, .block-editor__container .ml_lg_40px {
    margin-left: 40px;
  }
  body .mr_lg_40px, .block-editor__container .mr_lg_40px {
    margin-right: 40px;
  }
  body .mt_lg_-40px, .block-editor__container .mt_lg_-40px {
    margin-top: -40px;
  }
  body .mb_lg_-40px, .block-editor__container .mb_lg_-40px {
    margin-bottom: -40px;
  }
  body .ml_lg_-40px, .block-editor__container .ml_lg_-40px {
    margin-left: -40px;
  }
  body .mr_lg_-40px, .block-editor__container .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_40px, .block-editor__container .mt_lg_40px {
    margin-top: 40px;
  }
  body .mb_lg_40px, .block-editor__container .mb_lg_40px {
    margin-bottom: 40px;
  }
  body .ml_lg_40px, .block-editor__container .ml_lg_40px {
    margin-left: 40px;
  }
  body .mr_lg_40px, .block-editor__container .mr_lg_40px {
    margin-right: 40px;
  }
  body .mt_lg_-40px, .block-editor__container .mt_lg_-40px {
    margin-top: -40px;
  }
  body .mb_lg_-40px, .block-editor__container .mb_lg_-40px {
    margin-bottom: -40px;
  }
  body .ml_lg_-40px, .block-editor__container .ml_lg_-40px {
    margin-left: -40px;
  }
  body .mr_lg_-40px, .block-editor__container .mr_lg_-40px {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_41px, .block-editor__container .mt_lg_41px {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_41px, .block-editor__container .mb_lg_41px {
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_41px, .block-editor__container .ml_lg_41px {
    margin-left: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_41px, .block-editor__container .mr_lg_41px {
    margin-right: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-41px, .block-editor__container .mt_lg_-41px {
    margin-top: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-41px, .block-editor__container .mb_lg_-41px {
    margin-bottom: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-41px, .block-editor__container .ml_lg_-41px {
    margin-left: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-41px, .block-editor__container .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_41px, .block-editor__container .mt_lg_41px {
    margin-top: 41px;
  }
  body .mb_lg_41px, .block-editor__container .mb_lg_41px {
    margin-bottom: 41px;
  }
  body .ml_lg_41px, .block-editor__container .ml_lg_41px {
    margin-left: 41px;
  }
  body .mr_lg_41px, .block-editor__container .mr_lg_41px {
    margin-right: 41px;
  }
  body .mt_lg_-41px, .block-editor__container .mt_lg_-41px {
    margin-top: -41px;
  }
  body .mb_lg_-41px, .block-editor__container .mb_lg_-41px {
    margin-bottom: -41px;
  }
  body .ml_lg_-41px, .block-editor__container .ml_lg_-41px {
    margin-left: -41px;
  }
  body .mr_lg_-41px, .block-editor__container .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_41px, .block-editor__container .mt_lg_41px {
    margin-top: 41px;
  }
  body .mb_lg_41px, .block-editor__container .mb_lg_41px {
    margin-bottom: 41px;
  }
  body .ml_lg_41px, .block-editor__container .ml_lg_41px {
    margin-left: 41px;
  }
  body .mr_lg_41px, .block-editor__container .mr_lg_41px {
    margin-right: 41px;
  }
  body .mt_lg_-41px, .block-editor__container .mt_lg_-41px {
    margin-top: -41px;
  }
  body .mb_lg_-41px, .block-editor__container .mb_lg_-41px {
    margin-bottom: -41px;
  }
  body .ml_lg_-41px, .block-editor__container .ml_lg_-41px {
    margin-left: -41px;
  }
  body .mr_lg_-41px, .block-editor__container .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_41px, .block-editor__container .mt_lg_41px {
    margin-top: 41px;
  }
  body .mb_lg_41px, .block-editor__container .mb_lg_41px {
    margin-bottom: 41px;
  }
  body .ml_lg_41px, .block-editor__container .ml_lg_41px {
    margin-left: 41px;
  }
  body .mr_lg_41px, .block-editor__container .mr_lg_41px {
    margin-right: 41px;
  }
  body .mt_lg_-41px, .block-editor__container .mt_lg_-41px {
    margin-top: -41px;
  }
  body .mb_lg_-41px, .block-editor__container .mb_lg_-41px {
    margin-bottom: -41px;
  }
  body .ml_lg_-41px, .block-editor__container .ml_lg_-41px {
    margin-left: -41px;
  }
  body .mr_lg_-41px, .block-editor__container .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_41px, .block-editor__container .mt_lg_41px {
    margin-top: 41px;
  }
  body .mb_lg_41px, .block-editor__container .mb_lg_41px {
    margin-bottom: 41px;
  }
  body .ml_lg_41px, .block-editor__container .ml_lg_41px {
    margin-left: 41px;
  }
  body .mr_lg_41px, .block-editor__container .mr_lg_41px {
    margin-right: 41px;
  }
  body .mt_lg_-41px, .block-editor__container .mt_lg_-41px {
    margin-top: -41px;
  }
  body .mb_lg_-41px, .block-editor__container .mb_lg_-41px {
    margin-bottom: -41px;
  }
  body .ml_lg_-41px, .block-editor__container .ml_lg_-41px {
    margin-left: -41px;
  }
  body .mr_lg_-41px, .block-editor__container .mr_lg_-41px {
    margin-right: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_42px, .block-editor__container .mt_lg_42px {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_42px, .block-editor__container .mb_lg_42px {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_42px, .block-editor__container .ml_lg_42px {
    margin-left: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_42px, .block-editor__container .mr_lg_42px {
    margin-right: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-42px, .block-editor__container .mt_lg_-42px {
    margin-top: -42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-42px, .block-editor__container .mb_lg_-42px {
    margin-bottom: -42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-42px, .block-editor__container .ml_lg_-42px {
    margin-left: -42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-42px, .block-editor__container .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_42px, .block-editor__container .mt_lg_42px {
    margin-top: 42px;
  }
  body .mb_lg_42px, .block-editor__container .mb_lg_42px {
    margin-bottom: 42px;
  }
  body .ml_lg_42px, .block-editor__container .ml_lg_42px {
    margin-left: 42px;
  }
  body .mr_lg_42px, .block-editor__container .mr_lg_42px {
    margin-right: 42px;
  }
  body .mt_lg_-42px, .block-editor__container .mt_lg_-42px {
    margin-top: -42px;
  }
  body .mb_lg_-42px, .block-editor__container .mb_lg_-42px {
    margin-bottom: -42px;
  }
  body .ml_lg_-42px, .block-editor__container .ml_lg_-42px {
    margin-left: -42px;
  }
  body .mr_lg_-42px, .block-editor__container .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_42px, .block-editor__container .mt_lg_42px {
    margin-top: 42px;
  }
  body .mb_lg_42px, .block-editor__container .mb_lg_42px {
    margin-bottom: 42px;
  }
  body .ml_lg_42px, .block-editor__container .ml_lg_42px {
    margin-left: 42px;
  }
  body .mr_lg_42px, .block-editor__container .mr_lg_42px {
    margin-right: 42px;
  }
  body .mt_lg_-42px, .block-editor__container .mt_lg_-42px {
    margin-top: -42px;
  }
  body .mb_lg_-42px, .block-editor__container .mb_lg_-42px {
    margin-bottom: -42px;
  }
  body .ml_lg_-42px, .block-editor__container .ml_lg_-42px {
    margin-left: -42px;
  }
  body .mr_lg_-42px, .block-editor__container .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_42px, .block-editor__container .mt_lg_42px {
    margin-top: 42px;
  }
  body .mb_lg_42px, .block-editor__container .mb_lg_42px {
    margin-bottom: 42px;
  }
  body .ml_lg_42px, .block-editor__container .ml_lg_42px {
    margin-left: 42px;
  }
  body .mr_lg_42px, .block-editor__container .mr_lg_42px {
    margin-right: 42px;
  }
  body .mt_lg_-42px, .block-editor__container .mt_lg_-42px {
    margin-top: -42px;
  }
  body .mb_lg_-42px, .block-editor__container .mb_lg_-42px {
    margin-bottom: -42px;
  }
  body .ml_lg_-42px, .block-editor__container .ml_lg_-42px {
    margin-left: -42px;
  }
  body .mr_lg_-42px, .block-editor__container .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_42px, .block-editor__container .mt_lg_42px {
    margin-top: 42px;
  }
  body .mb_lg_42px, .block-editor__container .mb_lg_42px {
    margin-bottom: 42px;
  }
  body .ml_lg_42px, .block-editor__container .ml_lg_42px {
    margin-left: 42px;
  }
  body .mr_lg_42px, .block-editor__container .mr_lg_42px {
    margin-right: 42px;
  }
  body .mt_lg_-42px, .block-editor__container .mt_lg_-42px {
    margin-top: -42px;
  }
  body .mb_lg_-42px, .block-editor__container .mb_lg_-42px {
    margin-bottom: -42px;
  }
  body .ml_lg_-42px, .block-editor__container .ml_lg_-42px {
    margin-left: -42px;
  }
  body .mr_lg_-42px, .block-editor__container .mr_lg_-42px {
    margin-right: -42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_43px, .block-editor__container .mt_lg_43px {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_43px, .block-editor__container .mb_lg_43px {
    margin-bottom: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_43px, .block-editor__container .ml_lg_43px {
    margin-left: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_43px, .block-editor__container .mr_lg_43px {
    margin-right: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-43px, .block-editor__container .mt_lg_-43px {
    margin-top: -43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-43px, .block-editor__container .mb_lg_-43px {
    margin-bottom: -43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-43px, .block-editor__container .ml_lg_-43px {
    margin-left: -43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-43px, .block-editor__container .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_43px, .block-editor__container .mt_lg_43px {
    margin-top: 43px;
  }
  body .mb_lg_43px, .block-editor__container .mb_lg_43px {
    margin-bottom: 43px;
  }
  body .ml_lg_43px, .block-editor__container .ml_lg_43px {
    margin-left: 43px;
  }
  body .mr_lg_43px, .block-editor__container .mr_lg_43px {
    margin-right: 43px;
  }
  body .mt_lg_-43px, .block-editor__container .mt_lg_-43px {
    margin-top: -43px;
  }
  body .mb_lg_-43px, .block-editor__container .mb_lg_-43px {
    margin-bottom: -43px;
  }
  body .ml_lg_-43px, .block-editor__container .ml_lg_-43px {
    margin-left: -43px;
  }
  body .mr_lg_-43px, .block-editor__container .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_43px, .block-editor__container .mt_lg_43px {
    margin-top: 43px;
  }
  body .mb_lg_43px, .block-editor__container .mb_lg_43px {
    margin-bottom: 43px;
  }
  body .ml_lg_43px, .block-editor__container .ml_lg_43px {
    margin-left: 43px;
  }
  body .mr_lg_43px, .block-editor__container .mr_lg_43px {
    margin-right: 43px;
  }
  body .mt_lg_-43px, .block-editor__container .mt_lg_-43px {
    margin-top: -43px;
  }
  body .mb_lg_-43px, .block-editor__container .mb_lg_-43px {
    margin-bottom: -43px;
  }
  body .ml_lg_-43px, .block-editor__container .ml_lg_-43px {
    margin-left: -43px;
  }
  body .mr_lg_-43px, .block-editor__container .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_43px, .block-editor__container .mt_lg_43px {
    margin-top: 43px;
  }
  body .mb_lg_43px, .block-editor__container .mb_lg_43px {
    margin-bottom: 43px;
  }
  body .ml_lg_43px, .block-editor__container .ml_lg_43px {
    margin-left: 43px;
  }
  body .mr_lg_43px, .block-editor__container .mr_lg_43px {
    margin-right: 43px;
  }
  body .mt_lg_-43px, .block-editor__container .mt_lg_-43px {
    margin-top: -43px;
  }
  body .mb_lg_-43px, .block-editor__container .mb_lg_-43px {
    margin-bottom: -43px;
  }
  body .ml_lg_-43px, .block-editor__container .ml_lg_-43px {
    margin-left: -43px;
  }
  body .mr_lg_-43px, .block-editor__container .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_43px, .block-editor__container .mt_lg_43px {
    margin-top: 43px;
  }
  body .mb_lg_43px, .block-editor__container .mb_lg_43px {
    margin-bottom: 43px;
  }
  body .ml_lg_43px, .block-editor__container .ml_lg_43px {
    margin-left: 43px;
  }
  body .mr_lg_43px, .block-editor__container .mr_lg_43px {
    margin-right: 43px;
  }
  body .mt_lg_-43px, .block-editor__container .mt_lg_-43px {
    margin-top: -43px;
  }
  body .mb_lg_-43px, .block-editor__container .mb_lg_-43px {
    margin-bottom: -43px;
  }
  body .ml_lg_-43px, .block-editor__container .ml_lg_-43px {
    margin-left: -43px;
  }
  body .mr_lg_-43px, .block-editor__container .mr_lg_-43px {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_44px, .block-editor__container .mt_lg_44px {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_44px, .block-editor__container .mb_lg_44px {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_44px, .block-editor__container .ml_lg_44px {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_44px, .block-editor__container .mr_lg_44px {
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-44px, .block-editor__container .mt_lg_-44px {
    margin-top: -44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-44px, .block-editor__container .mb_lg_-44px {
    margin-bottom: -44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-44px, .block-editor__container .ml_lg_-44px {
    margin-left: -44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-44px, .block-editor__container .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_44px, .block-editor__container .mt_lg_44px {
    margin-top: 44px;
  }
  body .mb_lg_44px, .block-editor__container .mb_lg_44px {
    margin-bottom: 44px;
  }
  body .ml_lg_44px, .block-editor__container .ml_lg_44px {
    margin-left: 44px;
  }
  body .mr_lg_44px, .block-editor__container .mr_lg_44px {
    margin-right: 44px;
  }
  body .mt_lg_-44px, .block-editor__container .mt_lg_-44px {
    margin-top: -44px;
  }
  body .mb_lg_-44px, .block-editor__container .mb_lg_-44px {
    margin-bottom: -44px;
  }
  body .ml_lg_-44px, .block-editor__container .ml_lg_-44px {
    margin-left: -44px;
  }
  body .mr_lg_-44px, .block-editor__container .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_44px, .block-editor__container .mt_lg_44px {
    margin-top: 44px;
  }
  body .mb_lg_44px, .block-editor__container .mb_lg_44px {
    margin-bottom: 44px;
  }
  body .ml_lg_44px, .block-editor__container .ml_lg_44px {
    margin-left: 44px;
  }
  body .mr_lg_44px, .block-editor__container .mr_lg_44px {
    margin-right: 44px;
  }
  body .mt_lg_-44px, .block-editor__container .mt_lg_-44px {
    margin-top: -44px;
  }
  body .mb_lg_-44px, .block-editor__container .mb_lg_-44px {
    margin-bottom: -44px;
  }
  body .ml_lg_-44px, .block-editor__container .ml_lg_-44px {
    margin-left: -44px;
  }
  body .mr_lg_-44px, .block-editor__container .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_44px, .block-editor__container .mt_lg_44px {
    margin-top: 44px;
  }
  body .mb_lg_44px, .block-editor__container .mb_lg_44px {
    margin-bottom: 44px;
  }
  body .ml_lg_44px, .block-editor__container .ml_lg_44px {
    margin-left: 44px;
  }
  body .mr_lg_44px, .block-editor__container .mr_lg_44px {
    margin-right: 44px;
  }
  body .mt_lg_-44px, .block-editor__container .mt_lg_-44px {
    margin-top: -44px;
  }
  body .mb_lg_-44px, .block-editor__container .mb_lg_-44px {
    margin-bottom: -44px;
  }
  body .ml_lg_-44px, .block-editor__container .ml_lg_-44px {
    margin-left: -44px;
  }
  body .mr_lg_-44px, .block-editor__container .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_44px, .block-editor__container .mt_lg_44px {
    margin-top: 44px;
  }
  body .mb_lg_44px, .block-editor__container .mb_lg_44px {
    margin-bottom: 44px;
  }
  body .ml_lg_44px, .block-editor__container .ml_lg_44px {
    margin-left: 44px;
  }
  body .mr_lg_44px, .block-editor__container .mr_lg_44px {
    margin-right: 44px;
  }
  body .mt_lg_-44px, .block-editor__container .mt_lg_-44px {
    margin-top: -44px;
  }
  body .mb_lg_-44px, .block-editor__container .mb_lg_-44px {
    margin-bottom: -44px;
  }
  body .ml_lg_-44px, .block-editor__container .ml_lg_-44px {
    margin-left: -44px;
  }
  body .mr_lg_-44px, .block-editor__container .mr_lg_-44px {
    margin-right: -44px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_45px, .block-editor__container .mt_lg_45px {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_45px, .block-editor__container .mb_lg_45px {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_45px, .block-editor__container .ml_lg_45px {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_45px, .block-editor__container .mr_lg_45px {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-45px, .block-editor__container .mt_lg_-45px {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-45px, .block-editor__container .mb_lg_-45px {
    margin-bottom: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-45px, .block-editor__container .ml_lg_-45px {
    margin-left: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-45px, .block-editor__container .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_45px, .block-editor__container .mt_lg_45px {
    margin-top: 45px;
  }
  body .mb_lg_45px, .block-editor__container .mb_lg_45px {
    margin-bottom: 45px;
  }
  body .ml_lg_45px, .block-editor__container .ml_lg_45px {
    margin-left: 45px;
  }
  body .mr_lg_45px, .block-editor__container .mr_lg_45px {
    margin-right: 45px;
  }
  body .mt_lg_-45px, .block-editor__container .mt_lg_-45px {
    margin-top: -45px;
  }
  body .mb_lg_-45px, .block-editor__container .mb_lg_-45px {
    margin-bottom: -45px;
  }
  body .ml_lg_-45px, .block-editor__container .ml_lg_-45px {
    margin-left: -45px;
  }
  body .mr_lg_-45px, .block-editor__container .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_45px, .block-editor__container .mt_lg_45px {
    margin-top: 45px;
  }
  body .mb_lg_45px, .block-editor__container .mb_lg_45px {
    margin-bottom: 45px;
  }
  body .ml_lg_45px, .block-editor__container .ml_lg_45px {
    margin-left: 45px;
  }
  body .mr_lg_45px, .block-editor__container .mr_lg_45px {
    margin-right: 45px;
  }
  body .mt_lg_-45px, .block-editor__container .mt_lg_-45px {
    margin-top: -45px;
  }
  body .mb_lg_-45px, .block-editor__container .mb_lg_-45px {
    margin-bottom: -45px;
  }
  body .ml_lg_-45px, .block-editor__container .ml_lg_-45px {
    margin-left: -45px;
  }
  body .mr_lg_-45px, .block-editor__container .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_45px, .block-editor__container .mt_lg_45px {
    margin-top: 45px;
  }
  body .mb_lg_45px, .block-editor__container .mb_lg_45px {
    margin-bottom: 45px;
  }
  body .ml_lg_45px, .block-editor__container .ml_lg_45px {
    margin-left: 45px;
  }
  body .mr_lg_45px, .block-editor__container .mr_lg_45px {
    margin-right: 45px;
  }
  body .mt_lg_-45px, .block-editor__container .mt_lg_-45px {
    margin-top: -45px;
  }
  body .mb_lg_-45px, .block-editor__container .mb_lg_-45px {
    margin-bottom: -45px;
  }
  body .ml_lg_-45px, .block-editor__container .ml_lg_-45px {
    margin-left: -45px;
  }
  body .mr_lg_-45px, .block-editor__container .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_45px, .block-editor__container .mt_lg_45px {
    margin-top: 45px;
  }
  body .mb_lg_45px, .block-editor__container .mb_lg_45px {
    margin-bottom: 45px;
  }
  body .ml_lg_45px, .block-editor__container .ml_lg_45px {
    margin-left: 45px;
  }
  body .mr_lg_45px, .block-editor__container .mr_lg_45px {
    margin-right: 45px;
  }
  body .mt_lg_-45px, .block-editor__container .mt_lg_-45px {
    margin-top: -45px;
  }
  body .mb_lg_-45px, .block-editor__container .mb_lg_-45px {
    margin-bottom: -45px;
  }
  body .ml_lg_-45px, .block-editor__container .ml_lg_-45px {
    margin-left: -45px;
  }
  body .mr_lg_-45px, .block-editor__container .mr_lg_-45px {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_46px, .block-editor__container .mt_lg_46px {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_46px, .block-editor__container .mb_lg_46px {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_46px, .block-editor__container .ml_lg_46px {
    margin-left: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_46px, .block-editor__container .mr_lg_46px {
    margin-right: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-46px, .block-editor__container .mt_lg_-46px {
    margin-top: -46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-46px, .block-editor__container .mb_lg_-46px {
    margin-bottom: -46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-46px, .block-editor__container .ml_lg_-46px {
    margin-left: -46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-46px, .block-editor__container .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_46px, .block-editor__container .mt_lg_46px {
    margin-top: 46px;
  }
  body .mb_lg_46px, .block-editor__container .mb_lg_46px {
    margin-bottom: 46px;
  }
  body .ml_lg_46px, .block-editor__container .ml_lg_46px {
    margin-left: 46px;
  }
  body .mr_lg_46px, .block-editor__container .mr_lg_46px {
    margin-right: 46px;
  }
  body .mt_lg_-46px, .block-editor__container .mt_lg_-46px {
    margin-top: -46px;
  }
  body .mb_lg_-46px, .block-editor__container .mb_lg_-46px {
    margin-bottom: -46px;
  }
  body .ml_lg_-46px, .block-editor__container .ml_lg_-46px {
    margin-left: -46px;
  }
  body .mr_lg_-46px, .block-editor__container .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_46px, .block-editor__container .mt_lg_46px {
    margin-top: 46px;
  }
  body .mb_lg_46px, .block-editor__container .mb_lg_46px {
    margin-bottom: 46px;
  }
  body .ml_lg_46px, .block-editor__container .ml_lg_46px {
    margin-left: 46px;
  }
  body .mr_lg_46px, .block-editor__container .mr_lg_46px {
    margin-right: 46px;
  }
  body .mt_lg_-46px, .block-editor__container .mt_lg_-46px {
    margin-top: -46px;
  }
  body .mb_lg_-46px, .block-editor__container .mb_lg_-46px {
    margin-bottom: -46px;
  }
  body .ml_lg_-46px, .block-editor__container .ml_lg_-46px {
    margin-left: -46px;
  }
  body .mr_lg_-46px, .block-editor__container .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_46px, .block-editor__container .mt_lg_46px {
    margin-top: 46px;
  }
  body .mb_lg_46px, .block-editor__container .mb_lg_46px {
    margin-bottom: 46px;
  }
  body .ml_lg_46px, .block-editor__container .ml_lg_46px {
    margin-left: 46px;
  }
  body .mr_lg_46px, .block-editor__container .mr_lg_46px {
    margin-right: 46px;
  }
  body .mt_lg_-46px, .block-editor__container .mt_lg_-46px {
    margin-top: -46px;
  }
  body .mb_lg_-46px, .block-editor__container .mb_lg_-46px {
    margin-bottom: -46px;
  }
  body .ml_lg_-46px, .block-editor__container .ml_lg_-46px {
    margin-left: -46px;
  }
  body .mr_lg_-46px, .block-editor__container .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_46px, .block-editor__container .mt_lg_46px {
    margin-top: 46px;
  }
  body .mb_lg_46px, .block-editor__container .mb_lg_46px {
    margin-bottom: 46px;
  }
  body .ml_lg_46px, .block-editor__container .ml_lg_46px {
    margin-left: 46px;
  }
  body .mr_lg_46px, .block-editor__container .mr_lg_46px {
    margin-right: 46px;
  }
  body .mt_lg_-46px, .block-editor__container .mt_lg_-46px {
    margin-top: -46px;
  }
  body .mb_lg_-46px, .block-editor__container .mb_lg_-46px {
    margin-bottom: -46px;
  }
  body .ml_lg_-46px, .block-editor__container .ml_lg_-46px {
    margin-left: -46px;
  }
  body .mr_lg_-46px, .block-editor__container .mr_lg_-46px {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_47px, .block-editor__container .mt_lg_47px {
    margin-top: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_47px, .block-editor__container .mb_lg_47px {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_47px, .block-editor__container .ml_lg_47px {
    margin-left: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_47px, .block-editor__container .mr_lg_47px {
    margin-right: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-47px, .block-editor__container .mt_lg_-47px {
    margin-top: -47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-47px, .block-editor__container .mb_lg_-47px {
    margin-bottom: -47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-47px, .block-editor__container .ml_lg_-47px {
    margin-left: -47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-47px, .block-editor__container .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_47px, .block-editor__container .mt_lg_47px {
    margin-top: 47px;
  }
  body .mb_lg_47px, .block-editor__container .mb_lg_47px {
    margin-bottom: 47px;
  }
  body .ml_lg_47px, .block-editor__container .ml_lg_47px {
    margin-left: 47px;
  }
  body .mr_lg_47px, .block-editor__container .mr_lg_47px {
    margin-right: 47px;
  }
  body .mt_lg_-47px, .block-editor__container .mt_lg_-47px {
    margin-top: -47px;
  }
  body .mb_lg_-47px, .block-editor__container .mb_lg_-47px {
    margin-bottom: -47px;
  }
  body .ml_lg_-47px, .block-editor__container .ml_lg_-47px {
    margin-left: -47px;
  }
  body .mr_lg_-47px, .block-editor__container .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_47px, .block-editor__container .mt_lg_47px {
    margin-top: 47px;
  }
  body .mb_lg_47px, .block-editor__container .mb_lg_47px {
    margin-bottom: 47px;
  }
  body .ml_lg_47px, .block-editor__container .ml_lg_47px {
    margin-left: 47px;
  }
  body .mr_lg_47px, .block-editor__container .mr_lg_47px {
    margin-right: 47px;
  }
  body .mt_lg_-47px, .block-editor__container .mt_lg_-47px {
    margin-top: -47px;
  }
  body .mb_lg_-47px, .block-editor__container .mb_lg_-47px {
    margin-bottom: -47px;
  }
  body .ml_lg_-47px, .block-editor__container .ml_lg_-47px {
    margin-left: -47px;
  }
  body .mr_lg_-47px, .block-editor__container .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_47px, .block-editor__container .mt_lg_47px {
    margin-top: 47px;
  }
  body .mb_lg_47px, .block-editor__container .mb_lg_47px {
    margin-bottom: 47px;
  }
  body .ml_lg_47px, .block-editor__container .ml_lg_47px {
    margin-left: 47px;
  }
  body .mr_lg_47px, .block-editor__container .mr_lg_47px {
    margin-right: 47px;
  }
  body .mt_lg_-47px, .block-editor__container .mt_lg_-47px {
    margin-top: -47px;
  }
  body .mb_lg_-47px, .block-editor__container .mb_lg_-47px {
    margin-bottom: -47px;
  }
  body .ml_lg_-47px, .block-editor__container .ml_lg_-47px {
    margin-left: -47px;
  }
  body .mr_lg_-47px, .block-editor__container .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_47px, .block-editor__container .mt_lg_47px {
    margin-top: 47px;
  }
  body .mb_lg_47px, .block-editor__container .mb_lg_47px {
    margin-bottom: 47px;
  }
  body .ml_lg_47px, .block-editor__container .ml_lg_47px {
    margin-left: 47px;
  }
  body .mr_lg_47px, .block-editor__container .mr_lg_47px {
    margin-right: 47px;
  }
  body .mt_lg_-47px, .block-editor__container .mt_lg_-47px {
    margin-top: -47px;
  }
  body .mb_lg_-47px, .block-editor__container .mb_lg_-47px {
    margin-bottom: -47px;
  }
  body .ml_lg_-47px, .block-editor__container .ml_lg_-47px {
    margin-left: -47px;
  }
  body .mr_lg_-47px, .block-editor__container .mr_lg_-47px {
    margin-right: -47px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_48px, .block-editor__container .mt_lg_48px {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_48px, .block-editor__container .mb_lg_48px {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_48px, .block-editor__container .ml_lg_48px {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_48px, .block-editor__container .mr_lg_48px {
    margin-right: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-48px, .block-editor__container .mt_lg_-48px {
    margin-top: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-48px, .block-editor__container .mb_lg_-48px {
    margin-bottom: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-48px, .block-editor__container .ml_lg_-48px {
    margin-left: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-48px, .block-editor__container .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_48px, .block-editor__container .mt_lg_48px {
    margin-top: 48px;
  }
  body .mb_lg_48px, .block-editor__container .mb_lg_48px {
    margin-bottom: 48px;
  }
  body .ml_lg_48px, .block-editor__container .ml_lg_48px {
    margin-left: 48px;
  }
  body .mr_lg_48px, .block-editor__container .mr_lg_48px {
    margin-right: 48px;
  }
  body .mt_lg_-48px, .block-editor__container .mt_lg_-48px {
    margin-top: -48px;
  }
  body .mb_lg_-48px, .block-editor__container .mb_lg_-48px {
    margin-bottom: -48px;
  }
  body .ml_lg_-48px, .block-editor__container .ml_lg_-48px {
    margin-left: -48px;
  }
  body .mr_lg_-48px, .block-editor__container .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_48px, .block-editor__container .mt_lg_48px {
    margin-top: 48px;
  }
  body .mb_lg_48px, .block-editor__container .mb_lg_48px {
    margin-bottom: 48px;
  }
  body .ml_lg_48px, .block-editor__container .ml_lg_48px {
    margin-left: 48px;
  }
  body .mr_lg_48px, .block-editor__container .mr_lg_48px {
    margin-right: 48px;
  }
  body .mt_lg_-48px, .block-editor__container .mt_lg_-48px {
    margin-top: -48px;
  }
  body .mb_lg_-48px, .block-editor__container .mb_lg_-48px {
    margin-bottom: -48px;
  }
  body .ml_lg_-48px, .block-editor__container .ml_lg_-48px {
    margin-left: -48px;
  }
  body .mr_lg_-48px, .block-editor__container .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_48px, .block-editor__container .mt_lg_48px {
    margin-top: 48px;
  }
  body .mb_lg_48px, .block-editor__container .mb_lg_48px {
    margin-bottom: 48px;
  }
  body .ml_lg_48px, .block-editor__container .ml_lg_48px {
    margin-left: 48px;
  }
  body .mr_lg_48px, .block-editor__container .mr_lg_48px {
    margin-right: 48px;
  }
  body .mt_lg_-48px, .block-editor__container .mt_lg_-48px {
    margin-top: -48px;
  }
  body .mb_lg_-48px, .block-editor__container .mb_lg_-48px {
    margin-bottom: -48px;
  }
  body .ml_lg_-48px, .block-editor__container .ml_lg_-48px {
    margin-left: -48px;
  }
  body .mr_lg_-48px, .block-editor__container .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_48px, .block-editor__container .mt_lg_48px {
    margin-top: 48px;
  }
  body .mb_lg_48px, .block-editor__container .mb_lg_48px {
    margin-bottom: 48px;
  }
  body .ml_lg_48px, .block-editor__container .ml_lg_48px {
    margin-left: 48px;
  }
  body .mr_lg_48px, .block-editor__container .mr_lg_48px {
    margin-right: 48px;
  }
  body .mt_lg_-48px, .block-editor__container .mt_lg_-48px {
    margin-top: -48px;
  }
  body .mb_lg_-48px, .block-editor__container .mb_lg_-48px {
    margin-bottom: -48px;
  }
  body .ml_lg_-48px, .block-editor__container .ml_lg_-48px {
    margin-left: -48px;
  }
  body .mr_lg_-48px, .block-editor__container .mr_lg_-48px {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_49px, .block-editor__container .mt_lg_49px {
    margin-top: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_49px, .block-editor__container .mb_lg_49px {
    margin-bottom: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_49px, .block-editor__container .ml_lg_49px {
    margin-left: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_49px, .block-editor__container .mr_lg_49px {
    margin-right: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-49px, .block-editor__container .mt_lg_-49px {
    margin-top: -49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-49px, .block-editor__container .mb_lg_-49px {
    margin-bottom: -49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-49px, .block-editor__container .ml_lg_-49px {
    margin-left: -49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-49px, .block-editor__container .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_49px, .block-editor__container .mt_lg_49px {
    margin-top: 49px;
  }
  body .mb_lg_49px, .block-editor__container .mb_lg_49px {
    margin-bottom: 49px;
  }
  body .ml_lg_49px, .block-editor__container .ml_lg_49px {
    margin-left: 49px;
  }
  body .mr_lg_49px, .block-editor__container .mr_lg_49px {
    margin-right: 49px;
  }
  body .mt_lg_-49px, .block-editor__container .mt_lg_-49px {
    margin-top: -49px;
  }
  body .mb_lg_-49px, .block-editor__container .mb_lg_-49px {
    margin-bottom: -49px;
  }
  body .ml_lg_-49px, .block-editor__container .ml_lg_-49px {
    margin-left: -49px;
  }
  body .mr_lg_-49px, .block-editor__container .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_49px, .block-editor__container .mt_lg_49px {
    margin-top: 49px;
  }
  body .mb_lg_49px, .block-editor__container .mb_lg_49px {
    margin-bottom: 49px;
  }
  body .ml_lg_49px, .block-editor__container .ml_lg_49px {
    margin-left: 49px;
  }
  body .mr_lg_49px, .block-editor__container .mr_lg_49px {
    margin-right: 49px;
  }
  body .mt_lg_-49px, .block-editor__container .mt_lg_-49px {
    margin-top: -49px;
  }
  body .mb_lg_-49px, .block-editor__container .mb_lg_-49px {
    margin-bottom: -49px;
  }
  body .ml_lg_-49px, .block-editor__container .ml_lg_-49px {
    margin-left: -49px;
  }
  body .mr_lg_-49px, .block-editor__container .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_49px, .block-editor__container .mt_lg_49px {
    margin-top: 49px;
  }
  body .mb_lg_49px, .block-editor__container .mb_lg_49px {
    margin-bottom: 49px;
  }
  body .ml_lg_49px, .block-editor__container .ml_lg_49px {
    margin-left: 49px;
  }
  body .mr_lg_49px, .block-editor__container .mr_lg_49px {
    margin-right: 49px;
  }
  body .mt_lg_-49px, .block-editor__container .mt_lg_-49px {
    margin-top: -49px;
  }
  body .mb_lg_-49px, .block-editor__container .mb_lg_-49px {
    margin-bottom: -49px;
  }
  body .ml_lg_-49px, .block-editor__container .ml_lg_-49px {
    margin-left: -49px;
  }
  body .mr_lg_-49px, .block-editor__container .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_49px, .block-editor__container .mt_lg_49px {
    margin-top: 49px;
  }
  body .mb_lg_49px, .block-editor__container .mb_lg_49px {
    margin-bottom: 49px;
  }
  body .ml_lg_49px, .block-editor__container .ml_lg_49px {
    margin-left: 49px;
  }
  body .mr_lg_49px, .block-editor__container .mr_lg_49px {
    margin-right: 49px;
  }
  body .mt_lg_-49px, .block-editor__container .mt_lg_-49px {
    margin-top: -49px;
  }
  body .mb_lg_-49px, .block-editor__container .mb_lg_-49px {
    margin-bottom: -49px;
  }
  body .ml_lg_-49px, .block-editor__container .ml_lg_-49px {
    margin-left: -49px;
  }
  body .mr_lg_-49px, .block-editor__container .mr_lg_-49px {
    margin-right: -49px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_50px, .block-editor__container .mt_lg_50px {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_50px, .block-editor__container .mb_lg_50px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_50px, .block-editor__container .ml_lg_50px {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_50px, .block-editor__container .mr_lg_50px {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-50px, .block-editor__container .mt_lg_-50px {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-50px, .block-editor__container .mb_lg_-50px {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-50px, .block-editor__container .ml_lg_-50px {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-50px, .block-editor__container .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_50px, .block-editor__container .mt_lg_50px {
    margin-top: 50px;
  }
  body .mb_lg_50px, .block-editor__container .mb_lg_50px {
    margin-bottom: 50px;
  }
  body .ml_lg_50px, .block-editor__container .ml_lg_50px {
    margin-left: 50px;
  }
  body .mr_lg_50px, .block-editor__container .mr_lg_50px {
    margin-right: 50px;
  }
  body .mt_lg_-50px, .block-editor__container .mt_lg_-50px {
    margin-top: -50px;
  }
  body .mb_lg_-50px, .block-editor__container .mb_lg_-50px {
    margin-bottom: -50px;
  }
  body .ml_lg_-50px, .block-editor__container .ml_lg_-50px {
    margin-left: -50px;
  }
  body .mr_lg_-50px, .block-editor__container .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_50px, .block-editor__container .mt_lg_50px {
    margin-top: 50px;
  }
  body .mb_lg_50px, .block-editor__container .mb_lg_50px {
    margin-bottom: 50px;
  }
  body .ml_lg_50px, .block-editor__container .ml_lg_50px {
    margin-left: 50px;
  }
  body .mr_lg_50px, .block-editor__container .mr_lg_50px {
    margin-right: 50px;
  }
  body .mt_lg_-50px, .block-editor__container .mt_lg_-50px {
    margin-top: -50px;
  }
  body .mb_lg_-50px, .block-editor__container .mb_lg_-50px {
    margin-bottom: -50px;
  }
  body .ml_lg_-50px, .block-editor__container .ml_lg_-50px {
    margin-left: -50px;
  }
  body .mr_lg_-50px, .block-editor__container .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_50px, .block-editor__container .mt_lg_50px {
    margin-top: 50px;
  }
  body .mb_lg_50px, .block-editor__container .mb_lg_50px {
    margin-bottom: 50px;
  }
  body .ml_lg_50px, .block-editor__container .ml_lg_50px {
    margin-left: 50px;
  }
  body .mr_lg_50px, .block-editor__container .mr_lg_50px {
    margin-right: 50px;
  }
  body .mt_lg_-50px, .block-editor__container .mt_lg_-50px {
    margin-top: -50px;
  }
  body .mb_lg_-50px, .block-editor__container .mb_lg_-50px {
    margin-bottom: -50px;
  }
  body .ml_lg_-50px, .block-editor__container .ml_lg_-50px {
    margin-left: -50px;
  }
  body .mr_lg_-50px, .block-editor__container .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_50px, .block-editor__container .mt_lg_50px {
    margin-top: 50px;
  }
  body .mb_lg_50px, .block-editor__container .mb_lg_50px {
    margin-bottom: 50px;
  }
  body .ml_lg_50px, .block-editor__container .ml_lg_50px {
    margin-left: 50px;
  }
  body .mr_lg_50px, .block-editor__container .mr_lg_50px {
    margin-right: 50px;
  }
  body .mt_lg_-50px, .block-editor__container .mt_lg_-50px {
    margin-top: -50px;
  }
  body .mb_lg_-50px, .block-editor__container .mb_lg_-50px {
    margin-bottom: -50px;
  }
  body .ml_lg_-50px, .block-editor__container .ml_lg_-50px {
    margin-left: -50px;
  }
  body .mr_lg_-50px, .block-editor__container .mr_lg_-50px {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_51px, .block-editor__container .mt_lg_51px {
    margin-top: 51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_51px, .block-editor__container .mb_lg_51px {
    margin-bottom: 51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_51px, .block-editor__container .ml_lg_51px {
    margin-left: 51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_51px, .block-editor__container .mr_lg_51px {
    margin-right: 51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-51px, .block-editor__container .mt_lg_-51px {
    margin-top: -51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-51px, .block-editor__container .mb_lg_-51px {
    margin-bottom: -51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-51px, .block-editor__container .ml_lg_-51px {
    margin-left: -51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-51px, .block-editor__container .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_51px, .block-editor__container .mt_lg_51px {
    margin-top: 51px;
  }
  body .mb_lg_51px, .block-editor__container .mb_lg_51px {
    margin-bottom: 51px;
  }
  body .ml_lg_51px, .block-editor__container .ml_lg_51px {
    margin-left: 51px;
  }
  body .mr_lg_51px, .block-editor__container .mr_lg_51px {
    margin-right: 51px;
  }
  body .mt_lg_-51px, .block-editor__container .mt_lg_-51px {
    margin-top: -51px;
  }
  body .mb_lg_-51px, .block-editor__container .mb_lg_-51px {
    margin-bottom: -51px;
  }
  body .ml_lg_-51px, .block-editor__container .ml_lg_-51px {
    margin-left: -51px;
  }
  body .mr_lg_-51px, .block-editor__container .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_51px, .block-editor__container .mt_lg_51px {
    margin-top: 51px;
  }
  body .mb_lg_51px, .block-editor__container .mb_lg_51px {
    margin-bottom: 51px;
  }
  body .ml_lg_51px, .block-editor__container .ml_lg_51px {
    margin-left: 51px;
  }
  body .mr_lg_51px, .block-editor__container .mr_lg_51px {
    margin-right: 51px;
  }
  body .mt_lg_-51px, .block-editor__container .mt_lg_-51px {
    margin-top: -51px;
  }
  body .mb_lg_-51px, .block-editor__container .mb_lg_-51px {
    margin-bottom: -51px;
  }
  body .ml_lg_-51px, .block-editor__container .ml_lg_-51px {
    margin-left: -51px;
  }
  body .mr_lg_-51px, .block-editor__container .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_51px, .block-editor__container .mt_lg_51px {
    margin-top: 51px;
  }
  body .mb_lg_51px, .block-editor__container .mb_lg_51px {
    margin-bottom: 51px;
  }
  body .ml_lg_51px, .block-editor__container .ml_lg_51px {
    margin-left: 51px;
  }
  body .mr_lg_51px, .block-editor__container .mr_lg_51px {
    margin-right: 51px;
  }
  body .mt_lg_-51px, .block-editor__container .mt_lg_-51px {
    margin-top: -51px;
  }
  body .mb_lg_-51px, .block-editor__container .mb_lg_-51px {
    margin-bottom: -51px;
  }
  body .ml_lg_-51px, .block-editor__container .ml_lg_-51px {
    margin-left: -51px;
  }
  body .mr_lg_-51px, .block-editor__container .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_51px, .block-editor__container .mt_lg_51px {
    margin-top: 51px;
  }
  body .mb_lg_51px, .block-editor__container .mb_lg_51px {
    margin-bottom: 51px;
  }
  body .ml_lg_51px, .block-editor__container .ml_lg_51px {
    margin-left: 51px;
  }
  body .mr_lg_51px, .block-editor__container .mr_lg_51px {
    margin-right: 51px;
  }
  body .mt_lg_-51px, .block-editor__container .mt_lg_-51px {
    margin-top: -51px;
  }
  body .mb_lg_-51px, .block-editor__container .mb_lg_-51px {
    margin-bottom: -51px;
  }
  body .ml_lg_-51px, .block-editor__container .ml_lg_-51px {
    margin-left: -51px;
  }
  body .mr_lg_-51px, .block-editor__container .mr_lg_-51px {
    margin-right: -51px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_52px, .block-editor__container .mt_lg_52px {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_52px, .block-editor__container .mb_lg_52px {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_52px, .block-editor__container .ml_lg_52px {
    margin-left: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_52px, .block-editor__container .mr_lg_52px {
    margin-right: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-52px, .block-editor__container .mt_lg_-52px {
    margin-top: -52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-52px, .block-editor__container .mb_lg_-52px {
    margin-bottom: -52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-52px, .block-editor__container .ml_lg_-52px {
    margin-left: -52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-52px, .block-editor__container .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_52px, .block-editor__container .mt_lg_52px {
    margin-top: 52px;
  }
  body .mb_lg_52px, .block-editor__container .mb_lg_52px {
    margin-bottom: 52px;
  }
  body .ml_lg_52px, .block-editor__container .ml_lg_52px {
    margin-left: 52px;
  }
  body .mr_lg_52px, .block-editor__container .mr_lg_52px {
    margin-right: 52px;
  }
  body .mt_lg_-52px, .block-editor__container .mt_lg_-52px {
    margin-top: -52px;
  }
  body .mb_lg_-52px, .block-editor__container .mb_lg_-52px {
    margin-bottom: -52px;
  }
  body .ml_lg_-52px, .block-editor__container .ml_lg_-52px {
    margin-left: -52px;
  }
  body .mr_lg_-52px, .block-editor__container .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_52px, .block-editor__container .mt_lg_52px {
    margin-top: 52px;
  }
  body .mb_lg_52px, .block-editor__container .mb_lg_52px {
    margin-bottom: 52px;
  }
  body .ml_lg_52px, .block-editor__container .ml_lg_52px {
    margin-left: 52px;
  }
  body .mr_lg_52px, .block-editor__container .mr_lg_52px {
    margin-right: 52px;
  }
  body .mt_lg_-52px, .block-editor__container .mt_lg_-52px {
    margin-top: -52px;
  }
  body .mb_lg_-52px, .block-editor__container .mb_lg_-52px {
    margin-bottom: -52px;
  }
  body .ml_lg_-52px, .block-editor__container .ml_lg_-52px {
    margin-left: -52px;
  }
  body .mr_lg_-52px, .block-editor__container .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_52px, .block-editor__container .mt_lg_52px {
    margin-top: 52px;
  }
  body .mb_lg_52px, .block-editor__container .mb_lg_52px {
    margin-bottom: 52px;
  }
  body .ml_lg_52px, .block-editor__container .ml_lg_52px {
    margin-left: 52px;
  }
  body .mr_lg_52px, .block-editor__container .mr_lg_52px {
    margin-right: 52px;
  }
  body .mt_lg_-52px, .block-editor__container .mt_lg_-52px {
    margin-top: -52px;
  }
  body .mb_lg_-52px, .block-editor__container .mb_lg_-52px {
    margin-bottom: -52px;
  }
  body .ml_lg_-52px, .block-editor__container .ml_lg_-52px {
    margin-left: -52px;
  }
  body .mr_lg_-52px, .block-editor__container .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_52px, .block-editor__container .mt_lg_52px {
    margin-top: 52px;
  }
  body .mb_lg_52px, .block-editor__container .mb_lg_52px {
    margin-bottom: 52px;
  }
  body .ml_lg_52px, .block-editor__container .ml_lg_52px {
    margin-left: 52px;
  }
  body .mr_lg_52px, .block-editor__container .mr_lg_52px {
    margin-right: 52px;
  }
  body .mt_lg_-52px, .block-editor__container .mt_lg_-52px {
    margin-top: -52px;
  }
  body .mb_lg_-52px, .block-editor__container .mb_lg_-52px {
    margin-bottom: -52px;
  }
  body .ml_lg_-52px, .block-editor__container .ml_lg_-52px {
    margin-left: -52px;
  }
  body .mr_lg_-52px, .block-editor__container .mr_lg_-52px {
    margin-right: -52px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_53px, .block-editor__container .mt_lg_53px {
    margin-top: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_53px, .block-editor__container .mb_lg_53px {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_53px, .block-editor__container .ml_lg_53px {
    margin-left: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_53px, .block-editor__container .mr_lg_53px {
    margin-right: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-53px, .block-editor__container .mt_lg_-53px {
    margin-top: -53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-53px, .block-editor__container .mb_lg_-53px {
    margin-bottom: -53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-53px, .block-editor__container .ml_lg_-53px {
    margin-left: -53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-53px, .block-editor__container .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_53px, .block-editor__container .mt_lg_53px {
    margin-top: 53px;
  }
  body .mb_lg_53px, .block-editor__container .mb_lg_53px {
    margin-bottom: 53px;
  }
  body .ml_lg_53px, .block-editor__container .ml_lg_53px {
    margin-left: 53px;
  }
  body .mr_lg_53px, .block-editor__container .mr_lg_53px {
    margin-right: 53px;
  }
  body .mt_lg_-53px, .block-editor__container .mt_lg_-53px {
    margin-top: -53px;
  }
  body .mb_lg_-53px, .block-editor__container .mb_lg_-53px {
    margin-bottom: -53px;
  }
  body .ml_lg_-53px, .block-editor__container .ml_lg_-53px {
    margin-left: -53px;
  }
  body .mr_lg_-53px, .block-editor__container .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_53px, .block-editor__container .mt_lg_53px {
    margin-top: 53px;
  }
  body .mb_lg_53px, .block-editor__container .mb_lg_53px {
    margin-bottom: 53px;
  }
  body .ml_lg_53px, .block-editor__container .ml_lg_53px {
    margin-left: 53px;
  }
  body .mr_lg_53px, .block-editor__container .mr_lg_53px {
    margin-right: 53px;
  }
  body .mt_lg_-53px, .block-editor__container .mt_lg_-53px {
    margin-top: -53px;
  }
  body .mb_lg_-53px, .block-editor__container .mb_lg_-53px {
    margin-bottom: -53px;
  }
  body .ml_lg_-53px, .block-editor__container .ml_lg_-53px {
    margin-left: -53px;
  }
  body .mr_lg_-53px, .block-editor__container .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_53px, .block-editor__container .mt_lg_53px {
    margin-top: 53px;
  }
  body .mb_lg_53px, .block-editor__container .mb_lg_53px {
    margin-bottom: 53px;
  }
  body .ml_lg_53px, .block-editor__container .ml_lg_53px {
    margin-left: 53px;
  }
  body .mr_lg_53px, .block-editor__container .mr_lg_53px {
    margin-right: 53px;
  }
  body .mt_lg_-53px, .block-editor__container .mt_lg_-53px {
    margin-top: -53px;
  }
  body .mb_lg_-53px, .block-editor__container .mb_lg_-53px {
    margin-bottom: -53px;
  }
  body .ml_lg_-53px, .block-editor__container .ml_lg_-53px {
    margin-left: -53px;
  }
  body .mr_lg_-53px, .block-editor__container .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_53px, .block-editor__container .mt_lg_53px {
    margin-top: 53px;
  }
  body .mb_lg_53px, .block-editor__container .mb_lg_53px {
    margin-bottom: 53px;
  }
  body .ml_lg_53px, .block-editor__container .ml_lg_53px {
    margin-left: 53px;
  }
  body .mr_lg_53px, .block-editor__container .mr_lg_53px {
    margin-right: 53px;
  }
  body .mt_lg_-53px, .block-editor__container .mt_lg_-53px {
    margin-top: -53px;
  }
  body .mb_lg_-53px, .block-editor__container .mb_lg_-53px {
    margin-bottom: -53px;
  }
  body .ml_lg_-53px, .block-editor__container .ml_lg_-53px {
    margin-left: -53px;
  }
  body .mr_lg_-53px, .block-editor__container .mr_lg_-53px {
    margin-right: -53px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_54px, .block-editor__container .mt_lg_54px {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_54px, .block-editor__container .mb_lg_54px {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_54px, .block-editor__container .ml_lg_54px {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_54px, .block-editor__container .mr_lg_54px {
    margin-right: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-54px, .block-editor__container .mt_lg_-54px {
    margin-top: -54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-54px, .block-editor__container .mb_lg_-54px {
    margin-bottom: -54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-54px, .block-editor__container .ml_lg_-54px {
    margin-left: -54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-54px, .block-editor__container .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_54px, .block-editor__container .mt_lg_54px {
    margin-top: 54px;
  }
  body .mb_lg_54px, .block-editor__container .mb_lg_54px {
    margin-bottom: 54px;
  }
  body .ml_lg_54px, .block-editor__container .ml_lg_54px {
    margin-left: 54px;
  }
  body .mr_lg_54px, .block-editor__container .mr_lg_54px {
    margin-right: 54px;
  }
  body .mt_lg_-54px, .block-editor__container .mt_lg_-54px {
    margin-top: -54px;
  }
  body .mb_lg_-54px, .block-editor__container .mb_lg_-54px {
    margin-bottom: -54px;
  }
  body .ml_lg_-54px, .block-editor__container .ml_lg_-54px {
    margin-left: -54px;
  }
  body .mr_lg_-54px, .block-editor__container .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_54px, .block-editor__container .mt_lg_54px {
    margin-top: 54px;
  }
  body .mb_lg_54px, .block-editor__container .mb_lg_54px {
    margin-bottom: 54px;
  }
  body .ml_lg_54px, .block-editor__container .ml_lg_54px {
    margin-left: 54px;
  }
  body .mr_lg_54px, .block-editor__container .mr_lg_54px {
    margin-right: 54px;
  }
  body .mt_lg_-54px, .block-editor__container .mt_lg_-54px {
    margin-top: -54px;
  }
  body .mb_lg_-54px, .block-editor__container .mb_lg_-54px {
    margin-bottom: -54px;
  }
  body .ml_lg_-54px, .block-editor__container .ml_lg_-54px {
    margin-left: -54px;
  }
  body .mr_lg_-54px, .block-editor__container .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_54px, .block-editor__container .mt_lg_54px {
    margin-top: 54px;
  }
  body .mb_lg_54px, .block-editor__container .mb_lg_54px {
    margin-bottom: 54px;
  }
  body .ml_lg_54px, .block-editor__container .ml_lg_54px {
    margin-left: 54px;
  }
  body .mr_lg_54px, .block-editor__container .mr_lg_54px {
    margin-right: 54px;
  }
  body .mt_lg_-54px, .block-editor__container .mt_lg_-54px {
    margin-top: -54px;
  }
  body .mb_lg_-54px, .block-editor__container .mb_lg_-54px {
    margin-bottom: -54px;
  }
  body .ml_lg_-54px, .block-editor__container .ml_lg_-54px {
    margin-left: -54px;
  }
  body .mr_lg_-54px, .block-editor__container .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_54px, .block-editor__container .mt_lg_54px {
    margin-top: 54px;
  }
  body .mb_lg_54px, .block-editor__container .mb_lg_54px {
    margin-bottom: 54px;
  }
  body .ml_lg_54px, .block-editor__container .ml_lg_54px {
    margin-left: 54px;
  }
  body .mr_lg_54px, .block-editor__container .mr_lg_54px {
    margin-right: 54px;
  }
  body .mt_lg_-54px, .block-editor__container .mt_lg_-54px {
    margin-top: -54px;
  }
  body .mb_lg_-54px, .block-editor__container .mb_lg_-54px {
    margin-bottom: -54px;
  }
  body .ml_lg_-54px, .block-editor__container .ml_lg_-54px {
    margin-left: -54px;
  }
  body .mr_lg_-54px, .block-editor__container .mr_lg_-54px {
    margin-right: -54px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_55px, .block-editor__container .mt_lg_55px {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_55px, .block-editor__container .mb_lg_55px {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_55px, .block-editor__container .ml_lg_55px {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_55px, .block-editor__container .mr_lg_55px {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-55px, .block-editor__container .mt_lg_-55px {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-55px, .block-editor__container .mb_lg_-55px {
    margin-bottom: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-55px, .block-editor__container .ml_lg_-55px {
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-55px, .block-editor__container .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_55px, .block-editor__container .mt_lg_55px {
    margin-top: 55px;
  }
  body .mb_lg_55px, .block-editor__container .mb_lg_55px {
    margin-bottom: 55px;
  }
  body .ml_lg_55px, .block-editor__container .ml_lg_55px {
    margin-left: 55px;
  }
  body .mr_lg_55px, .block-editor__container .mr_lg_55px {
    margin-right: 55px;
  }
  body .mt_lg_-55px, .block-editor__container .mt_lg_-55px {
    margin-top: -55px;
  }
  body .mb_lg_-55px, .block-editor__container .mb_lg_-55px {
    margin-bottom: -55px;
  }
  body .ml_lg_-55px, .block-editor__container .ml_lg_-55px {
    margin-left: -55px;
  }
  body .mr_lg_-55px, .block-editor__container .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_55px, .block-editor__container .mt_lg_55px {
    margin-top: 55px;
  }
  body .mb_lg_55px, .block-editor__container .mb_lg_55px {
    margin-bottom: 55px;
  }
  body .ml_lg_55px, .block-editor__container .ml_lg_55px {
    margin-left: 55px;
  }
  body .mr_lg_55px, .block-editor__container .mr_lg_55px {
    margin-right: 55px;
  }
  body .mt_lg_-55px, .block-editor__container .mt_lg_-55px {
    margin-top: -55px;
  }
  body .mb_lg_-55px, .block-editor__container .mb_lg_-55px {
    margin-bottom: -55px;
  }
  body .ml_lg_-55px, .block-editor__container .ml_lg_-55px {
    margin-left: -55px;
  }
  body .mr_lg_-55px, .block-editor__container .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_55px, .block-editor__container .mt_lg_55px {
    margin-top: 55px;
  }
  body .mb_lg_55px, .block-editor__container .mb_lg_55px {
    margin-bottom: 55px;
  }
  body .ml_lg_55px, .block-editor__container .ml_lg_55px {
    margin-left: 55px;
  }
  body .mr_lg_55px, .block-editor__container .mr_lg_55px {
    margin-right: 55px;
  }
  body .mt_lg_-55px, .block-editor__container .mt_lg_-55px {
    margin-top: -55px;
  }
  body .mb_lg_-55px, .block-editor__container .mb_lg_-55px {
    margin-bottom: -55px;
  }
  body .ml_lg_-55px, .block-editor__container .ml_lg_-55px {
    margin-left: -55px;
  }
  body .mr_lg_-55px, .block-editor__container .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_55px, .block-editor__container .mt_lg_55px {
    margin-top: 55px;
  }
  body .mb_lg_55px, .block-editor__container .mb_lg_55px {
    margin-bottom: 55px;
  }
  body .ml_lg_55px, .block-editor__container .ml_lg_55px {
    margin-left: 55px;
  }
  body .mr_lg_55px, .block-editor__container .mr_lg_55px {
    margin-right: 55px;
  }
  body .mt_lg_-55px, .block-editor__container .mt_lg_-55px {
    margin-top: -55px;
  }
  body .mb_lg_-55px, .block-editor__container .mb_lg_-55px {
    margin-bottom: -55px;
  }
  body .ml_lg_-55px, .block-editor__container .ml_lg_-55px {
    margin-left: -55px;
  }
  body .mr_lg_-55px, .block-editor__container .mr_lg_-55px {
    margin-right: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_56px, .block-editor__container .mt_lg_56px {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_56px, .block-editor__container .mb_lg_56px {
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_56px, .block-editor__container .ml_lg_56px {
    margin-left: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_56px, .block-editor__container .mr_lg_56px {
    margin-right: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-56px, .block-editor__container .mt_lg_-56px {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-56px, .block-editor__container .mb_lg_-56px {
    margin-bottom: -56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-56px, .block-editor__container .ml_lg_-56px {
    margin-left: -56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-56px, .block-editor__container .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_56px, .block-editor__container .mt_lg_56px {
    margin-top: 56px;
  }
  body .mb_lg_56px, .block-editor__container .mb_lg_56px {
    margin-bottom: 56px;
  }
  body .ml_lg_56px, .block-editor__container .ml_lg_56px {
    margin-left: 56px;
  }
  body .mr_lg_56px, .block-editor__container .mr_lg_56px {
    margin-right: 56px;
  }
  body .mt_lg_-56px, .block-editor__container .mt_lg_-56px {
    margin-top: -56px;
  }
  body .mb_lg_-56px, .block-editor__container .mb_lg_-56px {
    margin-bottom: -56px;
  }
  body .ml_lg_-56px, .block-editor__container .ml_lg_-56px {
    margin-left: -56px;
  }
  body .mr_lg_-56px, .block-editor__container .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_56px, .block-editor__container .mt_lg_56px {
    margin-top: 56px;
  }
  body .mb_lg_56px, .block-editor__container .mb_lg_56px {
    margin-bottom: 56px;
  }
  body .ml_lg_56px, .block-editor__container .ml_lg_56px {
    margin-left: 56px;
  }
  body .mr_lg_56px, .block-editor__container .mr_lg_56px {
    margin-right: 56px;
  }
  body .mt_lg_-56px, .block-editor__container .mt_lg_-56px {
    margin-top: -56px;
  }
  body .mb_lg_-56px, .block-editor__container .mb_lg_-56px {
    margin-bottom: -56px;
  }
  body .ml_lg_-56px, .block-editor__container .ml_lg_-56px {
    margin-left: -56px;
  }
  body .mr_lg_-56px, .block-editor__container .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_56px, .block-editor__container .mt_lg_56px {
    margin-top: 56px;
  }
  body .mb_lg_56px, .block-editor__container .mb_lg_56px {
    margin-bottom: 56px;
  }
  body .ml_lg_56px, .block-editor__container .ml_lg_56px {
    margin-left: 56px;
  }
  body .mr_lg_56px, .block-editor__container .mr_lg_56px {
    margin-right: 56px;
  }
  body .mt_lg_-56px, .block-editor__container .mt_lg_-56px {
    margin-top: -56px;
  }
  body .mb_lg_-56px, .block-editor__container .mb_lg_-56px {
    margin-bottom: -56px;
  }
  body .ml_lg_-56px, .block-editor__container .ml_lg_-56px {
    margin-left: -56px;
  }
  body .mr_lg_-56px, .block-editor__container .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_56px, .block-editor__container .mt_lg_56px {
    margin-top: 56px;
  }
  body .mb_lg_56px, .block-editor__container .mb_lg_56px {
    margin-bottom: 56px;
  }
  body .ml_lg_56px, .block-editor__container .ml_lg_56px {
    margin-left: 56px;
  }
  body .mr_lg_56px, .block-editor__container .mr_lg_56px {
    margin-right: 56px;
  }
  body .mt_lg_-56px, .block-editor__container .mt_lg_-56px {
    margin-top: -56px;
  }
  body .mb_lg_-56px, .block-editor__container .mb_lg_-56px {
    margin-bottom: -56px;
  }
  body .ml_lg_-56px, .block-editor__container .ml_lg_-56px {
    margin-left: -56px;
  }
  body .mr_lg_-56px, .block-editor__container .mr_lg_-56px {
    margin-right: -56px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_57px, .block-editor__container .mt_lg_57px {
    margin-top: 57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_57px, .block-editor__container .mb_lg_57px {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_57px, .block-editor__container .ml_lg_57px {
    margin-left: 57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_57px, .block-editor__container .mr_lg_57px {
    margin-right: 57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-57px, .block-editor__container .mt_lg_-57px {
    margin-top: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-57px, .block-editor__container .mb_lg_-57px {
    margin-bottom: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-57px, .block-editor__container .ml_lg_-57px {
    margin-left: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-57px, .block-editor__container .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_57px, .block-editor__container .mt_lg_57px {
    margin-top: 57px;
  }
  body .mb_lg_57px, .block-editor__container .mb_lg_57px {
    margin-bottom: 57px;
  }
  body .ml_lg_57px, .block-editor__container .ml_lg_57px {
    margin-left: 57px;
  }
  body .mr_lg_57px, .block-editor__container .mr_lg_57px {
    margin-right: 57px;
  }
  body .mt_lg_-57px, .block-editor__container .mt_lg_-57px {
    margin-top: -57px;
  }
  body .mb_lg_-57px, .block-editor__container .mb_lg_-57px {
    margin-bottom: -57px;
  }
  body .ml_lg_-57px, .block-editor__container .ml_lg_-57px {
    margin-left: -57px;
  }
  body .mr_lg_-57px, .block-editor__container .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_57px, .block-editor__container .mt_lg_57px {
    margin-top: 57px;
  }
  body .mb_lg_57px, .block-editor__container .mb_lg_57px {
    margin-bottom: 57px;
  }
  body .ml_lg_57px, .block-editor__container .ml_lg_57px {
    margin-left: 57px;
  }
  body .mr_lg_57px, .block-editor__container .mr_lg_57px {
    margin-right: 57px;
  }
  body .mt_lg_-57px, .block-editor__container .mt_lg_-57px {
    margin-top: -57px;
  }
  body .mb_lg_-57px, .block-editor__container .mb_lg_-57px {
    margin-bottom: -57px;
  }
  body .ml_lg_-57px, .block-editor__container .ml_lg_-57px {
    margin-left: -57px;
  }
  body .mr_lg_-57px, .block-editor__container .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_57px, .block-editor__container .mt_lg_57px {
    margin-top: 57px;
  }
  body .mb_lg_57px, .block-editor__container .mb_lg_57px {
    margin-bottom: 57px;
  }
  body .ml_lg_57px, .block-editor__container .ml_lg_57px {
    margin-left: 57px;
  }
  body .mr_lg_57px, .block-editor__container .mr_lg_57px {
    margin-right: 57px;
  }
  body .mt_lg_-57px, .block-editor__container .mt_lg_-57px {
    margin-top: -57px;
  }
  body .mb_lg_-57px, .block-editor__container .mb_lg_-57px {
    margin-bottom: -57px;
  }
  body .ml_lg_-57px, .block-editor__container .ml_lg_-57px {
    margin-left: -57px;
  }
  body .mr_lg_-57px, .block-editor__container .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_57px, .block-editor__container .mt_lg_57px {
    margin-top: 57px;
  }
  body .mb_lg_57px, .block-editor__container .mb_lg_57px {
    margin-bottom: 57px;
  }
  body .ml_lg_57px, .block-editor__container .ml_lg_57px {
    margin-left: 57px;
  }
  body .mr_lg_57px, .block-editor__container .mr_lg_57px {
    margin-right: 57px;
  }
  body .mt_lg_-57px, .block-editor__container .mt_lg_-57px {
    margin-top: -57px;
  }
  body .mb_lg_-57px, .block-editor__container .mb_lg_-57px {
    margin-bottom: -57px;
  }
  body .ml_lg_-57px, .block-editor__container .ml_lg_-57px {
    margin-left: -57px;
  }
  body .mr_lg_-57px, .block-editor__container .mr_lg_-57px {
    margin-right: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_58px, .block-editor__container .mt_lg_58px {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_58px, .block-editor__container .mb_lg_58px {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_58px, .block-editor__container .ml_lg_58px {
    margin-left: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_58px, .block-editor__container .mr_lg_58px {
    margin-right: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-58px, .block-editor__container .mt_lg_-58px {
    margin-top: -58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-58px, .block-editor__container .mb_lg_-58px {
    margin-bottom: -58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-58px, .block-editor__container .ml_lg_-58px {
    margin-left: -58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-58px, .block-editor__container .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_58px, .block-editor__container .mt_lg_58px {
    margin-top: 58px;
  }
  body .mb_lg_58px, .block-editor__container .mb_lg_58px {
    margin-bottom: 58px;
  }
  body .ml_lg_58px, .block-editor__container .ml_lg_58px {
    margin-left: 58px;
  }
  body .mr_lg_58px, .block-editor__container .mr_lg_58px {
    margin-right: 58px;
  }
  body .mt_lg_-58px, .block-editor__container .mt_lg_-58px {
    margin-top: -58px;
  }
  body .mb_lg_-58px, .block-editor__container .mb_lg_-58px {
    margin-bottom: -58px;
  }
  body .ml_lg_-58px, .block-editor__container .ml_lg_-58px {
    margin-left: -58px;
  }
  body .mr_lg_-58px, .block-editor__container .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_58px, .block-editor__container .mt_lg_58px {
    margin-top: 58px;
  }
  body .mb_lg_58px, .block-editor__container .mb_lg_58px {
    margin-bottom: 58px;
  }
  body .ml_lg_58px, .block-editor__container .ml_lg_58px {
    margin-left: 58px;
  }
  body .mr_lg_58px, .block-editor__container .mr_lg_58px {
    margin-right: 58px;
  }
  body .mt_lg_-58px, .block-editor__container .mt_lg_-58px {
    margin-top: -58px;
  }
  body .mb_lg_-58px, .block-editor__container .mb_lg_-58px {
    margin-bottom: -58px;
  }
  body .ml_lg_-58px, .block-editor__container .ml_lg_-58px {
    margin-left: -58px;
  }
  body .mr_lg_-58px, .block-editor__container .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_58px, .block-editor__container .mt_lg_58px {
    margin-top: 58px;
  }
  body .mb_lg_58px, .block-editor__container .mb_lg_58px {
    margin-bottom: 58px;
  }
  body .ml_lg_58px, .block-editor__container .ml_lg_58px {
    margin-left: 58px;
  }
  body .mr_lg_58px, .block-editor__container .mr_lg_58px {
    margin-right: 58px;
  }
  body .mt_lg_-58px, .block-editor__container .mt_lg_-58px {
    margin-top: -58px;
  }
  body .mb_lg_-58px, .block-editor__container .mb_lg_-58px {
    margin-bottom: -58px;
  }
  body .ml_lg_-58px, .block-editor__container .ml_lg_-58px {
    margin-left: -58px;
  }
  body .mr_lg_-58px, .block-editor__container .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_58px, .block-editor__container .mt_lg_58px {
    margin-top: 58px;
  }
  body .mb_lg_58px, .block-editor__container .mb_lg_58px {
    margin-bottom: 58px;
  }
  body .ml_lg_58px, .block-editor__container .ml_lg_58px {
    margin-left: 58px;
  }
  body .mr_lg_58px, .block-editor__container .mr_lg_58px {
    margin-right: 58px;
  }
  body .mt_lg_-58px, .block-editor__container .mt_lg_-58px {
    margin-top: -58px;
  }
  body .mb_lg_-58px, .block-editor__container .mb_lg_-58px {
    margin-bottom: -58px;
  }
  body .ml_lg_-58px, .block-editor__container .ml_lg_-58px {
    margin-left: -58px;
  }
  body .mr_lg_-58px, .block-editor__container .mr_lg_-58px {
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_59px, .block-editor__container .mt_lg_59px {
    margin-top: 59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_59px, .block-editor__container .mb_lg_59px {
    margin-bottom: 59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_59px, .block-editor__container .ml_lg_59px {
    margin-left: 59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_59px, .block-editor__container .mr_lg_59px {
    margin-right: 59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-59px, .block-editor__container .mt_lg_-59px {
    margin-top: -59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-59px, .block-editor__container .mb_lg_-59px {
    margin-bottom: -59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-59px, .block-editor__container .ml_lg_-59px {
    margin-left: -59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-59px, .block-editor__container .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_59px, .block-editor__container .mt_lg_59px {
    margin-top: 59px;
  }
  body .mb_lg_59px, .block-editor__container .mb_lg_59px {
    margin-bottom: 59px;
  }
  body .ml_lg_59px, .block-editor__container .ml_lg_59px {
    margin-left: 59px;
  }
  body .mr_lg_59px, .block-editor__container .mr_lg_59px {
    margin-right: 59px;
  }
  body .mt_lg_-59px, .block-editor__container .mt_lg_-59px {
    margin-top: -59px;
  }
  body .mb_lg_-59px, .block-editor__container .mb_lg_-59px {
    margin-bottom: -59px;
  }
  body .ml_lg_-59px, .block-editor__container .ml_lg_-59px {
    margin-left: -59px;
  }
  body .mr_lg_-59px, .block-editor__container .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_59px, .block-editor__container .mt_lg_59px {
    margin-top: 59px;
  }
  body .mb_lg_59px, .block-editor__container .mb_lg_59px {
    margin-bottom: 59px;
  }
  body .ml_lg_59px, .block-editor__container .ml_lg_59px {
    margin-left: 59px;
  }
  body .mr_lg_59px, .block-editor__container .mr_lg_59px {
    margin-right: 59px;
  }
  body .mt_lg_-59px, .block-editor__container .mt_lg_-59px {
    margin-top: -59px;
  }
  body .mb_lg_-59px, .block-editor__container .mb_lg_-59px {
    margin-bottom: -59px;
  }
  body .ml_lg_-59px, .block-editor__container .ml_lg_-59px {
    margin-left: -59px;
  }
  body .mr_lg_-59px, .block-editor__container .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_59px, .block-editor__container .mt_lg_59px {
    margin-top: 59px;
  }
  body .mb_lg_59px, .block-editor__container .mb_lg_59px {
    margin-bottom: 59px;
  }
  body .ml_lg_59px, .block-editor__container .ml_lg_59px {
    margin-left: 59px;
  }
  body .mr_lg_59px, .block-editor__container .mr_lg_59px {
    margin-right: 59px;
  }
  body .mt_lg_-59px, .block-editor__container .mt_lg_-59px {
    margin-top: -59px;
  }
  body .mb_lg_-59px, .block-editor__container .mb_lg_-59px {
    margin-bottom: -59px;
  }
  body .ml_lg_-59px, .block-editor__container .ml_lg_-59px {
    margin-left: -59px;
  }
  body .mr_lg_-59px, .block-editor__container .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_59px, .block-editor__container .mt_lg_59px {
    margin-top: 59px;
  }
  body .mb_lg_59px, .block-editor__container .mb_lg_59px {
    margin-bottom: 59px;
  }
  body .ml_lg_59px, .block-editor__container .ml_lg_59px {
    margin-left: 59px;
  }
  body .mr_lg_59px, .block-editor__container .mr_lg_59px {
    margin-right: 59px;
  }
  body .mt_lg_-59px, .block-editor__container .mt_lg_-59px {
    margin-top: -59px;
  }
  body .mb_lg_-59px, .block-editor__container .mb_lg_-59px {
    margin-bottom: -59px;
  }
  body .ml_lg_-59px, .block-editor__container .ml_lg_-59px {
    margin-left: -59px;
  }
  body .mr_lg_-59px, .block-editor__container .mr_lg_-59px {
    margin-right: -59px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_60px, .block-editor__container .mt_lg_60px {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_60px, .block-editor__container .mb_lg_60px {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_60px, .block-editor__container .ml_lg_60px {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_60px, .block-editor__container .mr_lg_60px {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-60px, .block-editor__container .mt_lg_-60px {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-60px, .block-editor__container .mb_lg_-60px {
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-60px, .block-editor__container .ml_lg_-60px {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-60px, .block-editor__container .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_60px, .block-editor__container .mt_lg_60px {
    margin-top: 60px;
  }
  body .mb_lg_60px, .block-editor__container .mb_lg_60px {
    margin-bottom: 60px;
  }
  body .ml_lg_60px, .block-editor__container .ml_lg_60px {
    margin-left: 60px;
  }
  body .mr_lg_60px, .block-editor__container .mr_lg_60px {
    margin-right: 60px;
  }
  body .mt_lg_-60px, .block-editor__container .mt_lg_-60px {
    margin-top: -60px;
  }
  body .mb_lg_-60px, .block-editor__container .mb_lg_-60px {
    margin-bottom: -60px;
  }
  body .ml_lg_-60px, .block-editor__container .ml_lg_-60px {
    margin-left: -60px;
  }
  body .mr_lg_-60px, .block-editor__container .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_60px, .block-editor__container .mt_lg_60px {
    margin-top: 60px;
  }
  body .mb_lg_60px, .block-editor__container .mb_lg_60px {
    margin-bottom: 60px;
  }
  body .ml_lg_60px, .block-editor__container .ml_lg_60px {
    margin-left: 60px;
  }
  body .mr_lg_60px, .block-editor__container .mr_lg_60px {
    margin-right: 60px;
  }
  body .mt_lg_-60px, .block-editor__container .mt_lg_-60px {
    margin-top: -60px;
  }
  body .mb_lg_-60px, .block-editor__container .mb_lg_-60px {
    margin-bottom: -60px;
  }
  body .ml_lg_-60px, .block-editor__container .ml_lg_-60px {
    margin-left: -60px;
  }
  body .mr_lg_-60px, .block-editor__container .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_60px, .block-editor__container .mt_lg_60px {
    margin-top: 60px;
  }
  body .mb_lg_60px, .block-editor__container .mb_lg_60px {
    margin-bottom: 60px;
  }
  body .ml_lg_60px, .block-editor__container .ml_lg_60px {
    margin-left: 60px;
  }
  body .mr_lg_60px, .block-editor__container .mr_lg_60px {
    margin-right: 60px;
  }
  body .mt_lg_-60px, .block-editor__container .mt_lg_-60px {
    margin-top: -60px;
  }
  body .mb_lg_-60px, .block-editor__container .mb_lg_-60px {
    margin-bottom: -60px;
  }
  body .ml_lg_-60px, .block-editor__container .ml_lg_-60px {
    margin-left: -60px;
  }
  body .mr_lg_-60px, .block-editor__container .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_60px, .block-editor__container .mt_lg_60px {
    margin-top: 60px;
  }
  body .mb_lg_60px, .block-editor__container .mb_lg_60px {
    margin-bottom: 60px;
  }
  body .ml_lg_60px, .block-editor__container .ml_lg_60px {
    margin-left: 60px;
  }
  body .mr_lg_60px, .block-editor__container .mr_lg_60px {
    margin-right: 60px;
  }
  body .mt_lg_-60px, .block-editor__container .mt_lg_-60px {
    margin-top: -60px;
  }
  body .mb_lg_-60px, .block-editor__container .mb_lg_-60px {
    margin-bottom: -60px;
  }
  body .ml_lg_-60px, .block-editor__container .ml_lg_-60px {
    margin-left: -60px;
  }
  body .mr_lg_-60px, .block-editor__container .mr_lg_-60px {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_61px, .block-editor__container .mt_lg_61px {
    margin-top: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_61px, .block-editor__container .mb_lg_61px {
    margin-bottom: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_61px, .block-editor__container .ml_lg_61px {
    margin-left: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_61px, .block-editor__container .mr_lg_61px {
    margin-right: 61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-61px, .block-editor__container .mt_lg_-61px {
    margin-top: -61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-61px, .block-editor__container .mb_lg_-61px {
    margin-bottom: -61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-61px, .block-editor__container .ml_lg_-61px {
    margin-left: -61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-61px, .block-editor__container .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_61px, .block-editor__container .mt_lg_61px {
    margin-top: 61px;
  }
  body .mb_lg_61px, .block-editor__container .mb_lg_61px {
    margin-bottom: 61px;
  }
  body .ml_lg_61px, .block-editor__container .ml_lg_61px {
    margin-left: 61px;
  }
  body .mr_lg_61px, .block-editor__container .mr_lg_61px {
    margin-right: 61px;
  }
  body .mt_lg_-61px, .block-editor__container .mt_lg_-61px {
    margin-top: -61px;
  }
  body .mb_lg_-61px, .block-editor__container .mb_lg_-61px {
    margin-bottom: -61px;
  }
  body .ml_lg_-61px, .block-editor__container .ml_lg_-61px {
    margin-left: -61px;
  }
  body .mr_lg_-61px, .block-editor__container .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_61px, .block-editor__container .mt_lg_61px {
    margin-top: 61px;
  }
  body .mb_lg_61px, .block-editor__container .mb_lg_61px {
    margin-bottom: 61px;
  }
  body .ml_lg_61px, .block-editor__container .ml_lg_61px {
    margin-left: 61px;
  }
  body .mr_lg_61px, .block-editor__container .mr_lg_61px {
    margin-right: 61px;
  }
  body .mt_lg_-61px, .block-editor__container .mt_lg_-61px {
    margin-top: -61px;
  }
  body .mb_lg_-61px, .block-editor__container .mb_lg_-61px {
    margin-bottom: -61px;
  }
  body .ml_lg_-61px, .block-editor__container .ml_lg_-61px {
    margin-left: -61px;
  }
  body .mr_lg_-61px, .block-editor__container .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_61px, .block-editor__container .mt_lg_61px {
    margin-top: 61px;
  }
  body .mb_lg_61px, .block-editor__container .mb_lg_61px {
    margin-bottom: 61px;
  }
  body .ml_lg_61px, .block-editor__container .ml_lg_61px {
    margin-left: 61px;
  }
  body .mr_lg_61px, .block-editor__container .mr_lg_61px {
    margin-right: 61px;
  }
  body .mt_lg_-61px, .block-editor__container .mt_lg_-61px {
    margin-top: -61px;
  }
  body .mb_lg_-61px, .block-editor__container .mb_lg_-61px {
    margin-bottom: -61px;
  }
  body .ml_lg_-61px, .block-editor__container .ml_lg_-61px {
    margin-left: -61px;
  }
  body .mr_lg_-61px, .block-editor__container .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_61px, .block-editor__container .mt_lg_61px {
    margin-top: 61px;
  }
  body .mb_lg_61px, .block-editor__container .mb_lg_61px {
    margin-bottom: 61px;
  }
  body .ml_lg_61px, .block-editor__container .ml_lg_61px {
    margin-left: 61px;
  }
  body .mr_lg_61px, .block-editor__container .mr_lg_61px {
    margin-right: 61px;
  }
  body .mt_lg_-61px, .block-editor__container .mt_lg_-61px {
    margin-top: -61px;
  }
  body .mb_lg_-61px, .block-editor__container .mb_lg_-61px {
    margin-bottom: -61px;
  }
  body .ml_lg_-61px, .block-editor__container .ml_lg_-61px {
    margin-left: -61px;
  }
  body .mr_lg_-61px, .block-editor__container .mr_lg_-61px {
    margin-right: -61px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_62px, .block-editor__container .mt_lg_62px {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_62px, .block-editor__container .mb_lg_62px {
    margin-bottom: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_62px, .block-editor__container .ml_lg_62px {
    margin-left: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_62px, .block-editor__container .mr_lg_62px {
    margin-right: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-62px, .block-editor__container .mt_lg_-62px {
    margin-top: -62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-62px, .block-editor__container .mb_lg_-62px {
    margin-bottom: -62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-62px, .block-editor__container .ml_lg_-62px {
    margin-left: -62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-62px, .block-editor__container .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_62px, .block-editor__container .mt_lg_62px {
    margin-top: 62px;
  }
  body .mb_lg_62px, .block-editor__container .mb_lg_62px {
    margin-bottom: 62px;
  }
  body .ml_lg_62px, .block-editor__container .ml_lg_62px {
    margin-left: 62px;
  }
  body .mr_lg_62px, .block-editor__container .mr_lg_62px {
    margin-right: 62px;
  }
  body .mt_lg_-62px, .block-editor__container .mt_lg_-62px {
    margin-top: -62px;
  }
  body .mb_lg_-62px, .block-editor__container .mb_lg_-62px {
    margin-bottom: -62px;
  }
  body .ml_lg_-62px, .block-editor__container .ml_lg_-62px {
    margin-left: -62px;
  }
  body .mr_lg_-62px, .block-editor__container .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_62px, .block-editor__container .mt_lg_62px {
    margin-top: 62px;
  }
  body .mb_lg_62px, .block-editor__container .mb_lg_62px {
    margin-bottom: 62px;
  }
  body .ml_lg_62px, .block-editor__container .ml_lg_62px {
    margin-left: 62px;
  }
  body .mr_lg_62px, .block-editor__container .mr_lg_62px {
    margin-right: 62px;
  }
  body .mt_lg_-62px, .block-editor__container .mt_lg_-62px {
    margin-top: -62px;
  }
  body .mb_lg_-62px, .block-editor__container .mb_lg_-62px {
    margin-bottom: -62px;
  }
  body .ml_lg_-62px, .block-editor__container .ml_lg_-62px {
    margin-left: -62px;
  }
  body .mr_lg_-62px, .block-editor__container .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_62px, .block-editor__container .mt_lg_62px {
    margin-top: 62px;
  }
  body .mb_lg_62px, .block-editor__container .mb_lg_62px {
    margin-bottom: 62px;
  }
  body .ml_lg_62px, .block-editor__container .ml_lg_62px {
    margin-left: 62px;
  }
  body .mr_lg_62px, .block-editor__container .mr_lg_62px {
    margin-right: 62px;
  }
  body .mt_lg_-62px, .block-editor__container .mt_lg_-62px {
    margin-top: -62px;
  }
  body .mb_lg_-62px, .block-editor__container .mb_lg_-62px {
    margin-bottom: -62px;
  }
  body .ml_lg_-62px, .block-editor__container .ml_lg_-62px {
    margin-left: -62px;
  }
  body .mr_lg_-62px, .block-editor__container .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_62px, .block-editor__container .mt_lg_62px {
    margin-top: 62px;
  }
  body .mb_lg_62px, .block-editor__container .mb_lg_62px {
    margin-bottom: 62px;
  }
  body .ml_lg_62px, .block-editor__container .ml_lg_62px {
    margin-left: 62px;
  }
  body .mr_lg_62px, .block-editor__container .mr_lg_62px {
    margin-right: 62px;
  }
  body .mt_lg_-62px, .block-editor__container .mt_lg_-62px {
    margin-top: -62px;
  }
  body .mb_lg_-62px, .block-editor__container .mb_lg_-62px {
    margin-bottom: -62px;
  }
  body .ml_lg_-62px, .block-editor__container .ml_lg_-62px {
    margin-left: -62px;
  }
  body .mr_lg_-62px, .block-editor__container .mr_lg_-62px {
    margin-right: -62px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_63px, .block-editor__container .mt_lg_63px {
    margin-top: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_63px, .block-editor__container .mb_lg_63px {
    margin-bottom: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_63px, .block-editor__container .ml_lg_63px {
    margin-left: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_63px, .block-editor__container .mr_lg_63px {
    margin-right: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-63px, .block-editor__container .mt_lg_-63px {
    margin-top: -63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-63px, .block-editor__container .mb_lg_-63px {
    margin-bottom: -63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-63px, .block-editor__container .ml_lg_-63px {
    margin-left: -63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-63px, .block-editor__container .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_63px, .block-editor__container .mt_lg_63px {
    margin-top: 63px;
  }
  body .mb_lg_63px, .block-editor__container .mb_lg_63px {
    margin-bottom: 63px;
  }
  body .ml_lg_63px, .block-editor__container .ml_lg_63px {
    margin-left: 63px;
  }
  body .mr_lg_63px, .block-editor__container .mr_lg_63px {
    margin-right: 63px;
  }
  body .mt_lg_-63px, .block-editor__container .mt_lg_-63px {
    margin-top: -63px;
  }
  body .mb_lg_-63px, .block-editor__container .mb_lg_-63px {
    margin-bottom: -63px;
  }
  body .ml_lg_-63px, .block-editor__container .ml_lg_-63px {
    margin-left: -63px;
  }
  body .mr_lg_-63px, .block-editor__container .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_63px, .block-editor__container .mt_lg_63px {
    margin-top: 63px;
  }
  body .mb_lg_63px, .block-editor__container .mb_lg_63px {
    margin-bottom: 63px;
  }
  body .ml_lg_63px, .block-editor__container .ml_lg_63px {
    margin-left: 63px;
  }
  body .mr_lg_63px, .block-editor__container .mr_lg_63px {
    margin-right: 63px;
  }
  body .mt_lg_-63px, .block-editor__container .mt_lg_-63px {
    margin-top: -63px;
  }
  body .mb_lg_-63px, .block-editor__container .mb_lg_-63px {
    margin-bottom: -63px;
  }
  body .ml_lg_-63px, .block-editor__container .ml_lg_-63px {
    margin-left: -63px;
  }
  body .mr_lg_-63px, .block-editor__container .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_63px, .block-editor__container .mt_lg_63px {
    margin-top: 63px;
  }
  body .mb_lg_63px, .block-editor__container .mb_lg_63px {
    margin-bottom: 63px;
  }
  body .ml_lg_63px, .block-editor__container .ml_lg_63px {
    margin-left: 63px;
  }
  body .mr_lg_63px, .block-editor__container .mr_lg_63px {
    margin-right: 63px;
  }
  body .mt_lg_-63px, .block-editor__container .mt_lg_-63px {
    margin-top: -63px;
  }
  body .mb_lg_-63px, .block-editor__container .mb_lg_-63px {
    margin-bottom: -63px;
  }
  body .ml_lg_-63px, .block-editor__container .ml_lg_-63px {
    margin-left: -63px;
  }
  body .mr_lg_-63px, .block-editor__container .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_63px, .block-editor__container .mt_lg_63px {
    margin-top: 63px;
  }
  body .mb_lg_63px, .block-editor__container .mb_lg_63px {
    margin-bottom: 63px;
  }
  body .ml_lg_63px, .block-editor__container .ml_lg_63px {
    margin-left: 63px;
  }
  body .mr_lg_63px, .block-editor__container .mr_lg_63px {
    margin-right: 63px;
  }
  body .mt_lg_-63px, .block-editor__container .mt_lg_-63px {
    margin-top: -63px;
  }
  body .mb_lg_-63px, .block-editor__container .mb_lg_-63px {
    margin-bottom: -63px;
  }
  body .ml_lg_-63px, .block-editor__container .ml_lg_-63px {
    margin-left: -63px;
  }
  body .mr_lg_-63px, .block-editor__container .mr_lg_-63px {
    margin-right: -63px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_64px, .block-editor__container .mt_lg_64px {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_64px, .block-editor__container .mb_lg_64px {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_64px, .block-editor__container .ml_lg_64px {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_64px, .block-editor__container .mr_lg_64px {
    margin-right: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-64px, .block-editor__container .mt_lg_-64px {
    margin-top: -64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-64px, .block-editor__container .mb_lg_-64px {
    margin-bottom: -64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-64px, .block-editor__container .ml_lg_-64px {
    margin-left: -64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-64px, .block-editor__container .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_64px, .block-editor__container .mt_lg_64px {
    margin-top: 64px;
  }
  body .mb_lg_64px, .block-editor__container .mb_lg_64px {
    margin-bottom: 64px;
  }
  body .ml_lg_64px, .block-editor__container .ml_lg_64px {
    margin-left: 64px;
  }
  body .mr_lg_64px, .block-editor__container .mr_lg_64px {
    margin-right: 64px;
  }
  body .mt_lg_-64px, .block-editor__container .mt_lg_-64px {
    margin-top: -64px;
  }
  body .mb_lg_-64px, .block-editor__container .mb_lg_-64px {
    margin-bottom: -64px;
  }
  body .ml_lg_-64px, .block-editor__container .ml_lg_-64px {
    margin-left: -64px;
  }
  body .mr_lg_-64px, .block-editor__container .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_64px, .block-editor__container .mt_lg_64px {
    margin-top: 64px;
  }
  body .mb_lg_64px, .block-editor__container .mb_lg_64px {
    margin-bottom: 64px;
  }
  body .ml_lg_64px, .block-editor__container .ml_lg_64px {
    margin-left: 64px;
  }
  body .mr_lg_64px, .block-editor__container .mr_lg_64px {
    margin-right: 64px;
  }
  body .mt_lg_-64px, .block-editor__container .mt_lg_-64px {
    margin-top: -64px;
  }
  body .mb_lg_-64px, .block-editor__container .mb_lg_-64px {
    margin-bottom: -64px;
  }
  body .ml_lg_-64px, .block-editor__container .ml_lg_-64px {
    margin-left: -64px;
  }
  body .mr_lg_-64px, .block-editor__container .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_64px, .block-editor__container .mt_lg_64px {
    margin-top: 64px;
  }
  body .mb_lg_64px, .block-editor__container .mb_lg_64px {
    margin-bottom: 64px;
  }
  body .ml_lg_64px, .block-editor__container .ml_lg_64px {
    margin-left: 64px;
  }
  body .mr_lg_64px, .block-editor__container .mr_lg_64px {
    margin-right: 64px;
  }
  body .mt_lg_-64px, .block-editor__container .mt_lg_-64px {
    margin-top: -64px;
  }
  body .mb_lg_-64px, .block-editor__container .mb_lg_-64px {
    margin-bottom: -64px;
  }
  body .ml_lg_-64px, .block-editor__container .ml_lg_-64px {
    margin-left: -64px;
  }
  body .mr_lg_-64px, .block-editor__container .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_64px, .block-editor__container .mt_lg_64px {
    margin-top: 64px;
  }
  body .mb_lg_64px, .block-editor__container .mb_lg_64px {
    margin-bottom: 64px;
  }
  body .ml_lg_64px, .block-editor__container .ml_lg_64px {
    margin-left: 64px;
  }
  body .mr_lg_64px, .block-editor__container .mr_lg_64px {
    margin-right: 64px;
  }
  body .mt_lg_-64px, .block-editor__container .mt_lg_-64px {
    margin-top: -64px;
  }
  body .mb_lg_-64px, .block-editor__container .mb_lg_-64px {
    margin-bottom: -64px;
  }
  body .ml_lg_-64px, .block-editor__container .ml_lg_-64px {
    margin-left: -64px;
  }
  body .mr_lg_-64px, .block-editor__container .mr_lg_-64px {
    margin-right: -64px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_65px, .block-editor__container .mt_lg_65px {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_65px, .block-editor__container .mb_lg_65px {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_65px, .block-editor__container .ml_lg_65px {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_65px, .block-editor__container .mr_lg_65px {
    margin-right: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-65px, .block-editor__container .mt_lg_-65px {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-65px, .block-editor__container .mb_lg_-65px {
    margin-bottom: -65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-65px, .block-editor__container .ml_lg_-65px {
    margin-left: -65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-65px, .block-editor__container .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_65px, .block-editor__container .mt_lg_65px {
    margin-top: 65px;
  }
  body .mb_lg_65px, .block-editor__container .mb_lg_65px {
    margin-bottom: 65px;
  }
  body .ml_lg_65px, .block-editor__container .ml_lg_65px {
    margin-left: 65px;
  }
  body .mr_lg_65px, .block-editor__container .mr_lg_65px {
    margin-right: 65px;
  }
  body .mt_lg_-65px, .block-editor__container .mt_lg_-65px {
    margin-top: -65px;
  }
  body .mb_lg_-65px, .block-editor__container .mb_lg_-65px {
    margin-bottom: -65px;
  }
  body .ml_lg_-65px, .block-editor__container .ml_lg_-65px {
    margin-left: -65px;
  }
  body .mr_lg_-65px, .block-editor__container .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_65px, .block-editor__container .mt_lg_65px {
    margin-top: 65px;
  }
  body .mb_lg_65px, .block-editor__container .mb_lg_65px {
    margin-bottom: 65px;
  }
  body .ml_lg_65px, .block-editor__container .ml_lg_65px {
    margin-left: 65px;
  }
  body .mr_lg_65px, .block-editor__container .mr_lg_65px {
    margin-right: 65px;
  }
  body .mt_lg_-65px, .block-editor__container .mt_lg_-65px {
    margin-top: -65px;
  }
  body .mb_lg_-65px, .block-editor__container .mb_lg_-65px {
    margin-bottom: -65px;
  }
  body .ml_lg_-65px, .block-editor__container .ml_lg_-65px {
    margin-left: -65px;
  }
  body .mr_lg_-65px, .block-editor__container .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_65px, .block-editor__container .mt_lg_65px {
    margin-top: 65px;
  }
  body .mb_lg_65px, .block-editor__container .mb_lg_65px {
    margin-bottom: 65px;
  }
  body .ml_lg_65px, .block-editor__container .ml_lg_65px {
    margin-left: 65px;
  }
  body .mr_lg_65px, .block-editor__container .mr_lg_65px {
    margin-right: 65px;
  }
  body .mt_lg_-65px, .block-editor__container .mt_lg_-65px {
    margin-top: -65px;
  }
  body .mb_lg_-65px, .block-editor__container .mb_lg_-65px {
    margin-bottom: -65px;
  }
  body .ml_lg_-65px, .block-editor__container .ml_lg_-65px {
    margin-left: -65px;
  }
  body .mr_lg_-65px, .block-editor__container .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_65px, .block-editor__container .mt_lg_65px {
    margin-top: 65px;
  }
  body .mb_lg_65px, .block-editor__container .mb_lg_65px {
    margin-bottom: 65px;
  }
  body .ml_lg_65px, .block-editor__container .ml_lg_65px {
    margin-left: 65px;
  }
  body .mr_lg_65px, .block-editor__container .mr_lg_65px {
    margin-right: 65px;
  }
  body .mt_lg_-65px, .block-editor__container .mt_lg_-65px {
    margin-top: -65px;
  }
  body .mb_lg_-65px, .block-editor__container .mb_lg_-65px {
    margin-bottom: -65px;
  }
  body .ml_lg_-65px, .block-editor__container .ml_lg_-65px {
    margin-left: -65px;
  }
  body .mr_lg_-65px, .block-editor__container .mr_lg_-65px {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_66px, .block-editor__container .mt_lg_66px {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_66px, .block-editor__container .mb_lg_66px {
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_66px, .block-editor__container .ml_lg_66px {
    margin-left: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_66px, .block-editor__container .mr_lg_66px {
    margin-right: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-66px, .block-editor__container .mt_lg_-66px {
    margin-top: -66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-66px, .block-editor__container .mb_lg_-66px {
    margin-bottom: -66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-66px, .block-editor__container .ml_lg_-66px {
    margin-left: -66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-66px, .block-editor__container .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_66px, .block-editor__container .mt_lg_66px {
    margin-top: 66px;
  }
  body .mb_lg_66px, .block-editor__container .mb_lg_66px {
    margin-bottom: 66px;
  }
  body .ml_lg_66px, .block-editor__container .ml_lg_66px {
    margin-left: 66px;
  }
  body .mr_lg_66px, .block-editor__container .mr_lg_66px {
    margin-right: 66px;
  }
  body .mt_lg_-66px, .block-editor__container .mt_lg_-66px {
    margin-top: -66px;
  }
  body .mb_lg_-66px, .block-editor__container .mb_lg_-66px {
    margin-bottom: -66px;
  }
  body .ml_lg_-66px, .block-editor__container .ml_lg_-66px {
    margin-left: -66px;
  }
  body .mr_lg_-66px, .block-editor__container .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_66px, .block-editor__container .mt_lg_66px {
    margin-top: 66px;
  }
  body .mb_lg_66px, .block-editor__container .mb_lg_66px {
    margin-bottom: 66px;
  }
  body .ml_lg_66px, .block-editor__container .ml_lg_66px {
    margin-left: 66px;
  }
  body .mr_lg_66px, .block-editor__container .mr_lg_66px {
    margin-right: 66px;
  }
  body .mt_lg_-66px, .block-editor__container .mt_lg_-66px {
    margin-top: -66px;
  }
  body .mb_lg_-66px, .block-editor__container .mb_lg_-66px {
    margin-bottom: -66px;
  }
  body .ml_lg_-66px, .block-editor__container .ml_lg_-66px {
    margin-left: -66px;
  }
  body .mr_lg_-66px, .block-editor__container .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_66px, .block-editor__container .mt_lg_66px {
    margin-top: 66px;
  }
  body .mb_lg_66px, .block-editor__container .mb_lg_66px {
    margin-bottom: 66px;
  }
  body .ml_lg_66px, .block-editor__container .ml_lg_66px {
    margin-left: 66px;
  }
  body .mr_lg_66px, .block-editor__container .mr_lg_66px {
    margin-right: 66px;
  }
  body .mt_lg_-66px, .block-editor__container .mt_lg_-66px {
    margin-top: -66px;
  }
  body .mb_lg_-66px, .block-editor__container .mb_lg_-66px {
    margin-bottom: -66px;
  }
  body .ml_lg_-66px, .block-editor__container .ml_lg_-66px {
    margin-left: -66px;
  }
  body .mr_lg_-66px, .block-editor__container .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_66px, .block-editor__container .mt_lg_66px {
    margin-top: 66px;
  }
  body .mb_lg_66px, .block-editor__container .mb_lg_66px {
    margin-bottom: 66px;
  }
  body .ml_lg_66px, .block-editor__container .ml_lg_66px {
    margin-left: 66px;
  }
  body .mr_lg_66px, .block-editor__container .mr_lg_66px {
    margin-right: 66px;
  }
  body .mt_lg_-66px, .block-editor__container .mt_lg_-66px {
    margin-top: -66px;
  }
  body .mb_lg_-66px, .block-editor__container .mb_lg_-66px {
    margin-bottom: -66px;
  }
  body .ml_lg_-66px, .block-editor__container .ml_lg_-66px {
    margin-left: -66px;
  }
  body .mr_lg_-66px, .block-editor__container .mr_lg_-66px {
    margin-right: -66px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_67px, .block-editor__container .mt_lg_67px {
    margin-top: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_67px, .block-editor__container .mb_lg_67px {
    margin-bottom: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_67px, .block-editor__container .ml_lg_67px {
    margin-left: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_67px, .block-editor__container .mr_lg_67px {
    margin-right: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-67px, .block-editor__container .mt_lg_-67px {
    margin-top: -67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-67px, .block-editor__container .mb_lg_-67px {
    margin-bottom: -67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-67px, .block-editor__container .ml_lg_-67px {
    margin-left: -67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-67px, .block-editor__container .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_67px, .block-editor__container .mt_lg_67px {
    margin-top: 67px;
  }
  body .mb_lg_67px, .block-editor__container .mb_lg_67px {
    margin-bottom: 67px;
  }
  body .ml_lg_67px, .block-editor__container .ml_lg_67px {
    margin-left: 67px;
  }
  body .mr_lg_67px, .block-editor__container .mr_lg_67px {
    margin-right: 67px;
  }
  body .mt_lg_-67px, .block-editor__container .mt_lg_-67px {
    margin-top: -67px;
  }
  body .mb_lg_-67px, .block-editor__container .mb_lg_-67px {
    margin-bottom: -67px;
  }
  body .ml_lg_-67px, .block-editor__container .ml_lg_-67px {
    margin-left: -67px;
  }
  body .mr_lg_-67px, .block-editor__container .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_67px, .block-editor__container .mt_lg_67px {
    margin-top: 67px;
  }
  body .mb_lg_67px, .block-editor__container .mb_lg_67px {
    margin-bottom: 67px;
  }
  body .ml_lg_67px, .block-editor__container .ml_lg_67px {
    margin-left: 67px;
  }
  body .mr_lg_67px, .block-editor__container .mr_lg_67px {
    margin-right: 67px;
  }
  body .mt_lg_-67px, .block-editor__container .mt_lg_-67px {
    margin-top: -67px;
  }
  body .mb_lg_-67px, .block-editor__container .mb_lg_-67px {
    margin-bottom: -67px;
  }
  body .ml_lg_-67px, .block-editor__container .ml_lg_-67px {
    margin-left: -67px;
  }
  body .mr_lg_-67px, .block-editor__container .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_67px, .block-editor__container .mt_lg_67px {
    margin-top: 67px;
  }
  body .mb_lg_67px, .block-editor__container .mb_lg_67px {
    margin-bottom: 67px;
  }
  body .ml_lg_67px, .block-editor__container .ml_lg_67px {
    margin-left: 67px;
  }
  body .mr_lg_67px, .block-editor__container .mr_lg_67px {
    margin-right: 67px;
  }
  body .mt_lg_-67px, .block-editor__container .mt_lg_-67px {
    margin-top: -67px;
  }
  body .mb_lg_-67px, .block-editor__container .mb_lg_-67px {
    margin-bottom: -67px;
  }
  body .ml_lg_-67px, .block-editor__container .ml_lg_-67px {
    margin-left: -67px;
  }
  body .mr_lg_-67px, .block-editor__container .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_67px, .block-editor__container .mt_lg_67px {
    margin-top: 67px;
  }
  body .mb_lg_67px, .block-editor__container .mb_lg_67px {
    margin-bottom: 67px;
  }
  body .ml_lg_67px, .block-editor__container .ml_lg_67px {
    margin-left: 67px;
  }
  body .mr_lg_67px, .block-editor__container .mr_lg_67px {
    margin-right: 67px;
  }
  body .mt_lg_-67px, .block-editor__container .mt_lg_-67px {
    margin-top: -67px;
  }
  body .mb_lg_-67px, .block-editor__container .mb_lg_-67px {
    margin-bottom: -67px;
  }
  body .ml_lg_-67px, .block-editor__container .ml_lg_-67px {
    margin-left: -67px;
  }
  body .mr_lg_-67px, .block-editor__container .mr_lg_-67px {
    margin-right: -67px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_68px, .block-editor__container .mt_lg_68px {
    margin-top: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_68px, .block-editor__container .mb_lg_68px {
    margin-bottom: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_68px, .block-editor__container .ml_lg_68px {
    margin-left: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_68px, .block-editor__container .mr_lg_68px {
    margin-right: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-68px, .block-editor__container .mt_lg_-68px {
    margin-top: -68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-68px, .block-editor__container .mb_lg_-68px {
    margin-bottom: -68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-68px, .block-editor__container .ml_lg_-68px {
    margin-left: -68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-68px, .block-editor__container .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_68px, .block-editor__container .mt_lg_68px {
    margin-top: 68px;
  }
  body .mb_lg_68px, .block-editor__container .mb_lg_68px {
    margin-bottom: 68px;
  }
  body .ml_lg_68px, .block-editor__container .ml_lg_68px {
    margin-left: 68px;
  }
  body .mr_lg_68px, .block-editor__container .mr_lg_68px {
    margin-right: 68px;
  }
  body .mt_lg_-68px, .block-editor__container .mt_lg_-68px {
    margin-top: -68px;
  }
  body .mb_lg_-68px, .block-editor__container .mb_lg_-68px {
    margin-bottom: -68px;
  }
  body .ml_lg_-68px, .block-editor__container .ml_lg_-68px {
    margin-left: -68px;
  }
  body .mr_lg_-68px, .block-editor__container .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_68px, .block-editor__container .mt_lg_68px {
    margin-top: 68px;
  }
  body .mb_lg_68px, .block-editor__container .mb_lg_68px {
    margin-bottom: 68px;
  }
  body .ml_lg_68px, .block-editor__container .ml_lg_68px {
    margin-left: 68px;
  }
  body .mr_lg_68px, .block-editor__container .mr_lg_68px {
    margin-right: 68px;
  }
  body .mt_lg_-68px, .block-editor__container .mt_lg_-68px {
    margin-top: -68px;
  }
  body .mb_lg_-68px, .block-editor__container .mb_lg_-68px {
    margin-bottom: -68px;
  }
  body .ml_lg_-68px, .block-editor__container .ml_lg_-68px {
    margin-left: -68px;
  }
  body .mr_lg_-68px, .block-editor__container .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_68px, .block-editor__container .mt_lg_68px {
    margin-top: 68px;
  }
  body .mb_lg_68px, .block-editor__container .mb_lg_68px {
    margin-bottom: 68px;
  }
  body .ml_lg_68px, .block-editor__container .ml_lg_68px {
    margin-left: 68px;
  }
  body .mr_lg_68px, .block-editor__container .mr_lg_68px {
    margin-right: 68px;
  }
  body .mt_lg_-68px, .block-editor__container .mt_lg_-68px {
    margin-top: -68px;
  }
  body .mb_lg_-68px, .block-editor__container .mb_lg_-68px {
    margin-bottom: -68px;
  }
  body .ml_lg_-68px, .block-editor__container .ml_lg_-68px {
    margin-left: -68px;
  }
  body .mr_lg_-68px, .block-editor__container .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_68px, .block-editor__container .mt_lg_68px {
    margin-top: 68px;
  }
  body .mb_lg_68px, .block-editor__container .mb_lg_68px {
    margin-bottom: 68px;
  }
  body .ml_lg_68px, .block-editor__container .ml_lg_68px {
    margin-left: 68px;
  }
  body .mr_lg_68px, .block-editor__container .mr_lg_68px {
    margin-right: 68px;
  }
  body .mt_lg_-68px, .block-editor__container .mt_lg_-68px {
    margin-top: -68px;
  }
  body .mb_lg_-68px, .block-editor__container .mb_lg_-68px {
    margin-bottom: -68px;
  }
  body .ml_lg_-68px, .block-editor__container .ml_lg_-68px {
    margin-left: -68px;
  }
  body .mr_lg_-68px, .block-editor__container .mr_lg_-68px {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_69px, .block-editor__container .mt_lg_69px {
    margin-top: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_69px, .block-editor__container .mb_lg_69px {
    margin-bottom: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_69px, .block-editor__container .ml_lg_69px {
    margin-left: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_69px, .block-editor__container .mr_lg_69px {
    margin-right: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-69px, .block-editor__container .mt_lg_-69px {
    margin-top: -69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-69px, .block-editor__container .mb_lg_-69px {
    margin-bottom: -69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-69px, .block-editor__container .ml_lg_-69px {
    margin-left: -69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-69px, .block-editor__container .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_69px, .block-editor__container .mt_lg_69px {
    margin-top: 69px;
  }
  body .mb_lg_69px, .block-editor__container .mb_lg_69px {
    margin-bottom: 69px;
  }
  body .ml_lg_69px, .block-editor__container .ml_lg_69px {
    margin-left: 69px;
  }
  body .mr_lg_69px, .block-editor__container .mr_lg_69px {
    margin-right: 69px;
  }
  body .mt_lg_-69px, .block-editor__container .mt_lg_-69px {
    margin-top: -69px;
  }
  body .mb_lg_-69px, .block-editor__container .mb_lg_-69px {
    margin-bottom: -69px;
  }
  body .ml_lg_-69px, .block-editor__container .ml_lg_-69px {
    margin-left: -69px;
  }
  body .mr_lg_-69px, .block-editor__container .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_69px, .block-editor__container .mt_lg_69px {
    margin-top: 69px;
  }
  body .mb_lg_69px, .block-editor__container .mb_lg_69px {
    margin-bottom: 69px;
  }
  body .ml_lg_69px, .block-editor__container .ml_lg_69px {
    margin-left: 69px;
  }
  body .mr_lg_69px, .block-editor__container .mr_lg_69px {
    margin-right: 69px;
  }
  body .mt_lg_-69px, .block-editor__container .mt_lg_-69px {
    margin-top: -69px;
  }
  body .mb_lg_-69px, .block-editor__container .mb_lg_-69px {
    margin-bottom: -69px;
  }
  body .ml_lg_-69px, .block-editor__container .ml_lg_-69px {
    margin-left: -69px;
  }
  body .mr_lg_-69px, .block-editor__container .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_69px, .block-editor__container .mt_lg_69px {
    margin-top: 69px;
  }
  body .mb_lg_69px, .block-editor__container .mb_lg_69px {
    margin-bottom: 69px;
  }
  body .ml_lg_69px, .block-editor__container .ml_lg_69px {
    margin-left: 69px;
  }
  body .mr_lg_69px, .block-editor__container .mr_lg_69px {
    margin-right: 69px;
  }
  body .mt_lg_-69px, .block-editor__container .mt_lg_-69px {
    margin-top: -69px;
  }
  body .mb_lg_-69px, .block-editor__container .mb_lg_-69px {
    margin-bottom: -69px;
  }
  body .ml_lg_-69px, .block-editor__container .ml_lg_-69px {
    margin-left: -69px;
  }
  body .mr_lg_-69px, .block-editor__container .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_69px, .block-editor__container .mt_lg_69px {
    margin-top: 69px;
  }
  body .mb_lg_69px, .block-editor__container .mb_lg_69px {
    margin-bottom: 69px;
  }
  body .ml_lg_69px, .block-editor__container .ml_lg_69px {
    margin-left: 69px;
  }
  body .mr_lg_69px, .block-editor__container .mr_lg_69px {
    margin-right: 69px;
  }
  body .mt_lg_-69px, .block-editor__container .mt_lg_-69px {
    margin-top: -69px;
  }
  body .mb_lg_-69px, .block-editor__container .mb_lg_-69px {
    margin-bottom: -69px;
  }
  body .ml_lg_-69px, .block-editor__container .ml_lg_-69px {
    margin-left: -69px;
  }
  body .mr_lg_-69px, .block-editor__container .mr_lg_-69px {
    margin-right: -69px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_70px, .block-editor__container .mt_lg_70px {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_70px, .block-editor__container .mb_lg_70px {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_70px, .block-editor__container .ml_lg_70px {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_70px, .block-editor__container .mr_lg_70px {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-70px, .block-editor__container .mt_lg_-70px {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-70px, .block-editor__container .mb_lg_-70px {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-70px, .block-editor__container .ml_lg_-70px {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-70px, .block-editor__container .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_70px, .block-editor__container .mt_lg_70px {
    margin-top: 70px;
  }
  body .mb_lg_70px, .block-editor__container .mb_lg_70px {
    margin-bottom: 70px;
  }
  body .ml_lg_70px, .block-editor__container .ml_lg_70px {
    margin-left: 70px;
  }
  body .mr_lg_70px, .block-editor__container .mr_lg_70px {
    margin-right: 70px;
  }
  body .mt_lg_-70px, .block-editor__container .mt_lg_-70px {
    margin-top: -70px;
  }
  body .mb_lg_-70px, .block-editor__container .mb_lg_-70px {
    margin-bottom: -70px;
  }
  body .ml_lg_-70px, .block-editor__container .ml_lg_-70px {
    margin-left: -70px;
  }
  body .mr_lg_-70px, .block-editor__container .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_70px, .block-editor__container .mt_lg_70px {
    margin-top: 70px;
  }
  body .mb_lg_70px, .block-editor__container .mb_lg_70px {
    margin-bottom: 70px;
  }
  body .ml_lg_70px, .block-editor__container .ml_lg_70px {
    margin-left: 70px;
  }
  body .mr_lg_70px, .block-editor__container .mr_lg_70px {
    margin-right: 70px;
  }
  body .mt_lg_-70px, .block-editor__container .mt_lg_-70px {
    margin-top: -70px;
  }
  body .mb_lg_-70px, .block-editor__container .mb_lg_-70px {
    margin-bottom: -70px;
  }
  body .ml_lg_-70px, .block-editor__container .ml_lg_-70px {
    margin-left: -70px;
  }
  body .mr_lg_-70px, .block-editor__container .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_70px, .block-editor__container .mt_lg_70px {
    margin-top: 70px;
  }
  body .mb_lg_70px, .block-editor__container .mb_lg_70px {
    margin-bottom: 70px;
  }
  body .ml_lg_70px, .block-editor__container .ml_lg_70px {
    margin-left: 70px;
  }
  body .mr_lg_70px, .block-editor__container .mr_lg_70px {
    margin-right: 70px;
  }
  body .mt_lg_-70px, .block-editor__container .mt_lg_-70px {
    margin-top: -70px;
  }
  body .mb_lg_-70px, .block-editor__container .mb_lg_-70px {
    margin-bottom: -70px;
  }
  body .ml_lg_-70px, .block-editor__container .ml_lg_-70px {
    margin-left: -70px;
  }
  body .mr_lg_-70px, .block-editor__container .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_70px, .block-editor__container .mt_lg_70px {
    margin-top: 70px;
  }
  body .mb_lg_70px, .block-editor__container .mb_lg_70px {
    margin-bottom: 70px;
  }
  body .ml_lg_70px, .block-editor__container .ml_lg_70px {
    margin-left: 70px;
  }
  body .mr_lg_70px, .block-editor__container .mr_lg_70px {
    margin-right: 70px;
  }
  body .mt_lg_-70px, .block-editor__container .mt_lg_-70px {
    margin-top: -70px;
  }
  body .mb_lg_-70px, .block-editor__container .mb_lg_-70px {
    margin-bottom: -70px;
  }
  body .ml_lg_-70px, .block-editor__container .ml_lg_-70px {
    margin-left: -70px;
  }
  body .mr_lg_-70px, .block-editor__container .mr_lg_-70px {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_71px, .block-editor__container .mt_lg_71px {
    margin-top: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_71px, .block-editor__container .mb_lg_71px {
    margin-bottom: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_71px, .block-editor__container .ml_lg_71px {
    margin-left: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_71px, .block-editor__container .mr_lg_71px {
    margin-right: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-71px, .block-editor__container .mt_lg_-71px {
    margin-top: -71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-71px, .block-editor__container .mb_lg_-71px {
    margin-bottom: -71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-71px, .block-editor__container .ml_lg_-71px {
    margin-left: -71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-71px, .block-editor__container .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_71px, .block-editor__container .mt_lg_71px {
    margin-top: 71px;
  }
  body .mb_lg_71px, .block-editor__container .mb_lg_71px {
    margin-bottom: 71px;
  }
  body .ml_lg_71px, .block-editor__container .ml_lg_71px {
    margin-left: 71px;
  }
  body .mr_lg_71px, .block-editor__container .mr_lg_71px {
    margin-right: 71px;
  }
  body .mt_lg_-71px, .block-editor__container .mt_lg_-71px {
    margin-top: -71px;
  }
  body .mb_lg_-71px, .block-editor__container .mb_lg_-71px {
    margin-bottom: -71px;
  }
  body .ml_lg_-71px, .block-editor__container .ml_lg_-71px {
    margin-left: -71px;
  }
  body .mr_lg_-71px, .block-editor__container .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_71px, .block-editor__container .mt_lg_71px {
    margin-top: 71px;
  }
  body .mb_lg_71px, .block-editor__container .mb_lg_71px {
    margin-bottom: 71px;
  }
  body .ml_lg_71px, .block-editor__container .ml_lg_71px {
    margin-left: 71px;
  }
  body .mr_lg_71px, .block-editor__container .mr_lg_71px {
    margin-right: 71px;
  }
  body .mt_lg_-71px, .block-editor__container .mt_lg_-71px {
    margin-top: -71px;
  }
  body .mb_lg_-71px, .block-editor__container .mb_lg_-71px {
    margin-bottom: -71px;
  }
  body .ml_lg_-71px, .block-editor__container .ml_lg_-71px {
    margin-left: -71px;
  }
  body .mr_lg_-71px, .block-editor__container .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_71px, .block-editor__container .mt_lg_71px {
    margin-top: 71px;
  }
  body .mb_lg_71px, .block-editor__container .mb_lg_71px {
    margin-bottom: 71px;
  }
  body .ml_lg_71px, .block-editor__container .ml_lg_71px {
    margin-left: 71px;
  }
  body .mr_lg_71px, .block-editor__container .mr_lg_71px {
    margin-right: 71px;
  }
  body .mt_lg_-71px, .block-editor__container .mt_lg_-71px {
    margin-top: -71px;
  }
  body .mb_lg_-71px, .block-editor__container .mb_lg_-71px {
    margin-bottom: -71px;
  }
  body .ml_lg_-71px, .block-editor__container .ml_lg_-71px {
    margin-left: -71px;
  }
  body .mr_lg_-71px, .block-editor__container .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_71px, .block-editor__container .mt_lg_71px {
    margin-top: 71px;
  }
  body .mb_lg_71px, .block-editor__container .mb_lg_71px {
    margin-bottom: 71px;
  }
  body .ml_lg_71px, .block-editor__container .ml_lg_71px {
    margin-left: 71px;
  }
  body .mr_lg_71px, .block-editor__container .mr_lg_71px {
    margin-right: 71px;
  }
  body .mt_lg_-71px, .block-editor__container .mt_lg_-71px {
    margin-top: -71px;
  }
  body .mb_lg_-71px, .block-editor__container .mb_lg_-71px {
    margin-bottom: -71px;
  }
  body .ml_lg_-71px, .block-editor__container .ml_lg_-71px {
    margin-left: -71px;
  }
  body .mr_lg_-71px, .block-editor__container .mr_lg_-71px {
    margin-right: -71px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_72px, .block-editor__container .mt_lg_72px {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_72px, .block-editor__container .mb_lg_72px {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_72px, .block-editor__container .ml_lg_72px {
    margin-left: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_72px, .block-editor__container .mr_lg_72px {
    margin-right: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-72px, .block-editor__container .mt_lg_-72px {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-72px, .block-editor__container .mb_lg_-72px {
    margin-bottom: -72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-72px, .block-editor__container .ml_lg_-72px {
    margin-left: -72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-72px, .block-editor__container .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_72px, .block-editor__container .mt_lg_72px {
    margin-top: 72px;
  }
  body .mb_lg_72px, .block-editor__container .mb_lg_72px {
    margin-bottom: 72px;
  }
  body .ml_lg_72px, .block-editor__container .ml_lg_72px {
    margin-left: 72px;
  }
  body .mr_lg_72px, .block-editor__container .mr_lg_72px {
    margin-right: 72px;
  }
  body .mt_lg_-72px, .block-editor__container .mt_lg_-72px {
    margin-top: -72px;
  }
  body .mb_lg_-72px, .block-editor__container .mb_lg_-72px {
    margin-bottom: -72px;
  }
  body .ml_lg_-72px, .block-editor__container .ml_lg_-72px {
    margin-left: -72px;
  }
  body .mr_lg_-72px, .block-editor__container .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_72px, .block-editor__container .mt_lg_72px {
    margin-top: 72px;
  }
  body .mb_lg_72px, .block-editor__container .mb_lg_72px {
    margin-bottom: 72px;
  }
  body .ml_lg_72px, .block-editor__container .ml_lg_72px {
    margin-left: 72px;
  }
  body .mr_lg_72px, .block-editor__container .mr_lg_72px {
    margin-right: 72px;
  }
  body .mt_lg_-72px, .block-editor__container .mt_lg_-72px {
    margin-top: -72px;
  }
  body .mb_lg_-72px, .block-editor__container .mb_lg_-72px {
    margin-bottom: -72px;
  }
  body .ml_lg_-72px, .block-editor__container .ml_lg_-72px {
    margin-left: -72px;
  }
  body .mr_lg_-72px, .block-editor__container .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_72px, .block-editor__container .mt_lg_72px {
    margin-top: 72px;
  }
  body .mb_lg_72px, .block-editor__container .mb_lg_72px {
    margin-bottom: 72px;
  }
  body .ml_lg_72px, .block-editor__container .ml_lg_72px {
    margin-left: 72px;
  }
  body .mr_lg_72px, .block-editor__container .mr_lg_72px {
    margin-right: 72px;
  }
  body .mt_lg_-72px, .block-editor__container .mt_lg_-72px {
    margin-top: -72px;
  }
  body .mb_lg_-72px, .block-editor__container .mb_lg_-72px {
    margin-bottom: -72px;
  }
  body .ml_lg_-72px, .block-editor__container .ml_lg_-72px {
    margin-left: -72px;
  }
  body .mr_lg_-72px, .block-editor__container .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_72px, .block-editor__container .mt_lg_72px {
    margin-top: 72px;
  }
  body .mb_lg_72px, .block-editor__container .mb_lg_72px {
    margin-bottom: 72px;
  }
  body .ml_lg_72px, .block-editor__container .ml_lg_72px {
    margin-left: 72px;
  }
  body .mr_lg_72px, .block-editor__container .mr_lg_72px {
    margin-right: 72px;
  }
  body .mt_lg_-72px, .block-editor__container .mt_lg_-72px {
    margin-top: -72px;
  }
  body .mb_lg_-72px, .block-editor__container .mb_lg_-72px {
    margin-bottom: -72px;
  }
  body .ml_lg_-72px, .block-editor__container .ml_lg_-72px {
    margin-left: -72px;
  }
  body .mr_lg_-72px, .block-editor__container .mr_lg_-72px {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_73px, .block-editor__container .mt_lg_73px {
    margin-top: 73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_73px, .block-editor__container .mb_lg_73px {
    margin-bottom: 73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_73px, .block-editor__container .ml_lg_73px {
    margin-left: 73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_73px, .block-editor__container .mr_lg_73px {
    margin-right: 73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-73px, .block-editor__container .mt_lg_-73px {
    margin-top: -73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-73px, .block-editor__container .mb_lg_-73px {
    margin-bottom: -73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-73px, .block-editor__container .ml_lg_-73px {
    margin-left: -73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-73px, .block-editor__container .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_73px, .block-editor__container .mt_lg_73px {
    margin-top: 73px;
  }
  body .mb_lg_73px, .block-editor__container .mb_lg_73px {
    margin-bottom: 73px;
  }
  body .ml_lg_73px, .block-editor__container .ml_lg_73px {
    margin-left: 73px;
  }
  body .mr_lg_73px, .block-editor__container .mr_lg_73px {
    margin-right: 73px;
  }
  body .mt_lg_-73px, .block-editor__container .mt_lg_-73px {
    margin-top: -73px;
  }
  body .mb_lg_-73px, .block-editor__container .mb_lg_-73px {
    margin-bottom: -73px;
  }
  body .ml_lg_-73px, .block-editor__container .ml_lg_-73px {
    margin-left: -73px;
  }
  body .mr_lg_-73px, .block-editor__container .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_73px, .block-editor__container .mt_lg_73px {
    margin-top: 73px;
  }
  body .mb_lg_73px, .block-editor__container .mb_lg_73px {
    margin-bottom: 73px;
  }
  body .ml_lg_73px, .block-editor__container .ml_lg_73px {
    margin-left: 73px;
  }
  body .mr_lg_73px, .block-editor__container .mr_lg_73px {
    margin-right: 73px;
  }
  body .mt_lg_-73px, .block-editor__container .mt_lg_-73px {
    margin-top: -73px;
  }
  body .mb_lg_-73px, .block-editor__container .mb_lg_-73px {
    margin-bottom: -73px;
  }
  body .ml_lg_-73px, .block-editor__container .ml_lg_-73px {
    margin-left: -73px;
  }
  body .mr_lg_-73px, .block-editor__container .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_73px, .block-editor__container .mt_lg_73px {
    margin-top: 73px;
  }
  body .mb_lg_73px, .block-editor__container .mb_lg_73px {
    margin-bottom: 73px;
  }
  body .ml_lg_73px, .block-editor__container .ml_lg_73px {
    margin-left: 73px;
  }
  body .mr_lg_73px, .block-editor__container .mr_lg_73px {
    margin-right: 73px;
  }
  body .mt_lg_-73px, .block-editor__container .mt_lg_-73px {
    margin-top: -73px;
  }
  body .mb_lg_-73px, .block-editor__container .mb_lg_-73px {
    margin-bottom: -73px;
  }
  body .ml_lg_-73px, .block-editor__container .ml_lg_-73px {
    margin-left: -73px;
  }
  body .mr_lg_-73px, .block-editor__container .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_73px, .block-editor__container .mt_lg_73px {
    margin-top: 73px;
  }
  body .mb_lg_73px, .block-editor__container .mb_lg_73px {
    margin-bottom: 73px;
  }
  body .ml_lg_73px, .block-editor__container .ml_lg_73px {
    margin-left: 73px;
  }
  body .mr_lg_73px, .block-editor__container .mr_lg_73px {
    margin-right: 73px;
  }
  body .mt_lg_-73px, .block-editor__container .mt_lg_-73px {
    margin-top: -73px;
  }
  body .mb_lg_-73px, .block-editor__container .mb_lg_-73px {
    margin-bottom: -73px;
  }
  body .ml_lg_-73px, .block-editor__container .ml_lg_-73px {
    margin-left: -73px;
  }
  body .mr_lg_-73px, .block-editor__container .mr_lg_-73px {
    margin-right: -73px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_74px, .block-editor__container .mt_lg_74px {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_74px, .block-editor__container .mb_lg_74px {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_74px, .block-editor__container .ml_lg_74px {
    margin-left: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_74px, .block-editor__container .mr_lg_74px {
    margin-right: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-74px, .block-editor__container .mt_lg_-74px {
    margin-top: -74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-74px, .block-editor__container .mb_lg_-74px {
    margin-bottom: -74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-74px, .block-editor__container .ml_lg_-74px {
    margin-left: -74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-74px, .block-editor__container .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_74px, .block-editor__container .mt_lg_74px {
    margin-top: 74px;
  }
  body .mb_lg_74px, .block-editor__container .mb_lg_74px {
    margin-bottom: 74px;
  }
  body .ml_lg_74px, .block-editor__container .ml_lg_74px {
    margin-left: 74px;
  }
  body .mr_lg_74px, .block-editor__container .mr_lg_74px {
    margin-right: 74px;
  }
  body .mt_lg_-74px, .block-editor__container .mt_lg_-74px {
    margin-top: -74px;
  }
  body .mb_lg_-74px, .block-editor__container .mb_lg_-74px {
    margin-bottom: -74px;
  }
  body .ml_lg_-74px, .block-editor__container .ml_lg_-74px {
    margin-left: -74px;
  }
  body .mr_lg_-74px, .block-editor__container .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_74px, .block-editor__container .mt_lg_74px {
    margin-top: 74px;
  }
  body .mb_lg_74px, .block-editor__container .mb_lg_74px {
    margin-bottom: 74px;
  }
  body .ml_lg_74px, .block-editor__container .ml_lg_74px {
    margin-left: 74px;
  }
  body .mr_lg_74px, .block-editor__container .mr_lg_74px {
    margin-right: 74px;
  }
  body .mt_lg_-74px, .block-editor__container .mt_lg_-74px {
    margin-top: -74px;
  }
  body .mb_lg_-74px, .block-editor__container .mb_lg_-74px {
    margin-bottom: -74px;
  }
  body .ml_lg_-74px, .block-editor__container .ml_lg_-74px {
    margin-left: -74px;
  }
  body .mr_lg_-74px, .block-editor__container .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_74px, .block-editor__container .mt_lg_74px {
    margin-top: 74px;
  }
  body .mb_lg_74px, .block-editor__container .mb_lg_74px {
    margin-bottom: 74px;
  }
  body .ml_lg_74px, .block-editor__container .ml_lg_74px {
    margin-left: 74px;
  }
  body .mr_lg_74px, .block-editor__container .mr_lg_74px {
    margin-right: 74px;
  }
  body .mt_lg_-74px, .block-editor__container .mt_lg_-74px {
    margin-top: -74px;
  }
  body .mb_lg_-74px, .block-editor__container .mb_lg_-74px {
    margin-bottom: -74px;
  }
  body .ml_lg_-74px, .block-editor__container .ml_lg_-74px {
    margin-left: -74px;
  }
  body .mr_lg_-74px, .block-editor__container .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_74px, .block-editor__container .mt_lg_74px {
    margin-top: 74px;
  }
  body .mb_lg_74px, .block-editor__container .mb_lg_74px {
    margin-bottom: 74px;
  }
  body .ml_lg_74px, .block-editor__container .ml_lg_74px {
    margin-left: 74px;
  }
  body .mr_lg_74px, .block-editor__container .mr_lg_74px {
    margin-right: 74px;
  }
  body .mt_lg_-74px, .block-editor__container .mt_lg_-74px {
    margin-top: -74px;
  }
  body .mb_lg_-74px, .block-editor__container .mb_lg_-74px {
    margin-bottom: -74px;
  }
  body .ml_lg_-74px, .block-editor__container .ml_lg_-74px {
    margin-left: -74px;
  }
  body .mr_lg_-74px, .block-editor__container .mr_lg_-74px {
    margin-right: -74px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_75px, .block-editor__container .mt_lg_75px {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_75px, .block-editor__container .mb_lg_75px {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_75px, .block-editor__container .ml_lg_75px {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_75px, .block-editor__container .mr_lg_75px {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-75px, .block-editor__container .mt_lg_-75px {
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-75px, .block-editor__container .mb_lg_-75px {
    margin-bottom: -75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-75px, .block-editor__container .ml_lg_-75px {
    margin-left: -75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-75px, .block-editor__container .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_75px, .block-editor__container .mt_lg_75px {
    margin-top: 75px;
  }
  body .mb_lg_75px, .block-editor__container .mb_lg_75px {
    margin-bottom: 75px;
  }
  body .ml_lg_75px, .block-editor__container .ml_lg_75px {
    margin-left: 75px;
  }
  body .mr_lg_75px, .block-editor__container .mr_lg_75px {
    margin-right: 75px;
  }
  body .mt_lg_-75px, .block-editor__container .mt_lg_-75px {
    margin-top: -75px;
  }
  body .mb_lg_-75px, .block-editor__container .mb_lg_-75px {
    margin-bottom: -75px;
  }
  body .ml_lg_-75px, .block-editor__container .ml_lg_-75px {
    margin-left: -75px;
  }
  body .mr_lg_-75px, .block-editor__container .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_75px, .block-editor__container .mt_lg_75px {
    margin-top: 75px;
  }
  body .mb_lg_75px, .block-editor__container .mb_lg_75px {
    margin-bottom: 75px;
  }
  body .ml_lg_75px, .block-editor__container .ml_lg_75px {
    margin-left: 75px;
  }
  body .mr_lg_75px, .block-editor__container .mr_lg_75px {
    margin-right: 75px;
  }
  body .mt_lg_-75px, .block-editor__container .mt_lg_-75px {
    margin-top: -75px;
  }
  body .mb_lg_-75px, .block-editor__container .mb_lg_-75px {
    margin-bottom: -75px;
  }
  body .ml_lg_-75px, .block-editor__container .ml_lg_-75px {
    margin-left: -75px;
  }
  body .mr_lg_-75px, .block-editor__container .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_75px, .block-editor__container .mt_lg_75px {
    margin-top: 75px;
  }
  body .mb_lg_75px, .block-editor__container .mb_lg_75px {
    margin-bottom: 75px;
  }
  body .ml_lg_75px, .block-editor__container .ml_lg_75px {
    margin-left: 75px;
  }
  body .mr_lg_75px, .block-editor__container .mr_lg_75px {
    margin-right: 75px;
  }
  body .mt_lg_-75px, .block-editor__container .mt_lg_-75px {
    margin-top: -75px;
  }
  body .mb_lg_-75px, .block-editor__container .mb_lg_-75px {
    margin-bottom: -75px;
  }
  body .ml_lg_-75px, .block-editor__container .ml_lg_-75px {
    margin-left: -75px;
  }
  body .mr_lg_-75px, .block-editor__container .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_75px, .block-editor__container .mt_lg_75px {
    margin-top: 75px;
  }
  body .mb_lg_75px, .block-editor__container .mb_lg_75px {
    margin-bottom: 75px;
  }
  body .ml_lg_75px, .block-editor__container .ml_lg_75px {
    margin-left: 75px;
  }
  body .mr_lg_75px, .block-editor__container .mr_lg_75px {
    margin-right: 75px;
  }
  body .mt_lg_-75px, .block-editor__container .mt_lg_-75px {
    margin-top: -75px;
  }
  body .mb_lg_-75px, .block-editor__container .mb_lg_-75px {
    margin-bottom: -75px;
  }
  body .ml_lg_-75px, .block-editor__container .ml_lg_-75px {
    margin-left: -75px;
  }
  body .mr_lg_-75px, .block-editor__container .mr_lg_-75px {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_76px, .block-editor__container .mt_lg_76px {
    margin-top: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_76px, .block-editor__container .mb_lg_76px {
    margin-bottom: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_76px, .block-editor__container .ml_lg_76px {
    margin-left: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_76px, .block-editor__container .mr_lg_76px {
    margin-right: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-76px, .block-editor__container .mt_lg_-76px {
    margin-top: -76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-76px, .block-editor__container .mb_lg_-76px {
    margin-bottom: -76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-76px, .block-editor__container .ml_lg_-76px {
    margin-left: -76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-76px, .block-editor__container .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_76px, .block-editor__container .mt_lg_76px {
    margin-top: 76px;
  }
  body .mb_lg_76px, .block-editor__container .mb_lg_76px {
    margin-bottom: 76px;
  }
  body .ml_lg_76px, .block-editor__container .ml_lg_76px {
    margin-left: 76px;
  }
  body .mr_lg_76px, .block-editor__container .mr_lg_76px {
    margin-right: 76px;
  }
  body .mt_lg_-76px, .block-editor__container .mt_lg_-76px {
    margin-top: -76px;
  }
  body .mb_lg_-76px, .block-editor__container .mb_lg_-76px {
    margin-bottom: -76px;
  }
  body .ml_lg_-76px, .block-editor__container .ml_lg_-76px {
    margin-left: -76px;
  }
  body .mr_lg_-76px, .block-editor__container .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_76px, .block-editor__container .mt_lg_76px {
    margin-top: 76px;
  }
  body .mb_lg_76px, .block-editor__container .mb_lg_76px {
    margin-bottom: 76px;
  }
  body .ml_lg_76px, .block-editor__container .ml_lg_76px {
    margin-left: 76px;
  }
  body .mr_lg_76px, .block-editor__container .mr_lg_76px {
    margin-right: 76px;
  }
  body .mt_lg_-76px, .block-editor__container .mt_lg_-76px {
    margin-top: -76px;
  }
  body .mb_lg_-76px, .block-editor__container .mb_lg_-76px {
    margin-bottom: -76px;
  }
  body .ml_lg_-76px, .block-editor__container .ml_lg_-76px {
    margin-left: -76px;
  }
  body .mr_lg_-76px, .block-editor__container .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_76px, .block-editor__container .mt_lg_76px {
    margin-top: 76px;
  }
  body .mb_lg_76px, .block-editor__container .mb_lg_76px {
    margin-bottom: 76px;
  }
  body .ml_lg_76px, .block-editor__container .ml_lg_76px {
    margin-left: 76px;
  }
  body .mr_lg_76px, .block-editor__container .mr_lg_76px {
    margin-right: 76px;
  }
  body .mt_lg_-76px, .block-editor__container .mt_lg_-76px {
    margin-top: -76px;
  }
  body .mb_lg_-76px, .block-editor__container .mb_lg_-76px {
    margin-bottom: -76px;
  }
  body .ml_lg_-76px, .block-editor__container .ml_lg_-76px {
    margin-left: -76px;
  }
  body .mr_lg_-76px, .block-editor__container .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_76px, .block-editor__container .mt_lg_76px {
    margin-top: 76px;
  }
  body .mb_lg_76px, .block-editor__container .mb_lg_76px {
    margin-bottom: 76px;
  }
  body .ml_lg_76px, .block-editor__container .ml_lg_76px {
    margin-left: 76px;
  }
  body .mr_lg_76px, .block-editor__container .mr_lg_76px {
    margin-right: 76px;
  }
  body .mt_lg_-76px, .block-editor__container .mt_lg_-76px {
    margin-top: -76px;
  }
  body .mb_lg_-76px, .block-editor__container .mb_lg_-76px {
    margin-bottom: -76px;
  }
  body .ml_lg_-76px, .block-editor__container .ml_lg_-76px {
    margin-left: -76px;
  }
  body .mr_lg_-76px, .block-editor__container .mr_lg_-76px {
    margin-right: -76px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_77px, .block-editor__container .mt_lg_77px {
    margin-top: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_77px, .block-editor__container .mb_lg_77px {
    margin-bottom: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_77px, .block-editor__container .ml_lg_77px {
    margin-left: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_77px, .block-editor__container .mr_lg_77px {
    margin-right: 77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-77px, .block-editor__container .mt_lg_-77px {
    margin-top: -77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-77px, .block-editor__container .mb_lg_-77px {
    margin-bottom: -77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-77px, .block-editor__container .ml_lg_-77px {
    margin-left: -77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-77px, .block-editor__container .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_77px, .block-editor__container .mt_lg_77px {
    margin-top: 77px;
  }
  body .mb_lg_77px, .block-editor__container .mb_lg_77px {
    margin-bottom: 77px;
  }
  body .ml_lg_77px, .block-editor__container .ml_lg_77px {
    margin-left: 77px;
  }
  body .mr_lg_77px, .block-editor__container .mr_lg_77px {
    margin-right: 77px;
  }
  body .mt_lg_-77px, .block-editor__container .mt_lg_-77px {
    margin-top: -77px;
  }
  body .mb_lg_-77px, .block-editor__container .mb_lg_-77px {
    margin-bottom: -77px;
  }
  body .ml_lg_-77px, .block-editor__container .ml_lg_-77px {
    margin-left: -77px;
  }
  body .mr_lg_-77px, .block-editor__container .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_77px, .block-editor__container .mt_lg_77px {
    margin-top: 77px;
  }
  body .mb_lg_77px, .block-editor__container .mb_lg_77px {
    margin-bottom: 77px;
  }
  body .ml_lg_77px, .block-editor__container .ml_lg_77px {
    margin-left: 77px;
  }
  body .mr_lg_77px, .block-editor__container .mr_lg_77px {
    margin-right: 77px;
  }
  body .mt_lg_-77px, .block-editor__container .mt_lg_-77px {
    margin-top: -77px;
  }
  body .mb_lg_-77px, .block-editor__container .mb_lg_-77px {
    margin-bottom: -77px;
  }
  body .ml_lg_-77px, .block-editor__container .ml_lg_-77px {
    margin-left: -77px;
  }
  body .mr_lg_-77px, .block-editor__container .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_77px, .block-editor__container .mt_lg_77px {
    margin-top: 77px;
  }
  body .mb_lg_77px, .block-editor__container .mb_lg_77px {
    margin-bottom: 77px;
  }
  body .ml_lg_77px, .block-editor__container .ml_lg_77px {
    margin-left: 77px;
  }
  body .mr_lg_77px, .block-editor__container .mr_lg_77px {
    margin-right: 77px;
  }
  body .mt_lg_-77px, .block-editor__container .mt_lg_-77px {
    margin-top: -77px;
  }
  body .mb_lg_-77px, .block-editor__container .mb_lg_-77px {
    margin-bottom: -77px;
  }
  body .ml_lg_-77px, .block-editor__container .ml_lg_-77px {
    margin-left: -77px;
  }
  body .mr_lg_-77px, .block-editor__container .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_77px, .block-editor__container .mt_lg_77px {
    margin-top: 77px;
  }
  body .mb_lg_77px, .block-editor__container .mb_lg_77px {
    margin-bottom: 77px;
  }
  body .ml_lg_77px, .block-editor__container .ml_lg_77px {
    margin-left: 77px;
  }
  body .mr_lg_77px, .block-editor__container .mr_lg_77px {
    margin-right: 77px;
  }
  body .mt_lg_-77px, .block-editor__container .mt_lg_-77px {
    margin-top: -77px;
  }
  body .mb_lg_-77px, .block-editor__container .mb_lg_-77px {
    margin-bottom: -77px;
  }
  body .ml_lg_-77px, .block-editor__container .ml_lg_-77px {
    margin-left: -77px;
  }
  body .mr_lg_-77px, .block-editor__container .mr_lg_-77px {
    margin-right: -77px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_78px, .block-editor__container .mt_lg_78px {
    margin-top: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_78px, .block-editor__container .mb_lg_78px {
    margin-bottom: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_78px, .block-editor__container .ml_lg_78px {
    margin-left: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_78px, .block-editor__container .mr_lg_78px {
    margin-right: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-78px, .block-editor__container .mt_lg_-78px {
    margin-top: -78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-78px, .block-editor__container .mb_lg_-78px {
    margin-bottom: -78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-78px, .block-editor__container .ml_lg_-78px {
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-78px, .block-editor__container .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_78px, .block-editor__container .mt_lg_78px {
    margin-top: 78px;
  }
  body .mb_lg_78px, .block-editor__container .mb_lg_78px {
    margin-bottom: 78px;
  }
  body .ml_lg_78px, .block-editor__container .ml_lg_78px {
    margin-left: 78px;
  }
  body .mr_lg_78px, .block-editor__container .mr_lg_78px {
    margin-right: 78px;
  }
  body .mt_lg_-78px, .block-editor__container .mt_lg_-78px {
    margin-top: -78px;
  }
  body .mb_lg_-78px, .block-editor__container .mb_lg_-78px {
    margin-bottom: -78px;
  }
  body .ml_lg_-78px, .block-editor__container .ml_lg_-78px {
    margin-left: -78px;
  }
  body .mr_lg_-78px, .block-editor__container .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_78px, .block-editor__container .mt_lg_78px {
    margin-top: 78px;
  }
  body .mb_lg_78px, .block-editor__container .mb_lg_78px {
    margin-bottom: 78px;
  }
  body .ml_lg_78px, .block-editor__container .ml_lg_78px {
    margin-left: 78px;
  }
  body .mr_lg_78px, .block-editor__container .mr_lg_78px {
    margin-right: 78px;
  }
  body .mt_lg_-78px, .block-editor__container .mt_lg_-78px {
    margin-top: -78px;
  }
  body .mb_lg_-78px, .block-editor__container .mb_lg_-78px {
    margin-bottom: -78px;
  }
  body .ml_lg_-78px, .block-editor__container .ml_lg_-78px {
    margin-left: -78px;
  }
  body .mr_lg_-78px, .block-editor__container .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_78px, .block-editor__container .mt_lg_78px {
    margin-top: 78px;
  }
  body .mb_lg_78px, .block-editor__container .mb_lg_78px {
    margin-bottom: 78px;
  }
  body .ml_lg_78px, .block-editor__container .ml_lg_78px {
    margin-left: 78px;
  }
  body .mr_lg_78px, .block-editor__container .mr_lg_78px {
    margin-right: 78px;
  }
  body .mt_lg_-78px, .block-editor__container .mt_lg_-78px {
    margin-top: -78px;
  }
  body .mb_lg_-78px, .block-editor__container .mb_lg_-78px {
    margin-bottom: -78px;
  }
  body .ml_lg_-78px, .block-editor__container .ml_lg_-78px {
    margin-left: -78px;
  }
  body .mr_lg_-78px, .block-editor__container .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_78px, .block-editor__container .mt_lg_78px {
    margin-top: 78px;
  }
  body .mb_lg_78px, .block-editor__container .mb_lg_78px {
    margin-bottom: 78px;
  }
  body .ml_lg_78px, .block-editor__container .ml_lg_78px {
    margin-left: 78px;
  }
  body .mr_lg_78px, .block-editor__container .mr_lg_78px {
    margin-right: 78px;
  }
  body .mt_lg_-78px, .block-editor__container .mt_lg_-78px {
    margin-top: -78px;
  }
  body .mb_lg_-78px, .block-editor__container .mb_lg_-78px {
    margin-bottom: -78px;
  }
  body .ml_lg_-78px, .block-editor__container .ml_lg_-78px {
    margin-left: -78px;
  }
  body .mr_lg_-78px, .block-editor__container .mr_lg_-78px {
    margin-right: -78px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_79px, .block-editor__container .mt_lg_79px {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_79px, .block-editor__container .mb_lg_79px {
    margin-bottom: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_79px, .block-editor__container .ml_lg_79px {
    margin-left: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_79px, .block-editor__container .mr_lg_79px {
    margin-right: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-79px, .block-editor__container .mt_lg_-79px {
    margin-top: -79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-79px, .block-editor__container .mb_lg_-79px {
    margin-bottom: -79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-79px, .block-editor__container .ml_lg_-79px {
    margin-left: -79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-79px, .block-editor__container .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_79px, .block-editor__container .mt_lg_79px {
    margin-top: 79px;
  }
  body .mb_lg_79px, .block-editor__container .mb_lg_79px {
    margin-bottom: 79px;
  }
  body .ml_lg_79px, .block-editor__container .ml_lg_79px {
    margin-left: 79px;
  }
  body .mr_lg_79px, .block-editor__container .mr_lg_79px {
    margin-right: 79px;
  }
  body .mt_lg_-79px, .block-editor__container .mt_lg_-79px {
    margin-top: -79px;
  }
  body .mb_lg_-79px, .block-editor__container .mb_lg_-79px {
    margin-bottom: -79px;
  }
  body .ml_lg_-79px, .block-editor__container .ml_lg_-79px {
    margin-left: -79px;
  }
  body .mr_lg_-79px, .block-editor__container .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_79px, .block-editor__container .mt_lg_79px {
    margin-top: 79px;
  }
  body .mb_lg_79px, .block-editor__container .mb_lg_79px {
    margin-bottom: 79px;
  }
  body .ml_lg_79px, .block-editor__container .ml_lg_79px {
    margin-left: 79px;
  }
  body .mr_lg_79px, .block-editor__container .mr_lg_79px {
    margin-right: 79px;
  }
  body .mt_lg_-79px, .block-editor__container .mt_lg_-79px {
    margin-top: -79px;
  }
  body .mb_lg_-79px, .block-editor__container .mb_lg_-79px {
    margin-bottom: -79px;
  }
  body .ml_lg_-79px, .block-editor__container .ml_lg_-79px {
    margin-left: -79px;
  }
  body .mr_lg_-79px, .block-editor__container .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_79px, .block-editor__container .mt_lg_79px {
    margin-top: 79px;
  }
  body .mb_lg_79px, .block-editor__container .mb_lg_79px {
    margin-bottom: 79px;
  }
  body .ml_lg_79px, .block-editor__container .ml_lg_79px {
    margin-left: 79px;
  }
  body .mr_lg_79px, .block-editor__container .mr_lg_79px {
    margin-right: 79px;
  }
  body .mt_lg_-79px, .block-editor__container .mt_lg_-79px {
    margin-top: -79px;
  }
  body .mb_lg_-79px, .block-editor__container .mb_lg_-79px {
    margin-bottom: -79px;
  }
  body .ml_lg_-79px, .block-editor__container .ml_lg_-79px {
    margin-left: -79px;
  }
  body .mr_lg_-79px, .block-editor__container .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_79px, .block-editor__container .mt_lg_79px {
    margin-top: 79px;
  }
  body .mb_lg_79px, .block-editor__container .mb_lg_79px {
    margin-bottom: 79px;
  }
  body .ml_lg_79px, .block-editor__container .ml_lg_79px {
    margin-left: 79px;
  }
  body .mr_lg_79px, .block-editor__container .mr_lg_79px {
    margin-right: 79px;
  }
  body .mt_lg_-79px, .block-editor__container .mt_lg_-79px {
    margin-top: -79px;
  }
  body .mb_lg_-79px, .block-editor__container .mb_lg_-79px {
    margin-bottom: -79px;
  }
  body .ml_lg_-79px, .block-editor__container .ml_lg_-79px {
    margin-left: -79px;
  }
  body .mr_lg_-79px, .block-editor__container .mr_lg_-79px {
    margin-right: -79px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_80px, .block-editor__container .mt_lg_80px {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_80px, .block-editor__container .mb_lg_80px {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_80px, .block-editor__container .ml_lg_80px {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_80px, .block-editor__container .mr_lg_80px {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-80px, .block-editor__container .mt_lg_-80px {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-80px, .block-editor__container .mb_lg_-80px {
    margin-bottom: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-80px, .block-editor__container .ml_lg_-80px {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-80px, .block-editor__container .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_80px, .block-editor__container .mt_lg_80px {
    margin-top: 80px;
  }
  body .mb_lg_80px, .block-editor__container .mb_lg_80px {
    margin-bottom: 80px;
  }
  body .ml_lg_80px, .block-editor__container .ml_lg_80px {
    margin-left: 80px;
  }
  body .mr_lg_80px, .block-editor__container .mr_lg_80px {
    margin-right: 80px;
  }
  body .mt_lg_-80px, .block-editor__container .mt_lg_-80px {
    margin-top: -80px;
  }
  body .mb_lg_-80px, .block-editor__container .mb_lg_-80px {
    margin-bottom: -80px;
  }
  body .ml_lg_-80px, .block-editor__container .ml_lg_-80px {
    margin-left: -80px;
  }
  body .mr_lg_-80px, .block-editor__container .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_80px, .block-editor__container .mt_lg_80px {
    margin-top: 80px;
  }
  body .mb_lg_80px, .block-editor__container .mb_lg_80px {
    margin-bottom: 80px;
  }
  body .ml_lg_80px, .block-editor__container .ml_lg_80px {
    margin-left: 80px;
  }
  body .mr_lg_80px, .block-editor__container .mr_lg_80px {
    margin-right: 80px;
  }
  body .mt_lg_-80px, .block-editor__container .mt_lg_-80px {
    margin-top: -80px;
  }
  body .mb_lg_-80px, .block-editor__container .mb_lg_-80px {
    margin-bottom: -80px;
  }
  body .ml_lg_-80px, .block-editor__container .ml_lg_-80px {
    margin-left: -80px;
  }
  body .mr_lg_-80px, .block-editor__container .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_80px, .block-editor__container .mt_lg_80px {
    margin-top: 80px;
  }
  body .mb_lg_80px, .block-editor__container .mb_lg_80px {
    margin-bottom: 80px;
  }
  body .ml_lg_80px, .block-editor__container .ml_lg_80px {
    margin-left: 80px;
  }
  body .mr_lg_80px, .block-editor__container .mr_lg_80px {
    margin-right: 80px;
  }
  body .mt_lg_-80px, .block-editor__container .mt_lg_-80px {
    margin-top: -80px;
  }
  body .mb_lg_-80px, .block-editor__container .mb_lg_-80px {
    margin-bottom: -80px;
  }
  body .ml_lg_-80px, .block-editor__container .ml_lg_-80px {
    margin-left: -80px;
  }
  body .mr_lg_-80px, .block-editor__container .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_80px, .block-editor__container .mt_lg_80px {
    margin-top: 80px;
  }
  body .mb_lg_80px, .block-editor__container .mb_lg_80px {
    margin-bottom: 80px;
  }
  body .ml_lg_80px, .block-editor__container .ml_lg_80px {
    margin-left: 80px;
  }
  body .mr_lg_80px, .block-editor__container .mr_lg_80px {
    margin-right: 80px;
  }
  body .mt_lg_-80px, .block-editor__container .mt_lg_-80px {
    margin-top: -80px;
  }
  body .mb_lg_-80px, .block-editor__container .mb_lg_-80px {
    margin-bottom: -80px;
  }
  body .ml_lg_-80px, .block-editor__container .ml_lg_-80px {
    margin-left: -80px;
  }
  body .mr_lg_-80px, .block-editor__container .mr_lg_-80px {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_81px, .block-editor__container .mt_lg_81px {
    margin-top: 81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_81px, .block-editor__container .mb_lg_81px {
    margin-bottom: 81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_81px, .block-editor__container .ml_lg_81px {
    margin-left: 81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_81px, .block-editor__container .mr_lg_81px {
    margin-right: 81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-81px, .block-editor__container .mt_lg_-81px {
    margin-top: -81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-81px, .block-editor__container .mb_lg_-81px {
    margin-bottom: -81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-81px, .block-editor__container .ml_lg_-81px {
    margin-left: -81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-81px, .block-editor__container .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_81px, .block-editor__container .mt_lg_81px {
    margin-top: 81px;
  }
  body .mb_lg_81px, .block-editor__container .mb_lg_81px {
    margin-bottom: 81px;
  }
  body .ml_lg_81px, .block-editor__container .ml_lg_81px {
    margin-left: 81px;
  }
  body .mr_lg_81px, .block-editor__container .mr_lg_81px {
    margin-right: 81px;
  }
  body .mt_lg_-81px, .block-editor__container .mt_lg_-81px {
    margin-top: -81px;
  }
  body .mb_lg_-81px, .block-editor__container .mb_lg_-81px {
    margin-bottom: -81px;
  }
  body .ml_lg_-81px, .block-editor__container .ml_lg_-81px {
    margin-left: -81px;
  }
  body .mr_lg_-81px, .block-editor__container .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_81px, .block-editor__container .mt_lg_81px {
    margin-top: 81px;
  }
  body .mb_lg_81px, .block-editor__container .mb_lg_81px {
    margin-bottom: 81px;
  }
  body .ml_lg_81px, .block-editor__container .ml_lg_81px {
    margin-left: 81px;
  }
  body .mr_lg_81px, .block-editor__container .mr_lg_81px {
    margin-right: 81px;
  }
  body .mt_lg_-81px, .block-editor__container .mt_lg_-81px {
    margin-top: -81px;
  }
  body .mb_lg_-81px, .block-editor__container .mb_lg_-81px {
    margin-bottom: -81px;
  }
  body .ml_lg_-81px, .block-editor__container .ml_lg_-81px {
    margin-left: -81px;
  }
  body .mr_lg_-81px, .block-editor__container .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_81px, .block-editor__container .mt_lg_81px {
    margin-top: 81px;
  }
  body .mb_lg_81px, .block-editor__container .mb_lg_81px {
    margin-bottom: 81px;
  }
  body .ml_lg_81px, .block-editor__container .ml_lg_81px {
    margin-left: 81px;
  }
  body .mr_lg_81px, .block-editor__container .mr_lg_81px {
    margin-right: 81px;
  }
  body .mt_lg_-81px, .block-editor__container .mt_lg_-81px {
    margin-top: -81px;
  }
  body .mb_lg_-81px, .block-editor__container .mb_lg_-81px {
    margin-bottom: -81px;
  }
  body .ml_lg_-81px, .block-editor__container .ml_lg_-81px {
    margin-left: -81px;
  }
  body .mr_lg_-81px, .block-editor__container .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_81px, .block-editor__container .mt_lg_81px {
    margin-top: 81px;
  }
  body .mb_lg_81px, .block-editor__container .mb_lg_81px {
    margin-bottom: 81px;
  }
  body .ml_lg_81px, .block-editor__container .ml_lg_81px {
    margin-left: 81px;
  }
  body .mr_lg_81px, .block-editor__container .mr_lg_81px {
    margin-right: 81px;
  }
  body .mt_lg_-81px, .block-editor__container .mt_lg_-81px {
    margin-top: -81px;
  }
  body .mb_lg_-81px, .block-editor__container .mb_lg_-81px {
    margin-bottom: -81px;
  }
  body .ml_lg_-81px, .block-editor__container .ml_lg_-81px {
    margin-left: -81px;
  }
  body .mr_lg_-81px, .block-editor__container .mr_lg_-81px {
    margin-right: -81px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_82px, .block-editor__container .mt_lg_82px {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_82px, .block-editor__container .mb_lg_82px {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_82px, .block-editor__container .ml_lg_82px {
    margin-left: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_82px, .block-editor__container .mr_lg_82px {
    margin-right: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-82px, .block-editor__container .mt_lg_-82px {
    margin-top: -82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-82px, .block-editor__container .mb_lg_-82px {
    margin-bottom: -82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-82px, .block-editor__container .ml_lg_-82px {
    margin-left: -82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-82px, .block-editor__container .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_82px, .block-editor__container .mt_lg_82px {
    margin-top: 82px;
  }
  body .mb_lg_82px, .block-editor__container .mb_lg_82px {
    margin-bottom: 82px;
  }
  body .ml_lg_82px, .block-editor__container .ml_lg_82px {
    margin-left: 82px;
  }
  body .mr_lg_82px, .block-editor__container .mr_lg_82px {
    margin-right: 82px;
  }
  body .mt_lg_-82px, .block-editor__container .mt_lg_-82px {
    margin-top: -82px;
  }
  body .mb_lg_-82px, .block-editor__container .mb_lg_-82px {
    margin-bottom: -82px;
  }
  body .ml_lg_-82px, .block-editor__container .ml_lg_-82px {
    margin-left: -82px;
  }
  body .mr_lg_-82px, .block-editor__container .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_82px, .block-editor__container .mt_lg_82px {
    margin-top: 82px;
  }
  body .mb_lg_82px, .block-editor__container .mb_lg_82px {
    margin-bottom: 82px;
  }
  body .ml_lg_82px, .block-editor__container .ml_lg_82px {
    margin-left: 82px;
  }
  body .mr_lg_82px, .block-editor__container .mr_lg_82px {
    margin-right: 82px;
  }
  body .mt_lg_-82px, .block-editor__container .mt_lg_-82px {
    margin-top: -82px;
  }
  body .mb_lg_-82px, .block-editor__container .mb_lg_-82px {
    margin-bottom: -82px;
  }
  body .ml_lg_-82px, .block-editor__container .ml_lg_-82px {
    margin-left: -82px;
  }
  body .mr_lg_-82px, .block-editor__container .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_82px, .block-editor__container .mt_lg_82px {
    margin-top: 82px;
  }
  body .mb_lg_82px, .block-editor__container .mb_lg_82px {
    margin-bottom: 82px;
  }
  body .ml_lg_82px, .block-editor__container .ml_lg_82px {
    margin-left: 82px;
  }
  body .mr_lg_82px, .block-editor__container .mr_lg_82px {
    margin-right: 82px;
  }
  body .mt_lg_-82px, .block-editor__container .mt_lg_-82px {
    margin-top: -82px;
  }
  body .mb_lg_-82px, .block-editor__container .mb_lg_-82px {
    margin-bottom: -82px;
  }
  body .ml_lg_-82px, .block-editor__container .ml_lg_-82px {
    margin-left: -82px;
  }
  body .mr_lg_-82px, .block-editor__container .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_82px, .block-editor__container .mt_lg_82px {
    margin-top: 82px;
  }
  body .mb_lg_82px, .block-editor__container .mb_lg_82px {
    margin-bottom: 82px;
  }
  body .ml_lg_82px, .block-editor__container .ml_lg_82px {
    margin-left: 82px;
  }
  body .mr_lg_82px, .block-editor__container .mr_lg_82px {
    margin-right: 82px;
  }
  body .mt_lg_-82px, .block-editor__container .mt_lg_-82px {
    margin-top: -82px;
  }
  body .mb_lg_-82px, .block-editor__container .mb_lg_-82px {
    margin-bottom: -82px;
  }
  body .ml_lg_-82px, .block-editor__container .ml_lg_-82px {
    margin-left: -82px;
  }
  body .mr_lg_-82px, .block-editor__container .mr_lg_-82px {
    margin-right: -82px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_83px, .block-editor__container .mt_lg_83px {
    margin-top: 83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_83px, .block-editor__container .mb_lg_83px {
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_83px, .block-editor__container .ml_lg_83px {
    margin-left: 83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_83px, .block-editor__container .mr_lg_83px {
    margin-right: 83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-83px, .block-editor__container .mt_lg_-83px {
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-83px, .block-editor__container .mb_lg_-83px {
    margin-bottom: -83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-83px, .block-editor__container .ml_lg_-83px {
    margin-left: -83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-83px, .block-editor__container .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_83px, .block-editor__container .mt_lg_83px {
    margin-top: 83px;
  }
  body .mb_lg_83px, .block-editor__container .mb_lg_83px {
    margin-bottom: 83px;
  }
  body .ml_lg_83px, .block-editor__container .ml_lg_83px {
    margin-left: 83px;
  }
  body .mr_lg_83px, .block-editor__container .mr_lg_83px {
    margin-right: 83px;
  }
  body .mt_lg_-83px, .block-editor__container .mt_lg_-83px {
    margin-top: -83px;
  }
  body .mb_lg_-83px, .block-editor__container .mb_lg_-83px {
    margin-bottom: -83px;
  }
  body .ml_lg_-83px, .block-editor__container .ml_lg_-83px {
    margin-left: -83px;
  }
  body .mr_lg_-83px, .block-editor__container .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_83px, .block-editor__container .mt_lg_83px {
    margin-top: 83px;
  }
  body .mb_lg_83px, .block-editor__container .mb_lg_83px {
    margin-bottom: 83px;
  }
  body .ml_lg_83px, .block-editor__container .ml_lg_83px {
    margin-left: 83px;
  }
  body .mr_lg_83px, .block-editor__container .mr_lg_83px {
    margin-right: 83px;
  }
  body .mt_lg_-83px, .block-editor__container .mt_lg_-83px {
    margin-top: -83px;
  }
  body .mb_lg_-83px, .block-editor__container .mb_lg_-83px {
    margin-bottom: -83px;
  }
  body .ml_lg_-83px, .block-editor__container .ml_lg_-83px {
    margin-left: -83px;
  }
  body .mr_lg_-83px, .block-editor__container .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_83px, .block-editor__container .mt_lg_83px {
    margin-top: 83px;
  }
  body .mb_lg_83px, .block-editor__container .mb_lg_83px {
    margin-bottom: 83px;
  }
  body .ml_lg_83px, .block-editor__container .ml_lg_83px {
    margin-left: 83px;
  }
  body .mr_lg_83px, .block-editor__container .mr_lg_83px {
    margin-right: 83px;
  }
  body .mt_lg_-83px, .block-editor__container .mt_lg_-83px {
    margin-top: -83px;
  }
  body .mb_lg_-83px, .block-editor__container .mb_lg_-83px {
    margin-bottom: -83px;
  }
  body .ml_lg_-83px, .block-editor__container .ml_lg_-83px {
    margin-left: -83px;
  }
  body .mr_lg_-83px, .block-editor__container .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_83px, .block-editor__container .mt_lg_83px {
    margin-top: 83px;
  }
  body .mb_lg_83px, .block-editor__container .mb_lg_83px {
    margin-bottom: 83px;
  }
  body .ml_lg_83px, .block-editor__container .ml_lg_83px {
    margin-left: 83px;
  }
  body .mr_lg_83px, .block-editor__container .mr_lg_83px {
    margin-right: 83px;
  }
  body .mt_lg_-83px, .block-editor__container .mt_lg_-83px {
    margin-top: -83px;
  }
  body .mb_lg_-83px, .block-editor__container .mb_lg_-83px {
    margin-bottom: -83px;
  }
  body .ml_lg_-83px, .block-editor__container .ml_lg_-83px {
    margin-left: -83px;
  }
  body .mr_lg_-83px, .block-editor__container .mr_lg_-83px {
    margin-right: -83px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_84px, .block-editor__container .mt_lg_84px {
    margin-top: 84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_84px, .block-editor__container .mb_lg_84px {
    margin-bottom: 84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_84px, .block-editor__container .ml_lg_84px {
    margin-left: 84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_84px, .block-editor__container .mr_lg_84px {
    margin-right: 84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-84px, .block-editor__container .mt_lg_-84px {
    margin-top: -84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-84px, .block-editor__container .mb_lg_-84px {
    margin-bottom: -84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-84px, .block-editor__container .ml_lg_-84px {
    margin-left: -84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-84px, .block-editor__container .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_84px, .block-editor__container .mt_lg_84px {
    margin-top: 84px;
  }
  body .mb_lg_84px, .block-editor__container .mb_lg_84px {
    margin-bottom: 84px;
  }
  body .ml_lg_84px, .block-editor__container .ml_lg_84px {
    margin-left: 84px;
  }
  body .mr_lg_84px, .block-editor__container .mr_lg_84px {
    margin-right: 84px;
  }
  body .mt_lg_-84px, .block-editor__container .mt_lg_-84px {
    margin-top: -84px;
  }
  body .mb_lg_-84px, .block-editor__container .mb_lg_-84px {
    margin-bottom: -84px;
  }
  body .ml_lg_-84px, .block-editor__container .ml_lg_-84px {
    margin-left: -84px;
  }
  body .mr_lg_-84px, .block-editor__container .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_84px, .block-editor__container .mt_lg_84px {
    margin-top: 84px;
  }
  body .mb_lg_84px, .block-editor__container .mb_lg_84px {
    margin-bottom: 84px;
  }
  body .ml_lg_84px, .block-editor__container .ml_lg_84px {
    margin-left: 84px;
  }
  body .mr_lg_84px, .block-editor__container .mr_lg_84px {
    margin-right: 84px;
  }
  body .mt_lg_-84px, .block-editor__container .mt_lg_-84px {
    margin-top: -84px;
  }
  body .mb_lg_-84px, .block-editor__container .mb_lg_-84px {
    margin-bottom: -84px;
  }
  body .ml_lg_-84px, .block-editor__container .ml_lg_-84px {
    margin-left: -84px;
  }
  body .mr_lg_-84px, .block-editor__container .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_84px, .block-editor__container .mt_lg_84px {
    margin-top: 84px;
  }
  body .mb_lg_84px, .block-editor__container .mb_lg_84px {
    margin-bottom: 84px;
  }
  body .ml_lg_84px, .block-editor__container .ml_lg_84px {
    margin-left: 84px;
  }
  body .mr_lg_84px, .block-editor__container .mr_lg_84px {
    margin-right: 84px;
  }
  body .mt_lg_-84px, .block-editor__container .mt_lg_-84px {
    margin-top: -84px;
  }
  body .mb_lg_-84px, .block-editor__container .mb_lg_-84px {
    margin-bottom: -84px;
  }
  body .ml_lg_-84px, .block-editor__container .ml_lg_-84px {
    margin-left: -84px;
  }
  body .mr_lg_-84px, .block-editor__container .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_84px, .block-editor__container .mt_lg_84px {
    margin-top: 84px;
  }
  body .mb_lg_84px, .block-editor__container .mb_lg_84px {
    margin-bottom: 84px;
  }
  body .ml_lg_84px, .block-editor__container .ml_lg_84px {
    margin-left: 84px;
  }
  body .mr_lg_84px, .block-editor__container .mr_lg_84px {
    margin-right: 84px;
  }
  body .mt_lg_-84px, .block-editor__container .mt_lg_-84px {
    margin-top: -84px;
  }
  body .mb_lg_-84px, .block-editor__container .mb_lg_-84px {
    margin-bottom: -84px;
  }
  body .ml_lg_-84px, .block-editor__container .ml_lg_-84px {
    margin-left: -84px;
  }
  body .mr_lg_-84px, .block-editor__container .mr_lg_-84px {
    margin-right: -84px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_85px, .block-editor__container .mt_lg_85px {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_85px, .block-editor__container .mb_lg_85px {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_85px, .block-editor__container .ml_lg_85px {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_85px, .block-editor__container .mr_lg_85px {
    margin-right: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-85px, .block-editor__container .mt_lg_-85px {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-85px, .block-editor__container .mb_lg_-85px {
    margin-bottom: -85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-85px, .block-editor__container .ml_lg_-85px {
    margin-left: -85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-85px, .block-editor__container .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_85px, .block-editor__container .mt_lg_85px {
    margin-top: 85px;
  }
  body .mb_lg_85px, .block-editor__container .mb_lg_85px {
    margin-bottom: 85px;
  }
  body .ml_lg_85px, .block-editor__container .ml_lg_85px {
    margin-left: 85px;
  }
  body .mr_lg_85px, .block-editor__container .mr_lg_85px {
    margin-right: 85px;
  }
  body .mt_lg_-85px, .block-editor__container .mt_lg_-85px {
    margin-top: -85px;
  }
  body .mb_lg_-85px, .block-editor__container .mb_lg_-85px {
    margin-bottom: -85px;
  }
  body .ml_lg_-85px, .block-editor__container .ml_lg_-85px {
    margin-left: -85px;
  }
  body .mr_lg_-85px, .block-editor__container .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_85px, .block-editor__container .mt_lg_85px {
    margin-top: 85px;
  }
  body .mb_lg_85px, .block-editor__container .mb_lg_85px {
    margin-bottom: 85px;
  }
  body .ml_lg_85px, .block-editor__container .ml_lg_85px {
    margin-left: 85px;
  }
  body .mr_lg_85px, .block-editor__container .mr_lg_85px {
    margin-right: 85px;
  }
  body .mt_lg_-85px, .block-editor__container .mt_lg_-85px {
    margin-top: -85px;
  }
  body .mb_lg_-85px, .block-editor__container .mb_lg_-85px {
    margin-bottom: -85px;
  }
  body .ml_lg_-85px, .block-editor__container .ml_lg_-85px {
    margin-left: -85px;
  }
  body .mr_lg_-85px, .block-editor__container .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_85px, .block-editor__container .mt_lg_85px {
    margin-top: 85px;
  }
  body .mb_lg_85px, .block-editor__container .mb_lg_85px {
    margin-bottom: 85px;
  }
  body .ml_lg_85px, .block-editor__container .ml_lg_85px {
    margin-left: 85px;
  }
  body .mr_lg_85px, .block-editor__container .mr_lg_85px {
    margin-right: 85px;
  }
  body .mt_lg_-85px, .block-editor__container .mt_lg_-85px {
    margin-top: -85px;
  }
  body .mb_lg_-85px, .block-editor__container .mb_lg_-85px {
    margin-bottom: -85px;
  }
  body .ml_lg_-85px, .block-editor__container .ml_lg_-85px {
    margin-left: -85px;
  }
  body .mr_lg_-85px, .block-editor__container .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_85px, .block-editor__container .mt_lg_85px {
    margin-top: 85px;
  }
  body .mb_lg_85px, .block-editor__container .mb_lg_85px {
    margin-bottom: 85px;
  }
  body .ml_lg_85px, .block-editor__container .ml_lg_85px {
    margin-left: 85px;
  }
  body .mr_lg_85px, .block-editor__container .mr_lg_85px {
    margin-right: 85px;
  }
  body .mt_lg_-85px, .block-editor__container .mt_lg_-85px {
    margin-top: -85px;
  }
  body .mb_lg_-85px, .block-editor__container .mb_lg_-85px {
    margin-bottom: -85px;
  }
  body .ml_lg_-85px, .block-editor__container .ml_lg_-85px {
    margin-left: -85px;
  }
  body .mr_lg_-85px, .block-editor__container .mr_lg_-85px {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_86px, .block-editor__container .mt_lg_86px {
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_86px, .block-editor__container .mb_lg_86px {
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_86px, .block-editor__container .ml_lg_86px {
    margin-left: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_86px, .block-editor__container .mr_lg_86px {
    margin-right: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-86px, .block-editor__container .mt_lg_-86px {
    margin-top: -86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-86px, .block-editor__container .mb_lg_-86px {
    margin-bottom: -86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-86px, .block-editor__container .ml_lg_-86px {
    margin-left: -86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-86px, .block-editor__container .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_86px, .block-editor__container .mt_lg_86px {
    margin-top: 86px;
  }
  body .mb_lg_86px, .block-editor__container .mb_lg_86px {
    margin-bottom: 86px;
  }
  body .ml_lg_86px, .block-editor__container .ml_lg_86px {
    margin-left: 86px;
  }
  body .mr_lg_86px, .block-editor__container .mr_lg_86px {
    margin-right: 86px;
  }
  body .mt_lg_-86px, .block-editor__container .mt_lg_-86px {
    margin-top: -86px;
  }
  body .mb_lg_-86px, .block-editor__container .mb_lg_-86px {
    margin-bottom: -86px;
  }
  body .ml_lg_-86px, .block-editor__container .ml_lg_-86px {
    margin-left: -86px;
  }
  body .mr_lg_-86px, .block-editor__container .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_86px, .block-editor__container .mt_lg_86px {
    margin-top: 86px;
  }
  body .mb_lg_86px, .block-editor__container .mb_lg_86px {
    margin-bottom: 86px;
  }
  body .ml_lg_86px, .block-editor__container .ml_lg_86px {
    margin-left: 86px;
  }
  body .mr_lg_86px, .block-editor__container .mr_lg_86px {
    margin-right: 86px;
  }
  body .mt_lg_-86px, .block-editor__container .mt_lg_-86px {
    margin-top: -86px;
  }
  body .mb_lg_-86px, .block-editor__container .mb_lg_-86px {
    margin-bottom: -86px;
  }
  body .ml_lg_-86px, .block-editor__container .ml_lg_-86px {
    margin-left: -86px;
  }
  body .mr_lg_-86px, .block-editor__container .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_86px, .block-editor__container .mt_lg_86px {
    margin-top: 86px;
  }
  body .mb_lg_86px, .block-editor__container .mb_lg_86px {
    margin-bottom: 86px;
  }
  body .ml_lg_86px, .block-editor__container .ml_lg_86px {
    margin-left: 86px;
  }
  body .mr_lg_86px, .block-editor__container .mr_lg_86px {
    margin-right: 86px;
  }
  body .mt_lg_-86px, .block-editor__container .mt_lg_-86px {
    margin-top: -86px;
  }
  body .mb_lg_-86px, .block-editor__container .mb_lg_-86px {
    margin-bottom: -86px;
  }
  body .ml_lg_-86px, .block-editor__container .ml_lg_-86px {
    margin-left: -86px;
  }
  body .mr_lg_-86px, .block-editor__container .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_86px, .block-editor__container .mt_lg_86px {
    margin-top: 86px;
  }
  body .mb_lg_86px, .block-editor__container .mb_lg_86px {
    margin-bottom: 86px;
  }
  body .ml_lg_86px, .block-editor__container .ml_lg_86px {
    margin-left: 86px;
  }
  body .mr_lg_86px, .block-editor__container .mr_lg_86px {
    margin-right: 86px;
  }
  body .mt_lg_-86px, .block-editor__container .mt_lg_-86px {
    margin-top: -86px;
  }
  body .mb_lg_-86px, .block-editor__container .mb_lg_-86px {
    margin-bottom: -86px;
  }
  body .ml_lg_-86px, .block-editor__container .ml_lg_-86px {
    margin-left: -86px;
  }
  body .mr_lg_-86px, .block-editor__container .mr_lg_-86px {
    margin-right: -86px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_87px, .block-editor__container .mt_lg_87px {
    margin-top: 87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_87px, .block-editor__container .mb_lg_87px {
    margin-bottom: 87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_87px, .block-editor__container .ml_lg_87px {
    margin-left: 87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_87px, .block-editor__container .mr_lg_87px {
    margin-right: 87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-87px, .block-editor__container .mt_lg_-87px {
    margin-top: -87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-87px, .block-editor__container .mb_lg_-87px {
    margin-bottom: -87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-87px, .block-editor__container .ml_lg_-87px {
    margin-left: -87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-87px, .block-editor__container .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_87px, .block-editor__container .mt_lg_87px {
    margin-top: 87px;
  }
  body .mb_lg_87px, .block-editor__container .mb_lg_87px {
    margin-bottom: 87px;
  }
  body .ml_lg_87px, .block-editor__container .ml_lg_87px {
    margin-left: 87px;
  }
  body .mr_lg_87px, .block-editor__container .mr_lg_87px {
    margin-right: 87px;
  }
  body .mt_lg_-87px, .block-editor__container .mt_lg_-87px {
    margin-top: -87px;
  }
  body .mb_lg_-87px, .block-editor__container .mb_lg_-87px {
    margin-bottom: -87px;
  }
  body .ml_lg_-87px, .block-editor__container .ml_lg_-87px {
    margin-left: -87px;
  }
  body .mr_lg_-87px, .block-editor__container .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_87px, .block-editor__container .mt_lg_87px {
    margin-top: 87px;
  }
  body .mb_lg_87px, .block-editor__container .mb_lg_87px {
    margin-bottom: 87px;
  }
  body .ml_lg_87px, .block-editor__container .ml_lg_87px {
    margin-left: 87px;
  }
  body .mr_lg_87px, .block-editor__container .mr_lg_87px {
    margin-right: 87px;
  }
  body .mt_lg_-87px, .block-editor__container .mt_lg_-87px {
    margin-top: -87px;
  }
  body .mb_lg_-87px, .block-editor__container .mb_lg_-87px {
    margin-bottom: -87px;
  }
  body .ml_lg_-87px, .block-editor__container .ml_lg_-87px {
    margin-left: -87px;
  }
  body .mr_lg_-87px, .block-editor__container .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_87px, .block-editor__container .mt_lg_87px {
    margin-top: 87px;
  }
  body .mb_lg_87px, .block-editor__container .mb_lg_87px {
    margin-bottom: 87px;
  }
  body .ml_lg_87px, .block-editor__container .ml_lg_87px {
    margin-left: 87px;
  }
  body .mr_lg_87px, .block-editor__container .mr_lg_87px {
    margin-right: 87px;
  }
  body .mt_lg_-87px, .block-editor__container .mt_lg_-87px {
    margin-top: -87px;
  }
  body .mb_lg_-87px, .block-editor__container .mb_lg_-87px {
    margin-bottom: -87px;
  }
  body .ml_lg_-87px, .block-editor__container .ml_lg_-87px {
    margin-left: -87px;
  }
  body .mr_lg_-87px, .block-editor__container .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_87px, .block-editor__container .mt_lg_87px {
    margin-top: 87px;
  }
  body .mb_lg_87px, .block-editor__container .mb_lg_87px {
    margin-bottom: 87px;
  }
  body .ml_lg_87px, .block-editor__container .ml_lg_87px {
    margin-left: 87px;
  }
  body .mr_lg_87px, .block-editor__container .mr_lg_87px {
    margin-right: 87px;
  }
  body .mt_lg_-87px, .block-editor__container .mt_lg_-87px {
    margin-top: -87px;
  }
  body .mb_lg_-87px, .block-editor__container .mb_lg_-87px {
    margin-bottom: -87px;
  }
  body .ml_lg_-87px, .block-editor__container .ml_lg_-87px {
    margin-left: -87px;
  }
  body .mr_lg_-87px, .block-editor__container .mr_lg_-87px {
    margin-right: -87px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_88px, .block-editor__container .mt_lg_88px {
    margin-top: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_88px, .block-editor__container .mb_lg_88px {
    margin-bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_88px, .block-editor__container .ml_lg_88px {
    margin-left: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_88px, .block-editor__container .mr_lg_88px {
    margin-right: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-88px, .block-editor__container .mt_lg_-88px {
    margin-top: -88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-88px, .block-editor__container .mb_lg_-88px {
    margin-bottom: -88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-88px, .block-editor__container .ml_lg_-88px {
    margin-left: -88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-88px, .block-editor__container .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_88px, .block-editor__container .mt_lg_88px {
    margin-top: 88px;
  }
  body .mb_lg_88px, .block-editor__container .mb_lg_88px {
    margin-bottom: 88px;
  }
  body .ml_lg_88px, .block-editor__container .ml_lg_88px {
    margin-left: 88px;
  }
  body .mr_lg_88px, .block-editor__container .mr_lg_88px {
    margin-right: 88px;
  }
  body .mt_lg_-88px, .block-editor__container .mt_lg_-88px {
    margin-top: -88px;
  }
  body .mb_lg_-88px, .block-editor__container .mb_lg_-88px {
    margin-bottom: -88px;
  }
  body .ml_lg_-88px, .block-editor__container .ml_lg_-88px {
    margin-left: -88px;
  }
  body .mr_lg_-88px, .block-editor__container .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_88px, .block-editor__container .mt_lg_88px {
    margin-top: 88px;
  }
  body .mb_lg_88px, .block-editor__container .mb_lg_88px {
    margin-bottom: 88px;
  }
  body .ml_lg_88px, .block-editor__container .ml_lg_88px {
    margin-left: 88px;
  }
  body .mr_lg_88px, .block-editor__container .mr_lg_88px {
    margin-right: 88px;
  }
  body .mt_lg_-88px, .block-editor__container .mt_lg_-88px {
    margin-top: -88px;
  }
  body .mb_lg_-88px, .block-editor__container .mb_lg_-88px {
    margin-bottom: -88px;
  }
  body .ml_lg_-88px, .block-editor__container .ml_lg_-88px {
    margin-left: -88px;
  }
  body .mr_lg_-88px, .block-editor__container .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_88px, .block-editor__container .mt_lg_88px {
    margin-top: 88px;
  }
  body .mb_lg_88px, .block-editor__container .mb_lg_88px {
    margin-bottom: 88px;
  }
  body .ml_lg_88px, .block-editor__container .ml_lg_88px {
    margin-left: 88px;
  }
  body .mr_lg_88px, .block-editor__container .mr_lg_88px {
    margin-right: 88px;
  }
  body .mt_lg_-88px, .block-editor__container .mt_lg_-88px {
    margin-top: -88px;
  }
  body .mb_lg_-88px, .block-editor__container .mb_lg_-88px {
    margin-bottom: -88px;
  }
  body .ml_lg_-88px, .block-editor__container .ml_lg_-88px {
    margin-left: -88px;
  }
  body .mr_lg_-88px, .block-editor__container .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_88px, .block-editor__container .mt_lg_88px {
    margin-top: 88px;
  }
  body .mb_lg_88px, .block-editor__container .mb_lg_88px {
    margin-bottom: 88px;
  }
  body .ml_lg_88px, .block-editor__container .ml_lg_88px {
    margin-left: 88px;
  }
  body .mr_lg_88px, .block-editor__container .mr_lg_88px {
    margin-right: 88px;
  }
  body .mt_lg_-88px, .block-editor__container .mt_lg_-88px {
    margin-top: -88px;
  }
  body .mb_lg_-88px, .block-editor__container .mb_lg_-88px {
    margin-bottom: -88px;
  }
  body .ml_lg_-88px, .block-editor__container .ml_lg_-88px {
    margin-left: -88px;
  }
  body .mr_lg_-88px, .block-editor__container .mr_lg_-88px {
    margin-right: -88px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_89px, .block-editor__container .mt_lg_89px {
    margin-top: 89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_89px, .block-editor__container .mb_lg_89px {
    margin-bottom: 89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_89px, .block-editor__container .ml_lg_89px {
    margin-left: 89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_89px, .block-editor__container .mr_lg_89px {
    margin-right: 89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-89px, .block-editor__container .mt_lg_-89px {
    margin-top: -89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-89px, .block-editor__container .mb_lg_-89px {
    margin-bottom: -89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-89px, .block-editor__container .ml_lg_-89px {
    margin-left: -89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-89px, .block-editor__container .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_89px, .block-editor__container .mt_lg_89px {
    margin-top: 89px;
  }
  body .mb_lg_89px, .block-editor__container .mb_lg_89px {
    margin-bottom: 89px;
  }
  body .ml_lg_89px, .block-editor__container .ml_lg_89px {
    margin-left: 89px;
  }
  body .mr_lg_89px, .block-editor__container .mr_lg_89px {
    margin-right: 89px;
  }
  body .mt_lg_-89px, .block-editor__container .mt_lg_-89px {
    margin-top: -89px;
  }
  body .mb_lg_-89px, .block-editor__container .mb_lg_-89px {
    margin-bottom: -89px;
  }
  body .ml_lg_-89px, .block-editor__container .ml_lg_-89px {
    margin-left: -89px;
  }
  body .mr_lg_-89px, .block-editor__container .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_89px, .block-editor__container .mt_lg_89px {
    margin-top: 89px;
  }
  body .mb_lg_89px, .block-editor__container .mb_lg_89px {
    margin-bottom: 89px;
  }
  body .ml_lg_89px, .block-editor__container .ml_lg_89px {
    margin-left: 89px;
  }
  body .mr_lg_89px, .block-editor__container .mr_lg_89px {
    margin-right: 89px;
  }
  body .mt_lg_-89px, .block-editor__container .mt_lg_-89px {
    margin-top: -89px;
  }
  body .mb_lg_-89px, .block-editor__container .mb_lg_-89px {
    margin-bottom: -89px;
  }
  body .ml_lg_-89px, .block-editor__container .ml_lg_-89px {
    margin-left: -89px;
  }
  body .mr_lg_-89px, .block-editor__container .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_89px, .block-editor__container .mt_lg_89px {
    margin-top: 89px;
  }
  body .mb_lg_89px, .block-editor__container .mb_lg_89px {
    margin-bottom: 89px;
  }
  body .ml_lg_89px, .block-editor__container .ml_lg_89px {
    margin-left: 89px;
  }
  body .mr_lg_89px, .block-editor__container .mr_lg_89px {
    margin-right: 89px;
  }
  body .mt_lg_-89px, .block-editor__container .mt_lg_-89px {
    margin-top: -89px;
  }
  body .mb_lg_-89px, .block-editor__container .mb_lg_-89px {
    margin-bottom: -89px;
  }
  body .ml_lg_-89px, .block-editor__container .ml_lg_-89px {
    margin-left: -89px;
  }
  body .mr_lg_-89px, .block-editor__container .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_89px, .block-editor__container .mt_lg_89px {
    margin-top: 89px;
  }
  body .mb_lg_89px, .block-editor__container .mb_lg_89px {
    margin-bottom: 89px;
  }
  body .ml_lg_89px, .block-editor__container .ml_lg_89px {
    margin-left: 89px;
  }
  body .mr_lg_89px, .block-editor__container .mr_lg_89px {
    margin-right: 89px;
  }
  body .mt_lg_-89px, .block-editor__container .mt_lg_-89px {
    margin-top: -89px;
  }
  body .mb_lg_-89px, .block-editor__container .mb_lg_-89px {
    margin-bottom: -89px;
  }
  body .ml_lg_-89px, .block-editor__container .ml_lg_-89px {
    margin-left: -89px;
  }
  body .mr_lg_-89px, .block-editor__container .mr_lg_-89px {
    margin-right: -89px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_90px, .block-editor__container .mt_lg_90px {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_90px, .block-editor__container .mb_lg_90px {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_90px, .block-editor__container .ml_lg_90px {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_90px, .block-editor__container .mr_lg_90px {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-90px, .block-editor__container .mt_lg_-90px {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-90px, .block-editor__container .mb_lg_-90px {
    margin-bottom: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-90px, .block-editor__container .ml_lg_-90px {
    margin-left: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-90px, .block-editor__container .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_90px, .block-editor__container .mt_lg_90px {
    margin-top: 90px;
  }
  body .mb_lg_90px, .block-editor__container .mb_lg_90px {
    margin-bottom: 90px;
  }
  body .ml_lg_90px, .block-editor__container .ml_lg_90px {
    margin-left: 90px;
  }
  body .mr_lg_90px, .block-editor__container .mr_lg_90px {
    margin-right: 90px;
  }
  body .mt_lg_-90px, .block-editor__container .mt_lg_-90px {
    margin-top: -90px;
  }
  body .mb_lg_-90px, .block-editor__container .mb_lg_-90px {
    margin-bottom: -90px;
  }
  body .ml_lg_-90px, .block-editor__container .ml_lg_-90px {
    margin-left: -90px;
  }
  body .mr_lg_-90px, .block-editor__container .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_90px, .block-editor__container .mt_lg_90px {
    margin-top: 90px;
  }
  body .mb_lg_90px, .block-editor__container .mb_lg_90px {
    margin-bottom: 90px;
  }
  body .ml_lg_90px, .block-editor__container .ml_lg_90px {
    margin-left: 90px;
  }
  body .mr_lg_90px, .block-editor__container .mr_lg_90px {
    margin-right: 90px;
  }
  body .mt_lg_-90px, .block-editor__container .mt_lg_-90px {
    margin-top: -90px;
  }
  body .mb_lg_-90px, .block-editor__container .mb_lg_-90px {
    margin-bottom: -90px;
  }
  body .ml_lg_-90px, .block-editor__container .ml_lg_-90px {
    margin-left: -90px;
  }
  body .mr_lg_-90px, .block-editor__container .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_90px, .block-editor__container .mt_lg_90px {
    margin-top: 90px;
  }
  body .mb_lg_90px, .block-editor__container .mb_lg_90px {
    margin-bottom: 90px;
  }
  body .ml_lg_90px, .block-editor__container .ml_lg_90px {
    margin-left: 90px;
  }
  body .mr_lg_90px, .block-editor__container .mr_lg_90px {
    margin-right: 90px;
  }
  body .mt_lg_-90px, .block-editor__container .mt_lg_-90px {
    margin-top: -90px;
  }
  body .mb_lg_-90px, .block-editor__container .mb_lg_-90px {
    margin-bottom: -90px;
  }
  body .ml_lg_-90px, .block-editor__container .ml_lg_-90px {
    margin-left: -90px;
  }
  body .mr_lg_-90px, .block-editor__container .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_90px, .block-editor__container .mt_lg_90px {
    margin-top: 90px;
  }
  body .mb_lg_90px, .block-editor__container .mb_lg_90px {
    margin-bottom: 90px;
  }
  body .ml_lg_90px, .block-editor__container .ml_lg_90px {
    margin-left: 90px;
  }
  body .mr_lg_90px, .block-editor__container .mr_lg_90px {
    margin-right: 90px;
  }
  body .mt_lg_-90px, .block-editor__container .mt_lg_-90px {
    margin-top: -90px;
  }
  body .mb_lg_-90px, .block-editor__container .mb_lg_-90px {
    margin-bottom: -90px;
  }
  body .ml_lg_-90px, .block-editor__container .ml_lg_-90px {
    margin-left: -90px;
  }
  body .mr_lg_-90px, .block-editor__container .mr_lg_-90px {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_91px, .block-editor__container .mt_lg_91px {
    margin-top: 91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_91px, .block-editor__container .mb_lg_91px {
    margin-bottom: 91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_91px, .block-editor__container .ml_lg_91px {
    margin-left: 91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_91px, .block-editor__container .mr_lg_91px {
    margin-right: 91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-91px, .block-editor__container .mt_lg_-91px {
    margin-top: -91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-91px, .block-editor__container .mb_lg_-91px {
    margin-bottom: -91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-91px, .block-editor__container .ml_lg_-91px {
    margin-left: -91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-91px, .block-editor__container .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_91px, .block-editor__container .mt_lg_91px {
    margin-top: 91px;
  }
  body .mb_lg_91px, .block-editor__container .mb_lg_91px {
    margin-bottom: 91px;
  }
  body .ml_lg_91px, .block-editor__container .ml_lg_91px {
    margin-left: 91px;
  }
  body .mr_lg_91px, .block-editor__container .mr_lg_91px {
    margin-right: 91px;
  }
  body .mt_lg_-91px, .block-editor__container .mt_lg_-91px {
    margin-top: -91px;
  }
  body .mb_lg_-91px, .block-editor__container .mb_lg_-91px {
    margin-bottom: -91px;
  }
  body .ml_lg_-91px, .block-editor__container .ml_lg_-91px {
    margin-left: -91px;
  }
  body .mr_lg_-91px, .block-editor__container .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_91px, .block-editor__container .mt_lg_91px {
    margin-top: 91px;
  }
  body .mb_lg_91px, .block-editor__container .mb_lg_91px {
    margin-bottom: 91px;
  }
  body .ml_lg_91px, .block-editor__container .ml_lg_91px {
    margin-left: 91px;
  }
  body .mr_lg_91px, .block-editor__container .mr_lg_91px {
    margin-right: 91px;
  }
  body .mt_lg_-91px, .block-editor__container .mt_lg_-91px {
    margin-top: -91px;
  }
  body .mb_lg_-91px, .block-editor__container .mb_lg_-91px {
    margin-bottom: -91px;
  }
  body .ml_lg_-91px, .block-editor__container .ml_lg_-91px {
    margin-left: -91px;
  }
  body .mr_lg_-91px, .block-editor__container .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_91px, .block-editor__container .mt_lg_91px {
    margin-top: 91px;
  }
  body .mb_lg_91px, .block-editor__container .mb_lg_91px {
    margin-bottom: 91px;
  }
  body .ml_lg_91px, .block-editor__container .ml_lg_91px {
    margin-left: 91px;
  }
  body .mr_lg_91px, .block-editor__container .mr_lg_91px {
    margin-right: 91px;
  }
  body .mt_lg_-91px, .block-editor__container .mt_lg_-91px {
    margin-top: -91px;
  }
  body .mb_lg_-91px, .block-editor__container .mb_lg_-91px {
    margin-bottom: -91px;
  }
  body .ml_lg_-91px, .block-editor__container .ml_lg_-91px {
    margin-left: -91px;
  }
  body .mr_lg_-91px, .block-editor__container .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_91px, .block-editor__container .mt_lg_91px {
    margin-top: 91px;
  }
  body .mb_lg_91px, .block-editor__container .mb_lg_91px {
    margin-bottom: 91px;
  }
  body .ml_lg_91px, .block-editor__container .ml_lg_91px {
    margin-left: 91px;
  }
  body .mr_lg_91px, .block-editor__container .mr_lg_91px {
    margin-right: 91px;
  }
  body .mt_lg_-91px, .block-editor__container .mt_lg_-91px {
    margin-top: -91px;
  }
  body .mb_lg_-91px, .block-editor__container .mb_lg_-91px {
    margin-bottom: -91px;
  }
  body .ml_lg_-91px, .block-editor__container .ml_lg_-91px {
    margin-left: -91px;
  }
  body .mr_lg_-91px, .block-editor__container .mr_lg_-91px {
    margin-right: -91px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_92px, .block-editor__container .mt_lg_92px {
    margin-top: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_92px, .block-editor__container .mb_lg_92px {
    margin-bottom: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_92px, .block-editor__container .ml_lg_92px {
    margin-left: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_92px, .block-editor__container .mr_lg_92px {
    margin-right: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-92px, .block-editor__container .mt_lg_-92px {
    margin-top: -92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-92px, .block-editor__container .mb_lg_-92px {
    margin-bottom: -92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-92px, .block-editor__container .ml_lg_-92px {
    margin-left: -92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-92px, .block-editor__container .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_92px, .block-editor__container .mt_lg_92px {
    margin-top: 92px;
  }
  body .mb_lg_92px, .block-editor__container .mb_lg_92px {
    margin-bottom: 92px;
  }
  body .ml_lg_92px, .block-editor__container .ml_lg_92px {
    margin-left: 92px;
  }
  body .mr_lg_92px, .block-editor__container .mr_lg_92px {
    margin-right: 92px;
  }
  body .mt_lg_-92px, .block-editor__container .mt_lg_-92px {
    margin-top: -92px;
  }
  body .mb_lg_-92px, .block-editor__container .mb_lg_-92px {
    margin-bottom: -92px;
  }
  body .ml_lg_-92px, .block-editor__container .ml_lg_-92px {
    margin-left: -92px;
  }
  body .mr_lg_-92px, .block-editor__container .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_92px, .block-editor__container .mt_lg_92px {
    margin-top: 92px;
  }
  body .mb_lg_92px, .block-editor__container .mb_lg_92px {
    margin-bottom: 92px;
  }
  body .ml_lg_92px, .block-editor__container .ml_lg_92px {
    margin-left: 92px;
  }
  body .mr_lg_92px, .block-editor__container .mr_lg_92px {
    margin-right: 92px;
  }
  body .mt_lg_-92px, .block-editor__container .mt_lg_-92px {
    margin-top: -92px;
  }
  body .mb_lg_-92px, .block-editor__container .mb_lg_-92px {
    margin-bottom: -92px;
  }
  body .ml_lg_-92px, .block-editor__container .ml_lg_-92px {
    margin-left: -92px;
  }
  body .mr_lg_-92px, .block-editor__container .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_92px, .block-editor__container .mt_lg_92px {
    margin-top: 92px;
  }
  body .mb_lg_92px, .block-editor__container .mb_lg_92px {
    margin-bottom: 92px;
  }
  body .ml_lg_92px, .block-editor__container .ml_lg_92px {
    margin-left: 92px;
  }
  body .mr_lg_92px, .block-editor__container .mr_lg_92px {
    margin-right: 92px;
  }
  body .mt_lg_-92px, .block-editor__container .mt_lg_-92px {
    margin-top: -92px;
  }
  body .mb_lg_-92px, .block-editor__container .mb_lg_-92px {
    margin-bottom: -92px;
  }
  body .ml_lg_-92px, .block-editor__container .ml_lg_-92px {
    margin-left: -92px;
  }
  body .mr_lg_-92px, .block-editor__container .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_92px, .block-editor__container .mt_lg_92px {
    margin-top: 92px;
  }
  body .mb_lg_92px, .block-editor__container .mb_lg_92px {
    margin-bottom: 92px;
  }
  body .ml_lg_92px, .block-editor__container .ml_lg_92px {
    margin-left: 92px;
  }
  body .mr_lg_92px, .block-editor__container .mr_lg_92px {
    margin-right: 92px;
  }
  body .mt_lg_-92px, .block-editor__container .mt_lg_-92px {
    margin-top: -92px;
  }
  body .mb_lg_-92px, .block-editor__container .mb_lg_-92px {
    margin-bottom: -92px;
  }
  body .ml_lg_-92px, .block-editor__container .ml_lg_-92px {
    margin-left: -92px;
  }
  body .mr_lg_-92px, .block-editor__container .mr_lg_-92px {
    margin-right: -92px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_93px, .block-editor__container .mt_lg_93px {
    margin-top: 93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_93px, .block-editor__container .mb_lg_93px {
    margin-bottom: 93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_93px, .block-editor__container .ml_lg_93px {
    margin-left: 93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_93px, .block-editor__container .mr_lg_93px {
    margin-right: 93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-93px, .block-editor__container .mt_lg_-93px {
    margin-top: -93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-93px, .block-editor__container .mb_lg_-93px {
    margin-bottom: -93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-93px, .block-editor__container .ml_lg_-93px {
    margin-left: -93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-93px, .block-editor__container .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_93px, .block-editor__container .mt_lg_93px {
    margin-top: 93px;
  }
  body .mb_lg_93px, .block-editor__container .mb_lg_93px {
    margin-bottom: 93px;
  }
  body .ml_lg_93px, .block-editor__container .ml_lg_93px {
    margin-left: 93px;
  }
  body .mr_lg_93px, .block-editor__container .mr_lg_93px {
    margin-right: 93px;
  }
  body .mt_lg_-93px, .block-editor__container .mt_lg_-93px {
    margin-top: -93px;
  }
  body .mb_lg_-93px, .block-editor__container .mb_lg_-93px {
    margin-bottom: -93px;
  }
  body .ml_lg_-93px, .block-editor__container .ml_lg_-93px {
    margin-left: -93px;
  }
  body .mr_lg_-93px, .block-editor__container .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_93px, .block-editor__container .mt_lg_93px {
    margin-top: 93px;
  }
  body .mb_lg_93px, .block-editor__container .mb_lg_93px {
    margin-bottom: 93px;
  }
  body .ml_lg_93px, .block-editor__container .ml_lg_93px {
    margin-left: 93px;
  }
  body .mr_lg_93px, .block-editor__container .mr_lg_93px {
    margin-right: 93px;
  }
  body .mt_lg_-93px, .block-editor__container .mt_lg_-93px {
    margin-top: -93px;
  }
  body .mb_lg_-93px, .block-editor__container .mb_lg_-93px {
    margin-bottom: -93px;
  }
  body .ml_lg_-93px, .block-editor__container .ml_lg_-93px {
    margin-left: -93px;
  }
  body .mr_lg_-93px, .block-editor__container .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_93px, .block-editor__container .mt_lg_93px {
    margin-top: 93px;
  }
  body .mb_lg_93px, .block-editor__container .mb_lg_93px {
    margin-bottom: 93px;
  }
  body .ml_lg_93px, .block-editor__container .ml_lg_93px {
    margin-left: 93px;
  }
  body .mr_lg_93px, .block-editor__container .mr_lg_93px {
    margin-right: 93px;
  }
  body .mt_lg_-93px, .block-editor__container .mt_lg_-93px {
    margin-top: -93px;
  }
  body .mb_lg_-93px, .block-editor__container .mb_lg_-93px {
    margin-bottom: -93px;
  }
  body .ml_lg_-93px, .block-editor__container .ml_lg_-93px {
    margin-left: -93px;
  }
  body .mr_lg_-93px, .block-editor__container .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_93px, .block-editor__container .mt_lg_93px {
    margin-top: 93px;
  }
  body .mb_lg_93px, .block-editor__container .mb_lg_93px {
    margin-bottom: 93px;
  }
  body .ml_lg_93px, .block-editor__container .ml_lg_93px {
    margin-left: 93px;
  }
  body .mr_lg_93px, .block-editor__container .mr_lg_93px {
    margin-right: 93px;
  }
  body .mt_lg_-93px, .block-editor__container .mt_lg_-93px {
    margin-top: -93px;
  }
  body .mb_lg_-93px, .block-editor__container .mb_lg_-93px {
    margin-bottom: -93px;
  }
  body .ml_lg_-93px, .block-editor__container .ml_lg_-93px {
    margin-left: -93px;
  }
  body .mr_lg_-93px, .block-editor__container .mr_lg_-93px {
    margin-right: -93px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_94px, .block-editor__container .mt_lg_94px {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_94px, .block-editor__container .mb_lg_94px {
    margin-bottom: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_94px, .block-editor__container .ml_lg_94px {
    margin-left: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_94px, .block-editor__container .mr_lg_94px {
    margin-right: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-94px, .block-editor__container .mt_lg_-94px {
    margin-top: -94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-94px, .block-editor__container .mb_lg_-94px {
    margin-bottom: -94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-94px, .block-editor__container .ml_lg_-94px {
    margin-left: -94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-94px, .block-editor__container .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_94px, .block-editor__container .mt_lg_94px {
    margin-top: 94px;
  }
  body .mb_lg_94px, .block-editor__container .mb_lg_94px {
    margin-bottom: 94px;
  }
  body .ml_lg_94px, .block-editor__container .ml_lg_94px {
    margin-left: 94px;
  }
  body .mr_lg_94px, .block-editor__container .mr_lg_94px {
    margin-right: 94px;
  }
  body .mt_lg_-94px, .block-editor__container .mt_lg_-94px {
    margin-top: -94px;
  }
  body .mb_lg_-94px, .block-editor__container .mb_lg_-94px {
    margin-bottom: -94px;
  }
  body .ml_lg_-94px, .block-editor__container .ml_lg_-94px {
    margin-left: -94px;
  }
  body .mr_lg_-94px, .block-editor__container .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_94px, .block-editor__container .mt_lg_94px {
    margin-top: 94px;
  }
  body .mb_lg_94px, .block-editor__container .mb_lg_94px {
    margin-bottom: 94px;
  }
  body .ml_lg_94px, .block-editor__container .ml_lg_94px {
    margin-left: 94px;
  }
  body .mr_lg_94px, .block-editor__container .mr_lg_94px {
    margin-right: 94px;
  }
  body .mt_lg_-94px, .block-editor__container .mt_lg_-94px {
    margin-top: -94px;
  }
  body .mb_lg_-94px, .block-editor__container .mb_lg_-94px {
    margin-bottom: -94px;
  }
  body .ml_lg_-94px, .block-editor__container .ml_lg_-94px {
    margin-left: -94px;
  }
  body .mr_lg_-94px, .block-editor__container .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_94px, .block-editor__container .mt_lg_94px {
    margin-top: 94px;
  }
  body .mb_lg_94px, .block-editor__container .mb_lg_94px {
    margin-bottom: 94px;
  }
  body .ml_lg_94px, .block-editor__container .ml_lg_94px {
    margin-left: 94px;
  }
  body .mr_lg_94px, .block-editor__container .mr_lg_94px {
    margin-right: 94px;
  }
  body .mt_lg_-94px, .block-editor__container .mt_lg_-94px {
    margin-top: -94px;
  }
  body .mb_lg_-94px, .block-editor__container .mb_lg_-94px {
    margin-bottom: -94px;
  }
  body .ml_lg_-94px, .block-editor__container .ml_lg_-94px {
    margin-left: -94px;
  }
  body .mr_lg_-94px, .block-editor__container .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_94px, .block-editor__container .mt_lg_94px {
    margin-top: 94px;
  }
  body .mb_lg_94px, .block-editor__container .mb_lg_94px {
    margin-bottom: 94px;
  }
  body .ml_lg_94px, .block-editor__container .ml_lg_94px {
    margin-left: 94px;
  }
  body .mr_lg_94px, .block-editor__container .mr_lg_94px {
    margin-right: 94px;
  }
  body .mt_lg_-94px, .block-editor__container .mt_lg_-94px {
    margin-top: -94px;
  }
  body .mb_lg_-94px, .block-editor__container .mb_lg_-94px {
    margin-bottom: -94px;
  }
  body .ml_lg_-94px, .block-editor__container .ml_lg_-94px {
    margin-left: -94px;
  }
  body .mr_lg_-94px, .block-editor__container .mr_lg_-94px {
    margin-right: -94px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_95px, .block-editor__container .mt_lg_95px {
    margin-top: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_95px, .block-editor__container .mb_lg_95px {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_95px, .block-editor__container .ml_lg_95px {
    margin-left: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_95px, .block-editor__container .mr_lg_95px {
    margin-right: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-95px, .block-editor__container .mt_lg_-95px {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-95px, .block-editor__container .mb_lg_-95px {
    margin-bottom: -95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-95px, .block-editor__container .ml_lg_-95px {
    margin-left: -95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-95px, .block-editor__container .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_95px, .block-editor__container .mt_lg_95px {
    margin-top: 95px;
  }
  body .mb_lg_95px, .block-editor__container .mb_lg_95px {
    margin-bottom: 95px;
  }
  body .ml_lg_95px, .block-editor__container .ml_lg_95px {
    margin-left: 95px;
  }
  body .mr_lg_95px, .block-editor__container .mr_lg_95px {
    margin-right: 95px;
  }
  body .mt_lg_-95px, .block-editor__container .mt_lg_-95px {
    margin-top: -95px;
  }
  body .mb_lg_-95px, .block-editor__container .mb_lg_-95px {
    margin-bottom: -95px;
  }
  body .ml_lg_-95px, .block-editor__container .ml_lg_-95px {
    margin-left: -95px;
  }
  body .mr_lg_-95px, .block-editor__container .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_95px, .block-editor__container .mt_lg_95px {
    margin-top: 95px;
  }
  body .mb_lg_95px, .block-editor__container .mb_lg_95px {
    margin-bottom: 95px;
  }
  body .ml_lg_95px, .block-editor__container .ml_lg_95px {
    margin-left: 95px;
  }
  body .mr_lg_95px, .block-editor__container .mr_lg_95px {
    margin-right: 95px;
  }
  body .mt_lg_-95px, .block-editor__container .mt_lg_-95px {
    margin-top: -95px;
  }
  body .mb_lg_-95px, .block-editor__container .mb_lg_-95px {
    margin-bottom: -95px;
  }
  body .ml_lg_-95px, .block-editor__container .ml_lg_-95px {
    margin-left: -95px;
  }
  body .mr_lg_-95px, .block-editor__container .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_95px, .block-editor__container .mt_lg_95px {
    margin-top: 95px;
  }
  body .mb_lg_95px, .block-editor__container .mb_lg_95px {
    margin-bottom: 95px;
  }
  body .ml_lg_95px, .block-editor__container .ml_lg_95px {
    margin-left: 95px;
  }
  body .mr_lg_95px, .block-editor__container .mr_lg_95px {
    margin-right: 95px;
  }
  body .mt_lg_-95px, .block-editor__container .mt_lg_-95px {
    margin-top: -95px;
  }
  body .mb_lg_-95px, .block-editor__container .mb_lg_-95px {
    margin-bottom: -95px;
  }
  body .ml_lg_-95px, .block-editor__container .ml_lg_-95px {
    margin-left: -95px;
  }
  body .mr_lg_-95px, .block-editor__container .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_95px, .block-editor__container .mt_lg_95px {
    margin-top: 95px;
  }
  body .mb_lg_95px, .block-editor__container .mb_lg_95px {
    margin-bottom: 95px;
  }
  body .ml_lg_95px, .block-editor__container .ml_lg_95px {
    margin-left: 95px;
  }
  body .mr_lg_95px, .block-editor__container .mr_lg_95px {
    margin-right: 95px;
  }
  body .mt_lg_-95px, .block-editor__container .mt_lg_-95px {
    margin-top: -95px;
  }
  body .mb_lg_-95px, .block-editor__container .mb_lg_-95px {
    margin-bottom: -95px;
  }
  body .ml_lg_-95px, .block-editor__container .ml_lg_-95px {
    margin-left: -95px;
  }
  body .mr_lg_-95px, .block-editor__container .mr_lg_-95px {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_96px, .block-editor__container .mt_lg_96px {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_96px, .block-editor__container .mb_lg_96px {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_96px, .block-editor__container .ml_lg_96px {
    margin-left: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_96px, .block-editor__container .mr_lg_96px {
    margin-right: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-96px, .block-editor__container .mt_lg_-96px {
    margin-top: -96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-96px, .block-editor__container .mb_lg_-96px {
    margin-bottom: -96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-96px, .block-editor__container .ml_lg_-96px {
    margin-left: -96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-96px, .block-editor__container .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_96px, .block-editor__container .mt_lg_96px {
    margin-top: 96px;
  }
  body .mb_lg_96px, .block-editor__container .mb_lg_96px {
    margin-bottom: 96px;
  }
  body .ml_lg_96px, .block-editor__container .ml_lg_96px {
    margin-left: 96px;
  }
  body .mr_lg_96px, .block-editor__container .mr_lg_96px {
    margin-right: 96px;
  }
  body .mt_lg_-96px, .block-editor__container .mt_lg_-96px {
    margin-top: -96px;
  }
  body .mb_lg_-96px, .block-editor__container .mb_lg_-96px {
    margin-bottom: -96px;
  }
  body .ml_lg_-96px, .block-editor__container .ml_lg_-96px {
    margin-left: -96px;
  }
  body .mr_lg_-96px, .block-editor__container .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_96px, .block-editor__container .mt_lg_96px {
    margin-top: 96px;
  }
  body .mb_lg_96px, .block-editor__container .mb_lg_96px {
    margin-bottom: 96px;
  }
  body .ml_lg_96px, .block-editor__container .ml_lg_96px {
    margin-left: 96px;
  }
  body .mr_lg_96px, .block-editor__container .mr_lg_96px {
    margin-right: 96px;
  }
  body .mt_lg_-96px, .block-editor__container .mt_lg_-96px {
    margin-top: -96px;
  }
  body .mb_lg_-96px, .block-editor__container .mb_lg_-96px {
    margin-bottom: -96px;
  }
  body .ml_lg_-96px, .block-editor__container .ml_lg_-96px {
    margin-left: -96px;
  }
  body .mr_lg_-96px, .block-editor__container .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_96px, .block-editor__container .mt_lg_96px {
    margin-top: 96px;
  }
  body .mb_lg_96px, .block-editor__container .mb_lg_96px {
    margin-bottom: 96px;
  }
  body .ml_lg_96px, .block-editor__container .ml_lg_96px {
    margin-left: 96px;
  }
  body .mr_lg_96px, .block-editor__container .mr_lg_96px {
    margin-right: 96px;
  }
  body .mt_lg_-96px, .block-editor__container .mt_lg_-96px {
    margin-top: -96px;
  }
  body .mb_lg_-96px, .block-editor__container .mb_lg_-96px {
    margin-bottom: -96px;
  }
  body .ml_lg_-96px, .block-editor__container .ml_lg_-96px {
    margin-left: -96px;
  }
  body .mr_lg_-96px, .block-editor__container .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_96px, .block-editor__container .mt_lg_96px {
    margin-top: 96px;
  }
  body .mb_lg_96px, .block-editor__container .mb_lg_96px {
    margin-bottom: 96px;
  }
  body .ml_lg_96px, .block-editor__container .ml_lg_96px {
    margin-left: 96px;
  }
  body .mr_lg_96px, .block-editor__container .mr_lg_96px {
    margin-right: 96px;
  }
  body .mt_lg_-96px, .block-editor__container .mt_lg_-96px {
    margin-top: -96px;
  }
  body .mb_lg_-96px, .block-editor__container .mb_lg_-96px {
    margin-bottom: -96px;
  }
  body .ml_lg_-96px, .block-editor__container .ml_lg_-96px {
    margin-left: -96px;
  }
  body .mr_lg_-96px, .block-editor__container .mr_lg_-96px {
    margin-right: -96px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_97px, .block-editor__container .mt_lg_97px {
    margin-top: 97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_97px, .block-editor__container .mb_lg_97px {
    margin-bottom: 97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_97px, .block-editor__container .ml_lg_97px {
    margin-left: 97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_97px, .block-editor__container .mr_lg_97px {
    margin-right: 97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-97px, .block-editor__container .mt_lg_-97px {
    margin-top: -97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-97px, .block-editor__container .mb_lg_-97px {
    margin-bottom: -97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-97px, .block-editor__container .ml_lg_-97px {
    margin-left: -97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-97px, .block-editor__container .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_97px, .block-editor__container .mt_lg_97px {
    margin-top: 97px;
  }
  body .mb_lg_97px, .block-editor__container .mb_lg_97px {
    margin-bottom: 97px;
  }
  body .ml_lg_97px, .block-editor__container .ml_lg_97px {
    margin-left: 97px;
  }
  body .mr_lg_97px, .block-editor__container .mr_lg_97px {
    margin-right: 97px;
  }
  body .mt_lg_-97px, .block-editor__container .mt_lg_-97px {
    margin-top: -97px;
  }
  body .mb_lg_-97px, .block-editor__container .mb_lg_-97px {
    margin-bottom: -97px;
  }
  body .ml_lg_-97px, .block-editor__container .ml_lg_-97px {
    margin-left: -97px;
  }
  body .mr_lg_-97px, .block-editor__container .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_97px, .block-editor__container .mt_lg_97px {
    margin-top: 97px;
  }
  body .mb_lg_97px, .block-editor__container .mb_lg_97px {
    margin-bottom: 97px;
  }
  body .ml_lg_97px, .block-editor__container .ml_lg_97px {
    margin-left: 97px;
  }
  body .mr_lg_97px, .block-editor__container .mr_lg_97px {
    margin-right: 97px;
  }
  body .mt_lg_-97px, .block-editor__container .mt_lg_-97px {
    margin-top: -97px;
  }
  body .mb_lg_-97px, .block-editor__container .mb_lg_-97px {
    margin-bottom: -97px;
  }
  body .ml_lg_-97px, .block-editor__container .ml_lg_-97px {
    margin-left: -97px;
  }
  body .mr_lg_-97px, .block-editor__container .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_97px, .block-editor__container .mt_lg_97px {
    margin-top: 97px;
  }
  body .mb_lg_97px, .block-editor__container .mb_lg_97px {
    margin-bottom: 97px;
  }
  body .ml_lg_97px, .block-editor__container .ml_lg_97px {
    margin-left: 97px;
  }
  body .mr_lg_97px, .block-editor__container .mr_lg_97px {
    margin-right: 97px;
  }
  body .mt_lg_-97px, .block-editor__container .mt_lg_-97px {
    margin-top: -97px;
  }
  body .mb_lg_-97px, .block-editor__container .mb_lg_-97px {
    margin-bottom: -97px;
  }
  body .ml_lg_-97px, .block-editor__container .ml_lg_-97px {
    margin-left: -97px;
  }
  body .mr_lg_-97px, .block-editor__container .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_97px, .block-editor__container .mt_lg_97px {
    margin-top: 97px;
  }
  body .mb_lg_97px, .block-editor__container .mb_lg_97px {
    margin-bottom: 97px;
  }
  body .ml_lg_97px, .block-editor__container .ml_lg_97px {
    margin-left: 97px;
  }
  body .mr_lg_97px, .block-editor__container .mr_lg_97px {
    margin-right: 97px;
  }
  body .mt_lg_-97px, .block-editor__container .mt_lg_-97px {
    margin-top: -97px;
  }
  body .mb_lg_-97px, .block-editor__container .mb_lg_-97px {
    margin-bottom: -97px;
  }
  body .ml_lg_-97px, .block-editor__container .ml_lg_-97px {
    margin-left: -97px;
  }
  body .mr_lg_-97px, .block-editor__container .mr_lg_-97px {
    margin-right: -97px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_98px, .block-editor__container .mt_lg_98px {
    margin-top: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_98px, .block-editor__container .mb_lg_98px {
    margin-bottom: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_98px, .block-editor__container .ml_lg_98px {
    margin-left: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_98px, .block-editor__container .mr_lg_98px {
    margin-right: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-98px, .block-editor__container .mt_lg_-98px {
    margin-top: -98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-98px, .block-editor__container .mb_lg_-98px {
    margin-bottom: -98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-98px, .block-editor__container .ml_lg_-98px {
    margin-left: -98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-98px, .block-editor__container .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_98px, .block-editor__container .mt_lg_98px {
    margin-top: 98px;
  }
  body .mb_lg_98px, .block-editor__container .mb_lg_98px {
    margin-bottom: 98px;
  }
  body .ml_lg_98px, .block-editor__container .ml_lg_98px {
    margin-left: 98px;
  }
  body .mr_lg_98px, .block-editor__container .mr_lg_98px {
    margin-right: 98px;
  }
  body .mt_lg_-98px, .block-editor__container .mt_lg_-98px {
    margin-top: -98px;
  }
  body .mb_lg_-98px, .block-editor__container .mb_lg_-98px {
    margin-bottom: -98px;
  }
  body .ml_lg_-98px, .block-editor__container .ml_lg_-98px {
    margin-left: -98px;
  }
  body .mr_lg_-98px, .block-editor__container .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_98px, .block-editor__container .mt_lg_98px {
    margin-top: 98px;
  }
  body .mb_lg_98px, .block-editor__container .mb_lg_98px {
    margin-bottom: 98px;
  }
  body .ml_lg_98px, .block-editor__container .ml_lg_98px {
    margin-left: 98px;
  }
  body .mr_lg_98px, .block-editor__container .mr_lg_98px {
    margin-right: 98px;
  }
  body .mt_lg_-98px, .block-editor__container .mt_lg_-98px {
    margin-top: -98px;
  }
  body .mb_lg_-98px, .block-editor__container .mb_lg_-98px {
    margin-bottom: -98px;
  }
  body .ml_lg_-98px, .block-editor__container .ml_lg_-98px {
    margin-left: -98px;
  }
  body .mr_lg_-98px, .block-editor__container .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_98px, .block-editor__container .mt_lg_98px {
    margin-top: 98px;
  }
  body .mb_lg_98px, .block-editor__container .mb_lg_98px {
    margin-bottom: 98px;
  }
  body .ml_lg_98px, .block-editor__container .ml_lg_98px {
    margin-left: 98px;
  }
  body .mr_lg_98px, .block-editor__container .mr_lg_98px {
    margin-right: 98px;
  }
  body .mt_lg_-98px, .block-editor__container .mt_lg_-98px {
    margin-top: -98px;
  }
  body .mb_lg_-98px, .block-editor__container .mb_lg_-98px {
    margin-bottom: -98px;
  }
  body .ml_lg_-98px, .block-editor__container .ml_lg_-98px {
    margin-left: -98px;
  }
  body .mr_lg_-98px, .block-editor__container .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_98px, .block-editor__container .mt_lg_98px {
    margin-top: 98px;
  }
  body .mb_lg_98px, .block-editor__container .mb_lg_98px {
    margin-bottom: 98px;
  }
  body .ml_lg_98px, .block-editor__container .ml_lg_98px {
    margin-left: 98px;
  }
  body .mr_lg_98px, .block-editor__container .mr_lg_98px {
    margin-right: 98px;
  }
  body .mt_lg_-98px, .block-editor__container .mt_lg_-98px {
    margin-top: -98px;
  }
  body .mb_lg_-98px, .block-editor__container .mb_lg_-98px {
    margin-bottom: -98px;
  }
  body .ml_lg_-98px, .block-editor__container .ml_lg_-98px {
    margin-left: -98px;
  }
  body .mr_lg_-98px, .block-editor__container .mr_lg_-98px {
    margin-right: -98px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_99px, .block-editor__container .mt_lg_99px {
    margin-top: 99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_99px, .block-editor__container .mb_lg_99px {
    margin-bottom: 99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_99px, .block-editor__container .ml_lg_99px {
    margin-left: 99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_99px, .block-editor__container .mr_lg_99px {
    margin-right: 99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-99px, .block-editor__container .mt_lg_-99px {
    margin-top: -99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-99px, .block-editor__container .mb_lg_-99px {
    margin-bottom: -99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-99px, .block-editor__container .ml_lg_-99px {
    margin-left: -99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-99px, .block-editor__container .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_99px, .block-editor__container .mt_lg_99px {
    margin-top: 99px;
  }
  body .mb_lg_99px, .block-editor__container .mb_lg_99px {
    margin-bottom: 99px;
  }
  body .ml_lg_99px, .block-editor__container .ml_lg_99px {
    margin-left: 99px;
  }
  body .mr_lg_99px, .block-editor__container .mr_lg_99px {
    margin-right: 99px;
  }
  body .mt_lg_-99px, .block-editor__container .mt_lg_-99px {
    margin-top: -99px;
  }
  body .mb_lg_-99px, .block-editor__container .mb_lg_-99px {
    margin-bottom: -99px;
  }
  body .ml_lg_-99px, .block-editor__container .ml_lg_-99px {
    margin-left: -99px;
  }
  body .mr_lg_-99px, .block-editor__container .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_99px, .block-editor__container .mt_lg_99px {
    margin-top: 99px;
  }
  body .mb_lg_99px, .block-editor__container .mb_lg_99px {
    margin-bottom: 99px;
  }
  body .ml_lg_99px, .block-editor__container .ml_lg_99px {
    margin-left: 99px;
  }
  body .mr_lg_99px, .block-editor__container .mr_lg_99px {
    margin-right: 99px;
  }
  body .mt_lg_-99px, .block-editor__container .mt_lg_-99px {
    margin-top: -99px;
  }
  body .mb_lg_-99px, .block-editor__container .mb_lg_-99px {
    margin-bottom: -99px;
  }
  body .ml_lg_-99px, .block-editor__container .ml_lg_-99px {
    margin-left: -99px;
  }
  body .mr_lg_-99px, .block-editor__container .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_99px, .block-editor__container .mt_lg_99px {
    margin-top: 99px;
  }
  body .mb_lg_99px, .block-editor__container .mb_lg_99px {
    margin-bottom: 99px;
  }
  body .ml_lg_99px, .block-editor__container .ml_lg_99px {
    margin-left: 99px;
  }
  body .mr_lg_99px, .block-editor__container .mr_lg_99px {
    margin-right: 99px;
  }
  body .mt_lg_-99px, .block-editor__container .mt_lg_-99px {
    margin-top: -99px;
  }
  body .mb_lg_-99px, .block-editor__container .mb_lg_-99px {
    margin-bottom: -99px;
  }
  body .ml_lg_-99px, .block-editor__container .ml_lg_-99px {
    margin-left: -99px;
  }
  body .mr_lg_-99px, .block-editor__container .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_99px, .block-editor__container .mt_lg_99px {
    margin-top: 99px;
  }
  body .mb_lg_99px, .block-editor__container .mb_lg_99px {
    margin-bottom: 99px;
  }
  body .ml_lg_99px, .block-editor__container .ml_lg_99px {
    margin-left: 99px;
  }
  body .mr_lg_99px, .block-editor__container .mr_lg_99px {
    margin-right: 99px;
  }
  body .mt_lg_-99px, .block-editor__container .mt_lg_-99px {
    margin-top: -99px;
  }
  body .mb_lg_-99px, .block-editor__container .mb_lg_-99px {
    margin-bottom: -99px;
  }
  body .ml_lg_-99px, .block-editor__container .ml_lg_-99px {
    margin-left: -99px;
  }
  body .mr_lg_-99px, .block-editor__container .mr_lg_-99px {
    margin-right: -99px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_100px, .block-editor__container .mt_lg_100px {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_100px, .block-editor__container .mb_lg_100px {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_100px, .block-editor__container .ml_lg_100px {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_100px, .block-editor__container .mr_lg_100px {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-100px, .block-editor__container .mt_lg_-100px {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-100px, .block-editor__container .mb_lg_-100px {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-100px, .block-editor__container .ml_lg_-100px {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-100px, .block-editor__container .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_100px, .block-editor__container .mt_lg_100px {
    margin-top: 100px;
  }
  body .mb_lg_100px, .block-editor__container .mb_lg_100px {
    margin-bottom: 100px;
  }
  body .ml_lg_100px, .block-editor__container .ml_lg_100px {
    margin-left: 100px;
  }
  body .mr_lg_100px, .block-editor__container .mr_lg_100px {
    margin-right: 100px;
  }
  body .mt_lg_-100px, .block-editor__container .mt_lg_-100px {
    margin-top: -100px;
  }
  body .mb_lg_-100px, .block-editor__container .mb_lg_-100px {
    margin-bottom: -100px;
  }
  body .ml_lg_-100px, .block-editor__container .ml_lg_-100px {
    margin-left: -100px;
  }
  body .mr_lg_-100px, .block-editor__container .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_100px, .block-editor__container .mt_lg_100px {
    margin-top: 100px;
  }
  body .mb_lg_100px, .block-editor__container .mb_lg_100px {
    margin-bottom: 100px;
  }
  body .ml_lg_100px, .block-editor__container .ml_lg_100px {
    margin-left: 100px;
  }
  body .mr_lg_100px, .block-editor__container .mr_lg_100px {
    margin-right: 100px;
  }
  body .mt_lg_-100px, .block-editor__container .mt_lg_-100px {
    margin-top: -100px;
  }
  body .mb_lg_-100px, .block-editor__container .mb_lg_-100px {
    margin-bottom: -100px;
  }
  body .ml_lg_-100px, .block-editor__container .ml_lg_-100px {
    margin-left: -100px;
  }
  body .mr_lg_-100px, .block-editor__container .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_100px, .block-editor__container .mt_lg_100px {
    margin-top: 100px;
  }
  body .mb_lg_100px, .block-editor__container .mb_lg_100px {
    margin-bottom: 100px;
  }
  body .ml_lg_100px, .block-editor__container .ml_lg_100px {
    margin-left: 100px;
  }
  body .mr_lg_100px, .block-editor__container .mr_lg_100px {
    margin-right: 100px;
  }
  body .mt_lg_-100px, .block-editor__container .mt_lg_-100px {
    margin-top: -100px;
  }
  body .mb_lg_-100px, .block-editor__container .mb_lg_-100px {
    margin-bottom: -100px;
  }
  body .ml_lg_-100px, .block-editor__container .ml_lg_-100px {
    margin-left: -100px;
  }
  body .mr_lg_-100px, .block-editor__container .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_100px, .block-editor__container .mt_lg_100px {
    margin-top: 100px;
  }
  body .mb_lg_100px, .block-editor__container .mb_lg_100px {
    margin-bottom: 100px;
  }
  body .ml_lg_100px, .block-editor__container .ml_lg_100px {
    margin-left: 100px;
  }
  body .mr_lg_100px, .block-editor__container .mr_lg_100px {
    margin-right: 100px;
  }
  body .mt_lg_-100px, .block-editor__container .mt_lg_-100px {
    margin-top: -100px;
  }
  body .mb_lg_-100px, .block-editor__container .mb_lg_-100px {
    margin-bottom: -100px;
  }
  body .ml_lg_-100px, .block-editor__container .ml_lg_-100px {
    margin-left: -100px;
  }
  body .mr_lg_-100px, .block-editor__container .mr_lg_-100px {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_101px, .block-editor__container .mt_lg_101px {
    margin-top: 101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_101px, .block-editor__container .mb_lg_101px {
    margin-bottom: 101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_101px, .block-editor__container .ml_lg_101px {
    margin-left: 101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_101px, .block-editor__container .mr_lg_101px {
    margin-right: 101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-101px, .block-editor__container .mt_lg_-101px {
    margin-top: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-101px, .block-editor__container .mb_lg_-101px {
    margin-bottom: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-101px, .block-editor__container .ml_lg_-101px {
    margin-left: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-101px, .block-editor__container .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_101px, .block-editor__container .mt_lg_101px {
    margin-top: 101px;
  }
  body .mb_lg_101px, .block-editor__container .mb_lg_101px {
    margin-bottom: 101px;
  }
  body .ml_lg_101px, .block-editor__container .ml_lg_101px {
    margin-left: 101px;
  }
  body .mr_lg_101px, .block-editor__container .mr_lg_101px {
    margin-right: 101px;
  }
  body .mt_lg_-101px, .block-editor__container .mt_lg_-101px {
    margin-top: -101px;
  }
  body .mb_lg_-101px, .block-editor__container .mb_lg_-101px {
    margin-bottom: -101px;
  }
  body .ml_lg_-101px, .block-editor__container .ml_lg_-101px {
    margin-left: -101px;
  }
  body .mr_lg_-101px, .block-editor__container .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_101px, .block-editor__container .mt_lg_101px {
    margin-top: 101px;
  }
  body .mb_lg_101px, .block-editor__container .mb_lg_101px {
    margin-bottom: 101px;
  }
  body .ml_lg_101px, .block-editor__container .ml_lg_101px {
    margin-left: 101px;
  }
  body .mr_lg_101px, .block-editor__container .mr_lg_101px {
    margin-right: 101px;
  }
  body .mt_lg_-101px, .block-editor__container .mt_lg_-101px {
    margin-top: -101px;
  }
  body .mb_lg_-101px, .block-editor__container .mb_lg_-101px {
    margin-bottom: -101px;
  }
  body .ml_lg_-101px, .block-editor__container .ml_lg_-101px {
    margin-left: -101px;
  }
  body .mr_lg_-101px, .block-editor__container .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_101px, .block-editor__container .mt_lg_101px {
    margin-top: 101px;
  }
  body .mb_lg_101px, .block-editor__container .mb_lg_101px {
    margin-bottom: 101px;
  }
  body .ml_lg_101px, .block-editor__container .ml_lg_101px {
    margin-left: 101px;
  }
  body .mr_lg_101px, .block-editor__container .mr_lg_101px {
    margin-right: 101px;
  }
  body .mt_lg_-101px, .block-editor__container .mt_lg_-101px {
    margin-top: -101px;
  }
  body .mb_lg_-101px, .block-editor__container .mb_lg_-101px {
    margin-bottom: -101px;
  }
  body .ml_lg_-101px, .block-editor__container .ml_lg_-101px {
    margin-left: -101px;
  }
  body .mr_lg_-101px, .block-editor__container .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_101px, .block-editor__container .mt_lg_101px {
    margin-top: 101px;
  }
  body .mb_lg_101px, .block-editor__container .mb_lg_101px {
    margin-bottom: 101px;
  }
  body .ml_lg_101px, .block-editor__container .ml_lg_101px {
    margin-left: 101px;
  }
  body .mr_lg_101px, .block-editor__container .mr_lg_101px {
    margin-right: 101px;
  }
  body .mt_lg_-101px, .block-editor__container .mt_lg_-101px {
    margin-top: -101px;
  }
  body .mb_lg_-101px, .block-editor__container .mb_lg_-101px {
    margin-bottom: -101px;
  }
  body .ml_lg_-101px, .block-editor__container .ml_lg_-101px {
    margin-left: -101px;
  }
  body .mr_lg_-101px, .block-editor__container .mr_lg_-101px {
    margin-right: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_102px, .block-editor__container .mt_lg_102px {
    margin-top: 102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_102px, .block-editor__container .mb_lg_102px {
    margin-bottom: 102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_102px, .block-editor__container .ml_lg_102px {
    margin-left: 102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_102px, .block-editor__container .mr_lg_102px {
    margin-right: 102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-102px, .block-editor__container .mt_lg_-102px {
    margin-top: -102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-102px, .block-editor__container .mb_lg_-102px {
    margin-bottom: -102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-102px, .block-editor__container .ml_lg_-102px {
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-102px, .block-editor__container .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_102px, .block-editor__container .mt_lg_102px {
    margin-top: 102px;
  }
  body .mb_lg_102px, .block-editor__container .mb_lg_102px {
    margin-bottom: 102px;
  }
  body .ml_lg_102px, .block-editor__container .ml_lg_102px {
    margin-left: 102px;
  }
  body .mr_lg_102px, .block-editor__container .mr_lg_102px {
    margin-right: 102px;
  }
  body .mt_lg_-102px, .block-editor__container .mt_lg_-102px {
    margin-top: -102px;
  }
  body .mb_lg_-102px, .block-editor__container .mb_lg_-102px {
    margin-bottom: -102px;
  }
  body .ml_lg_-102px, .block-editor__container .ml_lg_-102px {
    margin-left: -102px;
  }
  body .mr_lg_-102px, .block-editor__container .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_102px, .block-editor__container .mt_lg_102px {
    margin-top: 102px;
  }
  body .mb_lg_102px, .block-editor__container .mb_lg_102px {
    margin-bottom: 102px;
  }
  body .ml_lg_102px, .block-editor__container .ml_lg_102px {
    margin-left: 102px;
  }
  body .mr_lg_102px, .block-editor__container .mr_lg_102px {
    margin-right: 102px;
  }
  body .mt_lg_-102px, .block-editor__container .mt_lg_-102px {
    margin-top: -102px;
  }
  body .mb_lg_-102px, .block-editor__container .mb_lg_-102px {
    margin-bottom: -102px;
  }
  body .ml_lg_-102px, .block-editor__container .ml_lg_-102px {
    margin-left: -102px;
  }
  body .mr_lg_-102px, .block-editor__container .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_102px, .block-editor__container .mt_lg_102px {
    margin-top: 102px;
  }
  body .mb_lg_102px, .block-editor__container .mb_lg_102px {
    margin-bottom: 102px;
  }
  body .ml_lg_102px, .block-editor__container .ml_lg_102px {
    margin-left: 102px;
  }
  body .mr_lg_102px, .block-editor__container .mr_lg_102px {
    margin-right: 102px;
  }
  body .mt_lg_-102px, .block-editor__container .mt_lg_-102px {
    margin-top: -102px;
  }
  body .mb_lg_-102px, .block-editor__container .mb_lg_-102px {
    margin-bottom: -102px;
  }
  body .ml_lg_-102px, .block-editor__container .ml_lg_-102px {
    margin-left: -102px;
  }
  body .mr_lg_-102px, .block-editor__container .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_102px, .block-editor__container .mt_lg_102px {
    margin-top: 102px;
  }
  body .mb_lg_102px, .block-editor__container .mb_lg_102px {
    margin-bottom: 102px;
  }
  body .ml_lg_102px, .block-editor__container .ml_lg_102px {
    margin-left: 102px;
  }
  body .mr_lg_102px, .block-editor__container .mr_lg_102px {
    margin-right: 102px;
  }
  body .mt_lg_-102px, .block-editor__container .mt_lg_-102px {
    margin-top: -102px;
  }
  body .mb_lg_-102px, .block-editor__container .mb_lg_-102px {
    margin-bottom: -102px;
  }
  body .ml_lg_-102px, .block-editor__container .ml_lg_-102px {
    margin-left: -102px;
  }
  body .mr_lg_-102px, .block-editor__container .mr_lg_-102px {
    margin-right: -102px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_103px, .block-editor__container .mt_lg_103px {
    margin-top: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_103px, .block-editor__container .mb_lg_103px {
    margin-bottom: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_103px, .block-editor__container .ml_lg_103px {
    margin-left: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_103px, .block-editor__container .mr_lg_103px {
    margin-right: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-103px, .block-editor__container .mt_lg_-103px {
    margin-top: -103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-103px, .block-editor__container .mb_lg_-103px {
    margin-bottom: -103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-103px, .block-editor__container .ml_lg_-103px {
    margin-left: -103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-103px, .block-editor__container .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_103px, .block-editor__container .mt_lg_103px {
    margin-top: 103px;
  }
  body .mb_lg_103px, .block-editor__container .mb_lg_103px {
    margin-bottom: 103px;
  }
  body .ml_lg_103px, .block-editor__container .ml_lg_103px {
    margin-left: 103px;
  }
  body .mr_lg_103px, .block-editor__container .mr_lg_103px {
    margin-right: 103px;
  }
  body .mt_lg_-103px, .block-editor__container .mt_lg_-103px {
    margin-top: -103px;
  }
  body .mb_lg_-103px, .block-editor__container .mb_lg_-103px {
    margin-bottom: -103px;
  }
  body .ml_lg_-103px, .block-editor__container .ml_lg_-103px {
    margin-left: -103px;
  }
  body .mr_lg_-103px, .block-editor__container .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_103px, .block-editor__container .mt_lg_103px {
    margin-top: 103px;
  }
  body .mb_lg_103px, .block-editor__container .mb_lg_103px {
    margin-bottom: 103px;
  }
  body .ml_lg_103px, .block-editor__container .ml_lg_103px {
    margin-left: 103px;
  }
  body .mr_lg_103px, .block-editor__container .mr_lg_103px {
    margin-right: 103px;
  }
  body .mt_lg_-103px, .block-editor__container .mt_lg_-103px {
    margin-top: -103px;
  }
  body .mb_lg_-103px, .block-editor__container .mb_lg_-103px {
    margin-bottom: -103px;
  }
  body .ml_lg_-103px, .block-editor__container .ml_lg_-103px {
    margin-left: -103px;
  }
  body .mr_lg_-103px, .block-editor__container .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_103px, .block-editor__container .mt_lg_103px {
    margin-top: 103px;
  }
  body .mb_lg_103px, .block-editor__container .mb_lg_103px {
    margin-bottom: 103px;
  }
  body .ml_lg_103px, .block-editor__container .ml_lg_103px {
    margin-left: 103px;
  }
  body .mr_lg_103px, .block-editor__container .mr_lg_103px {
    margin-right: 103px;
  }
  body .mt_lg_-103px, .block-editor__container .mt_lg_-103px {
    margin-top: -103px;
  }
  body .mb_lg_-103px, .block-editor__container .mb_lg_-103px {
    margin-bottom: -103px;
  }
  body .ml_lg_-103px, .block-editor__container .ml_lg_-103px {
    margin-left: -103px;
  }
  body .mr_lg_-103px, .block-editor__container .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_103px, .block-editor__container .mt_lg_103px {
    margin-top: 103px;
  }
  body .mb_lg_103px, .block-editor__container .mb_lg_103px {
    margin-bottom: 103px;
  }
  body .ml_lg_103px, .block-editor__container .ml_lg_103px {
    margin-left: 103px;
  }
  body .mr_lg_103px, .block-editor__container .mr_lg_103px {
    margin-right: 103px;
  }
  body .mt_lg_-103px, .block-editor__container .mt_lg_-103px {
    margin-top: -103px;
  }
  body .mb_lg_-103px, .block-editor__container .mb_lg_-103px {
    margin-bottom: -103px;
  }
  body .ml_lg_-103px, .block-editor__container .ml_lg_-103px {
    margin-left: -103px;
  }
  body .mr_lg_-103px, .block-editor__container .mr_lg_-103px {
    margin-right: -103px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_104px, .block-editor__container .mt_lg_104px {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_104px, .block-editor__container .mb_lg_104px {
    margin-bottom: 104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_104px, .block-editor__container .ml_lg_104px {
    margin-left: 104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_104px, .block-editor__container .mr_lg_104px {
    margin-right: 104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-104px, .block-editor__container .mt_lg_-104px {
    margin-top: -104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-104px, .block-editor__container .mb_lg_-104px {
    margin-bottom: -104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-104px, .block-editor__container .ml_lg_-104px {
    margin-left: -104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-104px, .block-editor__container .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_104px, .block-editor__container .mt_lg_104px {
    margin-top: 104px;
  }
  body .mb_lg_104px, .block-editor__container .mb_lg_104px {
    margin-bottom: 104px;
  }
  body .ml_lg_104px, .block-editor__container .ml_lg_104px {
    margin-left: 104px;
  }
  body .mr_lg_104px, .block-editor__container .mr_lg_104px {
    margin-right: 104px;
  }
  body .mt_lg_-104px, .block-editor__container .mt_lg_-104px {
    margin-top: -104px;
  }
  body .mb_lg_-104px, .block-editor__container .mb_lg_-104px {
    margin-bottom: -104px;
  }
  body .ml_lg_-104px, .block-editor__container .ml_lg_-104px {
    margin-left: -104px;
  }
  body .mr_lg_-104px, .block-editor__container .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_104px, .block-editor__container .mt_lg_104px {
    margin-top: 104px;
  }
  body .mb_lg_104px, .block-editor__container .mb_lg_104px {
    margin-bottom: 104px;
  }
  body .ml_lg_104px, .block-editor__container .ml_lg_104px {
    margin-left: 104px;
  }
  body .mr_lg_104px, .block-editor__container .mr_lg_104px {
    margin-right: 104px;
  }
  body .mt_lg_-104px, .block-editor__container .mt_lg_-104px {
    margin-top: -104px;
  }
  body .mb_lg_-104px, .block-editor__container .mb_lg_-104px {
    margin-bottom: -104px;
  }
  body .ml_lg_-104px, .block-editor__container .ml_lg_-104px {
    margin-left: -104px;
  }
  body .mr_lg_-104px, .block-editor__container .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_104px, .block-editor__container .mt_lg_104px {
    margin-top: 104px;
  }
  body .mb_lg_104px, .block-editor__container .mb_lg_104px {
    margin-bottom: 104px;
  }
  body .ml_lg_104px, .block-editor__container .ml_lg_104px {
    margin-left: 104px;
  }
  body .mr_lg_104px, .block-editor__container .mr_lg_104px {
    margin-right: 104px;
  }
  body .mt_lg_-104px, .block-editor__container .mt_lg_-104px {
    margin-top: -104px;
  }
  body .mb_lg_-104px, .block-editor__container .mb_lg_-104px {
    margin-bottom: -104px;
  }
  body .ml_lg_-104px, .block-editor__container .ml_lg_-104px {
    margin-left: -104px;
  }
  body .mr_lg_-104px, .block-editor__container .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_104px, .block-editor__container .mt_lg_104px {
    margin-top: 104px;
  }
  body .mb_lg_104px, .block-editor__container .mb_lg_104px {
    margin-bottom: 104px;
  }
  body .ml_lg_104px, .block-editor__container .ml_lg_104px {
    margin-left: 104px;
  }
  body .mr_lg_104px, .block-editor__container .mr_lg_104px {
    margin-right: 104px;
  }
  body .mt_lg_-104px, .block-editor__container .mt_lg_-104px {
    margin-top: -104px;
  }
  body .mb_lg_-104px, .block-editor__container .mb_lg_-104px {
    margin-bottom: -104px;
  }
  body .ml_lg_-104px, .block-editor__container .ml_lg_-104px {
    margin-left: -104px;
  }
  body .mr_lg_-104px, .block-editor__container .mr_lg_-104px {
    margin-right: -104px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_105px, .block-editor__container .mt_lg_105px {
    margin-top: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_105px, .block-editor__container .mb_lg_105px {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_105px, .block-editor__container .ml_lg_105px {
    margin-left: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_105px, .block-editor__container .mr_lg_105px {
    margin-right: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-105px, .block-editor__container .mt_lg_-105px {
    margin-top: -105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-105px, .block-editor__container .mb_lg_-105px {
    margin-bottom: -105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-105px, .block-editor__container .ml_lg_-105px {
    margin-left: -105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-105px, .block-editor__container .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_105px, .block-editor__container .mt_lg_105px {
    margin-top: 105px;
  }
  body .mb_lg_105px, .block-editor__container .mb_lg_105px {
    margin-bottom: 105px;
  }
  body .ml_lg_105px, .block-editor__container .ml_lg_105px {
    margin-left: 105px;
  }
  body .mr_lg_105px, .block-editor__container .mr_lg_105px {
    margin-right: 105px;
  }
  body .mt_lg_-105px, .block-editor__container .mt_lg_-105px {
    margin-top: -105px;
  }
  body .mb_lg_-105px, .block-editor__container .mb_lg_-105px {
    margin-bottom: -105px;
  }
  body .ml_lg_-105px, .block-editor__container .ml_lg_-105px {
    margin-left: -105px;
  }
  body .mr_lg_-105px, .block-editor__container .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_105px, .block-editor__container .mt_lg_105px {
    margin-top: 105px;
  }
  body .mb_lg_105px, .block-editor__container .mb_lg_105px {
    margin-bottom: 105px;
  }
  body .ml_lg_105px, .block-editor__container .ml_lg_105px {
    margin-left: 105px;
  }
  body .mr_lg_105px, .block-editor__container .mr_lg_105px {
    margin-right: 105px;
  }
  body .mt_lg_-105px, .block-editor__container .mt_lg_-105px {
    margin-top: -105px;
  }
  body .mb_lg_-105px, .block-editor__container .mb_lg_-105px {
    margin-bottom: -105px;
  }
  body .ml_lg_-105px, .block-editor__container .ml_lg_-105px {
    margin-left: -105px;
  }
  body .mr_lg_-105px, .block-editor__container .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_105px, .block-editor__container .mt_lg_105px {
    margin-top: 105px;
  }
  body .mb_lg_105px, .block-editor__container .mb_lg_105px {
    margin-bottom: 105px;
  }
  body .ml_lg_105px, .block-editor__container .ml_lg_105px {
    margin-left: 105px;
  }
  body .mr_lg_105px, .block-editor__container .mr_lg_105px {
    margin-right: 105px;
  }
  body .mt_lg_-105px, .block-editor__container .mt_lg_-105px {
    margin-top: -105px;
  }
  body .mb_lg_-105px, .block-editor__container .mb_lg_-105px {
    margin-bottom: -105px;
  }
  body .ml_lg_-105px, .block-editor__container .ml_lg_-105px {
    margin-left: -105px;
  }
  body .mr_lg_-105px, .block-editor__container .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_105px, .block-editor__container .mt_lg_105px {
    margin-top: 105px;
  }
  body .mb_lg_105px, .block-editor__container .mb_lg_105px {
    margin-bottom: 105px;
  }
  body .ml_lg_105px, .block-editor__container .ml_lg_105px {
    margin-left: 105px;
  }
  body .mr_lg_105px, .block-editor__container .mr_lg_105px {
    margin-right: 105px;
  }
  body .mt_lg_-105px, .block-editor__container .mt_lg_-105px {
    margin-top: -105px;
  }
  body .mb_lg_-105px, .block-editor__container .mb_lg_-105px {
    margin-bottom: -105px;
  }
  body .ml_lg_-105px, .block-editor__container .ml_lg_-105px {
    margin-left: -105px;
  }
  body .mr_lg_-105px, .block-editor__container .mr_lg_-105px {
    margin-right: -105px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_106px, .block-editor__container .mt_lg_106px {
    margin-top: 106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_106px, .block-editor__container .mb_lg_106px {
    margin-bottom: 106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_106px, .block-editor__container .ml_lg_106px {
    margin-left: 106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_106px, .block-editor__container .mr_lg_106px {
    margin-right: 106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-106px, .block-editor__container .mt_lg_-106px {
    margin-top: -106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-106px, .block-editor__container .mb_lg_-106px {
    margin-bottom: -106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-106px, .block-editor__container .ml_lg_-106px {
    margin-left: -106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-106px, .block-editor__container .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_106px, .block-editor__container .mt_lg_106px {
    margin-top: 106px;
  }
  body .mb_lg_106px, .block-editor__container .mb_lg_106px {
    margin-bottom: 106px;
  }
  body .ml_lg_106px, .block-editor__container .ml_lg_106px {
    margin-left: 106px;
  }
  body .mr_lg_106px, .block-editor__container .mr_lg_106px {
    margin-right: 106px;
  }
  body .mt_lg_-106px, .block-editor__container .mt_lg_-106px {
    margin-top: -106px;
  }
  body .mb_lg_-106px, .block-editor__container .mb_lg_-106px {
    margin-bottom: -106px;
  }
  body .ml_lg_-106px, .block-editor__container .ml_lg_-106px {
    margin-left: -106px;
  }
  body .mr_lg_-106px, .block-editor__container .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_106px, .block-editor__container .mt_lg_106px {
    margin-top: 106px;
  }
  body .mb_lg_106px, .block-editor__container .mb_lg_106px {
    margin-bottom: 106px;
  }
  body .ml_lg_106px, .block-editor__container .ml_lg_106px {
    margin-left: 106px;
  }
  body .mr_lg_106px, .block-editor__container .mr_lg_106px {
    margin-right: 106px;
  }
  body .mt_lg_-106px, .block-editor__container .mt_lg_-106px {
    margin-top: -106px;
  }
  body .mb_lg_-106px, .block-editor__container .mb_lg_-106px {
    margin-bottom: -106px;
  }
  body .ml_lg_-106px, .block-editor__container .ml_lg_-106px {
    margin-left: -106px;
  }
  body .mr_lg_-106px, .block-editor__container .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_106px, .block-editor__container .mt_lg_106px {
    margin-top: 106px;
  }
  body .mb_lg_106px, .block-editor__container .mb_lg_106px {
    margin-bottom: 106px;
  }
  body .ml_lg_106px, .block-editor__container .ml_lg_106px {
    margin-left: 106px;
  }
  body .mr_lg_106px, .block-editor__container .mr_lg_106px {
    margin-right: 106px;
  }
  body .mt_lg_-106px, .block-editor__container .mt_lg_-106px {
    margin-top: -106px;
  }
  body .mb_lg_-106px, .block-editor__container .mb_lg_-106px {
    margin-bottom: -106px;
  }
  body .ml_lg_-106px, .block-editor__container .ml_lg_-106px {
    margin-left: -106px;
  }
  body .mr_lg_-106px, .block-editor__container .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_106px, .block-editor__container .mt_lg_106px {
    margin-top: 106px;
  }
  body .mb_lg_106px, .block-editor__container .mb_lg_106px {
    margin-bottom: 106px;
  }
  body .ml_lg_106px, .block-editor__container .ml_lg_106px {
    margin-left: 106px;
  }
  body .mr_lg_106px, .block-editor__container .mr_lg_106px {
    margin-right: 106px;
  }
  body .mt_lg_-106px, .block-editor__container .mt_lg_-106px {
    margin-top: -106px;
  }
  body .mb_lg_-106px, .block-editor__container .mb_lg_-106px {
    margin-bottom: -106px;
  }
  body .ml_lg_-106px, .block-editor__container .ml_lg_-106px {
    margin-left: -106px;
  }
  body .mr_lg_-106px, .block-editor__container .mr_lg_-106px {
    margin-right: -106px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_107px, .block-editor__container .mt_lg_107px {
    margin-top: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_107px, .block-editor__container .mb_lg_107px {
    margin-bottom: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_107px, .block-editor__container .ml_lg_107px {
    margin-left: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_107px, .block-editor__container .mr_lg_107px {
    margin-right: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-107px, .block-editor__container .mt_lg_-107px {
    margin-top: -107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-107px, .block-editor__container .mb_lg_-107px {
    margin-bottom: -107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-107px, .block-editor__container .ml_lg_-107px {
    margin-left: -107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-107px, .block-editor__container .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_107px, .block-editor__container .mt_lg_107px {
    margin-top: 107px;
  }
  body .mb_lg_107px, .block-editor__container .mb_lg_107px {
    margin-bottom: 107px;
  }
  body .ml_lg_107px, .block-editor__container .ml_lg_107px {
    margin-left: 107px;
  }
  body .mr_lg_107px, .block-editor__container .mr_lg_107px {
    margin-right: 107px;
  }
  body .mt_lg_-107px, .block-editor__container .mt_lg_-107px {
    margin-top: -107px;
  }
  body .mb_lg_-107px, .block-editor__container .mb_lg_-107px {
    margin-bottom: -107px;
  }
  body .ml_lg_-107px, .block-editor__container .ml_lg_-107px {
    margin-left: -107px;
  }
  body .mr_lg_-107px, .block-editor__container .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_107px, .block-editor__container .mt_lg_107px {
    margin-top: 107px;
  }
  body .mb_lg_107px, .block-editor__container .mb_lg_107px {
    margin-bottom: 107px;
  }
  body .ml_lg_107px, .block-editor__container .ml_lg_107px {
    margin-left: 107px;
  }
  body .mr_lg_107px, .block-editor__container .mr_lg_107px {
    margin-right: 107px;
  }
  body .mt_lg_-107px, .block-editor__container .mt_lg_-107px {
    margin-top: -107px;
  }
  body .mb_lg_-107px, .block-editor__container .mb_lg_-107px {
    margin-bottom: -107px;
  }
  body .ml_lg_-107px, .block-editor__container .ml_lg_-107px {
    margin-left: -107px;
  }
  body .mr_lg_-107px, .block-editor__container .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_107px, .block-editor__container .mt_lg_107px {
    margin-top: 107px;
  }
  body .mb_lg_107px, .block-editor__container .mb_lg_107px {
    margin-bottom: 107px;
  }
  body .ml_lg_107px, .block-editor__container .ml_lg_107px {
    margin-left: 107px;
  }
  body .mr_lg_107px, .block-editor__container .mr_lg_107px {
    margin-right: 107px;
  }
  body .mt_lg_-107px, .block-editor__container .mt_lg_-107px {
    margin-top: -107px;
  }
  body .mb_lg_-107px, .block-editor__container .mb_lg_-107px {
    margin-bottom: -107px;
  }
  body .ml_lg_-107px, .block-editor__container .ml_lg_-107px {
    margin-left: -107px;
  }
  body .mr_lg_-107px, .block-editor__container .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_107px, .block-editor__container .mt_lg_107px {
    margin-top: 107px;
  }
  body .mb_lg_107px, .block-editor__container .mb_lg_107px {
    margin-bottom: 107px;
  }
  body .ml_lg_107px, .block-editor__container .ml_lg_107px {
    margin-left: 107px;
  }
  body .mr_lg_107px, .block-editor__container .mr_lg_107px {
    margin-right: 107px;
  }
  body .mt_lg_-107px, .block-editor__container .mt_lg_-107px {
    margin-top: -107px;
  }
  body .mb_lg_-107px, .block-editor__container .mb_lg_-107px {
    margin-bottom: -107px;
  }
  body .ml_lg_-107px, .block-editor__container .ml_lg_-107px {
    margin-left: -107px;
  }
  body .mr_lg_-107px, .block-editor__container .mr_lg_-107px {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_108px, .block-editor__container .mt_lg_108px {
    margin-top: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_108px, .block-editor__container .mb_lg_108px {
    margin-bottom: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_108px, .block-editor__container .ml_lg_108px {
    margin-left: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_108px, .block-editor__container .mr_lg_108px {
    margin-right: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-108px, .block-editor__container .mt_lg_-108px {
    margin-top: -108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-108px, .block-editor__container .mb_lg_-108px {
    margin-bottom: -108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-108px, .block-editor__container .ml_lg_-108px {
    margin-left: -108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-108px, .block-editor__container .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_108px, .block-editor__container .mt_lg_108px {
    margin-top: 108px;
  }
  body .mb_lg_108px, .block-editor__container .mb_lg_108px {
    margin-bottom: 108px;
  }
  body .ml_lg_108px, .block-editor__container .ml_lg_108px {
    margin-left: 108px;
  }
  body .mr_lg_108px, .block-editor__container .mr_lg_108px {
    margin-right: 108px;
  }
  body .mt_lg_-108px, .block-editor__container .mt_lg_-108px {
    margin-top: -108px;
  }
  body .mb_lg_-108px, .block-editor__container .mb_lg_-108px {
    margin-bottom: -108px;
  }
  body .ml_lg_-108px, .block-editor__container .ml_lg_-108px {
    margin-left: -108px;
  }
  body .mr_lg_-108px, .block-editor__container .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_108px, .block-editor__container .mt_lg_108px {
    margin-top: 108px;
  }
  body .mb_lg_108px, .block-editor__container .mb_lg_108px {
    margin-bottom: 108px;
  }
  body .ml_lg_108px, .block-editor__container .ml_lg_108px {
    margin-left: 108px;
  }
  body .mr_lg_108px, .block-editor__container .mr_lg_108px {
    margin-right: 108px;
  }
  body .mt_lg_-108px, .block-editor__container .mt_lg_-108px {
    margin-top: -108px;
  }
  body .mb_lg_-108px, .block-editor__container .mb_lg_-108px {
    margin-bottom: -108px;
  }
  body .ml_lg_-108px, .block-editor__container .ml_lg_-108px {
    margin-left: -108px;
  }
  body .mr_lg_-108px, .block-editor__container .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_108px, .block-editor__container .mt_lg_108px {
    margin-top: 108px;
  }
  body .mb_lg_108px, .block-editor__container .mb_lg_108px {
    margin-bottom: 108px;
  }
  body .ml_lg_108px, .block-editor__container .ml_lg_108px {
    margin-left: 108px;
  }
  body .mr_lg_108px, .block-editor__container .mr_lg_108px {
    margin-right: 108px;
  }
  body .mt_lg_-108px, .block-editor__container .mt_lg_-108px {
    margin-top: -108px;
  }
  body .mb_lg_-108px, .block-editor__container .mb_lg_-108px {
    margin-bottom: -108px;
  }
  body .ml_lg_-108px, .block-editor__container .ml_lg_-108px {
    margin-left: -108px;
  }
  body .mr_lg_-108px, .block-editor__container .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_108px, .block-editor__container .mt_lg_108px {
    margin-top: 108px;
  }
  body .mb_lg_108px, .block-editor__container .mb_lg_108px {
    margin-bottom: 108px;
  }
  body .ml_lg_108px, .block-editor__container .ml_lg_108px {
    margin-left: 108px;
  }
  body .mr_lg_108px, .block-editor__container .mr_lg_108px {
    margin-right: 108px;
  }
  body .mt_lg_-108px, .block-editor__container .mt_lg_-108px {
    margin-top: -108px;
  }
  body .mb_lg_-108px, .block-editor__container .mb_lg_-108px {
    margin-bottom: -108px;
  }
  body .ml_lg_-108px, .block-editor__container .ml_lg_-108px {
    margin-left: -108px;
  }
  body .mr_lg_-108px, .block-editor__container .mr_lg_-108px {
    margin-right: -108px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_109px, .block-editor__container .mt_lg_109px {
    margin-top: 109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_109px, .block-editor__container .mb_lg_109px {
    margin-bottom: 109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_109px, .block-editor__container .ml_lg_109px {
    margin-left: 109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_109px, .block-editor__container .mr_lg_109px {
    margin-right: 109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-109px, .block-editor__container .mt_lg_-109px {
    margin-top: -109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-109px, .block-editor__container .mb_lg_-109px {
    margin-bottom: -109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-109px, .block-editor__container .ml_lg_-109px {
    margin-left: -109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-109px, .block-editor__container .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_109px, .block-editor__container .mt_lg_109px {
    margin-top: 109px;
  }
  body .mb_lg_109px, .block-editor__container .mb_lg_109px {
    margin-bottom: 109px;
  }
  body .ml_lg_109px, .block-editor__container .ml_lg_109px {
    margin-left: 109px;
  }
  body .mr_lg_109px, .block-editor__container .mr_lg_109px {
    margin-right: 109px;
  }
  body .mt_lg_-109px, .block-editor__container .mt_lg_-109px {
    margin-top: -109px;
  }
  body .mb_lg_-109px, .block-editor__container .mb_lg_-109px {
    margin-bottom: -109px;
  }
  body .ml_lg_-109px, .block-editor__container .ml_lg_-109px {
    margin-left: -109px;
  }
  body .mr_lg_-109px, .block-editor__container .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_109px, .block-editor__container .mt_lg_109px {
    margin-top: 109px;
  }
  body .mb_lg_109px, .block-editor__container .mb_lg_109px {
    margin-bottom: 109px;
  }
  body .ml_lg_109px, .block-editor__container .ml_lg_109px {
    margin-left: 109px;
  }
  body .mr_lg_109px, .block-editor__container .mr_lg_109px {
    margin-right: 109px;
  }
  body .mt_lg_-109px, .block-editor__container .mt_lg_-109px {
    margin-top: -109px;
  }
  body .mb_lg_-109px, .block-editor__container .mb_lg_-109px {
    margin-bottom: -109px;
  }
  body .ml_lg_-109px, .block-editor__container .ml_lg_-109px {
    margin-left: -109px;
  }
  body .mr_lg_-109px, .block-editor__container .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_109px, .block-editor__container .mt_lg_109px {
    margin-top: 109px;
  }
  body .mb_lg_109px, .block-editor__container .mb_lg_109px {
    margin-bottom: 109px;
  }
  body .ml_lg_109px, .block-editor__container .ml_lg_109px {
    margin-left: 109px;
  }
  body .mr_lg_109px, .block-editor__container .mr_lg_109px {
    margin-right: 109px;
  }
  body .mt_lg_-109px, .block-editor__container .mt_lg_-109px {
    margin-top: -109px;
  }
  body .mb_lg_-109px, .block-editor__container .mb_lg_-109px {
    margin-bottom: -109px;
  }
  body .ml_lg_-109px, .block-editor__container .ml_lg_-109px {
    margin-left: -109px;
  }
  body .mr_lg_-109px, .block-editor__container .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_109px, .block-editor__container .mt_lg_109px {
    margin-top: 109px;
  }
  body .mb_lg_109px, .block-editor__container .mb_lg_109px {
    margin-bottom: 109px;
  }
  body .ml_lg_109px, .block-editor__container .ml_lg_109px {
    margin-left: 109px;
  }
  body .mr_lg_109px, .block-editor__container .mr_lg_109px {
    margin-right: 109px;
  }
  body .mt_lg_-109px, .block-editor__container .mt_lg_-109px {
    margin-top: -109px;
  }
  body .mb_lg_-109px, .block-editor__container .mb_lg_-109px {
    margin-bottom: -109px;
  }
  body .ml_lg_-109px, .block-editor__container .ml_lg_-109px {
    margin-left: -109px;
  }
  body .mr_lg_-109px, .block-editor__container .mr_lg_-109px {
    margin-right: -109px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_110px, .block-editor__container .mt_lg_110px {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_110px, .block-editor__container .mb_lg_110px {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_110px, .block-editor__container .ml_lg_110px {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_110px, .block-editor__container .mr_lg_110px {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-110px, .block-editor__container .mt_lg_-110px {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-110px, .block-editor__container .mb_lg_-110px {
    margin-bottom: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-110px, .block-editor__container .ml_lg_-110px {
    margin-left: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-110px, .block-editor__container .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_110px, .block-editor__container .mt_lg_110px {
    margin-top: 110px;
  }
  body .mb_lg_110px, .block-editor__container .mb_lg_110px {
    margin-bottom: 110px;
  }
  body .ml_lg_110px, .block-editor__container .ml_lg_110px {
    margin-left: 110px;
  }
  body .mr_lg_110px, .block-editor__container .mr_lg_110px {
    margin-right: 110px;
  }
  body .mt_lg_-110px, .block-editor__container .mt_lg_-110px {
    margin-top: -110px;
  }
  body .mb_lg_-110px, .block-editor__container .mb_lg_-110px {
    margin-bottom: -110px;
  }
  body .ml_lg_-110px, .block-editor__container .ml_lg_-110px {
    margin-left: -110px;
  }
  body .mr_lg_-110px, .block-editor__container .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_110px, .block-editor__container .mt_lg_110px {
    margin-top: 110px;
  }
  body .mb_lg_110px, .block-editor__container .mb_lg_110px {
    margin-bottom: 110px;
  }
  body .ml_lg_110px, .block-editor__container .ml_lg_110px {
    margin-left: 110px;
  }
  body .mr_lg_110px, .block-editor__container .mr_lg_110px {
    margin-right: 110px;
  }
  body .mt_lg_-110px, .block-editor__container .mt_lg_-110px {
    margin-top: -110px;
  }
  body .mb_lg_-110px, .block-editor__container .mb_lg_-110px {
    margin-bottom: -110px;
  }
  body .ml_lg_-110px, .block-editor__container .ml_lg_-110px {
    margin-left: -110px;
  }
  body .mr_lg_-110px, .block-editor__container .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_110px, .block-editor__container .mt_lg_110px {
    margin-top: 110px;
  }
  body .mb_lg_110px, .block-editor__container .mb_lg_110px {
    margin-bottom: 110px;
  }
  body .ml_lg_110px, .block-editor__container .ml_lg_110px {
    margin-left: 110px;
  }
  body .mr_lg_110px, .block-editor__container .mr_lg_110px {
    margin-right: 110px;
  }
  body .mt_lg_-110px, .block-editor__container .mt_lg_-110px {
    margin-top: -110px;
  }
  body .mb_lg_-110px, .block-editor__container .mb_lg_-110px {
    margin-bottom: -110px;
  }
  body .ml_lg_-110px, .block-editor__container .ml_lg_-110px {
    margin-left: -110px;
  }
  body .mr_lg_-110px, .block-editor__container .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_110px, .block-editor__container .mt_lg_110px {
    margin-top: 110px;
  }
  body .mb_lg_110px, .block-editor__container .mb_lg_110px {
    margin-bottom: 110px;
  }
  body .ml_lg_110px, .block-editor__container .ml_lg_110px {
    margin-left: 110px;
  }
  body .mr_lg_110px, .block-editor__container .mr_lg_110px {
    margin-right: 110px;
  }
  body .mt_lg_-110px, .block-editor__container .mt_lg_-110px {
    margin-top: -110px;
  }
  body .mb_lg_-110px, .block-editor__container .mb_lg_-110px {
    margin-bottom: -110px;
  }
  body .ml_lg_-110px, .block-editor__container .ml_lg_-110px {
    margin-left: -110px;
  }
  body .mr_lg_-110px, .block-editor__container .mr_lg_-110px {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_111px, .block-editor__container .mt_lg_111px {
    margin-top: 111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_111px, .block-editor__container .mb_lg_111px {
    margin-bottom: 111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_111px, .block-editor__container .ml_lg_111px {
    margin-left: 111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_111px, .block-editor__container .mr_lg_111px {
    margin-right: 111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-111px, .block-editor__container .mt_lg_-111px {
    margin-top: -111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-111px, .block-editor__container .mb_lg_-111px {
    margin-bottom: -111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-111px, .block-editor__container .ml_lg_-111px {
    margin-left: -111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-111px, .block-editor__container .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_111px, .block-editor__container .mt_lg_111px {
    margin-top: 111px;
  }
  body .mb_lg_111px, .block-editor__container .mb_lg_111px {
    margin-bottom: 111px;
  }
  body .ml_lg_111px, .block-editor__container .ml_lg_111px {
    margin-left: 111px;
  }
  body .mr_lg_111px, .block-editor__container .mr_lg_111px {
    margin-right: 111px;
  }
  body .mt_lg_-111px, .block-editor__container .mt_lg_-111px {
    margin-top: -111px;
  }
  body .mb_lg_-111px, .block-editor__container .mb_lg_-111px {
    margin-bottom: -111px;
  }
  body .ml_lg_-111px, .block-editor__container .ml_lg_-111px {
    margin-left: -111px;
  }
  body .mr_lg_-111px, .block-editor__container .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_111px, .block-editor__container .mt_lg_111px {
    margin-top: 111px;
  }
  body .mb_lg_111px, .block-editor__container .mb_lg_111px {
    margin-bottom: 111px;
  }
  body .ml_lg_111px, .block-editor__container .ml_lg_111px {
    margin-left: 111px;
  }
  body .mr_lg_111px, .block-editor__container .mr_lg_111px {
    margin-right: 111px;
  }
  body .mt_lg_-111px, .block-editor__container .mt_lg_-111px {
    margin-top: -111px;
  }
  body .mb_lg_-111px, .block-editor__container .mb_lg_-111px {
    margin-bottom: -111px;
  }
  body .ml_lg_-111px, .block-editor__container .ml_lg_-111px {
    margin-left: -111px;
  }
  body .mr_lg_-111px, .block-editor__container .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_111px, .block-editor__container .mt_lg_111px {
    margin-top: 111px;
  }
  body .mb_lg_111px, .block-editor__container .mb_lg_111px {
    margin-bottom: 111px;
  }
  body .ml_lg_111px, .block-editor__container .ml_lg_111px {
    margin-left: 111px;
  }
  body .mr_lg_111px, .block-editor__container .mr_lg_111px {
    margin-right: 111px;
  }
  body .mt_lg_-111px, .block-editor__container .mt_lg_-111px {
    margin-top: -111px;
  }
  body .mb_lg_-111px, .block-editor__container .mb_lg_-111px {
    margin-bottom: -111px;
  }
  body .ml_lg_-111px, .block-editor__container .ml_lg_-111px {
    margin-left: -111px;
  }
  body .mr_lg_-111px, .block-editor__container .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_111px, .block-editor__container .mt_lg_111px {
    margin-top: 111px;
  }
  body .mb_lg_111px, .block-editor__container .mb_lg_111px {
    margin-bottom: 111px;
  }
  body .ml_lg_111px, .block-editor__container .ml_lg_111px {
    margin-left: 111px;
  }
  body .mr_lg_111px, .block-editor__container .mr_lg_111px {
    margin-right: 111px;
  }
  body .mt_lg_-111px, .block-editor__container .mt_lg_-111px {
    margin-top: -111px;
  }
  body .mb_lg_-111px, .block-editor__container .mb_lg_-111px {
    margin-bottom: -111px;
  }
  body .ml_lg_-111px, .block-editor__container .ml_lg_-111px {
    margin-left: -111px;
  }
  body .mr_lg_-111px, .block-editor__container .mr_lg_-111px {
    margin-right: -111px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_112px, .block-editor__container .mt_lg_112px {
    margin-top: 112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_112px, .block-editor__container .mb_lg_112px {
    margin-bottom: 112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_112px, .block-editor__container .ml_lg_112px {
    margin-left: 112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_112px, .block-editor__container .mr_lg_112px {
    margin-right: 112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-112px, .block-editor__container .mt_lg_-112px {
    margin-top: -112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-112px, .block-editor__container .mb_lg_-112px {
    margin-bottom: -112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-112px, .block-editor__container .ml_lg_-112px {
    margin-left: -112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-112px, .block-editor__container .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_112px, .block-editor__container .mt_lg_112px {
    margin-top: 112px;
  }
  body .mb_lg_112px, .block-editor__container .mb_lg_112px {
    margin-bottom: 112px;
  }
  body .ml_lg_112px, .block-editor__container .ml_lg_112px {
    margin-left: 112px;
  }
  body .mr_lg_112px, .block-editor__container .mr_lg_112px {
    margin-right: 112px;
  }
  body .mt_lg_-112px, .block-editor__container .mt_lg_-112px {
    margin-top: -112px;
  }
  body .mb_lg_-112px, .block-editor__container .mb_lg_-112px {
    margin-bottom: -112px;
  }
  body .ml_lg_-112px, .block-editor__container .ml_lg_-112px {
    margin-left: -112px;
  }
  body .mr_lg_-112px, .block-editor__container .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_112px, .block-editor__container .mt_lg_112px {
    margin-top: 112px;
  }
  body .mb_lg_112px, .block-editor__container .mb_lg_112px {
    margin-bottom: 112px;
  }
  body .ml_lg_112px, .block-editor__container .ml_lg_112px {
    margin-left: 112px;
  }
  body .mr_lg_112px, .block-editor__container .mr_lg_112px {
    margin-right: 112px;
  }
  body .mt_lg_-112px, .block-editor__container .mt_lg_-112px {
    margin-top: -112px;
  }
  body .mb_lg_-112px, .block-editor__container .mb_lg_-112px {
    margin-bottom: -112px;
  }
  body .ml_lg_-112px, .block-editor__container .ml_lg_-112px {
    margin-left: -112px;
  }
  body .mr_lg_-112px, .block-editor__container .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_112px, .block-editor__container .mt_lg_112px {
    margin-top: 112px;
  }
  body .mb_lg_112px, .block-editor__container .mb_lg_112px {
    margin-bottom: 112px;
  }
  body .ml_lg_112px, .block-editor__container .ml_lg_112px {
    margin-left: 112px;
  }
  body .mr_lg_112px, .block-editor__container .mr_lg_112px {
    margin-right: 112px;
  }
  body .mt_lg_-112px, .block-editor__container .mt_lg_-112px {
    margin-top: -112px;
  }
  body .mb_lg_-112px, .block-editor__container .mb_lg_-112px {
    margin-bottom: -112px;
  }
  body .ml_lg_-112px, .block-editor__container .ml_lg_-112px {
    margin-left: -112px;
  }
  body .mr_lg_-112px, .block-editor__container .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_112px, .block-editor__container .mt_lg_112px {
    margin-top: 112px;
  }
  body .mb_lg_112px, .block-editor__container .mb_lg_112px {
    margin-bottom: 112px;
  }
  body .ml_lg_112px, .block-editor__container .ml_lg_112px {
    margin-left: 112px;
  }
  body .mr_lg_112px, .block-editor__container .mr_lg_112px {
    margin-right: 112px;
  }
  body .mt_lg_-112px, .block-editor__container .mt_lg_-112px {
    margin-top: -112px;
  }
  body .mb_lg_-112px, .block-editor__container .mb_lg_-112px {
    margin-bottom: -112px;
  }
  body .ml_lg_-112px, .block-editor__container .ml_lg_-112px {
    margin-left: -112px;
  }
  body .mr_lg_-112px, .block-editor__container .mr_lg_-112px {
    margin-right: -112px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_113px, .block-editor__container .mt_lg_113px {
    margin-top: 113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_113px, .block-editor__container .mb_lg_113px {
    margin-bottom: 113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_113px, .block-editor__container .ml_lg_113px {
    margin-left: 113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_113px, .block-editor__container .mr_lg_113px {
    margin-right: 113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-113px, .block-editor__container .mt_lg_-113px {
    margin-top: -113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-113px, .block-editor__container .mb_lg_-113px {
    margin-bottom: -113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-113px, .block-editor__container .ml_lg_-113px {
    margin-left: -113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-113px, .block-editor__container .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_113px, .block-editor__container .mt_lg_113px {
    margin-top: 113px;
  }
  body .mb_lg_113px, .block-editor__container .mb_lg_113px {
    margin-bottom: 113px;
  }
  body .ml_lg_113px, .block-editor__container .ml_lg_113px {
    margin-left: 113px;
  }
  body .mr_lg_113px, .block-editor__container .mr_lg_113px {
    margin-right: 113px;
  }
  body .mt_lg_-113px, .block-editor__container .mt_lg_-113px {
    margin-top: -113px;
  }
  body .mb_lg_-113px, .block-editor__container .mb_lg_-113px {
    margin-bottom: -113px;
  }
  body .ml_lg_-113px, .block-editor__container .ml_lg_-113px {
    margin-left: -113px;
  }
  body .mr_lg_-113px, .block-editor__container .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_113px, .block-editor__container .mt_lg_113px {
    margin-top: 113px;
  }
  body .mb_lg_113px, .block-editor__container .mb_lg_113px {
    margin-bottom: 113px;
  }
  body .ml_lg_113px, .block-editor__container .ml_lg_113px {
    margin-left: 113px;
  }
  body .mr_lg_113px, .block-editor__container .mr_lg_113px {
    margin-right: 113px;
  }
  body .mt_lg_-113px, .block-editor__container .mt_lg_-113px {
    margin-top: -113px;
  }
  body .mb_lg_-113px, .block-editor__container .mb_lg_-113px {
    margin-bottom: -113px;
  }
  body .ml_lg_-113px, .block-editor__container .ml_lg_-113px {
    margin-left: -113px;
  }
  body .mr_lg_-113px, .block-editor__container .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_113px, .block-editor__container .mt_lg_113px {
    margin-top: 113px;
  }
  body .mb_lg_113px, .block-editor__container .mb_lg_113px {
    margin-bottom: 113px;
  }
  body .ml_lg_113px, .block-editor__container .ml_lg_113px {
    margin-left: 113px;
  }
  body .mr_lg_113px, .block-editor__container .mr_lg_113px {
    margin-right: 113px;
  }
  body .mt_lg_-113px, .block-editor__container .mt_lg_-113px {
    margin-top: -113px;
  }
  body .mb_lg_-113px, .block-editor__container .mb_lg_-113px {
    margin-bottom: -113px;
  }
  body .ml_lg_-113px, .block-editor__container .ml_lg_-113px {
    margin-left: -113px;
  }
  body .mr_lg_-113px, .block-editor__container .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_113px, .block-editor__container .mt_lg_113px {
    margin-top: 113px;
  }
  body .mb_lg_113px, .block-editor__container .mb_lg_113px {
    margin-bottom: 113px;
  }
  body .ml_lg_113px, .block-editor__container .ml_lg_113px {
    margin-left: 113px;
  }
  body .mr_lg_113px, .block-editor__container .mr_lg_113px {
    margin-right: 113px;
  }
  body .mt_lg_-113px, .block-editor__container .mt_lg_-113px {
    margin-top: -113px;
  }
  body .mb_lg_-113px, .block-editor__container .mb_lg_-113px {
    margin-bottom: -113px;
  }
  body .ml_lg_-113px, .block-editor__container .ml_lg_-113px {
    margin-left: -113px;
  }
  body .mr_lg_-113px, .block-editor__container .mr_lg_-113px {
    margin-right: -113px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_114px, .block-editor__container .mt_lg_114px {
    margin-top: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_114px, .block-editor__container .mb_lg_114px {
    margin-bottom: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_114px, .block-editor__container .ml_lg_114px {
    margin-left: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_114px, .block-editor__container .mr_lg_114px {
    margin-right: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-114px, .block-editor__container .mt_lg_-114px {
    margin-top: -114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-114px, .block-editor__container .mb_lg_-114px {
    margin-bottom: -114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-114px, .block-editor__container .ml_lg_-114px {
    margin-left: -114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-114px, .block-editor__container .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_114px, .block-editor__container .mt_lg_114px {
    margin-top: 114px;
  }
  body .mb_lg_114px, .block-editor__container .mb_lg_114px {
    margin-bottom: 114px;
  }
  body .ml_lg_114px, .block-editor__container .ml_lg_114px {
    margin-left: 114px;
  }
  body .mr_lg_114px, .block-editor__container .mr_lg_114px {
    margin-right: 114px;
  }
  body .mt_lg_-114px, .block-editor__container .mt_lg_-114px {
    margin-top: -114px;
  }
  body .mb_lg_-114px, .block-editor__container .mb_lg_-114px {
    margin-bottom: -114px;
  }
  body .ml_lg_-114px, .block-editor__container .ml_lg_-114px {
    margin-left: -114px;
  }
  body .mr_lg_-114px, .block-editor__container .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_114px, .block-editor__container .mt_lg_114px {
    margin-top: 114px;
  }
  body .mb_lg_114px, .block-editor__container .mb_lg_114px {
    margin-bottom: 114px;
  }
  body .ml_lg_114px, .block-editor__container .ml_lg_114px {
    margin-left: 114px;
  }
  body .mr_lg_114px, .block-editor__container .mr_lg_114px {
    margin-right: 114px;
  }
  body .mt_lg_-114px, .block-editor__container .mt_lg_-114px {
    margin-top: -114px;
  }
  body .mb_lg_-114px, .block-editor__container .mb_lg_-114px {
    margin-bottom: -114px;
  }
  body .ml_lg_-114px, .block-editor__container .ml_lg_-114px {
    margin-left: -114px;
  }
  body .mr_lg_-114px, .block-editor__container .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_114px, .block-editor__container .mt_lg_114px {
    margin-top: 114px;
  }
  body .mb_lg_114px, .block-editor__container .mb_lg_114px {
    margin-bottom: 114px;
  }
  body .ml_lg_114px, .block-editor__container .ml_lg_114px {
    margin-left: 114px;
  }
  body .mr_lg_114px, .block-editor__container .mr_lg_114px {
    margin-right: 114px;
  }
  body .mt_lg_-114px, .block-editor__container .mt_lg_-114px {
    margin-top: -114px;
  }
  body .mb_lg_-114px, .block-editor__container .mb_lg_-114px {
    margin-bottom: -114px;
  }
  body .ml_lg_-114px, .block-editor__container .ml_lg_-114px {
    margin-left: -114px;
  }
  body .mr_lg_-114px, .block-editor__container .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_114px, .block-editor__container .mt_lg_114px {
    margin-top: 114px;
  }
  body .mb_lg_114px, .block-editor__container .mb_lg_114px {
    margin-bottom: 114px;
  }
  body .ml_lg_114px, .block-editor__container .ml_lg_114px {
    margin-left: 114px;
  }
  body .mr_lg_114px, .block-editor__container .mr_lg_114px {
    margin-right: 114px;
  }
  body .mt_lg_-114px, .block-editor__container .mt_lg_-114px {
    margin-top: -114px;
  }
  body .mb_lg_-114px, .block-editor__container .mb_lg_-114px {
    margin-bottom: -114px;
  }
  body .ml_lg_-114px, .block-editor__container .ml_lg_-114px {
    margin-left: -114px;
  }
  body .mr_lg_-114px, .block-editor__container .mr_lg_-114px {
    margin-right: -114px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_115px, .block-editor__container .mt_lg_115px {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_115px, .block-editor__container .mb_lg_115px {
    margin-bottom: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_115px, .block-editor__container .ml_lg_115px {
    margin-left: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_115px, .block-editor__container .mr_lg_115px {
    margin-right: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-115px, .block-editor__container .mt_lg_-115px {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-115px, .block-editor__container .mb_lg_-115px {
    margin-bottom: -115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-115px, .block-editor__container .ml_lg_-115px {
    margin-left: -115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-115px, .block-editor__container .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_115px, .block-editor__container .mt_lg_115px {
    margin-top: 115px;
  }
  body .mb_lg_115px, .block-editor__container .mb_lg_115px {
    margin-bottom: 115px;
  }
  body .ml_lg_115px, .block-editor__container .ml_lg_115px {
    margin-left: 115px;
  }
  body .mr_lg_115px, .block-editor__container .mr_lg_115px {
    margin-right: 115px;
  }
  body .mt_lg_-115px, .block-editor__container .mt_lg_-115px {
    margin-top: -115px;
  }
  body .mb_lg_-115px, .block-editor__container .mb_lg_-115px {
    margin-bottom: -115px;
  }
  body .ml_lg_-115px, .block-editor__container .ml_lg_-115px {
    margin-left: -115px;
  }
  body .mr_lg_-115px, .block-editor__container .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_115px, .block-editor__container .mt_lg_115px {
    margin-top: 115px;
  }
  body .mb_lg_115px, .block-editor__container .mb_lg_115px {
    margin-bottom: 115px;
  }
  body .ml_lg_115px, .block-editor__container .ml_lg_115px {
    margin-left: 115px;
  }
  body .mr_lg_115px, .block-editor__container .mr_lg_115px {
    margin-right: 115px;
  }
  body .mt_lg_-115px, .block-editor__container .mt_lg_-115px {
    margin-top: -115px;
  }
  body .mb_lg_-115px, .block-editor__container .mb_lg_-115px {
    margin-bottom: -115px;
  }
  body .ml_lg_-115px, .block-editor__container .ml_lg_-115px {
    margin-left: -115px;
  }
  body .mr_lg_-115px, .block-editor__container .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_115px, .block-editor__container .mt_lg_115px {
    margin-top: 115px;
  }
  body .mb_lg_115px, .block-editor__container .mb_lg_115px {
    margin-bottom: 115px;
  }
  body .ml_lg_115px, .block-editor__container .ml_lg_115px {
    margin-left: 115px;
  }
  body .mr_lg_115px, .block-editor__container .mr_lg_115px {
    margin-right: 115px;
  }
  body .mt_lg_-115px, .block-editor__container .mt_lg_-115px {
    margin-top: -115px;
  }
  body .mb_lg_-115px, .block-editor__container .mb_lg_-115px {
    margin-bottom: -115px;
  }
  body .ml_lg_-115px, .block-editor__container .ml_lg_-115px {
    margin-left: -115px;
  }
  body .mr_lg_-115px, .block-editor__container .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_115px, .block-editor__container .mt_lg_115px {
    margin-top: 115px;
  }
  body .mb_lg_115px, .block-editor__container .mb_lg_115px {
    margin-bottom: 115px;
  }
  body .ml_lg_115px, .block-editor__container .ml_lg_115px {
    margin-left: 115px;
  }
  body .mr_lg_115px, .block-editor__container .mr_lg_115px {
    margin-right: 115px;
  }
  body .mt_lg_-115px, .block-editor__container .mt_lg_-115px {
    margin-top: -115px;
  }
  body .mb_lg_-115px, .block-editor__container .mb_lg_-115px {
    margin-bottom: -115px;
  }
  body .ml_lg_-115px, .block-editor__container .ml_lg_-115px {
    margin-left: -115px;
  }
  body .mr_lg_-115px, .block-editor__container .mr_lg_-115px {
    margin-right: -115px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_116px, .block-editor__container .mt_lg_116px {
    margin-top: 116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_116px, .block-editor__container .mb_lg_116px {
    margin-bottom: 116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_116px, .block-editor__container .ml_lg_116px {
    margin-left: 116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_116px, .block-editor__container .mr_lg_116px {
    margin-right: 116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-116px, .block-editor__container .mt_lg_-116px {
    margin-top: -116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-116px, .block-editor__container .mb_lg_-116px {
    margin-bottom: -116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-116px, .block-editor__container .ml_lg_-116px {
    margin-left: -116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-116px, .block-editor__container .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_116px, .block-editor__container .mt_lg_116px {
    margin-top: 116px;
  }
  body .mb_lg_116px, .block-editor__container .mb_lg_116px {
    margin-bottom: 116px;
  }
  body .ml_lg_116px, .block-editor__container .ml_lg_116px {
    margin-left: 116px;
  }
  body .mr_lg_116px, .block-editor__container .mr_lg_116px {
    margin-right: 116px;
  }
  body .mt_lg_-116px, .block-editor__container .mt_lg_-116px {
    margin-top: -116px;
  }
  body .mb_lg_-116px, .block-editor__container .mb_lg_-116px {
    margin-bottom: -116px;
  }
  body .ml_lg_-116px, .block-editor__container .ml_lg_-116px {
    margin-left: -116px;
  }
  body .mr_lg_-116px, .block-editor__container .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_116px, .block-editor__container .mt_lg_116px {
    margin-top: 116px;
  }
  body .mb_lg_116px, .block-editor__container .mb_lg_116px {
    margin-bottom: 116px;
  }
  body .ml_lg_116px, .block-editor__container .ml_lg_116px {
    margin-left: 116px;
  }
  body .mr_lg_116px, .block-editor__container .mr_lg_116px {
    margin-right: 116px;
  }
  body .mt_lg_-116px, .block-editor__container .mt_lg_-116px {
    margin-top: -116px;
  }
  body .mb_lg_-116px, .block-editor__container .mb_lg_-116px {
    margin-bottom: -116px;
  }
  body .ml_lg_-116px, .block-editor__container .ml_lg_-116px {
    margin-left: -116px;
  }
  body .mr_lg_-116px, .block-editor__container .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_116px, .block-editor__container .mt_lg_116px {
    margin-top: 116px;
  }
  body .mb_lg_116px, .block-editor__container .mb_lg_116px {
    margin-bottom: 116px;
  }
  body .ml_lg_116px, .block-editor__container .ml_lg_116px {
    margin-left: 116px;
  }
  body .mr_lg_116px, .block-editor__container .mr_lg_116px {
    margin-right: 116px;
  }
  body .mt_lg_-116px, .block-editor__container .mt_lg_-116px {
    margin-top: -116px;
  }
  body .mb_lg_-116px, .block-editor__container .mb_lg_-116px {
    margin-bottom: -116px;
  }
  body .ml_lg_-116px, .block-editor__container .ml_lg_-116px {
    margin-left: -116px;
  }
  body .mr_lg_-116px, .block-editor__container .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_116px, .block-editor__container .mt_lg_116px {
    margin-top: 116px;
  }
  body .mb_lg_116px, .block-editor__container .mb_lg_116px {
    margin-bottom: 116px;
  }
  body .ml_lg_116px, .block-editor__container .ml_lg_116px {
    margin-left: 116px;
  }
  body .mr_lg_116px, .block-editor__container .mr_lg_116px {
    margin-right: 116px;
  }
  body .mt_lg_-116px, .block-editor__container .mt_lg_-116px {
    margin-top: -116px;
  }
  body .mb_lg_-116px, .block-editor__container .mb_lg_-116px {
    margin-bottom: -116px;
  }
  body .ml_lg_-116px, .block-editor__container .ml_lg_-116px {
    margin-left: -116px;
  }
  body .mr_lg_-116px, .block-editor__container .mr_lg_-116px {
    margin-right: -116px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_117px, .block-editor__container .mt_lg_117px {
    margin-top: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_117px, .block-editor__container .mb_lg_117px {
    margin-bottom: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_117px, .block-editor__container .ml_lg_117px {
    margin-left: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_117px, .block-editor__container .mr_lg_117px {
    margin-right: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-117px, .block-editor__container .mt_lg_-117px {
    margin-top: -117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-117px, .block-editor__container .mb_lg_-117px {
    margin-bottom: -117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-117px, .block-editor__container .ml_lg_-117px {
    margin-left: -117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-117px, .block-editor__container .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_117px, .block-editor__container .mt_lg_117px {
    margin-top: 117px;
  }
  body .mb_lg_117px, .block-editor__container .mb_lg_117px {
    margin-bottom: 117px;
  }
  body .ml_lg_117px, .block-editor__container .ml_lg_117px {
    margin-left: 117px;
  }
  body .mr_lg_117px, .block-editor__container .mr_lg_117px {
    margin-right: 117px;
  }
  body .mt_lg_-117px, .block-editor__container .mt_lg_-117px {
    margin-top: -117px;
  }
  body .mb_lg_-117px, .block-editor__container .mb_lg_-117px {
    margin-bottom: -117px;
  }
  body .ml_lg_-117px, .block-editor__container .ml_lg_-117px {
    margin-left: -117px;
  }
  body .mr_lg_-117px, .block-editor__container .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_117px, .block-editor__container .mt_lg_117px {
    margin-top: 117px;
  }
  body .mb_lg_117px, .block-editor__container .mb_lg_117px {
    margin-bottom: 117px;
  }
  body .ml_lg_117px, .block-editor__container .ml_lg_117px {
    margin-left: 117px;
  }
  body .mr_lg_117px, .block-editor__container .mr_lg_117px {
    margin-right: 117px;
  }
  body .mt_lg_-117px, .block-editor__container .mt_lg_-117px {
    margin-top: -117px;
  }
  body .mb_lg_-117px, .block-editor__container .mb_lg_-117px {
    margin-bottom: -117px;
  }
  body .ml_lg_-117px, .block-editor__container .ml_lg_-117px {
    margin-left: -117px;
  }
  body .mr_lg_-117px, .block-editor__container .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_117px, .block-editor__container .mt_lg_117px {
    margin-top: 117px;
  }
  body .mb_lg_117px, .block-editor__container .mb_lg_117px {
    margin-bottom: 117px;
  }
  body .ml_lg_117px, .block-editor__container .ml_lg_117px {
    margin-left: 117px;
  }
  body .mr_lg_117px, .block-editor__container .mr_lg_117px {
    margin-right: 117px;
  }
  body .mt_lg_-117px, .block-editor__container .mt_lg_-117px {
    margin-top: -117px;
  }
  body .mb_lg_-117px, .block-editor__container .mb_lg_-117px {
    margin-bottom: -117px;
  }
  body .ml_lg_-117px, .block-editor__container .ml_lg_-117px {
    margin-left: -117px;
  }
  body .mr_lg_-117px, .block-editor__container .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_117px, .block-editor__container .mt_lg_117px {
    margin-top: 117px;
  }
  body .mb_lg_117px, .block-editor__container .mb_lg_117px {
    margin-bottom: 117px;
  }
  body .ml_lg_117px, .block-editor__container .ml_lg_117px {
    margin-left: 117px;
  }
  body .mr_lg_117px, .block-editor__container .mr_lg_117px {
    margin-right: 117px;
  }
  body .mt_lg_-117px, .block-editor__container .mt_lg_-117px {
    margin-top: -117px;
  }
  body .mb_lg_-117px, .block-editor__container .mb_lg_-117px {
    margin-bottom: -117px;
  }
  body .ml_lg_-117px, .block-editor__container .ml_lg_-117px {
    margin-left: -117px;
  }
  body .mr_lg_-117px, .block-editor__container .mr_lg_-117px {
    margin-right: -117px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_118px, .block-editor__container .mt_lg_118px {
    margin-top: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_118px, .block-editor__container .mb_lg_118px {
    margin-bottom: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_118px, .block-editor__container .ml_lg_118px {
    margin-left: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_118px, .block-editor__container .mr_lg_118px {
    margin-right: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-118px, .block-editor__container .mt_lg_-118px {
    margin-top: -118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-118px, .block-editor__container .mb_lg_-118px {
    margin-bottom: -118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-118px, .block-editor__container .ml_lg_-118px {
    margin-left: -118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-118px, .block-editor__container .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_118px, .block-editor__container .mt_lg_118px {
    margin-top: 118px;
  }
  body .mb_lg_118px, .block-editor__container .mb_lg_118px {
    margin-bottom: 118px;
  }
  body .ml_lg_118px, .block-editor__container .ml_lg_118px {
    margin-left: 118px;
  }
  body .mr_lg_118px, .block-editor__container .mr_lg_118px {
    margin-right: 118px;
  }
  body .mt_lg_-118px, .block-editor__container .mt_lg_-118px {
    margin-top: -118px;
  }
  body .mb_lg_-118px, .block-editor__container .mb_lg_-118px {
    margin-bottom: -118px;
  }
  body .ml_lg_-118px, .block-editor__container .ml_lg_-118px {
    margin-left: -118px;
  }
  body .mr_lg_-118px, .block-editor__container .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_118px, .block-editor__container .mt_lg_118px {
    margin-top: 118px;
  }
  body .mb_lg_118px, .block-editor__container .mb_lg_118px {
    margin-bottom: 118px;
  }
  body .ml_lg_118px, .block-editor__container .ml_lg_118px {
    margin-left: 118px;
  }
  body .mr_lg_118px, .block-editor__container .mr_lg_118px {
    margin-right: 118px;
  }
  body .mt_lg_-118px, .block-editor__container .mt_lg_-118px {
    margin-top: -118px;
  }
  body .mb_lg_-118px, .block-editor__container .mb_lg_-118px {
    margin-bottom: -118px;
  }
  body .ml_lg_-118px, .block-editor__container .ml_lg_-118px {
    margin-left: -118px;
  }
  body .mr_lg_-118px, .block-editor__container .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_118px, .block-editor__container .mt_lg_118px {
    margin-top: 118px;
  }
  body .mb_lg_118px, .block-editor__container .mb_lg_118px {
    margin-bottom: 118px;
  }
  body .ml_lg_118px, .block-editor__container .ml_lg_118px {
    margin-left: 118px;
  }
  body .mr_lg_118px, .block-editor__container .mr_lg_118px {
    margin-right: 118px;
  }
  body .mt_lg_-118px, .block-editor__container .mt_lg_-118px {
    margin-top: -118px;
  }
  body .mb_lg_-118px, .block-editor__container .mb_lg_-118px {
    margin-bottom: -118px;
  }
  body .ml_lg_-118px, .block-editor__container .ml_lg_-118px {
    margin-left: -118px;
  }
  body .mr_lg_-118px, .block-editor__container .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_118px, .block-editor__container .mt_lg_118px {
    margin-top: 118px;
  }
  body .mb_lg_118px, .block-editor__container .mb_lg_118px {
    margin-bottom: 118px;
  }
  body .ml_lg_118px, .block-editor__container .ml_lg_118px {
    margin-left: 118px;
  }
  body .mr_lg_118px, .block-editor__container .mr_lg_118px {
    margin-right: 118px;
  }
  body .mt_lg_-118px, .block-editor__container .mt_lg_-118px {
    margin-top: -118px;
  }
  body .mb_lg_-118px, .block-editor__container .mb_lg_-118px {
    margin-bottom: -118px;
  }
  body .ml_lg_-118px, .block-editor__container .ml_lg_-118px {
    margin-left: -118px;
  }
  body .mr_lg_-118px, .block-editor__container .mr_lg_-118px {
    margin-right: -118px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_119px, .block-editor__container .mt_lg_119px {
    margin-top: 119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_119px, .block-editor__container .mb_lg_119px {
    margin-bottom: 119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_119px, .block-editor__container .ml_lg_119px {
    margin-left: 119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_119px, .block-editor__container .mr_lg_119px {
    margin-right: 119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-119px, .block-editor__container .mt_lg_-119px {
    margin-top: -119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-119px, .block-editor__container .mb_lg_-119px {
    margin-bottom: -119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-119px, .block-editor__container .ml_lg_-119px {
    margin-left: -119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-119px, .block-editor__container .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_119px, .block-editor__container .mt_lg_119px {
    margin-top: 119px;
  }
  body .mb_lg_119px, .block-editor__container .mb_lg_119px {
    margin-bottom: 119px;
  }
  body .ml_lg_119px, .block-editor__container .ml_lg_119px {
    margin-left: 119px;
  }
  body .mr_lg_119px, .block-editor__container .mr_lg_119px {
    margin-right: 119px;
  }
  body .mt_lg_-119px, .block-editor__container .mt_lg_-119px {
    margin-top: -119px;
  }
  body .mb_lg_-119px, .block-editor__container .mb_lg_-119px {
    margin-bottom: -119px;
  }
  body .ml_lg_-119px, .block-editor__container .ml_lg_-119px {
    margin-left: -119px;
  }
  body .mr_lg_-119px, .block-editor__container .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_119px, .block-editor__container .mt_lg_119px {
    margin-top: 119px;
  }
  body .mb_lg_119px, .block-editor__container .mb_lg_119px {
    margin-bottom: 119px;
  }
  body .ml_lg_119px, .block-editor__container .ml_lg_119px {
    margin-left: 119px;
  }
  body .mr_lg_119px, .block-editor__container .mr_lg_119px {
    margin-right: 119px;
  }
  body .mt_lg_-119px, .block-editor__container .mt_lg_-119px {
    margin-top: -119px;
  }
  body .mb_lg_-119px, .block-editor__container .mb_lg_-119px {
    margin-bottom: -119px;
  }
  body .ml_lg_-119px, .block-editor__container .ml_lg_-119px {
    margin-left: -119px;
  }
  body .mr_lg_-119px, .block-editor__container .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_119px, .block-editor__container .mt_lg_119px {
    margin-top: 119px;
  }
  body .mb_lg_119px, .block-editor__container .mb_lg_119px {
    margin-bottom: 119px;
  }
  body .ml_lg_119px, .block-editor__container .ml_lg_119px {
    margin-left: 119px;
  }
  body .mr_lg_119px, .block-editor__container .mr_lg_119px {
    margin-right: 119px;
  }
  body .mt_lg_-119px, .block-editor__container .mt_lg_-119px {
    margin-top: -119px;
  }
  body .mb_lg_-119px, .block-editor__container .mb_lg_-119px {
    margin-bottom: -119px;
  }
  body .ml_lg_-119px, .block-editor__container .ml_lg_-119px {
    margin-left: -119px;
  }
  body .mr_lg_-119px, .block-editor__container .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_119px, .block-editor__container .mt_lg_119px {
    margin-top: 119px;
  }
  body .mb_lg_119px, .block-editor__container .mb_lg_119px {
    margin-bottom: 119px;
  }
  body .ml_lg_119px, .block-editor__container .ml_lg_119px {
    margin-left: 119px;
  }
  body .mr_lg_119px, .block-editor__container .mr_lg_119px {
    margin-right: 119px;
  }
  body .mt_lg_-119px, .block-editor__container .mt_lg_-119px {
    margin-top: -119px;
  }
  body .mb_lg_-119px, .block-editor__container .mb_lg_-119px {
    margin-bottom: -119px;
  }
  body .ml_lg_-119px, .block-editor__container .ml_lg_-119px {
    margin-left: -119px;
  }
  body .mr_lg_-119px, .block-editor__container .mr_lg_-119px {
    margin-right: -119px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_120px, .block-editor__container .mt_lg_120px {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_120px, .block-editor__container .mb_lg_120px {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_120px, .block-editor__container .ml_lg_120px {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_120px, .block-editor__container .mr_lg_120px {
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-120px, .block-editor__container .mt_lg_-120px {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-120px, .block-editor__container .mb_lg_-120px {
    margin-bottom: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-120px, .block-editor__container .ml_lg_-120px {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-120px, .block-editor__container .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_120px, .block-editor__container .mt_lg_120px {
    margin-top: 120px;
  }
  body .mb_lg_120px, .block-editor__container .mb_lg_120px {
    margin-bottom: 120px;
  }
  body .ml_lg_120px, .block-editor__container .ml_lg_120px {
    margin-left: 120px;
  }
  body .mr_lg_120px, .block-editor__container .mr_lg_120px {
    margin-right: 120px;
  }
  body .mt_lg_-120px, .block-editor__container .mt_lg_-120px {
    margin-top: -120px;
  }
  body .mb_lg_-120px, .block-editor__container .mb_lg_-120px {
    margin-bottom: -120px;
  }
  body .ml_lg_-120px, .block-editor__container .ml_lg_-120px {
    margin-left: -120px;
  }
  body .mr_lg_-120px, .block-editor__container .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_120px, .block-editor__container .mt_lg_120px {
    margin-top: 120px;
  }
  body .mb_lg_120px, .block-editor__container .mb_lg_120px {
    margin-bottom: 120px;
  }
  body .ml_lg_120px, .block-editor__container .ml_lg_120px {
    margin-left: 120px;
  }
  body .mr_lg_120px, .block-editor__container .mr_lg_120px {
    margin-right: 120px;
  }
  body .mt_lg_-120px, .block-editor__container .mt_lg_-120px {
    margin-top: -120px;
  }
  body .mb_lg_-120px, .block-editor__container .mb_lg_-120px {
    margin-bottom: -120px;
  }
  body .ml_lg_-120px, .block-editor__container .ml_lg_-120px {
    margin-left: -120px;
  }
  body .mr_lg_-120px, .block-editor__container .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_120px, .block-editor__container .mt_lg_120px {
    margin-top: 120px;
  }
  body .mb_lg_120px, .block-editor__container .mb_lg_120px {
    margin-bottom: 120px;
  }
  body .ml_lg_120px, .block-editor__container .ml_lg_120px {
    margin-left: 120px;
  }
  body .mr_lg_120px, .block-editor__container .mr_lg_120px {
    margin-right: 120px;
  }
  body .mt_lg_-120px, .block-editor__container .mt_lg_-120px {
    margin-top: -120px;
  }
  body .mb_lg_-120px, .block-editor__container .mb_lg_-120px {
    margin-bottom: -120px;
  }
  body .ml_lg_-120px, .block-editor__container .ml_lg_-120px {
    margin-left: -120px;
  }
  body .mr_lg_-120px, .block-editor__container .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_120px, .block-editor__container .mt_lg_120px {
    margin-top: 120px;
  }
  body .mb_lg_120px, .block-editor__container .mb_lg_120px {
    margin-bottom: 120px;
  }
  body .ml_lg_120px, .block-editor__container .ml_lg_120px {
    margin-left: 120px;
  }
  body .mr_lg_120px, .block-editor__container .mr_lg_120px {
    margin-right: 120px;
  }
  body .mt_lg_-120px, .block-editor__container .mt_lg_-120px {
    margin-top: -120px;
  }
  body .mb_lg_-120px, .block-editor__container .mb_lg_-120px {
    margin-bottom: -120px;
  }
  body .ml_lg_-120px, .block-editor__container .ml_lg_-120px {
    margin-left: -120px;
  }
  body .mr_lg_-120px, .block-editor__container .mr_lg_-120px {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_121px, .block-editor__container .mt_lg_121px {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_121px, .block-editor__container .mb_lg_121px {
    margin-bottom: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_121px, .block-editor__container .ml_lg_121px {
    margin-left: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_121px, .block-editor__container .mr_lg_121px {
    margin-right: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-121px, .block-editor__container .mt_lg_-121px {
    margin-top: -121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-121px, .block-editor__container .mb_lg_-121px {
    margin-bottom: -121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-121px, .block-editor__container .ml_lg_-121px {
    margin-left: -121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-121px, .block-editor__container .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_121px, .block-editor__container .mt_lg_121px {
    margin-top: 121px;
  }
  body .mb_lg_121px, .block-editor__container .mb_lg_121px {
    margin-bottom: 121px;
  }
  body .ml_lg_121px, .block-editor__container .ml_lg_121px {
    margin-left: 121px;
  }
  body .mr_lg_121px, .block-editor__container .mr_lg_121px {
    margin-right: 121px;
  }
  body .mt_lg_-121px, .block-editor__container .mt_lg_-121px {
    margin-top: -121px;
  }
  body .mb_lg_-121px, .block-editor__container .mb_lg_-121px {
    margin-bottom: -121px;
  }
  body .ml_lg_-121px, .block-editor__container .ml_lg_-121px {
    margin-left: -121px;
  }
  body .mr_lg_-121px, .block-editor__container .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_121px, .block-editor__container .mt_lg_121px {
    margin-top: 121px;
  }
  body .mb_lg_121px, .block-editor__container .mb_lg_121px {
    margin-bottom: 121px;
  }
  body .ml_lg_121px, .block-editor__container .ml_lg_121px {
    margin-left: 121px;
  }
  body .mr_lg_121px, .block-editor__container .mr_lg_121px {
    margin-right: 121px;
  }
  body .mt_lg_-121px, .block-editor__container .mt_lg_-121px {
    margin-top: -121px;
  }
  body .mb_lg_-121px, .block-editor__container .mb_lg_-121px {
    margin-bottom: -121px;
  }
  body .ml_lg_-121px, .block-editor__container .ml_lg_-121px {
    margin-left: -121px;
  }
  body .mr_lg_-121px, .block-editor__container .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_121px, .block-editor__container .mt_lg_121px {
    margin-top: 121px;
  }
  body .mb_lg_121px, .block-editor__container .mb_lg_121px {
    margin-bottom: 121px;
  }
  body .ml_lg_121px, .block-editor__container .ml_lg_121px {
    margin-left: 121px;
  }
  body .mr_lg_121px, .block-editor__container .mr_lg_121px {
    margin-right: 121px;
  }
  body .mt_lg_-121px, .block-editor__container .mt_lg_-121px {
    margin-top: -121px;
  }
  body .mb_lg_-121px, .block-editor__container .mb_lg_-121px {
    margin-bottom: -121px;
  }
  body .ml_lg_-121px, .block-editor__container .ml_lg_-121px {
    margin-left: -121px;
  }
  body .mr_lg_-121px, .block-editor__container .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_121px, .block-editor__container .mt_lg_121px {
    margin-top: 121px;
  }
  body .mb_lg_121px, .block-editor__container .mb_lg_121px {
    margin-bottom: 121px;
  }
  body .ml_lg_121px, .block-editor__container .ml_lg_121px {
    margin-left: 121px;
  }
  body .mr_lg_121px, .block-editor__container .mr_lg_121px {
    margin-right: 121px;
  }
  body .mt_lg_-121px, .block-editor__container .mt_lg_-121px {
    margin-top: -121px;
  }
  body .mb_lg_-121px, .block-editor__container .mb_lg_-121px {
    margin-bottom: -121px;
  }
  body .ml_lg_-121px, .block-editor__container .ml_lg_-121px {
    margin-left: -121px;
  }
  body .mr_lg_-121px, .block-editor__container .mr_lg_-121px {
    margin-right: -121px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_122px, .block-editor__container .mt_lg_122px {
    margin-top: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_122px, .block-editor__container .mb_lg_122px {
    margin-bottom: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_122px, .block-editor__container .ml_lg_122px {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_122px, .block-editor__container .mr_lg_122px {
    margin-right: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-122px, .block-editor__container .mt_lg_-122px {
    margin-top: -122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-122px, .block-editor__container .mb_lg_-122px {
    margin-bottom: -122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-122px, .block-editor__container .ml_lg_-122px {
    margin-left: -122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-122px, .block-editor__container .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_122px, .block-editor__container .mt_lg_122px {
    margin-top: 122px;
  }
  body .mb_lg_122px, .block-editor__container .mb_lg_122px {
    margin-bottom: 122px;
  }
  body .ml_lg_122px, .block-editor__container .ml_lg_122px {
    margin-left: 122px;
  }
  body .mr_lg_122px, .block-editor__container .mr_lg_122px {
    margin-right: 122px;
  }
  body .mt_lg_-122px, .block-editor__container .mt_lg_-122px {
    margin-top: -122px;
  }
  body .mb_lg_-122px, .block-editor__container .mb_lg_-122px {
    margin-bottom: -122px;
  }
  body .ml_lg_-122px, .block-editor__container .ml_lg_-122px {
    margin-left: -122px;
  }
  body .mr_lg_-122px, .block-editor__container .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_122px, .block-editor__container .mt_lg_122px {
    margin-top: 122px;
  }
  body .mb_lg_122px, .block-editor__container .mb_lg_122px {
    margin-bottom: 122px;
  }
  body .ml_lg_122px, .block-editor__container .ml_lg_122px {
    margin-left: 122px;
  }
  body .mr_lg_122px, .block-editor__container .mr_lg_122px {
    margin-right: 122px;
  }
  body .mt_lg_-122px, .block-editor__container .mt_lg_-122px {
    margin-top: -122px;
  }
  body .mb_lg_-122px, .block-editor__container .mb_lg_-122px {
    margin-bottom: -122px;
  }
  body .ml_lg_-122px, .block-editor__container .ml_lg_-122px {
    margin-left: -122px;
  }
  body .mr_lg_-122px, .block-editor__container .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_122px, .block-editor__container .mt_lg_122px {
    margin-top: 122px;
  }
  body .mb_lg_122px, .block-editor__container .mb_lg_122px {
    margin-bottom: 122px;
  }
  body .ml_lg_122px, .block-editor__container .ml_lg_122px {
    margin-left: 122px;
  }
  body .mr_lg_122px, .block-editor__container .mr_lg_122px {
    margin-right: 122px;
  }
  body .mt_lg_-122px, .block-editor__container .mt_lg_-122px {
    margin-top: -122px;
  }
  body .mb_lg_-122px, .block-editor__container .mb_lg_-122px {
    margin-bottom: -122px;
  }
  body .ml_lg_-122px, .block-editor__container .ml_lg_-122px {
    margin-left: -122px;
  }
  body .mr_lg_-122px, .block-editor__container .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_122px, .block-editor__container .mt_lg_122px {
    margin-top: 122px;
  }
  body .mb_lg_122px, .block-editor__container .mb_lg_122px {
    margin-bottom: 122px;
  }
  body .ml_lg_122px, .block-editor__container .ml_lg_122px {
    margin-left: 122px;
  }
  body .mr_lg_122px, .block-editor__container .mr_lg_122px {
    margin-right: 122px;
  }
  body .mt_lg_-122px, .block-editor__container .mt_lg_-122px {
    margin-top: -122px;
  }
  body .mb_lg_-122px, .block-editor__container .mb_lg_-122px {
    margin-bottom: -122px;
  }
  body .ml_lg_-122px, .block-editor__container .ml_lg_-122px {
    margin-left: -122px;
  }
  body .mr_lg_-122px, .block-editor__container .mr_lg_-122px {
    margin-right: -122px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_123px, .block-editor__container .mt_lg_123px {
    margin-top: 123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_123px, .block-editor__container .mb_lg_123px {
    margin-bottom: 123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_123px, .block-editor__container .ml_lg_123px {
    margin-left: 123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_123px, .block-editor__container .mr_lg_123px {
    margin-right: 123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-123px, .block-editor__container .mt_lg_-123px {
    margin-top: -123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-123px, .block-editor__container .mb_lg_-123px {
    margin-bottom: -123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-123px, .block-editor__container .ml_lg_-123px {
    margin-left: -123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-123px, .block-editor__container .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_123px, .block-editor__container .mt_lg_123px {
    margin-top: 123px;
  }
  body .mb_lg_123px, .block-editor__container .mb_lg_123px {
    margin-bottom: 123px;
  }
  body .ml_lg_123px, .block-editor__container .ml_lg_123px {
    margin-left: 123px;
  }
  body .mr_lg_123px, .block-editor__container .mr_lg_123px {
    margin-right: 123px;
  }
  body .mt_lg_-123px, .block-editor__container .mt_lg_-123px {
    margin-top: -123px;
  }
  body .mb_lg_-123px, .block-editor__container .mb_lg_-123px {
    margin-bottom: -123px;
  }
  body .ml_lg_-123px, .block-editor__container .ml_lg_-123px {
    margin-left: -123px;
  }
  body .mr_lg_-123px, .block-editor__container .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_123px, .block-editor__container .mt_lg_123px {
    margin-top: 123px;
  }
  body .mb_lg_123px, .block-editor__container .mb_lg_123px {
    margin-bottom: 123px;
  }
  body .ml_lg_123px, .block-editor__container .ml_lg_123px {
    margin-left: 123px;
  }
  body .mr_lg_123px, .block-editor__container .mr_lg_123px {
    margin-right: 123px;
  }
  body .mt_lg_-123px, .block-editor__container .mt_lg_-123px {
    margin-top: -123px;
  }
  body .mb_lg_-123px, .block-editor__container .mb_lg_-123px {
    margin-bottom: -123px;
  }
  body .ml_lg_-123px, .block-editor__container .ml_lg_-123px {
    margin-left: -123px;
  }
  body .mr_lg_-123px, .block-editor__container .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_123px, .block-editor__container .mt_lg_123px {
    margin-top: 123px;
  }
  body .mb_lg_123px, .block-editor__container .mb_lg_123px {
    margin-bottom: 123px;
  }
  body .ml_lg_123px, .block-editor__container .ml_lg_123px {
    margin-left: 123px;
  }
  body .mr_lg_123px, .block-editor__container .mr_lg_123px {
    margin-right: 123px;
  }
  body .mt_lg_-123px, .block-editor__container .mt_lg_-123px {
    margin-top: -123px;
  }
  body .mb_lg_-123px, .block-editor__container .mb_lg_-123px {
    margin-bottom: -123px;
  }
  body .ml_lg_-123px, .block-editor__container .ml_lg_-123px {
    margin-left: -123px;
  }
  body .mr_lg_-123px, .block-editor__container .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_123px, .block-editor__container .mt_lg_123px {
    margin-top: 123px;
  }
  body .mb_lg_123px, .block-editor__container .mb_lg_123px {
    margin-bottom: 123px;
  }
  body .ml_lg_123px, .block-editor__container .ml_lg_123px {
    margin-left: 123px;
  }
  body .mr_lg_123px, .block-editor__container .mr_lg_123px {
    margin-right: 123px;
  }
  body .mt_lg_-123px, .block-editor__container .mt_lg_-123px {
    margin-top: -123px;
  }
  body .mb_lg_-123px, .block-editor__container .mb_lg_-123px {
    margin-bottom: -123px;
  }
  body .ml_lg_-123px, .block-editor__container .ml_lg_-123px {
    margin-left: -123px;
  }
  body .mr_lg_-123px, .block-editor__container .mr_lg_-123px {
    margin-right: -123px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_124px, .block-editor__container .mt_lg_124px {
    margin-top: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_124px, .block-editor__container .mb_lg_124px {
    margin-bottom: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_124px, .block-editor__container .ml_lg_124px {
    margin-left: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_124px, .block-editor__container .mr_lg_124px {
    margin-right: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-124px, .block-editor__container .mt_lg_-124px {
    margin-top: -124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-124px, .block-editor__container .mb_lg_-124px {
    margin-bottom: -124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-124px, .block-editor__container .ml_lg_-124px {
    margin-left: -124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-124px, .block-editor__container .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_124px, .block-editor__container .mt_lg_124px {
    margin-top: 124px;
  }
  body .mb_lg_124px, .block-editor__container .mb_lg_124px {
    margin-bottom: 124px;
  }
  body .ml_lg_124px, .block-editor__container .ml_lg_124px {
    margin-left: 124px;
  }
  body .mr_lg_124px, .block-editor__container .mr_lg_124px {
    margin-right: 124px;
  }
  body .mt_lg_-124px, .block-editor__container .mt_lg_-124px {
    margin-top: -124px;
  }
  body .mb_lg_-124px, .block-editor__container .mb_lg_-124px {
    margin-bottom: -124px;
  }
  body .ml_lg_-124px, .block-editor__container .ml_lg_-124px {
    margin-left: -124px;
  }
  body .mr_lg_-124px, .block-editor__container .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_124px, .block-editor__container .mt_lg_124px {
    margin-top: 124px;
  }
  body .mb_lg_124px, .block-editor__container .mb_lg_124px {
    margin-bottom: 124px;
  }
  body .ml_lg_124px, .block-editor__container .ml_lg_124px {
    margin-left: 124px;
  }
  body .mr_lg_124px, .block-editor__container .mr_lg_124px {
    margin-right: 124px;
  }
  body .mt_lg_-124px, .block-editor__container .mt_lg_-124px {
    margin-top: -124px;
  }
  body .mb_lg_-124px, .block-editor__container .mb_lg_-124px {
    margin-bottom: -124px;
  }
  body .ml_lg_-124px, .block-editor__container .ml_lg_-124px {
    margin-left: -124px;
  }
  body .mr_lg_-124px, .block-editor__container .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_124px, .block-editor__container .mt_lg_124px {
    margin-top: 124px;
  }
  body .mb_lg_124px, .block-editor__container .mb_lg_124px {
    margin-bottom: 124px;
  }
  body .ml_lg_124px, .block-editor__container .ml_lg_124px {
    margin-left: 124px;
  }
  body .mr_lg_124px, .block-editor__container .mr_lg_124px {
    margin-right: 124px;
  }
  body .mt_lg_-124px, .block-editor__container .mt_lg_-124px {
    margin-top: -124px;
  }
  body .mb_lg_-124px, .block-editor__container .mb_lg_-124px {
    margin-bottom: -124px;
  }
  body .ml_lg_-124px, .block-editor__container .ml_lg_-124px {
    margin-left: -124px;
  }
  body .mr_lg_-124px, .block-editor__container .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_124px, .block-editor__container .mt_lg_124px {
    margin-top: 124px;
  }
  body .mb_lg_124px, .block-editor__container .mb_lg_124px {
    margin-bottom: 124px;
  }
  body .ml_lg_124px, .block-editor__container .ml_lg_124px {
    margin-left: 124px;
  }
  body .mr_lg_124px, .block-editor__container .mr_lg_124px {
    margin-right: 124px;
  }
  body .mt_lg_-124px, .block-editor__container .mt_lg_-124px {
    margin-top: -124px;
  }
  body .mb_lg_-124px, .block-editor__container .mb_lg_-124px {
    margin-bottom: -124px;
  }
  body .ml_lg_-124px, .block-editor__container .ml_lg_-124px {
    margin-left: -124px;
  }
  body .mr_lg_-124px, .block-editor__container .mr_lg_-124px {
    margin-right: -124px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_125px, .block-editor__container .mt_lg_125px {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_125px, .block-editor__container .mb_lg_125px {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_125px, .block-editor__container .ml_lg_125px {
    margin-left: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_125px, .block-editor__container .mr_lg_125px {
    margin-right: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-125px, .block-editor__container .mt_lg_-125px {
    margin-top: -125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-125px, .block-editor__container .mb_lg_-125px {
    margin-bottom: -125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-125px, .block-editor__container .ml_lg_-125px {
    margin-left: -125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-125px, .block-editor__container .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_125px, .block-editor__container .mt_lg_125px {
    margin-top: 125px;
  }
  body .mb_lg_125px, .block-editor__container .mb_lg_125px {
    margin-bottom: 125px;
  }
  body .ml_lg_125px, .block-editor__container .ml_lg_125px {
    margin-left: 125px;
  }
  body .mr_lg_125px, .block-editor__container .mr_lg_125px {
    margin-right: 125px;
  }
  body .mt_lg_-125px, .block-editor__container .mt_lg_-125px {
    margin-top: -125px;
  }
  body .mb_lg_-125px, .block-editor__container .mb_lg_-125px {
    margin-bottom: -125px;
  }
  body .ml_lg_-125px, .block-editor__container .ml_lg_-125px {
    margin-left: -125px;
  }
  body .mr_lg_-125px, .block-editor__container .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_125px, .block-editor__container .mt_lg_125px {
    margin-top: 125px;
  }
  body .mb_lg_125px, .block-editor__container .mb_lg_125px {
    margin-bottom: 125px;
  }
  body .ml_lg_125px, .block-editor__container .ml_lg_125px {
    margin-left: 125px;
  }
  body .mr_lg_125px, .block-editor__container .mr_lg_125px {
    margin-right: 125px;
  }
  body .mt_lg_-125px, .block-editor__container .mt_lg_-125px {
    margin-top: -125px;
  }
  body .mb_lg_-125px, .block-editor__container .mb_lg_-125px {
    margin-bottom: -125px;
  }
  body .ml_lg_-125px, .block-editor__container .ml_lg_-125px {
    margin-left: -125px;
  }
  body .mr_lg_-125px, .block-editor__container .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_125px, .block-editor__container .mt_lg_125px {
    margin-top: 125px;
  }
  body .mb_lg_125px, .block-editor__container .mb_lg_125px {
    margin-bottom: 125px;
  }
  body .ml_lg_125px, .block-editor__container .ml_lg_125px {
    margin-left: 125px;
  }
  body .mr_lg_125px, .block-editor__container .mr_lg_125px {
    margin-right: 125px;
  }
  body .mt_lg_-125px, .block-editor__container .mt_lg_-125px {
    margin-top: -125px;
  }
  body .mb_lg_-125px, .block-editor__container .mb_lg_-125px {
    margin-bottom: -125px;
  }
  body .ml_lg_-125px, .block-editor__container .ml_lg_-125px {
    margin-left: -125px;
  }
  body .mr_lg_-125px, .block-editor__container .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_125px, .block-editor__container .mt_lg_125px {
    margin-top: 125px;
  }
  body .mb_lg_125px, .block-editor__container .mb_lg_125px {
    margin-bottom: 125px;
  }
  body .ml_lg_125px, .block-editor__container .ml_lg_125px {
    margin-left: 125px;
  }
  body .mr_lg_125px, .block-editor__container .mr_lg_125px {
    margin-right: 125px;
  }
  body .mt_lg_-125px, .block-editor__container .mt_lg_-125px {
    margin-top: -125px;
  }
  body .mb_lg_-125px, .block-editor__container .mb_lg_-125px {
    margin-bottom: -125px;
  }
  body .ml_lg_-125px, .block-editor__container .ml_lg_-125px {
    margin-left: -125px;
  }
  body .mr_lg_-125px, .block-editor__container .mr_lg_-125px {
    margin-right: -125px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_126px, .block-editor__container .mt_lg_126px {
    margin-top: 126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_126px, .block-editor__container .mb_lg_126px {
    margin-bottom: 126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_126px, .block-editor__container .ml_lg_126px {
    margin-left: 126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_126px, .block-editor__container .mr_lg_126px {
    margin-right: 126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-126px, .block-editor__container .mt_lg_-126px {
    margin-top: -126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-126px, .block-editor__container .mb_lg_-126px {
    margin-bottom: -126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-126px, .block-editor__container .ml_lg_-126px {
    margin-left: -126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-126px, .block-editor__container .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_126px, .block-editor__container .mt_lg_126px {
    margin-top: 126px;
  }
  body .mb_lg_126px, .block-editor__container .mb_lg_126px {
    margin-bottom: 126px;
  }
  body .ml_lg_126px, .block-editor__container .ml_lg_126px {
    margin-left: 126px;
  }
  body .mr_lg_126px, .block-editor__container .mr_lg_126px {
    margin-right: 126px;
  }
  body .mt_lg_-126px, .block-editor__container .mt_lg_-126px {
    margin-top: -126px;
  }
  body .mb_lg_-126px, .block-editor__container .mb_lg_-126px {
    margin-bottom: -126px;
  }
  body .ml_lg_-126px, .block-editor__container .ml_lg_-126px {
    margin-left: -126px;
  }
  body .mr_lg_-126px, .block-editor__container .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_126px, .block-editor__container .mt_lg_126px {
    margin-top: 126px;
  }
  body .mb_lg_126px, .block-editor__container .mb_lg_126px {
    margin-bottom: 126px;
  }
  body .ml_lg_126px, .block-editor__container .ml_lg_126px {
    margin-left: 126px;
  }
  body .mr_lg_126px, .block-editor__container .mr_lg_126px {
    margin-right: 126px;
  }
  body .mt_lg_-126px, .block-editor__container .mt_lg_-126px {
    margin-top: -126px;
  }
  body .mb_lg_-126px, .block-editor__container .mb_lg_-126px {
    margin-bottom: -126px;
  }
  body .ml_lg_-126px, .block-editor__container .ml_lg_-126px {
    margin-left: -126px;
  }
  body .mr_lg_-126px, .block-editor__container .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_126px, .block-editor__container .mt_lg_126px {
    margin-top: 126px;
  }
  body .mb_lg_126px, .block-editor__container .mb_lg_126px {
    margin-bottom: 126px;
  }
  body .ml_lg_126px, .block-editor__container .ml_lg_126px {
    margin-left: 126px;
  }
  body .mr_lg_126px, .block-editor__container .mr_lg_126px {
    margin-right: 126px;
  }
  body .mt_lg_-126px, .block-editor__container .mt_lg_-126px {
    margin-top: -126px;
  }
  body .mb_lg_-126px, .block-editor__container .mb_lg_-126px {
    margin-bottom: -126px;
  }
  body .ml_lg_-126px, .block-editor__container .ml_lg_-126px {
    margin-left: -126px;
  }
  body .mr_lg_-126px, .block-editor__container .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_126px, .block-editor__container .mt_lg_126px {
    margin-top: 126px;
  }
  body .mb_lg_126px, .block-editor__container .mb_lg_126px {
    margin-bottom: 126px;
  }
  body .ml_lg_126px, .block-editor__container .ml_lg_126px {
    margin-left: 126px;
  }
  body .mr_lg_126px, .block-editor__container .mr_lg_126px {
    margin-right: 126px;
  }
  body .mt_lg_-126px, .block-editor__container .mt_lg_-126px {
    margin-top: -126px;
  }
  body .mb_lg_-126px, .block-editor__container .mb_lg_-126px {
    margin-bottom: -126px;
  }
  body .ml_lg_-126px, .block-editor__container .ml_lg_-126px {
    margin-left: -126px;
  }
  body .mr_lg_-126px, .block-editor__container .mr_lg_-126px {
    margin-right: -126px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_127px, .block-editor__container .mt_lg_127px {
    margin-top: 127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_127px, .block-editor__container .mb_lg_127px {
    margin-bottom: 127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_127px, .block-editor__container .ml_lg_127px {
    margin-left: 127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_127px, .block-editor__container .mr_lg_127px {
    margin-right: 127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-127px, .block-editor__container .mt_lg_-127px {
    margin-top: -127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-127px, .block-editor__container .mb_lg_-127px {
    margin-bottom: -127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-127px, .block-editor__container .ml_lg_-127px {
    margin-left: -127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-127px, .block-editor__container .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_127px, .block-editor__container .mt_lg_127px {
    margin-top: 127px;
  }
  body .mb_lg_127px, .block-editor__container .mb_lg_127px {
    margin-bottom: 127px;
  }
  body .ml_lg_127px, .block-editor__container .ml_lg_127px {
    margin-left: 127px;
  }
  body .mr_lg_127px, .block-editor__container .mr_lg_127px {
    margin-right: 127px;
  }
  body .mt_lg_-127px, .block-editor__container .mt_lg_-127px {
    margin-top: -127px;
  }
  body .mb_lg_-127px, .block-editor__container .mb_lg_-127px {
    margin-bottom: -127px;
  }
  body .ml_lg_-127px, .block-editor__container .ml_lg_-127px {
    margin-left: -127px;
  }
  body .mr_lg_-127px, .block-editor__container .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_127px, .block-editor__container .mt_lg_127px {
    margin-top: 127px;
  }
  body .mb_lg_127px, .block-editor__container .mb_lg_127px {
    margin-bottom: 127px;
  }
  body .ml_lg_127px, .block-editor__container .ml_lg_127px {
    margin-left: 127px;
  }
  body .mr_lg_127px, .block-editor__container .mr_lg_127px {
    margin-right: 127px;
  }
  body .mt_lg_-127px, .block-editor__container .mt_lg_-127px {
    margin-top: -127px;
  }
  body .mb_lg_-127px, .block-editor__container .mb_lg_-127px {
    margin-bottom: -127px;
  }
  body .ml_lg_-127px, .block-editor__container .ml_lg_-127px {
    margin-left: -127px;
  }
  body .mr_lg_-127px, .block-editor__container .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_127px, .block-editor__container .mt_lg_127px {
    margin-top: 127px;
  }
  body .mb_lg_127px, .block-editor__container .mb_lg_127px {
    margin-bottom: 127px;
  }
  body .ml_lg_127px, .block-editor__container .ml_lg_127px {
    margin-left: 127px;
  }
  body .mr_lg_127px, .block-editor__container .mr_lg_127px {
    margin-right: 127px;
  }
  body .mt_lg_-127px, .block-editor__container .mt_lg_-127px {
    margin-top: -127px;
  }
  body .mb_lg_-127px, .block-editor__container .mb_lg_-127px {
    margin-bottom: -127px;
  }
  body .ml_lg_-127px, .block-editor__container .ml_lg_-127px {
    margin-left: -127px;
  }
  body .mr_lg_-127px, .block-editor__container .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_127px, .block-editor__container .mt_lg_127px {
    margin-top: 127px;
  }
  body .mb_lg_127px, .block-editor__container .mb_lg_127px {
    margin-bottom: 127px;
  }
  body .ml_lg_127px, .block-editor__container .ml_lg_127px {
    margin-left: 127px;
  }
  body .mr_lg_127px, .block-editor__container .mr_lg_127px {
    margin-right: 127px;
  }
  body .mt_lg_-127px, .block-editor__container .mt_lg_-127px {
    margin-top: -127px;
  }
  body .mb_lg_-127px, .block-editor__container .mb_lg_-127px {
    margin-bottom: -127px;
  }
  body .ml_lg_-127px, .block-editor__container .ml_lg_-127px {
    margin-left: -127px;
  }
  body .mr_lg_-127px, .block-editor__container .mr_lg_-127px {
    margin-right: -127px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_128px, .block-editor__container .mt_lg_128px {
    margin-top: 128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_128px, .block-editor__container .mb_lg_128px {
    margin-bottom: 128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_128px, .block-editor__container .ml_lg_128px {
    margin-left: 128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_128px, .block-editor__container .mr_lg_128px {
    margin-right: 128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-128px, .block-editor__container .mt_lg_-128px {
    margin-top: -128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-128px, .block-editor__container .mb_lg_-128px {
    margin-bottom: -128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-128px, .block-editor__container .ml_lg_-128px {
    margin-left: -128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-128px, .block-editor__container .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_128px, .block-editor__container .mt_lg_128px {
    margin-top: 128px;
  }
  body .mb_lg_128px, .block-editor__container .mb_lg_128px {
    margin-bottom: 128px;
  }
  body .ml_lg_128px, .block-editor__container .ml_lg_128px {
    margin-left: 128px;
  }
  body .mr_lg_128px, .block-editor__container .mr_lg_128px {
    margin-right: 128px;
  }
  body .mt_lg_-128px, .block-editor__container .mt_lg_-128px {
    margin-top: -128px;
  }
  body .mb_lg_-128px, .block-editor__container .mb_lg_-128px {
    margin-bottom: -128px;
  }
  body .ml_lg_-128px, .block-editor__container .ml_lg_-128px {
    margin-left: -128px;
  }
  body .mr_lg_-128px, .block-editor__container .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_128px, .block-editor__container .mt_lg_128px {
    margin-top: 128px;
  }
  body .mb_lg_128px, .block-editor__container .mb_lg_128px {
    margin-bottom: 128px;
  }
  body .ml_lg_128px, .block-editor__container .ml_lg_128px {
    margin-left: 128px;
  }
  body .mr_lg_128px, .block-editor__container .mr_lg_128px {
    margin-right: 128px;
  }
  body .mt_lg_-128px, .block-editor__container .mt_lg_-128px {
    margin-top: -128px;
  }
  body .mb_lg_-128px, .block-editor__container .mb_lg_-128px {
    margin-bottom: -128px;
  }
  body .ml_lg_-128px, .block-editor__container .ml_lg_-128px {
    margin-left: -128px;
  }
  body .mr_lg_-128px, .block-editor__container .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_128px, .block-editor__container .mt_lg_128px {
    margin-top: 128px;
  }
  body .mb_lg_128px, .block-editor__container .mb_lg_128px {
    margin-bottom: 128px;
  }
  body .ml_lg_128px, .block-editor__container .ml_lg_128px {
    margin-left: 128px;
  }
  body .mr_lg_128px, .block-editor__container .mr_lg_128px {
    margin-right: 128px;
  }
  body .mt_lg_-128px, .block-editor__container .mt_lg_-128px {
    margin-top: -128px;
  }
  body .mb_lg_-128px, .block-editor__container .mb_lg_-128px {
    margin-bottom: -128px;
  }
  body .ml_lg_-128px, .block-editor__container .ml_lg_-128px {
    margin-left: -128px;
  }
  body .mr_lg_-128px, .block-editor__container .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_128px, .block-editor__container .mt_lg_128px {
    margin-top: 128px;
  }
  body .mb_lg_128px, .block-editor__container .mb_lg_128px {
    margin-bottom: 128px;
  }
  body .ml_lg_128px, .block-editor__container .ml_lg_128px {
    margin-left: 128px;
  }
  body .mr_lg_128px, .block-editor__container .mr_lg_128px {
    margin-right: 128px;
  }
  body .mt_lg_-128px, .block-editor__container .mt_lg_-128px {
    margin-top: -128px;
  }
  body .mb_lg_-128px, .block-editor__container .mb_lg_-128px {
    margin-bottom: -128px;
  }
  body .ml_lg_-128px, .block-editor__container .ml_lg_-128px {
    margin-left: -128px;
  }
  body .mr_lg_-128px, .block-editor__container .mr_lg_-128px {
    margin-right: -128px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_129px, .block-editor__container .mt_lg_129px {
    margin-top: 129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_129px, .block-editor__container .mb_lg_129px {
    margin-bottom: 129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_129px, .block-editor__container .ml_lg_129px {
    margin-left: 129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_129px, .block-editor__container .mr_lg_129px {
    margin-right: 129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-129px, .block-editor__container .mt_lg_-129px {
    margin-top: -129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-129px, .block-editor__container .mb_lg_-129px {
    margin-bottom: -129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-129px, .block-editor__container .ml_lg_-129px {
    margin-left: -129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-129px, .block-editor__container .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_129px, .block-editor__container .mt_lg_129px {
    margin-top: 129px;
  }
  body .mb_lg_129px, .block-editor__container .mb_lg_129px {
    margin-bottom: 129px;
  }
  body .ml_lg_129px, .block-editor__container .ml_lg_129px {
    margin-left: 129px;
  }
  body .mr_lg_129px, .block-editor__container .mr_lg_129px {
    margin-right: 129px;
  }
  body .mt_lg_-129px, .block-editor__container .mt_lg_-129px {
    margin-top: -129px;
  }
  body .mb_lg_-129px, .block-editor__container .mb_lg_-129px {
    margin-bottom: -129px;
  }
  body .ml_lg_-129px, .block-editor__container .ml_lg_-129px {
    margin-left: -129px;
  }
  body .mr_lg_-129px, .block-editor__container .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_129px, .block-editor__container .mt_lg_129px {
    margin-top: 129px;
  }
  body .mb_lg_129px, .block-editor__container .mb_lg_129px {
    margin-bottom: 129px;
  }
  body .ml_lg_129px, .block-editor__container .ml_lg_129px {
    margin-left: 129px;
  }
  body .mr_lg_129px, .block-editor__container .mr_lg_129px {
    margin-right: 129px;
  }
  body .mt_lg_-129px, .block-editor__container .mt_lg_-129px {
    margin-top: -129px;
  }
  body .mb_lg_-129px, .block-editor__container .mb_lg_-129px {
    margin-bottom: -129px;
  }
  body .ml_lg_-129px, .block-editor__container .ml_lg_-129px {
    margin-left: -129px;
  }
  body .mr_lg_-129px, .block-editor__container .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_129px, .block-editor__container .mt_lg_129px {
    margin-top: 129px;
  }
  body .mb_lg_129px, .block-editor__container .mb_lg_129px {
    margin-bottom: 129px;
  }
  body .ml_lg_129px, .block-editor__container .ml_lg_129px {
    margin-left: 129px;
  }
  body .mr_lg_129px, .block-editor__container .mr_lg_129px {
    margin-right: 129px;
  }
  body .mt_lg_-129px, .block-editor__container .mt_lg_-129px {
    margin-top: -129px;
  }
  body .mb_lg_-129px, .block-editor__container .mb_lg_-129px {
    margin-bottom: -129px;
  }
  body .ml_lg_-129px, .block-editor__container .ml_lg_-129px {
    margin-left: -129px;
  }
  body .mr_lg_-129px, .block-editor__container .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_129px, .block-editor__container .mt_lg_129px {
    margin-top: 129px;
  }
  body .mb_lg_129px, .block-editor__container .mb_lg_129px {
    margin-bottom: 129px;
  }
  body .ml_lg_129px, .block-editor__container .ml_lg_129px {
    margin-left: 129px;
  }
  body .mr_lg_129px, .block-editor__container .mr_lg_129px {
    margin-right: 129px;
  }
  body .mt_lg_-129px, .block-editor__container .mt_lg_-129px {
    margin-top: -129px;
  }
  body .mb_lg_-129px, .block-editor__container .mb_lg_-129px {
    margin-bottom: -129px;
  }
  body .ml_lg_-129px, .block-editor__container .ml_lg_-129px {
    margin-left: -129px;
  }
  body .mr_lg_-129px, .block-editor__container .mr_lg_-129px {
    margin-right: -129px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_130px, .block-editor__container .mt_lg_130px {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_130px, .block-editor__container .mb_lg_130px {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_130px, .block-editor__container .ml_lg_130px {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_130px, .block-editor__container .mr_lg_130px {
    margin-right: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-130px, .block-editor__container .mt_lg_-130px {
    margin-top: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-130px, .block-editor__container .mb_lg_-130px {
    margin-bottom: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-130px, .block-editor__container .ml_lg_-130px {
    margin-left: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-130px, .block-editor__container .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_130px, .block-editor__container .mt_lg_130px {
    margin-top: 130px;
  }
  body .mb_lg_130px, .block-editor__container .mb_lg_130px {
    margin-bottom: 130px;
  }
  body .ml_lg_130px, .block-editor__container .ml_lg_130px {
    margin-left: 130px;
  }
  body .mr_lg_130px, .block-editor__container .mr_lg_130px {
    margin-right: 130px;
  }
  body .mt_lg_-130px, .block-editor__container .mt_lg_-130px {
    margin-top: -130px;
  }
  body .mb_lg_-130px, .block-editor__container .mb_lg_-130px {
    margin-bottom: -130px;
  }
  body .ml_lg_-130px, .block-editor__container .ml_lg_-130px {
    margin-left: -130px;
  }
  body .mr_lg_-130px, .block-editor__container .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_130px, .block-editor__container .mt_lg_130px {
    margin-top: 130px;
  }
  body .mb_lg_130px, .block-editor__container .mb_lg_130px {
    margin-bottom: 130px;
  }
  body .ml_lg_130px, .block-editor__container .ml_lg_130px {
    margin-left: 130px;
  }
  body .mr_lg_130px, .block-editor__container .mr_lg_130px {
    margin-right: 130px;
  }
  body .mt_lg_-130px, .block-editor__container .mt_lg_-130px {
    margin-top: -130px;
  }
  body .mb_lg_-130px, .block-editor__container .mb_lg_-130px {
    margin-bottom: -130px;
  }
  body .ml_lg_-130px, .block-editor__container .ml_lg_-130px {
    margin-left: -130px;
  }
  body .mr_lg_-130px, .block-editor__container .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_130px, .block-editor__container .mt_lg_130px {
    margin-top: 130px;
  }
  body .mb_lg_130px, .block-editor__container .mb_lg_130px {
    margin-bottom: 130px;
  }
  body .ml_lg_130px, .block-editor__container .ml_lg_130px {
    margin-left: 130px;
  }
  body .mr_lg_130px, .block-editor__container .mr_lg_130px {
    margin-right: 130px;
  }
  body .mt_lg_-130px, .block-editor__container .mt_lg_-130px {
    margin-top: -130px;
  }
  body .mb_lg_-130px, .block-editor__container .mb_lg_-130px {
    margin-bottom: -130px;
  }
  body .ml_lg_-130px, .block-editor__container .ml_lg_-130px {
    margin-left: -130px;
  }
  body .mr_lg_-130px, .block-editor__container .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_130px, .block-editor__container .mt_lg_130px {
    margin-top: 130px;
  }
  body .mb_lg_130px, .block-editor__container .mb_lg_130px {
    margin-bottom: 130px;
  }
  body .ml_lg_130px, .block-editor__container .ml_lg_130px {
    margin-left: 130px;
  }
  body .mr_lg_130px, .block-editor__container .mr_lg_130px {
    margin-right: 130px;
  }
  body .mt_lg_-130px, .block-editor__container .mt_lg_-130px {
    margin-top: -130px;
  }
  body .mb_lg_-130px, .block-editor__container .mb_lg_-130px {
    margin-bottom: -130px;
  }
  body .ml_lg_-130px, .block-editor__container .ml_lg_-130px {
    margin-left: -130px;
  }
  body .mr_lg_-130px, .block-editor__container .mr_lg_-130px {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_131px, .block-editor__container .mt_lg_131px {
    margin-top: 131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_131px, .block-editor__container .mb_lg_131px {
    margin-bottom: 131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_131px, .block-editor__container .ml_lg_131px {
    margin-left: 131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_131px, .block-editor__container .mr_lg_131px {
    margin-right: 131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-131px, .block-editor__container .mt_lg_-131px {
    margin-top: -131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-131px, .block-editor__container .mb_lg_-131px {
    margin-bottom: -131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-131px, .block-editor__container .ml_lg_-131px {
    margin-left: -131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-131px, .block-editor__container .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_131px, .block-editor__container .mt_lg_131px {
    margin-top: 131px;
  }
  body .mb_lg_131px, .block-editor__container .mb_lg_131px {
    margin-bottom: 131px;
  }
  body .ml_lg_131px, .block-editor__container .ml_lg_131px {
    margin-left: 131px;
  }
  body .mr_lg_131px, .block-editor__container .mr_lg_131px {
    margin-right: 131px;
  }
  body .mt_lg_-131px, .block-editor__container .mt_lg_-131px {
    margin-top: -131px;
  }
  body .mb_lg_-131px, .block-editor__container .mb_lg_-131px {
    margin-bottom: -131px;
  }
  body .ml_lg_-131px, .block-editor__container .ml_lg_-131px {
    margin-left: -131px;
  }
  body .mr_lg_-131px, .block-editor__container .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_131px, .block-editor__container .mt_lg_131px {
    margin-top: 131px;
  }
  body .mb_lg_131px, .block-editor__container .mb_lg_131px {
    margin-bottom: 131px;
  }
  body .ml_lg_131px, .block-editor__container .ml_lg_131px {
    margin-left: 131px;
  }
  body .mr_lg_131px, .block-editor__container .mr_lg_131px {
    margin-right: 131px;
  }
  body .mt_lg_-131px, .block-editor__container .mt_lg_-131px {
    margin-top: -131px;
  }
  body .mb_lg_-131px, .block-editor__container .mb_lg_-131px {
    margin-bottom: -131px;
  }
  body .ml_lg_-131px, .block-editor__container .ml_lg_-131px {
    margin-left: -131px;
  }
  body .mr_lg_-131px, .block-editor__container .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_131px, .block-editor__container .mt_lg_131px {
    margin-top: 131px;
  }
  body .mb_lg_131px, .block-editor__container .mb_lg_131px {
    margin-bottom: 131px;
  }
  body .ml_lg_131px, .block-editor__container .ml_lg_131px {
    margin-left: 131px;
  }
  body .mr_lg_131px, .block-editor__container .mr_lg_131px {
    margin-right: 131px;
  }
  body .mt_lg_-131px, .block-editor__container .mt_lg_-131px {
    margin-top: -131px;
  }
  body .mb_lg_-131px, .block-editor__container .mb_lg_-131px {
    margin-bottom: -131px;
  }
  body .ml_lg_-131px, .block-editor__container .ml_lg_-131px {
    margin-left: -131px;
  }
  body .mr_lg_-131px, .block-editor__container .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_131px, .block-editor__container .mt_lg_131px {
    margin-top: 131px;
  }
  body .mb_lg_131px, .block-editor__container .mb_lg_131px {
    margin-bottom: 131px;
  }
  body .ml_lg_131px, .block-editor__container .ml_lg_131px {
    margin-left: 131px;
  }
  body .mr_lg_131px, .block-editor__container .mr_lg_131px {
    margin-right: 131px;
  }
  body .mt_lg_-131px, .block-editor__container .mt_lg_-131px {
    margin-top: -131px;
  }
  body .mb_lg_-131px, .block-editor__container .mb_lg_-131px {
    margin-bottom: -131px;
  }
  body .ml_lg_-131px, .block-editor__container .ml_lg_-131px {
    margin-left: -131px;
  }
  body .mr_lg_-131px, .block-editor__container .mr_lg_-131px {
    margin-right: -131px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_132px, .block-editor__container .mt_lg_132px {
    margin-top: 132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_132px, .block-editor__container .mb_lg_132px {
    margin-bottom: 132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_132px, .block-editor__container .ml_lg_132px {
    margin-left: 132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_132px, .block-editor__container .mr_lg_132px {
    margin-right: 132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-132px, .block-editor__container .mt_lg_-132px {
    margin-top: -132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-132px, .block-editor__container .mb_lg_-132px {
    margin-bottom: -132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-132px, .block-editor__container .ml_lg_-132px {
    margin-left: -132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-132px, .block-editor__container .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_132px, .block-editor__container .mt_lg_132px {
    margin-top: 132px;
  }
  body .mb_lg_132px, .block-editor__container .mb_lg_132px {
    margin-bottom: 132px;
  }
  body .ml_lg_132px, .block-editor__container .ml_lg_132px {
    margin-left: 132px;
  }
  body .mr_lg_132px, .block-editor__container .mr_lg_132px {
    margin-right: 132px;
  }
  body .mt_lg_-132px, .block-editor__container .mt_lg_-132px {
    margin-top: -132px;
  }
  body .mb_lg_-132px, .block-editor__container .mb_lg_-132px {
    margin-bottom: -132px;
  }
  body .ml_lg_-132px, .block-editor__container .ml_lg_-132px {
    margin-left: -132px;
  }
  body .mr_lg_-132px, .block-editor__container .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_132px, .block-editor__container .mt_lg_132px {
    margin-top: 132px;
  }
  body .mb_lg_132px, .block-editor__container .mb_lg_132px {
    margin-bottom: 132px;
  }
  body .ml_lg_132px, .block-editor__container .ml_lg_132px {
    margin-left: 132px;
  }
  body .mr_lg_132px, .block-editor__container .mr_lg_132px {
    margin-right: 132px;
  }
  body .mt_lg_-132px, .block-editor__container .mt_lg_-132px {
    margin-top: -132px;
  }
  body .mb_lg_-132px, .block-editor__container .mb_lg_-132px {
    margin-bottom: -132px;
  }
  body .ml_lg_-132px, .block-editor__container .ml_lg_-132px {
    margin-left: -132px;
  }
  body .mr_lg_-132px, .block-editor__container .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_132px, .block-editor__container .mt_lg_132px {
    margin-top: 132px;
  }
  body .mb_lg_132px, .block-editor__container .mb_lg_132px {
    margin-bottom: 132px;
  }
  body .ml_lg_132px, .block-editor__container .ml_lg_132px {
    margin-left: 132px;
  }
  body .mr_lg_132px, .block-editor__container .mr_lg_132px {
    margin-right: 132px;
  }
  body .mt_lg_-132px, .block-editor__container .mt_lg_-132px {
    margin-top: -132px;
  }
  body .mb_lg_-132px, .block-editor__container .mb_lg_-132px {
    margin-bottom: -132px;
  }
  body .ml_lg_-132px, .block-editor__container .ml_lg_-132px {
    margin-left: -132px;
  }
  body .mr_lg_-132px, .block-editor__container .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_132px, .block-editor__container .mt_lg_132px {
    margin-top: 132px;
  }
  body .mb_lg_132px, .block-editor__container .mb_lg_132px {
    margin-bottom: 132px;
  }
  body .ml_lg_132px, .block-editor__container .ml_lg_132px {
    margin-left: 132px;
  }
  body .mr_lg_132px, .block-editor__container .mr_lg_132px {
    margin-right: 132px;
  }
  body .mt_lg_-132px, .block-editor__container .mt_lg_-132px {
    margin-top: -132px;
  }
  body .mb_lg_-132px, .block-editor__container .mb_lg_-132px {
    margin-bottom: -132px;
  }
  body .ml_lg_-132px, .block-editor__container .ml_lg_-132px {
    margin-left: -132px;
  }
  body .mr_lg_-132px, .block-editor__container .mr_lg_-132px {
    margin-right: -132px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_133px, .block-editor__container .mt_lg_133px {
    margin-top: 133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_133px, .block-editor__container .mb_lg_133px {
    margin-bottom: 133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_133px, .block-editor__container .ml_lg_133px {
    margin-left: 133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_133px, .block-editor__container .mr_lg_133px {
    margin-right: 133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-133px, .block-editor__container .mt_lg_-133px {
    margin-top: -133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-133px, .block-editor__container .mb_lg_-133px {
    margin-bottom: -133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-133px, .block-editor__container .ml_lg_-133px {
    margin-left: -133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-133px, .block-editor__container .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_133px, .block-editor__container .mt_lg_133px {
    margin-top: 133px;
  }
  body .mb_lg_133px, .block-editor__container .mb_lg_133px {
    margin-bottom: 133px;
  }
  body .ml_lg_133px, .block-editor__container .ml_lg_133px {
    margin-left: 133px;
  }
  body .mr_lg_133px, .block-editor__container .mr_lg_133px {
    margin-right: 133px;
  }
  body .mt_lg_-133px, .block-editor__container .mt_lg_-133px {
    margin-top: -133px;
  }
  body .mb_lg_-133px, .block-editor__container .mb_lg_-133px {
    margin-bottom: -133px;
  }
  body .ml_lg_-133px, .block-editor__container .ml_lg_-133px {
    margin-left: -133px;
  }
  body .mr_lg_-133px, .block-editor__container .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_133px, .block-editor__container .mt_lg_133px {
    margin-top: 133px;
  }
  body .mb_lg_133px, .block-editor__container .mb_lg_133px {
    margin-bottom: 133px;
  }
  body .ml_lg_133px, .block-editor__container .ml_lg_133px {
    margin-left: 133px;
  }
  body .mr_lg_133px, .block-editor__container .mr_lg_133px {
    margin-right: 133px;
  }
  body .mt_lg_-133px, .block-editor__container .mt_lg_-133px {
    margin-top: -133px;
  }
  body .mb_lg_-133px, .block-editor__container .mb_lg_-133px {
    margin-bottom: -133px;
  }
  body .ml_lg_-133px, .block-editor__container .ml_lg_-133px {
    margin-left: -133px;
  }
  body .mr_lg_-133px, .block-editor__container .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_133px, .block-editor__container .mt_lg_133px {
    margin-top: 133px;
  }
  body .mb_lg_133px, .block-editor__container .mb_lg_133px {
    margin-bottom: 133px;
  }
  body .ml_lg_133px, .block-editor__container .ml_lg_133px {
    margin-left: 133px;
  }
  body .mr_lg_133px, .block-editor__container .mr_lg_133px {
    margin-right: 133px;
  }
  body .mt_lg_-133px, .block-editor__container .mt_lg_-133px {
    margin-top: -133px;
  }
  body .mb_lg_-133px, .block-editor__container .mb_lg_-133px {
    margin-bottom: -133px;
  }
  body .ml_lg_-133px, .block-editor__container .ml_lg_-133px {
    margin-left: -133px;
  }
  body .mr_lg_-133px, .block-editor__container .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_133px, .block-editor__container .mt_lg_133px {
    margin-top: 133px;
  }
  body .mb_lg_133px, .block-editor__container .mb_lg_133px {
    margin-bottom: 133px;
  }
  body .ml_lg_133px, .block-editor__container .ml_lg_133px {
    margin-left: 133px;
  }
  body .mr_lg_133px, .block-editor__container .mr_lg_133px {
    margin-right: 133px;
  }
  body .mt_lg_-133px, .block-editor__container .mt_lg_-133px {
    margin-top: -133px;
  }
  body .mb_lg_-133px, .block-editor__container .mb_lg_-133px {
    margin-bottom: -133px;
  }
  body .ml_lg_-133px, .block-editor__container .ml_lg_-133px {
    margin-left: -133px;
  }
  body .mr_lg_-133px, .block-editor__container .mr_lg_-133px {
    margin-right: -133px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_134px, .block-editor__container .mt_lg_134px {
    margin-top: 134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_134px, .block-editor__container .mb_lg_134px {
    margin-bottom: 134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_134px, .block-editor__container .ml_lg_134px {
    margin-left: 134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_134px, .block-editor__container .mr_lg_134px {
    margin-right: 134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-134px, .block-editor__container .mt_lg_-134px {
    margin-top: -134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-134px, .block-editor__container .mb_lg_-134px {
    margin-bottom: -134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-134px, .block-editor__container .ml_lg_-134px {
    margin-left: -134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-134px, .block-editor__container .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_134px, .block-editor__container .mt_lg_134px {
    margin-top: 134px;
  }
  body .mb_lg_134px, .block-editor__container .mb_lg_134px {
    margin-bottom: 134px;
  }
  body .ml_lg_134px, .block-editor__container .ml_lg_134px {
    margin-left: 134px;
  }
  body .mr_lg_134px, .block-editor__container .mr_lg_134px {
    margin-right: 134px;
  }
  body .mt_lg_-134px, .block-editor__container .mt_lg_-134px {
    margin-top: -134px;
  }
  body .mb_lg_-134px, .block-editor__container .mb_lg_-134px {
    margin-bottom: -134px;
  }
  body .ml_lg_-134px, .block-editor__container .ml_lg_-134px {
    margin-left: -134px;
  }
  body .mr_lg_-134px, .block-editor__container .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_134px, .block-editor__container .mt_lg_134px {
    margin-top: 134px;
  }
  body .mb_lg_134px, .block-editor__container .mb_lg_134px {
    margin-bottom: 134px;
  }
  body .ml_lg_134px, .block-editor__container .ml_lg_134px {
    margin-left: 134px;
  }
  body .mr_lg_134px, .block-editor__container .mr_lg_134px {
    margin-right: 134px;
  }
  body .mt_lg_-134px, .block-editor__container .mt_lg_-134px {
    margin-top: -134px;
  }
  body .mb_lg_-134px, .block-editor__container .mb_lg_-134px {
    margin-bottom: -134px;
  }
  body .ml_lg_-134px, .block-editor__container .ml_lg_-134px {
    margin-left: -134px;
  }
  body .mr_lg_-134px, .block-editor__container .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_134px, .block-editor__container .mt_lg_134px {
    margin-top: 134px;
  }
  body .mb_lg_134px, .block-editor__container .mb_lg_134px {
    margin-bottom: 134px;
  }
  body .ml_lg_134px, .block-editor__container .ml_lg_134px {
    margin-left: 134px;
  }
  body .mr_lg_134px, .block-editor__container .mr_lg_134px {
    margin-right: 134px;
  }
  body .mt_lg_-134px, .block-editor__container .mt_lg_-134px {
    margin-top: -134px;
  }
  body .mb_lg_-134px, .block-editor__container .mb_lg_-134px {
    margin-bottom: -134px;
  }
  body .ml_lg_-134px, .block-editor__container .ml_lg_-134px {
    margin-left: -134px;
  }
  body .mr_lg_-134px, .block-editor__container .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_134px, .block-editor__container .mt_lg_134px {
    margin-top: 134px;
  }
  body .mb_lg_134px, .block-editor__container .mb_lg_134px {
    margin-bottom: 134px;
  }
  body .ml_lg_134px, .block-editor__container .ml_lg_134px {
    margin-left: 134px;
  }
  body .mr_lg_134px, .block-editor__container .mr_lg_134px {
    margin-right: 134px;
  }
  body .mt_lg_-134px, .block-editor__container .mt_lg_-134px {
    margin-top: -134px;
  }
  body .mb_lg_-134px, .block-editor__container .mb_lg_-134px {
    margin-bottom: -134px;
  }
  body .ml_lg_-134px, .block-editor__container .ml_lg_-134px {
    margin-left: -134px;
  }
  body .mr_lg_-134px, .block-editor__container .mr_lg_-134px {
    margin-right: -134px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_135px, .block-editor__container .mt_lg_135px {
    margin-top: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_135px, .block-editor__container .mb_lg_135px {
    margin-bottom: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_135px, .block-editor__container .ml_lg_135px {
    margin-left: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_135px, .block-editor__container .mr_lg_135px {
    margin-right: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-135px, .block-editor__container .mt_lg_-135px {
    margin-top: -135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-135px, .block-editor__container .mb_lg_-135px {
    margin-bottom: -135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-135px, .block-editor__container .ml_lg_-135px {
    margin-left: -135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-135px, .block-editor__container .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_135px, .block-editor__container .mt_lg_135px {
    margin-top: 135px;
  }
  body .mb_lg_135px, .block-editor__container .mb_lg_135px {
    margin-bottom: 135px;
  }
  body .ml_lg_135px, .block-editor__container .ml_lg_135px {
    margin-left: 135px;
  }
  body .mr_lg_135px, .block-editor__container .mr_lg_135px {
    margin-right: 135px;
  }
  body .mt_lg_-135px, .block-editor__container .mt_lg_-135px {
    margin-top: -135px;
  }
  body .mb_lg_-135px, .block-editor__container .mb_lg_-135px {
    margin-bottom: -135px;
  }
  body .ml_lg_-135px, .block-editor__container .ml_lg_-135px {
    margin-left: -135px;
  }
  body .mr_lg_-135px, .block-editor__container .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_135px, .block-editor__container .mt_lg_135px {
    margin-top: 135px;
  }
  body .mb_lg_135px, .block-editor__container .mb_lg_135px {
    margin-bottom: 135px;
  }
  body .ml_lg_135px, .block-editor__container .ml_lg_135px {
    margin-left: 135px;
  }
  body .mr_lg_135px, .block-editor__container .mr_lg_135px {
    margin-right: 135px;
  }
  body .mt_lg_-135px, .block-editor__container .mt_lg_-135px {
    margin-top: -135px;
  }
  body .mb_lg_-135px, .block-editor__container .mb_lg_-135px {
    margin-bottom: -135px;
  }
  body .ml_lg_-135px, .block-editor__container .ml_lg_-135px {
    margin-left: -135px;
  }
  body .mr_lg_-135px, .block-editor__container .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_135px, .block-editor__container .mt_lg_135px {
    margin-top: 135px;
  }
  body .mb_lg_135px, .block-editor__container .mb_lg_135px {
    margin-bottom: 135px;
  }
  body .ml_lg_135px, .block-editor__container .ml_lg_135px {
    margin-left: 135px;
  }
  body .mr_lg_135px, .block-editor__container .mr_lg_135px {
    margin-right: 135px;
  }
  body .mt_lg_-135px, .block-editor__container .mt_lg_-135px {
    margin-top: -135px;
  }
  body .mb_lg_-135px, .block-editor__container .mb_lg_-135px {
    margin-bottom: -135px;
  }
  body .ml_lg_-135px, .block-editor__container .ml_lg_-135px {
    margin-left: -135px;
  }
  body .mr_lg_-135px, .block-editor__container .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_135px, .block-editor__container .mt_lg_135px {
    margin-top: 135px;
  }
  body .mb_lg_135px, .block-editor__container .mb_lg_135px {
    margin-bottom: 135px;
  }
  body .ml_lg_135px, .block-editor__container .ml_lg_135px {
    margin-left: 135px;
  }
  body .mr_lg_135px, .block-editor__container .mr_lg_135px {
    margin-right: 135px;
  }
  body .mt_lg_-135px, .block-editor__container .mt_lg_-135px {
    margin-top: -135px;
  }
  body .mb_lg_-135px, .block-editor__container .mb_lg_-135px {
    margin-bottom: -135px;
  }
  body .ml_lg_-135px, .block-editor__container .ml_lg_-135px {
    margin-left: -135px;
  }
  body .mr_lg_-135px, .block-editor__container .mr_lg_-135px {
    margin-right: -135px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_136px, .block-editor__container .mt_lg_136px {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_136px, .block-editor__container .mb_lg_136px {
    margin-bottom: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_136px, .block-editor__container .ml_lg_136px {
    margin-left: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_136px, .block-editor__container .mr_lg_136px {
    margin-right: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-136px, .block-editor__container .mt_lg_-136px {
    margin-top: -136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-136px, .block-editor__container .mb_lg_-136px {
    margin-bottom: -136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-136px, .block-editor__container .ml_lg_-136px {
    margin-left: -136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-136px, .block-editor__container .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_136px, .block-editor__container .mt_lg_136px {
    margin-top: 136px;
  }
  body .mb_lg_136px, .block-editor__container .mb_lg_136px {
    margin-bottom: 136px;
  }
  body .ml_lg_136px, .block-editor__container .ml_lg_136px {
    margin-left: 136px;
  }
  body .mr_lg_136px, .block-editor__container .mr_lg_136px {
    margin-right: 136px;
  }
  body .mt_lg_-136px, .block-editor__container .mt_lg_-136px {
    margin-top: -136px;
  }
  body .mb_lg_-136px, .block-editor__container .mb_lg_-136px {
    margin-bottom: -136px;
  }
  body .ml_lg_-136px, .block-editor__container .ml_lg_-136px {
    margin-left: -136px;
  }
  body .mr_lg_-136px, .block-editor__container .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_136px, .block-editor__container .mt_lg_136px {
    margin-top: 136px;
  }
  body .mb_lg_136px, .block-editor__container .mb_lg_136px {
    margin-bottom: 136px;
  }
  body .ml_lg_136px, .block-editor__container .ml_lg_136px {
    margin-left: 136px;
  }
  body .mr_lg_136px, .block-editor__container .mr_lg_136px {
    margin-right: 136px;
  }
  body .mt_lg_-136px, .block-editor__container .mt_lg_-136px {
    margin-top: -136px;
  }
  body .mb_lg_-136px, .block-editor__container .mb_lg_-136px {
    margin-bottom: -136px;
  }
  body .ml_lg_-136px, .block-editor__container .ml_lg_-136px {
    margin-left: -136px;
  }
  body .mr_lg_-136px, .block-editor__container .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_136px, .block-editor__container .mt_lg_136px {
    margin-top: 136px;
  }
  body .mb_lg_136px, .block-editor__container .mb_lg_136px {
    margin-bottom: 136px;
  }
  body .ml_lg_136px, .block-editor__container .ml_lg_136px {
    margin-left: 136px;
  }
  body .mr_lg_136px, .block-editor__container .mr_lg_136px {
    margin-right: 136px;
  }
  body .mt_lg_-136px, .block-editor__container .mt_lg_-136px {
    margin-top: -136px;
  }
  body .mb_lg_-136px, .block-editor__container .mb_lg_-136px {
    margin-bottom: -136px;
  }
  body .ml_lg_-136px, .block-editor__container .ml_lg_-136px {
    margin-left: -136px;
  }
  body .mr_lg_-136px, .block-editor__container .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_136px, .block-editor__container .mt_lg_136px {
    margin-top: 136px;
  }
  body .mb_lg_136px, .block-editor__container .mb_lg_136px {
    margin-bottom: 136px;
  }
  body .ml_lg_136px, .block-editor__container .ml_lg_136px {
    margin-left: 136px;
  }
  body .mr_lg_136px, .block-editor__container .mr_lg_136px {
    margin-right: 136px;
  }
  body .mt_lg_-136px, .block-editor__container .mt_lg_-136px {
    margin-top: -136px;
  }
  body .mb_lg_-136px, .block-editor__container .mb_lg_-136px {
    margin-bottom: -136px;
  }
  body .ml_lg_-136px, .block-editor__container .ml_lg_-136px {
    margin-left: -136px;
  }
  body .mr_lg_-136px, .block-editor__container .mr_lg_-136px {
    margin-right: -136px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_137px, .block-editor__container .mt_lg_137px {
    margin-top: 137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_137px, .block-editor__container .mb_lg_137px {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_137px, .block-editor__container .ml_lg_137px {
    margin-left: 137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_137px, .block-editor__container .mr_lg_137px {
    margin-right: 137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-137px, .block-editor__container .mt_lg_-137px {
    margin-top: -137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-137px, .block-editor__container .mb_lg_-137px {
    margin-bottom: -137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-137px, .block-editor__container .ml_lg_-137px {
    margin-left: -137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-137px, .block-editor__container .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_137px, .block-editor__container .mt_lg_137px {
    margin-top: 137px;
  }
  body .mb_lg_137px, .block-editor__container .mb_lg_137px {
    margin-bottom: 137px;
  }
  body .ml_lg_137px, .block-editor__container .ml_lg_137px {
    margin-left: 137px;
  }
  body .mr_lg_137px, .block-editor__container .mr_lg_137px {
    margin-right: 137px;
  }
  body .mt_lg_-137px, .block-editor__container .mt_lg_-137px {
    margin-top: -137px;
  }
  body .mb_lg_-137px, .block-editor__container .mb_lg_-137px {
    margin-bottom: -137px;
  }
  body .ml_lg_-137px, .block-editor__container .ml_lg_-137px {
    margin-left: -137px;
  }
  body .mr_lg_-137px, .block-editor__container .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_137px, .block-editor__container .mt_lg_137px {
    margin-top: 137px;
  }
  body .mb_lg_137px, .block-editor__container .mb_lg_137px {
    margin-bottom: 137px;
  }
  body .ml_lg_137px, .block-editor__container .ml_lg_137px {
    margin-left: 137px;
  }
  body .mr_lg_137px, .block-editor__container .mr_lg_137px {
    margin-right: 137px;
  }
  body .mt_lg_-137px, .block-editor__container .mt_lg_-137px {
    margin-top: -137px;
  }
  body .mb_lg_-137px, .block-editor__container .mb_lg_-137px {
    margin-bottom: -137px;
  }
  body .ml_lg_-137px, .block-editor__container .ml_lg_-137px {
    margin-left: -137px;
  }
  body .mr_lg_-137px, .block-editor__container .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_137px, .block-editor__container .mt_lg_137px {
    margin-top: 137px;
  }
  body .mb_lg_137px, .block-editor__container .mb_lg_137px {
    margin-bottom: 137px;
  }
  body .ml_lg_137px, .block-editor__container .ml_lg_137px {
    margin-left: 137px;
  }
  body .mr_lg_137px, .block-editor__container .mr_lg_137px {
    margin-right: 137px;
  }
  body .mt_lg_-137px, .block-editor__container .mt_lg_-137px {
    margin-top: -137px;
  }
  body .mb_lg_-137px, .block-editor__container .mb_lg_-137px {
    margin-bottom: -137px;
  }
  body .ml_lg_-137px, .block-editor__container .ml_lg_-137px {
    margin-left: -137px;
  }
  body .mr_lg_-137px, .block-editor__container .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_137px, .block-editor__container .mt_lg_137px {
    margin-top: 137px;
  }
  body .mb_lg_137px, .block-editor__container .mb_lg_137px {
    margin-bottom: 137px;
  }
  body .ml_lg_137px, .block-editor__container .ml_lg_137px {
    margin-left: 137px;
  }
  body .mr_lg_137px, .block-editor__container .mr_lg_137px {
    margin-right: 137px;
  }
  body .mt_lg_-137px, .block-editor__container .mt_lg_-137px {
    margin-top: -137px;
  }
  body .mb_lg_-137px, .block-editor__container .mb_lg_-137px {
    margin-bottom: -137px;
  }
  body .ml_lg_-137px, .block-editor__container .ml_lg_-137px {
    margin-left: -137px;
  }
  body .mr_lg_-137px, .block-editor__container .mr_lg_-137px {
    margin-right: -137px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_138px, .block-editor__container .mt_lg_138px {
    margin-top: 138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_138px, .block-editor__container .mb_lg_138px {
    margin-bottom: 138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_138px, .block-editor__container .ml_lg_138px {
    margin-left: 138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_138px, .block-editor__container .mr_lg_138px {
    margin-right: 138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-138px, .block-editor__container .mt_lg_-138px {
    margin-top: -138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-138px, .block-editor__container .mb_lg_-138px {
    margin-bottom: -138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-138px, .block-editor__container .ml_lg_-138px {
    margin-left: -138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-138px, .block-editor__container .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_138px, .block-editor__container .mt_lg_138px {
    margin-top: 138px;
  }
  body .mb_lg_138px, .block-editor__container .mb_lg_138px {
    margin-bottom: 138px;
  }
  body .ml_lg_138px, .block-editor__container .ml_lg_138px {
    margin-left: 138px;
  }
  body .mr_lg_138px, .block-editor__container .mr_lg_138px {
    margin-right: 138px;
  }
  body .mt_lg_-138px, .block-editor__container .mt_lg_-138px {
    margin-top: -138px;
  }
  body .mb_lg_-138px, .block-editor__container .mb_lg_-138px {
    margin-bottom: -138px;
  }
  body .ml_lg_-138px, .block-editor__container .ml_lg_-138px {
    margin-left: -138px;
  }
  body .mr_lg_-138px, .block-editor__container .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_138px, .block-editor__container .mt_lg_138px {
    margin-top: 138px;
  }
  body .mb_lg_138px, .block-editor__container .mb_lg_138px {
    margin-bottom: 138px;
  }
  body .ml_lg_138px, .block-editor__container .ml_lg_138px {
    margin-left: 138px;
  }
  body .mr_lg_138px, .block-editor__container .mr_lg_138px {
    margin-right: 138px;
  }
  body .mt_lg_-138px, .block-editor__container .mt_lg_-138px {
    margin-top: -138px;
  }
  body .mb_lg_-138px, .block-editor__container .mb_lg_-138px {
    margin-bottom: -138px;
  }
  body .ml_lg_-138px, .block-editor__container .ml_lg_-138px {
    margin-left: -138px;
  }
  body .mr_lg_-138px, .block-editor__container .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_138px, .block-editor__container .mt_lg_138px {
    margin-top: 138px;
  }
  body .mb_lg_138px, .block-editor__container .mb_lg_138px {
    margin-bottom: 138px;
  }
  body .ml_lg_138px, .block-editor__container .ml_lg_138px {
    margin-left: 138px;
  }
  body .mr_lg_138px, .block-editor__container .mr_lg_138px {
    margin-right: 138px;
  }
  body .mt_lg_-138px, .block-editor__container .mt_lg_-138px {
    margin-top: -138px;
  }
  body .mb_lg_-138px, .block-editor__container .mb_lg_-138px {
    margin-bottom: -138px;
  }
  body .ml_lg_-138px, .block-editor__container .ml_lg_-138px {
    margin-left: -138px;
  }
  body .mr_lg_-138px, .block-editor__container .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_138px, .block-editor__container .mt_lg_138px {
    margin-top: 138px;
  }
  body .mb_lg_138px, .block-editor__container .mb_lg_138px {
    margin-bottom: 138px;
  }
  body .ml_lg_138px, .block-editor__container .ml_lg_138px {
    margin-left: 138px;
  }
  body .mr_lg_138px, .block-editor__container .mr_lg_138px {
    margin-right: 138px;
  }
  body .mt_lg_-138px, .block-editor__container .mt_lg_-138px {
    margin-top: -138px;
  }
  body .mb_lg_-138px, .block-editor__container .mb_lg_-138px {
    margin-bottom: -138px;
  }
  body .ml_lg_-138px, .block-editor__container .ml_lg_-138px {
    margin-left: -138px;
  }
  body .mr_lg_-138px, .block-editor__container .mr_lg_-138px {
    margin-right: -138px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_139px, .block-editor__container .mt_lg_139px {
    margin-top: 139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_139px, .block-editor__container .mb_lg_139px {
    margin-bottom: 139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_139px, .block-editor__container .ml_lg_139px {
    margin-left: 139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_139px, .block-editor__container .mr_lg_139px {
    margin-right: 139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-139px, .block-editor__container .mt_lg_-139px {
    margin-top: -139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-139px, .block-editor__container .mb_lg_-139px {
    margin-bottom: -139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-139px, .block-editor__container .ml_lg_-139px {
    margin-left: -139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-139px, .block-editor__container .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_139px, .block-editor__container .mt_lg_139px {
    margin-top: 139px;
  }
  body .mb_lg_139px, .block-editor__container .mb_lg_139px {
    margin-bottom: 139px;
  }
  body .ml_lg_139px, .block-editor__container .ml_lg_139px {
    margin-left: 139px;
  }
  body .mr_lg_139px, .block-editor__container .mr_lg_139px {
    margin-right: 139px;
  }
  body .mt_lg_-139px, .block-editor__container .mt_lg_-139px {
    margin-top: -139px;
  }
  body .mb_lg_-139px, .block-editor__container .mb_lg_-139px {
    margin-bottom: -139px;
  }
  body .ml_lg_-139px, .block-editor__container .ml_lg_-139px {
    margin-left: -139px;
  }
  body .mr_lg_-139px, .block-editor__container .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_139px, .block-editor__container .mt_lg_139px {
    margin-top: 139px;
  }
  body .mb_lg_139px, .block-editor__container .mb_lg_139px {
    margin-bottom: 139px;
  }
  body .ml_lg_139px, .block-editor__container .ml_lg_139px {
    margin-left: 139px;
  }
  body .mr_lg_139px, .block-editor__container .mr_lg_139px {
    margin-right: 139px;
  }
  body .mt_lg_-139px, .block-editor__container .mt_lg_-139px {
    margin-top: -139px;
  }
  body .mb_lg_-139px, .block-editor__container .mb_lg_-139px {
    margin-bottom: -139px;
  }
  body .ml_lg_-139px, .block-editor__container .ml_lg_-139px {
    margin-left: -139px;
  }
  body .mr_lg_-139px, .block-editor__container .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_139px, .block-editor__container .mt_lg_139px {
    margin-top: 139px;
  }
  body .mb_lg_139px, .block-editor__container .mb_lg_139px {
    margin-bottom: 139px;
  }
  body .ml_lg_139px, .block-editor__container .ml_lg_139px {
    margin-left: 139px;
  }
  body .mr_lg_139px, .block-editor__container .mr_lg_139px {
    margin-right: 139px;
  }
  body .mt_lg_-139px, .block-editor__container .mt_lg_-139px {
    margin-top: -139px;
  }
  body .mb_lg_-139px, .block-editor__container .mb_lg_-139px {
    margin-bottom: -139px;
  }
  body .ml_lg_-139px, .block-editor__container .ml_lg_-139px {
    margin-left: -139px;
  }
  body .mr_lg_-139px, .block-editor__container .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_139px, .block-editor__container .mt_lg_139px {
    margin-top: 139px;
  }
  body .mb_lg_139px, .block-editor__container .mb_lg_139px {
    margin-bottom: 139px;
  }
  body .ml_lg_139px, .block-editor__container .ml_lg_139px {
    margin-left: 139px;
  }
  body .mr_lg_139px, .block-editor__container .mr_lg_139px {
    margin-right: 139px;
  }
  body .mt_lg_-139px, .block-editor__container .mt_lg_-139px {
    margin-top: -139px;
  }
  body .mb_lg_-139px, .block-editor__container .mb_lg_-139px {
    margin-bottom: -139px;
  }
  body .ml_lg_-139px, .block-editor__container .ml_lg_-139px {
    margin-left: -139px;
  }
  body .mr_lg_-139px, .block-editor__container .mr_lg_-139px {
    margin-right: -139px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_140px, .block-editor__container .mt_lg_140px {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_140px, .block-editor__container .mb_lg_140px {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_140px, .block-editor__container .ml_lg_140px {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_140px, .block-editor__container .mr_lg_140px {
    margin-right: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-140px, .block-editor__container .mt_lg_-140px {
    margin-top: -140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-140px, .block-editor__container .mb_lg_-140px {
    margin-bottom: -140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-140px, .block-editor__container .ml_lg_-140px {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-140px, .block-editor__container .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_140px, .block-editor__container .mt_lg_140px {
    margin-top: 140px;
  }
  body .mb_lg_140px, .block-editor__container .mb_lg_140px {
    margin-bottom: 140px;
  }
  body .ml_lg_140px, .block-editor__container .ml_lg_140px {
    margin-left: 140px;
  }
  body .mr_lg_140px, .block-editor__container .mr_lg_140px {
    margin-right: 140px;
  }
  body .mt_lg_-140px, .block-editor__container .mt_lg_-140px {
    margin-top: -140px;
  }
  body .mb_lg_-140px, .block-editor__container .mb_lg_-140px {
    margin-bottom: -140px;
  }
  body .ml_lg_-140px, .block-editor__container .ml_lg_-140px {
    margin-left: -140px;
  }
  body .mr_lg_-140px, .block-editor__container .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_140px, .block-editor__container .mt_lg_140px {
    margin-top: 140px;
  }
  body .mb_lg_140px, .block-editor__container .mb_lg_140px {
    margin-bottom: 140px;
  }
  body .ml_lg_140px, .block-editor__container .ml_lg_140px {
    margin-left: 140px;
  }
  body .mr_lg_140px, .block-editor__container .mr_lg_140px {
    margin-right: 140px;
  }
  body .mt_lg_-140px, .block-editor__container .mt_lg_-140px {
    margin-top: -140px;
  }
  body .mb_lg_-140px, .block-editor__container .mb_lg_-140px {
    margin-bottom: -140px;
  }
  body .ml_lg_-140px, .block-editor__container .ml_lg_-140px {
    margin-left: -140px;
  }
  body .mr_lg_-140px, .block-editor__container .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_140px, .block-editor__container .mt_lg_140px {
    margin-top: 140px;
  }
  body .mb_lg_140px, .block-editor__container .mb_lg_140px {
    margin-bottom: 140px;
  }
  body .ml_lg_140px, .block-editor__container .ml_lg_140px {
    margin-left: 140px;
  }
  body .mr_lg_140px, .block-editor__container .mr_lg_140px {
    margin-right: 140px;
  }
  body .mt_lg_-140px, .block-editor__container .mt_lg_-140px {
    margin-top: -140px;
  }
  body .mb_lg_-140px, .block-editor__container .mb_lg_-140px {
    margin-bottom: -140px;
  }
  body .ml_lg_-140px, .block-editor__container .ml_lg_-140px {
    margin-left: -140px;
  }
  body .mr_lg_-140px, .block-editor__container .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_140px, .block-editor__container .mt_lg_140px {
    margin-top: 140px;
  }
  body .mb_lg_140px, .block-editor__container .mb_lg_140px {
    margin-bottom: 140px;
  }
  body .ml_lg_140px, .block-editor__container .ml_lg_140px {
    margin-left: 140px;
  }
  body .mr_lg_140px, .block-editor__container .mr_lg_140px {
    margin-right: 140px;
  }
  body .mt_lg_-140px, .block-editor__container .mt_lg_-140px {
    margin-top: -140px;
  }
  body .mb_lg_-140px, .block-editor__container .mb_lg_-140px {
    margin-bottom: -140px;
  }
  body .ml_lg_-140px, .block-editor__container .ml_lg_-140px {
    margin-left: -140px;
  }
  body .mr_lg_-140px, .block-editor__container .mr_lg_-140px {
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_141px, .block-editor__container .mt_lg_141px {
    margin-top: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_141px, .block-editor__container .mb_lg_141px {
    margin-bottom: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_141px, .block-editor__container .ml_lg_141px {
    margin-left: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_141px, .block-editor__container .mr_lg_141px {
    margin-right: 141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-141px, .block-editor__container .mt_lg_-141px {
    margin-top: -141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-141px, .block-editor__container .mb_lg_-141px {
    margin-bottom: -141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-141px, .block-editor__container .ml_lg_-141px {
    margin-left: -141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-141px, .block-editor__container .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_141px, .block-editor__container .mt_lg_141px {
    margin-top: 141px;
  }
  body .mb_lg_141px, .block-editor__container .mb_lg_141px {
    margin-bottom: 141px;
  }
  body .ml_lg_141px, .block-editor__container .ml_lg_141px {
    margin-left: 141px;
  }
  body .mr_lg_141px, .block-editor__container .mr_lg_141px {
    margin-right: 141px;
  }
  body .mt_lg_-141px, .block-editor__container .mt_lg_-141px {
    margin-top: -141px;
  }
  body .mb_lg_-141px, .block-editor__container .mb_lg_-141px {
    margin-bottom: -141px;
  }
  body .ml_lg_-141px, .block-editor__container .ml_lg_-141px {
    margin-left: -141px;
  }
  body .mr_lg_-141px, .block-editor__container .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_141px, .block-editor__container .mt_lg_141px {
    margin-top: 141px;
  }
  body .mb_lg_141px, .block-editor__container .mb_lg_141px {
    margin-bottom: 141px;
  }
  body .ml_lg_141px, .block-editor__container .ml_lg_141px {
    margin-left: 141px;
  }
  body .mr_lg_141px, .block-editor__container .mr_lg_141px {
    margin-right: 141px;
  }
  body .mt_lg_-141px, .block-editor__container .mt_lg_-141px {
    margin-top: -141px;
  }
  body .mb_lg_-141px, .block-editor__container .mb_lg_-141px {
    margin-bottom: -141px;
  }
  body .ml_lg_-141px, .block-editor__container .ml_lg_-141px {
    margin-left: -141px;
  }
  body .mr_lg_-141px, .block-editor__container .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_141px, .block-editor__container .mt_lg_141px {
    margin-top: 141px;
  }
  body .mb_lg_141px, .block-editor__container .mb_lg_141px {
    margin-bottom: 141px;
  }
  body .ml_lg_141px, .block-editor__container .ml_lg_141px {
    margin-left: 141px;
  }
  body .mr_lg_141px, .block-editor__container .mr_lg_141px {
    margin-right: 141px;
  }
  body .mt_lg_-141px, .block-editor__container .mt_lg_-141px {
    margin-top: -141px;
  }
  body .mb_lg_-141px, .block-editor__container .mb_lg_-141px {
    margin-bottom: -141px;
  }
  body .ml_lg_-141px, .block-editor__container .ml_lg_-141px {
    margin-left: -141px;
  }
  body .mr_lg_-141px, .block-editor__container .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_141px, .block-editor__container .mt_lg_141px {
    margin-top: 141px;
  }
  body .mb_lg_141px, .block-editor__container .mb_lg_141px {
    margin-bottom: 141px;
  }
  body .ml_lg_141px, .block-editor__container .ml_lg_141px {
    margin-left: 141px;
  }
  body .mr_lg_141px, .block-editor__container .mr_lg_141px {
    margin-right: 141px;
  }
  body .mt_lg_-141px, .block-editor__container .mt_lg_-141px {
    margin-top: -141px;
  }
  body .mb_lg_-141px, .block-editor__container .mb_lg_-141px {
    margin-bottom: -141px;
  }
  body .ml_lg_-141px, .block-editor__container .ml_lg_-141px {
    margin-left: -141px;
  }
  body .mr_lg_-141px, .block-editor__container .mr_lg_-141px {
    margin-right: -141px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_142px, .block-editor__container .mt_lg_142px {
    margin-top: 142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_142px, .block-editor__container .mb_lg_142px {
    margin-bottom: 142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_142px, .block-editor__container .ml_lg_142px {
    margin-left: 142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_142px, .block-editor__container .mr_lg_142px {
    margin-right: 142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-142px, .block-editor__container .mt_lg_-142px {
    margin-top: -142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-142px, .block-editor__container .mb_lg_-142px {
    margin-bottom: -142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-142px, .block-editor__container .ml_lg_-142px {
    margin-left: -142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-142px, .block-editor__container .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_142px, .block-editor__container .mt_lg_142px {
    margin-top: 142px;
  }
  body .mb_lg_142px, .block-editor__container .mb_lg_142px {
    margin-bottom: 142px;
  }
  body .ml_lg_142px, .block-editor__container .ml_lg_142px {
    margin-left: 142px;
  }
  body .mr_lg_142px, .block-editor__container .mr_lg_142px {
    margin-right: 142px;
  }
  body .mt_lg_-142px, .block-editor__container .mt_lg_-142px {
    margin-top: -142px;
  }
  body .mb_lg_-142px, .block-editor__container .mb_lg_-142px {
    margin-bottom: -142px;
  }
  body .ml_lg_-142px, .block-editor__container .ml_lg_-142px {
    margin-left: -142px;
  }
  body .mr_lg_-142px, .block-editor__container .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_142px, .block-editor__container .mt_lg_142px {
    margin-top: 142px;
  }
  body .mb_lg_142px, .block-editor__container .mb_lg_142px {
    margin-bottom: 142px;
  }
  body .ml_lg_142px, .block-editor__container .ml_lg_142px {
    margin-left: 142px;
  }
  body .mr_lg_142px, .block-editor__container .mr_lg_142px {
    margin-right: 142px;
  }
  body .mt_lg_-142px, .block-editor__container .mt_lg_-142px {
    margin-top: -142px;
  }
  body .mb_lg_-142px, .block-editor__container .mb_lg_-142px {
    margin-bottom: -142px;
  }
  body .ml_lg_-142px, .block-editor__container .ml_lg_-142px {
    margin-left: -142px;
  }
  body .mr_lg_-142px, .block-editor__container .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_142px, .block-editor__container .mt_lg_142px {
    margin-top: 142px;
  }
  body .mb_lg_142px, .block-editor__container .mb_lg_142px {
    margin-bottom: 142px;
  }
  body .ml_lg_142px, .block-editor__container .ml_lg_142px {
    margin-left: 142px;
  }
  body .mr_lg_142px, .block-editor__container .mr_lg_142px {
    margin-right: 142px;
  }
  body .mt_lg_-142px, .block-editor__container .mt_lg_-142px {
    margin-top: -142px;
  }
  body .mb_lg_-142px, .block-editor__container .mb_lg_-142px {
    margin-bottom: -142px;
  }
  body .ml_lg_-142px, .block-editor__container .ml_lg_-142px {
    margin-left: -142px;
  }
  body .mr_lg_-142px, .block-editor__container .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_142px, .block-editor__container .mt_lg_142px {
    margin-top: 142px;
  }
  body .mb_lg_142px, .block-editor__container .mb_lg_142px {
    margin-bottom: 142px;
  }
  body .ml_lg_142px, .block-editor__container .ml_lg_142px {
    margin-left: 142px;
  }
  body .mr_lg_142px, .block-editor__container .mr_lg_142px {
    margin-right: 142px;
  }
  body .mt_lg_-142px, .block-editor__container .mt_lg_-142px {
    margin-top: -142px;
  }
  body .mb_lg_-142px, .block-editor__container .mb_lg_-142px {
    margin-bottom: -142px;
  }
  body .ml_lg_-142px, .block-editor__container .ml_lg_-142px {
    margin-left: -142px;
  }
  body .mr_lg_-142px, .block-editor__container .mr_lg_-142px {
    margin-right: -142px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_143px, .block-editor__container .mt_lg_143px {
    margin-top: 143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_143px, .block-editor__container .mb_lg_143px {
    margin-bottom: 143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_143px, .block-editor__container .ml_lg_143px {
    margin-left: 143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_143px, .block-editor__container .mr_lg_143px {
    margin-right: 143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-143px, .block-editor__container .mt_lg_-143px {
    margin-top: -143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-143px, .block-editor__container .mb_lg_-143px {
    margin-bottom: -143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-143px, .block-editor__container .ml_lg_-143px {
    margin-left: -143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-143px, .block-editor__container .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_143px, .block-editor__container .mt_lg_143px {
    margin-top: 143px;
  }
  body .mb_lg_143px, .block-editor__container .mb_lg_143px {
    margin-bottom: 143px;
  }
  body .ml_lg_143px, .block-editor__container .ml_lg_143px {
    margin-left: 143px;
  }
  body .mr_lg_143px, .block-editor__container .mr_lg_143px {
    margin-right: 143px;
  }
  body .mt_lg_-143px, .block-editor__container .mt_lg_-143px {
    margin-top: -143px;
  }
  body .mb_lg_-143px, .block-editor__container .mb_lg_-143px {
    margin-bottom: -143px;
  }
  body .ml_lg_-143px, .block-editor__container .ml_lg_-143px {
    margin-left: -143px;
  }
  body .mr_lg_-143px, .block-editor__container .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_143px, .block-editor__container .mt_lg_143px {
    margin-top: 143px;
  }
  body .mb_lg_143px, .block-editor__container .mb_lg_143px {
    margin-bottom: 143px;
  }
  body .ml_lg_143px, .block-editor__container .ml_lg_143px {
    margin-left: 143px;
  }
  body .mr_lg_143px, .block-editor__container .mr_lg_143px {
    margin-right: 143px;
  }
  body .mt_lg_-143px, .block-editor__container .mt_lg_-143px {
    margin-top: -143px;
  }
  body .mb_lg_-143px, .block-editor__container .mb_lg_-143px {
    margin-bottom: -143px;
  }
  body .ml_lg_-143px, .block-editor__container .ml_lg_-143px {
    margin-left: -143px;
  }
  body .mr_lg_-143px, .block-editor__container .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_143px, .block-editor__container .mt_lg_143px {
    margin-top: 143px;
  }
  body .mb_lg_143px, .block-editor__container .mb_lg_143px {
    margin-bottom: 143px;
  }
  body .ml_lg_143px, .block-editor__container .ml_lg_143px {
    margin-left: 143px;
  }
  body .mr_lg_143px, .block-editor__container .mr_lg_143px {
    margin-right: 143px;
  }
  body .mt_lg_-143px, .block-editor__container .mt_lg_-143px {
    margin-top: -143px;
  }
  body .mb_lg_-143px, .block-editor__container .mb_lg_-143px {
    margin-bottom: -143px;
  }
  body .ml_lg_-143px, .block-editor__container .ml_lg_-143px {
    margin-left: -143px;
  }
  body .mr_lg_-143px, .block-editor__container .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_143px, .block-editor__container .mt_lg_143px {
    margin-top: 143px;
  }
  body .mb_lg_143px, .block-editor__container .mb_lg_143px {
    margin-bottom: 143px;
  }
  body .ml_lg_143px, .block-editor__container .ml_lg_143px {
    margin-left: 143px;
  }
  body .mr_lg_143px, .block-editor__container .mr_lg_143px {
    margin-right: 143px;
  }
  body .mt_lg_-143px, .block-editor__container .mt_lg_-143px {
    margin-top: -143px;
  }
  body .mb_lg_-143px, .block-editor__container .mb_lg_-143px {
    margin-bottom: -143px;
  }
  body .ml_lg_-143px, .block-editor__container .ml_lg_-143px {
    margin-left: -143px;
  }
  body .mr_lg_-143px, .block-editor__container .mr_lg_-143px {
    margin-right: -143px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_144px, .block-editor__container .mt_lg_144px {
    margin-top: 144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_144px, .block-editor__container .mb_lg_144px {
    margin-bottom: 144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_144px, .block-editor__container .ml_lg_144px {
    margin-left: 144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_144px, .block-editor__container .mr_lg_144px {
    margin-right: 144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-144px, .block-editor__container .mt_lg_-144px {
    margin-top: -144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-144px, .block-editor__container .mb_lg_-144px {
    margin-bottom: -144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-144px, .block-editor__container .ml_lg_-144px {
    margin-left: -144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-144px, .block-editor__container .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_144px, .block-editor__container .mt_lg_144px {
    margin-top: 144px;
  }
  body .mb_lg_144px, .block-editor__container .mb_lg_144px {
    margin-bottom: 144px;
  }
  body .ml_lg_144px, .block-editor__container .ml_lg_144px {
    margin-left: 144px;
  }
  body .mr_lg_144px, .block-editor__container .mr_lg_144px {
    margin-right: 144px;
  }
  body .mt_lg_-144px, .block-editor__container .mt_lg_-144px {
    margin-top: -144px;
  }
  body .mb_lg_-144px, .block-editor__container .mb_lg_-144px {
    margin-bottom: -144px;
  }
  body .ml_lg_-144px, .block-editor__container .ml_lg_-144px {
    margin-left: -144px;
  }
  body .mr_lg_-144px, .block-editor__container .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_144px, .block-editor__container .mt_lg_144px {
    margin-top: 144px;
  }
  body .mb_lg_144px, .block-editor__container .mb_lg_144px {
    margin-bottom: 144px;
  }
  body .ml_lg_144px, .block-editor__container .ml_lg_144px {
    margin-left: 144px;
  }
  body .mr_lg_144px, .block-editor__container .mr_lg_144px {
    margin-right: 144px;
  }
  body .mt_lg_-144px, .block-editor__container .mt_lg_-144px {
    margin-top: -144px;
  }
  body .mb_lg_-144px, .block-editor__container .mb_lg_-144px {
    margin-bottom: -144px;
  }
  body .ml_lg_-144px, .block-editor__container .ml_lg_-144px {
    margin-left: -144px;
  }
  body .mr_lg_-144px, .block-editor__container .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_144px, .block-editor__container .mt_lg_144px {
    margin-top: 144px;
  }
  body .mb_lg_144px, .block-editor__container .mb_lg_144px {
    margin-bottom: 144px;
  }
  body .ml_lg_144px, .block-editor__container .ml_lg_144px {
    margin-left: 144px;
  }
  body .mr_lg_144px, .block-editor__container .mr_lg_144px {
    margin-right: 144px;
  }
  body .mt_lg_-144px, .block-editor__container .mt_lg_-144px {
    margin-top: -144px;
  }
  body .mb_lg_-144px, .block-editor__container .mb_lg_-144px {
    margin-bottom: -144px;
  }
  body .ml_lg_-144px, .block-editor__container .ml_lg_-144px {
    margin-left: -144px;
  }
  body .mr_lg_-144px, .block-editor__container .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_144px, .block-editor__container .mt_lg_144px {
    margin-top: 144px;
  }
  body .mb_lg_144px, .block-editor__container .mb_lg_144px {
    margin-bottom: 144px;
  }
  body .ml_lg_144px, .block-editor__container .ml_lg_144px {
    margin-left: 144px;
  }
  body .mr_lg_144px, .block-editor__container .mr_lg_144px {
    margin-right: 144px;
  }
  body .mt_lg_-144px, .block-editor__container .mt_lg_-144px {
    margin-top: -144px;
  }
  body .mb_lg_-144px, .block-editor__container .mb_lg_-144px {
    margin-bottom: -144px;
  }
  body .ml_lg_-144px, .block-editor__container .ml_lg_-144px {
    margin-left: -144px;
  }
  body .mr_lg_-144px, .block-editor__container .mr_lg_-144px {
    margin-right: -144px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_145px, .block-editor__container .mt_lg_145px {
    margin-top: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_145px, .block-editor__container .mb_lg_145px {
    margin-bottom: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_145px, .block-editor__container .ml_lg_145px {
    margin-left: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_145px, .block-editor__container .mr_lg_145px {
    margin-right: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-145px, .block-editor__container .mt_lg_-145px {
    margin-top: -145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-145px, .block-editor__container .mb_lg_-145px {
    margin-bottom: -145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-145px, .block-editor__container .ml_lg_-145px {
    margin-left: -145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-145px, .block-editor__container .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_145px, .block-editor__container .mt_lg_145px {
    margin-top: 145px;
  }
  body .mb_lg_145px, .block-editor__container .mb_lg_145px {
    margin-bottom: 145px;
  }
  body .ml_lg_145px, .block-editor__container .ml_lg_145px {
    margin-left: 145px;
  }
  body .mr_lg_145px, .block-editor__container .mr_lg_145px {
    margin-right: 145px;
  }
  body .mt_lg_-145px, .block-editor__container .mt_lg_-145px {
    margin-top: -145px;
  }
  body .mb_lg_-145px, .block-editor__container .mb_lg_-145px {
    margin-bottom: -145px;
  }
  body .ml_lg_-145px, .block-editor__container .ml_lg_-145px {
    margin-left: -145px;
  }
  body .mr_lg_-145px, .block-editor__container .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_145px, .block-editor__container .mt_lg_145px {
    margin-top: 145px;
  }
  body .mb_lg_145px, .block-editor__container .mb_lg_145px {
    margin-bottom: 145px;
  }
  body .ml_lg_145px, .block-editor__container .ml_lg_145px {
    margin-left: 145px;
  }
  body .mr_lg_145px, .block-editor__container .mr_lg_145px {
    margin-right: 145px;
  }
  body .mt_lg_-145px, .block-editor__container .mt_lg_-145px {
    margin-top: -145px;
  }
  body .mb_lg_-145px, .block-editor__container .mb_lg_-145px {
    margin-bottom: -145px;
  }
  body .ml_lg_-145px, .block-editor__container .ml_lg_-145px {
    margin-left: -145px;
  }
  body .mr_lg_-145px, .block-editor__container .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_145px, .block-editor__container .mt_lg_145px {
    margin-top: 145px;
  }
  body .mb_lg_145px, .block-editor__container .mb_lg_145px {
    margin-bottom: 145px;
  }
  body .ml_lg_145px, .block-editor__container .ml_lg_145px {
    margin-left: 145px;
  }
  body .mr_lg_145px, .block-editor__container .mr_lg_145px {
    margin-right: 145px;
  }
  body .mt_lg_-145px, .block-editor__container .mt_lg_-145px {
    margin-top: -145px;
  }
  body .mb_lg_-145px, .block-editor__container .mb_lg_-145px {
    margin-bottom: -145px;
  }
  body .ml_lg_-145px, .block-editor__container .ml_lg_-145px {
    margin-left: -145px;
  }
  body .mr_lg_-145px, .block-editor__container .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_145px, .block-editor__container .mt_lg_145px {
    margin-top: 145px;
  }
  body .mb_lg_145px, .block-editor__container .mb_lg_145px {
    margin-bottom: 145px;
  }
  body .ml_lg_145px, .block-editor__container .ml_lg_145px {
    margin-left: 145px;
  }
  body .mr_lg_145px, .block-editor__container .mr_lg_145px {
    margin-right: 145px;
  }
  body .mt_lg_-145px, .block-editor__container .mt_lg_-145px {
    margin-top: -145px;
  }
  body .mb_lg_-145px, .block-editor__container .mb_lg_-145px {
    margin-bottom: -145px;
  }
  body .ml_lg_-145px, .block-editor__container .ml_lg_-145px {
    margin-left: -145px;
  }
  body .mr_lg_-145px, .block-editor__container .mr_lg_-145px {
    margin-right: -145px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_146px, .block-editor__container .mt_lg_146px {
    margin-top: 146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_146px, .block-editor__container .mb_lg_146px {
    margin-bottom: 146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_146px, .block-editor__container .ml_lg_146px {
    margin-left: 146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_146px, .block-editor__container .mr_lg_146px {
    margin-right: 146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-146px, .block-editor__container .mt_lg_-146px {
    margin-top: -146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-146px, .block-editor__container .mb_lg_-146px {
    margin-bottom: -146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-146px, .block-editor__container .ml_lg_-146px {
    margin-left: -146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-146px, .block-editor__container .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_146px, .block-editor__container .mt_lg_146px {
    margin-top: 146px;
  }
  body .mb_lg_146px, .block-editor__container .mb_lg_146px {
    margin-bottom: 146px;
  }
  body .ml_lg_146px, .block-editor__container .ml_lg_146px {
    margin-left: 146px;
  }
  body .mr_lg_146px, .block-editor__container .mr_lg_146px {
    margin-right: 146px;
  }
  body .mt_lg_-146px, .block-editor__container .mt_lg_-146px {
    margin-top: -146px;
  }
  body .mb_lg_-146px, .block-editor__container .mb_lg_-146px {
    margin-bottom: -146px;
  }
  body .ml_lg_-146px, .block-editor__container .ml_lg_-146px {
    margin-left: -146px;
  }
  body .mr_lg_-146px, .block-editor__container .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_146px, .block-editor__container .mt_lg_146px {
    margin-top: 146px;
  }
  body .mb_lg_146px, .block-editor__container .mb_lg_146px {
    margin-bottom: 146px;
  }
  body .ml_lg_146px, .block-editor__container .ml_lg_146px {
    margin-left: 146px;
  }
  body .mr_lg_146px, .block-editor__container .mr_lg_146px {
    margin-right: 146px;
  }
  body .mt_lg_-146px, .block-editor__container .mt_lg_-146px {
    margin-top: -146px;
  }
  body .mb_lg_-146px, .block-editor__container .mb_lg_-146px {
    margin-bottom: -146px;
  }
  body .ml_lg_-146px, .block-editor__container .ml_lg_-146px {
    margin-left: -146px;
  }
  body .mr_lg_-146px, .block-editor__container .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_146px, .block-editor__container .mt_lg_146px {
    margin-top: 146px;
  }
  body .mb_lg_146px, .block-editor__container .mb_lg_146px {
    margin-bottom: 146px;
  }
  body .ml_lg_146px, .block-editor__container .ml_lg_146px {
    margin-left: 146px;
  }
  body .mr_lg_146px, .block-editor__container .mr_lg_146px {
    margin-right: 146px;
  }
  body .mt_lg_-146px, .block-editor__container .mt_lg_-146px {
    margin-top: -146px;
  }
  body .mb_lg_-146px, .block-editor__container .mb_lg_-146px {
    margin-bottom: -146px;
  }
  body .ml_lg_-146px, .block-editor__container .ml_lg_-146px {
    margin-left: -146px;
  }
  body .mr_lg_-146px, .block-editor__container .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_146px, .block-editor__container .mt_lg_146px {
    margin-top: 146px;
  }
  body .mb_lg_146px, .block-editor__container .mb_lg_146px {
    margin-bottom: 146px;
  }
  body .ml_lg_146px, .block-editor__container .ml_lg_146px {
    margin-left: 146px;
  }
  body .mr_lg_146px, .block-editor__container .mr_lg_146px {
    margin-right: 146px;
  }
  body .mt_lg_-146px, .block-editor__container .mt_lg_-146px {
    margin-top: -146px;
  }
  body .mb_lg_-146px, .block-editor__container .mb_lg_-146px {
    margin-bottom: -146px;
  }
  body .ml_lg_-146px, .block-editor__container .ml_lg_-146px {
    margin-left: -146px;
  }
  body .mr_lg_-146px, .block-editor__container .mr_lg_-146px {
    margin-right: -146px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_147px, .block-editor__container .mt_lg_147px {
    margin-top: 147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_147px, .block-editor__container .mb_lg_147px {
    margin-bottom: 147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_147px, .block-editor__container .ml_lg_147px {
    margin-left: 147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_147px, .block-editor__container .mr_lg_147px {
    margin-right: 147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-147px, .block-editor__container .mt_lg_-147px {
    margin-top: -147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-147px, .block-editor__container .mb_lg_-147px {
    margin-bottom: -147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-147px, .block-editor__container .ml_lg_-147px {
    margin-left: -147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-147px, .block-editor__container .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_147px, .block-editor__container .mt_lg_147px {
    margin-top: 147px;
  }
  body .mb_lg_147px, .block-editor__container .mb_lg_147px {
    margin-bottom: 147px;
  }
  body .ml_lg_147px, .block-editor__container .ml_lg_147px {
    margin-left: 147px;
  }
  body .mr_lg_147px, .block-editor__container .mr_lg_147px {
    margin-right: 147px;
  }
  body .mt_lg_-147px, .block-editor__container .mt_lg_-147px {
    margin-top: -147px;
  }
  body .mb_lg_-147px, .block-editor__container .mb_lg_-147px {
    margin-bottom: -147px;
  }
  body .ml_lg_-147px, .block-editor__container .ml_lg_-147px {
    margin-left: -147px;
  }
  body .mr_lg_-147px, .block-editor__container .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_147px, .block-editor__container .mt_lg_147px {
    margin-top: 147px;
  }
  body .mb_lg_147px, .block-editor__container .mb_lg_147px {
    margin-bottom: 147px;
  }
  body .ml_lg_147px, .block-editor__container .ml_lg_147px {
    margin-left: 147px;
  }
  body .mr_lg_147px, .block-editor__container .mr_lg_147px {
    margin-right: 147px;
  }
  body .mt_lg_-147px, .block-editor__container .mt_lg_-147px {
    margin-top: -147px;
  }
  body .mb_lg_-147px, .block-editor__container .mb_lg_-147px {
    margin-bottom: -147px;
  }
  body .ml_lg_-147px, .block-editor__container .ml_lg_-147px {
    margin-left: -147px;
  }
  body .mr_lg_-147px, .block-editor__container .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_147px, .block-editor__container .mt_lg_147px {
    margin-top: 147px;
  }
  body .mb_lg_147px, .block-editor__container .mb_lg_147px {
    margin-bottom: 147px;
  }
  body .ml_lg_147px, .block-editor__container .ml_lg_147px {
    margin-left: 147px;
  }
  body .mr_lg_147px, .block-editor__container .mr_lg_147px {
    margin-right: 147px;
  }
  body .mt_lg_-147px, .block-editor__container .mt_lg_-147px {
    margin-top: -147px;
  }
  body .mb_lg_-147px, .block-editor__container .mb_lg_-147px {
    margin-bottom: -147px;
  }
  body .ml_lg_-147px, .block-editor__container .ml_lg_-147px {
    margin-left: -147px;
  }
  body .mr_lg_-147px, .block-editor__container .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_147px, .block-editor__container .mt_lg_147px {
    margin-top: 147px;
  }
  body .mb_lg_147px, .block-editor__container .mb_lg_147px {
    margin-bottom: 147px;
  }
  body .ml_lg_147px, .block-editor__container .ml_lg_147px {
    margin-left: 147px;
  }
  body .mr_lg_147px, .block-editor__container .mr_lg_147px {
    margin-right: 147px;
  }
  body .mt_lg_-147px, .block-editor__container .mt_lg_-147px {
    margin-top: -147px;
  }
  body .mb_lg_-147px, .block-editor__container .mb_lg_-147px {
    margin-bottom: -147px;
  }
  body .ml_lg_-147px, .block-editor__container .ml_lg_-147px {
    margin-left: -147px;
  }
  body .mr_lg_-147px, .block-editor__container .mr_lg_-147px {
    margin-right: -147px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_148px, .block-editor__container .mt_lg_148px {
    margin-top: 148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_148px, .block-editor__container .mb_lg_148px {
    margin-bottom: 148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_148px, .block-editor__container .ml_lg_148px {
    margin-left: 148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_148px, .block-editor__container .mr_lg_148px {
    margin-right: 148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-148px, .block-editor__container .mt_lg_-148px {
    margin-top: -148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-148px, .block-editor__container .mb_lg_-148px {
    margin-bottom: -148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-148px, .block-editor__container .ml_lg_-148px {
    margin-left: -148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-148px, .block-editor__container .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_148px, .block-editor__container .mt_lg_148px {
    margin-top: 148px;
  }
  body .mb_lg_148px, .block-editor__container .mb_lg_148px {
    margin-bottom: 148px;
  }
  body .ml_lg_148px, .block-editor__container .ml_lg_148px {
    margin-left: 148px;
  }
  body .mr_lg_148px, .block-editor__container .mr_lg_148px {
    margin-right: 148px;
  }
  body .mt_lg_-148px, .block-editor__container .mt_lg_-148px {
    margin-top: -148px;
  }
  body .mb_lg_-148px, .block-editor__container .mb_lg_-148px {
    margin-bottom: -148px;
  }
  body .ml_lg_-148px, .block-editor__container .ml_lg_-148px {
    margin-left: -148px;
  }
  body .mr_lg_-148px, .block-editor__container .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_148px, .block-editor__container .mt_lg_148px {
    margin-top: 148px;
  }
  body .mb_lg_148px, .block-editor__container .mb_lg_148px {
    margin-bottom: 148px;
  }
  body .ml_lg_148px, .block-editor__container .ml_lg_148px {
    margin-left: 148px;
  }
  body .mr_lg_148px, .block-editor__container .mr_lg_148px {
    margin-right: 148px;
  }
  body .mt_lg_-148px, .block-editor__container .mt_lg_-148px {
    margin-top: -148px;
  }
  body .mb_lg_-148px, .block-editor__container .mb_lg_-148px {
    margin-bottom: -148px;
  }
  body .ml_lg_-148px, .block-editor__container .ml_lg_-148px {
    margin-left: -148px;
  }
  body .mr_lg_-148px, .block-editor__container .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_148px, .block-editor__container .mt_lg_148px {
    margin-top: 148px;
  }
  body .mb_lg_148px, .block-editor__container .mb_lg_148px {
    margin-bottom: 148px;
  }
  body .ml_lg_148px, .block-editor__container .ml_lg_148px {
    margin-left: 148px;
  }
  body .mr_lg_148px, .block-editor__container .mr_lg_148px {
    margin-right: 148px;
  }
  body .mt_lg_-148px, .block-editor__container .mt_lg_-148px {
    margin-top: -148px;
  }
  body .mb_lg_-148px, .block-editor__container .mb_lg_-148px {
    margin-bottom: -148px;
  }
  body .ml_lg_-148px, .block-editor__container .ml_lg_-148px {
    margin-left: -148px;
  }
  body .mr_lg_-148px, .block-editor__container .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_148px, .block-editor__container .mt_lg_148px {
    margin-top: 148px;
  }
  body .mb_lg_148px, .block-editor__container .mb_lg_148px {
    margin-bottom: 148px;
  }
  body .ml_lg_148px, .block-editor__container .ml_lg_148px {
    margin-left: 148px;
  }
  body .mr_lg_148px, .block-editor__container .mr_lg_148px {
    margin-right: 148px;
  }
  body .mt_lg_-148px, .block-editor__container .mt_lg_-148px {
    margin-top: -148px;
  }
  body .mb_lg_-148px, .block-editor__container .mb_lg_-148px {
    margin-bottom: -148px;
  }
  body .ml_lg_-148px, .block-editor__container .ml_lg_-148px {
    margin-left: -148px;
  }
  body .mr_lg_-148px, .block-editor__container .mr_lg_-148px {
    margin-right: -148px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_149px, .block-editor__container .mt_lg_149px {
    margin-top: 149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_149px, .block-editor__container .mb_lg_149px {
    margin-bottom: 149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_149px, .block-editor__container .ml_lg_149px {
    margin-left: 149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_149px, .block-editor__container .mr_lg_149px {
    margin-right: 149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-149px, .block-editor__container .mt_lg_-149px {
    margin-top: -149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-149px, .block-editor__container .mb_lg_-149px {
    margin-bottom: -149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-149px, .block-editor__container .ml_lg_-149px {
    margin-left: -149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-149px, .block-editor__container .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_149px, .block-editor__container .mt_lg_149px {
    margin-top: 149px;
  }
  body .mb_lg_149px, .block-editor__container .mb_lg_149px {
    margin-bottom: 149px;
  }
  body .ml_lg_149px, .block-editor__container .ml_lg_149px {
    margin-left: 149px;
  }
  body .mr_lg_149px, .block-editor__container .mr_lg_149px {
    margin-right: 149px;
  }
  body .mt_lg_-149px, .block-editor__container .mt_lg_-149px {
    margin-top: -149px;
  }
  body .mb_lg_-149px, .block-editor__container .mb_lg_-149px {
    margin-bottom: -149px;
  }
  body .ml_lg_-149px, .block-editor__container .ml_lg_-149px {
    margin-left: -149px;
  }
  body .mr_lg_-149px, .block-editor__container .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_149px, .block-editor__container .mt_lg_149px {
    margin-top: 149px;
  }
  body .mb_lg_149px, .block-editor__container .mb_lg_149px {
    margin-bottom: 149px;
  }
  body .ml_lg_149px, .block-editor__container .ml_lg_149px {
    margin-left: 149px;
  }
  body .mr_lg_149px, .block-editor__container .mr_lg_149px {
    margin-right: 149px;
  }
  body .mt_lg_-149px, .block-editor__container .mt_lg_-149px {
    margin-top: -149px;
  }
  body .mb_lg_-149px, .block-editor__container .mb_lg_-149px {
    margin-bottom: -149px;
  }
  body .ml_lg_-149px, .block-editor__container .ml_lg_-149px {
    margin-left: -149px;
  }
  body .mr_lg_-149px, .block-editor__container .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_149px, .block-editor__container .mt_lg_149px {
    margin-top: 149px;
  }
  body .mb_lg_149px, .block-editor__container .mb_lg_149px {
    margin-bottom: 149px;
  }
  body .ml_lg_149px, .block-editor__container .ml_lg_149px {
    margin-left: 149px;
  }
  body .mr_lg_149px, .block-editor__container .mr_lg_149px {
    margin-right: 149px;
  }
  body .mt_lg_-149px, .block-editor__container .mt_lg_-149px {
    margin-top: -149px;
  }
  body .mb_lg_-149px, .block-editor__container .mb_lg_-149px {
    margin-bottom: -149px;
  }
  body .ml_lg_-149px, .block-editor__container .ml_lg_-149px {
    margin-left: -149px;
  }
  body .mr_lg_-149px, .block-editor__container .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_149px, .block-editor__container .mt_lg_149px {
    margin-top: 149px;
  }
  body .mb_lg_149px, .block-editor__container .mb_lg_149px {
    margin-bottom: 149px;
  }
  body .ml_lg_149px, .block-editor__container .ml_lg_149px {
    margin-left: 149px;
  }
  body .mr_lg_149px, .block-editor__container .mr_lg_149px {
    margin-right: 149px;
  }
  body .mt_lg_-149px, .block-editor__container .mt_lg_-149px {
    margin-top: -149px;
  }
  body .mb_lg_-149px, .block-editor__container .mb_lg_-149px {
    margin-bottom: -149px;
  }
  body .ml_lg_-149px, .block-editor__container .ml_lg_-149px {
    margin-left: -149px;
  }
  body .mr_lg_-149px, .block-editor__container .mr_lg_-149px {
    margin-right: -149px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_150px, .block-editor__container .mt_lg_150px {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_150px, .block-editor__container .mb_lg_150px {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_150px, .block-editor__container .ml_lg_150px {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_150px, .block-editor__container .mr_lg_150px {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-150px, .block-editor__container .mt_lg_-150px {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-150px, .block-editor__container .mb_lg_-150px {
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-150px, .block-editor__container .ml_lg_-150px {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-150px, .block-editor__container .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_150px, .block-editor__container .mt_lg_150px {
    margin-top: 150px;
  }
  body .mb_lg_150px, .block-editor__container .mb_lg_150px {
    margin-bottom: 150px;
  }
  body .ml_lg_150px, .block-editor__container .ml_lg_150px {
    margin-left: 150px;
  }
  body .mr_lg_150px, .block-editor__container .mr_lg_150px {
    margin-right: 150px;
  }
  body .mt_lg_-150px, .block-editor__container .mt_lg_-150px {
    margin-top: -150px;
  }
  body .mb_lg_-150px, .block-editor__container .mb_lg_-150px {
    margin-bottom: -150px;
  }
  body .ml_lg_-150px, .block-editor__container .ml_lg_-150px {
    margin-left: -150px;
  }
  body .mr_lg_-150px, .block-editor__container .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_150px, .block-editor__container .mt_lg_150px {
    margin-top: 150px;
  }
  body .mb_lg_150px, .block-editor__container .mb_lg_150px {
    margin-bottom: 150px;
  }
  body .ml_lg_150px, .block-editor__container .ml_lg_150px {
    margin-left: 150px;
  }
  body .mr_lg_150px, .block-editor__container .mr_lg_150px {
    margin-right: 150px;
  }
  body .mt_lg_-150px, .block-editor__container .mt_lg_-150px {
    margin-top: -150px;
  }
  body .mb_lg_-150px, .block-editor__container .mb_lg_-150px {
    margin-bottom: -150px;
  }
  body .ml_lg_-150px, .block-editor__container .ml_lg_-150px {
    margin-left: -150px;
  }
  body .mr_lg_-150px, .block-editor__container .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_150px, .block-editor__container .mt_lg_150px {
    margin-top: 150px;
  }
  body .mb_lg_150px, .block-editor__container .mb_lg_150px {
    margin-bottom: 150px;
  }
  body .ml_lg_150px, .block-editor__container .ml_lg_150px {
    margin-left: 150px;
  }
  body .mr_lg_150px, .block-editor__container .mr_lg_150px {
    margin-right: 150px;
  }
  body .mt_lg_-150px, .block-editor__container .mt_lg_-150px {
    margin-top: -150px;
  }
  body .mb_lg_-150px, .block-editor__container .mb_lg_-150px {
    margin-bottom: -150px;
  }
  body .ml_lg_-150px, .block-editor__container .ml_lg_-150px {
    margin-left: -150px;
  }
  body .mr_lg_-150px, .block-editor__container .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_150px, .block-editor__container .mt_lg_150px {
    margin-top: 150px;
  }
  body .mb_lg_150px, .block-editor__container .mb_lg_150px {
    margin-bottom: 150px;
  }
  body .ml_lg_150px, .block-editor__container .ml_lg_150px {
    margin-left: 150px;
  }
  body .mr_lg_150px, .block-editor__container .mr_lg_150px {
    margin-right: 150px;
  }
  body .mt_lg_-150px, .block-editor__container .mt_lg_-150px {
    margin-top: -150px;
  }
  body .mb_lg_-150px, .block-editor__container .mb_lg_-150px {
    margin-bottom: -150px;
  }
  body .ml_lg_-150px, .block-editor__container .ml_lg_-150px {
    margin-left: -150px;
  }
  body .mr_lg_-150px, .block-editor__container .mr_lg_-150px {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_151px, .block-editor__container .mt_lg_151px {
    margin-top: 151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_151px, .block-editor__container .mb_lg_151px {
    margin-bottom: 151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_151px, .block-editor__container .ml_lg_151px {
    margin-left: 151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_151px, .block-editor__container .mr_lg_151px {
    margin-right: 151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-151px, .block-editor__container .mt_lg_-151px {
    margin-top: -151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-151px, .block-editor__container .mb_lg_-151px {
    margin-bottom: -151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-151px, .block-editor__container .ml_lg_-151px {
    margin-left: -151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-151px, .block-editor__container .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_151px, .block-editor__container .mt_lg_151px {
    margin-top: 151px;
  }
  body .mb_lg_151px, .block-editor__container .mb_lg_151px {
    margin-bottom: 151px;
  }
  body .ml_lg_151px, .block-editor__container .ml_lg_151px {
    margin-left: 151px;
  }
  body .mr_lg_151px, .block-editor__container .mr_lg_151px {
    margin-right: 151px;
  }
  body .mt_lg_-151px, .block-editor__container .mt_lg_-151px {
    margin-top: -151px;
  }
  body .mb_lg_-151px, .block-editor__container .mb_lg_-151px {
    margin-bottom: -151px;
  }
  body .ml_lg_-151px, .block-editor__container .ml_lg_-151px {
    margin-left: -151px;
  }
  body .mr_lg_-151px, .block-editor__container .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_151px, .block-editor__container .mt_lg_151px {
    margin-top: 151px;
  }
  body .mb_lg_151px, .block-editor__container .mb_lg_151px {
    margin-bottom: 151px;
  }
  body .ml_lg_151px, .block-editor__container .ml_lg_151px {
    margin-left: 151px;
  }
  body .mr_lg_151px, .block-editor__container .mr_lg_151px {
    margin-right: 151px;
  }
  body .mt_lg_-151px, .block-editor__container .mt_lg_-151px {
    margin-top: -151px;
  }
  body .mb_lg_-151px, .block-editor__container .mb_lg_-151px {
    margin-bottom: -151px;
  }
  body .ml_lg_-151px, .block-editor__container .ml_lg_-151px {
    margin-left: -151px;
  }
  body .mr_lg_-151px, .block-editor__container .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_151px, .block-editor__container .mt_lg_151px {
    margin-top: 151px;
  }
  body .mb_lg_151px, .block-editor__container .mb_lg_151px {
    margin-bottom: 151px;
  }
  body .ml_lg_151px, .block-editor__container .ml_lg_151px {
    margin-left: 151px;
  }
  body .mr_lg_151px, .block-editor__container .mr_lg_151px {
    margin-right: 151px;
  }
  body .mt_lg_-151px, .block-editor__container .mt_lg_-151px {
    margin-top: -151px;
  }
  body .mb_lg_-151px, .block-editor__container .mb_lg_-151px {
    margin-bottom: -151px;
  }
  body .ml_lg_-151px, .block-editor__container .ml_lg_-151px {
    margin-left: -151px;
  }
  body .mr_lg_-151px, .block-editor__container .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_151px, .block-editor__container .mt_lg_151px {
    margin-top: 151px;
  }
  body .mb_lg_151px, .block-editor__container .mb_lg_151px {
    margin-bottom: 151px;
  }
  body .ml_lg_151px, .block-editor__container .ml_lg_151px {
    margin-left: 151px;
  }
  body .mr_lg_151px, .block-editor__container .mr_lg_151px {
    margin-right: 151px;
  }
  body .mt_lg_-151px, .block-editor__container .mt_lg_-151px {
    margin-top: -151px;
  }
  body .mb_lg_-151px, .block-editor__container .mb_lg_-151px {
    margin-bottom: -151px;
  }
  body .ml_lg_-151px, .block-editor__container .ml_lg_-151px {
    margin-left: -151px;
  }
  body .mr_lg_-151px, .block-editor__container .mr_lg_-151px {
    margin-right: -151px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_152px, .block-editor__container .mt_lg_152px {
    margin-top: 152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_152px, .block-editor__container .mb_lg_152px {
    margin-bottom: 152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_152px, .block-editor__container .ml_lg_152px {
    margin-left: 152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_152px, .block-editor__container .mr_lg_152px {
    margin-right: 152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-152px, .block-editor__container .mt_lg_-152px {
    margin-top: -152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-152px, .block-editor__container .mb_lg_-152px {
    margin-bottom: -152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-152px, .block-editor__container .ml_lg_-152px {
    margin-left: -152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-152px, .block-editor__container .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_152px, .block-editor__container .mt_lg_152px {
    margin-top: 152px;
  }
  body .mb_lg_152px, .block-editor__container .mb_lg_152px {
    margin-bottom: 152px;
  }
  body .ml_lg_152px, .block-editor__container .ml_lg_152px {
    margin-left: 152px;
  }
  body .mr_lg_152px, .block-editor__container .mr_lg_152px {
    margin-right: 152px;
  }
  body .mt_lg_-152px, .block-editor__container .mt_lg_-152px {
    margin-top: -152px;
  }
  body .mb_lg_-152px, .block-editor__container .mb_lg_-152px {
    margin-bottom: -152px;
  }
  body .ml_lg_-152px, .block-editor__container .ml_lg_-152px {
    margin-left: -152px;
  }
  body .mr_lg_-152px, .block-editor__container .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_152px, .block-editor__container .mt_lg_152px {
    margin-top: 152px;
  }
  body .mb_lg_152px, .block-editor__container .mb_lg_152px {
    margin-bottom: 152px;
  }
  body .ml_lg_152px, .block-editor__container .ml_lg_152px {
    margin-left: 152px;
  }
  body .mr_lg_152px, .block-editor__container .mr_lg_152px {
    margin-right: 152px;
  }
  body .mt_lg_-152px, .block-editor__container .mt_lg_-152px {
    margin-top: -152px;
  }
  body .mb_lg_-152px, .block-editor__container .mb_lg_-152px {
    margin-bottom: -152px;
  }
  body .ml_lg_-152px, .block-editor__container .ml_lg_-152px {
    margin-left: -152px;
  }
  body .mr_lg_-152px, .block-editor__container .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_152px, .block-editor__container .mt_lg_152px {
    margin-top: 152px;
  }
  body .mb_lg_152px, .block-editor__container .mb_lg_152px {
    margin-bottom: 152px;
  }
  body .ml_lg_152px, .block-editor__container .ml_lg_152px {
    margin-left: 152px;
  }
  body .mr_lg_152px, .block-editor__container .mr_lg_152px {
    margin-right: 152px;
  }
  body .mt_lg_-152px, .block-editor__container .mt_lg_-152px {
    margin-top: -152px;
  }
  body .mb_lg_-152px, .block-editor__container .mb_lg_-152px {
    margin-bottom: -152px;
  }
  body .ml_lg_-152px, .block-editor__container .ml_lg_-152px {
    margin-left: -152px;
  }
  body .mr_lg_-152px, .block-editor__container .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_152px, .block-editor__container .mt_lg_152px {
    margin-top: 152px;
  }
  body .mb_lg_152px, .block-editor__container .mb_lg_152px {
    margin-bottom: 152px;
  }
  body .ml_lg_152px, .block-editor__container .ml_lg_152px {
    margin-left: 152px;
  }
  body .mr_lg_152px, .block-editor__container .mr_lg_152px {
    margin-right: 152px;
  }
  body .mt_lg_-152px, .block-editor__container .mt_lg_-152px {
    margin-top: -152px;
  }
  body .mb_lg_-152px, .block-editor__container .mb_lg_-152px {
    margin-bottom: -152px;
  }
  body .ml_lg_-152px, .block-editor__container .ml_lg_-152px {
    margin-left: -152px;
  }
  body .mr_lg_-152px, .block-editor__container .mr_lg_-152px {
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_153px, .block-editor__container .mt_lg_153px {
    margin-top: 153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_153px, .block-editor__container .mb_lg_153px {
    margin-bottom: 153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_153px, .block-editor__container .ml_lg_153px {
    margin-left: 153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_153px, .block-editor__container .mr_lg_153px {
    margin-right: 153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-153px, .block-editor__container .mt_lg_-153px {
    margin-top: -153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-153px, .block-editor__container .mb_lg_-153px {
    margin-bottom: -153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-153px, .block-editor__container .ml_lg_-153px {
    margin-left: -153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-153px, .block-editor__container .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_153px, .block-editor__container .mt_lg_153px {
    margin-top: 153px;
  }
  body .mb_lg_153px, .block-editor__container .mb_lg_153px {
    margin-bottom: 153px;
  }
  body .ml_lg_153px, .block-editor__container .ml_lg_153px {
    margin-left: 153px;
  }
  body .mr_lg_153px, .block-editor__container .mr_lg_153px {
    margin-right: 153px;
  }
  body .mt_lg_-153px, .block-editor__container .mt_lg_-153px {
    margin-top: -153px;
  }
  body .mb_lg_-153px, .block-editor__container .mb_lg_-153px {
    margin-bottom: -153px;
  }
  body .ml_lg_-153px, .block-editor__container .ml_lg_-153px {
    margin-left: -153px;
  }
  body .mr_lg_-153px, .block-editor__container .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_153px, .block-editor__container .mt_lg_153px {
    margin-top: 153px;
  }
  body .mb_lg_153px, .block-editor__container .mb_lg_153px {
    margin-bottom: 153px;
  }
  body .ml_lg_153px, .block-editor__container .ml_lg_153px {
    margin-left: 153px;
  }
  body .mr_lg_153px, .block-editor__container .mr_lg_153px {
    margin-right: 153px;
  }
  body .mt_lg_-153px, .block-editor__container .mt_lg_-153px {
    margin-top: -153px;
  }
  body .mb_lg_-153px, .block-editor__container .mb_lg_-153px {
    margin-bottom: -153px;
  }
  body .ml_lg_-153px, .block-editor__container .ml_lg_-153px {
    margin-left: -153px;
  }
  body .mr_lg_-153px, .block-editor__container .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_153px, .block-editor__container .mt_lg_153px {
    margin-top: 153px;
  }
  body .mb_lg_153px, .block-editor__container .mb_lg_153px {
    margin-bottom: 153px;
  }
  body .ml_lg_153px, .block-editor__container .ml_lg_153px {
    margin-left: 153px;
  }
  body .mr_lg_153px, .block-editor__container .mr_lg_153px {
    margin-right: 153px;
  }
  body .mt_lg_-153px, .block-editor__container .mt_lg_-153px {
    margin-top: -153px;
  }
  body .mb_lg_-153px, .block-editor__container .mb_lg_-153px {
    margin-bottom: -153px;
  }
  body .ml_lg_-153px, .block-editor__container .ml_lg_-153px {
    margin-left: -153px;
  }
  body .mr_lg_-153px, .block-editor__container .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_153px, .block-editor__container .mt_lg_153px {
    margin-top: 153px;
  }
  body .mb_lg_153px, .block-editor__container .mb_lg_153px {
    margin-bottom: 153px;
  }
  body .ml_lg_153px, .block-editor__container .ml_lg_153px {
    margin-left: 153px;
  }
  body .mr_lg_153px, .block-editor__container .mr_lg_153px {
    margin-right: 153px;
  }
  body .mt_lg_-153px, .block-editor__container .mt_lg_-153px {
    margin-top: -153px;
  }
  body .mb_lg_-153px, .block-editor__container .mb_lg_-153px {
    margin-bottom: -153px;
  }
  body .ml_lg_-153px, .block-editor__container .ml_lg_-153px {
    margin-left: -153px;
  }
  body .mr_lg_-153px, .block-editor__container .mr_lg_-153px {
    margin-right: -153px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_154px, .block-editor__container .mt_lg_154px {
    margin-top: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_154px, .block-editor__container .mb_lg_154px {
    margin-bottom: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_154px, .block-editor__container .ml_lg_154px {
    margin-left: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_154px, .block-editor__container .mr_lg_154px {
    margin-right: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-154px, .block-editor__container .mt_lg_-154px {
    margin-top: -154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-154px, .block-editor__container .mb_lg_-154px {
    margin-bottom: -154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-154px, .block-editor__container .ml_lg_-154px {
    margin-left: -154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-154px, .block-editor__container .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_154px, .block-editor__container .mt_lg_154px {
    margin-top: 154px;
  }
  body .mb_lg_154px, .block-editor__container .mb_lg_154px {
    margin-bottom: 154px;
  }
  body .ml_lg_154px, .block-editor__container .ml_lg_154px {
    margin-left: 154px;
  }
  body .mr_lg_154px, .block-editor__container .mr_lg_154px {
    margin-right: 154px;
  }
  body .mt_lg_-154px, .block-editor__container .mt_lg_-154px {
    margin-top: -154px;
  }
  body .mb_lg_-154px, .block-editor__container .mb_lg_-154px {
    margin-bottom: -154px;
  }
  body .ml_lg_-154px, .block-editor__container .ml_lg_-154px {
    margin-left: -154px;
  }
  body .mr_lg_-154px, .block-editor__container .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_154px, .block-editor__container .mt_lg_154px {
    margin-top: 154px;
  }
  body .mb_lg_154px, .block-editor__container .mb_lg_154px {
    margin-bottom: 154px;
  }
  body .ml_lg_154px, .block-editor__container .ml_lg_154px {
    margin-left: 154px;
  }
  body .mr_lg_154px, .block-editor__container .mr_lg_154px {
    margin-right: 154px;
  }
  body .mt_lg_-154px, .block-editor__container .mt_lg_-154px {
    margin-top: -154px;
  }
  body .mb_lg_-154px, .block-editor__container .mb_lg_-154px {
    margin-bottom: -154px;
  }
  body .ml_lg_-154px, .block-editor__container .ml_lg_-154px {
    margin-left: -154px;
  }
  body .mr_lg_-154px, .block-editor__container .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_154px, .block-editor__container .mt_lg_154px {
    margin-top: 154px;
  }
  body .mb_lg_154px, .block-editor__container .mb_lg_154px {
    margin-bottom: 154px;
  }
  body .ml_lg_154px, .block-editor__container .ml_lg_154px {
    margin-left: 154px;
  }
  body .mr_lg_154px, .block-editor__container .mr_lg_154px {
    margin-right: 154px;
  }
  body .mt_lg_-154px, .block-editor__container .mt_lg_-154px {
    margin-top: -154px;
  }
  body .mb_lg_-154px, .block-editor__container .mb_lg_-154px {
    margin-bottom: -154px;
  }
  body .ml_lg_-154px, .block-editor__container .ml_lg_-154px {
    margin-left: -154px;
  }
  body .mr_lg_-154px, .block-editor__container .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_154px, .block-editor__container .mt_lg_154px {
    margin-top: 154px;
  }
  body .mb_lg_154px, .block-editor__container .mb_lg_154px {
    margin-bottom: 154px;
  }
  body .ml_lg_154px, .block-editor__container .ml_lg_154px {
    margin-left: 154px;
  }
  body .mr_lg_154px, .block-editor__container .mr_lg_154px {
    margin-right: 154px;
  }
  body .mt_lg_-154px, .block-editor__container .mt_lg_-154px {
    margin-top: -154px;
  }
  body .mb_lg_-154px, .block-editor__container .mb_lg_-154px {
    margin-bottom: -154px;
  }
  body .ml_lg_-154px, .block-editor__container .ml_lg_-154px {
    margin-left: -154px;
  }
  body .mr_lg_-154px, .block-editor__container .mr_lg_-154px {
    margin-right: -154px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_155px, .block-editor__container .mt_lg_155px {
    margin-top: 155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_155px, .block-editor__container .mb_lg_155px {
    margin-bottom: 155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_155px, .block-editor__container .ml_lg_155px {
    margin-left: 155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_155px, .block-editor__container .mr_lg_155px {
    margin-right: 155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-155px, .block-editor__container .mt_lg_-155px {
    margin-top: -155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-155px, .block-editor__container .mb_lg_-155px {
    margin-bottom: -155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-155px, .block-editor__container .ml_lg_-155px {
    margin-left: -155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-155px, .block-editor__container .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_155px, .block-editor__container .mt_lg_155px {
    margin-top: 155px;
  }
  body .mb_lg_155px, .block-editor__container .mb_lg_155px {
    margin-bottom: 155px;
  }
  body .ml_lg_155px, .block-editor__container .ml_lg_155px {
    margin-left: 155px;
  }
  body .mr_lg_155px, .block-editor__container .mr_lg_155px {
    margin-right: 155px;
  }
  body .mt_lg_-155px, .block-editor__container .mt_lg_-155px {
    margin-top: -155px;
  }
  body .mb_lg_-155px, .block-editor__container .mb_lg_-155px {
    margin-bottom: -155px;
  }
  body .ml_lg_-155px, .block-editor__container .ml_lg_-155px {
    margin-left: -155px;
  }
  body .mr_lg_-155px, .block-editor__container .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_155px, .block-editor__container .mt_lg_155px {
    margin-top: 155px;
  }
  body .mb_lg_155px, .block-editor__container .mb_lg_155px {
    margin-bottom: 155px;
  }
  body .ml_lg_155px, .block-editor__container .ml_lg_155px {
    margin-left: 155px;
  }
  body .mr_lg_155px, .block-editor__container .mr_lg_155px {
    margin-right: 155px;
  }
  body .mt_lg_-155px, .block-editor__container .mt_lg_-155px {
    margin-top: -155px;
  }
  body .mb_lg_-155px, .block-editor__container .mb_lg_-155px {
    margin-bottom: -155px;
  }
  body .ml_lg_-155px, .block-editor__container .ml_lg_-155px {
    margin-left: -155px;
  }
  body .mr_lg_-155px, .block-editor__container .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_155px, .block-editor__container .mt_lg_155px {
    margin-top: 155px;
  }
  body .mb_lg_155px, .block-editor__container .mb_lg_155px {
    margin-bottom: 155px;
  }
  body .ml_lg_155px, .block-editor__container .ml_lg_155px {
    margin-left: 155px;
  }
  body .mr_lg_155px, .block-editor__container .mr_lg_155px {
    margin-right: 155px;
  }
  body .mt_lg_-155px, .block-editor__container .mt_lg_-155px {
    margin-top: -155px;
  }
  body .mb_lg_-155px, .block-editor__container .mb_lg_-155px {
    margin-bottom: -155px;
  }
  body .ml_lg_-155px, .block-editor__container .ml_lg_-155px {
    margin-left: -155px;
  }
  body .mr_lg_-155px, .block-editor__container .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_155px, .block-editor__container .mt_lg_155px {
    margin-top: 155px;
  }
  body .mb_lg_155px, .block-editor__container .mb_lg_155px {
    margin-bottom: 155px;
  }
  body .ml_lg_155px, .block-editor__container .ml_lg_155px {
    margin-left: 155px;
  }
  body .mr_lg_155px, .block-editor__container .mr_lg_155px {
    margin-right: 155px;
  }
  body .mt_lg_-155px, .block-editor__container .mt_lg_-155px {
    margin-top: -155px;
  }
  body .mb_lg_-155px, .block-editor__container .mb_lg_-155px {
    margin-bottom: -155px;
  }
  body .ml_lg_-155px, .block-editor__container .ml_lg_-155px {
    margin-left: -155px;
  }
  body .mr_lg_-155px, .block-editor__container .mr_lg_-155px {
    margin-right: -155px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_156px, .block-editor__container .mt_lg_156px {
    margin-top: 156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_156px, .block-editor__container .mb_lg_156px {
    margin-bottom: 156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_156px, .block-editor__container .ml_lg_156px {
    margin-left: 156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_156px, .block-editor__container .mr_lg_156px {
    margin-right: 156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-156px, .block-editor__container .mt_lg_-156px {
    margin-top: -156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-156px, .block-editor__container .mb_lg_-156px {
    margin-bottom: -156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-156px, .block-editor__container .ml_lg_-156px {
    margin-left: -156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-156px, .block-editor__container .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_156px, .block-editor__container .mt_lg_156px {
    margin-top: 156px;
  }
  body .mb_lg_156px, .block-editor__container .mb_lg_156px {
    margin-bottom: 156px;
  }
  body .ml_lg_156px, .block-editor__container .ml_lg_156px {
    margin-left: 156px;
  }
  body .mr_lg_156px, .block-editor__container .mr_lg_156px {
    margin-right: 156px;
  }
  body .mt_lg_-156px, .block-editor__container .mt_lg_-156px {
    margin-top: -156px;
  }
  body .mb_lg_-156px, .block-editor__container .mb_lg_-156px {
    margin-bottom: -156px;
  }
  body .ml_lg_-156px, .block-editor__container .ml_lg_-156px {
    margin-left: -156px;
  }
  body .mr_lg_-156px, .block-editor__container .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_156px, .block-editor__container .mt_lg_156px {
    margin-top: 156px;
  }
  body .mb_lg_156px, .block-editor__container .mb_lg_156px {
    margin-bottom: 156px;
  }
  body .ml_lg_156px, .block-editor__container .ml_lg_156px {
    margin-left: 156px;
  }
  body .mr_lg_156px, .block-editor__container .mr_lg_156px {
    margin-right: 156px;
  }
  body .mt_lg_-156px, .block-editor__container .mt_lg_-156px {
    margin-top: -156px;
  }
  body .mb_lg_-156px, .block-editor__container .mb_lg_-156px {
    margin-bottom: -156px;
  }
  body .ml_lg_-156px, .block-editor__container .ml_lg_-156px {
    margin-left: -156px;
  }
  body .mr_lg_-156px, .block-editor__container .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_156px, .block-editor__container .mt_lg_156px {
    margin-top: 156px;
  }
  body .mb_lg_156px, .block-editor__container .mb_lg_156px {
    margin-bottom: 156px;
  }
  body .ml_lg_156px, .block-editor__container .ml_lg_156px {
    margin-left: 156px;
  }
  body .mr_lg_156px, .block-editor__container .mr_lg_156px {
    margin-right: 156px;
  }
  body .mt_lg_-156px, .block-editor__container .mt_lg_-156px {
    margin-top: -156px;
  }
  body .mb_lg_-156px, .block-editor__container .mb_lg_-156px {
    margin-bottom: -156px;
  }
  body .ml_lg_-156px, .block-editor__container .ml_lg_-156px {
    margin-left: -156px;
  }
  body .mr_lg_-156px, .block-editor__container .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_156px, .block-editor__container .mt_lg_156px {
    margin-top: 156px;
  }
  body .mb_lg_156px, .block-editor__container .mb_lg_156px {
    margin-bottom: 156px;
  }
  body .ml_lg_156px, .block-editor__container .ml_lg_156px {
    margin-left: 156px;
  }
  body .mr_lg_156px, .block-editor__container .mr_lg_156px {
    margin-right: 156px;
  }
  body .mt_lg_-156px, .block-editor__container .mt_lg_-156px {
    margin-top: -156px;
  }
  body .mb_lg_-156px, .block-editor__container .mb_lg_-156px {
    margin-bottom: -156px;
  }
  body .ml_lg_-156px, .block-editor__container .ml_lg_-156px {
    margin-left: -156px;
  }
  body .mr_lg_-156px, .block-editor__container .mr_lg_-156px {
    margin-right: -156px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_157px, .block-editor__container .mt_lg_157px {
    margin-top: 157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_157px, .block-editor__container .mb_lg_157px {
    margin-bottom: 157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_157px, .block-editor__container .ml_lg_157px {
    margin-left: 157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_157px, .block-editor__container .mr_lg_157px {
    margin-right: 157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-157px, .block-editor__container .mt_lg_-157px {
    margin-top: -157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-157px, .block-editor__container .mb_lg_-157px {
    margin-bottom: -157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-157px, .block-editor__container .ml_lg_-157px {
    margin-left: -157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-157px, .block-editor__container .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_157px, .block-editor__container .mt_lg_157px {
    margin-top: 157px;
  }
  body .mb_lg_157px, .block-editor__container .mb_lg_157px {
    margin-bottom: 157px;
  }
  body .ml_lg_157px, .block-editor__container .ml_lg_157px {
    margin-left: 157px;
  }
  body .mr_lg_157px, .block-editor__container .mr_lg_157px {
    margin-right: 157px;
  }
  body .mt_lg_-157px, .block-editor__container .mt_lg_-157px {
    margin-top: -157px;
  }
  body .mb_lg_-157px, .block-editor__container .mb_lg_-157px {
    margin-bottom: -157px;
  }
  body .ml_lg_-157px, .block-editor__container .ml_lg_-157px {
    margin-left: -157px;
  }
  body .mr_lg_-157px, .block-editor__container .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_157px, .block-editor__container .mt_lg_157px {
    margin-top: 157px;
  }
  body .mb_lg_157px, .block-editor__container .mb_lg_157px {
    margin-bottom: 157px;
  }
  body .ml_lg_157px, .block-editor__container .ml_lg_157px {
    margin-left: 157px;
  }
  body .mr_lg_157px, .block-editor__container .mr_lg_157px {
    margin-right: 157px;
  }
  body .mt_lg_-157px, .block-editor__container .mt_lg_-157px {
    margin-top: -157px;
  }
  body .mb_lg_-157px, .block-editor__container .mb_lg_-157px {
    margin-bottom: -157px;
  }
  body .ml_lg_-157px, .block-editor__container .ml_lg_-157px {
    margin-left: -157px;
  }
  body .mr_lg_-157px, .block-editor__container .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_157px, .block-editor__container .mt_lg_157px {
    margin-top: 157px;
  }
  body .mb_lg_157px, .block-editor__container .mb_lg_157px {
    margin-bottom: 157px;
  }
  body .ml_lg_157px, .block-editor__container .ml_lg_157px {
    margin-left: 157px;
  }
  body .mr_lg_157px, .block-editor__container .mr_lg_157px {
    margin-right: 157px;
  }
  body .mt_lg_-157px, .block-editor__container .mt_lg_-157px {
    margin-top: -157px;
  }
  body .mb_lg_-157px, .block-editor__container .mb_lg_-157px {
    margin-bottom: -157px;
  }
  body .ml_lg_-157px, .block-editor__container .ml_lg_-157px {
    margin-left: -157px;
  }
  body .mr_lg_-157px, .block-editor__container .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_157px, .block-editor__container .mt_lg_157px {
    margin-top: 157px;
  }
  body .mb_lg_157px, .block-editor__container .mb_lg_157px {
    margin-bottom: 157px;
  }
  body .ml_lg_157px, .block-editor__container .ml_lg_157px {
    margin-left: 157px;
  }
  body .mr_lg_157px, .block-editor__container .mr_lg_157px {
    margin-right: 157px;
  }
  body .mt_lg_-157px, .block-editor__container .mt_lg_-157px {
    margin-top: -157px;
  }
  body .mb_lg_-157px, .block-editor__container .mb_lg_-157px {
    margin-bottom: -157px;
  }
  body .ml_lg_-157px, .block-editor__container .ml_lg_-157px {
    margin-left: -157px;
  }
  body .mr_lg_-157px, .block-editor__container .mr_lg_-157px {
    margin-right: -157px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_158px, .block-editor__container .mt_lg_158px {
    margin-top: 158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_158px, .block-editor__container .mb_lg_158px {
    margin-bottom: 158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_158px, .block-editor__container .ml_lg_158px {
    margin-left: 158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_158px, .block-editor__container .mr_lg_158px {
    margin-right: 158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-158px, .block-editor__container .mt_lg_-158px {
    margin-top: -158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-158px, .block-editor__container .mb_lg_-158px {
    margin-bottom: -158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-158px, .block-editor__container .ml_lg_-158px {
    margin-left: -158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-158px, .block-editor__container .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_158px, .block-editor__container .mt_lg_158px {
    margin-top: 158px;
  }
  body .mb_lg_158px, .block-editor__container .mb_lg_158px {
    margin-bottom: 158px;
  }
  body .ml_lg_158px, .block-editor__container .ml_lg_158px {
    margin-left: 158px;
  }
  body .mr_lg_158px, .block-editor__container .mr_lg_158px {
    margin-right: 158px;
  }
  body .mt_lg_-158px, .block-editor__container .mt_lg_-158px {
    margin-top: -158px;
  }
  body .mb_lg_-158px, .block-editor__container .mb_lg_-158px {
    margin-bottom: -158px;
  }
  body .ml_lg_-158px, .block-editor__container .ml_lg_-158px {
    margin-left: -158px;
  }
  body .mr_lg_-158px, .block-editor__container .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_158px, .block-editor__container .mt_lg_158px {
    margin-top: 158px;
  }
  body .mb_lg_158px, .block-editor__container .mb_lg_158px {
    margin-bottom: 158px;
  }
  body .ml_lg_158px, .block-editor__container .ml_lg_158px {
    margin-left: 158px;
  }
  body .mr_lg_158px, .block-editor__container .mr_lg_158px {
    margin-right: 158px;
  }
  body .mt_lg_-158px, .block-editor__container .mt_lg_-158px {
    margin-top: -158px;
  }
  body .mb_lg_-158px, .block-editor__container .mb_lg_-158px {
    margin-bottom: -158px;
  }
  body .ml_lg_-158px, .block-editor__container .ml_lg_-158px {
    margin-left: -158px;
  }
  body .mr_lg_-158px, .block-editor__container .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_158px, .block-editor__container .mt_lg_158px {
    margin-top: 158px;
  }
  body .mb_lg_158px, .block-editor__container .mb_lg_158px {
    margin-bottom: 158px;
  }
  body .ml_lg_158px, .block-editor__container .ml_lg_158px {
    margin-left: 158px;
  }
  body .mr_lg_158px, .block-editor__container .mr_lg_158px {
    margin-right: 158px;
  }
  body .mt_lg_-158px, .block-editor__container .mt_lg_-158px {
    margin-top: -158px;
  }
  body .mb_lg_-158px, .block-editor__container .mb_lg_-158px {
    margin-bottom: -158px;
  }
  body .ml_lg_-158px, .block-editor__container .ml_lg_-158px {
    margin-left: -158px;
  }
  body .mr_lg_-158px, .block-editor__container .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_158px, .block-editor__container .mt_lg_158px {
    margin-top: 158px;
  }
  body .mb_lg_158px, .block-editor__container .mb_lg_158px {
    margin-bottom: 158px;
  }
  body .ml_lg_158px, .block-editor__container .ml_lg_158px {
    margin-left: 158px;
  }
  body .mr_lg_158px, .block-editor__container .mr_lg_158px {
    margin-right: 158px;
  }
  body .mt_lg_-158px, .block-editor__container .mt_lg_-158px {
    margin-top: -158px;
  }
  body .mb_lg_-158px, .block-editor__container .mb_lg_-158px {
    margin-bottom: -158px;
  }
  body .ml_lg_-158px, .block-editor__container .ml_lg_-158px {
    margin-left: -158px;
  }
  body .mr_lg_-158px, .block-editor__container .mr_lg_-158px {
    margin-right: -158px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_159px, .block-editor__container .mt_lg_159px {
    margin-top: 159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_159px, .block-editor__container .mb_lg_159px {
    margin-bottom: 159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_159px, .block-editor__container .ml_lg_159px {
    margin-left: 159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_159px, .block-editor__container .mr_lg_159px {
    margin-right: 159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-159px, .block-editor__container .mt_lg_-159px {
    margin-top: -159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-159px, .block-editor__container .mb_lg_-159px {
    margin-bottom: -159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-159px, .block-editor__container .ml_lg_-159px {
    margin-left: -159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-159px, .block-editor__container .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_159px, .block-editor__container .mt_lg_159px {
    margin-top: 159px;
  }
  body .mb_lg_159px, .block-editor__container .mb_lg_159px {
    margin-bottom: 159px;
  }
  body .ml_lg_159px, .block-editor__container .ml_lg_159px {
    margin-left: 159px;
  }
  body .mr_lg_159px, .block-editor__container .mr_lg_159px {
    margin-right: 159px;
  }
  body .mt_lg_-159px, .block-editor__container .mt_lg_-159px {
    margin-top: -159px;
  }
  body .mb_lg_-159px, .block-editor__container .mb_lg_-159px {
    margin-bottom: -159px;
  }
  body .ml_lg_-159px, .block-editor__container .ml_lg_-159px {
    margin-left: -159px;
  }
  body .mr_lg_-159px, .block-editor__container .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_159px, .block-editor__container .mt_lg_159px {
    margin-top: 159px;
  }
  body .mb_lg_159px, .block-editor__container .mb_lg_159px {
    margin-bottom: 159px;
  }
  body .ml_lg_159px, .block-editor__container .ml_lg_159px {
    margin-left: 159px;
  }
  body .mr_lg_159px, .block-editor__container .mr_lg_159px {
    margin-right: 159px;
  }
  body .mt_lg_-159px, .block-editor__container .mt_lg_-159px {
    margin-top: -159px;
  }
  body .mb_lg_-159px, .block-editor__container .mb_lg_-159px {
    margin-bottom: -159px;
  }
  body .ml_lg_-159px, .block-editor__container .ml_lg_-159px {
    margin-left: -159px;
  }
  body .mr_lg_-159px, .block-editor__container .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_159px, .block-editor__container .mt_lg_159px {
    margin-top: 159px;
  }
  body .mb_lg_159px, .block-editor__container .mb_lg_159px {
    margin-bottom: 159px;
  }
  body .ml_lg_159px, .block-editor__container .ml_lg_159px {
    margin-left: 159px;
  }
  body .mr_lg_159px, .block-editor__container .mr_lg_159px {
    margin-right: 159px;
  }
  body .mt_lg_-159px, .block-editor__container .mt_lg_-159px {
    margin-top: -159px;
  }
  body .mb_lg_-159px, .block-editor__container .mb_lg_-159px {
    margin-bottom: -159px;
  }
  body .ml_lg_-159px, .block-editor__container .ml_lg_-159px {
    margin-left: -159px;
  }
  body .mr_lg_-159px, .block-editor__container .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_159px, .block-editor__container .mt_lg_159px {
    margin-top: 159px;
  }
  body .mb_lg_159px, .block-editor__container .mb_lg_159px {
    margin-bottom: 159px;
  }
  body .ml_lg_159px, .block-editor__container .ml_lg_159px {
    margin-left: 159px;
  }
  body .mr_lg_159px, .block-editor__container .mr_lg_159px {
    margin-right: 159px;
  }
  body .mt_lg_-159px, .block-editor__container .mt_lg_-159px {
    margin-top: -159px;
  }
  body .mb_lg_-159px, .block-editor__container .mb_lg_-159px {
    margin-bottom: -159px;
  }
  body .ml_lg_-159px, .block-editor__container .ml_lg_-159px {
    margin-left: -159px;
  }
  body .mr_lg_-159px, .block-editor__container .mr_lg_-159px {
    margin-right: -159px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_160px, .block-editor__container .mt_lg_160px {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_160px, .block-editor__container .mb_lg_160px {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_160px, .block-editor__container .ml_lg_160px {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_160px, .block-editor__container .mr_lg_160px {
    margin-right: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-160px, .block-editor__container .mt_lg_-160px {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-160px, .block-editor__container .mb_lg_-160px {
    margin-bottom: -160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-160px, .block-editor__container .ml_lg_-160px {
    margin-left: -160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-160px, .block-editor__container .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_160px, .block-editor__container .mt_lg_160px {
    margin-top: 160px;
  }
  body .mb_lg_160px, .block-editor__container .mb_lg_160px {
    margin-bottom: 160px;
  }
  body .ml_lg_160px, .block-editor__container .ml_lg_160px {
    margin-left: 160px;
  }
  body .mr_lg_160px, .block-editor__container .mr_lg_160px {
    margin-right: 160px;
  }
  body .mt_lg_-160px, .block-editor__container .mt_lg_-160px {
    margin-top: -160px;
  }
  body .mb_lg_-160px, .block-editor__container .mb_lg_-160px {
    margin-bottom: -160px;
  }
  body .ml_lg_-160px, .block-editor__container .ml_lg_-160px {
    margin-left: -160px;
  }
  body .mr_lg_-160px, .block-editor__container .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_160px, .block-editor__container .mt_lg_160px {
    margin-top: 160px;
  }
  body .mb_lg_160px, .block-editor__container .mb_lg_160px {
    margin-bottom: 160px;
  }
  body .ml_lg_160px, .block-editor__container .ml_lg_160px {
    margin-left: 160px;
  }
  body .mr_lg_160px, .block-editor__container .mr_lg_160px {
    margin-right: 160px;
  }
  body .mt_lg_-160px, .block-editor__container .mt_lg_-160px {
    margin-top: -160px;
  }
  body .mb_lg_-160px, .block-editor__container .mb_lg_-160px {
    margin-bottom: -160px;
  }
  body .ml_lg_-160px, .block-editor__container .ml_lg_-160px {
    margin-left: -160px;
  }
  body .mr_lg_-160px, .block-editor__container .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_160px, .block-editor__container .mt_lg_160px {
    margin-top: 160px;
  }
  body .mb_lg_160px, .block-editor__container .mb_lg_160px {
    margin-bottom: 160px;
  }
  body .ml_lg_160px, .block-editor__container .ml_lg_160px {
    margin-left: 160px;
  }
  body .mr_lg_160px, .block-editor__container .mr_lg_160px {
    margin-right: 160px;
  }
  body .mt_lg_-160px, .block-editor__container .mt_lg_-160px {
    margin-top: -160px;
  }
  body .mb_lg_-160px, .block-editor__container .mb_lg_-160px {
    margin-bottom: -160px;
  }
  body .ml_lg_-160px, .block-editor__container .ml_lg_-160px {
    margin-left: -160px;
  }
  body .mr_lg_-160px, .block-editor__container .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_160px, .block-editor__container .mt_lg_160px {
    margin-top: 160px;
  }
  body .mb_lg_160px, .block-editor__container .mb_lg_160px {
    margin-bottom: 160px;
  }
  body .ml_lg_160px, .block-editor__container .ml_lg_160px {
    margin-left: 160px;
  }
  body .mr_lg_160px, .block-editor__container .mr_lg_160px {
    margin-right: 160px;
  }
  body .mt_lg_-160px, .block-editor__container .mt_lg_-160px {
    margin-top: -160px;
  }
  body .mb_lg_-160px, .block-editor__container .mb_lg_-160px {
    margin-bottom: -160px;
  }
  body .ml_lg_-160px, .block-editor__container .ml_lg_-160px {
    margin-left: -160px;
  }
  body .mr_lg_-160px, .block-editor__container .mr_lg_-160px {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_161px, .block-editor__container .mt_lg_161px {
    margin-top: 161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_161px, .block-editor__container .mb_lg_161px {
    margin-bottom: 161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_161px, .block-editor__container .ml_lg_161px {
    margin-left: 161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_161px, .block-editor__container .mr_lg_161px {
    margin-right: 161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-161px, .block-editor__container .mt_lg_-161px {
    margin-top: -161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-161px, .block-editor__container .mb_lg_-161px {
    margin-bottom: -161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-161px, .block-editor__container .ml_lg_-161px {
    margin-left: -161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-161px, .block-editor__container .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_161px, .block-editor__container .mt_lg_161px {
    margin-top: 161px;
  }
  body .mb_lg_161px, .block-editor__container .mb_lg_161px {
    margin-bottom: 161px;
  }
  body .ml_lg_161px, .block-editor__container .ml_lg_161px {
    margin-left: 161px;
  }
  body .mr_lg_161px, .block-editor__container .mr_lg_161px {
    margin-right: 161px;
  }
  body .mt_lg_-161px, .block-editor__container .mt_lg_-161px {
    margin-top: -161px;
  }
  body .mb_lg_-161px, .block-editor__container .mb_lg_-161px {
    margin-bottom: -161px;
  }
  body .ml_lg_-161px, .block-editor__container .ml_lg_-161px {
    margin-left: -161px;
  }
  body .mr_lg_-161px, .block-editor__container .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_161px, .block-editor__container .mt_lg_161px {
    margin-top: 161px;
  }
  body .mb_lg_161px, .block-editor__container .mb_lg_161px {
    margin-bottom: 161px;
  }
  body .ml_lg_161px, .block-editor__container .ml_lg_161px {
    margin-left: 161px;
  }
  body .mr_lg_161px, .block-editor__container .mr_lg_161px {
    margin-right: 161px;
  }
  body .mt_lg_-161px, .block-editor__container .mt_lg_-161px {
    margin-top: -161px;
  }
  body .mb_lg_-161px, .block-editor__container .mb_lg_-161px {
    margin-bottom: -161px;
  }
  body .ml_lg_-161px, .block-editor__container .ml_lg_-161px {
    margin-left: -161px;
  }
  body .mr_lg_-161px, .block-editor__container .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_161px, .block-editor__container .mt_lg_161px {
    margin-top: 161px;
  }
  body .mb_lg_161px, .block-editor__container .mb_lg_161px {
    margin-bottom: 161px;
  }
  body .ml_lg_161px, .block-editor__container .ml_lg_161px {
    margin-left: 161px;
  }
  body .mr_lg_161px, .block-editor__container .mr_lg_161px {
    margin-right: 161px;
  }
  body .mt_lg_-161px, .block-editor__container .mt_lg_-161px {
    margin-top: -161px;
  }
  body .mb_lg_-161px, .block-editor__container .mb_lg_-161px {
    margin-bottom: -161px;
  }
  body .ml_lg_-161px, .block-editor__container .ml_lg_-161px {
    margin-left: -161px;
  }
  body .mr_lg_-161px, .block-editor__container .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_161px, .block-editor__container .mt_lg_161px {
    margin-top: 161px;
  }
  body .mb_lg_161px, .block-editor__container .mb_lg_161px {
    margin-bottom: 161px;
  }
  body .ml_lg_161px, .block-editor__container .ml_lg_161px {
    margin-left: 161px;
  }
  body .mr_lg_161px, .block-editor__container .mr_lg_161px {
    margin-right: 161px;
  }
  body .mt_lg_-161px, .block-editor__container .mt_lg_-161px {
    margin-top: -161px;
  }
  body .mb_lg_-161px, .block-editor__container .mb_lg_-161px {
    margin-bottom: -161px;
  }
  body .ml_lg_-161px, .block-editor__container .ml_lg_-161px {
    margin-left: -161px;
  }
  body .mr_lg_-161px, .block-editor__container .mr_lg_-161px {
    margin-right: -161px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_162px, .block-editor__container .mt_lg_162px {
    margin-top: 162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_162px, .block-editor__container .mb_lg_162px {
    margin-bottom: 162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_162px, .block-editor__container .ml_lg_162px {
    margin-left: 162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_162px, .block-editor__container .mr_lg_162px {
    margin-right: 162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-162px, .block-editor__container .mt_lg_-162px {
    margin-top: -162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-162px, .block-editor__container .mb_lg_-162px {
    margin-bottom: -162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-162px, .block-editor__container .ml_lg_-162px {
    margin-left: -162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-162px, .block-editor__container .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_162px, .block-editor__container .mt_lg_162px {
    margin-top: 162px;
  }
  body .mb_lg_162px, .block-editor__container .mb_lg_162px {
    margin-bottom: 162px;
  }
  body .ml_lg_162px, .block-editor__container .ml_lg_162px {
    margin-left: 162px;
  }
  body .mr_lg_162px, .block-editor__container .mr_lg_162px {
    margin-right: 162px;
  }
  body .mt_lg_-162px, .block-editor__container .mt_lg_-162px {
    margin-top: -162px;
  }
  body .mb_lg_-162px, .block-editor__container .mb_lg_-162px {
    margin-bottom: -162px;
  }
  body .ml_lg_-162px, .block-editor__container .ml_lg_-162px {
    margin-left: -162px;
  }
  body .mr_lg_-162px, .block-editor__container .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_162px, .block-editor__container .mt_lg_162px {
    margin-top: 162px;
  }
  body .mb_lg_162px, .block-editor__container .mb_lg_162px {
    margin-bottom: 162px;
  }
  body .ml_lg_162px, .block-editor__container .ml_lg_162px {
    margin-left: 162px;
  }
  body .mr_lg_162px, .block-editor__container .mr_lg_162px {
    margin-right: 162px;
  }
  body .mt_lg_-162px, .block-editor__container .mt_lg_-162px {
    margin-top: -162px;
  }
  body .mb_lg_-162px, .block-editor__container .mb_lg_-162px {
    margin-bottom: -162px;
  }
  body .ml_lg_-162px, .block-editor__container .ml_lg_-162px {
    margin-left: -162px;
  }
  body .mr_lg_-162px, .block-editor__container .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_162px, .block-editor__container .mt_lg_162px {
    margin-top: 162px;
  }
  body .mb_lg_162px, .block-editor__container .mb_lg_162px {
    margin-bottom: 162px;
  }
  body .ml_lg_162px, .block-editor__container .ml_lg_162px {
    margin-left: 162px;
  }
  body .mr_lg_162px, .block-editor__container .mr_lg_162px {
    margin-right: 162px;
  }
  body .mt_lg_-162px, .block-editor__container .mt_lg_-162px {
    margin-top: -162px;
  }
  body .mb_lg_-162px, .block-editor__container .mb_lg_-162px {
    margin-bottom: -162px;
  }
  body .ml_lg_-162px, .block-editor__container .ml_lg_-162px {
    margin-left: -162px;
  }
  body .mr_lg_-162px, .block-editor__container .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_162px, .block-editor__container .mt_lg_162px {
    margin-top: 162px;
  }
  body .mb_lg_162px, .block-editor__container .mb_lg_162px {
    margin-bottom: 162px;
  }
  body .ml_lg_162px, .block-editor__container .ml_lg_162px {
    margin-left: 162px;
  }
  body .mr_lg_162px, .block-editor__container .mr_lg_162px {
    margin-right: 162px;
  }
  body .mt_lg_-162px, .block-editor__container .mt_lg_-162px {
    margin-top: -162px;
  }
  body .mb_lg_-162px, .block-editor__container .mb_lg_-162px {
    margin-bottom: -162px;
  }
  body .ml_lg_-162px, .block-editor__container .ml_lg_-162px {
    margin-left: -162px;
  }
  body .mr_lg_-162px, .block-editor__container .mr_lg_-162px {
    margin-right: -162px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_163px, .block-editor__container .mt_lg_163px {
    margin-top: 163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_163px, .block-editor__container .mb_lg_163px {
    margin-bottom: 163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_163px, .block-editor__container .ml_lg_163px {
    margin-left: 163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_163px, .block-editor__container .mr_lg_163px {
    margin-right: 163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-163px, .block-editor__container .mt_lg_-163px {
    margin-top: -163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-163px, .block-editor__container .mb_lg_-163px {
    margin-bottom: -163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-163px, .block-editor__container .ml_lg_-163px {
    margin-left: -163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-163px, .block-editor__container .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_163px, .block-editor__container .mt_lg_163px {
    margin-top: 163px;
  }
  body .mb_lg_163px, .block-editor__container .mb_lg_163px {
    margin-bottom: 163px;
  }
  body .ml_lg_163px, .block-editor__container .ml_lg_163px {
    margin-left: 163px;
  }
  body .mr_lg_163px, .block-editor__container .mr_lg_163px {
    margin-right: 163px;
  }
  body .mt_lg_-163px, .block-editor__container .mt_lg_-163px {
    margin-top: -163px;
  }
  body .mb_lg_-163px, .block-editor__container .mb_lg_-163px {
    margin-bottom: -163px;
  }
  body .ml_lg_-163px, .block-editor__container .ml_lg_-163px {
    margin-left: -163px;
  }
  body .mr_lg_-163px, .block-editor__container .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_163px, .block-editor__container .mt_lg_163px {
    margin-top: 163px;
  }
  body .mb_lg_163px, .block-editor__container .mb_lg_163px {
    margin-bottom: 163px;
  }
  body .ml_lg_163px, .block-editor__container .ml_lg_163px {
    margin-left: 163px;
  }
  body .mr_lg_163px, .block-editor__container .mr_lg_163px {
    margin-right: 163px;
  }
  body .mt_lg_-163px, .block-editor__container .mt_lg_-163px {
    margin-top: -163px;
  }
  body .mb_lg_-163px, .block-editor__container .mb_lg_-163px {
    margin-bottom: -163px;
  }
  body .ml_lg_-163px, .block-editor__container .ml_lg_-163px {
    margin-left: -163px;
  }
  body .mr_lg_-163px, .block-editor__container .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_163px, .block-editor__container .mt_lg_163px {
    margin-top: 163px;
  }
  body .mb_lg_163px, .block-editor__container .mb_lg_163px {
    margin-bottom: 163px;
  }
  body .ml_lg_163px, .block-editor__container .ml_lg_163px {
    margin-left: 163px;
  }
  body .mr_lg_163px, .block-editor__container .mr_lg_163px {
    margin-right: 163px;
  }
  body .mt_lg_-163px, .block-editor__container .mt_lg_-163px {
    margin-top: -163px;
  }
  body .mb_lg_-163px, .block-editor__container .mb_lg_-163px {
    margin-bottom: -163px;
  }
  body .ml_lg_-163px, .block-editor__container .ml_lg_-163px {
    margin-left: -163px;
  }
  body .mr_lg_-163px, .block-editor__container .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_163px, .block-editor__container .mt_lg_163px {
    margin-top: 163px;
  }
  body .mb_lg_163px, .block-editor__container .mb_lg_163px {
    margin-bottom: 163px;
  }
  body .ml_lg_163px, .block-editor__container .ml_lg_163px {
    margin-left: 163px;
  }
  body .mr_lg_163px, .block-editor__container .mr_lg_163px {
    margin-right: 163px;
  }
  body .mt_lg_-163px, .block-editor__container .mt_lg_-163px {
    margin-top: -163px;
  }
  body .mb_lg_-163px, .block-editor__container .mb_lg_-163px {
    margin-bottom: -163px;
  }
  body .ml_lg_-163px, .block-editor__container .ml_lg_-163px {
    margin-left: -163px;
  }
  body .mr_lg_-163px, .block-editor__container .mr_lg_-163px {
    margin-right: -163px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_164px, .block-editor__container .mt_lg_164px {
    margin-top: 164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_164px, .block-editor__container .mb_lg_164px {
    margin-bottom: 164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_164px, .block-editor__container .ml_lg_164px {
    margin-left: 164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_164px, .block-editor__container .mr_lg_164px {
    margin-right: 164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-164px, .block-editor__container .mt_lg_-164px {
    margin-top: -164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-164px, .block-editor__container .mb_lg_-164px {
    margin-bottom: -164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-164px, .block-editor__container .ml_lg_-164px {
    margin-left: -164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-164px, .block-editor__container .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_164px, .block-editor__container .mt_lg_164px {
    margin-top: 164px;
  }
  body .mb_lg_164px, .block-editor__container .mb_lg_164px {
    margin-bottom: 164px;
  }
  body .ml_lg_164px, .block-editor__container .ml_lg_164px {
    margin-left: 164px;
  }
  body .mr_lg_164px, .block-editor__container .mr_lg_164px {
    margin-right: 164px;
  }
  body .mt_lg_-164px, .block-editor__container .mt_lg_-164px {
    margin-top: -164px;
  }
  body .mb_lg_-164px, .block-editor__container .mb_lg_-164px {
    margin-bottom: -164px;
  }
  body .ml_lg_-164px, .block-editor__container .ml_lg_-164px {
    margin-left: -164px;
  }
  body .mr_lg_-164px, .block-editor__container .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_164px, .block-editor__container .mt_lg_164px {
    margin-top: 164px;
  }
  body .mb_lg_164px, .block-editor__container .mb_lg_164px {
    margin-bottom: 164px;
  }
  body .ml_lg_164px, .block-editor__container .ml_lg_164px {
    margin-left: 164px;
  }
  body .mr_lg_164px, .block-editor__container .mr_lg_164px {
    margin-right: 164px;
  }
  body .mt_lg_-164px, .block-editor__container .mt_lg_-164px {
    margin-top: -164px;
  }
  body .mb_lg_-164px, .block-editor__container .mb_lg_-164px {
    margin-bottom: -164px;
  }
  body .ml_lg_-164px, .block-editor__container .ml_lg_-164px {
    margin-left: -164px;
  }
  body .mr_lg_-164px, .block-editor__container .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_164px, .block-editor__container .mt_lg_164px {
    margin-top: 164px;
  }
  body .mb_lg_164px, .block-editor__container .mb_lg_164px {
    margin-bottom: 164px;
  }
  body .ml_lg_164px, .block-editor__container .ml_lg_164px {
    margin-left: 164px;
  }
  body .mr_lg_164px, .block-editor__container .mr_lg_164px {
    margin-right: 164px;
  }
  body .mt_lg_-164px, .block-editor__container .mt_lg_-164px {
    margin-top: -164px;
  }
  body .mb_lg_-164px, .block-editor__container .mb_lg_-164px {
    margin-bottom: -164px;
  }
  body .ml_lg_-164px, .block-editor__container .ml_lg_-164px {
    margin-left: -164px;
  }
  body .mr_lg_-164px, .block-editor__container .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_164px, .block-editor__container .mt_lg_164px {
    margin-top: 164px;
  }
  body .mb_lg_164px, .block-editor__container .mb_lg_164px {
    margin-bottom: 164px;
  }
  body .ml_lg_164px, .block-editor__container .ml_lg_164px {
    margin-left: 164px;
  }
  body .mr_lg_164px, .block-editor__container .mr_lg_164px {
    margin-right: 164px;
  }
  body .mt_lg_-164px, .block-editor__container .mt_lg_-164px {
    margin-top: -164px;
  }
  body .mb_lg_-164px, .block-editor__container .mb_lg_-164px {
    margin-bottom: -164px;
  }
  body .ml_lg_-164px, .block-editor__container .ml_lg_-164px {
    margin-left: -164px;
  }
  body .mr_lg_-164px, .block-editor__container .mr_lg_-164px {
    margin-right: -164px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_165px, .block-editor__container .mt_lg_165px {
    margin-top: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_165px, .block-editor__container .mb_lg_165px {
    margin-bottom: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_165px, .block-editor__container .ml_lg_165px {
    margin-left: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_165px, .block-editor__container .mr_lg_165px {
    margin-right: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-165px, .block-editor__container .mt_lg_-165px {
    margin-top: -165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-165px, .block-editor__container .mb_lg_-165px {
    margin-bottom: -165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-165px, .block-editor__container .ml_lg_-165px {
    margin-left: -165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-165px, .block-editor__container .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_165px, .block-editor__container .mt_lg_165px {
    margin-top: 165px;
  }
  body .mb_lg_165px, .block-editor__container .mb_lg_165px {
    margin-bottom: 165px;
  }
  body .ml_lg_165px, .block-editor__container .ml_lg_165px {
    margin-left: 165px;
  }
  body .mr_lg_165px, .block-editor__container .mr_lg_165px {
    margin-right: 165px;
  }
  body .mt_lg_-165px, .block-editor__container .mt_lg_-165px {
    margin-top: -165px;
  }
  body .mb_lg_-165px, .block-editor__container .mb_lg_-165px {
    margin-bottom: -165px;
  }
  body .ml_lg_-165px, .block-editor__container .ml_lg_-165px {
    margin-left: -165px;
  }
  body .mr_lg_-165px, .block-editor__container .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_165px, .block-editor__container .mt_lg_165px {
    margin-top: 165px;
  }
  body .mb_lg_165px, .block-editor__container .mb_lg_165px {
    margin-bottom: 165px;
  }
  body .ml_lg_165px, .block-editor__container .ml_lg_165px {
    margin-left: 165px;
  }
  body .mr_lg_165px, .block-editor__container .mr_lg_165px {
    margin-right: 165px;
  }
  body .mt_lg_-165px, .block-editor__container .mt_lg_-165px {
    margin-top: -165px;
  }
  body .mb_lg_-165px, .block-editor__container .mb_lg_-165px {
    margin-bottom: -165px;
  }
  body .ml_lg_-165px, .block-editor__container .ml_lg_-165px {
    margin-left: -165px;
  }
  body .mr_lg_-165px, .block-editor__container .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_165px, .block-editor__container .mt_lg_165px {
    margin-top: 165px;
  }
  body .mb_lg_165px, .block-editor__container .mb_lg_165px {
    margin-bottom: 165px;
  }
  body .ml_lg_165px, .block-editor__container .ml_lg_165px {
    margin-left: 165px;
  }
  body .mr_lg_165px, .block-editor__container .mr_lg_165px {
    margin-right: 165px;
  }
  body .mt_lg_-165px, .block-editor__container .mt_lg_-165px {
    margin-top: -165px;
  }
  body .mb_lg_-165px, .block-editor__container .mb_lg_-165px {
    margin-bottom: -165px;
  }
  body .ml_lg_-165px, .block-editor__container .ml_lg_-165px {
    margin-left: -165px;
  }
  body .mr_lg_-165px, .block-editor__container .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_165px, .block-editor__container .mt_lg_165px {
    margin-top: 165px;
  }
  body .mb_lg_165px, .block-editor__container .mb_lg_165px {
    margin-bottom: 165px;
  }
  body .ml_lg_165px, .block-editor__container .ml_lg_165px {
    margin-left: 165px;
  }
  body .mr_lg_165px, .block-editor__container .mr_lg_165px {
    margin-right: 165px;
  }
  body .mt_lg_-165px, .block-editor__container .mt_lg_-165px {
    margin-top: -165px;
  }
  body .mb_lg_-165px, .block-editor__container .mb_lg_-165px {
    margin-bottom: -165px;
  }
  body .ml_lg_-165px, .block-editor__container .ml_lg_-165px {
    margin-left: -165px;
  }
  body .mr_lg_-165px, .block-editor__container .mr_lg_-165px {
    margin-right: -165px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_166px, .block-editor__container .mt_lg_166px {
    margin-top: 166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_166px, .block-editor__container .mb_lg_166px {
    margin-bottom: 166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_166px, .block-editor__container .ml_lg_166px {
    margin-left: 166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_166px, .block-editor__container .mr_lg_166px {
    margin-right: 166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-166px, .block-editor__container .mt_lg_-166px {
    margin-top: -166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-166px, .block-editor__container .mb_lg_-166px {
    margin-bottom: -166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-166px, .block-editor__container .ml_lg_-166px {
    margin-left: -166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-166px, .block-editor__container .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_166px, .block-editor__container .mt_lg_166px {
    margin-top: 166px;
  }
  body .mb_lg_166px, .block-editor__container .mb_lg_166px {
    margin-bottom: 166px;
  }
  body .ml_lg_166px, .block-editor__container .ml_lg_166px {
    margin-left: 166px;
  }
  body .mr_lg_166px, .block-editor__container .mr_lg_166px {
    margin-right: 166px;
  }
  body .mt_lg_-166px, .block-editor__container .mt_lg_-166px {
    margin-top: -166px;
  }
  body .mb_lg_-166px, .block-editor__container .mb_lg_-166px {
    margin-bottom: -166px;
  }
  body .ml_lg_-166px, .block-editor__container .ml_lg_-166px {
    margin-left: -166px;
  }
  body .mr_lg_-166px, .block-editor__container .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_166px, .block-editor__container .mt_lg_166px {
    margin-top: 166px;
  }
  body .mb_lg_166px, .block-editor__container .mb_lg_166px {
    margin-bottom: 166px;
  }
  body .ml_lg_166px, .block-editor__container .ml_lg_166px {
    margin-left: 166px;
  }
  body .mr_lg_166px, .block-editor__container .mr_lg_166px {
    margin-right: 166px;
  }
  body .mt_lg_-166px, .block-editor__container .mt_lg_-166px {
    margin-top: -166px;
  }
  body .mb_lg_-166px, .block-editor__container .mb_lg_-166px {
    margin-bottom: -166px;
  }
  body .ml_lg_-166px, .block-editor__container .ml_lg_-166px {
    margin-left: -166px;
  }
  body .mr_lg_-166px, .block-editor__container .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_166px, .block-editor__container .mt_lg_166px {
    margin-top: 166px;
  }
  body .mb_lg_166px, .block-editor__container .mb_lg_166px {
    margin-bottom: 166px;
  }
  body .ml_lg_166px, .block-editor__container .ml_lg_166px {
    margin-left: 166px;
  }
  body .mr_lg_166px, .block-editor__container .mr_lg_166px {
    margin-right: 166px;
  }
  body .mt_lg_-166px, .block-editor__container .mt_lg_-166px {
    margin-top: -166px;
  }
  body .mb_lg_-166px, .block-editor__container .mb_lg_-166px {
    margin-bottom: -166px;
  }
  body .ml_lg_-166px, .block-editor__container .ml_lg_-166px {
    margin-left: -166px;
  }
  body .mr_lg_-166px, .block-editor__container .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_166px, .block-editor__container .mt_lg_166px {
    margin-top: 166px;
  }
  body .mb_lg_166px, .block-editor__container .mb_lg_166px {
    margin-bottom: 166px;
  }
  body .ml_lg_166px, .block-editor__container .ml_lg_166px {
    margin-left: 166px;
  }
  body .mr_lg_166px, .block-editor__container .mr_lg_166px {
    margin-right: 166px;
  }
  body .mt_lg_-166px, .block-editor__container .mt_lg_-166px {
    margin-top: -166px;
  }
  body .mb_lg_-166px, .block-editor__container .mb_lg_-166px {
    margin-bottom: -166px;
  }
  body .ml_lg_-166px, .block-editor__container .ml_lg_-166px {
    margin-left: -166px;
  }
  body .mr_lg_-166px, .block-editor__container .mr_lg_-166px {
    margin-right: -166px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_167px, .block-editor__container .mt_lg_167px {
    margin-top: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_167px, .block-editor__container .mb_lg_167px {
    margin-bottom: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_167px, .block-editor__container .ml_lg_167px {
    margin-left: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_167px, .block-editor__container .mr_lg_167px {
    margin-right: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-167px, .block-editor__container .mt_lg_-167px {
    margin-top: -167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-167px, .block-editor__container .mb_lg_-167px {
    margin-bottom: -167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-167px, .block-editor__container .ml_lg_-167px {
    margin-left: -167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-167px, .block-editor__container .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_167px, .block-editor__container .mt_lg_167px {
    margin-top: 167px;
  }
  body .mb_lg_167px, .block-editor__container .mb_lg_167px {
    margin-bottom: 167px;
  }
  body .ml_lg_167px, .block-editor__container .ml_lg_167px {
    margin-left: 167px;
  }
  body .mr_lg_167px, .block-editor__container .mr_lg_167px {
    margin-right: 167px;
  }
  body .mt_lg_-167px, .block-editor__container .mt_lg_-167px {
    margin-top: -167px;
  }
  body .mb_lg_-167px, .block-editor__container .mb_lg_-167px {
    margin-bottom: -167px;
  }
  body .ml_lg_-167px, .block-editor__container .ml_lg_-167px {
    margin-left: -167px;
  }
  body .mr_lg_-167px, .block-editor__container .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_167px, .block-editor__container .mt_lg_167px {
    margin-top: 167px;
  }
  body .mb_lg_167px, .block-editor__container .mb_lg_167px {
    margin-bottom: 167px;
  }
  body .ml_lg_167px, .block-editor__container .ml_lg_167px {
    margin-left: 167px;
  }
  body .mr_lg_167px, .block-editor__container .mr_lg_167px {
    margin-right: 167px;
  }
  body .mt_lg_-167px, .block-editor__container .mt_lg_-167px {
    margin-top: -167px;
  }
  body .mb_lg_-167px, .block-editor__container .mb_lg_-167px {
    margin-bottom: -167px;
  }
  body .ml_lg_-167px, .block-editor__container .ml_lg_-167px {
    margin-left: -167px;
  }
  body .mr_lg_-167px, .block-editor__container .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_167px, .block-editor__container .mt_lg_167px {
    margin-top: 167px;
  }
  body .mb_lg_167px, .block-editor__container .mb_lg_167px {
    margin-bottom: 167px;
  }
  body .ml_lg_167px, .block-editor__container .ml_lg_167px {
    margin-left: 167px;
  }
  body .mr_lg_167px, .block-editor__container .mr_lg_167px {
    margin-right: 167px;
  }
  body .mt_lg_-167px, .block-editor__container .mt_lg_-167px {
    margin-top: -167px;
  }
  body .mb_lg_-167px, .block-editor__container .mb_lg_-167px {
    margin-bottom: -167px;
  }
  body .ml_lg_-167px, .block-editor__container .ml_lg_-167px {
    margin-left: -167px;
  }
  body .mr_lg_-167px, .block-editor__container .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_167px, .block-editor__container .mt_lg_167px {
    margin-top: 167px;
  }
  body .mb_lg_167px, .block-editor__container .mb_lg_167px {
    margin-bottom: 167px;
  }
  body .ml_lg_167px, .block-editor__container .ml_lg_167px {
    margin-left: 167px;
  }
  body .mr_lg_167px, .block-editor__container .mr_lg_167px {
    margin-right: 167px;
  }
  body .mt_lg_-167px, .block-editor__container .mt_lg_-167px {
    margin-top: -167px;
  }
  body .mb_lg_-167px, .block-editor__container .mb_lg_-167px {
    margin-bottom: -167px;
  }
  body .ml_lg_-167px, .block-editor__container .ml_lg_-167px {
    margin-left: -167px;
  }
  body .mr_lg_-167px, .block-editor__container .mr_lg_-167px {
    margin-right: -167px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_168px, .block-editor__container .mt_lg_168px {
    margin-top: 168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_168px, .block-editor__container .mb_lg_168px {
    margin-bottom: 168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_168px, .block-editor__container .ml_lg_168px {
    margin-left: 168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_168px, .block-editor__container .mr_lg_168px {
    margin-right: 168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-168px, .block-editor__container .mt_lg_-168px {
    margin-top: -168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-168px, .block-editor__container .mb_lg_-168px {
    margin-bottom: -168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-168px, .block-editor__container .ml_lg_-168px {
    margin-left: -168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-168px, .block-editor__container .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_168px, .block-editor__container .mt_lg_168px {
    margin-top: 168px;
  }
  body .mb_lg_168px, .block-editor__container .mb_lg_168px {
    margin-bottom: 168px;
  }
  body .ml_lg_168px, .block-editor__container .ml_lg_168px {
    margin-left: 168px;
  }
  body .mr_lg_168px, .block-editor__container .mr_lg_168px {
    margin-right: 168px;
  }
  body .mt_lg_-168px, .block-editor__container .mt_lg_-168px {
    margin-top: -168px;
  }
  body .mb_lg_-168px, .block-editor__container .mb_lg_-168px {
    margin-bottom: -168px;
  }
  body .ml_lg_-168px, .block-editor__container .ml_lg_-168px {
    margin-left: -168px;
  }
  body .mr_lg_-168px, .block-editor__container .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_168px, .block-editor__container .mt_lg_168px {
    margin-top: 168px;
  }
  body .mb_lg_168px, .block-editor__container .mb_lg_168px {
    margin-bottom: 168px;
  }
  body .ml_lg_168px, .block-editor__container .ml_lg_168px {
    margin-left: 168px;
  }
  body .mr_lg_168px, .block-editor__container .mr_lg_168px {
    margin-right: 168px;
  }
  body .mt_lg_-168px, .block-editor__container .mt_lg_-168px {
    margin-top: -168px;
  }
  body .mb_lg_-168px, .block-editor__container .mb_lg_-168px {
    margin-bottom: -168px;
  }
  body .ml_lg_-168px, .block-editor__container .ml_lg_-168px {
    margin-left: -168px;
  }
  body .mr_lg_-168px, .block-editor__container .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_168px, .block-editor__container .mt_lg_168px {
    margin-top: 168px;
  }
  body .mb_lg_168px, .block-editor__container .mb_lg_168px {
    margin-bottom: 168px;
  }
  body .ml_lg_168px, .block-editor__container .ml_lg_168px {
    margin-left: 168px;
  }
  body .mr_lg_168px, .block-editor__container .mr_lg_168px {
    margin-right: 168px;
  }
  body .mt_lg_-168px, .block-editor__container .mt_lg_-168px {
    margin-top: -168px;
  }
  body .mb_lg_-168px, .block-editor__container .mb_lg_-168px {
    margin-bottom: -168px;
  }
  body .ml_lg_-168px, .block-editor__container .ml_lg_-168px {
    margin-left: -168px;
  }
  body .mr_lg_-168px, .block-editor__container .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_168px, .block-editor__container .mt_lg_168px {
    margin-top: 168px;
  }
  body .mb_lg_168px, .block-editor__container .mb_lg_168px {
    margin-bottom: 168px;
  }
  body .ml_lg_168px, .block-editor__container .ml_lg_168px {
    margin-left: 168px;
  }
  body .mr_lg_168px, .block-editor__container .mr_lg_168px {
    margin-right: 168px;
  }
  body .mt_lg_-168px, .block-editor__container .mt_lg_-168px {
    margin-top: -168px;
  }
  body .mb_lg_-168px, .block-editor__container .mb_lg_-168px {
    margin-bottom: -168px;
  }
  body .ml_lg_-168px, .block-editor__container .ml_lg_-168px {
    margin-left: -168px;
  }
  body .mr_lg_-168px, .block-editor__container .mr_lg_-168px {
    margin-right: -168px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_169px, .block-editor__container .mt_lg_169px {
    margin-top: 169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_169px, .block-editor__container .mb_lg_169px {
    margin-bottom: 169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_169px, .block-editor__container .ml_lg_169px {
    margin-left: 169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_169px, .block-editor__container .mr_lg_169px {
    margin-right: 169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-169px, .block-editor__container .mt_lg_-169px {
    margin-top: -169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-169px, .block-editor__container .mb_lg_-169px {
    margin-bottom: -169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-169px, .block-editor__container .ml_lg_-169px {
    margin-left: -169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-169px, .block-editor__container .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_169px, .block-editor__container .mt_lg_169px {
    margin-top: 169px;
  }
  body .mb_lg_169px, .block-editor__container .mb_lg_169px {
    margin-bottom: 169px;
  }
  body .ml_lg_169px, .block-editor__container .ml_lg_169px {
    margin-left: 169px;
  }
  body .mr_lg_169px, .block-editor__container .mr_lg_169px {
    margin-right: 169px;
  }
  body .mt_lg_-169px, .block-editor__container .mt_lg_-169px {
    margin-top: -169px;
  }
  body .mb_lg_-169px, .block-editor__container .mb_lg_-169px {
    margin-bottom: -169px;
  }
  body .ml_lg_-169px, .block-editor__container .ml_lg_-169px {
    margin-left: -169px;
  }
  body .mr_lg_-169px, .block-editor__container .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_169px, .block-editor__container .mt_lg_169px {
    margin-top: 169px;
  }
  body .mb_lg_169px, .block-editor__container .mb_lg_169px {
    margin-bottom: 169px;
  }
  body .ml_lg_169px, .block-editor__container .ml_lg_169px {
    margin-left: 169px;
  }
  body .mr_lg_169px, .block-editor__container .mr_lg_169px {
    margin-right: 169px;
  }
  body .mt_lg_-169px, .block-editor__container .mt_lg_-169px {
    margin-top: -169px;
  }
  body .mb_lg_-169px, .block-editor__container .mb_lg_-169px {
    margin-bottom: -169px;
  }
  body .ml_lg_-169px, .block-editor__container .ml_lg_-169px {
    margin-left: -169px;
  }
  body .mr_lg_-169px, .block-editor__container .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_169px, .block-editor__container .mt_lg_169px {
    margin-top: 169px;
  }
  body .mb_lg_169px, .block-editor__container .mb_lg_169px {
    margin-bottom: 169px;
  }
  body .ml_lg_169px, .block-editor__container .ml_lg_169px {
    margin-left: 169px;
  }
  body .mr_lg_169px, .block-editor__container .mr_lg_169px {
    margin-right: 169px;
  }
  body .mt_lg_-169px, .block-editor__container .mt_lg_-169px {
    margin-top: -169px;
  }
  body .mb_lg_-169px, .block-editor__container .mb_lg_-169px {
    margin-bottom: -169px;
  }
  body .ml_lg_-169px, .block-editor__container .ml_lg_-169px {
    margin-left: -169px;
  }
  body .mr_lg_-169px, .block-editor__container .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_169px, .block-editor__container .mt_lg_169px {
    margin-top: 169px;
  }
  body .mb_lg_169px, .block-editor__container .mb_lg_169px {
    margin-bottom: 169px;
  }
  body .ml_lg_169px, .block-editor__container .ml_lg_169px {
    margin-left: 169px;
  }
  body .mr_lg_169px, .block-editor__container .mr_lg_169px {
    margin-right: 169px;
  }
  body .mt_lg_-169px, .block-editor__container .mt_lg_-169px {
    margin-top: -169px;
  }
  body .mb_lg_-169px, .block-editor__container .mb_lg_-169px {
    margin-bottom: -169px;
  }
  body .ml_lg_-169px, .block-editor__container .ml_lg_-169px {
    margin-left: -169px;
  }
  body .mr_lg_-169px, .block-editor__container .mr_lg_-169px {
    margin-right: -169px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_170px, .block-editor__container .mt_lg_170px {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_170px, .block-editor__container .mb_lg_170px {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_170px, .block-editor__container .ml_lg_170px {
    margin-left: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_170px, .block-editor__container .mr_lg_170px {
    margin-right: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-170px, .block-editor__container .mt_lg_-170px {
    margin-top: -170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-170px, .block-editor__container .mb_lg_-170px {
    margin-bottom: -170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-170px, .block-editor__container .ml_lg_-170px {
    margin-left: -170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-170px, .block-editor__container .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_170px, .block-editor__container .mt_lg_170px {
    margin-top: 170px;
  }
  body .mb_lg_170px, .block-editor__container .mb_lg_170px {
    margin-bottom: 170px;
  }
  body .ml_lg_170px, .block-editor__container .ml_lg_170px {
    margin-left: 170px;
  }
  body .mr_lg_170px, .block-editor__container .mr_lg_170px {
    margin-right: 170px;
  }
  body .mt_lg_-170px, .block-editor__container .mt_lg_-170px {
    margin-top: -170px;
  }
  body .mb_lg_-170px, .block-editor__container .mb_lg_-170px {
    margin-bottom: -170px;
  }
  body .ml_lg_-170px, .block-editor__container .ml_lg_-170px {
    margin-left: -170px;
  }
  body .mr_lg_-170px, .block-editor__container .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_170px, .block-editor__container .mt_lg_170px {
    margin-top: 170px;
  }
  body .mb_lg_170px, .block-editor__container .mb_lg_170px {
    margin-bottom: 170px;
  }
  body .ml_lg_170px, .block-editor__container .ml_lg_170px {
    margin-left: 170px;
  }
  body .mr_lg_170px, .block-editor__container .mr_lg_170px {
    margin-right: 170px;
  }
  body .mt_lg_-170px, .block-editor__container .mt_lg_-170px {
    margin-top: -170px;
  }
  body .mb_lg_-170px, .block-editor__container .mb_lg_-170px {
    margin-bottom: -170px;
  }
  body .ml_lg_-170px, .block-editor__container .ml_lg_-170px {
    margin-left: -170px;
  }
  body .mr_lg_-170px, .block-editor__container .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_170px, .block-editor__container .mt_lg_170px {
    margin-top: 170px;
  }
  body .mb_lg_170px, .block-editor__container .mb_lg_170px {
    margin-bottom: 170px;
  }
  body .ml_lg_170px, .block-editor__container .ml_lg_170px {
    margin-left: 170px;
  }
  body .mr_lg_170px, .block-editor__container .mr_lg_170px {
    margin-right: 170px;
  }
  body .mt_lg_-170px, .block-editor__container .mt_lg_-170px {
    margin-top: -170px;
  }
  body .mb_lg_-170px, .block-editor__container .mb_lg_-170px {
    margin-bottom: -170px;
  }
  body .ml_lg_-170px, .block-editor__container .ml_lg_-170px {
    margin-left: -170px;
  }
  body .mr_lg_-170px, .block-editor__container .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_170px, .block-editor__container .mt_lg_170px {
    margin-top: 170px;
  }
  body .mb_lg_170px, .block-editor__container .mb_lg_170px {
    margin-bottom: 170px;
  }
  body .ml_lg_170px, .block-editor__container .ml_lg_170px {
    margin-left: 170px;
  }
  body .mr_lg_170px, .block-editor__container .mr_lg_170px {
    margin-right: 170px;
  }
  body .mt_lg_-170px, .block-editor__container .mt_lg_-170px {
    margin-top: -170px;
  }
  body .mb_lg_-170px, .block-editor__container .mb_lg_-170px {
    margin-bottom: -170px;
  }
  body .ml_lg_-170px, .block-editor__container .ml_lg_-170px {
    margin-left: -170px;
  }
  body .mr_lg_-170px, .block-editor__container .mr_lg_-170px {
    margin-right: -170px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_171px, .block-editor__container .mt_lg_171px {
    margin-top: 171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_171px, .block-editor__container .mb_lg_171px {
    margin-bottom: 171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_171px, .block-editor__container .ml_lg_171px {
    margin-left: 171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_171px, .block-editor__container .mr_lg_171px {
    margin-right: 171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-171px, .block-editor__container .mt_lg_-171px {
    margin-top: -171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-171px, .block-editor__container .mb_lg_-171px {
    margin-bottom: -171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-171px, .block-editor__container .ml_lg_-171px {
    margin-left: -171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-171px, .block-editor__container .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_171px, .block-editor__container .mt_lg_171px {
    margin-top: 171px;
  }
  body .mb_lg_171px, .block-editor__container .mb_lg_171px {
    margin-bottom: 171px;
  }
  body .ml_lg_171px, .block-editor__container .ml_lg_171px {
    margin-left: 171px;
  }
  body .mr_lg_171px, .block-editor__container .mr_lg_171px {
    margin-right: 171px;
  }
  body .mt_lg_-171px, .block-editor__container .mt_lg_-171px {
    margin-top: -171px;
  }
  body .mb_lg_-171px, .block-editor__container .mb_lg_-171px {
    margin-bottom: -171px;
  }
  body .ml_lg_-171px, .block-editor__container .ml_lg_-171px {
    margin-left: -171px;
  }
  body .mr_lg_-171px, .block-editor__container .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_171px, .block-editor__container .mt_lg_171px {
    margin-top: 171px;
  }
  body .mb_lg_171px, .block-editor__container .mb_lg_171px {
    margin-bottom: 171px;
  }
  body .ml_lg_171px, .block-editor__container .ml_lg_171px {
    margin-left: 171px;
  }
  body .mr_lg_171px, .block-editor__container .mr_lg_171px {
    margin-right: 171px;
  }
  body .mt_lg_-171px, .block-editor__container .mt_lg_-171px {
    margin-top: -171px;
  }
  body .mb_lg_-171px, .block-editor__container .mb_lg_-171px {
    margin-bottom: -171px;
  }
  body .ml_lg_-171px, .block-editor__container .ml_lg_-171px {
    margin-left: -171px;
  }
  body .mr_lg_-171px, .block-editor__container .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_171px, .block-editor__container .mt_lg_171px {
    margin-top: 171px;
  }
  body .mb_lg_171px, .block-editor__container .mb_lg_171px {
    margin-bottom: 171px;
  }
  body .ml_lg_171px, .block-editor__container .ml_lg_171px {
    margin-left: 171px;
  }
  body .mr_lg_171px, .block-editor__container .mr_lg_171px {
    margin-right: 171px;
  }
  body .mt_lg_-171px, .block-editor__container .mt_lg_-171px {
    margin-top: -171px;
  }
  body .mb_lg_-171px, .block-editor__container .mb_lg_-171px {
    margin-bottom: -171px;
  }
  body .ml_lg_-171px, .block-editor__container .ml_lg_-171px {
    margin-left: -171px;
  }
  body .mr_lg_-171px, .block-editor__container .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_171px, .block-editor__container .mt_lg_171px {
    margin-top: 171px;
  }
  body .mb_lg_171px, .block-editor__container .mb_lg_171px {
    margin-bottom: 171px;
  }
  body .ml_lg_171px, .block-editor__container .ml_lg_171px {
    margin-left: 171px;
  }
  body .mr_lg_171px, .block-editor__container .mr_lg_171px {
    margin-right: 171px;
  }
  body .mt_lg_-171px, .block-editor__container .mt_lg_-171px {
    margin-top: -171px;
  }
  body .mb_lg_-171px, .block-editor__container .mb_lg_-171px {
    margin-bottom: -171px;
  }
  body .ml_lg_-171px, .block-editor__container .ml_lg_-171px {
    margin-left: -171px;
  }
  body .mr_lg_-171px, .block-editor__container .mr_lg_-171px {
    margin-right: -171px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_172px, .block-editor__container .mt_lg_172px {
    margin-top: 172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_172px, .block-editor__container .mb_lg_172px {
    margin-bottom: 172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_172px, .block-editor__container .ml_lg_172px {
    margin-left: 172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_172px, .block-editor__container .mr_lg_172px {
    margin-right: 172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-172px, .block-editor__container .mt_lg_-172px {
    margin-top: -172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-172px, .block-editor__container .mb_lg_-172px {
    margin-bottom: -172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-172px, .block-editor__container .ml_lg_-172px {
    margin-left: -172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-172px, .block-editor__container .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_172px, .block-editor__container .mt_lg_172px {
    margin-top: 172px;
  }
  body .mb_lg_172px, .block-editor__container .mb_lg_172px {
    margin-bottom: 172px;
  }
  body .ml_lg_172px, .block-editor__container .ml_lg_172px {
    margin-left: 172px;
  }
  body .mr_lg_172px, .block-editor__container .mr_lg_172px {
    margin-right: 172px;
  }
  body .mt_lg_-172px, .block-editor__container .mt_lg_-172px {
    margin-top: -172px;
  }
  body .mb_lg_-172px, .block-editor__container .mb_lg_-172px {
    margin-bottom: -172px;
  }
  body .ml_lg_-172px, .block-editor__container .ml_lg_-172px {
    margin-left: -172px;
  }
  body .mr_lg_-172px, .block-editor__container .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_172px, .block-editor__container .mt_lg_172px {
    margin-top: 172px;
  }
  body .mb_lg_172px, .block-editor__container .mb_lg_172px {
    margin-bottom: 172px;
  }
  body .ml_lg_172px, .block-editor__container .ml_lg_172px {
    margin-left: 172px;
  }
  body .mr_lg_172px, .block-editor__container .mr_lg_172px {
    margin-right: 172px;
  }
  body .mt_lg_-172px, .block-editor__container .mt_lg_-172px {
    margin-top: -172px;
  }
  body .mb_lg_-172px, .block-editor__container .mb_lg_-172px {
    margin-bottom: -172px;
  }
  body .ml_lg_-172px, .block-editor__container .ml_lg_-172px {
    margin-left: -172px;
  }
  body .mr_lg_-172px, .block-editor__container .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_172px, .block-editor__container .mt_lg_172px {
    margin-top: 172px;
  }
  body .mb_lg_172px, .block-editor__container .mb_lg_172px {
    margin-bottom: 172px;
  }
  body .ml_lg_172px, .block-editor__container .ml_lg_172px {
    margin-left: 172px;
  }
  body .mr_lg_172px, .block-editor__container .mr_lg_172px {
    margin-right: 172px;
  }
  body .mt_lg_-172px, .block-editor__container .mt_lg_-172px {
    margin-top: -172px;
  }
  body .mb_lg_-172px, .block-editor__container .mb_lg_-172px {
    margin-bottom: -172px;
  }
  body .ml_lg_-172px, .block-editor__container .ml_lg_-172px {
    margin-left: -172px;
  }
  body .mr_lg_-172px, .block-editor__container .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_172px, .block-editor__container .mt_lg_172px {
    margin-top: 172px;
  }
  body .mb_lg_172px, .block-editor__container .mb_lg_172px {
    margin-bottom: 172px;
  }
  body .ml_lg_172px, .block-editor__container .ml_lg_172px {
    margin-left: 172px;
  }
  body .mr_lg_172px, .block-editor__container .mr_lg_172px {
    margin-right: 172px;
  }
  body .mt_lg_-172px, .block-editor__container .mt_lg_-172px {
    margin-top: -172px;
  }
  body .mb_lg_-172px, .block-editor__container .mb_lg_-172px {
    margin-bottom: -172px;
  }
  body .ml_lg_-172px, .block-editor__container .ml_lg_-172px {
    margin-left: -172px;
  }
  body .mr_lg_-172px, .block-editor__container .mr_lg_-172px {
    margin-right: -172px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_173px, .block-editor__container .mt_lg_173px {
    margin-top: 173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_173px, .block-editor__container .mb_lg_173px {
    margin-bottom: 173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_173px, .block-editor__container .ml_lg_173px {
    margin-left: 173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_173px, .block-editor__container .mr_lg_173px {
    margin-right: 173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-173px, .block-editor__container .mt_lg_-173px {
    margin-top: -173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-173px, .block-editor__container .mb_lg_-173px {
    margin-bottom: -173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-173px, .block-editor__container .ml_lg_-173px {
    margin-left: -173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-173px, .block-editor__container .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_173px, .block-editor__container .mt_lg_173px {
    margin-top: 173px;
  }
  body .mb_lg_173px, .block-editor__container .mb_lg_173px {
    margin-bottom: 173px;
  }
  body .ml_lg_173px, .block-editor__container .ml_lg_173px {
    margin-left: 173px;
  }
  body .mr_lg_173px, .block-editor__container .mr_lg_173px {
    margin-right: 173px;
  }
  body .mt_lg_-173px, .block-editor__container .mt_lg_-173px {
    margin-top: -173px;
  }
  body .mb_lg_-173px, .block-editor__container .mb_lg_-173px {
    margin-bottom: -173px;
  }
  body .ml_lg_-173px, .block-editor__container .ml_lg_-173px {
    margin-left: -173px;
  }
  body .mr_lg_-173px, .block-editor__container .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_173px, .block-editor__container .mt_lg_173px {
    margin-top: 173px;
  }
  body .mb_lg_173px, .block-editor__container .mb_lg_173px {
    margin-bottom: 173px;
  }
  body .ml_lg_173px, .block-editor__container .ml_lg_173px {
    margin-left: 173px;
  }
  body .mr_lg_173px, .block-editor__container .mr_lg_173px {
    margin-right: 173px;
  }
  body .mt_lg_-173px, .block-editor__container .mt_lg_-173px {
    margin-top: -173px;
  }
  body .mb_lg_-173px, .block-editor__container .mb_lg_-173px {
    margin-bottom: -173px;
  }
  body .ml_lg_-173px, .block-editor__container .ml_lg_-173px {
    margin-left: -173px;
  }
  body .mr_lg_-173px, .block-editor__container .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_173px, .block-editor__container .mt_lg_173px {
    margin-top: 173px;
  }
  body .mb_lg_173px, .block-editor__container .mb_lg_173px {
    margin-bottom: 173px;
  }
  body .ml_lg_173px, .block-editor__container .ml_lg_173px {
    margin-left: 173px;
  }
  body .mr_lg_173px, .block-editor__container .mr_lg_173px {
    margin-right: 173px;
  }
  body .mt_lg_-173px, .block-editor__container .mt_lg_-173px {
    margin-top: -173px;
  }
  body .mb_lg_-173px, .block-editor__container .mb_lg_-173px {
    margin-bottom: -173px;
  }
  body .ml_lg_-173px, .block-editor__container .ml_lg_-173px {
    margin-left: -173px;
  }
  body .mr_lg_-173px, .block-editor__container .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_173px, .block-editor__container .mt_lg_173px {
    margin-top: 173px;
  }
  body .mb_lg_173px, .block-editor__container .mb_lg_173px {
    margin-bottom: 173px;
  }
  body .ml_lg_173px, .block-editor__container .ml_lg_173px {
    margin-left: 173px;
  }
  body .mr_lg_173px, .block-editor__container .mr_lg_173px {
    margin-right: 173px;
  }
  body .mt_lg_-173px, .block-editor__container .mt_lg_-173px {
    margin-top: -173px;
  }
  body .mb_lg_-173px, .block-editor__container .mb_lg_-173px {
    margin-bottom: -173px;
  }
  body .ml_lg_-173px, .block-editor__container .ml_lg_-173px {
    margin-left: -173px;
  }
  body .mr_lg_-173px, .block-editor__container .mr_lg_-173px {
    margin-right: -173px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_174px, .block-editor__container .mt_lg_174px {
    margin-top: 174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_174px, .block-editor__container .mb_lg_174px {
    margin-bottom: 174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_174px, .block-editor__container .ml_lg_174px {
    margin-left: 174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_174px, .block-editor__container .mr_lg_174px {
    margin-right: 174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-174px, .block-editor__container .mt_lg_-174px {
    margin-top: -174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-174px, .block-editor__container .mb_lg_-174px {
    margin-bottom: -174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-174px, .block-editor__container .ml_lg_-174px {
    margin-left: -174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-174px, .block-editor__container .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_174px, .block-editor__container .mt_lg_174px {
    margin-top: 174px;
  }
  body .mb_lg_174px, .block-editor__container .mb_lg_174px {
    margin-bottom: 174px;
  }
  body .ml_lg_174px, .block-editor__container .ml_lg_174px {
    margin-left: 174px;
  }
  body .mr_lg_174px, .block-editor__container .mr_lg_174px {
    margin-right: 174px;
  }
  body .mt_lg_-174px, .block-editor__container .mt_lg_-174px {
    margin-top: -174px;
  }
  body .mb_lg_-174px, .block-editor__container .mb_lg_-174px {
    margin-bottom: -174px;
  }
  body .ml_lg_-174px, .block-editor__container .ml_lg_-174px {
    margin-left: -174px;
  }
  body .mr_lg_-174px, .block-editor__container .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_174px, .block-editor__container .mt_lg_174px {
    margin-top: 174px;
  }
  body .mb_lg_174px, .block-editor__container .mb_lg_174px {
    margin-bottom: 174px;
  }
  body .ml_lg_174px, .block-editor__container .ml_lg_174px {
    margin-left: 174px;
  }
  body .mr_lg_174px, .block-editor__container .mr_lg_174px {
    margin-right: 174px;
  }
  body .mt_lg_-174px, .block-editor__container .mt_lg_-174px {
    margin-top: -174px;
  }
  body .mb_lg_-174px, .block-editor__container .mb_lg_-174px {
    margin-bottom: -174px;
  }
  body .ml_lg_-174px, .block-editor__container .ml_lg_-174px {
    margin-left: -174px;
  }
  body .mr_lg_-174px, .block-editor__container .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_174px, .block-editor__container .mt_lg_174px {
    margin-top: 174px;
  }
  body .mb_lg_174px, .block-editor__container .mb_lg_174px {
    margin-bottom: 174px;
  }
  body .ml_lg_174px, .block-editor__container .ml_lg_174px {
    margin-left: 174px;
  }
  body .mr_lg_174px, .block-editor__container .mr_lg_174px {
    margin-right: 174px;
  }
  body .mt_lg_-174px, .block-editor__container .mt_lg_-174px {
    margin-top: -174px;
  }
  body .mb_lg_-174px, .block-editor__container .mb_lg_-174px {
    margin-bottom: -174px;
  }
  body .ml_lg_-174px, .block-editor__container .ml_lg_-174px {
    margin-left: -174px;
  }
  body .mr_lg_-174px, .block-editor__container .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_174px, .block-editor__container .mt_lg_174px {
    margin-top: 174px;
  }
  body .mb_lg_174px, .block-editor__container .mb_lg_174px {
    margin-bottom: 174px;
  }
  body .ml_lg_174px, .block-editor__container .ml_lg_174px {
    margin-left: 174px;
  }
  body .mr_lg_174px, .block-editor__container .mr_lg_174px {
    margin-right: 174px;
  }
  body .mt_lg_-174px, .block-editor__container .mt_lg_-174px {
    margin-top: -174px;
  }
  body .mb_lg_-174px, .block-editor__container .mb_lg_-174px {
    margin-bottom: -174px;
  }
  body .ml_lg_-174px, .block-editor__container .ml_lg_-174px {
    margin-left: -174px;
  }
  body .mr_lg_-174px, .block-editor__container .mr_lg_-174px {
    margin-right: -174px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_175px, .block-editor__container .mt_lg_175px {
    margin-top: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_175px, .block-editor__container .mb_lg_175px {
    margin-bottom: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_175px, .block-editor__container .ml_lg_175px {
    margin-left: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_175px, .block-editor__container .mr_lg_175px {
    margin-right: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-175px, .block-editor__container .mt_lg_-175px {
    margin-top: -175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-175px, .block-editor__container .mb_lg_-175px {
    margin-bottom: -175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-175px, .block-editor__container .ml_lg_-175px {
    margin-left: -175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-175px, .block-editor__container .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_175px, .block-editor__container .mt_lg_175px {
    margin-top: 175px;
  }
  body .mb_lg_175px, .block-editor__container .mb_lg_175px {
    margin-bottom: 175px;
  }
  body .ml_lg_175px, .block-editor__container .ml_lg_175px {
    margin-left: 175px;
  }
  body .mr_lg_175px, .block-editor__container .mr_lg_175px {
    margin-right: 175px;
  }
  body .mt_lg_-175px, .block-editor__container .mt_lg_-175px {
    margin-top: -175px;
  }
  body .mb_lg_-175px, .block-editor__container .mb_lg_-175px {
    margin-bottom: -175px;
  }
  body .ml_lg_-175px, .block-editor__container .ml_lg_-175px {
    margin-left: -175px;
  }
  body .mr_lg_-175px, .block-editor__container .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_175px, .block-editor__container .mt_lg_175px {
    margin-top: 175px;
  }
  body .mb_lg_175px, .block-editor__container .mb_lg_175px {
    margin-bottom: 175px;
  }
  body .ml_lg_175px, .block-editor__container .ml_lg_175px {
    margin-left: 175px;
  }
  body .mr_lg_175px, .block-editor__container .mr_lg_175px {
    margin-right: 175px;
  }
  body .mt_lg_-175px, .block-editor__container .mt_lg_-175px {
    margin-top: -175px;
  }
  body .mb_lg_-175px, .block-editor__container .mb_lg_-175px {
    margin-bottom: -175px;
  }
  body .ml_lg_-175px, .block-editor__container .ml_lg_-175px {
    margin-left: -175px;
  }
  body .mr_lg_-175px, .block-editor__container .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_175px, .block-editor__container .mt_lg_175px {
    margin-top: 175px;
  }
  body .mb_lg_175px, .block-editor__container .mb_lg_175px {
    margin-bottom: 175px;
  }
  body .ml_lg_175px, .block-editor__container .ml_lg_175px {
    margin-left: 175px;
  }
  body .mr_lg_175px, .block-editor__container .mr_lg_175px {
    margin-right: 175px;
  }
  body .mt_lg_-175px, .block-editor__container .mt_lg_-175px {
    margin-top: -175px;
  }
  body .mb_lg_-175px, .block-editor__container .mb_lg_-175px {
    margin-bottom: -175px;
  }
  body .ml_lg_-175px, .block-editor__container .ml_lg_-175px {
    margin-left: -175px;
  }
  body .mr_lg_-175px, .block-editor__container .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_175px, .block-editor__container .mt_lg_175px {
    margin-top: 175px;
  }
  body .mb_lg_175px, .block-editor__container .mb_lg_175px {
    margin-bottom: 175px;
  }
  body .ml_lg_175px, .block-editor__container .ml_lg_175px {
    margin-left: 175px;
  }
  body .mr_lg_175px, .block-editor__container .mr_lg_175px {
    margin-right: 175px;
  }
  body .mt_lg_-175px, .block-editor__container .mt_lg_-175px {
    margin-top: -175px;
  }
  body .mb_lg_-175px, .block-editor__container .mb_lg_-175px {
    margin-bottom: -175px;
  }
  body .ml_lg_-175px, .block-editor__container .ml_lg_-175px {
    margin-left: -175px;
  }
  body .mr_lg_-175px, .block-editor__container .mr_lg_-175px {
    margin-right: -175px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_176px, .block-editor__container .mt_lg_176px {
    margin-top: 176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_176px, .block-editor__container .mb_lg_176px {
    margin-bottom: 176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_176px, .block-editor__container .ml_lg_176px {
    margin-left: 176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_176px, .block-editor__container .mr_lg_176px {
    margin-right: 176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-176px, .block-editor__container .mt_lg_-176px {
    margin-top: -176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-176px, .block-editor__container .mb_lg_-176px {
    margin-bottom: -176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-176px, .block-editor__container .ml_lg_-176px {
    margin-left: -176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-176px, .block-editor__container .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_176px, .block-editor__container .mt_lg_176px {
    margin-top: 176px;
  }
  body .mb_lg_176px, .block-editor__container .mb_lg_176px {
    margin-bottom: 176px;
  }
  body .ml_lg_176px, .block-editor__container .ml_lg_176px {
    margin-left: 176px;
  }
  body .mr_lg_176px, .block-editor__container .mr_lg_176px {
    margin-right: 176px;
  }
  body .mt_lg_-176px, .block-editor__container .mt_lg_-176px {
    margin-top: -176px;
  }
  body .mb_lg_-176px, .block-editor__container .mb_lg_-176px {
    margin-bottom: -176px;
  }
  body .ml_lg_-176px, .block-editor__container .ml_lg_-176px {
    margin-left: -176px;
  }
  body .mr_lg_-176px, .block-editor__container .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_176px, .block-editor__container .mt_lg_176px {
    margin-top: 176px;
  }
  body .mb_lg_176px, .block-editor__container .mb_lg_176px {
    margin-bottom: 176px;
  }
  body .ml_lg_176px, .block-editor__container .ml_lg_176px {
    margin-left: 176px;
  }
  body .mr_lg_176px, .block-editor__container .mr_lg_176px {
    margin-right: 176px;
  }
  body .mt_lg_-176px, .block-editor__container .mt_lg_-176px {
    margin-top: -176px;
  }
  body .mb_lg_-176px, .block-editor__container .mb_lg_-176px {
    margin-bottom: -176px;
  }
  body .ml_lg_-176px, .block-editor__container .ml_lg_-176px {
    margin-left: -176px;
  }
  body .mr_lg_-176px, .block-editor__container .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_176px, .block-editor__container .mt_lg_176px {
    margin-top: 176px;
  }
  body .mb_lg_176px, .block-editor__container .mb_lg_176px {
    margin-bottom: 176px;
  }
  body .ml_lg_176px, .block-editor__container .ml_lg_176px {
    margin-left: 176px;
  }
  body .mr_lg_176px, .block-editor__container .mr_lg_176px {
    margin-right: 176px;
  }
  body .mt_lg_-176px, .block-editor__container .mt_lg_-176px {
    margin-top: -176px;
  }
  body .mb_lg_-176px, .block-editor__container .mb_lg_-176px {
    margin-bottom: -176px;
  }
  body .ml_lg_-176px, .block-editor__container .ml_lg_-176px {
    margin-left: -176px;
  }
  body .mr_lg_-176px, .block-editor__container .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_176px, .block-editor__container .mt_lg_176px {
    margin-top: 176px;
  }
  body .mb_lg_176px, .block-editor__container .mb_lg_176px {
    margin-bottom: 176px;
  }
  body .ml_lg_176px, .block-editor__container .ml_lg_176px {
    margin-left: 176px;
  }
  body .mr_lg_176px, .block-editor__container .mr_lg_176px {
    margin-right: 176px;
  }
  body .mt_lg_-176px, .block-editor__container .mt_lg_-176px {
    margin-top: -176px;
  }
  body .mb_lg_-176px, .block-editor__container .mb_lg_-176px {
    margin-bottom: -176px;
  }
  body .ml_lg_-176px, .block-editor__container .ml_lg_-176px {
    margin-left: -176px;
  }
  body .mr_lg_-176px, .block-editor__container .mr_lg_-176px {
    margin-right: -176px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_177px, .block-editor__container .mt_lg_177px {
    margin-top: 177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_177px, .block-editor__container .mb_lg_177px {
    margin-bottom: 177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_177px, .block-editor__container .ml_lg_177px {
    margin-left: 177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_177px, .block-editor__container .mr_lg_177px {
    margin-right: 177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-177px, .block-editor__container .mt_lg_-177px {
    margin-top: -177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-177px, .block-editor__container .mb_lg_-177px {
    margin-bottom: -177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-177px, .block-editor__container .ml_lg_-177px {
    margin-left: -177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-177px, .block-editor__container .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_177px, .block-editor__container .mt_lg_177px {
    margin-top: 177px;
  }
  body .mb_lg_177px, .block-editor__container .mb_lg_177px {
    margin-bottom: 177px;
  }
  body .ml_lg_177px, .block-editor__container .ml_lg_177px {
    margin-left: 177px;
  }
  body .mr_lg_177px, .block-editor__container .mr_lg_177px {
    margin-right: 177px;
  }
  body .mt_lg_-177px, .block-editor__container .mt_lg_-177px {
    margin-top: -177px;
  }
  body .mb_lg_-177px, .block-editor__container .mb_lg_-177px {
    margin-bottom: -177px;
  }
  body .ml_lg_-177px, .block-editor__container .ml_lg_-177px {
    margin-left: -177px;
  }
  body .mr_lg_-177px, .block-editor__container .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_177px, .block-editor__container .mt_lg_177px {
    margin-top: 177px;
  }
  body .mb_lg_177px, .block-editor__container .mb_lg_177px {
    margin-bottom: 177px;
  }
  body .ml_lg_177px, .block-editor__container .ml_lg_177px {
    margin-left: 177px;
  }
  body .mr_lg_177px, .block-editor__container .mr_lg_177px {
    margin-right: 177px;
  }
  body .mt_lg_-177px, .block-editor__container .mt_lg_-177px {
    margin-top: -177px;
  }
  body .mb_lg_-177px, .block-editor__container .mb_lg_-177px {
    margin-bottom: -177px;
  }
  body .ml_lg_-177px, .block-editor__container .ml_lg_-177px {
    margin-left: -177px;
  }
  body .mr_lg_-177px, .block-editor__container .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_177px, .block-editor__container .mt_lg_177px {
    margin-top: 177px;
  }
  body .mb_lg_177px, .block-editor__container .mb_lg_177px {
    margin-bottom: 177px;
  }
  body .ml_lg_177px, .block-editor__container .ml_lg_177px {
    margin-left: 177px;
  }
  body .mr_lg_177px, .block-editor__container .mr_lg_177px {
    margin-right: 177px;
  }
  body .mt_lg_-177px, .block-editor__container .mt_lg_-177px {
    margin-top: -177px;
  }
  body .mb_lg_-177px, .block-editor__container .mb_lg_-177px {
    margin-bottom: -177px;
  }
  body .ml_lg_-177px, .block-editor__container .ml_lg_-177px {
    margin-left: -177px;
  }
  body .mr_lg_-177px, .block-editor__container .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_177px, .block-editor__container .mt_lg_177px {
    margin-top: 177px;
  }
  body .mb_lg_177px, .block-editor__container .mb_lg_177px {
    margin-bottom: 177px;
  }
  body .ml_lg_177px, .block-editor__container .ml_lg_177px {
    margin-left: 177px;
  }
  body .mr_lg_177px, .block-editor__container .mr_lg_177px {
    margin-right: 177px;
  }
  body .mt_lg_-177px, .block-editor__container .mt_lg_-177px {
    margin-top: -177px;
  }
  body .mb_lg_-177px, .block-editor__container .mb_lg_-177px {
    margin-bottom: -177px;
  }
  body .ml_lg_-177px, .block-editor__container .ml_lg_-177px {
    margin-left: -177px;
  }
  body .mr_lg_-177px, .block-editor__container .mr_lg_-177px {
    margin-right: -177px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_178px, .block-editor__container .mt_lg_178px {
    margin-top: 178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_178px, .block-editor__container .mb_lg_178px {
    margin-bottom: 178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_178px, .block-editor__container .ml_lg_178px {
    margin-left: 178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_178px, .block-editor__container .mr_lg_178px {
    margin-right: 178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-178px, .block-editor__container .mt_lg_-178px {
    margin-top: -178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-178px, .block-editor__container .mb_lg_-178px {
    margin-bottom: -178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-178px, .block-editor__container .ml_lg_-178px {
    margin-left: -178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-178px, .block-editor__container .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_178px, .block-editor__container .mt_lg_178px {
    margin-top: 178px;
  }
  body .mb_lg_178px, .block-editor__container .mb_lg_178px {
    margin-bottom: 178px;
  }
  body .ml_lg_178px, .block-editor__container .ml_lg_178px {
    margin-left: 178px;
  }
  body .mr_lg_178px, .block-editor__container .mr_lg_178px {
    margin-right: 178px;
  }
  body .mt_lg_-178px, .block-editor__container .mt_lg_-178px {
    margin-top: -178px;
  }
  body .mb_lg_-178px, .block-editor__container .mb_lg_-178px {
    margin-bottom: -178px;
  }
  body .ml_lg_-178px, .block-editor__container .ml_lg_-178px {
    margin-left: -178px;
  }
  body .mr_lg_-178px, .block-editor__container .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_178px, .block-editor__container .mt_lg_178px {
    margin-top: 178px;
  }
  body .mb_lg_178px, .block-editor__container .mb_lg_178px {
    margin-bottom: 178px;
  }
  body .ml_lg_178px, .block-editor__container .ml_lg_178px {
    margin-left: 178px;
  }
  body .mr_lg_178px, .block-editor__container .mr_lg_178px {
    margin-right: 178px;
  }
  body .mt_lg_-178px, .block-editor__container .mt_lg_-178px {
    margin-top: -178px;
  }
  body .mb_lg_-178px, .block-editor__container .mb_lg_-178px {
    margin-bottom: -178px;
  }
  body .ml_lg_-178px, .block-editor__container .ml_lg_-178px {
    margin-left: -178px;
  }
  body .mr_lg_-178px, .block-editor__container .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_178px, .block-editor__container .mt_lg_178px {
    margin-top: 178px;
  }
  body .mb_lg_178px, .block-editor__container .mb_lg_178px {
    margin-bottom: 178px;
  }
  body .ml_lg_178px, .block-editor__container .ml_lg_178px {
    margin-left: 178px;
  }
  body .mr_lg_178px, .block-editor__container .mr_lg_178px {
    margin-right: 178px;
  }
  body .mt_lg_-178px, .block-editor__container .mt_lg_-178px {
    margin-top: -178px;
  }
  body .mb_lg_-178px, .block-editor__container .mb_lg_-178px {
    margin-bottom: -178px;
  }
  body .ml_lg_-178px, .block-editor__container .ml_lg_-178px {
    margin-left: -178px;
  }
  body .mr_lg_-178px, .block-editor__container .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_178px, .block-editor__container .mt_lg_178px {
    margin-top: 178px;
  }
  body .mb_lg_178px, .block-editor__container .mb_lg_178px {
    margin-bottom: 178px;
  }
  body .ml_lg_178px, .block-editor__container .ml_lg_178px {
    margin-left: 178px;
  }
  body .mr_lg_178px, .block-editor__container .mr_lg_178px {
    margin-right: 178px;
  }
  body .mt_lg_-178px, .block-editor__container .mt_lg_-178px {
    margin-top: -178px;
  }
  body .mb_lg_-178px, .block-editor__container .mb_lg_-178px {
    margin-bottom: -178px;
  }
  body .ml_lg_-178px, .block-editor__container .ml_lg_-178px {
    margin-left: -178px;
  }
  body .mr_lg_-178px, .block-editor__container .mr_lg_-178px {
    margin-right: -178px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_179px, .block-editor__container .mt_lg_179px {
    margin-top: 179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_179px, .block-editor__container .mb_lg_179px {
    margin-bottom: 179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_179px, .block-editor__container .ml_lg_179px {
    margin-left: 179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_179px, .block-editor__container .mr_lg_179px {
    margin-right: 179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-179px, .block-editor__container .mt_lg_-179px {
    margin-top: -179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-179px, .block-editor__container .mb_lg_-179px {
    margin-bottom: -179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-179px, .block-editor__container .ml_lg_-179px {
    margin-left: -179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-179px, .block-editor__container .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_179px, .block-editor__container .mt_lg_179px {
    margin-top: 179px;
  }
  body .mb_lg_179px, .block-editor__container .mb_lg_179px {
    margin-bottom: 179px;
  }
  body .ml_lg_179px, .block-editor__container .ml_lg_179px {
    margin-left: 179px;
  }
  body .mr_lg_179px, .block-editor__container .mr_lg_179px {
    margin-right: 179px;
  }
  body .mt_lg_-179px, .block-editor__container .mt_lg_-179px {
    margin-top: -179px;
  }
  body .mb_lg_-179px, .block-editor__container .mb_lg_-179px {
    margin-bottom: -179px;
  }
  body .ml_lg_-179px, .block-editor__container .ml_lg_-179px {
    margin-left: -179px;
  }
  body .mr_lg_-179px, .block-editor__container .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_179px, .block-editor__container .mt_lg_179px {
    margin-top: 179px;
  }
  body .mb_lg_179px, .block-editor__container .mb_lg_179px {
    margin-bottom: 179px;
  }
  body .ml_lg_179px, .block-editor__container .ml_lg_179px {
    margin-left: 179px;
  }
  body .mr_lg_179px, .block-editor__container .mr_lg_179px {
    margin-right: 179px;
  }
  body .mt_lg_-179px, .block-editor__container .mt_lg_-179px {
    margin-top: -179px;
  }
  body .mb_lg_-179px, .block-editor__container .mb_lg_-179px {
    margin-bottom: -179px;
  }
  body .ml_lg_-179px, .block-editor__container .ml_lg_-179px {
    margin-left: -179px;
  }
  body .mr_lg_-179px, .block-editor__container .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_179px, .block-editor__container .mt_lg_179px {
    margin-top: 179px;
  }
  body .mb_lg_179px, .block-editor__container .mb_lg_179px {
    margin-bottom: 179px;
  }
  body .ml_lg_179px, .block-editor__container .ml_lg_179px {
    margin-left: 179px;
  }
  body .mr_lg_179px, .block-editor__container .mr_lg_179px {
    margin-right: 179px;
  }
  body .mt_lg_-179px, .block-editor__container .mt_lg_-179px {
    margin-top: -179px;
  }
  body .mb_lg_-179px, .block-editor__container .mb_lg_-179px {
    margin-bottom: -179px;
  }
  body .ml_lg_-179px, .block-editor__container .ml_lg_-179px {
    margin-left: -179px;
  }
  body .mr_lg_-179px, .block-editor__container .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_179px, .block-editor__container .mt_lg_179px {
    margin-top: 179px;
  }
  body .mb_lg_179px, .block-editor__container .mb_lg_179px {
    margin-bottom: 179px;
  }
  body .ml_lg_179px, .block-editor__container .ml_lg_179px {
    margin-left: 179px;
  }
  body .mr_lg_179px, .block-editor__container .mr_lg_179px {
    margin-right: 179px;
  }
  body .mt_lg_-179px, .block-editor__container .mt_lg_-179px {
    margin-top: -179px;
  }
  body .mb_lg_-179px, .block-editor__container .mb_lg_-179px {
    margin-bottom: -179px;
  }
  body .ml_lg_-179px, .block-editor__container .ml_lg_-179px {
    margin-left: -179px;
  }
  body .mr_lg_-179px, .block-editor__container .mr_lg_-179px {
    margin-right: -179px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_180px, .block-editor__container .mt_lg_180px {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_180px, .block-editor__container .mb_lg_180px {
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_180px, .block-editor__container .ml_lg_180px {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_180px, .block-editor__container .mr_lg_180px {
    margin-right: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-180px, .block-editor__container .mt_lg_-180px {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-180px, .block-editor__container .mb_lg_-180px {
    margin-bottom: -180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-180px, .block-editor__container .ml_lg_-180px {
    margin-left: -180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-180px, .block-editor__container .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_180px, .block-editor__container .mt_lg_180px {
    margin-top: 180px;
  }
  body .mb_lg_180px, .block-editor__container .mb_lg_180px {
    margin-bottom: 180px;
  }
  body .ml_lg_180px, .block-editor__container .ml_lg_180px {
    margin-left: 180px;
  }
  body .mr_lg_180px, .block-editor__container .mr_lg_180px {
    margin-right: 180px;
  }
  body .mt_lg_-180px, .block-editor__container .mt_lg_-180px {
    margin-top: -180px;
  }
  body .mb_lg_-180px, .block-editor__container .mb_lg_-180px {
    margin-bottom: -180px;
  }
  body .ml_lg_-180px, .block-editor__container .ml_lg_-180px {
    margin-left: -180px;
  }
  body .mr_lg_-180px, .block-editor__container .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_180px, .block-editor__container .mt_lg_180px {
    margin-top: 180px;
  }
  body .mb_lg_180px, .block-editor__container .mb_lg_180px {
    margin-bottom: 180px;
  }
  body .ml_lg_180px, .block-editor__container .ml_lg_180px {
    margin-left: 180px;
  }
  body .mr_lg_180px, .block-editor__container .mr_lg_180px {
    margin-right: 180px;
  }
  body .mt_lg_-180px, .block-editor__container .mt_lg_-180px {
    margin-top: -180px;
  }
  body .mb_lg_-180px, .block-editor__container .mb_lg_-180px {
    margin-bottom: -180px;
  }
  body .ml_lg_-180px, .block-editor__container .ml_lg_-180px {
    margin-left: -180px;
  }
  body .mr_lg_-180px, .block-editor__container .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_180px, .block-editor__container .mt_lg_180px {
    margin-top: 180px;
  }
  body .mb_lg_180px, .block-editor__container .mb_lg_180px {
    margin-bottom: 180px;
  }
  body .ml_lg_180px, .block-editor__container .ml_lg_180px {
    margin-left: 180px;
  }
  body .mr_lg_180px, .block-editor__container .mr_lg_180px {
    margin-right: 180px;
  }
  body .mt_lg_-180px, .block-editor__container .mt_lg_-180px {
    margin-top: -180px;
  }
  body .mb_lg_-180px, .block-editor__container .mb_lg_-180px {
    margin-bottom: -180px;
  }
  body .ml_lg_-180px, .block-editor__container .ml_lg_-180px {
    margin-left: -180px;
  }
  body .mr_lg_-180px, .block-editor__container .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_180px, .block-editor__container .mt_lg_180px {
    margin-top: 180px;
  }
  body .mb_lg_180px, .block-editor__container .mb_lg_180px {
    margin-bottom: 180px;
  }
  body .ml_lg_180px, .block-editor__container .ml_lg_180px {
    margin-left: 180px;
  }
  body .mr_lg_180px, .block-editor__container .mr_lg_180px {
    margin-right: 180px;
  }
  body .mt_lg_-180px, .block-editor__container .mt_lg_-180px {
    margin-top: -180px;
  }
  body .mb_lg_-180px, .block-editor__container .mb_lg_-180px {
    margin-bottom: -180px;
  }
  body .ml_lg_-180px, .block-editor__container .ml_lg_-180px {
    margin-left: -180px;
  }
  body .mr_lg_-180px, .block-editor__container .mr_lg_-180px {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_181px, .block-editor__container .mt_lg_181px {
    margin-top: 181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_181px, .block-editor__container .mb_lg_181px {
    margin-bottom: 181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_181px, .block-editor__container .ml_lg_181px {
    margin-left: 181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_181px, .block-editor__container .mr_lg_181px {
    margin-right: 181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-181px, .block-editor__container .mt_lg_-181px {
    margin-top: -181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-181px, .block-editor__container .mb_lg_-181px {
    margin-bottom: -181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-181px, .block-editor__container .ml_lg_-181px {
    margin-left: -181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-181px, .block-editor__container .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_181px, .block-editor__container .mt_lg_181px {
    margin-top: 181px;
  }
  body .mb_lg_181px, .block-editor__container .mb_lg_181px {
    margin-bottom: 181px;
  }
  body .ml_lg_181px, .block-editor__container .ml_lg_181px {
    margin-left: 181px;
  }
  body .mr_lg_181px, .block-editor__container .mr_lg_181px {
    margin-right: 181px;
  }
  body .mt_lg_-181px, .block-editor__container .mt_lg_-181px {
    margin-top: -181px;
  }
  body .mb_lg_-181px, .block-editor__container .mb_lg_-181px {
    margin-bottom: -181px;
  }
  body .ml_lg_-181px, .block-editor__container .ml_lg_-181px {
    margin-left: -181px;
  }
  body .mr_lg_-181px, .block-editor__container .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_181px, .block-editor__container .mt_lg_181px {
    margin-top: 181px;
  }
  body .mb_lg_181px, .block-editor__container .mb_lg_181px {
    margin-bottom: 181px;
  }
  body .ml_lg_181px, .block-editor__container .ml_lg_181px {
    margin-left: 181px;
  }
  body .mr_lg_181px, .block-editor__container .mr_lg_181px {
    margin-right: 181px;
  }
  body .mt_lg_-181px, .block-editor__container .mt_lg_-181px {
    margin-top: -181px;
  }
  body .mb_lg_-181px, .block-editor__container .mb_lg_-181px {
    margin-bottom: -181px;
  }
  body .ml_lg_-181px, .block-editor__container .ml_lg_-181px {
    margin-left: -181px;
  }
  body .mr_lg_-181px, .block-editor__container .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_181px, .block-editor__container .mt_lg_181px {
    margin-top: 181px;
  }
  body .mb_lg_181px, .block-editor__container .mb_lg_181px {
    margin-bottom: 181px;
  }
  body .ml_lg_181px, .block-editor__container .ml_lg_181px {
    margin-left: 181px;
  }
  body .mr_lg_181px, .block-editor__container .mr_lg_181px {
    margin-right: 181px;
  }
  body .mt_lg_-181px, .block-editor__container .mt_lg_-181px {
    margin-top: -181px;
  }
  body .mb_lg_-181px, .block-editor__container .mb_lg_-181px {
    margin-bottom: -181px;
  }
  body .ml_lg_-181px, .block-editor__container .ml_lg_-181px {
    margin-left: -181px;
  }
  body .mr_lg_-181px, .block-editor__container .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_181px, .block-editor__container .mt_lg_181px {
    margin-top: 181px;
  }
  body .mb_lg_181px, .block-editor__container .mb_lg_181px {
    margin-bottom: 181px;
  }
  body .ml_lg_181px, .block-editor__container .ml_lg_181px {
    margin-left: 181px;
  }
  body .mr_lg_181px, .block-editor__container .mr_lg_181px {
    margin-right: 181px;
  }
  body .mt_lg_-181px, .block-editor__container .mt_lg_-181px {
    margin-top: -181px;
  }
  body .mb_lg_-181px, .block-editor__container .mb_lg_-181px {
    margin-bottom: -181px;
  }
  body .ml_lg_-181px, .block-editor__container .ml_lg_-181px {
    margin-left: -181px;
  }
  body .mr_lg_-181px, .block-editor__container .mr_lg_-181px {
    margin-right: -181px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_182px, .block-editor__container .mt_lg_182px {
    margin-top: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_182px, .block-editor__container .mb_lg_182px {
    margin-bottom: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_182px, .block-editor__container .ml_lg_182px {
    margin-left: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_182px, .block-editor__container .mr_lg_182px {
    margin-right: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-182px, .block-editor__container .mt_lg_-182px {
    margin-top: -182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-182px, .block-editor__container .mb_lg_-182px {
    margin-bottom: -182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-182px, .block-editor__container .ml_lg_-182px {
    margin-left: -182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-182px, .block-editor__container .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_182px, .block-editor__container .mt_lg_182px {
    margin-top: 182px;
  }
  body .mb_lg_182px, .block-editor__container .mb_lg_182px {
    margin-bottom: 182px;
  }
  body .ml_lg_182px, .block-editor__container .ml_lg_182px {
    margin-left: 182px;
  }
  body .mr_lg_182px, .block-editor__container .mr_lg_182px {
    margin-right: 182px;
  }
  body .mt_lg_-182px, .block-editor__container .mt_lg_-182px {
    margin-top: -182px;
  }
  body .mb_lg_-182px, .block-editor__container .mb_lg_-182px {
    margin-bottom: -182px;
  }
  body .ml_lg_-182px, .block-editor__container .ml_lg_-182px {
    margin-left: -182px;
  }
  body .mr_lg_-182px, .block-editor__container .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_182px, .block-editor__container .mt_lg_182px {
    margin-top: 182px;
  }
  body .mb_lg_182px, .block-editor__container .mb_lg_182px {
    margin-bottom: 182px;
  }
  body .ml_lg_182px, .block-editor__container .ml_lg_182px {
    margin-left: 182px;
  }
  body .mr_lg_182px, .block-editor__container .mr_lg_182px {
    margin-right: 182px;
  }
  body .mt_lg_-182px, .block-editor__container .mt_lg_-182px {
    margin-top: -182px;
  }
  body .mb_lg_-182px, .block-editor__container .mb_lg_-182px {
    margin-bottom: -182px;
  }
  body .ml_lg_-182px, .block-editor__container .ml_lg_-182px {
    margin-left: -182px;
  }
  body .mr_lg_-182px, .block-editor__container .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_182px, .block-editor__container .mt_lg_182px {
    margin-top: 182px;
  }
  body .mb_lg_182px, .block-editor__container .mb_lg_182px {
    margin-bottom: 182px;
  }
  body .ml_lg_182px, .block-editor__container .ml_lg_182px {
    margin-left: 182px;
  }
  body .mr_lg_182px, .block-editor__container .mr_lg_182px {
    margin-right: 182px;
  }
  body .mt_lg_-182px, .block-editor__container .mt_lg_-182px {
    margin-top: -182px;
  }
  body .mb_lg_-182px, .block-editor__container .mb_lg_-182px {
    margin-bottom: -182px;
  }
  body .ml_lg_-182px, .block-editor__container .ml_lg_-182px {
    margin-left: -182px;
  }
  body .mr_lg_-182px, .block-editor__container .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_182px, .block-editor__container .mt_lg_182px {
    margin-top: 182px;
  }
  body .mb_lg_182px, .block-editor__container .mb_lg_182px {
    margin-bottom: 182px;
  }
  body .ml_lg_182px, .block-editor__container .ml_lg_182px {
    margin-left: 182px;
  }
  body .mr_lg_182px, .block-editor__container .mr_lg_182px {
    margin-right: 182px;
  }
  body .mt_lg_-182px, .block-editor__container .mt_lg_-182px {
    margin-top: -182px;
  }
  body .mb_lg_-182px, .block-editor__container .mb_lg_-182px {
    margin-bottom: -182px;
  }
  body .ml_lg_-182px, .block-editor__container .ml_lg_-182px {
    margin-left: -182px;
  }
  body .mr_lg_-182px, .block-editor__container .mr_lg_-182px {
    margin-right: -182px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_183px, .block-editor__container .mt_lg_183px {
    margin-top: 183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_183px, .block-editor__container .mb_lg_183px {
    margin-bottom: 183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_183px, .block-editor__container .ml_lg_183px {
    margin-left: 183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_183px, .block-editor__container .mr_lg_183px {
    margin-right: 183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-183px, .block-editor__container .mt_lg_-183px {
    margin-top: -183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-183px, .block-editor__container .mb_lg_-183px {
    margin-bottom: -183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-183px, .block-editor__container .ml_lg_-183px {
    margin-left: -183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-183px, .block-editor__container .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_183px, .block-editor__container .mt_lg_183px {
    margin-top: 183px;
  }
  body .mb_lg_183px, .block-editor__container .mb_lg_183px {
    margin-bottom: 183px;
  }
  body .ml_lg_183px, .block-editor__container .ml_lg_183px {
    margin-left: 183px;
  }
  body .mr_lg_183px, .block-editor__container .mr_lg_183px {
    margin-right: 183px;
  }
  body .mt_lg_-183px, .block-editor__container .mt_lg_-183px {
    margin-top: -183px;
  }
  body .mb_lg_-183px, .block-editor__container .mb_lg_-183px {
    margin-bottom: -183px;
  }
  body .ml_lg_-183px, .block-editor__container .ml_lg_-183px {
    margin-left: -183px;
  }
  body .mr_lg_-183px, .block-editor__container .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_183px, .block-editor__container .mt_lg_183px {
    margin-top: 183px;
  }
  body .mb_lg_183px, .block-editor__container .mb_lg_183px {
    margin-bottom: 183px;
  }
  body .ml_lg_183px, .block-editor__container .ml_lg_183px {
    margin-left: 183px;
  }
  body .mr_lg_183px, .block-editor__container .mr_lg_183px {
    margin-right: 183px;
  }
  body .mt_lg_-183px, .block-editor__container .mt_lg_-183px {
    margin-top: -183px;
  }
  body .mb_lg_-183px, .block-editor__container .mb_lg_-183px {
    margin-bottom: -183px;
  }
  body .ml_lg_-183px, .block-editor__container .ml_lg_-183px {
    margin-left: -183px;
  }
  body .mr_lg_-183px, .block-editor__container .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_183px, .block-editor__container .mt_lg_183px {
    margin-top: 183px;
  }
  body .mb_lg_183px, .block-editor__container .mb_lg_183px {
    margin-bottom: 183px;
  }
  body .ml_lg_183px, .block-editor__container .ml_lg_183px {
    margin-left: 183px;
  }
  body .mr_lg_183px, .block-editor__container .mr_lg_183px {
    margin-right: 183px;
  }
  body .mt_lg_-183px, .block-editor__container .mt_lg_-183px {
    margin-top: -183px;
  }
  body .mb_lg_-183px, .block-editor__container .mb_lg_-183px {
    margin-bottom: -183px;
  }
  body .ml_lg_-183px, .block-editor__container .ml_lg_-183px {
    margin-left: -183px;
  }
  body .mr_lg_-183px, .block-editor__container .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_183px, .block-editor__container .mt_lg_183px {
    margin-top: 183px;
  }
  body .mb_lg_183px, .block-editor__container .mb_lg_183px {
    margin-bottom: 183px;
  }
  body .ml_lg_183px, .block-editor__container .ml_lg_183px {
    margin-left: 183px;
  }
  body .mr_lg_183px, .block-editor__container .mr_lg_183px {
    margin-right: 183px;
  }
  body .mt_lg_-183px, .block-editor__container .mt_lg_-183px {
    margin-top: -183px;
  }
  body .mb_lg_-183px, .block-editor__container .mb_lg_-183px {
    margin-bottom: -183px;
  }
  body .ml_lg_-183px, .block-editor__container .ml_lg_-183px {
    margin-left: -183px;
  }
  body .mr_lg_-183px, .block-editor__container .mr_lg_-183px {
    margin-right: -183px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_184px, .block-editor__container .mt_lg_184px {
    margin-top: 184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_184px, .block-editor__container .mb_lg_184px {
    margin-bottom: 184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_184px, .block-editor__container .ml_lg_184px {
    margin-left: 184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_184px, .block-editor__container .mr_lg_184px {
    margin-right: 184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-184px, .block-editor__container .mt_lg_-184px {
    margin-top: -184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-184px, .block-editor__container .mb_lg_-184px {
    margin-bottom: -184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-184px, .block-editor__container .ml_lg_-184px {
    margin-left: -184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-184px, .block-editor__container .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_184px, .block-editor__container .mt_lg_184px {
    margin-top: 184px;
  }
  body .mb_lg_184px, .block-editor__container .mb_lg_184px {
    margin-bottom: 184px;
  }
  body .ml_lg_184px, .block-editor__container .ml_lg_184px {
    margin-left: 184px;
  }
  body .mr_lg_184px, .block-editor__container .mr_lg_184px {
    margin-right: 184px;
  }
  body .mt_lg_-184px, .block-editor__container .mt_lg_-184px {
    margin-top: -184px;
  }
  body .mb_lg_-184px, .block-editor__container .mb_lg_-184px {
    margin-bottom: -184px;
  }
  body .ml_lg_-184px, .block-editor__container .ml_lg_-184px {
    margin-left: -184px;
  }
  body .mr_lg_-184px, .block-editor__container .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_184px, .block-editor__container .mt_lg_184px {
    margin-top: 184px;
  }
  body .mb_lg_184px, .block-editor__container .mb_lg_184px {
    margin-bottom: 184px;
  }
  body .ml_lg_184px, .block-editor__container .ml_lg_184px {
    margin-left: 184px;
  }
  body .mr_lg_184px, .block-editor__container .mr_lg_184px {
    margin-right: 184px;
  }
  body .mt_lg_-184px, .block-editor__container .mt_lg_-184px {
    margin-top: -184px;
  }
  body .mb_lg_-184px, .block-editor__container .mb_lg_-184px {
    margin-bottom: -184px;
  }
  body .ml_lg_-184px, .block-editor__container .ml_lg_-184px {
    margin-left: -184px;
  }
  body .mr_lg_-184px, .block-editor__container .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_184px, .block-editor__container .mt_lg_184px {
    margin-top: 184px;
  }
  body .mb_lg_184px, .block-editor__container .mb_lg_184px {
    margin-bottom: 184px;
  }
  body .ml_lg_184px, .block-editor__container .ml_lg_184px {
    margin-left: 184px;
  }
  body .mr_lg_184px, .block-editor__container .mr_lg_184px {
    margin-right: 184px;
  }
  body .mt_lg_-184px, .block-editor__container .mt_lg_-184px {
    margin-top: -184px;
  }
  body .mb_lg_-184px, .block-editor__container .mb_lg_-184px {
    margin-bottom: -184px;
  }
  body .ml_lg_-184px, .block-editor__container .ml_lg_-184px {
    margin-left: -184px;
  }
  body .mr_lg_-184px, .block-editor__container .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_184px, .block-editor__container .mt_lg_184px {
    margin-top: 184px;
  }
  body .mb_lg_184px, .block-editor__container .mb_lg_184px {
    margin-bottom: 184px;
  }
  body .ml_lg_184px, .block-editor__container .ml_lg_184px {
    margin-left: 184px;
  }
  body .mr_lg_184px, .block-editor__container .mr_lg_184px {
    margin-right: 184px;
  }
  body .mt_lg_-184px, .block-editor__container .mt_lg_-184px {
    margin-top: -184px;
  }
  body .mb_lg_-184px, .block-editor__container .mb_lg_-184px {
    margin-bottom: -184px;
  }
  body .ml_lg_-184px, .block-editor__container .ml_lg_-184px {
    margin-left: -184px;
  }
  body .mr_lg_-184px, .block-editor__container .mr_lg_-184px {
    margin-right: -184px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_185px, .block-editor__container .mt_lg_185px {
    margin-top: 185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_185px, .block-editor__container .mb_lg_185px {
    margin-bottom: 185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_185px, .block-editor__container .ml_lg_185px {
    margin-left: 185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_185px, .block-editor__container .mr_lg_185px {
    margin-right: 185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-185px, .block-editor__container .mt_lg_-185px {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-185px, .block-editor__container .mb_lg_-185px {
    margin-bottom: -185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-185px, .block-editor__container .ml_lg_-185px {
    margin-left: -185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-185px, .block-editor__container .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_185px, .block-editor__container .mt_lg_185px {
    margin-top: 185px;
  }
  body .mb_lg_185px, .block-editor__container .mb_lg_185px {
    margin-bottom: 185px;
  }
  body .ml_lg_185px, .block-editor__container .ml_lg_185px {
    margin-left: 185px;
  }
  body .mr_lg_185px, .block-editor__container .mr_lg_185px {
    margin-right: 185px;
  }
  body .mt_lg_-185px, .block-editor__container .mt_lg_-185px {
    margin-top: -185px;
  }
  body .mb_lg_-185px, .block-editor__container .mb_lg_-185px {
    margin-bottom: -185px;
  }
  body .ml_lg_-185px, .block-editor__container .ml_lg_-185px {
    margin-left: -185px;
  }
  body .mr_lg_-185px, .block-editor__container .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_185px, .block-editor__container .mt_lg_185px {
    margin-top: 185px;
  }
  body .mb_lg_185px, .block-editor__container .mb_lg_185px {
    margin-bottom: 185px;
  }
  body .ml_lg_185px, .block-editor__container .ml_lg_185px {
    margin-left: 185px;
  }
  body .mr_lg_185px, .block-editor__container .mr_lg_185px {
    margin-right: 185px;
  }
  body .mt_lg_-185px, .block-editor__container .mt_lg_-185px {
    margin-top: -185px;
  }
  body .mb_lg_-185px, .block-editor__container .mb_lg_-185px {
    margin-bottom: -185px;
  }
  body .ml_lg_-185px, .block-editor__container .ml_lg_-185px {
    margin-left: -185px;
  }
  body .mr_lg_-185px, .block-editor__container .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_185px, .block-editor__container .mt_lg_185px {
    margin-top: 185px;
  }
  body .mb_lg_185px, .block-editor__container .mb_lg_185px {
    margin-bottom: 185px;
  }
  body .ml_lg_185px, .block-editor__container .ml_lg_185px {
    margin-left: 185px;
  }
  body .mr_lg_185px, .block-editor__container .mr_lg_185px {
    margin-right: 185px;
  }
  body .mt_lg_-185px, .block-editor__container .mt_lg_-185px {
    margin-top: -185px;
  }
  body .mb_lg_-185px, .block-editor__container .mb_lg_-185px {
    margin-bottom: -185px;
  }
  body .ml_lg_-185px, .block-editor__container .ml_lg_-185px {
    margin-left: -185px;
  }
  body .mr_lg_-185px, .block-editor__container .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_185px, .block-editor__container .mt_lg_185px {
    margin-top: 185px;
  }
  body .mb_lg_185px, .block-editor__container .mb_lg_185px {
    margin-bottom: 185px;
  }
  body .ml_lg_185px, .block-editor__container .ml_lg_185px {
    margin-left: 185px;
  }
  body .mr_lg_185px, .block-editor__container .mr_lg_185px {
    margin-right: 185px;
  }
  body .mt_lg_-185px, .block-editor__container .mt_lg_-185px {
    margin-top: -185px;
  }
  body .mb_lg_-185px, .block-editor__container .mb_lg_-185px {
    margin-bottom: -185px;
  }
  body .ml_lg_-185px, .block-editor__container .ml_lg_-185px {
    margin-left: -185px;
  }
  body .mr_lg_-185px, .block-editor__container .mr_lg_-185px {
    margin-right: -185px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_186px, .block-editor__container .mt_lg_186px {
    margin-top: 186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_186px, .block-editor__container .mb_lg_186px {
    margin-bottom: 186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_186px, .block-editor__container .ml_lg_186px {
    margin-left: 186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_186px, .block-editor__container .mr_lg_186px {
    margin-right: 186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-186px, .block-editor__container .mt_lg_-186px {
    margin-top: -186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-186px, .block-editor__container .mb_lg_-186px {
    margin-bottom: -186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-186px, .block-editor__container .ml_lg_-186px {
    margin-left: -186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-186px, .block-editor__container .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_186px, .block-editor__container .mt_lg_186px {
    margin-top: 186px;
  }
  body .mb_lg_186px, .block-editor__container .mb_lg_186px {
    margin-bottom: 186px;
  }
  body .ml_lg_186px, .block-editor__container .ml_lg_186px {
    margin-left: 186px;
  }
  body .mr_lg_186px, .block-editor__container .mr_lg_186px {
    margin-right: 186px;
  }
  body .mt_lg_-186px, .block-editor__container .mt_lg_-186px {
    margin-top: -186px;
  }
  body .mb_lg_-186px, .block-editor__container .mb_lg_-186px {
    margin-bottom: -186px;
  }
  body .ml_lg_-186px, .block-editor__container .ml_lg_-186px {
    margin-left: -186px;
  }
  body .mr_lg_-186px, .block-editor__container .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_186px, .block-editor__container .mt_lg_186px {
    margin-top: 186px;
  }
  body .mb_lg_186px, .block-editor__container .mb_lg_186px {
    margin-bottom: 186px;
  }
  body .ml_lg_186px, .block-editor__container .ml_lg_186px {
    margin-left: 186px;
  }
  body .mr_lg_186px, .block-editor__container .mr_lg_186px {
    margin-right: 186px;
  }
  body .mt_lg_-186px, .block-editor__container .mt_lg_-186px {
    margin-top: -186px;
  }
  body .mb_lg_-186px, .block-editor__container .mb_lg_-186px {
    margin-bottom: -186px;
  }
  body .ml_lg_-186px, .block-editor__container .ml_lg_-186px {
    margin-left: -186px;
  }
  body .mr_lg_-186px, .block-editor__container .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_186px, .block-editor__container .mt_lg_186px {
    margin-top: 186px;
  }
  body .mb_lg_186px, .block-editor__container .mb_lg_186px {
    margin-bottom: 186px;
  }
  body .ml_lg_186px, .block-editor__container .ml_lg_186px {
    margin-left: 186px;
  }
  body .mr_lg_186px, .block-editor__container .mr_lg_186px {
    margin-right: 186px;
  }
  body .mt_lg_-186px, .block-editor__container .mt_lg_-186px {
    margin-top: -186px;
  }
  body .mb_lg_-186px, .block-editor__container .mb_lg_-186px {
    margin-bottom: -186px;
  }
  body .ml_lg_-186px, .block-editor__container .ml_lg_-186px {
    margin-left: -186px;
  }
  body .mr_lg_-186px, .block-editor__container .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_186px, .block-editor__container .mt_lg_186px {
    margin-top: 186px;
  }
  body .mb_lg_186px, .block-editor__container .mb_lg_186px {
    margin-bottom: 186px;
  }
  body .ml_lg_186px, .block-editor__container .ml_lg_186px {
    margin-left: 186px;
  }
  body .mr_lg_186px, .block-editor__container .mr_lg_186px {
    margin-right: 186px;
  }
  body .mt_lg_-186px, .block-editor__container .mt_lg_-186px {
    margin-top: -186px;
  }
  body .mb_lg_-186px, .block-editor__container .mb_lg_-186px {
    margin-bottom: -186px;
  }
  body .ml_lg_-186px, .block-editor__container .ml_lg_-186px {
    margin-left: -186px;
  }
  body .mr_lg_-186px, .block-editor__container .mr_lg_-186px {
    margin-right: -186px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_187px, .block-editor__container .mt_lg_187px {
    margin-top: 187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_187px, .block-editor__container .mb_lg_187px {
    margin-bottom: 187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_187px, .block-editor__container .ml_lg_187px {
    margin-left: 187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_187px, .block-editor__container .mr_lg_187px {
    margin-right: 187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-187px, .block-editor__container .mt_lg_-187px {
    margin-top: -187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-187px, .block-editor__container .mb_lg_-187px {
    margin-bottom: -187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-187px, .block-editor__container .ml_lg_-187px {
    margin-left: -187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-187px, .block-editor__container .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_187px, .block-editor__container .mt_lg_187px {
    margin-top: 187px;
  }
  body .mb_lg_187px, .block-editor__container .mb_lg_187px {
    margin-bottom: 187px;
  }
  body .ml_lg_187px, .block-editor__container .ml_lg_187px {
    margin-left: 187px;
  }
  body .mr_lg_187px, .block-editor__container .mr_lg_187px {
    margin-right: 187px;
  }
  body .mt_lg_-187px, .block-editor__container .mt_lg_-187px {
    margin-top: -187px;
  }
  body .mb_lg_-187px, .block-editor__container .mb_lg_-187px {
    margin-bottom: -187px;
  }
  body .ml_lg_-187px, .block-editor__container .ml_lg_-187px {
    margin-left: -187px;
  }
  body .mr_lg_-187px, .block-editor__container .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_187px, .block-editor__container .mt_lg_187px {
    margin-top: 187px;
  }
  body .mb_lg_187px, .block-editor__container .mb_lg_187px {
    margin-bottom: 187px;
  }
  body .ml_lg_187px, .block-editor__container .ml_lg_187px {
    margin-left: 187px;
  }
  body .mr_lg_187px, .block-editor__container .mr_lg_187px {
    margin-right: 187px;
  }
  body .mt_lg_-187px, .block-editor__container .mt_lg_-187px {
    margin-top: -187px;
  }
  body .mb_lg_-187px, .block-editor__container .mb_lg_-187px {
    margin-bottom: -187px;
  }
  body .ml_lg_-187px, .block-editor__container .ml_lg_-187px {
    margin-left: -187px;
  }
  body .mr_lg_-187px, .block-editor__container .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_187px, .block-editor__container .mt_lg_187px {
    margin-top: 187px;
  }
  body .mb_lg_187px, .block-editor__container .mb_lg_187px {
    margin-bottom: 187px;
  }
  body .ml_lg_187px, .block-editor__container .ml_lg_187px {
    margin-left: 187px;
  }
  body .mr_lg_187px, .block-editor__container .mr_lg_187px {
    margin-right: 187px;
  }
  body .mt_lg_-187px, .block-editor__container .mt_lg_-187px {
    margin-top: -187px;
  }
  body .mb_lg_-187px, .block-editor__container .mb_lg_-187px {
    margin-bottom: -187px;
  }
  body .ml_lg_-187px, .block-editor__container .ml_lg_-187px {
    margin-left: -187px;
  }
  body .mr_lg_-187px, .block-editor__container .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_187px, .block-editor__container .mt_lg_187px {
    margin-top: 187px;
  }
  body .mb_lg_187px, .block-editor__container .mb_lg_187px {
    margin-bottom: 187px;
  }
  body .ml_lg_187px, .block-editor__container .ml_lg_187px {
    margin-left: 187px;
  }
  body .mr_lg_187px, .block-editor__container .mr_lg_187px {
    margin-right: 187px;
  }
  body .mt_lg_-187px, .block-editor__container .mt_lg_-187px {
    margin-top: -187px;
  }
  body .mb_lg_-187px, .block-editor__container .mb_lg_-187px {
    margin-bottom: -187px;
  }
  body .ml_lg_-187px, .block-editor__container .ml_lg_-187px {
    margin-left: -187px;
  }
  body .mr_lg_-187px, .block-editor__container .mr_lg_-187px {
    margin-right: -187px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_188px, .block-editor__container .mt_lg_188px {
    margin-top: 188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_188px, .block-editor__container .mb_lg_188px {
    margin-bottom: 188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_188px, .block-editor__container .ml_lg_188px {
    margin-left: 188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_188px, .block-editor__container .mr_lg_188px {
    margin-right: 188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-188px, .block-editor__container .mt_lg_-188px {
    margin-top: -188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-188px, .block-editor__container .mb_lg_-188px {
    margin-bottom: -188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-188px, .block-editor__container .ml_lg_-188px {
    margin-left: -188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-188px, .block-editor__container .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_188px, .block-editor__container .mt_lg_188px {
    margin-top: 188px;
  }
  body .mb_lg_188px, .block-editor__container .mb_lg_188px {
    margin-bottom: 188px;
  }
  body .ml_lg_188px, .block-editor__container .ml_lg_188px {
    margin-left: 188px;
  }
  body .mr_lg_188px, .block-editor__container .mr_lg_188px {
    margin-right: 188px;
  }
  body .mt_lg_-188px, .block-editor__container .mt_lg_-188px {
    margin-top: -188px;
  }
  body .mb_lg_-188px, .block-editor__container .mb_lg_-188px {
    margin-bottom: -188px;
  }
  body .ml_lg_-188px, .block-editor__container .ml_lg_-188px {
    margin-left: -188px;
  }
  body .mr_lg_-188px, .block-editor__container .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_188px, .block-editor__container .mt_lg_188px {
    margin-top: 188px;
  }
  body .mb_lg_188px, .block-editor__container .mb_lg_188px {
    margin-bottom: 188px;
  }
  body .ml_lg_188px, .block-editor__container .ml_lg_188px {
    margin-left: 188px;
  }
  body .mr_lg_188px, .block-editor__container .mr_lg_188px {
    margin-right: 188px;
  }
  body .mt_lg_-188px, .block-editor__container .mt_lg_-188px {
    margin-top: -188px;
  }
  body .mb_lg_-188px, .block-editor__container .mb_lg_-188px {
    margin-bottom: -188px;
  }
  body .ml_lg_-188px, .block-editor__container .ml_lg_-188px {
    margin-left: -188px;
  }
  body .mr_lg_-188px, .block-editor__container .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_188px, .block-editor__container .mt_lg_188px {
    margin-top: 188px;
  }
  body .mb_lg_188px, .block-editor__container .mb_lg_188px {
    margin-bottom: 188px;
  }
  body .ml_lg_188px, .block-editor__container .ml_lg_188px {
    margin-left: 188px;
  }
  body .mr_lg_188px, .block-editor__container .mr_lg_188px {
    margin-right: 188px;
  }
  body .mt_lg_-188px, .block-editor__container .mt_lg_-188px {
    margin-top: -188px;
  }
  body .mb_lg_-188px, .block-editor__container .mb_lg_-188px {
    margin-bottom: -188px;
  }
  body .ml_lg_-188px, .block-editor__container .ml_lg_-188px {
    margin-left: -188px;
  }
  body .mr_lg_-188px, .block-editor__container .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_188px, .block-editor__container .mt_lg_188px {
    margin-top: 188px;
  }
  body .mb_lg_188px, .block-editor__container .mb_lg_188px {
    margin-bottom: 188px;
  }
  body .ml_lg_188px, .block-editor__container .ml_lg_188px {
    margin-left: 188px;
  }
  body .mr_lg_188px, .block-editor__container .mr_lg_188px {
    margin-right: 188px;
  }
  body .mt_lg_-188px, .block-editor__container .mt_lg_-188px {
    margin-top: -188px;
  }
  body .mb_lg_-188px, .block-editor__container .mb_lg_-188px {
    margin-bottom: -188px;
  }
  body .ml_lg_-188px, .block-editor__container .ml_lg_-188px {
    margin-left: -188px;
  }
  body .mr_lg_-188px, .block-editor__container .mr_lg_-188px {
    margin-right: -188px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_189px, .block-editor__container .mt_lg_189px {
    margin-top: 189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_189px, .block-editor__container .mb_lg_189px {
    margin-bottom: 189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_189px, .block-editor__container .ml_lg_189px {
    margin-left: 189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_189px, .block-editor__container .mr_lg_189px {
    margin-right: 189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-189px, .block-editor__container .mt_lg_-189px {
    margin-top: -189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-189px, .block-editor__container .mb_lg_-189px {
    margin-bottom: -189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-189px, .block-editor__container .ml_lg_-189px {
    margin-left: -189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-189px, .block-editor__container .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_189px, .block-editor__container .mt_lg_189px {
    margin-top: 189px;
  }
  body .mb_lg_189px, .block-editor__container .mb_lg_189px {
    margin-bottom: 189px;
  }
  body .ml_lg_189px, .block-editor__container .ml_lg_189px {
    margin-left: 189px;
  }
  body .mr_lg_189px, .block-editor__container .mr_lg_189px {
    margin-right: 189px;
  }
  body .mt_lg_-189px, .block-editor__container .mt_lg_-189px {
    margin-top: -189px;
  }
  body .mb_lg_-189px, .block-editor__container .mb_lg_-189px {
    margin-bottom: -189px;
  }
  body .ml_lg_-189px, .block-editor__container .ml_lg_-189px {
    margin-left: -189px;
  }
  body .mr_lg_-189px, .block-editor__container .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_189px, .block-editor__container .mt_lg_189px {
    margin-top: 189px;
  }
  body .mb_lg_189px, .block-editor__container .mb_lg_189px {
    margin-bottom: 189px;
  }
  body .ml_lg_189px, .block-editor__container .ml_lg_189px {
    margin-left: 189px;
  }
  body .mr_lg_189px, .block-editor__container .mr_lg_189px {
    margin-right: 189px;
  }
  body .mt_lg_-189px, .block-editor__container .mt_lg_-189px {
    margin-top: -189px;
  }
  body .mb_lg_-189px, .block-editor__container .mb_lg_-189px {
    margin-bottom: -189px;
  }
  body .ml_lg_-189px, .block-editor__container .ml_lg_-189px {
    margin-left: -189px;
  }
  body .mr_lg_-189px, .block-editor__container .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_189px, .block-editor__container .mt_lg_189px {
    margin-top: 189px;
  }
  body .mb_lg_189px, .block-editor__container .mb_lg_189px {
    margin-bottom: 189px;
  }
  body .ml_lg_189px, .block-editor__container .ml_lg_189px {
    margin-left: 189px;
  }
  body .mr_lg_189px, .block-editor__container .mr_lg_189px {
    margin-right: 189px;
  }
  body .mt_lg_-189px, .block-editor__container .mt_lg_-189px {
    margin-top: -189px;
  }
  body .mb_lg_-189px, .block-editor__container .mb_lg_-189px {
    margin-bottom: -189px;
  }
  body .ml_lg_-189px, .block-editor__container .ml_lg_-189px {
    margin-left: -189px;
  }
  body .mr_lg_-189px, .block-editor__container .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_189px, .block-editor__container .mt_lg_189px {
    margin-top: 189px;
  }
  body .mb_lg_189px, .block-editor__container .mb_lg_189px {
    margin-bottom: 189px;
  }
  body .ml_lg_189px, .block-editor__container .ml_lg_189px {
    margin-left: 189px;
  }
  body .mr_lg_189px, .block-editor__container .mr_lg_189px {
    margin-right: 189px;
  }
  body .mt_lg_-189px, .block-editor__container .mt_lg_-189px {
    margin-top: -189px;
  }
  body .mb_lg_-189px, .block-editor__container .mb_lg_-189px {
    margin-bottom: -189px;
  }
  body .ml_lg_-189px, .block-editor__container .ml_lg_-189px {
    margin-left: -189px;
  }
  body .mr_lg_-189px, .block-editor__container .mr_lg_-189px {
    margin-right: -189px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_190px, .block-editor__container .mt_lg_190px {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_190px, .block-editor__container .mb_lg_190px {
    margin-bottom: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_190px, .block-editor__container .ml_lg_190px {
    margin-left: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_190px, .block-editor__container .mr_lg_190px {
    margin-right: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-190px, .block-editor__container .mt_lg_-190px {
    margin-top: -190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-190px, .block-editor__container .mb_lg_-190px {
    margin-bottom: -190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-190px, .block-editor__container .ml_lg_-190px {
    margin-left: -190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-190px, .block-editor__container .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_190px, .block-editor__container .mt_lg_190px {
    margin-top: 190px;
  }
  body .mb_lg_190px, .block-editor__container .mb_lg_190px {
    margin-bottom: 190px;
  }
  body .ml_lg_190px, .block-editor__container .ml_lg_190px {
    margin-left: 190px;
  }
  body .mr_lg_190px, .block-editor__container .mr_lg_190px {
    margin-right: 190px;
  }
  body .mt_lg_-190px, .block-editor__container .mt_lg_-190px {
    margin-top: -190px;
  }
  body .mb_lg_-190px, .block-editor__container .mb_lg_-190px {
    margin-bottom: -190px;
  }
  body .ml_lg_-190px, .block-editor__container .ml_lg_-190px {
    margin-left: -190px;
  }
  body .mr_lg_-190px, .block-editor__container .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_190px, .block-editor__container .mt_lg_190px {
    margin-top: 190px;
  }
  body .mb_lg_190px, .block-editor__container .mb_lg_190px {
    margin-bottom: 190px;
  }
  body .ml_lg_190px, .block-editor__container .ml_lg_190px {
    margin-left: 190px;
  }
  body .mr_lg_190px, .block-editor__container .mr_lg_190px {
    margin-right: 190px;
  }
  body .mt_lg_-190px, .block-editor__container .mt_lg_-190px {
    margin-top: -190px;
  }
  body .mb_lg_-190px, .block-editor__container .mb_lg_-190px {
    margin-bottom: -190px;
  }
  body .ml_lg_-190px, .block-editor__container .ml_lg_-190px {
    margin-left: -190px;
  }
  body .mr_lg_-190px, .block-editor__container .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_190px, .block-editor__container .mt_lg_190px {
    margin-top: 190px;
  }
  body .mb_lg_190px, .block-editor__container .mb_lg_190px {
    margin-bottom: 190px;
  }
  body .ml_lg_190px, .block-editor__container .ml_lg_190px {
    margin-left: 190px;
  }
  body .mr_lg_190px, .block-editor__container .mr_lg_190px {
    margin-right: 190px;
  }
  body .mt_lg_-190px, .block-editor__container .mt_lg_-190px {
    margin-top: -190px;
  }
  body .mb_lg_-190px, .block-editor__container .mb_lg_-190px {
    margin-bottom: -190px;
  }
  body .ml_lg_-190px, .block-editor__container .ml_lg_-190px {
    margin-left: -190px;
  }
  body .mr_lg_-190px, .block-editor__container .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_190px, .block-editor__container .mt_lg_190px {
    margin-top: 190px;
  }
  body .mb_lg_190px, .block-editor__container .mb_lg_190px {
    margin-bottom: 190px;
  }
  body .ml_lg_190px, .block-editor__container .ml_lg_190px {
    margin-left: 190px;
  }
  body .mr_lg_190px, .block-editor__container .mr_lg_190px {
    margin-right: 190px;
  }
  body .mt_lg_-190px, .block-editor__container .mt_lg_-190px {
    margin-top: -190px;
  }
  body .mb_lg_-190px, .block-editor__container .mb_lg_-190px {
    margin-bottom: -190px;
  }
  body .ml_lg_-190px, .block-editor__container .ml_lg_-190px {
    margin-left: -190px;
  }
  body .mr_lg_-190px, .block-editor__container .mr_lg_-190px {
    margin-right: -190px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_191px, .block-editor__container .mt_lg_191px {
    margin-top: 191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_191px, .block-editor__container .mb_lg_191px {
    margin-bottom: 191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_191px, .block-editor__container .ml_lg_191px {
    margin-left: 191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_191px, .block-editor__container .mr_lg_191px {
    margin-right: 191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-191px, .block-editor__container .mt_lg_-191px {
    margin-top: -191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-191px, .block-editor__container .mb_lg_-191px {
    margin-bottom: -191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-191px, .block-editor__container .ml_lg_-191px {
    margin-left: -191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-191px, .block-editor__container .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_191px, .block-editor__container .mt_lg_191px {
    margin-top: 191px;
  }
  body .mb_lg_191px, .block-editor__container .mb_lg_191px {
    margin-bottom: 191px;
  }
  body .ml_lg_191px, .block-editor__container .ml_lg_191px {
    margin-left: 191px;
  }
  body .mr_lg_191px, .block-editor__container .mr_lg_191px {
    margin-right: 191px;
  }
  body .mt_lg_-191px, .block-editor__container .mt_lg_-191px {
    margin-top: -191px;
  }
  body .mb_lg_-191px, .block-editor__container .mb_lg_-191px {
    margin-bottom: -191px;
  }
  body .ml_lg_-191px, .block-editor__container .ml_lg_-191px {
    margin-left: -191px;
  }
  body .mr_lg_-191px, .block-editor__container .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_191px, .block-editor__container .mt_lg_191px {
    margin-top: 191px;
  }
  body .mb_lg_191px, .block-editor__container .mb_lg_191px {
    margin-bottom: 191px;
  }
  body .ml_lg_191px, .block-editor__container .ml_lg_191px {
    margin-left: 191px;
  }
  body .mr_lg_191px, .block-editor__container .mr_lg_191px {
    margin-right: 191px;
  }
  body .mt_lg_-191px, .block-editor__container .mt_lg_-191px {
    margin-top: -191px;
  }
  body .mb_lg_-191px, .block-editor__container .mb_lg_-191px {
    margin-bottom: -191px;
  }
  body .ml_lg_-191px, .block-editor__container .ml_lg_-191px {
    margin-left: -191px;
  }
  body .mr_lg_-191px, .block-editor__container .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_191px, .block-editor__container .mt_lg_191px {
    margin-top: 191px;
  }
  body .mb_lg_191px, .block-editor__container .mb_lg_191px {
    margin-bottom: 191px;
  }
  body .ml_lg_191px, .block-editor__container .ml_lg_191px {
    margin-left: 191px;
  }
  body .mr_lg_191px, .block-editor__container .mr_lg_191px {
    margin-right: 191px;
  }
  body .mt_lg_-191px, .block-editor__container .mt_lg_-191px {
    margin-top: -191px;
  }
  body .mb_lg_-191px, .block-editor__container .mb_lg_-191px {
    margin-bottom: -191px;
  }
  body .ml_lg_-191px, .block-editor__container .ml_lg_-191px {
    margin-left: -191px;
  }
  body .mr_lg_-191px, .block-editor__container .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_191px, .block-editor__container .mt_lg_191px {
    margin-top: 191px;
  }
  body .mb_lg_191px, .block-editor__container .mb_lg_191px {
    margin-bottom: 191px;
  }
  body .ml_lg_191px, .block-editor__container .ml_lg_191px {
    margin-left: 191px;
  }
  body .mr_lg_191px, .block-editor__container .mr_lg_191px {
    margin-right: 191px;
  }
  body .mt_lg_-191px, .block-editor__container .mt_lg_-191px {
    margin-top: -191px;
  }
  body .mb_lg_-191px, .block-editor__container .mb_lg_-191px {
    margin-bottom: -191px;
  }
  body .ml_lg_-191px, .block-editor__container .ml_lg_-191px {
    margin-left: -191px;
  }
  body .mr_lg_-191px, .block-editor__container .mr_lg_-191px {
    margin-right: -191px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_192px, .block-editor__container .mt_lg_192px {
    margin-top: 192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_192px, .block-editor__container .mb_lg_192px {
    margin-bottom: 192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_192px, .block-editor__container .ml_lg_192px {
    margin-left: 192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_192px, .block-editor__container .mr_lg_192px {
    margin-right: 192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-192px, .block-editor__container .mt_lg_-192px {
    margin-top: -192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-192px, .block-editor__container .mb_lg_-192px {
    margin-bottom: -192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-192px, .block-editor__container .ml_lg_-192px {
    margin-left: -192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-192px, .block-editor__container .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_192px, .block-editor__container .mt_lg_192px {
    margin-top: 192px;
  }
  body .mb_lg_192px, .block-editor__container .mb_lg_192px {
    margin-bottom: 192px;
  }
  body .ml_lg_192px, .block-editor__container .ml_lg_192px {
    margin-left: 192px;
  }
  body .mr_lg_192px, .block-editor__container .mr_lg_192px {
    margin-right: 192px;
  }
  body .mt_lg_-192px, .block-editor__container .mt_lg_-192px {
    margin-top: -192px;
  }
  body .mb_lg_-192px, .block-editor__container .mb_lg_-192px {
    margin-bottom: -192px;
  }
  body .ml_lg_-192px, .block-editor__container .ml_lg_-192px {
    margin-left: -192px;
  }
  body .mr_lg_-192px, .block-editor__container .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_192px, .block-editor__container .mt_lg_192px {
    margin-top: 192px;
  }
  body .mb_lg_192px, .block-editor__container .mb_lg_192px {
    margin-bottom: 192px;
  }
  body .ml_lg_192px, .block-editor__container .ml_lg_192px {
    margin-left: 192px;
  }
  body .mr_lg_192px, .block-editor__container .mr_lg_192px {
    margin-right: 192px;
  }
  body .mt_lg_-192px, .block-editor__container .mt_lg_-192px {
    margin-top: -192px;
  }
  body .mb_lg_-192px, .block-editor__container .mb_lg_-192px {
    margin-bottom: -192px;
  }
  body .ml_lg_-192px, .block-editor__container .ml_lg_-192px {
    margin-left: -192px;
  }
  body .mr_lg_-192px, .block-editor__container .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_192px, .block-editor__container .mt_lg_192px {
    margin-top: 192px;
  }
  body .mb_lg_192px, .block-editor__container .mb_lg_192px {
    margin-bottom: 192px;
  }
  body .ml_lg_192px, .block-editor__container .ml_lg_192px {
    margin-left: 192px;
  }
  body .mr_lg_192px, .block-editor__container .mr_lg_192px {
    margin-right: 192px;
  }
  body .mt_lg_-192px, .block-editor__container .mt_lg_-192px {
    margin-top: -192px;
  }
  body .mb_lg_-192px, .block-editor__container .mb_lg_-192px {
    margin-bottom: -192px;
  }
  body .ml_lg_-192px, .block-editor__container .ml_lg_-192px {
    margin-left: -192px;
  }
  body .mr_lg_-192px, .block-editor__container .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_192px, .block-editor__container .mt_lg_192px {
    margin-top: 192px;
  }
  body .mb_lg_192px, .block-editor__container .mb_lg_192px {
    margin-bottom: 192px;
  }
  body .ml_lg_192px, .block-editor__container .ml_lg_192px {
    margin-left: 192px;
  }
  body .mr_lg_192px, .block-editor__container .mr_lg_192px {
    margin-right: 192px;
  }
  body .mt_lg_-192px, .block-editor__container .mt_lg_-192px {
    margin-top: -192px;
  }
  body .mb_lg_-192px, .block-editor__container .mb_lg_-192px {
    margin-bottom: -192px;
  }
  body .ml_lg_-192px, .block-editor__container .ml_lg_-192px {
    margin-left: -192px;
  }
  body .mr_lg_-192px, .block-editor__container .mr_lg_-192px {
    margin-right: -192px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_193px, .block-editor__container .mt_lg_193px {
    margin-top: 193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_193px, .block-editor__container .mb_lg_193px {
    margin-bottom: 193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_193px, .block-editor__container .ml_lg_193px {
    margin-left: 193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_193px, .block-editor__container .mr_lg_193px {
    margin-right: 193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-193px, .block-editor__container .mt_lg_-193px {
    margin-top: -193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-193px, .block-editor__container .mb_lg_-193px {
    margin-bottom: -193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-193px, .block-editor__container .ml_lg_-193px {
    margin-left: -193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-193px, .block-editor__container .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_193px, .block-editor__container .mt_lg_193px {
    margin-top: 193px;
  }
  body .mb_lg_193px, .block-editor__container .mb_lg_193px {
    margin-bottom: 193px;
  }
  body .ml_lg_193px, .block-editor__container .ml_lg_193px {
    margin-left: 193px;
  }
  body .mr_lg_193px, .block-editor__container .mr_lg_193px {
    margin-right: 193px;
  }
  body .mt_lg_-193px, .block-editor__container .mt_lg_-193px {
    margin-top: -193px;
  }
  body .mb_lg_-193px, .block-editor__container .mb_lg_-193px {
    margin-bottom: -193px;
  }
  body .ml_lg_-193px, .block-editor__container .ml_lg_-193px {
    margin-left: -193px;
  }
  body .mr_lg_-193px, .block-editor__container .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_193px, .block-editor__container .mt_lg_193px {
    margin-top: 193px;
  }
  body .mb_lg_193px, .block-editor__container .mb_lg_193px {
    margin-bottom: 193px;
  }
  body .ml_lg_193px, .block-editor__container .ml_lg_193px {
    margin-left: 193px;
  }
  body .mr_lg_193px, .block-editor__container .mr_lg_193px {
    margin-right: 193px;
  }
  body .mt_lg_-193px, .block-editor__container .mt_lg_-193px {
    margin-top: -193px;
  }
  body .mb_lg_-193px, .block-editor__container .mb_lg_-193px {
    margin-bottom: -193px;
  }
  body .ml_lg_-193px, .block-editor__container .ml_lg_-193px {
    margin-left: -193px;
  }
  body .mr_lg_-193px, .block-editor__container .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_193px, .block-editor__container .mt_lg_193px {
    margin-top: 193px;
  }
  body .mb_lg_193px, .block-editor__container .mb_lg_193px {
    margin-bottom: 193px;
  }
  body .ml_lg_193px, .block-editor__container .ml_lg_193px {
    margin-left: 193px;
  }
  body .mr_lg_193px, .block-editor__container .mr_lg_193px {
    margin-right: 193px;
  }
  body .mt_lg_-193px, .block-editor__container .mt_lg_-193px {
    margin-top: -193px;
  }
  body .mb_lg_-193px, .block-editor__container .mb_lg_-193px {
    margin-bottom: -193px;
  }
  body .ml_lg_-193px, .block-editor__container .ml_lg_-193px {
    margin-left: -193px;
  }
  body .mr_lg_-193px, .block-editor__container .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_193px, .block-editor__container .mt_lg_193px {
    margin-top: 193px;
  }
  body .mb_lg_193px, .block-editor__container .mb_lg_193px {
    margin-bottom: 193px;
  }
  body .ml_lg_193px, .block-editor__container .ml_lg_193px {
    margin-left: 193px;
  }
  body .mr_lg_193px, .block-editor__container .mr_lg_193px {
    margin-right: 193px;
  }
  body .mt_lg_-193px, .block-editor__container .mt_lg_-193px {
    margin-top: -193px;
  }
  body .mb_lg_-193px, .block-editor__container .mb_lg_-193px {
    margin-bottom: -193px;
  }
  body .ml_lg_-193px, .block-editor__container .ml_lg_-193px {
    margin-left: -193px;
  }
  body .mr_lg_-193px, .block-editor__container .mr_lg_-193px {
    margin-right: -193px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_194px, .block-editor__container .mt_lg_194px {
    margin-top: 194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_194px, .block-editor__container .mb_lg_194px {
    margin-bottom: 194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_194px, .block-editor__container .ml_lg_194px {
    margin-left: 194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_194px, .block-editor__container .mr_lg_194px {
    margin-right: 194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-194px, .block-editor__container .mt_lg_-194px {
    margin-top: -194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-194px, .block-editor__container .mb_lg_-194px {
    margin-bottom: -194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-194px, .block-editor__container .ml_lg_-194px {
    margin-left: -194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-194px, .block-editor__container .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_194px, .block-editor__container .mt_lg_194px {
    margin-top: 194px;
  }
  body .mb_lg_194px, .block-editor__container .mb_lg_194px {
    margin-bottom: 194px;
  }
  body .ml_lg_194px, .block-editor__container .ml_lg_194px {
    margin-left: 194px;
  }
  body .mr_lg_194px, .block-editor__container .mr_lg_194px {
    margin-right: 194px;
  }
  body .mt_lg_-194px, .block-editor__container .mt_lg_-194px {
    margin-top: -194px;
  }
  body .mb_lg_-194px, .block-editor__container .mb_lg_-194px {
    margin-bottom: -194px;
  }
  body .ml_lg_-194px, .block-editor__container .ml_lg_-194px {
    margin-left: -194px;
  }
  body .mr_lg_-194px, .block-editor__container .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_194px, .block-editor__container .mt_lg_194px {
    margin-top: 194px;
  }
  body .mb_lg_194px, .block-editor__container .mb_lg_194px {
    margin-bottom: 194px;
  }
  body .ml_lg_194px, .block-editor__container .ml_lg_194px {
    margin-left: 194px;
  }
  body .mr_lg_194px, .block-editor__container .mr_lg_194px {
    margin-right: 194px;
  }
  body .mt_lg_-194px, .block-editor__container .mt_lg_-194px {
    margin-top: -194px;
  }
  body .mb_lg_-194px, .block-editor__container .mb_lg_-194px {
    margin-bottom: -194px;
  }
  body .ml_lg_-194px, .block-editor__container .ml_lg_-194px {
    margin-left: -194px;
  }
  body .mr_lg_-194px, .block-editor__container .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_194px, .block-editor__container .mt_lg_194px {
    margin-top: 194px;
  }
  body .mb_lg_194px, .block-editor__container .mb_lg_194px {
    margin-bottom: 194px;
  }
  body .ml_lg_194px, .block-editor__container .ml_lg_194px {
    margin-left: 194px;
  }
  body .mr_lg_194px, .block-editor__container .mr_lg_194px {
    margin-right: 194px;
  }
  body .mt_lg_-194px, .block-editor__container .mt_lg_-194px {
    margin-top: -194px;
  }
  body .mb_lg_-194px, .block-editor__container .mb_lg_-194px {
    margin-bottom: -194px;
  }
  body .ml_lg_-194px, .block-editor__container .ml_lg_-194px {
    margin-left: -194px;
  }
  body .mr_lg_-194px, .block-editor__container .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_194px, .block-editor__container .mt_lg_194px {
    margin-top: 194px;
  }
  body .mb_lg_194px, .block-editor__container .mb_lg_194px {
    margin-bottom: 194px;
  }
  body .ml_lg_194px, .block-editor__container .ml_lg_194px {
    margin-left: 194px;
  }
  body .mr_lg_194px, .block-editor__container .mr_lg_194px {
    margin-right: 194px;
  }
  body .mt_lg_-194px, .block-editor__container .mt_lg_-194px {
    margin-top: -194px;
  }
  body .mb_lg_-194px, .block-editor__container .mb_lg_-194px {
    margin-bottom: -194px;
  }
  body .ml_lg_-194px, .block-editor__container .ml_lg_-194px {
    margin-left: -194px;
  }
  body .mr_lg_-194px, .block-editor__container .mr_lg_-194px {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_195px, .block-editor__container .mt_lg_195px {
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_195px, .block-editor__container .mb_lg_195px {
    margin-bottom: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_195px, .block-editor__container .ml_lg_195px {
    margin-left: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_195px, .block-editor__container .mr_lg_195px {
    margin-right: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-195px, .block-editor__container .mt_lg_-195px {
    margin-top: -195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-195px, .block-editor__container .mb_lg_-195px {
    margin-bottom: -195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-195px, .block-editor__container .ml_lg_-195px {
    margin-left: -195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-195px, .block-editor__container .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_195px, .block-editor__container .mt_lg_195px {
    margin-top: 195px;
  }
  body .mb_lg_195px, .block-editor__container .mb_lg_195px {
    margin-bottom: 195px;
  }
  body .ml_lg_195px, .block-editor__container .ml_lg_195px {
    margin-left: 195px;
  }
  body .mr_lg_195px, .block-editor__container .mr_lg_195px {
    margin-right: 195px;
  }
  body .mt_lg_-195px, .block-editor__container .mt_lg_-195px {
    margin-top: -195px;
  }
  body .mb_lg_-195px, .block-editor__container .mb_lg_-195px {
    margin-bottom: -195px;
  }
  body .ml_lg_-195px, .block-editor__container .ml_lg_-195px {
    margin-left: -195px;
  }
  body .mr_lg_-195px, .block-editor__container .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_195px, .block-editor__container .mt_lg_195px {
    margin-top: 195px;
  }
  body .mb_lg_195px, .block-editor__container .mb_lg_195px {
    margin-bottom: 195px;
  }
  body .ml_lg_195px, .block-editor__container .ml_lg_195px {
    margin-left: 195px;
  }
  body .mr_lg_195px, .block-editor__container .mr_lg_195px {
    margin-right: 195px;
  }
  body .mt_lg_-195px, .block-editor__container .mt_lg_-195px {
    margin-top: -195px;
  }
  body .mb_lg_-195px, .block-editor__container .mb_lg_-195px {
    margin-bottom: -195px;
  }
  body .ml_lg_-195px, .block-editor__container .ml_lg_-195px {
    margin-left: -195px;
  }
  body .mr_lg_-195px, .block-editor__container .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_195px, .block-editor__container .mt_lg_195px {
    margin-top: 195px;
  }
  body .mb_lg_195px, .block-editor__container .mb_lg_195px {
    margin-bottom: 195px;
  }
  body .ml_lg_195px, .block-editor__container .ml_lg_195px {
    margin-left: 195px;
  }
  body .mr_lg_195px, .block-editor__container .mr_lg_195px {
    margin-right: 195px;
  }
  body .mt_lg_-195px, .block-editor__container .mt_lg_-195px {
    margin-top: -195px;
  }
  body .mb_lg_-195px, .block-editor__container .mb_lg_-195px {
    margin-bottom: -195px;
  }
  body .ml_lg_-195px, .block-editor__container .ml_lg_-195px {
    margin-left: -195px;
  }
  body .mr_lg_-195px, .block-editor__container .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_195px, .block-editor__container .mt_lg_195px {
    margin-top: 195px;
  }
  body .mb_lg_195px, .block-editor__container .mb_lg_195px {
    margin-bottom: 195px;
  }
  body .ml_lg_195px, .block-editor__container .ml_lg_195px {
    margin-left: 195px;
  }
  body .mr_lg_195px, .block-editor__container .mr_lg_195px {
    margin-right: 195px;
  }
  body .mt_lg_-195px, .block-editor__container .mt_lg_-195px {
    margin-top: -195px;
  }
  body .mb_lg_-195px, .block-editor__container .mb_lg_-195px {
    margin-bottom: -195px;
  }
  body .ml_lg_-195px, .block-editor__container .ml_lg_-195px {
    margin-left: -195px;
  }
  body .mr_lg_-195px, .block-editor__container .mr_lg_-195px {
    margin-right: -195px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_196px, .block-editor__container .mt_lg_196px {
    margin-top: 196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_196px, .block-editor__container .mb_lg_196px {
    margin-bottom: 196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_196px, .block-editor__container .ml_lg_196px {
    margin-left: 196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_196px, .block-editor__container .mr_lg_196px {
    margin-right: 196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-196px, .block-editor__container .mt_lg_-196px {
    margin-top: -196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-196px, .block-editor__container .mb_lg_-196px {
    margin-bottom: -196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-196px, .block-editor__container .ml_lg_-196px {
    margin-left: -196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-196px, .block-editor__container .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_196px, .block-editor__container .mt_lg_196px {
    margin-top: 196px;
  }
  body .mb_lg_196px, .block-editor__container .mb_lg_196px {
    margin-bottom: 196px;
  }
  body .ml_lg_196px, .block-editor__container .ml_lg_196px {
    margin-left: 196px;
  }
  body .mr_lg_196px, .block-editor__container .mr_lg_196px {
    margin-right: 196px;
  }
  body .mt_lg_-196px, .block-editor__container .mt_lg_-196px {
    margin-top: -196px;
  }
  body .mb_lg_-196px, .block-editor__container .mb_lg_-196px {
    margin-bottom: -196px;
  }
  body .ml_lg_-196px, .block-editor__container .ml_lg_-196px {
    margin-left: -196px;
  }
  body .mr_lg_-196px, .block-editor__container .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_196px, .block-editor__container .mt_lg_196px {
    margin-top: 196px;
  }
  body .mb_lg_196px, .block-editor__container .mb_lg_196px {
    margin-bottom: 196px;
  }
  body .ml_lg_196px, .block-editor__container .ml_lg_196px {
    margin-left: 196px;
  }
  body .mr_lg_196px, .block-editor__container .mr_lg_196px {
    margin-right: 196px;
  }
  body .mt_lg_-196px, .block-editor__container .mt_lg_-196px {
    margin-top: -196px;
  }
  body .mb_lg_-196px, .block-editor__container .mb_lg_-196px {
    margin-bottom: -196px;
  }
  body .ml_lg_-196px, .block-editor__container .ml_lg_-196px {
    margin-left: -196px;
  }
  body .mr_lg_-196px, .block-editor__container .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_196px, .block-editor__container .mt_lg_196px {
    margin-top: 196px;
  }
  body .mb_lg_196px, .block-editor__container .mb_lg_196px {
    margin-bottom: 196px;
  }
  body .ml_lg_196px, .block-editor__container .ml_lg_196px {
    margin-left: 196px;
  }
  body .mr_lg_196px, .block-editor__container .mr_lg_196px {
    margin-right: 196px;
  }
  body .mt_lg_-196px, .block-editor__container .mt_lg_-196px {
    margin-top: -196px;
  }
  body .mb_lg_-196px, .block-editor__container .mb_lg_-196px {
    margin-bottom: -196px;
  }
  body .ml_lg_-196px, .block-editor__container .ml_lg_-196px {
    margin-left: -196px;
  }
  body .mr_lg_-196px, .block-editor__container .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_196px, .block-editor__container .mt_lg_196px {
    margin-top: 196px;
  }
  body .mb_lg_196px, .block-editor__container .mb_lg_196px {
    margin-bottom: 196px;
  }
  body .ml_lg_196px, .block-editor__container .ml_lg_196px {
    margin-left: 196px;
  }
  body .mr_lg_196px, .block-editor__container .mr_lg_196px {
    margin-right: 196px;
  }
  body .mt_lg_-196px, .block-editor__container .mt_lg_-196px {
    margin-top: -196px;
  }
  body .mb_lg_-196px, .block-editor__container .mb_lg_-196px {
    margin-bottom: -196px;
  }
  body .ml_lg_-196px, .block-editor__container .ml_lg_-196px {
    margin-left: -196px;
  }
  body .mr_lg_-196px, .block-editor__container .mr_lg_-196px {
    margin-right: -196px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_197px, .block-editor__container .mt_lg_197px {
    margin-top: 197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_197px, .block-editor__container .mb_lg_197px {
    margin-bottom: 197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_197px, .block-editor__container .ml_lg_197px {
    margin-left: 197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_197px, .block-editor__container .mr_lg_197px {
    margin-right: 197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-197px, .block-editor__container .mt_lg_-197px {
    margin-top: -197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-197px, .block-editor__container .mb_lg_-197px {
    margin-bottom: -197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-197px, .block-editor__container .ml_lg_-197px {
    margin-left: -197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-197px, .block-editor__container .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_197px, .block-editor__container .mt_lg_197px {
    margin-top: 197px;
  }
  body .mb_lg_197px, .block-editor__container .mb_lg_197px {
    margin-bottom: 197px;
  }
  body .ml_lg_197px, .block-editor__container .ml_lg_197px {
    margin-left: 197px;
  }
  body .mr_lg_197px, .block-editor__container .mr_lg_197px {
    margin-right: 197px;
  }
  body .mt_lg_-197px, .block-editor__container .mt_lg_-197px {
    margin-top: -197px;
  }
  body .mb_lg_-197px, .block-editor__container .mb_lg_-197px {
    margin-bottom: -197px;
  }
  body .ml_lg_-197px, .block-editor__container .ml_lg_-197px {
    margin-left: -197px;
  }
  body .mr_lg_-197px, .block-editor__container .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_197px, .block-editor__container .mt_lg_197px {
    margin-top: 197px;
  }
  body .mb_lg_197px, .block-editor__container .mb_lg_197px {
    margin-bottom: 197px;
  }
  body .ml_lg_197px, .block-editor__container .ml_lg_197px {
    margin-left: 197px;
  }
  body .mr_lg_197px, .block-editor__container .mr_lg_197px {
    margin-right: 197px;
  }
  body .mt_lg_-197px, .block-editor__container .mt_lg_-197px {
    margin-top: -197px;
  }
  body .mb_lg_-197px, .block-editor__container .mb_lg_-197px {
    margin-bottom: -197px;
  }
  body .ml_lg_-197px, .block-editor__container .ml_lg_-197px {
    margin-left: -197px;
  }
  body .mr_lg_-197px, .block-editor__container .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_197px, .block-editor__container .mt_lg_197px {
    margin-top: 197px;
  }
  body .mb_lg_197px, .block-editor__container .mb_lg_197px {
    margin-bottom: 197px;
  }
  body .ml_lg_197px, .block-editor__container .ml_lg_197px {
    margin-left: 197px;
  }
  body .mr_lg_197px, .block-editor__container .mr_lg_197px {
    margin-right: 197px;
  }
  body .mt_lg_-197px, .block-editor__container .mt_lg_-197px {
    margin-top: -197px;
  }
  body .mb_lg_-197px, .block-editor__container .mb_lg_-197px {
    margin-bottom: -197px;
  }
  body .ml_lg_-197px, .block-editor__container .ml_lg_-197px {
    margin-left: -197px;
  }
  body .mr_lg_-197px, .block-editor__container .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_197px, .block-editor__container .mt_lg_197px {
    margin-top: 197px;
  }
  body .mb_lg_197px, .block-editor__container .mb_lg_197px {
    margin-bottom: 197px;
  }
  body .ml_lg_197px, .block-editor__container .ml_lg_197px {
    margin-left: 197px;
  }
  body .mr_lg_197px, .block-editor__container .mr_lg_197px {
    margin-right: 197px;
  }
  body .mt_lg_-197px, .block-editor__container .mt_lg_-197px {
    margin-top: -197px;
  }
  body .mb_lg_-197px, .block-editor__container .mb_lg_-197px {
    margin-bottom: -197px;
  }
  body .ml_lg_-197px, .block-editor__container .ml_lg_-197px {
    margin-left: -197px;
  }
  body .mr_lg_-197px, .block-editor__container .mr_lg_-197px {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_198px, .block-editor__container .mt_lg_198px {
    margin-top: 198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_198px, .block-editor__container .mb_lg_198px {
    margin-bottom: 198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_198px, .block-editor__container .ml_lg_198px {
    margin-left: 198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_198px, .block-editor__container .mr_lg_198px {
    margin-right: 198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-198px, .block-editor__container .mt_lg_-198px {
    margin-top: -198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-198px, .block-editor__container .mb_lg_-198px {
    margin-bottom: -198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-198px, .block-editor__container .ml_lg_-198px {
    margin-left: -198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-198px, .block-editor__container .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_198px, .block-editor__container .mt_lg_198px {
    margin-top: 198px;
  }
  body .mb_lg_198px, .block-editor__container .mb_lg_198px {
    margin-bottom: 198px;
  }
  body .ml_lg_198px, .block-editor__container .ml_lg_198px {
    margin-left: 198px;
  }
  body .mr_lg_198px, .block-editor__container .mr_lg_198px {
    margin-right: 198px;
  }
  body .mt_lg_-198px, .block-editor__container .mt_lg_-198px {
    margin-top: -198px;
  }
  body .mb_lg_-198px, .block-editor__container .mb_lg_-198px {
    margin-bottom: -198px;
  }
  body .ml_lg_-198px, .block-editor__container .ml_lg_-198px {
    margin-left: -198px;
  }
  body .mr_lg_-198px, .block-editor__container .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_198px, .block-editor__container .mt_lg_198px {
    margin-top: 198px;
  }
  body .mb_lg_198px, .block-editor__container .mb_lg_198px {
    margin-bottom: 198px;
  }
  body .ml_lg_198px, .block-editor__container .ml_lg_198px {
    margin-left: 198px;
  }
  body .mr_lg_198px, .block-editor__container .mr_lg_198px {
    margin-right: 198px;
  }
  body .mt_lg_-198px, .block-editor__container .mt_lg_-198px {
    margin-top: -198px;
  }
  body .mb_lg_-198px, .block-editor__container .mb_lg_-198px {
    margin-bottom: -198px;
  }
  body .ml_lg_-198px, .block-editor__container .ml_lg_-198px {
    margin-left: -198px;
  }
  body .mr_lg_-198px, .block-editor__container .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_198px, .block-editor__container .mt_lg_198px {
    margin-top: 198px;
  }
  body .mb_lg_198px, .block-editor__container .mb_lg_198px {
    margin-bottom: 198px;
  }
  body .ml_lg_198px, .block-editor__container .ml_lg_198px {
    margin-left: 198px;
  }
  body .mr_lg_198px, .block-editor__container .mr_lg_198px {
    margin-right: 198px;
  }
  body .mt_lg_-198px, .block-editor__container .mt_lg_-198px {
    margin-top: -198px;
  }
  body .mb_lg_-198px, .block-editor__container .mb_lg_-198px {
    margin-bottom: -198px;
  }
  body .ml_lg_-198px, .block-editor__container .ml_lg_-198px {
    margin-left: -198px;
  }
  body .mr_lg_-198px, .block-editor__container .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_198px, .block-editor__container .mt_lg_198px {
    margin-top: 198px;
  }
  body .mb_lg_198px, .block-editor__container .mb_lg_198px {
    margin-bottom: 198px;
  }
  body .ml_lg_198px, .block-editor__container .ml_lg_198px {
    margin-left: 198px;
  }
  body .mr_lg_198px, .block-editor__container .mr_lg_198px {
    margin-right: 198px;
  }
  body .mt_lg_-198px, .block-editor__container .mt_lg_-198px {
    margin-top: -198px;
  }
  body .mb_lg_-198px, .block-editor__container .mb_lg_-198px {
    margin-bottom: -198px;
  }
  body .ml_lg_-198px, .block-editor__container .ml_lg_-198px {
    margin-left: -198px;
  }
  body .mr_lg_-198px, .block-editor__container .mr_lg_-198px {
    margin-right: -198px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_199px, .block-editor__container .mt_lg_199px {
    margin-top: 199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_199px, .block-editor__container .mb_lg_199px {
    margin-bottom: 199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_199px, .block-editor__container .ml_lg_199px {
    margin-left: 199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_199px, .block-editor__container .mr_lg_199px {
    margin-right: 199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-199px, .block-editor__container .mt_lg_-199px {
    margin-top: -199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-199px, .block-editor__container .mb_lg_-199px {
    margin-bottom: -199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-199px, .block-editor__container .ml_lg_-199px {
    margin-left: -199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-199px, .block-editor__container .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_199px, .block-editor__container .mt_lg_199px {
    margin-top: 199px;
  }
  body .mb_lg_199px, .block-editor__container .mb_lg_199px {
    margin-bottom: 199px;
  }
  body .ml_lg_199px, .block-editor__container .ml_lg_199px {
    margin-left: 199px;
  }
  body .mr_lg_199px, .block-editor__container .mr_lg_199px {
    margin-right: 199px;
  }
  body .mt_lg_-199px, .block-editor__container .mt_lg_-199px {
    margin-top: -199px;
  }
  body .mb_lg_-199px, .block-editor__container .mb_lg_-199px {
    margin-bottom: -199px;
  }
  body .ml_lg_-199px, .block-editor__container .ml_lg_-199px {
    margin-left: -199px;
  }
  body .mr_lg_-199px, .block-editor__container .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_199px, .block-editor__container .mt_lg_199px {
    margin-top: 199px;
  }
  body .mb_lg_199px, .block-editor__container .mb_lg_199px {
    margin-bottom: 199px;
  }
  body .ml_lg_199px, .block-editor__container .ml_lg_199px {
    margin-left: 199px;
  }
  body .mr_lg_199px, .block-editor__container .mr_lg_199px {
    margin-right: 199px;
  }
  body .mt_lg_-199px, .block-editor__container .mt_lg_-199px {
    margin-top: -199px;
  }
  body .mb_lg_-199px, .block-editor__container .mb_lg_-199px {
    margin-bottom: -199px;
  }
  body .ml_lg_-199px, .block-editor__container .ml_lg_-199px {
    margin-left: -199px;
  }
  body .mr_lg_-199px, .block-editor__container .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_199px, .block-editor__container .mt_lg_199px {
    margin-top: 199px;
  }
  body .mb_lg_199px, .block-editor__container .mb_lg_199px {
    margin-bottom: 199px;
  }
  body .ml_lg_199px, .block-editor__container .ml_lg_199px {
    margin-left: 199px;
  }
  body .mr_lg_199px, .block-editor__container .mr_lg_199px {
    margin-right: 199px;
  }
  body .mt_lg_-199px, .block-editor__container .mt_lg_-199px {
    margin-top: -199px;
  }
  body .mb_lg_-199px, .block-editor__container .mb_lg_-199px {
    margin-bottom: -199px;
  }
  body .ml_lg_-199px, .block-editor__container .ml_lg_-199px {
    margin-left: -199px;
  }
  body .mr_lg_-199px, .block-editor__container .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_199px, .block-editor__container .mt_lg_199px {
    margin-top: 199px;
  }
  body .mb_lg_199px, .block-editor__container .mb_lg_199px {
    margin-bottom: 199px;
  }
  body .ml_lg_199px, .block-editor__container .ml_lg_199px {
    margin-left: 199px;
  }
  body .mr_lg_199px, .block-editor__container .mr_lg_199px {
    margin-right: 199px;
  }
  body .mt_lg_-199px, .block-editor__container .mt_lg_-199px {
    margin-top: -199px;
  }
  body .mb_lg_-199px, .block-editor__container .mb_lg_-199px {
    margin-bottom: -199px;
  }
  body .ml_lg_-199px, .block-editor__container .ml_lg_-199px {
    margin-left: -199px;
  }
  body .mr_lg_-199px, .block-editor__container .mr_lg_-199px {
    margin-right: -199px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_200px, .block-editor__container .mt_lg_200px {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_200px, .block-editor__container .mb_lg_200px {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_200px, .block-editor__container .ml_lg_200px {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_200px, .block-editor__container .mr_lg_200px {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mt_lg_-200px, .block-editor__container .mt_lg_-200px {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mb_lg_-200px, .block-editor__container .mb_lg_-200px {
    margin-bottom: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .ml_lg_-200px, .block-editor__container .ml_lg_-200px {
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  body .mr_lg_-200px, .block-editor__container .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439.98px) {
  body .mt_lg_200px, .block-editor__container .mt_lg_200px {
    margin-top: 200px;
  }
  body .mb_lg_200px, .block-editor__container .mb_lg_200px {
    margin-bottom: 200px;
  }
  body .ml_lg_200px, .block-editor__container .ml_lg_200px {
    margin-left: 200px;
  }
  body .mr_lg_200px, .block-editor__container .mr_lg_200px {
    margin-right: 200px;
  }
  body .mt_lg_-200px, .block-editor__container .mt_lg_-200px {
    margin-top: -200px;
  }
  body .mb_lg_-200px, .block-editor__container .mb_lg_-200px {
    margin-bottom: -200px;
  }
  body .ml_lg_-200px, .block-editor__container .ml_lg_-200px {
    margin-left: -200px;
  }
  body .mr_lg_-200px, .block-editor__container .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 991.98px) {
  body .mt_lg_200px, .block-editor__container .mt_lg_200px {
    margin-top: 200px;
  }
  body .mb_lg_200px, .block-editor__container .mb_lg_200px {
    margin-bottom: 200px;
  }
  body .ml_lg_200px, .block-editor__container .ml_lg_200px {
    margin-left: 200px;
  }
  body .mr_lg_200px, .block-editor__container .mr_lg_200px {
    margin-right: 200px;
  }
  body .mt_lg_-200px, .block-editor__container .mt_lg_-200px {
    margin-top: -200px;
  }
  body .mb_lg_-200px, .block-editor__container .mb_lg_-200px {
    margin-bottom: -200px;
  }
  body .ml_lg_-200px, .block-editor__container .ml_lg_-200px {
    margin-left: -200px;
  }
  body .mr_lg_-200px, .block-editor__container .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767.98px) {
  body .mt_lg_200px, .block-editor__container .mt_lg_200px {
    margin-top: 200px;
  }
  body .mb_lg_200px, .block-editor__container .mb_lg_200px {
    margin-bottom: 200px;
  }
  body .ml_lg_200px, .block-editor__container .ml_lg_200px {
    margin-left: 200px;
  }
  body .mr_lg_200px, .block-editor__container .mr_lg_200px {
    margin-right: 200px;
  }
  body .mt_lg_-200px, .block-editor__container .mt_lg_-200px {
    margin-top: -200px;
  }
  body .mb_lg_-200px, .block-editor__container .mb_lg_-200px {
    margin-bottom: -200px;
  }
  body .ml_lg_-200px, .block-editor__container .ml_lg_-200px {
    margin-left: -200px;
  }
  body .mr_lg_-200px, .block-editor__container .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575.98px) {
  body .mt_lg_200px, .block-editor__container .mt_lg_200px {
    margin-top: 200px;
  }
  body .mb_lg_200px, .block-editor__container .mb_lg_200px {
    margin-bottom: 200px;
  }
  body .ml_lg_200px, .block-editor__container .ml_lg_200px {
    margin-left: 200px;
  }
  body .mr_lg_200px, .block-editor__container .mr_lg_200px {
    margin-right: 200px;
  }
  body .mt_lg_-200px, .block-editor__container .mt_lg_-200px {
    margin-top: -200px;
  }
  body .mb_lg_-200px, .block-editor__container .mb_lg_-200px {
    margin-bottom: -200px;
  }
  body .ml_lg_-200px, .block-editor__container .ml_lg_-200px {
    margin-left: -200px;
  }
  body .mr_lg_-200px, .block-editor__container .mr_lg_-200px {
    margin-right: -200px;
  }
}
@media only screen and (max-width: 650px) {
  body .mt_sm_1px, .block-editor__container .mt_sm_1px {
    margin-top: 1px;
  }
  body .mb_sm_1px, .block-editor__container .mb_sm_1px {
    margin-bottom: 1px;
  }
  body .ml_sm_1px, .block-editor__container .ml_sm_1px {
    margin-left: 1px;
  }
  body .mr_sm_1px, .block-editor__container .mr_sm_1px {
    margin-right: 1px;
  }
  body .mt_sm_-1px, .block-editor__container .mt_sm_-1px {
    margin-top: -1px;
  }
  body .mb_sm_-1px, .block-editor__container .mb_sm_-1px {
    margin-bottom: -1px;
  }
  body .ml_sm_-1px, .block-editor__container .ml_sm_-1px {
    margin-left: -1px;
  }
  body .mr_sm_-1px, .block-editor__container .mr_sm_-1px {
    margin-right: -1px;
  }
  body .mt_sm_2px, .block-editor__container .mt_sm_2px {
    margin-top: 2px;
  }
  body .mb_sm_2px, .block-editor__container .mb_sm_2px {
    margin-bottom: 2px;
  }
  body .ml_sm_2px, .block-editor__container .ml_sm_2px {
    margin-left: 2px;
  }
  body .mr_sm_2px, .block-editor__container .mr_sm_2px {
    margin-right: 2px;
  }
  body .mt_sm_-2px, .block-editor__container .mt_sm_-2px {
    margin-top: -2px;
  }
  body .mb_sm_-2px, .block-editor__container .mb_sm_-2px {
    margin-bottom: -2px;
  }
  body .ml_sm_-2px, .block-editor__container .ml_sm_-2px {
    margin-left: -2px;
  }
  body .mr_sm_-2px, .block-editor__container .mr_sm_-2px {
    margin-right: -2px;
  }
  body .mt_sm_3px, .block-editor__container .mt_sm_3px {
    margin-top: 3px;
  }
  body .mb_sm_3px, .block-editor__container .mb_sm_3px {
    margin-bottom: 3px;
  }
  body .ml_sm_3px, .block-editor__container .ml_sm_3px {
    margin-left: 3px;
  }
  body .mr_sm_3px, .block-editor__container .mr_sm_3px {
    margin-right: 3px;
  }
  body .mt_sm_-3px, .block-editor__container .mt_sm_-3px {
    margin-top: -3px;
  }
  body .mb_sm_-3px, .block-editor__container .mb_sm_-3px {
    margin-bottom: -3px;
  }
  body .ml_sm_-3px, .block-editor__container .ml_sm_-3px {
    margin-left: -3px;
  }
  body .mr_sm_-3px, .block-editor__container .mr_sm_-3px {
    margin-right: -3px;
  }
  body .mt_sm_4px, .block-editor__container .mt_sm_4px {
    margin-top: 4px;
  }
  body .mb_sm_4px, .block-editor__container .mb_sm_4px {
    margin-bottom: 4px;
  }
  body .ml_sm_4px, .block-editor__container .ml_sm_4px {
    margin-left: 4px;
  }
  body .mr_sm_4px, .block-editor__container .mr_sm_4px {
    margin-right: 4px;
  }
  body .mt_sm_-4px, .block-editor__container .mt_sm_-4px {
    margin-top: -4px;
  }
  body .mb_sm_-4px, .block-editor__container .mb_sm_-4px {
    margin-bottom: -4px;
  }
  body .ml_sm_-4px, .block-editor__container .ml_sm_-4px {
    margin-left: -4px;
  }
  body .mr_sm_-4px, .block-editor__container .mr_sm_-4px {
    margin-right: -4px;
  }
  body .mt_sm_5px, .block-editor__container .mt_sm_5px {
    margin-top: 5px;
  }
  body .mb_sm_5px, .block-editor__container .mb_sm_5px {
    margin-bottom: 5px;
  }
  body .ml_sm_5px, .block-editor__container .ml_sm_5px {
    margin-left: 5px;
  }
  body .mr_sm_5px, .block-editor__container .mr_sm_5px {
    margin-right: 5px;
  }
  body .mt_sm_-5px, .block-editor__container .mt_sm_-5px {
    margin-top: -5px;
  }
  body .mb_sm_-5px, .block-editor__container .mb_sm_-5px {
    margin-bottom: -5px;
  }
  body .ml_sm_-5px, .block-editor__container .ml_sm_-5px {
    margin-left: -5px;
  }
  body .mr_sm_-5px, .block-editor__container .mr_sm_-5px {
    margin-right: -5px;
  }
  body .mt_sm_6px, .block-editor__container .mt_sm_6px {
    margin-top: 6px;
  }
  body .mb_sm_6px, .block-editor__container .mb_sm_6px {
    margin-bottom: 6px;
  }
  body .ml_sm_6px, .block-editor__container .ml_sm_6px {
    margin-left: 6px;
  }
  body .mr_sm_6px, .block-editor__container .mr_sm_6px {
    margin-right: 6px;
  }
  body .mt_sm_-6px, .block-editor__container .mt_sm_-6px {
    margin-top: -6px;
  }
  body .mb_sm_-6px, .block-editor__container .mb_sm_-6px {
    margin-bottom: -6px;
  }
  body .ml_sm_-6px, .block-editor__container .ml_sm_-6px {
    margin-left: -6px;
  }
  body .mr_sm_-6px, .block-editor__container .mr_sm_-6px {
    margin-right: -6px;
  }
  body .mt_sm_7px, .block-editor__container .mt_sm_7px {
    margin-top: 7px;
  }
  body .mb_sm_7px, .block-editor__container .mb_sm_7px {
    margin-bottom: 7px;
  }
  body .ml_sm_7px, .block-editor__container .ml_sm_7px {
    margin-left: 7px;
  }
  body .mr_sm_7px, .block-editor__container .mr_sm_7px {
    margin-right: 7px;
  }
  body .mt_sm_-7px, .block-editor__container .mt_sm_-7px {
    margin-top: -7px;
  }
  body .mb_sm_-7px, .block-editor__container .mb_sm_-7px {
    margin-bottom: -7px;
  }
  body .ml_sm_-7px, .block-editor__container .ml_sm_-7px {
    margin-left: -7px;
  }
  body .mr_sm_-7px, .block-editor__container .mr_sm_-7px {
    margin-right: -7px;
  }
  body .mt_sm_8px, .block-editor__container .mt_sm_8px {
    margin-top: 8px;
  }
  body .mb_sm_8px, .block-editor__container .mb_sm_8px {
    margin-bottom: 8px;
  }
  body .ml_sm_8px, .block-editor__container .ml_sm_8px {
    margin-left: 8px;
  }
  body .mr_sm_8px, .block-editor__container .mr_sm_8px {
    margin-right: 8px;
  }
  body .mt_sm_-8px, .block-editor__container .mt_sm_-8px {
    margin-top: -8px;
  }
  body .mb_sm_-8px, .block-editor__container .mb_sm_-8px {
    margin-bottom: -8px;
  }
  body .ml_sm_-8px, .block-editor__container .ml_sm_-8px {
    margin-left: -8px;
  }
  body .mr_sm_-8px, .block-editor__container .mr_sm_-8px {
    margin-right: -8px;
  }
  body .mt_sm_9px, .block-editor__container .mt_sm_9px {
    margin-top: 9px;
  }
  body .mb_sm_9px, .block-editor__container .mb_sm_9px {
    margin-bottom: 9px;
  }
  body .ml_sm_9px, .block-editor__container .ml_sm_9px {
    margin-left: 9px;
  }
  body .mr_sm_9px, .block-editor__container .mr_sm_9px {
    margin-right: 9px;
  }
  body .mt_sm_-9px, .block-editor__container .mt_sm_-9px {
    margin-top: -9px;
  }
  body .mb_sm_-9px, .block-editor__container .mb_sm_-9px {
    margin-bottom: -9px;
  }
  body .ml_sm_-9px, .block-editor__container .ml_sm_-9px {
    margin-left: -9px;
  }
  body .mr_sm_-9px, .block-editor__container .mr_sm_-9px {
    margin-right: -9px;
  }
  body .mt_sm_10px, .block-editor__container .mt_sm_10px {
    margin-top: 10px;
  }
  body .mb_sm_10px, .block-editor__container .mb_sm_10px {
    margin-bottom: 10px;
  }
  body .ml_sm_10px, .block-editor__container .ml_sm_10px {
    margin-left: 10px;
  }
  body .mr_sm_10px, .block-editor__container .mr_sm_10px {
    margin-right: 10px;
  }
  body .mt_sm_-10px, .block-editor__container .mt_sm_-10px {
    margin-top: -10px;
  }
  body .mb_sm_-10px, .block-editor__container .mb_sm_-10px {
    margin-bottom: -10px;
  }
  body .ml_sm_-10px, .block-editor__container .ml_sm_-10px {
    margin-left: -10px;
  }
  body .mr_sm_-10px, .block-editor__container .mr_sm_-10px {
    margin-right: -10px;
  }
  body .mt_sm_11px, .block-editor__container .mt_sm_11px {
    margin-top: 11px;
  }
  body .mb_sm_11px, .block-editor__container .mb_sm_11px {
    margin-bottom: 11px;
  }
  body .ml_sm_11px, .block-editor__container .ml_sm_11px {
    margin-left: 11px;
  }
  body .mr_sm_11px, .block-editor__container .mr_sm_11px {
    margin-right: 11px;
  }
  body .mt_sm_-11px, .block-editor__container .mt_sm_-11px {
    margin-top: -11px;
  }
  body .mb_sm_-11px, .block-editor__container .mb_sm_-11px {
    margin-bottom: -11px;
  }
  body .ml_sm_-11px, .block-editor__container .ml_sm_-11px {
    margin-left: -11px;
  }
  body .mr_sm_-11px, .block-editor__container .mr_sm_-11px {
    margin-right: -11px;
  }
  body .mt_sm_12px, .block-editor__container .mt_sm_12px {
    margin-top: 12px;
  }
  body .mb_sm_12px, .block-editor__container .mb_sm_12px {
    margin-bottom: 12px;
  }
  body .ml_sm_12px, .block-editor__container .ml_sm_12px {
    margin-left: 12px;
  }
  body .mr_sm_12px, .block-editor__container .mr_sm_12px {
    margin-right: 12px;
  }
  body .mt_sm_-12px, .block-editor__container .mt_sm_-12px {
    margin-top: -12px;
  }
  body .mb_sm_-12px, .block-editor__container .mb_sm_-12px {
    margin-bottom: -12px;
  }
  body .ml_sm_-12px, .block-editor__container .ml_sm_-12px {
    margin-left: -12px;
  }
  body .mr_sm_-12px, .block-editor__container .mr_sm_-12px {
    margin-right: -12px;
  }
  body .mt_sm_13px, .block-editor__container .mt_sm_13px {
    margin-top: 13px;
  }
  body .mb_sm_13px, .block-editor__container .mb_sm_13px {
    margin-bottom: 13px;
  }
  body .ml_sm_13px, .block-editor__container .ml_sm_13px {
    margin-left: 13px;
  }
  body .mr_sm_13px, .block-editor__container .mr_sm_13px {
    margin-right: 13px;
  }
  body .mt_sm_-13px, .block-editor__container .mt_sm_-13px {
    margin-top: -13px;
  }
  body .mb_sm_-13px, .block-editor__container .mb_sm_-13px {
    margin-bottom: -13px;
  }
  body .ml_sm_-13px, .block-editor__container .ml_sm_-13px {
    margin-left: -13px;
  }
  body .mr_sm_-13px, .block-editor__container .mr_sm_-13px {
    margin-right: -13px;
  }
  body .mt_sm_14px, .block-editor__container .mt_sm_14px {
    margin-top: 14px;
  }
  body .mb_sm_14px, .block-editor__container .mb_sm_14px {
    margin-bottom: 14px;
  }
  body .ml_sm_14px, .block-editor__container .ml_sm_14px {
    margin-left: 14px;
  }
  body .mr_sm_14px, .block-editor__container .mr_sm_14px {
    margin-right: 14px;
  }
  body .mt_sm_-14px, .block-editor__container .mt_sm_-14px {
    margin-top: -14px;
  }
  body .mb_sm_-14px, .block-editor__container .mb_sm_-14px {
    margin-bottom: -14px;
  }
  body .ml_sm_-14px, .block-editor__container .ml_sm_-14px {
    margin-left: -14px;
  }
  body .mr_sm_-14px, .block-editor__container .mr_sm_-14px {
    margin-right: -14px;
  }
  body .mt_sm_15px, .block-editor__container .mt_sm_15px {
    margin-top: 15px;
  }
  body .mb_sm_15px, .block-editor__container .mb_sm_15px {
    margin-bottom: 15px;
  }
  body .ml_sm_15px, .block-editor__container .ml_sm_15px {
    margin-left: 15px;
  }
  body .mr_sm_15px, .block-editor__container .mr_sm_15px {
    margin-right: 15px;
  }
  body .mt_sm_-15px, .block-editor__container .mt_sm_-15px {
    margin-top: -15px;
  }
  body .mb_sm_-15px, .block-editor__container .mb_sm_-15px {
    margin-bottom: -15px;
  }
  body .ml_sm_-15px, .block-editor__container .ml_sm_-15px {
    margin-left: -15px;
  }
  body .mr_sm_-15px, .block-editor__container .mr_sm_-15px {
    margin-right: -15px;
  }
  body .mt_sm_16px, .block-editor__container .mt_sm_16px {
    margin-top: 16px;
  }
  body .mb_sm_16px, .block-editor__container .mb_sm_16px {
    margin-bottom: 16px;
  }
  body .ml_sm_16px, .block-editor__container .ml_sm_16px {
    margin-left: 16px;
  }
  body .mr_sm_16px, .block-editor__container .mr_sm_16px {
    margin-right: 16px;
  }
  body .mt_sm_-16px, .block-editor__container .mt_sm_-16px {
    margin-top: -16px;
  }
  body .mb_sm_-16px, .block-editor__container .mb_sm_-16px {
    margin-bottom: -16px;
  }
  body .ml_sm_-16px, .block-editor__container .ml_sm_-16px {
    margin-left: -16px;
  }
  body .mr_sm_-16px, .block-editor__container .mr_sm_-16px {
    margin-right: -16px;
  }
  body .mt_sm_17px, .block-editor__container .mt_sm_17px {
    margin-top: 17px;
  }
  body .mb_sm_17px, .block-editor__container .mb_sm_17px {
    margin-bottom: 17px;
  }
  body .ml_sm_17px, .block-editor__container .ml_sm_17px {
    margin-left: 17px;
  }
  body .mr_sm_17px, .block-editor__container .mr_sm_17px {
    margin-right: 17px;
  }
  body .mt_sm_-17px, .block-editor__container .mt_sm_-17px {
    margin-top: -17px;
  }
  body .mb_sm_-17px, .block-editor__container .mb_sm_-17px {
    margin-bottom: -17px;
  }
  body .ml_sm_-17px, .block-editor__container .ml_sm_-17px {
    margin-left: -17px;
  }
  body .mr_sm_-17px, .block-editor__container .mr_sm_-17px {
    margin-right: -17px;
  }
  body .mt_sm_18px, .block-editor__container .mt_sm_18px {
    margin-top: 18px;
  }
  body .mb_sm_18px, .block-editor__container .mb_sm_18px {
    margin-bottom: 18px;
  }
  body .ml_sm_18px, .block-editor__container .ml_sm_18px {
    margin-left: 18px;
  }
  body .mr_sm_18px, .block-editor__container .mr_sm_18px {
    margin-right: 18px;
  }
  body .mt_sm_-18px, .block-editor__container .mt_sm_-18px {
    margin-top: -18px;
  }
  body .mb_sm_-18px, .block-editor__container .mb_sm_-18px {
    margin-bottom: -18px;
  }
  body .ml_sm_-18px, .block-editor__container .ml_sm_-18px {
    margin-left: -18px;
  }
  body .mr_sm_-18px, .block-editor__container .mr_sm_-18px {
    margin-right: -18px;
  }
  body .mt_sm_19px, .block-editor__container .mt_sm_19px {
    margin-top: 19px;
  }
  body .mb_sm_19px, .block-editor__container .mb_sm_19px {
    margin-bottom: 19px;
  }
  body .ml_sm_19px, .block-editor__container .ml_sm_19px {
    margin-left: 19px;
  }
  body .mr_sm_19px, .block-editor__container .mr_sm_19px {
    margin-right: 19px;
  }
  body .mt_sm_-19px, .block-editor__container .mt_sm_-19px {
    margin-top: -19px;
  }
  body .mb_sm_-19px, .block-editor__container .mb_sm_-19px {
    margin-bottom: -19px;
  }
  body .ml_sm_-19px, .block-editor__container .ml_sm_-19px {
    margin-left: -19px;
  }
  body .mr_sm_-19px, .block-editor__container .mr_sm_-19px {
    margin-right: -19px;
  }
  body .mt_sm_20px, .block-editor__container .mt_sm_20px {
    margin-top: 20px;
  }
  body .mb_sm_20px, .block-editor__container .mb_sm_20px {
    margin-bottom: 20px;
  }
  body .ml_sm_20px, .block-editor__container .ml_sm_20px {
    margin-left: 20px;
  }
  body .mr_sm_20px, .block-editor__container .mr_sm_20px {
    margin-right: 20px;
  }
  body .mt_sm_-20px, .block-editor__container .mt_sm_-20px {
    margin-top: -20px;
  }
  body .mb_sm_-20px, .block-editor__container .mb_sm_-20px {
    margin-bottom: -20px;
  }
  body .ml_sm_-20px, .block-editor__container .ml_sm_-20px {
    margin-left: -20px;
  }
  body .mr_sm_-20px, .block-editor__container .mr_sm_-20px {
    margin-right: -20px;
  }
  body .mt_sm_21px, .block-editor__container .mt_sm_21px {
    margin-top: 21px;
  }
  body .mb_sm_21px, .block-editor__container .mb_sm_21px {
    margin-bottom: 21px;
  }
  body .ml_sm_21px, .block-editor__container .ml_sm_21px {
    margin-left: 21px;
  }
  body .mr_sm_21px, .block-editor__container .mr_sm_21px {
    margin-right: 21px;
  }
  body .mt_sm_-21px, .block-editor__container .mt_sm_-21px {
    margin-top: -21px;
  }
  body .mb_sm_-21px, .block-editor__container .mb_sm_-21px {
    margin-bottom: -21px;
  }
  body .ml_sm_-21px, .block-editor__container .ml_sm_-21px {
    margin-left: -21px;
  }
  body .mr_sm_-21px, .block-editor__container .mr_sm_-21px {
    margin-right: -21px;
  }
  body .mt_sm_22px, .block-editor__container .mt_sm_22px {
    margin-top: 22px;
  }
  body .mb_sm_22px, .block-editor__container .mb_sm_22px {
    margin-bottom: 22px;
  }
  body .ml_sm_22px, .block-editor__container .ml_sm_22px {
    margin-left: 22px;
  }
  body .mr_sm_22px, .block-editor__container .mr_sm_22px {
    margin-right: 22px;
  }
  body .mt_sm_-22px, .block-editor__container .mt_sm_-22px {
    margin-top: -22px;
  }
  body .mb_sm_-22px, .block-editor__container .mb_sm_-22px {
    margin-bottom: -22px;
  }
  body .ml_sm_-22px, .block-editor__container .ml_sm_-22px {
    margin-left: -22px;
  }
  body .mr_sm_-22px, .block-editor__container .mr_sm_-22px {
    margin-right: -22px;
  }
  body .mt_sm_23px, .block-editor__container .mt_sm_23px {
    margin-top: 23px;
  }
  body .mb_sm_23px, .block-editor__container .mb_sm_23px {
    margin-bottom: 23px;
  }
  body .ml_sm_23px, .block-editor__container .ml_sm_23px {
    margin-left: 23px;
  }
  body .mr_sm_23px, .block-editor__container .mr_sm_23px {
    margin-right: 23px;
  }
  body .mt_sm_-23px, .block-editor__container .mt_sm_-23px {
    margin-top: -23px;
  }
  body .mb_sm_-23px, .block-editor__container .mb_sm_-23px {
    margin-bottom: -23px;
  }
  body .ml_sm_-23px, .block-editor__container .ml_sm_-23px {
    margin-left: -23px;
  }
  body .mr_sm_-23px, .block-editor__container .mr_sm_-23px {
    margin-right: -23px;
  }
  body .mt_sm_24px, .block-editor__container .mt_sm_24px {
    margin-top: 24px;
  }
  body .mb_sm_24px, .block-editor__container .mb_sm_24px {
    margin-bottom: 24px;
  }
  body .ml_sm_24px, .block-editor__container .ml_sm_24px {
    margin-left: 24px;
  }
  body .mr_sm_24px, .block-editor__container .mr_sm_24px {
    margin-right: 24px;
  }
  body .mt_sm_-24px, .block-editor__container .mt_sm_-24px {
    margin-top: -24px;
  }
  body .mb_sm_-24px, .block-editor__container .mb_sm_-24px {
    margin-bottom: -24px;
  }
  body .ml_sm_-24px, .block-editor__container .ml_sm_-24px {
    margin-left: -24px;
  }
  body .mr_sm_-24px, .block-editor__container .mr_sm_-24px {
    margin-right: -24px;
  }
  body .mt_sm_25px, .block-editor__container .mt_sm_25px {
    margin-top: 25px;
  }
  body .mb_sm_25px, .block-editor__container .mb_sm_25px {
    margin-bottom: 25px;
  }
  body .ml_sm_25px, .block-editor__container .ml_sm_25px {
    margin-left: 25px;
  }
  body .mr_sm_25px, .block-editor__container .mr_sm_25px {
    margin-right: 25px;
  }
  body .mt_sm_-25px, .block-editor__container .mt_sm_-25px {
    margin-top: -25px;
  }
  body .mb_sm_-25px, .block-editor__container .mb_sm_-25px {
    margin-bottom: -25px;
  }
  body .ml_sm_-25px, .block-editor__container .ml_sm_-25px {
    margin-left: -25px;
  }
  body .mr_sm_-25px, .block-editor__container .mr_sm_-25px {
    margin-right: -25px;
  }
  body .mt_sm_26px, .block-editor__container .mt_sm_26px {
    margin-top: 26px;
  }
  body .mb_sm_26px, .block-editor__container .mb_sm_26px {
    margin-bottom: 26px;
  }
  body .ml_sm_26px, .block-editor__container .ml_sm_26px {
    margin-left: 26px;
  }
  body .mr_sm_26px, .block-editor__container .mr_sm_26px {
    margin-right: 26px;
  }
  body .mt_sm_-26px, .block-editor__container .mt_sm_-26px {
    margin-top: -26px;
  }
  body .mb_sm_-26px, .block-editor__container .mb_sm_-26px {
    margin-bottom: -26px;
  }
  body .ml_sm_-26px, .block-editor__container .ml_sm_-26px {
    margin-left: -26px;
  }
  body .mr_sm_-26px, .block-editor__container .mr_sm_-26px {
    margin-right: -26px;
  }
  body .mt_sm_27px, .block-editor__container .mt_sm_27px {
    margin-top: 27px;
  }
  body .mb_sm_27px, .block-editor__container .mb_sm_27px {
    margin-bottom: 27px;
  }
  body .ml_sm_27px, .block-editor__container .ml_sm_27px {
    margin-left: 27px;
  }
  body .mr_sm_27px, .block-editor__container .mr_sm_27px {
    margin-right: 27px;
  }
  body .mt_sm_-27px, .block-editor__container .mt_sm_-27px {
    margin-top: -27px;
  }
  body .mb_sm_-27px, .block-editor__container .mb_sm_-27px {
    margin-bottom: -27px;
  }
  body .ml_sm_-27px, .block-editor__container .ml_sm_-27px {
    margin-left: -27px;
  }
  body .mr_sm_-27px, .block-editor__container .mr_sm_-27px {
    margin-right: -27px;
  }
  body .mt_sm_28px, .block-editor__container .mt_sm_28px {
    margin-top: 28px;
  }
  body .mb_sm_28px, .block-editor__container .mb_sm_28px {
    margin-bottom: 28px;
  }
  body .ml_sm_28px, .block-editor__container .ml_sm_28px {
    margin-left: 28px;
  }
  body .mr_sm_28px, .block-editor__container .mr_sm_28px {
    margin-right: 28px;
  }
  body .mt_sm_-28px, .block-editor__container .mt_sm_-28px {
    margin-top: -28px;
  }
  body .mb_sm_-28px, .block-editor__container .mb_sm_-28px {
    margin-bottom: -28px;
  }
  body .ml_sm_-28px, .block-editor__container .ml_sm_-28px {
    margin-left: -28px;
  }
  body .mr_sm_-28px, .block-editor__container .mr_sm_-28px {
    margin-right: -28px;
  }
  body .mt_sm_29px, .block-editor__container .mt_sm_29px {
    margin-top: 29px;
  }
  body .mb_sm_29px, .block-editor__container .mb_sm_29px {
    margin-bottom: 29px;
  }
  body .ml_sm_29px, .block-editor__container .ml_sm_29px {
    margin-left: 29px;
  }
  body .mr_sm_29px, .block-editor__container .mr_sm_29px {
    margin-right: 29px;
  }
  body .mt_sm_-29px, .block-editor__container .mt_sm_-29px {
    margin-top: -29px;
  }
  body .mb_sm_-29px, .block-editor__container .mb_sm_-29px {
    margin-bottom: -29px;
  }
  body .ml_sm_-29px, .block-editor__container .ml_sm_-29px {
    margin-left: -29px;
  }
  body .mr_sm_-29px, .block-editor__container .mr_sm_-29px {
    margin-right: -29px;
  }
  body .mt_sm_30px, .block-editor__container .mt_sm_30px {
    margin-top: 30px;
  }
  body .mb_sm_30px, .block-editor__container .mb_sm_30px {
    margin-bottom: 30px;
  }
  body .ml_sm_30px, .block-editor__container .ml_sm_30px {
    margin-left: 30px;
  }
  body .mr_sm_30px, .block-editor__container .mr_sm_30px {
    margin-right: 30px;
  }
  body .mt_sm_-30px, .block-editor__container .mt_sm_-30px {
    margin-top: -30px;
  }
  body .mb_sm_-30px, .block-editor__container .mb_sm_-30px {
    margin-bottom: -30px;
  }
  body .ml_sm_-30px, .block-editor__container .ml_sm_-30px {
    margin-left: -30px;
  }
  body .mr_sm_-30px, .block-editor__container .mr_sm_-30px {
    margin-right: -30px;
  }
  body .mt_sm_31px, .block-editor__container .mt_sm_31px {
    margin-top: 31px;
  }
  body .mb_sm_31px, .block-editor__container .mb_sm_31px {
    margin-bottom: 31px;
  }
  body .ml_sm_31px, .block-editor__container .ml_sm_31px {
    margin-left: 31px;
  }
  body .mr_sm_31px, .block-editor__container .mr_sm_31px {
    margin-right: 31px;
  }
  body .mt_sm_-31px, .block-editor__container .mt_sm_-31px {
    margin-top: -31px;
  }
  body .mb_sm_-31px, .block-editor__container .mb_sm_-31px {
    margin-bottom: -31px;
  }
  body .ml_sm_-31px, .block-editor__container .ml_sm_-31px {
    margin-left: -31px;
  }
  body .mr_sm_-31px, .block-editor__container .mr_sm_-31px {
    margin-right: -31px;
  }
  body .mt_sm_32px, .block-editor__container .mt_sm_32px {
    margin-top: 32px;
  }
  body .mb_sm_32px, .block-editor__container .mb_sm_32px {
    margin-bottom: 32px;
  }
  body .ml_sm_32px, .block-editor__container .ml_sm_32px {
    margin-left: 32px;
  }
  body .mr_sm_32px, .block-editor__container .mr_sm_32px {
    margin-right: 32px;
  }
  body .mt_sm_-32px, .block-editor__container .mt_sm_-32px {
    margin-top: -32px;
  }
  body .mb_sm_-32px, .block-editor__container .mb_sm_-32px {
    margin-bottom: -32px;
  }
  body .ml_sm_-32px, .block-editor__container .ml_sm_-32px {
    margin-left: -32px;
  }
  body .mr_sm_-32px, .block-editor__container .mr_sm_-32px {
    margin-right: -32px;
  }
  body .mt_sm_33px, .block-editor__container .mt_sm_33px {
    margin-top: 33px;
  }
  body .mb_sm_33px, .block-editor__container .mb_sm_33px {
    margin-bottom: 33px;
  }
  body .ml_sm_33px, .block-editor__container .ml_sm_33px {
    margin-left: 33px;
  }
  body .mr_sm_33px, .block-editor__container .mr_sm_33px {
    margin-right: 33px;
  }
  body .mt_sm_-33px, .block-editor__container .mt_sm_-33px {
    margin-top: -33px;
  }
  body .mb_sm_-33px, .block-editor__container .mb_sm_-33px {
    margin-bottom: -33px;
  }
  body .ml_sm_-33px, .block-editor__container .ml_sm_-33px {
    margin-left: -33px;
  }
  body .mr_sm_-33px, .block-editor__container .mr_sm_-33px {
    margin-right: -33px;
  }
  body .mt_sm_34px, .block-editor__container .mt_sm_34px {
    margin-top: 34px;
  }
  body .mb_sm_34px, .block-editor__container .mb_sm_34px {
    margin-bottom: 34px;
  }
  body .ml_sm_34px, .block-editor__container .ml_sm_34px {
    margin-left: 34px;
  }
  body .mr_sm_34px, .block-editor__container .mr_sm_34px {
    margin-right: 34px;
  }
  body .mt_sm_-34px, .block-editor__container .mt_sm_-34px {
    margin-top: -34px;
  }
  body .mb_sm_-34px, .block-editor__container .mb_sm_-34px {
    margin-bottom: -34px;
  }
  body .ml_sm_-34px, .block-editor__container .ml_sm_-34px {
    margin-left: -34px;
  }
  body .mr_sm_-34px, .block-editor__container .mr_sm_-34px {
    margin-right: -34px;
  }
  body .mt_sm_35px, .block-editor__container .mt_sm_35px {
    margin-top: 35px;
  }
  body .mb_sm_35px, .block-editor__container .mb_sm_35px {
    margin-bottom: 35px;
  }
  body .ml_sm_35px, .block-editor__container .ml_sm_35px {
    margin-left: 35px;
  }
  body .mr_sm_35px, .block-editor__container .mr_sm_35px {
    margin-right: 35px;
  }
  body .mt_sm_-35px, .block-editor__container .mt_sm_-35px {
    margin-top: -35px;
  }
  body .mb_sm_-35px, .block-editor__container .mb_sm_-35px {
    margin-bottom: -35px;
  }
  body .ml_sm_-35px, .block-editor__container .ml_sm_-35px {
    margin-left: -35px;
  }
  body .mr_sm_-35px, .block-editor__container .mr_sm_-35px {
    margin-right: -35px;
  }
  body .mt_sm_36px, .block-editor__container .mt_sm_36px {
    margin-top: 36px;
  }
  body .mb_sm_36px, .block-editor__container .mb_sm_36px {
    margin-bottom: 36px;
  }
  body .ml_sm_36px, .block-editor__container .ml_sm_36px {
    margin-left: 36px;
  }
  body .mr_sm_36px, .block-editor__container .mr_sm_36px {
    margin-right: 36px;
  }
  body .mt_sm_-36px, .block-editor__container .mt_sm_-36px {
    margin-top: -36px;
  }
  body .mb_sm_-36px, .block-editor__container .mb_sm_-36px {
    margin-bottom: -36px;
  }
  body .ml_sm_-36px, .block-editor__container .ml_sm_-36px {
    margin-left: -36px;
  }
  body .mr_sm_-36px, .block-editor__container .mr_sm_-36px {
    margin-right: -36px;
  }
  body .mt_sm_37px, .block-editor__container .mt_sm_37px {
    margin-top: 37px;
  }
  body .mb_sm_37px, .block-editor__container .mb_sm_37px {
    margin-bottom: 37px;
  }
  body .ml_sm_37px, .block-editor__container .ml_sm_37px {
    margin-left: 37px;
  }
  body .mr_sm_37px, .block-editor__container .mr_sm_37px {
    margin-right: 37px;
  }
  body .mt_sm_-37px, .block-editor__container .mt_sm_-37px {
    margin-top: -37px;
  }
  body .mb_sm_-37px, .block-editor__container .mb_sm_-37px {
    margin-bottom: -37px;
  }
  body .ml_sm_-37px, .block-editor__container .ml_sm_-37px {
    margin-left: -37px;
  }
  body .mr_sm_-37px, .block-editor__container .mr_sm_-37px {
    margin-right: -37px;
  }
  body .mt_sm_38px, .block-editor__container .mt_sm_38px {
    margin-top: 38px;
  }
  body .mb_sm_38px, .block-editor__container .mb_sm_38px {
    margin-bottom: 38px;
  }
  body .ml_sm_38px, .block-editor__container .ml_sm_38px {
    margin-left: 38px;
  }
  body .mr_sm_38px, .block-editor__container .mr_sm_38px {
    margin-right: 38px;
  }
  body .mt_sm_-38px, .block-editor__container .mt_sm_-38px {
    margin-top: -38px;
  }
  body .mb_sm_-38px, .block-editor__container .mb_sm_-38px {
    margin-bottom: -38px;
  }
  body .ml_sm_-38px, .block-editor__container .ml_sm_-38px {
    margin-left: -38px;
  }
  body .mr_sm_-38px, .block-editor__container .mr_sm_-38px {
    margin-right: -38px;
  }
  body .mt_sm_39px, .block-editor__container .mt_sm_39px {
    margin-top: 39px;
  }
  body .mb_sm_39px, .block-editor__container .mb_sm_39px {
    margin-bottom: 39px;
  }
  body .ml_sm_39px, .block-editor__container .ml_sm_39px {
    margin-left: 39px;
  }
  body .mr_sm_39px, .block-editor__container .mr_sm_39px {
    margin-right: 39px;
  }
  body .mt_sm_-39px, .block-editor__container .mt_sm_-39px {
    margin-top: -39px;
  }
  body .mb_sm_-39px, .block-editor__container .mb_sm_-39px {
    margin-bottom: -39px;
  }
  body .ml_sm_-39px, .block-editor__container .ml_sm_-39px {
    margin-left: -39px;
  }
  body .mr_sm_-39px, .block-editor__container .mr_sm_-39px {
    margin-right: -39px;
  }
  body .mt_sm_40px, .block-editor__container .mt_sm_40px {
    margin-top: 40px;
  }
  body .mb_sm_40px, .block-editor__container .mb_sm_40px {
    margin-bottom: 40px;
  }
  body .ml_sm_40px, .block-editor__container .ml_sm_40px {
    margin-left: 40px;
  }
  body .mr_sm_40px, .block-editor__container .mr_sm_40px {
    margin-right: 40px;
  }
  body .mt_sm_-40px, .block-editor__container .mt_sm_-40px {
    margin-top: -40px;
  }
  body .mb_sm_-40px, .block-editor__container .mb_sm_-40px {
    margin-bottom: -40px;
  }
  body .ml_sm_-40px, .block-editor__container .ml_sm_-40px {
    margin-left: -40px;
  }
  body .mr_sm_-40px, .block-editor__container .mr_sm_-40px {
    margin-right: -40px;
  }
  body .mt_sm_41px, .block-editor__container .mt_sm_41px {
    margin-top: 41px;
  }
  body .mb_sm_41px, .block-editor__container .mb_sm_41px {
    margin-bottom: 41px;
  }
  body .ml_sm_41px, .block-editor__container .ml_sm_41px {
    margin-left: 41px;
  }
  body .mr_sm_41px, .block-editor__container .mr_sm_41px {
    margin-right: 41px;
  }
  body .mt_sm_-41px, .block-editor__container .mt_sm_-41px {
    margin-top: -41px;
  }
  body .mb_sm_-41px, .block-editor__container .mb_sm_-41px {
    margin-bottom: -41px;
  }
  body .ml_sm_-41px, .block-editor__container .ml_sm_-41px {
    margin-left: -41px;
  }
  body .mr_sm_-41px, .block-editor__container .mr_sm_-41px {
    margin-right: -41px;
  }
  body .mt_sm_42px, .block-editor__container .mt_sm_42px {
    margin-top: 42px;
  }
  body .mb_sm_42px, .block-editor__container .mb_sm_42px {
    margin-bottom: 42px;
  }
  body .ml_sm_42px, .block-editor__container .ml_sm_42px {
    margin-left: 42px;
  }
  body .mr_sm_42px, .block-editor__container .mr_sm_42px {
    margin-right: 42px;
  }
  body .mt_sm_-42px, .block-editor__container .mt_sm_-42px {
    margin-top: -42px;
  }
  body .mb_sm_-42px, .block-editor__container .mb_sm_-42px {
    margin-bottom: -42px;
  }
  body .ml_sm_-42px, .block-editor__container .ml_sm_-42px {
    margin-left: -42px;
  }
  body .mr_sm_-42px, .block-editor__container .mr_sm_-42px {
    margin-right: -42px;
  }
  body .mt_sm_43px, .block-editor__container .mt_sm_43px {
    margin-top: 43px;
  }
  body .mb_sm_43px, .block-editor__container .mb_sm_43px {
    margin-bottom: 43px;
  }
  body .ml_sm_43px, .block-editor__container .ml_sm_43px {
    margin-left: 43px;
  }
  body .mr_sm_43px, .block-editor__container .mr_sm_43px {
    margin-right: 43px;
  }
  body .mt_sm_-43px, .block-editor__container .mt_sm_-43px {
    margin-top: -43px;
  }
  body .mb_sm_-43px, .block-editor__container .mb_sm_-43px {
    margin-bottom: -43px;
  }
  body .ml_sm_-43px, .block-editor__container .ml_sm_-43px {
    margin-left: -43px;
  }
  body .mr_sm_-43px, .block-editor__container .mr_sm_-43px {
    margin-right: -43px;
  }
  body .mt_sm_44px, .block-editor__container .mt_sm_44px {
    margin-top: 44px;
  }
  body .mb_sm_44px, .block-editor__container .mb_sm_44px {
    margin-bottom: 44px;
  }
  body .ml_sm_44px, .block-editor__container .ml_sm_44px {
    margin-left: 44px;
  }
  body .mr_sm_44px, .block-editor__container .mr_sm_44px {
    margin-right: 44px;
  }
  body .mt_sm_-44px, .block-editor__container .mt_sm_-44px {
    margin-top: -44px;
  }
  body .mb_sm_-44px, .block-editor__container .mb_sm_-44px {
    margin-bottom: -44px;
  }
  body .ml_sm_-44px, .block-editor__container .ml_sm_-44px {
    margin-left: -44px;
  }
  body .mr_sm_-44px, .block-editor__container .mr_sm_-44px {
    margin-right: -44px;
  }
  body .mt_sm_45px, .block-editor__container .mt_sm_45px {
    margin-top: 45px;
  }
  body .mb_sm_45px, .block-editor__container .mb_sm_45px {
    margin-bottom: 45px;
  }
  body .ml_sm_45px, .block-editor__container .ml_sm_45px {
    margin-left: 45px;
  }
  body .mr_sm_45px, .block-editor__container .mr_sm_45px {
    margin-right: 45px;
  }
  body .mt_sm_-45px, .block-editor__container .mt_sm_-45px {
    margin-top: -45px;
  }
  body .mb_sm_-45px, .block-editor__container .mb_sm_-45px {
    margin-bottom: -45px;
  }
  body .ml_sm_-45px, .block-editor__container .ml_sm_-45px {
    margin-left: -45px;
  }
  body .mr_sm_-45px, .block-editor__container .mr_sm_-45px {
    margin-right: -45px;
  }
  body .mt_sm_46px, .block-editor__container .mt_sm_46px {
    margin-top: 46px;
  }
  body .mb_sm_46px, .block-editor__container .mb_sm_46px {
    margin-bottom: 46px;
  }
  body .ml_sm_46px, .block-editor__container .ml_sm_46px {
    margin-left: 46px;
  }
  body .mr_sm_46px, .block-editor__container .mr_sm_46px {
    margin-right: 46px;
  }
  body .mt_sm_-46px, .block-editor__container .mt_sm_-46px {
    margin-top: -46px;
  }
  body .mb_sm_-46px, .block-editor__container .mb_sm_-46px {
    margin-bottom: -46px;
  }
  body .ml_sm_-46px, .block-editor__container .ml_sm_-46px {
    margin-left: -46px;
  }
  body .mr_sm_-46px, .block-editor__container .mr_sm_-46px {
    margin-right: -46px;
  }
  body .mt_sm_47px, .block-editor__container .mt_sm_47px {
    margin-top: 47px;
  }
  body .mb_sm_47px, .block-editor__container .mb_sm_47px {
    margin-bottom: 47px;
  }
  body .ml_sm_47px, .block-editor__container .ml_sm_47px {
    margin-left: 47px;
  }
  body .mr_sm_47px, .block-editor__container .mr_sm_47px {
    margin-right: 47px;
  }
  body .mt_sm_-47px, .block-editor__container .mt_sm_-47px {
    margin-top: -47px;
  }
  body .mb_sm_-47px, .block-editor__container .mb_sm_-47px {
    margin-bottom: -47px;
  }
  body .ml_sm_-47px, .block-editor__container .ml_sm_-47px {
    margin-left: -47px;
  }
  body .mr_sm_-47px, .block-editor__container .mr_sm_-47px {
    margin-right: -47px;
  }
  body .mt_sm_48px, .block-editor__container .mt_sm_48px {
    margin-top: 48px;
  }
  body .mb_sm_48px, .block-editor__container .mb_sm_48px {
    margin-bottom: 48px;
  }
  body .ml_sm_48px, .block-editor__container .ml_sm_48px {
    margin-left: 48px;
  }
  body .mr_sm_48px, .block-editor__container .mr_sm_48px {
    margin-right: 48px;
  }
  body .mt_sm_-48px, .block-editor__container .mt_sm_-48px {
    margin-top: -48px;
  }
  body .mb_sm_-48px, .block-editor__container .mb_sm_-48px {
    margin-bottom: -48px;
  }
  body .ml_sm_-48px, .block-editor__container .ml_sm_-48px {
    margin-left: -48px;
  }
  body .mr_sm_-48px, .block-editor__container .mr_sm_-48px {
    margin-right: -48px;
  }
  body .mt_sm_49px, .block-editor__container .mt_sm_49px {
    margin-top: 49px;
  }
  body .mb_sm_49px, .block-editor__container .mb_sm_49px {
    margin-bottom: 49px;
  }
  body .ml_sm_49px, .block-editor__container .ml_sm_49px {
    margin-left: 49px;
  }
  body .mr_sm_49px, .block-editor__container .mr_sm_49px {
    margin-right: 49px;
  }
  body .mt_sm_-49px, .block-editor__container .mt_sm_-49px {
    margin-top: -49px;
  }
  body .mb_sm_-49px, .block-editor__container .mb_sm_-49px {
    margin-bottom: -49px;
  }
  body .ml_sm_-49px, .block-editor__container .ml_sm_-49px {
    margin-left: -49px;
  }
  body .mr_sm_-49px, .block-editor__container .mr_sm_-49px {
    margin-right: -49px;
  }
  body .mt_sm_50px, .block-editor__container .mt_sm_50px {
    margin-top: 50px;
  }
  body .mb_sm_50px, .block-editor__container .mb_sm_50px {
    margin-bottom: 50px;
  }
  body .ml_sm_50px, .block-editor__container .ml_sm_50px {
    margin-left: 50px;
  }
  body .mr_sm_50px, .block-editor__container .mr_sm_50px {
    margin-right: 50px;
  }
  body .mt_sm_-50px, .block-editor__container .mt_sm_-50px {
    margin-top: -50px;
  }
  body .mb_sm_-50px, .block-editor__container .mb_sm_-50px {
    margin-bottom: -50px;
  }
  body .ml_sm_-50px, .block-editor__container .ml_sm_-50px {
    margin-left: -50px;
  }
  body .mr_sm_-50px, .block-editor__container .mr_sm_-50px {
    margin-right: -50px;
  }
  body .mt_sm_51px, .block-editor__container .mt_sm_51px {
    margin-top: 51px;
  }
  body .mb_sm_51px, .block-editor__container .mb_sm_51px {
    margin-bottom: 51px;
  }
  body .ml_sm_51px, .block-editor__container .ml_sm_51px {
    margin-left: 51px;
  }
  body .mr_sm_51px, .block-editor__container .mr_sm_51px {
    margin-right: 51px;
  }
  body .mt_sm_-51px, .block-editor__container .mt_sm_-51px {
    margin-top: -51px;
  }
  body .mb_sm_-51px, .block-editor__container .mb_sm_-51px {
    margin-bottom: -51px;
  }
  body .ml_sm_-51px, .block-editor__container .ml_sm_-51px {
    margin-left: -51px;
  }
  body .mr_sm_-51px, .block-editor__container .mr_sm_-51px {
    margin-right: -51px;
  }
  body .mt_sm_52px, .block-editor__container .mt_sm_52px {
    margin-top: 52px;
  }
  body .mb_sm_52px, .block-editor__container .mb_sm_52px {
    margin-bottom: 52px;
  }
  body .ml_sm_52px, .block-editor__container .ml_sm_52px {
    margin-left: 52px;
  }
  body .mr_sm_52px, .block-editor__container .mr_sm_52px {
    margin-right: 52px;
  }
  body .mt_sm_-52px, .block-editor__container .mt_sm_-52px {
    margin-top: -52px;
  }
  body .mb_sm_-52px, .block-editor__container .mb_sm_-52px {
    margin-bottom: -52px;
  }
  body .ml_sm_-52px, .block-editor__container .ml_sm_-52px {
    margin-left: -52px;
  }
  body .mr_sm_-52px, .block-editor__container .mr_sm_-52px {
    margin-right: -52px;
  }
  body .mt_sm_53px, .block-editor__container .mt_sm_53px {
    margin-top: 53px;
  }
  body .mb_sm_53px, .block-editor__container .mb_sm_53px {
    margin-bottom: 53px;
  }
  body .ml_sm_53px, .block-editor__container .ml_sm_53px {
    margin-left: 53px;
  }
  body .mr_sm_53px, .block-editor__container .mr_sm_53px {
    margin-right: 53px;
  }
  body .mt_sm_-53px, .block-editor__container .mt_sm_-53px {
    margin-top: -53px;
  }
  body .mb_sm_-53px, .block-editor__container .mb_sm_-53px {
    margin-bottom: -53px;
  }
  body .ml_sm_-53px, .block-editor__container .ml_sm_-53px {
    margin-left: -53px;
  }
  body .mr_sm_-53px, .block-editor__container .mr_sm_-53px {
    margin-right: -53px;
  }
  body .mt_sm_54px, .block-editor__container .mt_sm_54px {
    margin-top: 54px;
  }
  body .mb_sm_54px, .block-editor__container .mb_sm_54px {
    margin-bottom: 54px;
  }
  body .ml_sm_54px, .block-editor__container .ml_sm_54px {
    margin-left: 54px;
  }
  body .mr_sm_54px, .block-editor__container .mr_sm_54px {
    margin-right: 54px;
  }
  body .mt_sm_-54px, .block-editor__container .mt_sm_-54px {
    margin-top: -54px;
  }
  body .mb_sm_-54px, .block-editor__container .mb_sm_-54px {
    margin-bottom: -54px;
  }
  body .ml_sm_-54px, .block-editor__container .ml_sm_-54px {
    margin-left: -54px;
  }
  body .mr_sm_-54px, .block-editor__container .mr_sm_-54px {
    margin-right: -54px;
  }
  body .mt_sm_55px, .block-editor__container .mt_sm_55px {
    margin-top: 55px;
  }
  body .mb_sm_55px, .block-editor__container .mb_sm_55px {
    margin-bottom: 55px;
  }
  body .ml_sm_55px, .block-editor__container .ml_sm_55px {
    margin-left: 55px;
  }
  body .mr_sm_55px, .block-editor__container .mr_sm_55px {
    margin-right: 55px;
  }
  body .mt_sm_-55px, .block-editor__container .mt_sm_-55px {
    margin-top: -55px;
  }
  body .mb_sm_-55px, .block-editor__container .mb_sm_-55px {
    margin-bottom: -55px;
  }
  body .ml_sm_-55px, .block-editor__container .ml_sm_-55px {
    margin-left: -55px;
  }
  body .mr_sm_-55px, .block-editor__container .mr_sm_-55px {
    margin-right: -55px;
  }
  body .mt_sm_56px, .block-editor__container .mt_sm_56px {
    margin-top: 56px;
  }
  body .mb_sm_56px, .block-editor__container .mb_sm_56px {
    margin-bottom: 56px;
  }
  body .ml_sm_56px, .block-editor__container .ml_sm_56px {
    margin-left: 56px;
  }
  body .mr_sm_56px, .block-editor__container .mr_sm_56px {
    margin-right: 56px;
  }
  body .mt_sm_-56px, .block-editor__container .mt_sm_-56px {
    margin-top: -56px;
  }
  body .mb_sm_-56px, .block-editor__container .mb_sm_-56px {
    margin-bottom: -56px;
  }
  body .ml_sm_-56px, .block-editor__container .ml_sm_-56px {
    margin-left: -56px;
  }
  body .mr_sm_-56px, .block-editor__container .mr_sm_-56px {
    margin-right: -56px;
  }
  body .mt_sm_57px, .block-editor__container .mt_sm_57px {
    margin-top: 57px;
  }
  body .mb_sm_57px, .block-editor__container .mb_sm_57px {
    margin-bottom: 57px;
  }
  body .ml_sm_57px, .block-editor__container .ml_sm_57px {
    margin-left: 57px;
  }
  body .mr_sm_57px, .block-editor__container .mr_sm_57px {
    margin-right: 57px;
  }
  body .mt_sm_-57px, .block-editor__container .mt_sm_-57px {
    margin-top: -57px;
  }
  body .mb_sm_-57px, .block-editor__container .mb_sm_-57px {
    margin-bottom: -57px;
  }
  body .ml_sm_-57px, .block-editor__container .ml_sm_-57px {
    margin-left: -57px;
  }
  body .mr_sm_-57px, .block-editor__container .mr_sm_-57px {
    margin-right: -57px;
  }
  body .mt_sm_58px, .block-editor__container .mt_sm_58px {
    margin-top: 58px;
  }
  body .mb_sm_58px, .block-editor__container .mb_sm_58px {
    margin-bottom: 58px;
  }
  body .ml_sm_58px, .block-editor__container .ml_sm_58px {
    margin-left: 58px;
  }
  body .mr_sm_58px, .block-editor__container .mr_sm_58px {
    margin-right: 58px;
  }
  body .mt_sm_-58px, .block-editor__container .mt_sm_-58px {
    margin-top: -58px;
  }
  body .mb_sm_-58px, .block-editor__container .mb_sm_-58px {
    margin-bottom: -58px;
  }
  body .ml_sm_-58px, .block-editor__container .ml_sm_-58px {
    margin-left: -58px;
  }
  body .mr_sm_-58px, .block-editor__container .mr_sm_-58px {
    margin-right: -58px;
  }
  body .mt_sm_59px, .block-editor__container .mt_sm_59px {
    margin-top: 59px;
  }
  body .mb_sm_59px, .block-editor__container .mb_sm_59px {
    margin-bottom: 59px;
  }
  body .ml_sm_59px, .block-editor__container .ml_sm_59px {
    margin-left: 59px;
  }
  body .mr_sm_59px, .block-editor__container .mr_sm_59px {
    margin-right: 59px;
  }
  body .mt_sm_-59px, .block-editor__container .mt_sm_-59px {
    margin-top: -59px;
  }
  body .mb_sm_-59px, .block-editor__container .mb_sm_-59px {
    margin-bottom: -59px;
  }
  body .ml_sm_-59px, .block-editor__container .ml_sm_-59px {
    margin-left: -59px;
  }
  body .mr_sm_-59px, .block-editor__container .mr_sm_-59px {
    margin-right: -59px;
  }
  body .mt_sm_60px, .block-editor__container .mt_sm_60px {
    margin-top: 60px;
  }
  body .mb_sm_60px, .block-editor__container .mb_sm_60px {
    margin-bottom: 60px;
  }
  body .ml_sm_60px, .block-editor__container .ml_sm_60px {
    margin-left: 60px;
  }
  body .mr_sm_60px, .block-editor__container .mr_sm_60px {
    margin-right: 60px;
  }
  body .mt_sm_-60px, .block-editor__container .mt_sm_-60px {
    margin-top: -60px;
  }
  body .mb_sm_-60px, .block-editor__container .mb_sm_-60px {
    margin-bottom: -60px;
  }
  body .ml_sm_-60px, .block-editor__container .ml_sm_-60px {
    margin-left: -60px;
  }
  body .mr_sm_-60px, .block-editor__container .mr_sm_-60px {
    margin-right: -60px;
  }
  body .mt_sm_61px, .block-editor__container .mt_sm_61px {
    margin-top: 61px;
  }
  body .mb_sm_61px, .block-editor__container .mb_sm_61px {
    margin-bottom: 61px;
  }
  body .ml_sm_61px, .block-editor__container .ml_sm_61px {
    margin-left: 61px;
  }
  body .mr_sm_61px, .block-editor__container .mr_sm_61px {
    margin-right: 61px;
  }
  body .mt_sm_-61px, .block-editor__container .mt_sm_-61px {
    margin-top: -61px;
  }
  body .mb_sm_-61px, .block-editor__container .mb_sm_-61px {
    margin-bottom: -61px;
  }
  body .ml_sm_-61px, .block-editor__container .ml_sm_-61px {
    margin-left: -61px;
  }
  body .mr_sm_-61px, .block-editor__container .mr_sm_-61px {
    margin-right: -61px;
  }
  body .mt_sm_62px, .block-editor__container .mt_sm_62px {
    margin-top: 62px;
  }
  body .mb_sm_62px, .block-editor__container .mb_sm_62px {
    margin-bottom: 62px;
  }
  body .ml_sm_62px, .block-editor__container .ml_sm_62px {
    margin-left: 62px;
  }
  body .mr_sm_62px, .block-editor__container .mr_sm_62px {
    margin-right: 62px;
  }
  body .mt_sm_-62px, .block-editor__container .mt_sm_-62px {
    margin-top: -62px;
  }
  body .mb_sm_-62px, .block-editor__container .mb_sm_-62px {
    margin-bottom: -62px;
  }
  body .ml_sm_-62px, .block-editor__container .ml_sm_-62px {
    margin-left: -62px;
  }
  body .mr_sm_-62px, .block-editor__container .mr_sm_-62px {
    margin-right: -62px;
  }
  body .mt_sm_63px, .block-editor__container .mt_sm_63px {
    margin-top: 63px;
  }
  body .mb_sm_63px, .block-editor__container .mb_sm_63px {
    margin-bottom: 63px;
  }
  body .ml_sm_63px, .block-editor__container .ml_sm_63px {
    margin-left: 63px;
  }
  body .mr_sm_63px, .block-editor__container .mr_sm_63px {
    margin-right: 63px;
  }
  body .mt_sm_-63px, .block-editor__container .mt_sm_-63px {
    margin-top: -63px;
  }
  body .mb_sm_-63px, .block-editor__container .mb_sm_-63px {
    margin-bottom: -63px;
  }
  body .ml_sm_-63px, .block-editor__container .ml_sm_-63px {
    margin-left: -63px;
  }
  body .mr_sm_-63px, .block-editor__container .mr_sm_-63px {
    margin-right: -63px;
  }
  body .mt_sm_64px, .block-editor__container .mt_sm_64px {
    margin-top: 64px;
  }
  body .mb_sm_64px, .block-editor__container .mb_sm_64px {
    margin-bottom: 64px;
  }
  body .ml_sm_64px, .block-editor__container .ml_sm_64px {
    margin-left: 64px;
  }
  body .mr_sm_64px, .block-editor__container .mr_sm_64px {
    margin-right: 64px;
  }
  body .mt_sm_-64px, .block-editor__container .mt_sm_-64px {
    margin-top: -64px;
  }
  body .mb_sm_-64px, .block-editor__container .mb_sm_-64px {
    margin-bottom: -64px;
  }
  body .ml_sm_-64px, .block-editor__container .ml_sm_-64px {
    margin-left: -64px;
  }
  body .mr_sm_-64px, .block-editor__container .mr_sm_-64px {
    margin-right: -64px;
  }
  body .mt_sm_65px, .block-editor__container .mt_sm_65px {
    margin-top: 65px;
  }
  body .mb_sm_65px, .block-editor__container .mb_sm_65px {
    margin-bottom: 65px;
  }
  body .ml_sm_65px, .block-editor__container .ml_sm_65px {
    margin-left: 65px;
  }
  body .mr_sm_65px, .block-editor__container .mr_sm_65px {
    margin-right: 65px;
  }
  body .mt_sm_-65px, .block-editor__container .mt_sm_-65px {
    margin-top: -65px;
  }
  body .mb_sm_-65px, .block-editor__container .mb_sm_-65px {
    margin-bottom: -65px;
  }
  body .ml_sm_-65px, .block-editor__container .ml_sm_-65px {
    margin-left: -65px;
  }
  body .mr_sm_-65px, .block-editor__container .mr_sm_-65px {
    margin-right: -65px;
  }
  body .mt_sm_66px, .block-editor__container .mt_sm_66px {
    margin-top: 66px;
  }
  body .mb_sm_66px, .block-editor__container .mb_sm_66px {
    margin-bottom: 66px;
  }
  body .ml_sm_66px, .block-editor__container .ml_sm_66px {
    margin-left: 66px;
  }
  body .mr_sm_66px, .block-editor__container .mr_sm_66px {
    margin-right: 66px;
  }
  body .mt_sm_-66px, .block-editor__container .mt_sm_-66px {
    margin-top: -66px;
  }
  body .mb_sm_-66px, .block-editor__container .mb_sm_-66px {
    margin-bottom: -66px;
  }
  body .ml_sm_-66px, .block-editor__container .ml_sm_-66px {
    margin-left: -66px;
  }
  body .mr_sm_-66px, .block-editor__container .mr_sm_-66px {
    margin-right: -66px;
  }
  body .mt_sm_67px, .block-editor__container .mt_sm_67px {
    margin-top: 67px;
  }
  body .mb_sm_67px, .block-editor__container .mb_sm_67px {
    margin-bottom: 67px;
  }
  body .ml_sm_67px, .block-editor__container .ml_sm_67px {
    margin-left: 67px;
  }
  body .mr_sm_67px, .block-editor__container .mr_sm_67px {
    margin-right: 67px;
  }
  body .mt_sm_-67px, .block-editor__container .mt_sm_-67px {
    margin-top: -67px;
  }
  body .mb_sm_-67px, .block-editor__container .mb_sm_-67px {
    margin-bottom: -67px;
  }
  body .ml_sm_-67px, .block-editor__container .ml_sm_-67px {
    margin-left: -67px;
  }
  body .mr_sm_-67px, .block-editor__container .mr_sm_-67px {
    margin-right: -67px;
  }
  body .mt_sm_68px, .block-editor__container .mt_sm_68px {
    margin-top: 68px;
  }
  body .mb_sm_68px, .block-editor__container .mb_sm_68px {
    margin-bottom: 68px;
  }
  body .ml_sm_68px, .block-editor__container .ml_sm_68px {
    margin-left: 68px;
  }
  body .mr_sm_68px, .block-editor__container .mr_sm_68px {
    margin-right: 68px;
  }
  body .mt_sm_-68px, .block-editor__container .mt_sm_-68px {
    margin-top: -68px;
  }
  body .mb_sm_-68px, .block-editor__container .mb_sm_-68px {
    margin-bottom: -68px;
  }
  body .ml_sm_-68px, .block-editor__container .ml_sm_-68px {
    margin-left: -68px;
  }
  body .mr_sm_-68px, .block-editor__container .mr_sm_-68px {
    margin-right: -68px;
  }
  body .mt_sm_69px, .block-editor__container .mt_sm_69px {
    margin-top: 69px;
  }
  body .mb_sm_69px, .block-editor__container .mb_sm_69px {
    margin-bottom: 69px;
  }
  body .ml_sm_69px, .block-editor__container .ml_sm_69px {
    margin-left: 69px;
  }
  body .mr_sm_69px, .block-editor__container .mr_sm_69px {
    margin-right: 69px;
  }
  body .mt_sm_-69px, .block-editor__container .mt_sm_-69px {
    margin-top: -69px;
  }
  body .mb_sm_-69px, .block-editor__container .mb_sm_-69px {
    margin-bottom: -69px;
  }
  body .ml_sm_-69px, .block-editor__container .ml_sm_-69px {
    margin-left: -69px;
  }
  body .mr_sm_-69px, .block-editor__container .mr_sm_-69px {
    margin-right: -69px;
  }
  body .mt_sm_70px, .block-editor__container .mt_sm_70px {
    margin-top: 70px;
  }
  body .mb_sm_70px, .block-editor__container .mb_sm_70px {
    margin-bottom: 70px;
  }
  body .ml_sm_70px, .block-editor__container .ml_sm_70px {
    margin-left: 70px;
  }
  body .mr_sm_70px, .block-editor__container .mr_sm_70px {
    margin-right: 70px;
  }
  body .mt_sm_-70px, .block-editor__container .mt_sm_-70px {
    margin-top: -70px;
  }
  body .mb_sm_-70px, .block-editor__container .mb_sm_-70px {
    margin-bottom: -70px;
  }
  body .ml_sm_-70px, .block-editor__container .ml_sm_-70px {
    margin-left: -70px;
  }
  body .mr_sm_-70px, .block-editor__container .mr_sm_-70px {
    margin-right: -70px;
  }
  body .mt_sm_71px, .block-editor__container .mt_sm_71px {
    margin-top: 71px;
  }
  body .mb_sm_71px, .block-editor__container .mb_sm_71px {
    margin-bottom: 71px;
  }
  body .ml_sm_71px, .block-editor__container .ml_sm_71px {
    margin-left: 71px;
  }
  body .mr_sm_71px, .block-editor__container .mr_sm_71px {
    margin-right: 71px;
  }
  body .mt_sm_-71px, .block-editor__container .mt_sm_-71px {
    margin-top: -71px;
  }
  body .mb_sm_-71px, .block-editor__container .mb_sm_-71px {
    margin-bottom: -71px;
  }
  body .ml_sm_-71px, .block-editor__container .ml_sm_-71px {
    margin-left: -71px;
  }
  body .mr_sm_-71px, .block-editor__container .mr_sm_-71px {
    margin-right: -71px;
  }
  body .mt_sm_72px, .block-editor__container .mt_sm_72px {
    margin-top: 72px;
  }
  body .mb_sm_72px, .block-editor__container .mb_sm_72px {
    margin-bottom: 72px;
  }
  body .ml_sm_72px, .block-editor__container .ml_sm_72px {
    margin-left: 72px;
  }
  body .mr_sm_72px, .block-editor__container .mr_sm_72px {
    margin-right: 72px;
  }
  body .mt_sm_-72px, .block-editor__container .mt_sm_-72px {
    margin-top: -72px;
  }
  body .mb_sm_-72px, .block-editor__container .mb_sm_-72px {
    margin-bottom: -72px;
  }
  body .ml_sm_-72px, .block-editor__container .ml_sm_-72px {
    margin-left: -72px;
  }
  body .mr_sm_-72px, .block-editor__container .mr_sm_-72px {
    margin-right: -72px;
  }
  body .mt_sm_73px, .block-editor__container .mt_sm_73px {
    margin-top: 73px;
  }
  body .mb_sm_73px, .block-editor__container .mb_sm_73px {
    margin-bottom: 73px;
  }
  body .ml_sm_73px, .block-editor__container .ml_sm_73px {
    margin-left: 73px;
  }
  body .mr_sm_73px, .block-editor__container .mr_sm_73px {
    margin-right: 73px;
  }
  body .mt_sm_-73px, .block-editor__container .mt_sm_-73px {
    margin-top: -73px;
  }
  body .mb_sm_-73px, .block-editor__container .mb_sm_-73px {
    margin-bottom: -73px;
  }
  body .ml_sm_-73px, .block-editor__container .ml_sm_-73px {
    margin-left: -73px;
  }
  body .mr_sm_-73px, .block-editor__container .mr_sm_-73px {
    margin-right: -73px;
  }
  body .mt_sm_74px, .block-editor__container .mt_sm_74px {
    margin-top: 74px;
  }
  body .mb_sm_74px, .block-editor__container .mb_sm_74px {
    margin-bottom: 74px;
  }
  body .ml_sm_74px, .block-editor__container .ml_sm_74px {
    margin-left: 74px;
  }
  body .mr_sm_74px, .block-editor__container .mr_sm_74px {
    margin-right: 74px;
  }
  body .mt_sm_-74px, .block-editor__container .mt_sm_-74px {
    margin-top: -74px;
  }
  body .mb_sm_-74px, .block-editor__container .mb_sm_-74px {
    margin-bottom: -74px;
  }
  body .ml_sm_-74px, .block-editor__container .ml_sm_-74px {
    margin-left: -74px;
  }
  body .mr_sm_-74px, .block-editor__container .mr_sm_-74px {
    margin-right: -74px;
  }
  body .mt_sm_75px, .block-editor__container .mt_sm_75px {
    margin-top: 75px;
  }
  body .mb_sm_75px, .block-editor__container .mb_sm_75px {
    margin-bottom: 75px;
  }
  body .ml_sm_75px, .block-editor__container .ml_sm_75px {
    margin-left: 75px;
  }
  body .mr_sm_75px, .block-editor__container .mr_sm_75px {
    margin-right: 75px;
  }
  body .mt_sm_-75px, .block-editor__container .mt_sm_-75px {
    margin-top: -75px;
  }
  body .mb_sm_-75px, .block-editor__container .mb_sm_-75px {
    margin-bottom: -75px;
  }
  body .ml_sm_-75px, .block-editor__container .ml_sm_-75px {
    margin-left: -75px;
  }
  body .mr_sm_-75px, .block-editor__container .mr_sm_-75px {
    margin-right: -75px;
  }
  body .mt_sm_76px, .block-editor__container .mt_sm_76px {
    margin-top: 76px;
  }
  body .mb_sm_76px, .block-editor__container .mb_sm_76px {
    margin-bottom: 76px;
  }
  body .ml_sm_76px, .block-editor__container .ml_sm_76px {
    margin-left: 76px;
  }
  body .mr_sm_76px, .block-editor__container .mr_sm_76px {
    margin-right: 76px;
  }
  body .mt_sm_-76px, .block-editor__container .mt_sm_-76px {
    margin-top: -76px;
  }
  body .mb_sm_-76px, .block-editor__container .mb_sm_-76px {
    margin-bottom: -76px;
  }
  body .ml_sm_-76px, .block-editor__container .ml_sm_-76px {
    margin-left: -76px;
  }
  body .mr_sm_-76px, .block-editor__container .mr_sm_-76px {
    margin-right: -76px;
  }
  body .mt_sm_77px, .block-editor__container .mt_sm_77px {
    margin-top: 77px;
  }
  body .mb_sm_77px, .block-editor__container .mb_sm_77px {
    margin-bottom: 77px;
  }
  body .ml_sm_77px, .block-editor__container .ml_sm_77px {
    margin-left: 77px;
  }
  body .mr_sm_77px, .block-editor__container .mr_sm_77px {
    margin-right: 77px;
  }
  body .mt_sm_-77px, .block-editor__container .mt_sm_-77px {
    margin-top: -77px;
  }
  body .mb_sm_-77px, .block-editor__container .mb_sm_-77px {
    margin-bottom: -77px;
  }
  body .ml_sm_-77px, .block-editor__container .ml_sm_-77px {
    margin-left: -77px;
  }
  body .mr_sm_-77px, .block-editor__container .mr_sm_-77px {
    margin-right: -77px;
  }
  body .mt_sm_78px, .block-editor__container .mt_sm_78px {
    margin-top: 78px;
  }
  body .mb_sm_78px, .block-editor__container .mb_sm_78px {
    margin-bottom: 78px;
  }
  body .ml_sm_78px, .block-editor__container .ml_sm_78px {
    margin-left: 78px;
  }
  body .mr_sm_78px, .block-editor__container .mr_sm_78px {
    margin-right: 78px;
  }
  body .mt_sm_-78px, .block-editor__container .mt_sm_-78px {
    margin-top: -78px;
  }
  body .mb_sm_-78px, .block-editor__container .mb_sm_-78px {
    margin-bottom: -78px;
  }
  body .ml_sm_-78px, .block-editor__container .ml_sm_-78px {
    margin-left: -78px;
  }
  body .mr_sm_-78px, .block-editor__container .mr_sm_-78px {
    margin-right: -78px;
  }
  body .mt_sm_79px, .block-editor__container .mt_sm_79px {
    margin-top: 79px;
  }
  body .mb_sm_79px, .block-editor__container .mb_sm_79px {
    margin-bottom: 79px;
  }
  body .ml_sm_79px, .block-editor__container .ml_sm_79px {
    margin-left: 79px;
  }
  body .mr_sm_79px, .block-editor__container .mr_sm_79px {
    margin-right: 79px;
  }
  body .mt_sm_-79px, .block-editor__container .mt_sm_-79px {
    margin-top: -79px;
  }
  body .mb_sm_-79px, .block-editor__container .mb_sm_-79px {
    margin-bottom: -79px;
  }
  body .ml_sm_-79px, .block-editor__container .ml_sm_-79px {
    margin-left: -79px;
  }
  body .mr_sm_-79px, .block-editor__container .mr_sm_-79px {
    margin-right: -79px;
  }
  body .mt_sm_80px, .block-editor__container .mt_sm_80px {
    margin-top: 80px;
  }
  body .mb_sm_80px, .block-editor__container .mb_sm_80px {
    margin-bottom: 80px;
  }
  body .ml_sm_80px, .block-editor__container .ml_sm_80px {
    margin-left: 80px;
  }
  body .mr_sm_80px, .block-editor__container .mr_sm_80px {
    margin-right: 80px;
  }
  body .mt_sm_-80px, .block-editor__container .mt_sm_-80px {
    margin-top: -80px;
  }
  body .mb_sm_-80px, .block-editor__container .mb_sm_-80px {
    margin-bottom: -80px;
  }
  body .ml_sm_-80px, .block-editor__container .ml_sm_-80px {
    margin-left: -80px;
  }
  body .mr_sm_-80px, .block-editor__container .mr_sm_-80px {
    margin-right: -80px;
  }
  body .mt_sm_81px, .block-editor__container .mt_sm_81px {
    margin-top: 81px;
  }
  body .mb_sm_81px, .block-editor__container .mb_sm_81px {
    margin-bottom: 81px;
  }
  body .ml_sm_81px, .block-editor__container .ml_sm_81px {
    margin-left: 81px;
  }
  body .mr_sm_81px, .block-editor__container .mr_sm_81px {
    margin-right: 81px;
  }
  body .mt_sm_-81px, .block-editor__container .mt_sm_-81px {
    margin-top: -81px;
  }
  body .mb_sm_-81px, .block-editor__container .mb_sm_-81px {
    margin-bottom: -81px;
  }
  body .ml_sm_-81px, .block-editor__container .ml_sm_-81px {
    margin-left: -81px;
  }
  body .mr_sm_-81px, .block-editor__container .mr_sm_-81px {
    margin-right: -81px;
  }
  body .mt_sm_82px, .block-editor__container .mt_sm_82px {
    margin-top: 82px;
  }
  body .mb_sm_82px, .block-editor__container .mb_sm_82px {
    margin-bottom: 82px;
  }
  body .ml_sm_82px, .block-editor__container .ml_sm_82px {
    margin-left: 82px;
  }
  body .mr_sm_82px, .block-editor__container .mr_sm_82px {
    margin-right: 82px;
  }
  body .mt_sm_-82px, .block-editor__container .mt_sm_-82px {
    margin-top: -82px;
  }
  body .mb_sm_-82px, .block-editor__container .mb_sm_-82px {
    margin-bottom: -82px;
  }
  body .ml_sm_-82px, .block-editor__container .ml_sm_-82px {
    margin-left: -82px;
  }
  body .mr_sm_-82px, .block-editor__container .mr_sm_-82px {
    margin-right: -82px;
  }
  body .mt_sm_83px, .block-editor__container .mt_sm_83px {
    margin-top: 83px;
  }
  body .mb_sm_83px, .block-editor__container .mb_sm_83px {
    margin-bottom: 83px;
  }
  body .ml_sm_83px, .block-editor__container .ml_sm_83px {
    margin-left: 83px;
  }
  body .mr_sm_83px, .block-editor__container .mr_sm_83px {
    margin-right: 83px;
  }
  body .mt_sm_-83px, .block-editor__container .mt_sm_-83px {
    margin-top: -83px;
  }
  body .mb_sm_-83px, .block-editor__container .mb_sm_-83px {
    margin-bottom: -83px;
  }
  body .ml_sm_-83px, .block-editor__container .ml_sm_-83px {
    margin-left: -83px;
  }
  body .mr_sm_-83px, .block-editor__container .mr_sm_-83px {
    margin-right: -83px;
  }
  body .mt_sm_84px, .block-editor__container .mt_sm_84px {
    margin-top: 84px;
  }
  body .mb_sm_84px, .block-editor__container .mb_sm_84px {
    margin-bottom: 84px;
  }
  body .ml_sm_84px, .block-editor__container .ml_sm_84px {
    margin-left: 84px;
  }
  body .mr_sm_84px, .block-editor__container .mr_sm_84px {
    margin-right: 84px;
  }
  body .mt_sm_-84px, .block-editor__container .mt_sm_-84px {
    margin-top: -84px;
  }
  body .mb_sm_-84px, .block-editor__container .mb_sm_-84px {
    margin-bottom: -84px;
  }
  body .ml_sm_-84px, .block-editor__container .ml_sm_-84px {
    margin-left: -84px;
  }
  body .mr_sm_-84px, .block-editor__container .mr_sm_-84px {
    margin-right: -84px;
  }
  body .mt_sm_85px, .block-editor__container .mt_sm_85px {
    margin-top: 85px;
  }
  body .mb_sm_85px, .block-editor__container .mb_sm_85px {
    margin-bottom: 85px;
  }
  body .ml_sm_85px, .block-editor__container .ml_sm_85px {
    margin-left: 85px;
  }
  body .mr_sm_85px, .block-editor__container .mr_sm_85px {
    margin-right: 85px;
  }
  body .mt_sm_-85px, .block-editor__container .mt_sm_-85px {
    margin-top: -85px;
  }
  body .mb_sm_-85px, .block-editor__container .mb_sm_-85px {
    margin-bottom: -85px;
  }
  body .ml_sm_-85px, .block-editor__container .ml_sm_-85px {
    margin-left: -85px;
  }
  body .mr_sm_-85px, .block-editor__container .mr_sm_-85px {
    margin-right: -85px;
  }
  body .mt_sm_86px, .block-editor__container .mt_sm_86px {
    margin-top: 86px;
  }
  body .mb_sm_86px, .block-editor__container .mb_sm_86px {
    margin-bottom: 86px;
  }
  body .ml_sm_86px, .block-editor__container .ml_sm_86px {
    margin-left: 86px;
  }
  body .mr_sm_86px, .block-editor__container .mr_sm_86px {
    margin-right: 86px;
  }
  body .mt_sm_-86px, .block-editor__container .mt_sm_-86px {
    margin-top: -86px;
  }
  body .mb_sm_-86px, .block-editor__container .mb_sm_-86px {
    margin-bottom: -86px;
  }
  body .ml_sm_-86px, .block-editor__container .ml_sm_-86px {
    margin-left: -86px;
  }
  body .mr_sm_-86px, .block-editor__container .mr_sm_-86px {
    margin-right: -86px;
  }
  body .mt_sm_87px, .block-editor__container .mt_sm_87px {
    margin-top: 87px;
  }
  body .mb_sm_87px, .block-editor__container .mb_sm_87px {
    margin-bottom: 87px;
  }
  body .ml_sm_87px, .block-editor__container .ml_sm_87px {
    margin-left: 87px;
  }
  body .mr_sm_87px, .block-editor__container .mr_sm_87px {
    margin-right: 87px;
  }
  body .mt_sm_-87px, .block-editor__container .mt_sm_-87px {
    margin-top: -87px;
  }
  body .mb_sm_-87px, .block-editor__container .mb_sm_-87px {
    margin-bottom: -87px;
  }
  body .ml_sm_-87px, .block-editor__container .ml_sm_-87px {
    margin-left: -87px;
  }
  body .mr_sm_-87px, .block-editor__container .mr_sm_-87px {
    margin-right: -87px;
  }
  body .mt_sm_88px, .block-editor__container .mt_sm_88px {
    margin-top: 88px;
  }
  body .mb_sm_88px, .block-editor__container .mb_sm_88px {
    margin-bottom: 88px;
  }
  body .ml_sm_88px, .block-editor__container .ml_sm_88px {
    margin-left: 88px;
  }
  body .mr_sm_88px, .block-editor__container .mr_sm_88px {
    margin-right: 88px;
  }
  body .mt_sm_-88px, .block-editor__container .mt_sm_-88px {
    margin-top: -88px;
  }
  body .mb_sm_-88px, .block-editor__container .mb_sm_-88px {
    margin-bottom: -88px;
  }
  body .ml_sm_-88px, .block-editor__container .ml_sm_-88px {
    margin-left: -88px;
  }
  body .mr_sm_-88px, .block-editor__container .mr_sm_-88px {
    margin-right: -88px;
  }
  body .mt_sm_89px, .block-editor__container .mt_sm_89px {
    margin-top: 89px;
  }
  body .mb_sm_89px, .block-editor__container .mb_sm_89px {
    margin-bottom: 89px;
  }
  body .ml_sm_89px, .block-editor__container .ml_sm_89px {
    margin-left: 89px;
  }
  body .mr_sm_89px, .block-editor__container .mr_sm_89px {
    margin-right: 89px;
  }
  body .mt_sm_-89px, .block-editor__container .mt_sm_-89px {
    margin-top: -89px;
  }
  body .mb_sm_-89px, .block-editor__container .mb_sm_-89px {
    margin-bottom: -89px;
  }
  body .ml_sm_-89px, .block-editor__container .ml_sm_-89px {
    margin-left: -89px;
  }
  body .mr_sm_-89px, .block-editor__container .mr_sm_-89px {
    margin-right: -89px;
  }
  body .mt_sm_90px, .block-editor__container .mt_sm_90px {
    margin-top: 90px;
  }
  body .mb_sm_90px, .block-editor__container .mb_sm_90px {
    margin-bottom: 90px;
  }
  body .ml_sm_90px, .block-editor__container .ml_sm_90px {
    margin-left: 90px;
  }
  body .mr_sm_90px, .block-editor__container .mr_sm_90px {
    margin-right: 90px;
  }
  body .mt_sm_-90px, .block-editor__container .mt_sm_-90px {
    margin-top: -90px;
  }
  body .mb_sm_-90px, .block-editor__container .mb_sm_-90px {
    margin-bottom: -90px;
  }
  body .ml_sm_-90px, .block-editor__container .ml_sm_-90px {
    margin-left: -90px;
  }
  body .mr_sm_-90px, .block-editor__container .mr_sm_-90px {
    margin-right: -90px;
  }
  body .mt_sm_91px, .block-editor__container .mt_sm_91px {
    margin-top: 91px;
  }
  body .mb_sm_91px, .block-editor__container .mb_sm_91px {
    margin-bottom: 91px;
  }
  body .ml_sm_91px, .block-editor__container .ml_sm_91px {
    margin-left: 91px;
  }
  body .mr_sm_91px, .block-editor__container .mr_sm_91px {
    margin-right: 91px;
  }
  body .mt_sm_-91px, .block-editor__container .mt_sm_-91px {
    margin-top: -91px;
  }
  body .mb_sm_-91px, .block-editor__container .mb_sm_-91px {
    margin-bottom: -91px;
  }
  body .ml_sm_-91px, .block-editor__container .ml_sm_-91px {
    margin-left: -91px;
  }
  body .mr_sm_-91px, .block-editor__container .mr_sm_-91px {
    margin-right: -91px;
  }
  body .mt_sm_92px, .block-editor__container .mt_sm_92px {
    margin-top: 92px;
  }
  body .mb_sm_92px, .block-editor__container .mb_sm_92px {
    margin-bottom: 92px;
  }
  body .ml_sm_92px, .block-editor__container .ml_sm_92px {
    margin-left: 92px;
  }
  body .mr_sm_92px, .block-editor__container .mr_sm_92px {
    margin-right: 92px;
  }
  body .mt_sm_-92px, .block-editor__container .mt_sm_-92px {
    margin-top: -92px;
  }
  body .mb_sm_-92px, .block-editor__container .mb_sm_-92px {
    margin-bottom: -92px;
  }
  body .ml_sm_-92px, .block-editor__container .ml_sm_-92px {
    margin-left: -92px;
  }
  body .mr_sm_-92px, .block-editor__container .mr_sm_-92px {
    margin-right: -92px;
  }
  body .mt_sm_93px, .block-editor__container .mt_sm_93px {
    margin-top: 93px;
  }
  body .mb_sm_93px, .block-editor__container .mb_sm_93px {
    margin-bottom: 93px;
  }
  body .ml_sm_93px, .block-editor__container .ml_sm_93px {
    margin-left: 93px;
  }
  body .mr_sm_93px, .block-editor__container .mr_sm_93px {
    margin-right: 93px;
  }
  body .mt_sm_-93px, .block-editor__container .mt_sm_-93px {
    margin-top: -93px;
  }
  body .mb_sm_-93px, .block-editor__container .mb_sm_-93px {
    margin-bottom: -93px;
  }
  body .ml_sm_-93px, .block-editor__container .ml_sm_-93px {
    margin-left: -93px;
  }
  body .mr_sm_-93px, .block-editor__container .mr_sm_-93px {
    margin-right: -93px;
  }
  body .mt_sm_94px, .block-editor__container .mt_sm_94px {
    margin-top: 94px;
  }
  body .mb_sm_94px, .block-editor__container .mb_sm_94px {
    margin-bottom: 94px;
  }
  body .ml_sm_94px, .block-editor__container .ml_sm_94px {
    margin-left: 94px;
  }
  body .mr_sm_94px, .block-editor__container .mr_sm_94px {
    margin-right: 94px;
  }
  body .mt_sm_-94px, .block-editor__container .mt_sm_-94px {
    margin-top: -94px;
  }
  body .mb_sm_-94px, .block-editor__container .mb_sm_-94px {
    margin-bottom: -94px;
  }
  body .ml_sm_-94px, .block-editor__container .ml_sm_-94px {
    margin-left: -94px;
  }
  body .mr_sm_-94px, .block-editor__container .mr_sm_-94px {
    margin-right: -94px;
  }
  body .mt_sm_95px, .block-editor__container .mt_sm_95px {
    margin-top: 95px;
  }
  body .mb_sm_95px, .block-editor__container .mb_sm_95px {
    margin-bottom: 95px;
  }
  body .ml_sm_95px, .block-editor__container .ml_sm_95px {
    margin-left: 95px;
  }
  body .mr_sm_95px, .block-editor__container .mr_sm_95px {
    margin-right: 95px;
  }
  body .mt_sm_-95px, .block-editor__container .mt_sm_-95px {
    margin-top: -95px;
  }
  body .mb_sm_-95px, .block-editor__container .mb_sm_-95px {
    margin-bottom: -95px;
  }
  body .ml_sm_-95px, .block-editor__container .ml_sm_-95px {
    margin-left: -95px;
  }
  body .mr_sm_-95px, .block-editor__container .mr_sm_-95px {
    margin-right: -95px;
  }
  body .mt_sm_96px, .block-editor__container .mt_sm_96px {
    margin-top: 96px;
  }
  body .mb_sm_96px, .block-editor__container .mb_sm_96px {
    margin-bottom: 96px;
  }
  body .ml_sm_96px, .block-editor__container .ml_sm_96px {
    margin-left: 96px;
  }
  body .mr_sm_96px, .block-editor__container .mr_sm_96px {
    margin-right: 96px;
  }
  body .mt_sm_-96px, .block-editor__container .mt_sm_-96px {
    margin-top: -96px;
  }
  body .mb_sm_-96px, .block-editor__container .mb_sm_-96px {
    margin-bottom: -96px;
  }
  body .ml_sm_-96px, .block-editor__container .ml_sm_-96px {
    margin-left: -96px;
  }
  body .mr_sm_-96px, .block-editor__container .mr_sm_-96px {
    margin-right: -96px;
  }
  body .mt_sm_97px, .block-editor__container .mt_sm_97px {
    margin-top: 97px;
  }
  body .mb_sm_97px, .block-editor__container .mb_sm_97px {
    margin-bottom: 97px;
  }
  body .ml_sm_97px, .block-editor__container .ml_sm_97px {
    margin-left: 97px;
  }
  body .mr_sm_97px, .block-editor__container .mr_sm_97px {
    margin-right: 97px;
  }
  body .mt_sm_-97px, .block-editor__container .mt_sm_-97px {
    margin-top: -97px;
  }
  body .mb_sm_-97px, .block-editor__container .mb_sm_-97px {
    margin-bottom: -97px;
  }
  body .ml_sm_-97px, .block-editor__container .ml_sm_-97px {
    margin-left: -97px;
  }
  body .mr_sm_-97px, .block-editor__container .mr_sm_-97px {
    margin-right: -97px;
  }
  body .mt_sm_98px, .block-editor__container .mt_sm_98px {
    margin-top: 98px;
  }
  body .mb_sm_98px, .block-editor__container .mb_sm_98px {
    margin-bottom: 98px;
  }
  body .ml_sm_98px, .block-editor__container .ml_sm_98px {
    margin-left: 98px;
  }
  body .mr_sm_98px, .block-editor__container .mr_sm_98px {
    margin-right: 98px;
  }
  body .mt_sm_-98px, .block-editor__container .mt_sm_-98px {
    margin-top: -98px;
  }
  body .mb_sm_-98px, .block-editor__container .mb_sm_-98px {
    margin-bottom: -98px;
  }
  body .ml_sm_-98px, .block-editor__container .ml_sm_-98px {
    margin-left: -98px;
  }
  body .mr_sm_-98px, .block-editor__container .mr_sm_-98px {
    margin-right: -98px;
  }
  body .mt_sm_99px, .block-editor__container .mt_sm_99px {
    margin-top: 99px;
  }
  body .mb_sm_99px, .block-editor__container .mb_sm_99px {
    margin-bottom: 99px;
  }
  body .ml_sm_99px, .block-editor__container .ml_sm_99px {
    margin-left: 99px;
  }
  body .mr_sm_99px, .block-editor__container .mr_sm_99px {
    margin-right: 99px;
  }
  body .mt_sm_-99px, .block-editor__container .mt_sm_-99px {
    margin-top: -99px;
  }
  body .mb_sm_-99px, .block-editor__container .mb_sm_-99px {
    margin-bottom: -99px;
  }
  body .ml_sm_-99px, .block-editor__container .ml_sm_-99px {
    margin-left: -99px;
  }
  body .mr_sm_-99px, .block-editor__container .mr_sm_-99px {
    margin-right: -99px;
  }
  body .mt_sm_100px, .block-editor__container .mt_sm_100px {
    margin-top: 100px;
  }
  body .mb_sm_100px, .block-editor__container .mb_sm_100px {
    margin-bottom: 100px;
  }
  body .ml_sm_100px, .block-editor__container .ml_sm_100px {
    margin-left: 100px;
  }
  body .mr_sm_100px, .block-editor__container .mr_sm_100px {
    margin-right: 100px;
  }
  body .mt_sm_-100px, .block-editor__container .mt_sm_-100px {
    margin-top: -100px;
  }
  body .mb_sm_-100px, .block-editor__container .mb_sm_-100px {
    margin-bottom: -100px;
  }
  body .ml_sm_-100px, .block-editor__container .ml_sm_-100px {
    margin-left: -100px;
  }
  body .mr_sm_-100px, .block-editor__container .mr_sm_-100px {
    margin-right: -100px;
  }
  body .mt_sm_101px, .block-editor__container .mt_sm_101px {
    margin-top: 101px;
  }
  body .mb_sm_101px, .block-editor__container .mb_sm_101px {
    margin-bottom: 101px;
  }
  body .ml_sm_101px, .block-editor__container .ml_sm_101px {
    margin-left: 101px;
  }
  body .mr_sm_101px, .block-editor__container .mr_sm_101px {
    margin-right: 101px;
  }
  body .mt_sm_-101px, .block-editor__container .mt_sm_-101px {
    margin-top: -101px;
  }
  body .mb_sm_-101px, .block-editor__container .mb_sm_-101px {
    margin-bottom: -101px;
  }
  body .ml_sm_-101px, .block-editor__container .ml_sm_-101px {
    margin-left: -101px;
  }
  body .mr_sm_-101px, .block-editor__container .mr_sm_-101px {
    margin-right: -101px;
  }
  body .mt_sm_102px, .block-editor__container .mt_sm_102px {
    margin-top: 102px;
  }
  body .mb_sm_102px, .block-editor__container .mb_sm_102px {
    margin-bottom: 102px;
  }
  body .ml_sm_102px, .block-editor__container .ml_sm_102px {
    margin-left: 102px;
  }
  body .mr_sm_102px, .block-editor__container .mr_sm_102px {
    margin-right: 102px;
  }
  body .mt_sm_-102px, .block-editor__container .mt_sm_-102px {
    margin-top: -102px;
  }
  body .mb_sm_-102px, .block-editor__container .mb_sm_-102px {
    margin-bottom: -102px;
  }
  body .ml_sm_-102px, .block-editor__container .ml_sm_-102px {
    margin-left: -102px;
  }
  body .mr_sm_-102px, .block-editor__container .mr_sm_-102px {
    margin-right: -102px;
  }
  body .mt_sm_103px, .block-editor__container .mt_sm_103px {
    margin-top: 103px;
  }
  body .mb_sm_103px, .block-editor__container .mb_sm_103px {
    margin-bottom: 103px;
  }
  body .ml_sm_103px, .block-editor__container .ml_sm_103px {
    margin-left: 103px;
  }
  body .mr_sm_103px, .block-editor__container .mr_sm_103px {
    margin-right: 103px;
  }
  body .mt_sm_-103px, .block-editor__container .mt_sm_-103px {
    margin-top: -103px;
  }
  body .mb_sm_-103px, .block-editor__container .mb_sm_-103px {
    margin-bottom: -103px;
  }
  body .ml_sm_-103px, .block-editor__container .ml_sm_-103px {
    margin-left: -103px;
  }
  body .mr_sm_-103px, .block-editor__container .mr_sm_-103px {
    margin-right: -103px;
  }
  body .mt_sm_104px, .block-editor__container .mt_sm_104px {
    margin-top: 104px;
  }
  body .mb_sm_104px, .block-editor__container .mb_sm_104px {
    margin-bottom: 104px;
  }
  body .ml_sm_104px, .block-editor__container .ml_sm_104px {
    margin-left: 104px;
  }
  body .mr_sm_104px, .block-editor__container .mr_sm_104px {
    margin-right: 104px;
  }
  body .mt_sm_-104px, .block-editor__container .mt_sm_-104px {
    margin-top: -104px;
  }
  body .mb_sm_-104px, .block-editor__container .mb_sm_-104px {
    margin-bottom: -104px;
  }
  body .ml_sm_-104px, .block-editor__container .ml_sm_-104px {
    margin-left: -104px;
  }
  body .mr_sm_-104px, .block-editor__container .mr_sm_-104px {
    margin-right: -104px;
  }
  body .mt_sm_105px, .block-editor__container .mt_sm_105px {
    margin-top: 105px;
  }
  body .mb_sm_105px, .block-editor__container .mb_sm_105px {
    margin-bottom: 105px;
  }
  body .ml_sm_105px, .block-editor__container .ml_sm_105px {
    margin-left: 105px;
  }
  body .mr_sm_105px, .block-editor__container .mr_sm_105px {
    margin-right: 105px;
  }
  body .mt_sm_-105px, .block-editor__container .mt_sm_-105px {
    margin-top: -105px;
  }
  body .mb_sm_-105px, .block-editor__container .mb_sm_-105px {
    margin-bottom: -105px;
  }
  body .ml_sm_-105px, .block-editor__container .ml_sm_-105px {
    margin-left: -105px;
  }
  body .mr_sm_-105px, .block-editor__container .mr_sm_-105px {
    margin-right: -105px;
  }
  body .mt_sm_106px, .block-editor__container .mt_sm_106px {
    margin-top: 106px;
  }
  body .mb_sm_106px, .block-editor__container .mb_sm_106px {
    margin-bottom: 106px;
  }
  body .ml_sm_106px, .block-editor__container .ml_sm_106px {
    margin-left: 106px;
  }
  body .mr_sm_106px, .block-editor__container .mr_sm_106px {
    margin-right: 106px;
  }
  body .mt_sm_-106px, .block-editor__container .mt_sm_-106px {
    margin-top: -106px;
  }
  body .mb_sm_-106px, .block-editor__container .mb_sm_-106px {
    margin-bottom: -106px;
  }
  body .ml_sm_-106px, .block-editor__container .ml_sm_-106px {
    margin-left: -106px;
  }
  body .mr_sm_-106px, .block-editor__container .mr_sm_-106px {
    margin-right: -106px;
  }
  body .mt_sm_107px, .block-editor__container .mt_sm_107px {
    margin-top: 107px;
  }
  body .mb_sm_107px, .block-editor__container .mb_sm_107px {
    margin-bottom: 107px;
  }
  body .ml_sm_107px, .block-editor__container .ml_sm_107px {
    margin-left: 107px;
  }
  body .mr_sm_107px, .block-editor__container .mr_sm_107px {
    margin-right: 107px;
  }
  body .mt_sm_-107px, .block-editor__container .mt_sm_-107px {
    margin-top: -107px;
  }
  body .mb_sm_-107px, .block-editor__container .mb_sm_-107px {
    margin-bottom: -107px;
  }
  body .ml_sm_-107px, .block-editor__container .ml_sm_-107px {
    margin-left: -107px;
  }
  body .mr_sm_-107px, .block-editor__container .mr_sm_-107px {
    margin-right: -107px;
  }
  body .mt_sm_108px, .block-editor__container .mt_sm_108px {
    margin-top: 108px;
  }
  body .mb_sm_108px, .block-editor__container .mb_sm_108px {
    margin-bottom: 108px;
  }
  body .ml_sm_108px, .block-editor__container .ml_sm_108px {
    margin-left: 108px;
  }
  body .mr_sm_108px, .block-editor__container .mr_sm_108px {
    margin-right: 108px;
  }
  body .mt_sm_-108px, .block-editor__container .mt_sm_-108px {
    margin-top: -108px;
  }
  body .mb_sm_-108px, .block-editor__container .mb_sm_-108px {
    margin-bottom: -108px;
  }
  body .ml_sm_-108px, .block-editor__container .ml_sm_-108px {
    margin-left: -108px;
  }
  body .mr_sm_-108px, .block-editor__container .mr_sm_-108px {
    margin-right: -108px;
  }
  body .mt_sm_109px, .block-editor__container .mt_sm_109px {
    margin-top: 109px;
  }
  body .mb_sm_109px, .block-editor__container .mb_sm_109px {
    margin-bottom: 109px;
  }
  body .ml_sm_109px, .block-editor__container .ml_sm_109px {
    margin-left: 109px;
  }
  body .mr_sm_109px, .block-editor__container .mr_sm_109px {
    margin-right: 109px;
  }
  body .mt_sm_-109px, .block-editor__container .mt_sm_-109px {
    margin-top: -109px;
  }
  body .mb_sm_-109px, .block-editor__container .mb_sm_-109px {
    margin-bottom: -109px;
  }
  body .ml_sm_-109px, .block-editor__container .ml_sm_-109px {
    margin-left: -109px;
  }
  body .mr_sm_-109px, .block-editor__container .mr_sm_-109px {
    margin-right: -109px;
  }
  body .mt_sm_110px, .block-editor__container .mt_sm_110px {
    margin-top: 110px;
  }
  body .mb_sm_110px, .block-editor__container .mb_sm_110px {
    margin-bottom: 110px;
  }
  body .ml_sm_110px, .block-editor__container .ml_sm_110px {
    margin-left: 110px;
  }
  body .mr_sm_110px, .block-editor__container .mr_sm_110px {
    margin-right: 110px;
  }
  body .mt_sm_-110px, .block-editor__container .mt_sm_-110px {
    margin-top: -110px;
  }
  body .mb_sm_-110px, .block-editor__container .mb_sm_-110px {
    margin-bottom: -110px;
  }
  body .ml_sm_-110px, .block-editor__container .ml_sm_-110px {
    margin-left: -110px;
  }
  body .mr_sm_-110px, .block-editor__container .mr_sm_-110px {
    margin-right: -110px;
  }
  body .mt_sm_111px, .block-editor__container .mt_sm_111px {
    margin-top: 111px;
  }
  body .mb_sm_111px, .block-editor__container .mb_sm_111px {
    margin-bottom: 111px;
  }
  body .ml_sm_111px, .block-editor__container .ml_sm_111px {
    margin-left: 111px;
  }
  body .mr_sm_111px, .block-editor__container .mr_sm_111px {
    margin-right: 111px;
  }
  body .mt_sm_-111px, .block-editor__container .mt_sm_-111px {
    margin-top: -111px;
  }
  body .mb_sm_-111px, .block-editor__container .mb_sm_-111px {
    margin-bottom: -111px;
  }
  body .ml_sm_-111px, .block-editor__container .ml_sm_-111px {
    margin-left: -111px;
  }
  body .mr_sm_-111px, .block-editor__container .mr_sm_-111px {
    margin-right: -111px;
  }
  body .mt_sm_112px, .block-editor__container .mt_sm_112px {
    margin-top: 112px;
  }
  body .mb_sm_112px, .block-editor__container .mb_sm_112px {
    margin-bottom: 112px;
  }
  body .ml_sm_112px, .block-editor__container .ml_sm_112px {
    margin-left: 112px;
  }
  body .mr_sm_112px, .block-editor__container .mr_sm_112px {
    margin-right: 112px;
  }
  body .mt_sm_-112px, .block-editor__container .mt_sm_-112px {
    margin-top: -112px;
  }
  body .mb_sm_-112px, .block-editor__container .mb_sm_-112px {
    margin-bottom: -112px;
  }
  body .ml_sm_-112px, .block-editor__container .ml_sm_-112px {
    margin-left: -112px;
  }
  body .mr_sm_-112px, .block-editor__container .mr_sm_-112px {
    margin-right: -112px;
  }
  body .mt_sm_113px, .block-editor__container .mt_sm_113px {
    margin-top: 113px;
  }
  body .mb_sm_113px, .block-editor__container .mb_sm_113px {
    margin-bottom: 113px;
  }
  body .ml_sm_113px, .block-editor__container .ml_sm_113px {
    margin-left: 113px;
  }
  body .mr_sm_113px, .block-editor__container .mr_sm_113px {
    margin-right: 113px;
  }
  body .mt_sm_-113px, .block-editor__container .mt_sm_-113px {
    margin-top: -113px;
  }
  body .mb_sm_-113px, .block-editor__container .mb_sm_-113px {
    margin-bottom: -113px;
  }
  body .ml_sm_-113px, .block-editor__container .ml_sm_-113px {
    margin-left: -113px;
  }
  body .mr_sm_-113px, .block-editor__container .mr_sm_-113px {
    margin-right: -113px;
  }
  body .mt_sm_114px, .block-editor__container .mt_sm_114px {
    margin-top: 114px;
  }
  body .mb_sm_114px, .block-editor__container .mb_sm_114px {
    margin-bottom: 114px;
  }
  body .ml_sm_114px, .block-editor__container .ml_sm_114px {
    margin-left: 114px;
  }
  body .mr_sm_114px, .block-editor__container .mr_sm_114px {
    margin-right: 114px;
  }
  body .mt_sm_-114px, .block-editor__container .mt_sm_-114px {
    margin-top: -114px;
  }
  body .mb_sm_-114px, .block-editor__container .mb_sm_-114px {
    margin-bottom: -114px;
  }
  body .ml_sm_-114px, .block-editor__container .ml_sm_-114px {
    margin-left: -114px;
  }
  body .mr_sm_-114px, .block-editor__container .mr_sm_-114px {
    margin-right: -114px;
  }
  body .mt_sm_115px, .block-editor__container .mt_sm_115px {
    margin-top: 115px;
  }
  body .mb_sm_115px, .block-editor__container .mb_sm_115px {
    margin-bottom: 115px;
  }
  body .ml_sm_115px, .block-editor__container .ml_sm_115px {
    margin-left: 115px;
  }
  body .mr_sm_115px, .block-editor__container .mr_sm_115px {
    margin-right: 115px;
  }
  body .mt_sm_-115px, .block-editor__container .mt_sm_-115px {
    margin-top: -115px;
  }
  body .mb_sm_-115px, .block-editor__container .mb_sm_-115px {
    margin-bottom: -115px;
  }
  body .ml_sm_-115px, .block-editor__container .ml_sm_-115px {
    margin-left: -115px;
  }
  body .mr_sm_-115px, .block-editor__container .mr_sm_-115px {
    margin-right: -115px;
  }
  body .mt_sm_116px, .block-editor__container .mt_sm_116px {
    margin-top: 116px;
  }
  body .mb_sm_116px, .block-editor__container .mb_sm_116px {
    margin-bottom: 116px;
  }
  body .ml_sm_116px, .block-editor__container .ml_sm_116px {
    margin-left: 116px;
  }
  body .mr_sm_116px, .block-editor__container .mr_sm_116px {
    margin-right: 116px;
  }
  body .mt_sm_-116px, .block-editor__container .mt_sm_-116px {
    margin-top: -116px;
  }
  body .mb_sm_-116px, .block-editor__container .mb_sm_-116px {
    margin-bottom: -116px;
  }
  body .ml_sm_-116px, .block-editor__container .ml_sm_-116px {
    margin-left: -116px;
  }
  body .mr_sm_-116px, .block-editor__container .mr_sm_-116px {
    margin-right: -116px;
  }
  body .mt_sm_117px, .block-editor__container .mt_sm_117px {
    margin-top: 117px;
  }
  body .mb_sm_117px, .block-editor__container .mb_sm_117px {
    margin-bottom: 117px;
  }
  body .ml_sm_117px, .block-editor__container .ml_sm_117px {
    margin-left: 117px;
  }
  body .mr_sm_117px, .block-editor__container .mr_sm_117px {
    margin-right: 117px;
  }
  body .mt_sm_-117px, .block-editor__container .mt_sm_-117px {
    margin-top: -117px;
  }
  body .mb_sm_-117px, .block-editor__container .mb_sm_-117px {
    margin-bottom: -117px;
  }
  body .ml_sm_-117px, .block-editor__container .ml_sm_-117px {
    margin-left: -117px;
  }
  body .mr_sm_-117px, .block-editor__container .mr_sm_-117px {
    margin-right: -117px;
  }
  body .mt_sm_118px, .block-editor__container .mt_sm_118px {
    margin-top: 118px;
  }
  body .mb_sm_118px, .block-editor__container .mb_sm_118px {
    margin-bottom: 118px;
  }
  body .ml_sm_118px, .block-editor__container .ml_sm_118px {
    margin-left: 118px;
  }
  body .mr_sm_118px, .block-editor__container .mr_sm_118px {
    margin-right: 118px;
  }
  body .mt_sm_-118px, .block-editor__container .mt_sm_-118px {
    margin-top: -118px;
  }
  body .mb_sm_-118px, .block-editor__container .mb_sm_-118px {
    margin-bottom: -118px;
  }
  body .ml_sm_-118px, .block-editor__container .ml_sm_-118px {
    margin-left: -118px;
  }
  body .mr_sm_-118px, .block-editor__container .mr_sm_-118px {
    margin-right: -118px;
  }
  body .mt_sm_119px, .block-editor__container .mt_sm_119px {
    margin-top: 119px;
  }
  body .mb_sm_119px, .block-editor__container .mb_sm_119px {
    margin-bottom: 119px;
  }
  body .ml_sm_119px, .block-editor__container .ml_sm_119px {
    margin-left: 119px;
  }
  body .mr_sm_119px, .block-editor__container .mr_sm_119px {
    margin-right: 119px;
  }
  body .mt_sm_-119px, .block-editor__container .mt_sm_-119px {
    margin-top: -119px;
  }
  body .mb_sm_-119px, .block-editor__container .mb_sm_-119px {
    margin-bottom: -119px;
  }
  body .ml_sm_-119px, .block-editor__container .ml_sm_-119px {
    margin-left: -119px;
  }
  body .mr_sm_-119px, .block-editor__container .mr_sm_-119px {
    margin-right: -119px;
  }
  body .mt_sm_120px, .block-editor__container .mt_sm_120px {
    margin-top: 120px;
  }
  body .mb_sm_120px, .block-editor__container .mb_sm_120px {
    margin-bottom: 120px;
  }
  body .ml_sm_120px, .block-editor__container .ml_sm_120px {
    margin-left: 120px;
  }
  body .mr_sm_120px, .block-editor__container .mr_sm_120px {
    margin-right: 120px;
  }
  body .mt_sm_-120px, .block-editor__container .mt_sm_-120px {
    margin-top: -120px;
  }
  body .mb_sm_-120px, .block-editor__container .mb_sm_-120px {
    margin-bottom: -120px;
  }
  body .ml_sm_-120px, .block-editor__container .ml_sm_-120px {
    margin-left: -120px;
  }
  body .mr_sm_-120px, .block-editor__container .mr_sm_-120px {
    margin-right: -120px;
  }
  body .mt_sm_121px, .block-editor__container .mt_sm_121px {
    margin-top: 121px;
  }
  body .mb_sm_121px, .block-editor__container .mb_sm_121px {
    margin-bottom: 121px;
  }
  body .ml_sm_121px, .block-editor__container .ml_sm_121px {
    margin-left: 121px;
  }
  body .mr_sm_121px, .block-editor__container .mr_sm_121px {
    margin-right: 121px;
  }
  body .mt_sm_-121px, .block-editor__container .mt_sm_-121px {
    margin-top: -121px;
  }
  body .mb_sm_-121px, .block-editor__container .mb_sm_-121px {
    margin-bottom: -121px;
  }
  body .ml_sm_-121px, .block-editor__container .ml_sm_-121px {
    margin-left: -121px;
  }
  body .mr_sm_-121px, .block-editor__container .mr_sm_-121px {
    margin-right: -121px;
  }
  body .mt_sm_122px, .block-editor__container .mt_sm_122px {
    margin-top: 122px;
  }
  body .mb_sm_122px, .block-editor__container .mb_sm_122px {
    margin-bottom: 122px;
  }
  body .ml_sm_122px, .block-editor__container .ml_sm_122px {
    margin-left: 122px;
  }
  body .mr_sm_122px, .block-editor__container .mr_sm_122px {
    margin-right: 122px;
  }
  body .mt_sm_-122px, .block-editor__container .mt_sm_-122px {
    margin-top: -122px;
  }
  body .mb_sm_-122px, .block-editor__container .mb_sm_-122px {
    margin-bottom: -122px;
  }
  body .ml_sm_-122px, .block-editor__container .ml_sm_-122px {
    margin-left: -122px;
  }
  body .mr_sm_-122px, .block-editor__container .mr_sm_-122px {
    margin-right: -122px;
  }
  body .mt_sm_123px, .block-editor__container .mt_sm_123px {
    margin-top: 123px;
  }
  body .mb_sm_123px, .block-editor__container .mb_sm_123px {
    margin-bottom: 123px;
  }
  body .ml_sm_123px, .block-editor__container .ml_sm_123px {
    margin-left: 123px;
  }
  body .mr_sm_123px, .block-editor__container .mr_sm_123px {
    margin-right: 123px;
  }
  body .mt_sm_-123px, .block-editor__container .mt_sm_-123px {
    margin-top: -123px;
  }
  body .mb_sm_-123px, .block-editor__container .mb_sm_-123px {
    margin-bottom: -123px;
  }
  body .ml_sm_-123px, .block-editor__container .ml_sm_-123px {
    margin-left: -123px;
  }
  body .mr_sm_-123px, .block-editor__container .mr_sm_-123px {
    margin-right: -123px;
  }
  body .mt_sm_124px, .block-editor__container .mt_sm_124px {
    margin-top: 124px;
  }
  body .mb_sm_124px, .block-editor__container .mb_sm_124px {
    margin-bottom: 124px;
  }
  body .ml_sm_124px, .block-editor__container .ml_sm_124px {
    margin-left: 124px;
  }
  body .mr_sm_124px, .block-editor__container .mr_sm_124px {
    margin-right: 124px;
  }
  body .mt_sm_-124px, .block-editor__container .mt_sm_-124px {
    margin-top: -124px;
  }
  body .mb_sm_-124px, .block-editor__container .mb_sm_-124px {
    margin-bottom: -124px;
  }
  body .ml_sm_-124px, .block-editor__container .ml_sm_-124px {
    margin-left: -124px;
  }
  body .mr_sm_-124px, .block-editor__container .mr_sm_-124px {
    margin-right: -124px;
  }
  body .mt_sm_125px, .block-editor__container .mt_sm_125px {
    margin-top: 125px;
  }
  body .mb_sm_125px, .block-editor__container .mb_sm_125px {
    margin-bottom: 125px;
  }
  body .ml_sm_125px, .block-editor__container .ml_sm_125px {
    margin-left: 125px;
  }
  body .mr_sm_125px, .block-editor__container .mr_sm_125px {
    margin-right: 125px;
  }
  body .mt_sm_-125px, .block-editor__container .mt_sm_-125px {
    margin-top: -125px;
  }
  body .mb_sm_-125px, .block-editor__container .mb_sm_-125px {
    margin-bottom: -125px;
  }
  body .ml_sm_-125px, .block-editor__container .ml_sm_-125px {
    margin-left: -125px;
  }
  body .mr_sm_-125px, .block-editor__container .mr_sm_-125px {
    margin-right: -125px;
  }
  body .mt_sm_126px, .block-editor__container .mt_sm_126px {
    margin-top: 126px;
  }
  body .mb_sm_126px, .block-editor__container .mb_sm_126px {
    margin-bottom: 126px;
  }
  body .ml_sm_126px, .block-editor__container .ml_sm_126px {
    margin-left: 126px;
  }
  body .mr_sm_126px, .block-editor__container .mr_sm_126px {
    margin-right: 126px;
  }
  body .mt_sm_-126px, .block-editor__container .mt_sm_-126px {
    margin-top: -126px;
  }
  body .mb_sm_-126px, .block-editor__container .mb_sm_-126px {
    margin-bottom: -126px;
  }
  body .ml_sm_-126px, .block-editor__container .ml_sm_-126px {
    margin-left: -126px;
  }
  body .mr_sm_-126px, .block-editor__container .mr_sm_-126px {
    margin-right: -126px;
  }
  body .mt_sm_127px, .block-editor__container .mt_sm_127px {
    margin-top: 127px;
  }
  body .mb_sm_127px, .block-editor__container .mb_sm_127px {
    margin-bottom: 127px;
  }
  body .ml_sm_127px, .block-editor__container .ml_sm_127px {
    margin-left: 127px;
  }
  body .mr_sm_127px, .block-editor__container .mr_sm_127px {
    margin-right: 127px;
  }
  body .mt_sm_-127px, .block-editor__container .mt_sm_-127px {
    margin-top: -127px;
  }
  body .mb_sm_-127px, .block-editor__container .mb_sm_-127px {
    margin-bottom: -127px;
  }
  body .ml_sm_-127px, .block-editor__container .ml_sm_-127px {
    margin-left: -127px;
  }
  body .mr_sm_-127px, .block-editor__container .mr_sm_-127px {
    margin-right: -127px;
  }
  body .mt_sm_128px, .block-editor__container .mt_sm_128px {
    margin-top: 128px;
  }
  body .mb_sm_128px, .block-editor__container .mb_sm_128px {
    margin-bottom: 128px;
  }
  body .ml_sm_128px, .block-editor__container .ml_sm_128px {
    margin-left: 128px;
  }
  body .mr_sm_128px, .block-editor__container .mr_sm_128px {
    margin-right: 128px;
  }
  body .mt_sm_-128px, .block-editor__container .mt_sm_-128px {
    margin-top: -128px;
  }
  body .mb_sm_-128px, .block-editor__container .mb_sm_-128px {
    margin-bottom: -128px;
  }
  body .ml_sm_-128px, .block-editor__container .ml_sm_-128px {
    margin-left: -128px;
  }
  body .mr_sm_-128px, .block-editor__container .mr_sm_-128px {
    margin-right: -128px;
  }
  body .mt_sm_129px, .block-editor__container .mt_sm_129px {
    margin-top: 129px;
  }
  body .mb_sm_129px, .block-editor__container .mb_sm_129px {
    margin-bottom: 129px;
  }
  body .ml_sm_129px, .block-editor__container .ml_sm_129px {
    margin-left: 129px;
  }
  body .mr_sm_129px, .block-editor__container .mr_sm_129px {
    margin-right: 129px;
  }
  body .mt_sm_-129px, .block-editor__container .mt_sm_-129px {
    margin-top: -129px;
  }
  body .mb_sm_-129px, .block-editor__container .mb_sm_-129px {
    margin-bottom: -129px;
  }
  body .ml_sm_-129px, .block-editor__container .ml_sm_-129px {
    margin-left: -129px;
  }
  body .mr_sm_-129px, .block-editor__container .mr_sm_-129px {
    margin-right: -129px;
  }
  body .mt_sm_130px, .block-editor__container .mt_sm_130px {
    margin-top: 130px;
  }
  body .mb_sm_130px, .block-editor__container .mb_sm_130px {
    margin-bottom: 130px;
  }
  body .ml_sm_130px, .block-editor__container .ml_sm_130px {
    margin-left: 130px;
  }
  body .mr_sm_130px, .block-editor__container .mr_sm_130px {
    margin-right: 130px;
  }
  body .mt_sm_-130px, .block-editor__container .mt_sm_-130px {
    margin-top: -130px;
  }
  body .mb_sm_-130px, .block-editor__container .mb_sm_-130px {
    margin-bottom: -130px;
  }
  body .ml_sm_-130px, .block-editor__container .ml_sm_-130px {
    margin-left: -130px;
  }
  body .mr_sm_-130px, .block-editor__container .mr_sm_-130px {
    margin-right: -130px;
  }
  body .mt_sm_131px, .block-editor__container .mt_sm_131px {
    margin-top: 131px;
  }
  body .mb_sm_131px, .block-editor__container .mb_sm_131px {
    margin-bottom: 131px;
  }
  body .ml_sm_131px, .block-editor__container .ml_sm_131px {
    margin-left: 131px;
  }
  body .mr_sm_131px, .block-editor__container .mr_sm_131px {
    margin-right: 131px;
  }
  body .mt_sm_-131px, .block-editor__container .mt_sm_-131px {
    margin-top: -131px;
  }
  body .mb_sm_-131px, .block-editor__container .mb_sm_-131px {
    margin-bottom: -131px;
  }
  body .ml_sm_-131px, .block-editor__container .ml_sm_-131px {
    margin-left: -131px;
  }
  body .mr_sm_-131px, .block-editor__container .mr_sm_-131px {
    margin-right: -131px;
  }
  body .mt_sm_132px, .block-editor__container .mt_sm_132px {
    margin-top: 132px;
  }
  body .mb_sm_132px, .block-editor__container .mb_sm_132px {
    margin-bottom: 132px;
  }
  body .ml_sm_132px, .block-editor__container .ml_sm_132px {
    margin-left: 132px;
  }
  body .mr_sm_132px, .block-editor__container .mr_sm_132px {
    margin-right: 132px;
  }
  body .mt_sm_-132px, .block-editor__container .mt_sm_-132px {
    margin-top: -132px;
  }
  body .mb_sm_-132px, .block-editor__container .mb_sm_-132px {
    margin-bottom: -132px;
  }
  body .ml_sm_-132px, .block-editor__container .ml_sm_-132px {
    margin-left: -132px;
  }
  body .mr_sm_-132px, .block-editor__container .mr_sm_-132px {
    margin-right: -132px;
  }
  body .mt_sm_133px, .block-editor__container .mt_sm_133px {
    margin-top: 133px;
  }
  body .mb_sm_133px, .block-editor__container .mb_sm_133px {
    margin-bottom: 133px;
  }
  body .ml_sm_133px, .block-editor__container .ml_sm_133px {
    margin-left: 133px;
  }
  body .mr_sm_133px, .block-editor__container .mr_sm_133px {
    margin-right: 133px;
  }
  body .mt_sm_-133px, .block-editor__container .mt_sm_-133px {
    margin-top: -133px;
  }
  body .mb_sm_-133px, .block-editor__container .mb_sm_-133px {
    margin-bottom: -133px;
  }
  body .ml_sm_-133px, .block-editor__container .ml_sm_-133px {
    margin-left: -133px;
  }
  body .mr_sm_-133px, .block-editor__container .mr_sm_-133px {
    margin-right: -133px;
  }
  body .mt_sm_134px, .block-editor__container .mt_sm_134px {
    margin-top: 134px;
  }
  body .mb_sm_134px, .block-editor__container .mb_sm_134px {
    margin-bottom: 134px;
  }
  body .ml_sm_134px, .block-editor__container .ml_sm_134px {
    margin-left: 134px;
  }
  body .mr_sm_134px, .block-editor__container .mr_sm_134px {
    margin-right: 134px;
  }
  body .mt_sm_-134px, .block-editor__container .mt_sm_-134px {
    margin-top: -134px;
  }
  body .mb_sm_-134px, .block-editor__container .mb_sm_-134px {
    margin-bottom: -134px;
  }
  body .ml_sm_-134px, .block-editor__container .ml_sm_-134px {
    margin-left: -134px;
  }
  body .mr_sm_-134px, .block-editor__container .mr_sm_-134px {
    margin-right: -134px;
  }
  body .mt_sm_135px, .block-editor__container .mt_sm_135px {
    margin-top: 135px;
  }
  body .mb_sm_135px, .block-editor__container .mb_sm_135px {
    margin-bottom: 135px;
  }
  body .ml_sm_135px, .block-editor__container .ml_sm_135px {
    margin-left: 135px;
  }
  body .mr_sm_135px, .block-editor__container .mr_sm_135px {
    margin-right: 135px;
  }
  body .mt_sm_-135px, .block-editor__container .mt_sm_-135px {
    margin-top: -135px;
  }
  body .mb_sm_-135px, .block-editor__container .mb_sm_-135px {
    margin-bottom: -135px;
  }
  body .ml_sm_-135px, .block-editor__container .ml_sm_-135px {
    margin-left: -135px;
  }
  body .mr_sm_-135px, .block-editor__container .mr_sm_-135px {
    margin-right: -135px;
  }
  body .mt_sm_136px, .block-editor__container .mt_sm_136px {
    margin-top: 136px;
  }
  body .mb_sm_136px, .block-editor__container .mb_sm_136px {
    margin-bottom: 136px;
  }
  body .ml_sm_136px, .block-editor__container .ml_sm_136px {
    margin-left: 136px;
  }
  body .mr_sm_136px, .block-editor__container .mr_sm_136px {
    margin-right: 136px;
  }
  body .mt_sm_-136px, .block-editor__container .mt_sm_-136px {
    margin-top: -136px;
  }
  body .mb_sm_-136px, .block-editor__container .mb_sm_-136px {
    margin-bottom: -136px;
  }
  body .ml_sm_-136px, .block-editor__container .ml_sm_-136px {
    margin-left: -136px;
  }
  body .mr_sm_-136px, .block-editor__container .mr_sm_-136px {
    margin-right: -136px;
  }
  body .mt_sm_137px, .block-editor__container .mt_sm_137px {
    margin-top: 137px;
  }
  body .mb_sm_137px, .block-editor__container .mb_sm_137px {
    margin-bottom: 137px;
  }
  body .ml_sm_137px, .block-editor__container .ml_sm_137px {
    margin-left: 137px;
  }
  body .mr_sm_137px, .block-editor__container .mr_sm_137px {
    margin-right: 137px;
  }
  body .mt_sm_-137px, .block-editor__container .mt_sm_-137px {
    margin-top: -137px;
  }
  body .mb_sm_-137px, .block-editor__container .mb_sm_-137px {
    margin-bottom: -137px;
  }
  body .ml_sm_-137px, .block-editor__container .ml_sm_-137px {
    margin-left: -137px;
  }
  body .mr_sm_-137px, .block-editor__container .mr_sm_-137px {
    margin-right: -137px;
  }
  body .mt_sm_138px, .block-editor__container .mt_sm_138px {
    margin-top: 138px;
  }
  body .mb_sm_138px, .block-editor__container .mb_sm_138px {
    margin-bottom: 138px;
  }
  body .ml_sm_138px, .block-editor__container .ml_sm_138px {
    margin-left: 138px;
  }
  body .mr_sm_138px, .block-editor__container .mr_sm_138px {
    margin-right: 138px;
  }
  body .mt_sm_-138px, .block-editor__container .mt_sm_-138px {
    margin-top: -138px;
  }
  body .mb_sm_-138px, .block-editor__container .mb_sm_-138px {
    margin-bottom: -138px;
  }
  body .ml_sm_-138px, .block-editor__container .ml_sm_-138px {
    margin-left: -138px;
  }
  body .mr_sm_-138px, .block-editor__container .mr_sm_-138px {
    margin-right: -138px;
  }
  body .mt_sm_139px, .block-editor__container .mt_sm_139px {
    margin-top: 139px;
  }
  body .mb_sm_139px, .block-editor__container .mb_sm_139px {
    margin-bottom: 139px;
  }
  body .ml_sm_139px, .block-editor__container .ml_sm_139px {
    margin-left: 139px;
  }
  body .mr_sm_139px, .block-editor__container .mr_sm_139px {
    margin-right: 139px;
  }
  body .mt_sm_-139px, .block-editor__container .mt_sm_-139px {
    margin-top: -139px;
  }
  body .mb_sm_-139px, .block-editor__container .mb_sm_-139px {
    margin-bottom: -139px;
  }
  body .ml_sm_-139px, .block-editor__container .ml_sm_-139px {
    margin-left: -139px;
  }
  body .mr_sm_-139px, .block-editor__container .mr_sm_-139px {
    margin-right: -139px;
  }
  body .mt_sm_140px, .block-editor__container .mt_sm_140px {
    margin-top: 140px;
  }
  body .mb_sm_140px, .block-editor__container .mb_sm_140px {
    margin-bottom: 140px;
  }
  body .ml_sm_140px, .block-editor__container .ml_sm_140px {
    margin-left: 140px;
  }
  body .mr_sm_140px, .block-editor__container .mr_sm_140px {
    margin-right: 140px;
  }
  body .mt_sm_-140px, .block-editor__container .mt_sm_-140px {
    margin-top: -140px;
  }
  body .mb_sm_-140px, .block-editor__container .mb_sm_-140px {
    margin-bottom: -140px;
  }
  body .ml_sm_-140px, .block-editor__container .ml_sm_-140px {
    margin-left: -140px;
  }
  body .mr_sm_-140px, .block-editor__container .mr_sm_-140px {
    margin-right: -140px;
  }
  body .mt_sm_141px, .block-editor__container .mt_sm_141px {
    margin-top: 141px;
  }
  body .mb_sm_141px, .block-editor__container .mb_sm_141px {
    margin-bottom: 141px;
  }
  body .ml_sm_141px, .block-editor__container .ml_sm_141px {
    margin-left: 141px;
  }
  body .mr_sm_141px, .block-editor__container .mr_sm_141px {
    margin-right: 141px;
  }
  body .mt_sm_-141px, .block-editor__container .mt_sm_-141px {
    margin-top: -141px;
  }
  body .mb_sm_-141px, .block-editor__container .mb_sm_-141px {
    margin-bottom: -141px;
  }
  body .ml_sm_-141px, .block-editor__container .ml_sm_-141px {
    margin-left: -141px;
  }
  body .mr_sm_-141px, .block-editor__container .mr_sm_-141px {
    margin-right: -141px;
  }
  body .mt_sm_142px, .block-editor__container .mt_sm_142px {
    margin-top: 142px;
  }
  body .mb_sm_142px, .block-editor__container .mb_sm_142px {
    margin-bottom: 142px;
  }
  body .ml_sm_142px, .block-editor__container .ml_sm_142px {
    margin-left: 142px;
  }
  body .mr_sm_142px, .block-editor__container .mr_sm_142px {
    margin-right: 142px;
  }
  body .mt_sm_-142px, .block-editor__container .mt_sm_-142px {
    margin-top: -142px;
  }
  body .mb_sm_-142px, .block-editor__container .mb_sm_-142px {
    margin-bottom: -142px;
  }
  body .ml_sm_-142px, .block-editor__container .ml_sm_-142px {
    margin-left: -142px;
  }
  body .mr_sm_-142px, .block-editor__container .mr_sm_-142px {
    margin-right: -142px;
  }
  body .mt_sm_143px, .block-editor__container .mt_sm_143px {
    margin-top: 143px;
  }
  body .mb_sm_143px, .block-editor__container .mb_sm_143px {
    margin-bottom: 143px;
  }
  body .ml_sm_143px, .block-editor__container .ml_sm_143px {
    margin-left: 143px;
  }
  body .mr_sm_143px, .block-editor__container .mr_sm_143px {
    margin-right: 143px;
  }
  body .mt_sm_-143px, .block-editor__container .mt_sm_-143px {
    margin-top: -143px;
  }
  body .mb_sm_-143px, .block-editor__container .mb_sm_-143px {
    margin-bottom: -143px;
  }
  body .ml_sm_-143px, .block-editor__container .ml_sm_-143px {
    margin-left: -143px;
  }
  body .mr_sm_-143px, .block-editor__container .mr_sm_-143px {
    margin-right: -143px;
  }
  body .mt_sm_144px, .block-editor__container .mt_sm_144px {
    margin-top: 144px;
  }
  body .mb_sm_144px, .block-editor__container .mb_sm_144px {
    margin-bottom: 144px;
  }
  body .ml_sm_144px, .block-editor__container .ml_sm_144px {
    margin-left: 144px;
  }
  body .mr_sm_144px, .block-editor__container .mr_sm_144px {
    margin-right: 144px;
  }
  body .mt_sm_-144px, .block-editor__container .mt_sm_-144px {
    margin-top: -144px;
  }
  body .mb_sm_-144px, .block-editor__container .mb_sm_-144px {
    margin-bottom: -144px;
  }
  body .ml_sm_-144px, .block-editor__container .ml_sm_-144px {
    margin-left: -144px;
  }
  body .mr_sm_-144px, .block-editor__container .mr_sm_-144px {
    margin-right: -144px;
  }
  body .mt_sm_145px, .block-editor__container .mt_sm_145px {
    margin-top: 145px;
  }
  body .mb_sm_145px, .block-editor__container .mb_sm_145px {
    margin-bottom: 145px;
  }
  body .ml_sm_145px, .block-editor__container .ml_sm_145px {
    margin-left: 145px;
  }
  body .mr_sm_145px, .block-editor__container .mr_sm_145px {
    margin-right: 145px;
  }
  body .mt_sm_-145px, .block-editor__container .mt_sm_-145px {
    margin-top: -145px;
  }
  body .mb_sm_-145px, .block-editor__container .mb_sm_-145px {
    margin-bottom: -145px;
  }
  body .ml_sm_-145px, .block-editor__container .ml_sm_-145px {
    margin-left: -145px;
  }
  body .mr_sm_-145px, .block-editor__container .mr_sm_-145px {
    margin-right: -145px;
  }
  body .mt_sm_146px, .block-editor__container .mt_sm_146px {
    margin-top: 146px;
  }
  body .mb_sm_146px, .block-editor__container .mb_sm_146px {
    margin-bottom: 146px;
  }
  body .ml_sm_146px, .block-editor__container .ml_sm_146px {
    margin-left: 146px;
  }
  body .mr_sm_146px, .block-editor__container .mr_sm_146px {
    margin-right: 146px;
  }
  body .mt_sm_-146px, .block-editor__container .mt_sm_-146px {
    margin-top: -146px;
  }
  body .mb_sm_-146px, .block-editor__container .mb_sm_-146px {
    margin-bottom: -146px;
  }
  body .ml_sm_-146px, .block-editor__container .ml_sm_-146px {
    margin-left: -146px;
  }
  body .mr_sm_-146px, .block-editor__container .mr_sm_-146px {
    margin-right: -146px;
  }
  body .mt_sm_147px, .block-editor__container .mt_sm_147px {
    margin-top: 147px;
  }
  body .mb_sm_147px, .block-editor__container .mb_sm_147px {
    margin-bottom: 147px;
  }
  body .ml_sm_147px, .block-editor__container .ml_sm_147px {
    margin-left: 147px;
  }
  body .mr_sm_147px, .block-editor__container .mr_sm_147px {
    margin-right: 147px;
  }
  body .mt_sm_-147px, .block-editor__container .mt_sm_-147px {
    margin-top: -147px;
  }
  body .mb_sm_-147px, .block-editor__container .mb_sm_-147px {
    margin-bottom: -147px;
  }
  body .ml_sm_-147px, .block-editor__container .ml_sm_-147px {
    margin-left: -147px;
  }
  body .mr_sm_-147px, .block-editor__container .mr_sm_-147px {
    margin-right: -147px;
  }
  body .mt_sm_148px, .block-editor__container .mt_sm_148px {
    margin-top: 148px;
  }
  body .mb_sm_148px, .block-editor__container .mb_sm_148px {
    margin-bottom: 148px;
  }
  body .ml_sm_148px, .block-editor__container .ml_sm_148px {
    margin-left: 148px;
  }
  body .mr_sm_148px, .block-editor__container .mr_sm_148px {
    margin-right: 148px;
  }
  body .mt_sm_-148px, .block-editor__container .mt_sm_-148px {
    margin-top: -148px;
  }
  body .mb_sm_-148px, .block-editor__container .mb_sm_-148px {
    margin-bottom: -148px;
  }
  body .ml_sm_-148px, .block-editor__container .ml_sm_-148px {
    margin-left: -148px;
  }
  body .mr_sm_-148px, .block-editor__container .mr_sm_-148px {
    margin-right: -148px;
  }
  body .mt_sm_149px, .block-editor__container .mt_sm_149px {
    margin-top: 149px;
  }
  body .mb_sm_149px, .block-editor__container .mb_sm_149px {
    margin-bottom: 149px;
  }
  body .ml_sm_149px, .block-editor__container .ml_sm_149px {
    margin-left: 149px;
  }
  body .mr_sm_149px, .block-editor__container .mr_sm_149px {
    margin-right: 149px;
  }
  body .mt_sm_-149px, .block-editor__container .mt_sm_-149px {
    margin-top: -149px;
  }
  body .mb_sm_-149px, .block-editor__container .mb_sm_-149px {
    margin-bottom: -149px;
  }
  body .ml_sm_-149px, .block-editor__container .ml_sm_-149px {
    margin-left: -149px;
  }
  body .mr_sm_-149px, .block-editor__container .mr_sm_-149px {
    margin-right: -149px;
  }
  body .mt_sm_150px, .block-editor__container .mt_sm_150px {
    margin-top: 150px;
  }
  body .mb_sm_150px, .block-editor__container .mb_sm_150px {
    margin-bottom: 150px;
  }
  body .ml_sm_150px, .block-editor__container .ml_sm_150px {
    margin-left: 150px;
  }
  body .mr_sm_150px, .block-editor__container .mr_sm_150px {
    margin-right: 150px;
  }
  body .mt_sm_-150px, .block-editor__container .mt_sm_-150px {
    margin-top: -150px;
  }
  body .mb_sm_-150px, .block-editor__container .mb_sm_-150px {
    margin-bottom: -150px;
  }
  body .ml_sm_-150px, .block-editor__container .ml_sm_-150px {
    margin-left: -150px;
  }
  body .mr_sm_-150px, .block-editor__container .mr_sm_-150px {
    margin-right: -150px;
  }
  body .mt_sm_151px, .block-editor__container .mt_sm_151px {
    margin-top: 151px;
  }
  body .mb_sm_151px, .block-editor__container .mb_sm_151px {
    margin-bottom: 151px;
  }
  body .ml_sm_151px, .block-editor__container .ml_sm_151px {
    margin-left: 151px;
  }
  body .mr_sm_151px, .block-editor__container .mr_sm_151px {
    margin-right: 151px;
  }
  body .mt_sm_-151px, .block-editor__container .mt_sm_-151px {
    margin-top: -151px;
  }
  body .mb_sm_-151px, .block-editor__container .mb_sm_-151px {
    margin-bottom: -151px;
  }
  body .ml_sm_-151px, .block-editor__container .ml_sm_-151px {
    margin-left: -151px;
  }
  body .mr_sm_-151px, .block-editor__container .mr_sm_-151px {
    margin-right: -151px;
  }
  body .mt_sm_152px, .block-editor__container .mt_sm_152px {
    margin-top: 152px;
  }
  body .mb_sm_152px, .block-editor__container .mb_sm_152px {
    margin-bottom: 152px;
  }
  body .ml_sm_152px, .block-editor__container .ml_sm_152px {
    margin-left: 152px;
  }
  body .mr_sm_152px, .block-editor__container .mr_sm_152px {
    margin-right: 152px;
  }
  body .mt_sm_-152px, .block-editor__container .mt_sm_-152px {
    margin-top: -152px;
  }
  body .mb_sm_-152px, .block-editor__container .mb_sm_-152px {
    margin-bottom: -152px;
  }
  body .ml_sm_-152px, .block-editor__container .ml_sm_-152px {
    margin-left: -152px;
  }
  body .mr_sm_-152px, .block-editor__container .mr_sm_-152px {
    margin-right: -152px;
  }
  body .mt_sm_153px, .block-editor__container .mt_sm_153px {
    margin-top: 153px;
  }
  body .mb_sm_153px, .block-editor__container .mb_sm_153px {
    margin-bottom: 153px;
  }
  body .ml_sm_153px, .block-editor__container .ml_sm_153px {
    margin-left: 153px;
  }
  body .mr_sm_153px, .block-editor__container .mr_sm_153px {
    margin-right: 153px;
  }
  body .mt_sm_-153px, .block-editor__container .mt_sm_-153px {
    margin-top: -153px;
  }
  body .mb_sm_-153px, .block-editor__container .mb_sm_-153px {
    margin-bottom: -153px;
  }
  body .ml_sm_-153px, .block-editor__container .ml_sm_-153px {
    margin-left: -153px;
  }
  body .mr_sm_-153px, .block-editor__container .mr_sm_-153px {
    margin-right: -153px;
  }
  body .mt_sm_154px, .block-editor__container .mt_sm_154px {
    margin-top: 154px;
  }
  body .mb_sm_154px, .block-editor__container .mb_sm_154px {
    margin-bottom: 154px;
  }
  body .ml_sm_154px, .block-editor__container .ml_sm_154px {
    margin-left: 154px;
  }
  body .mr_sm_154px, .block-editor__container .mr_sm_154px {
    margin-right: 154px;
  }
  body .mt_sm_-154px, .block-editor__container .mt_sm_-154px {
    margin-top: -154px;
  }
  body .mb_sm_-154px, .block-editor__container .mb_sm_-154px {
    margin-bottom: -154px;
  }
  body .ml_sm_-154px, .block-editor__container .ml_sm_-154px {
    margin-left: -154px;
  }
  body .mr_sm_-154px, .block-editor__container .mr_sm_-154px {
    margin-right: -154px;
  }
  body .mt_sm_155px, .block-editor__container .mt_sm_155px {
    margin-top: 155px;
  }
  body .mb_sm_155px, .block-editor__container .mb_sm_155px {
    margin-bottom: 155px;
  }
  body .ml_sm_155px, .block-editor__container .ml_sm_155px {
    margin-left: 155px;
  }
  body .mr_sm_155px, .block-editor__container .mr_sm_155px {
    margin-right: 155px;
  }
  body .mt_sm_-155px, .block-editor__container .mt_sm_-155px {
    margin-top: -155px;
  }
  body .mb_sm_-155px, .block-editor__container .mb_sm_-155px {
    margin-bottom: -155px;
  }
  body .ml_sm_-155px, .block-editor__container .ml_sm_-155px {
    margin-left: -155px;
  }
  body .mr_sm_-155px, .block-editor__container .mr_sm_-155px {
    margin-right: -155px;
  }
  body .mt_sm_156px, .block-editor__container .mt_sm_156px {
    margin-top: 156px;
  }
  body .mb_sm_156px, .block-editor__container .mb_sm_156px {
    margin-bottom: 156px;
  }
  body .ml_sm_156px, .block-editor__container .ml_sm_156px {
    margin-left: 156px;
  }
  body .mr_sm_156px, .block-editor__container .mr_sm_156px {
    margin-right: 156px;
  }
  body .mt_sm_-156px, .block-editor__container .mt_sm_-156px {
    margin-top: -156px;
  }
  body .mb_sm_-156px, .block-editor__container .mb_sm_-156px {
    margin-bottom: -156px;
  }
  body .ml_sm_-156px, .block-editor__container .ml_sm_-156px {
    margin-left: -156px;
  }
  body .mr_sm_-156px, .block-editor__container .mr_sm_-156px {
    margin-right: -156px;
  }
  body .mt_sm_157px, .block-editor__container .mt_sm_157px {
    margin-top: 157px;
  }
  body .mb_sm_157px, .block-editor__container .mb_sm_157px {
    margin-bottom: 157px;
  }
  body .ml_sm_157px, .block-editor__container .ml_sm_157px {
    margin-left: 157px;
  }
  body .mr_sm_157px, .block-editor__container .mr_sm_157px {
    margin-right: 157px;
  }
  body .mt_sm_-157px, .block-editor__container .mt_sm_-157px {
    margin-top: -157px;
  }
  body .mb_sm_-157px, .block-editor__container .mb_sm_-157px {
    margin-bottom: -157px;
  }
  body .ml_sm_-157px, .block-editor__container .ml_sm_-157px {
    margin-left: -157px;
  }
  body .mr_sm_-157px, .block-editor__container .mr_sm_-157px {
    margin-right: -157px;
  }
  body .mt_sm_158px, .block-editor__container .mt_sm_158px {
    margin-top: 158px;
  }
  body .mb_sm_158px, .block-editor__container .mb_sm_158px {
    margin-bottom: 158px;
  }
  body .ml_sm_158px, .block-editor__container .ml_sm_158px {
    margin-left: 158px;
  }
  body .mr_sm_158px, .block-editor__container .mr_sm_158px {
    margin-right: 158px;
  }
  body .mt_sm_-158px, .block-editor__container .mt_sm_-158px {
    margin-top: -158px;
  }
  body .mb_sm_-158px, .block-editor__container .mb_sm_-158px {
    margin-bottom: -158px;
  }
  body .ml_sm_-158px, .block-editor__container .ml_sm_-158px {
    margin-left: -158px;
  }
  body .mr_sm_-158px, .block-editor__container .mr_sm_-158px {
    margin-right: -158px;
  }
  body .mt_sm_159px, .block-editor__container .mt_sm_159px {
    margin-top: 159px;
  }
  body .mb_sm_159px, .block-editor__container .mb_sm_159px {
    margin-bottom: 159px;
  }
  body .ml_sm_159px, .block-editor__container .ml_sm_159px {
    margin-left: 159px;
  }
  body .mr_sm_159px, .block-editor__container .mr_sm_159px {
    margin-right: 159px;
  }
  body .mt_sm_-159px, .block-editor__container .mt_sm_-159px {
    margin-top: -159px;
  }
  body .mb_sm_-159px, .block-editor__container .mb_sm_-159px {
    margin-bottom: -159px;
  }
  body .ml_sm_-159px, .block-editor__container .ml_sm_-159px {
    margin-left: -159px;
  }
  body .mr_sm_-159px, .block-editor__container .mr_sm_-159px {
    margin-right: -159px;
  }
  body .mt_sm_160px, .block-editor__container .mt_sm_160px {
    margin-top: 160px;
  }
  body .mb_sm_160px, .block-editor__container .mb_sm_160px {
    margin-bottom: 160px;
  }
  body .ml_sm_160px, .block-editor__container .ml_sm_160px {
    margin-left: 160px;
  }
  body .mr_sm_160px, .block-editor__container .mr_sm_160px {
    margin-right: 160px;
  }
  body .mt_sm_-160px, .block-editor__container .mt_sm_-160px {
    margin-top: -160px;
  }
  body .mb_sm_-160px, .block-editor__container .mb_sm_-160px {
    margin-bottom: -160px;
  }
  body .ml_sm_-160px, .block-editor__container .ml_sm_-160px {
    margin-left: -160px;
  }
  body .mr_sm_-160px, .block-editor__container .mr_sm_-160px {
    margin-right: -160px;
  }
  body .mt_sm_161px, .block-editor__container .mt_sm_161px {
    margin-top: 161px;
  }
  body .mb_sm_161px, .block-editor__container .mb_sm_161px {
    margin-bottom: 161px;
  }
  body .ml_sm_161px, .block-editor__container .ml_sm_161px {
    margin-left: 161px;
  }
  body .mr_sm_161px, .block-editor__container .mr_sm_161px {
    margin-right: 161px;
  }
  body .mt_sm_-161px, .block-editor__container .mt_sm_-161px {
    margin-top: -161px;
  }
  body .mb_sm_-161px, .block-editor__container .mb_sm_-161px {
    margin-bottom: -161px;
  }
  body .ml_sm_-161px, .block-editor__container .ml_sm_-161px {
    margin-left: -161px;
  }
  body .mr_sm_-161px, .block-editor__container .mr_sm_-161px {
    margin-right: -161px;
  }
  body .mt_sm_162px, .block-editor__container .mt_sm_162px {
    margin-top: 162px;
  }
  body .mb_sm_162px, .block-editor__container .mb_sm_162px {
    margin-bottom: 162px;
  }
  body .ml_sm_162px, .block-editor__container .ml_sm_162px {
    margin-left: 162px;
  }
  body .mr_sm_162px, .block-editor__container .mr_sm_162px {
    margin-right: 162px;
  }
  body .mt_sm_-162px, .block-editor__container .mt_sm_-162px {
    margin-top: -162px;
  }
  body .mb_sm_-162px, .block-editor__container .mb_sm_-162px {
    margin-bottom: -162px;
  }
  body .ml_sm_-162px, .block-editor__container .ml_sm_-162px {
    margin-left: -162px;
  }
  body .mr_sm_-162px, .block-editor__container .mr_sm_-162px {
    margin-right: -162px;
  }
  body .mt_sm_163px, .block-editor__container .mt_sm_163px {
    margin-top: 163px;
  }
  body .mb_sm_163px, .block-editor__container .mb_sm_163px {
    margin-bottom: 163px;
  }
  body .ml_sm_163px, .block-editor__container .ml_sm_163px {
    margin-left: 163px;
  }
  body .mr_sm_163px, .block-editor__container .mr_sm_163px {
    margin-right: 163px;
  }
  body .mt_sm_-163px, .block-editor__container .mt_sm_-163px {
    margin-top: -163px;
  }
  body .mb_sm_-163px, .block-editor__container .mb_sm_-163px {
    margin-bottom: -163px;
  }
  body .ml_sm_-163px, .block-editor__container .ml_sm_-163px {
    margin-left: -163px;
  }
  body .mr_sm_-163px, .block-editor__container .mr_sm_-163px {
    margin-right: -163px;
  }
  body .mt_sm_164px, .block-editor__container .mt_sm_164px {
    margin-top: 164px;
  }
  body .mb_sm_164px, .block-editor__container .mb_sm_164px {
    margin-bottom: 164px;
  }
  body .ml_sm_164px, .block-editor__container .ml_sm_164px {
    margin-left: 164px;
  }
  body .mr_sm_164px, .block-editor__container .mr_sm_164px {
    margin-right: 164px;
  }
  body .mt_sm_-164px, .block-editor__container .mt_sm_-164px {
    margin-top: -164px;
  }
  body .mb_sm_-164px, .block-editor__container .mb_sm_-164px {
    margin-bottom: -164px;
  }
  body .ml_sm_-164px, .block-editor__container .ml_sm_-164px {
    margin-left: -164px;
  }
  body .mr_sm_-164px, .block-editor__container .mr_sm_-164px {
    margin-right: -164px;
  }
  body .mt_sm_165px, .block-editor__container .mt_sm_165px {
    margin-top: 165px;
  }
  body .mb_sm_165px, .block-editor__container .mb_sm_165px {
    margin-bottom: 165px;
  }
  body .ml_sm_165px, .block-editor__container .ml_sm_165px {
    margin-left: 165px;
  }
  body .mr_sm_165px, .block-editor__container .mr_sm_165px {
    margin-right: 165px;
  }
  body .mt_sm_-165px, .block-editor__container .mt_sm_-165px {
    margin-top: -165px;
  }
  body .mb_sm_-165px, .block-editor__container .mb_sm_-165px {
    margin-bottom: -165px;
  }
  body .ml_sm_-165px, .block-editor__container .ml_sm_-165px {
    margin-left: -165px;
  }
  body .mr_sm_-165px, .block-editor__container .mr_sm_-165px {
    margin-right: -165px;
  }
  body .mt_sm_166px, .block-editor__container .mt_sm_166px {
    margin-top: 166px;
  }
  body .mb_sm_166px, .block-editor__container .mb_sm_166px {
    margin-bottom: 166px;
  }
  body .ml_sm_166px, .block-editor__container .ml_sm_166px {
    margin-left: 166px;
  }
  body .mr_sm_166px, .block-editor__container .mr_sm_166px {
    margin-right: 166px;
  }
  body .mt_sm_-166px, .block-editor__container .mt_sm_-166px {
    margin-top: -166px;
  }
  body .mb_sm_-166px, .block-editor__container .mb_sm_-166px {
    margin-bottom: -166px;
  }
  body .ml_sm_-166px, .block-editor__container .ml_sm_-166px {
    margin-left: -166px;
  }
  body .mr_sm_-166px, .block-editor__container .mr_sm_-166px {
    margin-right: -166px;
  }
  body .mt_sm_167px, .block-editor__container .mt_sm_167px {
    margin-top: 167px;
  }
  body .mb_sm_167px, .block-editor__container .mb_sm_167px {
    margin-bottom: 167px;
  }
  body .ml_sm_167px, .block-editor__container .ml_sm_167px {
    margin-left: 167px;
  }
  body .mr_sm_167px, .block-editor__container .mr_sm_167px {
    margin-right: 167px;
  }
  body .mt_sm_-167px, .block-editor__container .mt_sm_-167px {
    margin-top: -167px;
  }
  body .mb_sm_-167px, .block-editor__container .mb_sm_-167px {
    margin-bottom: -167px;
  }
  body .ml_sm_-167px, .block-editor__container .ml_sm_-167px {
    margin-left: -167px;
  }
  body .mr_sm_-167px, .block-editor__container .mr_sm_-167px {
    margin-right: -167px;
  }
  body .mt_sm_168px, .block-editor__container .mt_sm_168px {
    margin-top: 168px;
  }
  body .mb_sm_168px, .block-editor__container .mb_sm_168px {
    margin-bottom: 168px;
  }
  body .ml_sm_168px, .block-editor__container .ml_sm_168px {
    margin-left: 168px;
  }
  body .mr_sm_168px, .block-editor__container .mr_sm_168px {
    margin-right: 168px;
  }
  body .mt_sm_-168px, .block-editor__container .mt_sm_-168px {
    margin-top: -168px;
  }
  body .mb_sm_-168px, .block-editor__container .mb_sm_-168px {
    margin-bottom: -168px;
  }
  body .ml_sm_-168px, .block-editor__container .ml_sm_-168px {
    margin-left: -168px;
  }
  body .mr_sm_-168px, .block-editor__container .mr_sm_-168px {
    margin-right: -168px;
  }
  body .mt_sm_169px, .block-editor__container .mt_sm_169px {
    margin-top: 169px;
  }
  body .mb_sm_169px, .block-editor__container .mb_sm_169px {
    margin-bottom: 169px;
  }
  body .ml_sm_169px, .block-editor__container .ml_sm_169px {
    margin-left: 169px;
  }
  body .mr_sm_169px, .block-editor__container .mr_sm_169px {
    margin-right: 169px;
  }
  body .mt_sm_-169px, .block-editor__container .mt_sm_-169px {
    margin-top: -169px;
  }
  body .mb_sm_-169px, .block-editor__container .mb_sm_-169px {
    margin-bottom: -169px;
  }
  body .ml_sm_-169px, .block-editor__container .ml_sm_-169px {
    margin-left: -169px;
  }
  body .mr_sm_-169px, .block-editor__container .mr_sm_-169px {
    margin-right: -169px;
  }
  body .mt_sm_170px, .block-editor__container .mt_sm_170px {
    margin-top: 170px;
  }
  body .mb_sm_170px, .block-editor__container .mb_sm_170px {
    margin-bottom: 170px;
  }
  body .ml_sm_170px, .block-editor__container .ml_sm_170px {
    margin-left: 170px;
  }
  body .mr_sm_170px, .block-editor__container .mr_sm_170px {
    margin-right: 170px;
  }
  body .mt_sm_-170px, .block-editor__container .mt_sm_-170px {
    margin-top: -170px;
  }
  body .mb_sm_-170px, .block-editor__container .mb_sm_-170px {
    margin-bottom: -170px;
  }
  body .ml_sm_-170px, .block-editor__container .ml_sm_-170px {
    margin-left: -170px;
  }
  body .mr_sm_-170px, .block-editor__container .mr_sm_-170px {
    margin-right: -170px;
  }
  body .mt_sm_171px, .block-editor__container .mt_sm_171px {
    margin-top: 171px;
  }
  body .mb_sm_171px, .block-editor__container .mb_sm_171px {
    margin-bottom: 171px;
  }
  body .ml_sm_171px, .block-editor__container .ml_sm_171px {
    margin-left: 171px;
  }
  body .mr_sm_171px, .block-editor__container .mr_sm_171px {
    margin-right: 171px;
  }
  body .mt_sm_-171px, .block-editor__container .mt_sm_-171px {
    margin-top: -171px;
  }
  body .mb_sm_-171px, .block-editor__container .mb_sm_-171px {
    margin-bottom: -171px;
  }
  body .ml_sm_-171px, .block-editor__container .ml_sm_-171px {
    margin-left: -171px;
  }
  body .mr_sm_-171px, .block-editor__container .mr_sm_-171px {
    margin-right: -171px;
  }
  body .mt_sm_172px, .block-editor__container .mt_sm_172px {
    margin-top: 172px;
  }
  body .mb_sm_172px, .block-editor__container .mb_sm_172px {
    margin-bottom: 172px;
  }
  body .ml_sm_172px, .block-editor__container .ml_sm_172px {
    margin-left: 172px;
  }
  body .mr_sm_172px, .block-editor__container .mr_sm_172px {
    margin-right: 172px;
  }
  body .mt_sm_-172px, .block-editor__container .mt_sm_-172px {
    margin-top: -172px;
  }
  body .mb_sm_-172px, .block-editor__container .mb_sm_-172px {
    margin-bottom: -172px;
  }
  body .ml_sm_-172px, .block-editor__container .ml_sm_-172px {
    margin-left: -172px;
  }
  body .mr_sm_-172px, .block-editor__container .mr_sm_-172px {
    margin-right: -172px;
  }
  body .mt_sm_173px, .block-editor__container .mt_sm_173px {
    margin-top: 173px;
  }
  body .mb_sm_173px, .block-editor__container .mb_sm_173px {
    margin-bottom: 173px;
  }
  body .ml_sm_173px, .block-editor__container .ml_sm_173px {
    margin-left: 173px;
  }
  body .mr_sm_173px, .block-editor__container .mr_sm_173px {
    margin-right: 173px;
  }
  body .mt_sm_-173px, .block-editor__container .mt_sm_-173px {
    margin-top: -173px;
  }
  body .mb_sm_-173px, .block-editor__container .mb_sm_-173px {
    margin-bottom: -173px;
  }
  body .ml_sm_-173px, .block-editor__container .ml_sm_-173px {
    margin-left: -173px;
  }
  body .mr_sm_-173px, .block-editor__container .mr_sm_-173px {
    margin-right: -173px;
  }
  body .mt_sm_174px, .block-editor__container .mt_sm_174px {
    margin-top: 174px;
  }
  body .mb_sm_174px, .block-editor__container .mb_sm_174px {
    margin-bottom: 174px;
  }
  body .ml_sm_174px, .block-editor__container .ml_sm_174px {
    margin-left: 174px;
  }
  body .mr_sm_174px, .block-editor__container .mr_sm_174px {
    margin-right: 174px;
  }
  body .mt_sm_-174px, .block-editor__container .mt_sm_-174px {
    margin-top: -174px;
  }
  body .mb_sm_-174px, .block-editor__container .mb_sm_-174px {
    margin-bottom: -174px;
  }
  body .ml_sm_-174px, .block-editor__container .ml_sm_-174px {
    margin-left: -174px;
  }
  body .mr_sm_-174px, .block-editor__container .mr_sm_-174px {
    margin-right: -174px;
  }
  body .mt_sm_175px, .block-editor__container .mt_sm_175px {
    margin-top: 175px;
  }
  body .mb_sm_175px, .block-editor__container .mb_sm_175px {
    margin-bottom: 175px;
  }
  body .ml_sm_175px, .block-editor__container .ml_sm_175px {
    margin-left: 175px;
  }
  body .mr_sm_175px, .block-editor__container .mr_sm_175px {
    margin-right: 175px;
  }
  body .mt_sm_-175px, .block-editor__container .mt_sm_-175px {
    margin-top: -175px;
  }
  body .mb_sm_-175px, .block-editor__container .mb_sm_-175px {
    margin-bottom: -175px;
  }
  body .ml_sm_-175px, .block-editor__container .ml_sm_-175px {
    margin-left: -175px;
  }
  body .mr_sm_-175px, .block-editor__container .mr_sm_-175px {
    margin-right: -175px;
  }
  body .mt_sm_176px, .block-editor__container .mt_sm_176px {
    margin-top: 176px;
  }
  body .mb_sm_176px, .block-editor__container .mb_sm_176px {
    margin-bottom: 176px;
  }
  body .ml_sm_176px, .block-editor__container .ml_sm_176px {
    margin-left: 176px;
  }
  body .mr_sm_176px, .block-editor__container .mr_sm_176px {
    margin-right: 176px;
  }
  body .mt_sm_-176px, .block-editor__container .mt_sm_-176px {
    margin-top: -176px;
  }
  body .mb_sm_-176px, .block-editor__container .mb_sm_-176px {
    margin-bottom: -176px;
  }
  body .ml_sm_-176px, .block-editor__container .ml_sm_-176px {
    margin-left: -176px;
  }
  body .mr_sm_-176px, .block-editor__container .mr_sm_-176px {
    margin-right: -176px;
  }
  body .mt_sm_177px, .block-editor__container .mt_sm_177px {
    margin-top: 177px;
  }
  body .mb_sm_177px, .block-editor__container .mb_sm_177px {
    margin-bottom: 177px;
  }
  body .ml_sm_177px, .block-editor__container .ml_sm_177px {
    margin-left: 177px;
  }
  body .mr_sm_177px, .block-editor__container .mr_sm_177px {
    margin-right: 177px;
  }
  body .mt_sm_-177px, .block-editor__container .mt_sm_-177px {
    margin-top: -177px;
  }
  body .mb_sm_-177px, .block-editor__container .mb_sm_-177px {
    margin-bottom: -177px;
  }
  body .ml_sm_-177px, .block-editor__container .ml_sm_-177px {
    margin-left: -177px;
  }
  body .mr_sm_-177px, .block-editor__container .mr_sm_-177px {
    margin-right: -177px;
  }
  body .mt_sm_178px, .block-editor__container .mt_sm_178px {
    margin-top: 178px;
  }
  body .mb_sm_178px, .block-editor__container .mb_sm_178px {
    margin-bottom: 178px;
  }
  body .ml_sm_178px, .block-editor__container .ml_sm_178px {
    margin-left: 178px;
  }
  body .mr_sm_178px, .block-editor__container .mr_sm_178px {
    margin-right: 178px;
  }
  body .mt_sm_-178px, .block-editor__container .mt_sm_-178px {
    margin-top: -178px;
  }
  body .mb_sm_-178px, .block-editor__container .mb_sm_-178px {
    margin-bottom: -178px;
  }
  body .ml_sm_-178px, .block-editor__container .ml_sm_-178px {
    margin-left: -178px;
  }
  body .mr_sm_-178px, .block-editor__container .mr_sm_-178px {
    margin-right: -178px;
  }
  body .mt_sm_179px, .block-editor__container .mt_sm_179px {
    margin-top: 179px;
  }
  body .mb_sm_179px, .block-editor__container .mb_sm_179px {
    margin-bottom: 179px;
  }
  body .ml_sm_179px, .block-editor__container .ml_sm_179px {
    margin-left: 179px;
  }
  body .mr_sm_179px, .block-editor__container .mr_sm_179px {
    margin-right: 179px;
  }
  body .mt_sm_-179px, .block-editor__container .mt_sm_-179px {
    margin-top: -179px;
  }
  body .mb_sm_-179px, .block-editor__container .mb_sm_-179px {
    margin-bottom: -179px;
  }
  body .ml_sm_-179px, .block-editor__container .ml_sm_-179px {
    margin-left: -179px;
  }
  body .mr_sm_-179px, .block-editor__container .mr_sm_-179px {
    margin-right: -179px;
  }
  body .mt_sm_180px, .block-editor__container .mt_sm_180px {
    margin-top: 180px;
  }
  body .mb_sm_180px, .block-editor__container .mb_sm_180px {
    margin-bottom: 180px;
  }
  body .ml_sm_180px, .block-editor__container .ml_sm_180px {
    margin-left: 180px;
  }
  body .mr_sm_180px, .block-editor__container .mr_sm_180px {
    margin-right: 180px;
  }
  body .mt_sm_-180px, .block-editor__container .mt_sm_-180px {
    margin-top: -180px;
  }
  body .mb_sm_-180px, .block-editor__container .mb_sm_-180px {
    margin-bottom: -180px;
  }
  body .ml_sm_-180px, .block-editor__container .ml_sm_-180px {
    margin-left: -180px;
  }
  body .mr_sm_-180px, .block-editor__container .mr_sm_-180px {
    margin-right: -180px;
  }
  body .mt_sm_181px, .block-editor__container .mt_sm_181px {
    margin-top: 181px;
  }
  body .mb_sm_181px, .block-editor__container .mb_sm_181px {
    margin-bottom: 181px;
  }
  body .ml_sm_181px, .block-editor__container .ml_sm_181px {
    margin-left: 181px;
  }
  body .mr_sm_181px, .block-editor__container .mr_sm_181px {
    margin-right: 181px;
  }
  body .mt_sm_-181px, .block-editor__container .mt_sm_-181px {
    margin-top: -181px;
  }
  body .mb_sm_-181px, .block-editor__container .mb_sm_-181px {
    margin-bottom: -181px;
  }
  body .ml_sm_-181px, .block-editor__container .ml_sm_-181px {
    margin-left: -181px;
  }
  body .mr_sm_-181px, .block-editor__container .mr_sm_-181px {
    margin-right: -181px;
  }
  body .mt_sm_182px, .block-editor__container .mt_sm_182px {
    margin-top: 182px;
  }
  body .mb_sm_182px, .block-editor__container .mb_sm_182px {
    margin-bottom: 182px;
  }
  body .ml_sm_182px, .block-editor__container .ml_sm_182px {
    margin-left: 182px;
  }
  body .mr_sm_182px, .block-editor__container .mr_sm_182px {
    margin-right: 182px;
  }
  body .mt_sm_-182px, .block-editor__container .mt_sm_-182px {
    margin-top: -182px;
  }
  body .mb_sm_-182px, .block-editor__container .mb_sm_-182px {
    margin-bottom: -182px;
  }
  body .ml_sm_-182px, .block-editor__container .ml_sm_-182px {
    margin-left: -182px;
  }
  body .mr_sm_-182px, .block-editor__container .mr_sm_-182px {
    margin-right: -182px;
  }
  body .mt_sm_183px, .block-editor__container .mt_sm_183px {
    margin-top: 183px;
  }
  body .mb_sm_183px, .block-editor__container .mb_sm_183px {
    margin-bottom: 183px;
  }
  body .ml_sm_183px, .block-editor__container .ml_sm_183px {
    margin-left: 183px;
  }
  body .mr_sm_183px, .block-editor__container .mr_sm_183px {
    margin-right: 183px;
  }
  body .mt_sm_-183px, .block-editor__container .mt_sm_-183px {
    margin-top: -183px;
  }
  body .mb_sm_-183px, .block-editor__container .mb_sm_-183px {
    margin-bottom: -183px;
  }
  body .ml_sm_-183px, .block-editor__container .ml_sm_-183px {
    margin-left: -183px;
  }
  body .mr_sm_-183px, .block-editor__container .mr_sm_-183px {
    margin-right: -183px;
  }
  body .mt_sm_184px, .block-editor__container .mt_sm_184px {
    margin-top: 184px;
  }
  body .mb_sm_184px, .block-editor__container .mb_sm_184px {
    margin-bottom: 184px;
  }
  body .ml_sm_184px, .block-editor__container .ml_sm_184px {
    margin-left: 184px;
  }
  body .mr_sm_184px, .block-editor__container .mr_sm_184px {
    margin-right: 184px;
  }
  body .mt_sm_-184px, .block-editor__container .mt_sm_-184px {
    margin-top: -184px;
  }
  body .mb_sm_-184px, .block-editor__container .mb_sm_-184px {
    margin-bottom: -184px;
  }
  body .ml_sm_-184px, .block-editor__container .ml_sm_-184px {
    margin-left: -184px;
  }
  body .mr_sm_-184px, .block-editor__container .mr_sm_-184px {
    margin-right: -184px;
  }
  body .mt_sm_185px, .block-editor__container .mt_sm_185px {
    margin-top: 185px;
  }
  body .mb_sm_185px, .block-editor__container .mb_sm_185px {
    margin-bottom: 185px;
  }
  body .ml_sm_185px, .block-editor__container .ml_sm_185px {
    margin-left: 185px;
  }
  body .mr_sm_185px, .block-editor__container .mr_sm_185px {
    margin-right: 185px;
  }
  body .mt_sm_-185px, .block-editor__container .mt_sm_-185px {
    margin-top: -185px;
  }
  body .mb_sm_-185px, .block-editor__container .mb_sm_-185px {
    margin-bottom: -185px;
  }
  body .ml_sm_-185px, .block-editor__container .ml_sm_-185px {
    margin-left: -185px;
  }
  body .mr_sm_-185px, .block-editor__container .mr_sm_-185px {
    margin-right: -185px;
  }
  body .mt_sm_186px, .block-editor__container .mt_sm_186px {
    margin-top: 186px;
  }
  body .mb_sm_186px, .block-editor__container .mb_sm_186px {
    margin-bottom: 186px;
  }
  body .ml_sm_186px, .block-editor__container .ml_sm_186px {
    margin-left: 186px;
  }
  body .mr_sm_186px, .block-editor__container .mr_sm_186px {
    margin-right: 186px;
  }
  body .mt_sm_-186px, .block-editor__container .mt_sm_-186px {
    margin-top: -186px;
  }
  body .mb_sm_-186px, .block-editor__container .mb_sm_-186px {
    margin-bottom: -186px;
  }
  body .ml_sm_-186px, .block-editor__container .ml_sm_-186px {
    margin-left: -186px;
  }
  body .mr_sm_-186px, .block-editor__container .mr_sm_-186px {
    margin-right: -186px;
  }
  body .mt_sm_187px, .block-editor__container .mt_sm_187px {
    margin-top: 187px;
  }
  body .mb_sm_187px, .block-editor__container .mb_sm_187px {
    margin-bottom: 187px;
  }
  body .ml_sm_187px, .block-editor__container .ml_sm_187px {
    margin-left: 187px;
  }
  body .mr_sm_187px, .block-editor__container .mr_sm_187px {
    margin-right: 187px;
  }
  body .mt_sm_-187px, .block-editor__container .mt_sm_-187px {
    margin-top: -187px;
  }
  body .mb_sm_-187px, .block-editor__container .mb_sm_-187px {
    margin-bottom: -187px;
  }
  body .ml_sm_-187px, .block-editor__container .ml_sm_-187px {
    margin-left: -187px;
  }
  body .mr_sm_-187px, .block-editor__container .mr_sm_-187px {
    margin-right: -187px;
  }
  body .mt_sm_188px, .block-editor__container .mt_sm_188px {
    margin-top: 188px;
  }
  body .mb_sm_188px, .block-editor__container .mb_sm_188px {
    margin-bottom: 188px;
  }
  body .ml_sm_188px, .block-editor__container .ml_sm_188px {
    margin-left: 188px;
  }
  body .mr_sm_188px, .block-editor__container .mr_sm_188px {
    margin-right: 188px;
  }
  body .mt_sm_-188px, .block-editor__container .mt_sm_-188px {
    margin-top: -188px;
  }
  body .mb_sm_-188px, .block-editor__container .mb_sm_-188px {
    margin-bottom: -188px;
  }
  body .ml_sm_-188px, .block-editor__container .ml_sm_-188px {
    margin-left: -188px;
  }
  body .mr_sm_-188px, .block-editor__container .mr_sm_-188px {
    margin-right: -188px;
  }
  body .mt_sm_189px, .block-editor__container .mt_sm_189px {
    margin-top: 189px;
  }
  body .mb_sm_189px, .block-editor__container .mb_sm_189px {
    margin-bottom: 189px;
  }
  body .ml_sm_189px, .block-editor__container .ml_sm_189px {
    margin-left: 189px;
  }
  body .mr_sm_189px, .block-editor__container .mr_sm_189px {
    margin-right: 189px;
  }
  body .mt_sm_-189px, .block-editor__container .mt_sm_-189px {
    margin-top: -189px;
  }
  body .mb_sm_-189px, .block-editor__container .mb_sm_-189px {
    margin-bottom: -189px;
  }
  body .ml_sm_-189px, .block-editor__container .ml_sm_-189px {
    margin-left: -189px;
  }
  body .mr_sm_-189px, .block-editor__container .mr_sm_-189px {
    margin-right: -189px;
  }
  body .mt_sm_190px, .block-editor__container .mt_sm_190px {
    margin-top: 190px;
  }
  body .mb_sm_190px, .block-editor__container .mb_sm_190px {
    margin-bottom: 190px;
  }
  body .ml_sm_190px, .block-editor__container .ml_sm_190px {
    margin-left: 190px;
  }
  body .mr_sm_190px, .block-editor__container .mr_sm_190px {
    margin-right: 190px;
  }
  body .mt_sm_-190px, .block-editor__container .mt_sm_-190px {
    margin-top: -190px;
  }
  body .mb_sm_-190px, .block-editor__container .mb_sm_-190px {
    margin-bottom: -190px;
  }
  body .ml_sm_-190px, .block-editor__container .ml_sm_-190px {
    margin-left: -190px;
  }
  body .mr_sm_-190px, .block-editor__container .mr_sm_-190px {
    margin-right: -190px;
  }
  body .mt_sm_191px, .block-editor__container .mt_sm_191px {
    margin-top: 191px;
  }
  body .mb_sm_191px, .block-editor__container .mb_sm_191px {
    margin-bottom: 191px;
  }
  body .ml_sm_191px, .block-editor__container .ml_sm_191px {
    margin-left: 191px;
  }
  body .mr_sm_191px, .block-editor__container .mr_sm_191px {
    margin-right: 191px;
  }
  body .mt_sm_-191px, .block-editor__container .mt_sm_-191px {
    margin-top: -191px;
  }
  body .mb_sm_-191px, .block-editor__container .mb_sm_-191px {
    margin-bottom: -191px;
  }
  body .ml_sm_-191px, .block-editor__container .ml_sm_-191px {
    margin-left: -191px;
  }
  body .mr_sm_-191px, .block-editor__container .mr_sm_-191px {
    margin-right: -191px;
  }
  body .mt_sm_192px, .block-editor__container .mt_sm_192px {
    margin-top: 192px;
  }
  body .mb_sm_192px, .block-editor__container .mb_sm_192px {
    margin-bottom: 192px;
  }
  body .ml_sm_192px, .block-editor__container .ml_sm_192px {
    margin-left: 192px;
  }
  body .mr_sm_192px, .block-editor__container .mr_sm_192px {
    margin-right: 192px;
  }
  body .mt_sm_-192px, .block-editor__container .mt_sm_-192px {
    margin-top: -192px;
  }
  body .mb_sm_-192px, .block-editor__container .mb_sm_-192px {
    margin-bottom: -192px;
  }
  body .ml_sm_-192px, .block-editor__container .ml_sm_-192px {
    margin-left: -192px;
  }
  body .mr_sm_-192px, .block-editor__container .mr_sm_-192px {
    margin-right: -192px;
  }
  body .mt_sm_193px, .block-editor__container .mt_sm_193px {
    margin-top: 193px;
  }
  body .mb_sm_193px, .block-editor__container .mb_sm_193px {
    margin-bottom: 193px;
  }
  body .ml_sm_193px, .block-editor__container .ml_sm_193px {
    margin-left: 193px;
  }
  body .mr_sm_193px, .block-editor__container .mr_sm_193px {
    margin-right: 193px;
  }
  body .mt_sm_-193px, .block-editor__container .mt_sm_-193px {
    margin-top: -193px;
  }
  body .mb_sm_-193px, .block-editor__container .mb_sm_-193px {
    margin-bottom: -193px;
  }
  body .ml_sm_-193px, .block-editor__container .ml_sm_-193px {
    margin-left: -193px;
  }
  body .mr_sm_-193px, .block-editor__container .mr_sm_-193px {
    margin-right: -193px;
  }
  body .mt_sm_194px, .block-editor__container .mt_sm_194px {
    margin-top: 194px;
  }
  body .mb_sm_194px, .block-editor__container .mb_sm_194px {
    margin-bottom: 194px;
  }
  body .ml_sm_194px, .block-editor__container .ml_sm_194px {
    margin-left: 194px;
  }
  body .mr_sm_194px, .block-editor__container .mr_sm_194px {
    margin-right: 194px;
  }
  body .mt_sm_-194px, .block-editor__container .mt_sm_-194px {
    margin-top: -194px;
  }
  body .mb_sm_-194px, .block-editor__container .mb_sm_-194px {
    margin-bottom: -194px;
  }
  body .ml_sm_-194px, .block-editor__container .ml_sm_-194px {
    margin-left: -194px;
  }
  body .mr_sm_-194px, .block-editor__container .mr_sm_-194px {
    margin-right: -194px;
  }
  body .mt_sm_195px, .block-editor__container .mt_sm_195px {
    margin-top: 195px;
  }
  body .mb_sm_195px, .block-editor__container .mb_sm_195px {
    margin-bottom: 195px;
  }
  body .ml_sm_195px, .block-editor__container .ml_sm_195px {
    margin-left: 195px;
  }
  body .mr_sm_195px, .block-editor__container .mr_sm_195px {
    margin-right: 195px;
  }
  body .mt_sm_-195px, .block-editor__container .mt_sm_-195px {
    margin-top: -195px;
  }
  body .mb_sm_-195px, .block-editor__container .mb_sm_-195px {
    margin-bottom: -195px;
  }
  body .ml_sm_-195px, .block-editor__container .ml_sm_-195px {
    margin-left: -195px;
  }
  body .mr_sm_-195px, .block-editor__container .mr_sm_-195px {
    margin-right: -195px;
  }
  body .mt_sm_196px, .block-editor__container .mt_sm_196px {
    margin-top: 196px;
  }
  body .mb_sm_196px, .block-editor__container .mb_sm_196px {
    margin-bottom: 196px;
  }
  body .ml_sm_196px, .block-editor__container .ml_sm_196px {
    margin-left: 196px;
  }
  body .mr_sm_196px, .block-editor__container .mr_sm_196px {
    margin-right: 196px;
  }
  body .mt_sm_-196px, .block-editor__container .mt_sm_-196px {
    margin-top: -196px;
  }
  body .mb_sm_-196px, .block-editor__container .mb_sm_-196px {
    margin-bottom: -196px;
  }
  body .ml_sm_-196px, .block-editor__container .ml_sm_-196px {
    margin-left: -196px;
  }
  body .mr_sm_-196px, .block-editor__container .mr_sm_-196px {
    margin-right: -196px;
  }
  body .mt_sm_197px, .block-editor__container .mt_sm_197px {
    margin-top: 197px;
  }
  body .mb_sm_197px, .block-editor__container .mb_sm_197px {
    margin-bottom: 197px;
  }
  body .ml_sm_197px, .block-editor__container .ml_sm_197px {
    margin-left: 197px;
  }
  body .mr_sm_197px, .block-editor__container .mr_sm_197px {
    margin-right: 197px;
  }
  body .mt_sm_-197px, .block-editor__container .mt_sm_-197px {
    margin-top: -197px;
  }
  body .mb_sm_-197px, .block-editor__container .mb_sm_-197px {
    margin-bottom: -197px;
  }
  body .ml_sm_-197px, .block-editor__container .ml_sm_-197px {
    margin-left: -197px;
  }
  body .mr_sm_-197px, .block-editor__container .mr_sm_-197px {
    margin-right: -197px;
  }
  body .mt_sm_198px, .block-editor__container .mt_sm_198px {
    margin-top: 198px;
  }
  body .mb_sm_198px, .block-editor__container .mb_sm_198px {
    margin-bottom: 198px;
  }
  body .ml_sm_198px, .block-editor__container .ml_sm_198px {
    margin-left: 198px;
  }
  body .mr_sm_198px, .block-editor__container .mr_sm_198px {
    margin-right: 198px;
  }
  body .mt_sm_-198px, .block-editor__container .mt_sm_-198px {
    margin-top: -198px;
  }
  body .mb_sm_-198px, .block-editor__container .mb_sm_-198px {
    margin-bottom: -198px;
  }
  body .ml_sm_-198px, .block-editor__container .ml_sm_-198px {
    margin-left: -198px;
  }
  body .mr_sm_-198px, .block-editor__container .mr_sm_-198px {
    margin-right: -198px;
  }
  body .mt_sm_199px, .block-editor__container .mt_sm_199px {
    margin-top: 199px;
  }
  body .mb_sm_199px, .block-editor__container .mb_sm_199px {
    margin-bottom: 199px;
  }
  body .ml_sm_199px, .block-editor__container .ml_sm_199px {
    margin-left: 199px;
  }
  body .mr_sm_199px, .block-editor__container .mr_sm_199px {
    margin-right: 199px;
  }
  body .mt_sm_-199px, .block-editor__container .mt_sm_-199px {
    margin-top: -199px;
  }
  body .mb_sm_-199px, .block-editor__container .mb_sm_-199px {
    margin-bottom: -199px;
  }
  body .ml_sm_-199px, .block-editor__container .ml_sm_-199px {
    margin-left: -199px;
  }
  body .mr_sm_-199px, .block-editor__container .mr_sm_-199px {
    margin-right: -199px;
  }
  body .mt_sm_200px, .block-editor__container .mt_sm_200px {
    margin-top: 200px;
  }
  body .mb_sm_200px, .block-editor__container .mb_sm_200px {
    margin-bottom: 200px;
  }
  body .ml_sm_200px, .block-editor__container .ml_sm_200px {
    margin-left: 200px;
  }
  body .mr_sm_200px, .block-editor__container .mr_sm_200px {
    margin-right: 200px;
  }
  body .mt_sm_-200px, .block-editor__container .mt_sm_-200px {
    margin-top: -200px;
  }
  body .mb_sm_-200px, .block-editor__container .mb_sm_-200px {
    margin-bottom: -200px;
  }
  body .ml_sm_-200px, .block-editor__container .ml_sm_-200px {
    margin-left: -200px;
  }
  body .mr_sm_-200px, .block-editor__container .mr_sm_-200px {
    margin-right: -200px;
  }
}

@media only screen and (min-width: 650px) {
  body .w_lg_5, .block-editor__container .w_lg_5 {
    width: 5px;
  }
  body .h_lg_5, .block-editor__container .h_lg_5 {
    height: 5px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_5, .block-editor__container .w_lg_5 {
    width: 5px;
  }
  body .h_lg_5, .block-editor__container .h_lg_5 {
    height: 5px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_5, .block-editor__container .w_lg_5 {
    width: 5px;
  }
  body .h_lg_5, .block-editor__container .h_lg_5 {
    height: 5px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_5, .block-editor__container .w_lg_5 {
    width: 5px;
  }
  body .h_lg_5, .block-editor__container .h_lg_5 {
    height: 5px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_5, .block-editor__container .w_lg_5 {
    width: 5px;
  }
  body .h_lg_5, .block-editor__container .h_lg_5 {
    height: 5px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_10, .block-editor__container .w_lg_10 {
    width: 10px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_10, .block-editor__container .h_lg_10 {
    height: 10px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_10, .block-editor__container .w_lg_10 {
    width: 10px;
  }
  body .h_lg_10, .block-editor__container .h_lg_10 {
    height: 10px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_10, .block-editor__container .w_lg_10 {
    width: 10px;
  }
  body .h_lg_10, .block-editor__container .h_lg_10 {
    height: 10px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_10, .block-editor__container .w_lg_10 {
    width: 10px;
  }
  body .h_lg_10, .block-editor__container .h_lg_10 {
    height: 10px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_10, .block-editor__container .w_lg_10 {
    width: 10px;
  }
  body .h_lg_10, .block-editor__container .h_lg_10 {
    height: 10px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_15, .block-editor__container .w_lg_15 {
    width: 15px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_15, .block-editor__container .h_lg_15 {
    height: 15px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_15, .block-editor__container .w_lg_15 {
    width: 15px;
  }
  body .h_lg_15, .block-editor__container .h_lg_15 {
    height: 15px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_15, .block-editor__container .w_lg_15 {
    width: 15px;
  }
  body .h_lg_15, .block-editor__container .h_lg_15 {
    height: 15px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_15, .block-editor__container .w_lg_15 {
    width: 15px;
  }
  body .h_lg_15, .block-editor__container .h_lg_15 {
    height: 15px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_15, .block-editor__container .w_lg_15 {
    width: 15px;
  }
  body .h_lg_15, .block-editor__container .h_lg_15 {
    height: 15px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_20, .block-editor__container .w_lg_20 {
    width: 20px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_20, .block-editor__container .h_lg_20 {
    height: 20px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_20, .block-editor__container .w_lg_20 {
    width: 20px;
  }
  body .h_lg_20, .block-editor__container .h_lg_20 {
    height: 20px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_20, .block-editor__container .w_lg_20 {
    width: 20px;
  }
  body .h_lg_20, .block-editor__container .h_lg_20 {
    height: 20px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_20, .block-editor__container .w_lg_20 {
    width: 20px;
  }
  body .h_lg_20, .block-editor__container .h_lg_20 {
    height: 20px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_20, .block-editor__container .w_lg_20 {
    width: 20px;
  }
  body .h_lg_20, .block-editor__container .h_lg_20 {
    height: 20px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_25, .block-editor__container .w_lg_25 {
    width: 25px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_25, .block-editor__container .h_lg_25 {
    height: 25px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_25, .block-editor__container .w_lg_25 {
    width: 25px;
  }
  body .h_lg_25, .block-editor__container .h_lg_25 {
    height: 25px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_25, .block-editor__container .w_lg_25 {
    width: 25px;
  }
  body .h_lg_25, .block-editor__container .h_lg_25 {
    height: 25px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_25, .block-editor__container .w_lg_25 {
    width: 25px;
  }
  body .h_lg_25, .block-editor__container .h_lg_25 {
    height: 25px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_25, .block-editor__container .w_lg_25 {
    width: 25px;
  }
  body .h_lg_25, .block-editor__container .h_lg_25 {
    height: 25px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_30, .block-editor__container .w_lg_30 {
    width: 30px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_30, .block-editor__container .h_lg_30 {
    height: 30px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_30, .block-editor__container .w_lg_30 {
    width: 30px;
  }
  body .h_lg_30, .block-editor__container .h_lg_30 {
    height: 30px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_30, .block-editor__container .w_lg_30 {
    width: 30px;
  }
  body .h_lg_30, .block-editor__container .h_lg_30 {
    height: 30px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_30, .block-editor__container .w_lg_30 {
    width: 30px;
  }
  body .h_lg_30, .block-editor__container .h_lg_30 {
    height: 30px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_30, .block-editor__container .w_lg_30 {
    width: 30px;
  }
  body .h_lg_30, .block-editor__container .h_lg_30 {
    height: 30px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_35, .block-editor__container .w_lg_35 {
    width: 35px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_35, .block-editor__container .h_lg_35 {
    height: 35px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_35, .block-editor__container .w_lg_35 {
    width: 35px;
  }
  body .h_lg_35, .block-editor__container .h_lg_35 {
    height: 35px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_35, .block-editor__container .w_lg_35 {
    width: 35px;
  }
  body .h_lg_35, .block-editor__container .h_lg_35 {
    height: 35px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_35, .block-editor__container .w_lg_35 {
    width: 35px;
  }
  body .h_lg_35, .block-editor__container .h_lg_35 {
    height: 35px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_35, .block-editor__container .w_lg_35 {
    width: 35px;
  }
  body .h_lg_35, .block-editor__container .h_lg_35 {
    height: 35px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_40, .block-editor__container .w_lg_40 {
    width: 40px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_40, .block-editor__container .h_lg_40 {
    height: 40px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_40, .block-editor__container .w_lg_40 {
    width: 40px;
  }
  body .h_lg_40, .block-editor__container .h_lg_40 {
    height: 40px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_40, .block-editor__container .w_lg_40 {
    width: 40px;
  }
  body .h_lg_40, .block-editor__container .h_lg_40 {
    height: 40px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_40, .block-editor__container .w_lg_40 {
    width: 40px;
  }
  body .h_lg_40, .block-editor__container .h_lg_40 {
    height: 40px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_40, .block-editor__container .w_lg_40 {
    width: 40px;
  }
  body .h_lg_40, .block-editor__container .h_lg_40 {
    height: 40px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_45, .block-editor__container .w_lg_45 {
    width: 45px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_45, .block-editor__container .h_lg_45 {
    height: 45px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_45, .block-editor__container .w_lg_45 {
    width: 45px;
  }
  body .h_lg_45, .block-editor__container .h_lg_45 {
    height: 45px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_45, .block-editor__container .w_lg_45 {
    width: 45px;
  }
  body .h_lg_45, .block-editor__container .h_lg_45 {
    height: 45px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_45, .block-editor__container .w_lg_45 {
    width: 45px;
  }
  body .h_lg_45, .block-editor__container .h_lg_45 {
    height: 45px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_45, .block-editor__container .w_lg_45 {
    width: 45px;
  }
  body .h_lg_45, .block-editor__container .h_lg_45 {
    height: 45px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_50, .block-editor__container .w_lg_50 {
    width: 50px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_50, .block-editor__container .h_lg_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_50, .block-editor__container .w_lg_50 {
    width: 50px;
  }
  body .h_lg_50, .block-editor__container .h_lg_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_50, .block-editor__container .w_lg_50 {
    width: 50px;
  }
  body .h_lg_50, .block-editor__container .h_lg_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_50, .block-editor__container .w_lg_50 {
    width: 50px;
  }
  body .h_lg_50, .block-editor__container .h_lg_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_50, .block-editor__container .w_lg_50 {
    width: 50px;
  }
  body .h_lg_50, .block-editor__container .h_lg_50 {
    height: 50px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_55, .block-editor__container .w_lg_55 {
    width: 55px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_55, .block-editor__container .h_lg_55 {
    height: 55px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_55, .block-editor__container .w_lg_55 {
    width: 55px;
  }
  body .h_lg_55, .block-editor__container .h_lg_55 {
    height: 55px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_55, .block-editor__container .w_lg_55 {
    width: 55px;
  }
  body .h_lg_55, .block-editor__container .h_lg_55 {
    height: 55px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_55, .block-editor__container .w_lg_55 {
    width: 55px;
  }
  body .h_lg_55, .block-editor__container .h_lg_55 {
    height: 55px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_55, .block-editor__container .w_lg_55 {
    width: 55px;
  }
  body .h_lg_55, .block-editor__container .h_lg_55 {
    height: 55px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_60, .block-editor__container .w_lg_60 {
    width: 60px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_60, .block-editor__container .h_lg_60 {
    height: 60px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_60, .block-editor__container .w_lg_60 {
    width: 60px;
  }
  body .h_lg_60, .block-editor__container .h_lg_60 {
    height: 60px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_60, .block-editor__container .w_lg_60 {
    width: 60px;
  }
  body .h_lg_60, .block-editor__container .h_lg_60 {
    height: 60px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_60, .block-editor__container .w_lg_60 {
    width: 60px;
  }
  body .h_lg_60, .block-editor__container .h_lg_60 {
    height: 60px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_60, .block-editor__container .w_lg_60 {
    width: 60px;
  }
  body .h_lg_60, .block-editor__container .h_lg_60 {
    height: 60px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_65, .block-editor__container .w_lg_65 {
    width: 65px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_65, .block-editor__container .h_lg_65 {
    height: 65px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_65, .block-editor__container .w_lg_65 {
    width: 65px;
  }
  body .h_lg_65, .block-editor__container .h_lg_65 {
    height: 65px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_65, .block-editor__container .w_lg_65 {
    width: 65px;
  }
  body .h_lg_65, .block-editor__container .h_lg_65 {
    height: 65px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_65, .block-editor__container .w_lg_65 {
    width: 65px;
  }
  body .h_lg_65, .block-editor__container .h_lg_65 {
    height: 65px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_65, .block-editor__container .w_lg_65 {
    width: 65px;
  }
  body .h_lg_65, .block-editor__container .h_lg_65 {
    height: 65px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_70, .block-editor__container .w_lg_70 {
    width: 70px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_70, .block-editor__container .h_lg_70 {
    height: 70px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_70, .block-editor__container .w_lg_70 {
    width: 70px;
  }
  body .h_lg_70, .block-editor__container .h_lg_70 {
    height: 70px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_70, .block-editor__container .w_lg_70 {
    width: 70px;
  }
  body .h_lg_70, .block-editor__container .h_lg_70 {
    height: 70px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_70, .block-editor__container .w_lg_70 {
    width: 70px;
  }
  body .h_lg_70, .block-editor__container .h_lg_70 {
    height: 70px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_70, .block-editor__container .w_lg_70 {
    width: 70px;
  }
  body .h_lg_70, .block-editor__container .h_lg_70 {
    height: 70px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_75, .block-editor__container .w_lg_75 {
    width: 75px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_75, .block-editor__container .h_lg_75 {
    height: 75px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_75, .block-editor__container .w_lg_75 {
    width: 75px;
  }
  body .h_lg_75, .block-editor__container .h_lg_75 {
    height: 75px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_75, .block-editor__container .w_lg_75 {
    width: 75px;
  }
  body .h_lg_75, .block-editor__container .h_lg_75 {
    height: 75px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_75, .block-editor__container .w_lg_75 {
    width: 75px;
  }
  body .h_lg_75, .block-editor__container .h_lg_75 {
    height: 75px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_75, .block-editor__container .w_lg_75 {
    width: 75px;
  }
  body .h_lg_75, .block-editor__container .h_lg_75 {
    height: 75px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_80, .block-editor__container .w_lg_80 {
    width: 80px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_80, .block-editor__container .h_lg_80 {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_80, .block-editor__container .w_lg_80 {
    width: 80px;
  }
  body .h_lg_80, .block-editor__container .h_lg_80 {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_80, .block-editor__container .w_lg_80 {
    width: 80px;
  }
  body .h_lg_80, .block-editor__container .h_lg_80 {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_80, .block-editor__container .w_lg_80 {
    width: 80px;
  }
  body .h_lg_80, .block-editor__container .h_lg_80 {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_80, .block-editor__container .w_lg_80 {
    width: 80px;
  }
  body .h_lg_80, .block-editor__container .h_lg_80 {
    height: 80px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_85, .block-editor__container .w_lg_85 {
    width: 85px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_85, .block-editor__container .h_lg_85 {
    height: 85px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_85, .block-editor__container .w_lg_85 {
    width: 85px;
  }
  body .h_lg_85, .block-editor__container .h_lg_85 {
    height: 85px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_85, .block-editor__container .w_lg_85 {
    width: 85px;
  }
  body .h_lg_85, .block-editor__container .h_lg_85 {
    height: 85px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_85, .block-editor__container .w_lg_85 {
    width: 85px;
  }
  body .h_lg_85, .block-editor__container .h_lg_85 {
    height: 85px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_85, .block-editor__container .w_lg_85 {
    width: 85px;
  }
  body .h_lg_85, .block-editor__container .h_lg_85 {
    height: 85px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_90, .block-editor__container .w_lg_90 {
    width: 90px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_90, .block-editor__container .h_lg_90 {
    height: 90px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_90, .block-editor__container .w_lg_90 {
    width: 90px;
  }
  body .h_lg_90, .block-editor__container .h_lg_90 {
    height: 90px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_90, .block-editor__container .w_lg_90 {
    width: 90px;
  }
  body .h_lg_90, .block-editor__container .h_lg_90 {
    height: 90px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_90, .block-editor__container .w_lg_90 {
    width: 90px;
  }
  body .h_lg_90, .block-editor__container .h_lg_90 {
    height: 90px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_90, .block-editor__container .w_lg_90 {
    width: 90px;
  }
  body .h_lg_90, .block-editor__container .h_lg_90 {
    height: 90px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_95, .block-editor__container .w_lg_95 {
    width: 95px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_95, .block-editor__container .h_lg_95 {
    height: 95px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_95, .block-editor__container .w_lg_95 {
    width: 95px;
  }
  body .h_lg_95, .block-editor__container .h_lg_95 {
    height: 95px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_95, .block-editor__container .w_lg_95 {
    width: 95px;
  }
  body .h_lg_95, .block-editor__container .h_lg_95 {
    height: 95px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_95, .block-editor__container .w_lg_95 {
    width: 95px;
  }
  body .h_lg_95, .block-editor__container .h_lg_95 {
    height: 95px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_95, .block-editor__container .w_lg_95 {
    width: 95px;
  }
  body .h_lg_95, .block-editor__container .h_lg_95 {
    height: 95px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_100, .block-editor__container .w_lg_100 {
    width: 100px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_100, .block-editor__container .h_lg_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_100, .block-editor__container .w_lg_100 {
    width: 100px;
  }
  body .h_lg_100, .block-editor__container .h_lg_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_100, .block-editor__container .w_lg_100 {
    width: 100px;
  }
  body .h_lg_100, .block-editor__container .h_lg_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_100, .block-editor__container .w_lg_100 {
    width: 100px;
  }
  body .h_lg_100, .block-editor__container .h_lg_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_100, .block-editor__container .w_lg_100 {
    width: 100px;
  }
  body .h_lg_100, .block-editor__container .h_lg_100 {
    height: 100px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_105, .block-editor__container .w_lg_105 {
    width: 105px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_105, .block-editor__container .h_lg_105 {
    height: 105px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_105, .block-editor__container .w_lg_105 {
    width: 105px;
  }
  body .h_lg_105, .block-editor__container .h_lg_105 {
    height: 105px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_105, .block-editor__container .w_lg_105 {
    width: 105px;
  }
  body .h_lg_105, .block-editor__container .h_lg_105 {
    height: 105px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_105, .block-editor__container .w_lg_105 {
    width: 105px;
  }
  body .h_lg_105, .block-editor__container .h_lg_105 {
    height: 105px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_105, .block-editor__container .w_lg_105 {
    width: 105px;
  }
  body .h_lg_105, .block-editor__container .h_lg_105 {
    height: 105px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_110, .block-editor__container .w_lg_110 {
    width: 110px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_110, .block-editor__container .h_lg_110 {
    height: 110px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_110, .block-editor__container .w_lg_110 {
    width: 110px;
  }
  body .h_lg_110, .block-editor__container .h_lg_110 {
    height: 110px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_110, .block-editor__container .w_lg_110 {
    width: 110px;
  }
  body .h_lg_110, .block-editor__container .h_lg_110 {
    height: 110px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_110, .block-editor__container .w_lg_110 {
    width: 110px;
  }
  body .h_lg_110, .block-editor__container .h_lg_110 {
    height: 110px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_110, .block-editor__container .w_lg_110 {
    width: 110px;
  }
  body .h_lg_110, .block-editor__container .h_lg_110 {
    height: 110px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_115, .block-editor__container .w_lg_115 {
    width: 115px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_115, .block-editor__container .h_lg_115 {
    height: 115px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_115, .block-editor__container .w_lg_115 {
    width: 115px;
  }
  body .h_lg_115, .block-editor__container .h_lg_115 {
    height: 115px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_115, .block-editor__container .w_lg_115 {
    width: 115px;
  }
  body .h_lg_115, .block-editor__container .h_lg_115 {
    height: 115px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_115, .block-editor__container .w_lg_115 {
    width: 115px;
  }
  body .h_lg_115, .block-editor__container .h_lg_115 {
    height: 115px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_115, .block-editor__container .w_lg_115 {
    width: 115px;
  }
  body .h_lg_115, .block-editor__container .h_lg_115 {
    height: 115px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_120, .block-editor__container .w_lg_120 {
    width: 120px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_120, .block-editor__container .h_lg_120 {
    height: 120px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_120, .block-editor__container .w_lg_120 {
    width: 120px;
  }
  body .h_lg_120, .block-editor__container .h_lg_120 {
    height: 120px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_120, .block-editor__container .w_lg_120 {
    width: 120px;
  }
  body .h_lg_120, .block-editor__container .h_lg_120 {
    height: 120px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_120, .block-editor__container .w_lg_120 {
    width: 120px;
  }
  body .h_lg_120, .block-editor__container .h_lg_120 {
    height: 120px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_120, .block-editor__container .w_lg_120 {
    width: 120px;
  }
  body .h_lg_120, .block-editor__container .h_lg_120 {
    height: 120px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_125, .block-editor__container .w_lg_125 {
    width: 125px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_125, .block-editor__container .h_lg_125 {
    height: 125px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_125, .block-editor__container .w_lg_125 {
    width: 125px;
  }
  body .h_lg_125, .block-editor__container .h_lg_125 {
    height: 125px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_125, .block-editor__container .w_lg_125 {
    width: 125px;
  }
  body .h_lg_125, .block-editor__container .h_lg_125 {
    height: 125px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_125, .block-editor__container .w_lg_125 {
    width: 125px;
  }
  body .h_lg_125, .block-editor__container .h_lg_125 {
    height: 125px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_125, .block-editor__container .w_lg_125 {
    width: 125px;
  }
  body .h_lg_125, .block-editor__container .h_lg_125 {
    height: 125px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_130, .block-editor__container .w_lg_130 {
    width: 130px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_130, .block-editor__container .h_lg_130 {
    height: 130px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_130, .block-editor__container .w_lg_130 {
    width: 130px;
  }
  body .h_lg_130, .block-editor__container .h_lg_130 {
    height: 130px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_130, .block-editor__container .w_lg_130 {
    width: 130px;
  }
  body .h_lg_130, .block-editor__container .h_lg_130 {
    height: 130px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_130, .block-editor__container .w_lg_130 {
    width: 130px;
  }
  body .h_lg_130, .block-editor__container .h_lg_130 {
    height: 130px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_130, .block-editor__container .w_lg_130 {
    width: 130px;
  }
  body .h_lg_130, .block-editor__container .h_lg_130 {
    height: 130px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_135, .block-editor__container .w_lg_135 {
    width: 135px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_135, .block-editor__container .h_lg_135 {
    height: 135px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_135, .block-editor__container .w_lg_135 {
    width: 135px;
  }
  body .h_lg_135, .block-editor__container .h_lg_135 {
    height: 135px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_135, .block-editor__container .w_lg_135 {
    width: 135px;
  }
  body .h_lg_135, .block-editor__container .h_lg_135 {
    height: 135px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_135, .block-editor__container .w_lg_135 {
    width: 135px;
  }
  body .h_lg_135, .block-editor__container .h_lg_135 {
    height: 135px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_135, .block-editor__container .w_lg_135 {
    width: 135px;
  }
  body .h_lg_135, .block-editor__container .h_lg_135 {
    height: 135px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_140, .block-editor__container .w_lg_140 {
    width: 140px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_140, .block-editor__container .h_lg_140 {
    height: 140px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_140, .block-editor__container .w_lg_140 {
    width: 140px;
  }
  body .h_lg_140, .block-editor__container .h_lg_140 {
    height: 140px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_140, .block-editor__container .w_lg_140 {
    width: 140px;
  }
  body .h_lg_140, .block-editor__container .h_lg_140 {
    height: 140px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_140, .block-editor__container .w_lg_140 {
    width: 140px;
  }
  body .h_lg_140, .block-editor__container .h_lg_140 {
    height: 140px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_140, .block-editor__container .w_lg_140 {
    width: 140px;
  }
  body .h_lg_140, .block-editor__container .h_lg_140 {
    height: 140px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_145, .block-editor__container .w_lg_145 {
    width: 145px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_145, .block-editor__container .h_lg_145 {
    height: 145px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_145, .block-editor__container .w_lg_145 {
    width: 145px;
  }
  body .h_lg_145, .block-editor__container .h_lg_145 {
    height: 145px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_145, .block-editor__container .w_lg_145 {
    width: 145px;
  }
  body .h_lg_145, .block-editor__container .h_lg_145 {
    height: 145px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_145, .block-editor__container .w_lg_145 {
    width: 145px;
  }
  body .h_lg_145, .block-editor__container .h_lg_145 {
    height: 145px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_145, .block-editor__container .w_lg_145 {
    width: 145px;
  }
  body .h_lg_145, .block-editor__container .h_lg_145 {
    height: 145px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_150, .block-editor__container .w_lg_150 {
    width: 150px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_150, .block-editor__container .h_lg_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_150, .block-editor__container .w_lg_150 {
    width: 150px;
  }
  body .h_lg_150, .block-editor__container .h_lg_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_150, .block-editor__container .w_lg_150 {
    width: 150px;
  }
  body .h_lg_150, .block-editor__container .h_lg_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_150, .block-editor__container .w_lg_150 {
    width: 150px;
  }
  body .h_lg_150, .block-editor__container .h_lg_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_150, .block-editor__container .w_lg_150 {
    width: 150px;
  }
  body .h_lg_150, .block-editor__container .h_lg_150 {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_155, .block-editor__container .w_lg_155 {
    width: 155px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_155, .block-editor__container .h_lg_155 {
    height: 155px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_155, .block-editor__container .w_lg_155 {
    width: 155px;
  }
  body .h_lg_155, .block-editor__container .h_lg_155 {
    height: 155px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_155, .block-editor__container .w_lg_155 {
    width: 155px;
  }
  body .h_lg_155, .block-editor__container .h_lg_155 {
    height: 155px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_155, .block-editor__container .w_lg_155 {
    width: 155px;
  }
  body .h_lg_155, .block-editor__container .h_lg_155 {
    height: 155px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_155, .block-editor__container .w_lg_155 {
    width: 155px;
  }
  body .h_lg_155, .block-editor__container .h_lg_155 {
    height: 155px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_160, .block-editor__container .w_lg_160 {
    width: 160px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_160, .block-editor__container .h_lg_160 {
    height: 160px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_160, .block-editor__container .w_lg_160 {
    width: 160px;
  }
  body .h_lg_160, .block-editor__container .h_lg_160 {
    height: 160px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_160, .block-editor__container .w_lg_160 {
    width: 160px;
  }
  body .h_lg_160, .block-editor__container .h_lg_160 {
    height: 160px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_160, .block-editor__container .w_lg_160 {
    width: 160px;
  }
  body .h_lg_160, .block-editor__container .h_lg_160 {
    height: 160px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_160, .block-editor__container .w_lg_160 {
    width: 160px;
  }
  body .h_lg_160, .block-editor__container .h_lg_160 {
    height: 160px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_165, .block-editor__container .w_lg_165 {
    width: 165px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_165, .block-editor__container .h_lg_165 {
    height: 165px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_165, .block-editor__container .w_lg_165 {
    width: 165px;
  }
  body .h_lg_165, .block-editor__container .h_lg_165 {
    height: 165px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_165, .block-editor__container .w_lg_165 {
    width: 165px;
  }
  body .h_lg_165, .block-editor__container .h_lg_165 {
    height: 165px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_165, .block-editor__container .w_lg_165 {
    width: 165px;
  }
  body .h_lg_165, .block-editor__container .h_lg_165 {
    height: 165px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_165, .block-editor__container .w_lg_165 {
    width: 165px;
  }
  body .h_lg_165, .block-editor__container .h_lg_165 {
    height: 165px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_170, .block-editor__container .w_lg_170 {
    width: 170px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_170, .block-editor__container .h_lg_170 {
    height: 170px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_170, .block-editor__container .w_lg_170 {
    width: 170px;
  }
  body .h_lg_170, .block-editor__container .h_lg_170 {
    height: 170px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_170, .block-editor__container .w_lg_170 {
    width: 170px;
  }
  body .h_lg_170, .block-editor__container .h_lg_170 {
    height: 170px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_170, .block-editor__container .w_lg_170 {
    width: 170px;
  }
  body .h_lg_170, .block-editor__container .h_lg_170 {
    height: 170px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_170, .block-editor__container .w_lg_170 {
    width: 170px;
  }
  body .h_lg_170, .block-editor__container .h_lg_170 {
    height: 170px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_175, .block-editor__container .w_lg_175 {
    width: 175px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_175, .block-editor__container .h_lg_175 {
    height: 175px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_175, .block-editor__container .w_lg_175 {
    width: 175px;
  }
  body .h_lg_175, .block-editor__container .h_lg_175 {
    height: 175px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_175, .block-editor__container .w_lg_175 {
    width: 175px;
  }
  body .h_lg_175, .block-editor__container .h_lg_175 {
    height: 175px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_175, .block-editor__container .w_lg_175 {
    width: 175px;
  }
  body .h_lg_175, .block-editor__container .h_lg_175 {
    height: 175px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_175, .block-editor__container .w_lg_175 {
    width: 175px;
  }
  body .h_lg_175, .block-editor__container .h_lg_175 {
    height: 175px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_180, .block-editor__container .w_lg_180 {
    width: 180px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_180, .block-editor__container .h_lg_180 {
    height: 180px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_180, .block-editor__container .w_lg_180 {
    width: 180px;
  }
  body .h_lg_180, .block-editor__container .h_lg_180 {
    height: 180px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_180, .block-editor__container .w_lg_180 {
    width: 180px;
  }
  body .h_lg_180, .block-editor__container .h_lg_180 {
    height: 180px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_180, .block-editor__container .w_lg_180 {
    width: 180px;
  }
  body .h_lg_180, .block-editor__container .h_lg_180 {
    height: 180px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_180, .block-editor__container .w_lg_180 {
    width: 180px;
  }
  body .h_lg_180, .block-editor__container .h_lg_180 {
    height: 180px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_185, .block-editor__container .w_lg_185 {
    width: 185px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_185, .block-editor__container .h_lg_185 {
    height: 185px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_185, .block-editor__container .w_lg_185 {
    width: 185px;
  }
  body .h_lg_185, .block-editor__container .h_lg_185 {
    height: 185px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_185, .block-editor__container .w_lg_185 {
    width: 185px;
  }
  body .h_lg_185, .block-editor__container .h_lg_185 {
    height: 185px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_185, .block-editor__container .w_lg_185 {
    width: 185px;
  }
  body .h_lg_185, .block-editor__container .h_lg_185 {
    height: 185px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_185, .block-editor__container .w_lg_185 {
    width: 185px;
  }
  body .h_lg_185, .block-editor__container .h_lg_185 {
    height: 185px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_190, .block-editor__container .w_lg_190 {
    width: 190px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_190, .block-editor__container .h_lg_190 {
    height: 190px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_190, .block-editor__container .w_lg_190 {
    width: 190px;
  }
  body .h_lg_190, .block-editor__container .h_lg_190 {
    height: 190px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_190, .block-editor__container .w_lg_190 {
    width: 190px;
  }
  body .h_lg_190, .block-editor__container .h_lg_190 {
    height: 190px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_190, .block-editor__container .w_lg_190 {
    width: 190px;
  }
  body .h_lg_190, .block-editor__container .h_lg_190 {
    height: 190px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_190, .block-editor__container .w_lg_190 {
    width: 190px;
  }
  body .h_lg_190, .block-editor__container .h_lg_190 {
    height: 190px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_195, .block-editor__container .w_lg_195 {
    width: 195px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_195, .block-editor__container .h_lg_195 {
    height: 195px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_195, .block-editor__container .w_lg_195 {
    width: 195px;
  }
  body .h_lg_195, .block-editor__container .h_lg_195 {
    height: 195px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_195, .block-editor__container .w_lg_195 {
    width: 195px;
  }
  body .h_lg_195, .block-editor__container .h_lg_195 {
    height: 195px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_195, .block-editor__container .w_lg_195 {
    width: 195px;
  }
  body .h_lg_195, .block-editor__container .h_lg_195 {
    height: 195px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_195, .block-editor__container .w_lg_195 {
    width: 195px;
  }
  body .h_lg_195, .block-editor__container .h_lg_195 {
    height: 195px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_200, .block-editor__container .w_lg_200 {
    width: 200px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_200, .block-editor__container .h_lg_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_200, .block-editor__container .w_lg_200 {
    width: 200px;
  }
  body .h_lg_200, .block-editor__container .h_lg_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_200, .block-editor__container .w_lg_200 {
    width: 200px;
  }
  body .h_lg_200, .block-editor__container .h_lg_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_200, .block-editor__container .w_lg_200 {
    width: 200px;
  }
  body .h_lg_200, .block-editor__container .h_lg_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_200, .block-editor__container .w_lg_200 {
    width: 200px;
  }
  body .h_lg_200, .block-editor__container .h_lg_200 {
    height: 200px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_205, .block-editor__container .w_lg_205 {
    width: 205px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_205, .block-editor__container .h_lg_205 {
    height: 205px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_205, .block-editor__container .w_lg_205 {
    width: 205px;
  }
  body .h_lg_205, .block-editor__container .h_lg_205 {
    height: 205px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_205, .block-editor__container .w_lg_205 {
    width: 205px;
  }
  body .h_lg_205, .block-editor__container .h_lg_205 {
    height: 205px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_205, .block-editor__container .w_lg_205 {
    width: 205px;
  }
  body .h_lg_205, .block-editor__container .h_lg_205 {
    height: 205px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_205, .block-editor__container .w_lg_205 {
    width: 205px;
  }
  body .h_lg_205, .block-editor__container .h_lg_205 {
    height: 205px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_210, .block-editor__container .w_lg_210 {
    width: 210px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_210, .block-editor__container .h_lg_210 {
    height: 210px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_210, .block-editor__container .w_lg_210 {
    width: 210px;
  }
  body .h_lg_210, .block-editor__container .h_lg_210 {
    height: 210px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_210, .block-editor__container .w_lg_210 {
    width: 210px;
  }
  body .h_lg_210, .block-editor__container .h_lg_210 {
    height: 210px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_210, .block-editor__container .w_lg_210 {
    width: 210px;
  }
  body .h_lg_210, .block-editor__container .h_lg_210 {
    height: 210px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_210, .block-editor__container .w_lg_210 {
    width: 210px;
  }
  body .h_lg_210, .block-editor__container .h_lg_210 {
    height: 210px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_215, .block-editor__container .w_lg_215 {
    width: 215px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_215, .block-editor__container .h_lg_215 {
    height: 215px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_215, .block-editor__container .w_lg_215 {
    width: 215px;
  }
  body .h_lg_215, .block-editor__container .h_lg_215 {
    height: 215px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_215, .block-editor__container .w_lg_215 {
    width: 215px;
  }
  body .h_lg_215, .block-editor__container .h_lg_215 {
    height: 215px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_215, .block-editor__container .w_lg_215 {
    width: 215px;
  }
  body .h_lg_215, .block-editor__container .h_lg_215 {
    height: 215px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_215, .block-editor__container .w_lg_215 {
    width: 215px;
  }
  body .h_lg_215, .block-editor__container .h_lg_215 {
    height: 215px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_220, .block-editor__container .w_lg_220 {
    width: 220px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_220, .block-editor__container .h_lg_220 {
    height: 220px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_220, .block-editor__container .w_lg_220 {
    width: 220px;
  }
  body .h_lg_220, .block-editor__container .h_lg_220 {
    height: 220px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_220, .block-editor__container .w_lg_220 {
    width: 220px;
  }
  body .h_lg_220, .block-editor__container .h_lg_220 {
    height: 220px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_220, .block-editor__container .w_lg_220 {
    width: 220px;
  }
  body .h_lg_220, .block-editor__container .h_lg_220 {
    height: 220px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_220, .block-editor__container .w_lg_220 {
    width: 220px;
  }
  body .h_lg_220, .block-editor__container .h_lg_220 {
    height: 220px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_225, .block-editor__container .w_lg_225 {
    width: 225px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_225, .block-editor__container .h_lg_225 {
    height: 225px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_225, .block-editor__container .w_lg_225 {
    width: 225px;
  }
  body .h_lg_225, .block-editor__container .h_lg_225 {
    height: 225px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_225, .block-editor__container .w_lg_225 {
    width: 225px;
  }
  body .h_lg_225, .block-editor__container .h_lg_225 {
    height: 225px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_225, .block-editor__container .w_lg_225 {
    width: 225px;
  }
  body .h_lg_225, .block-editor__container .h_lg_225 {
    height: 225px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_225, .block-editor__container .w_lg_225 {
    width: 225px;
  }
  body .h_lg_225, .block-editor__container .h_lg_225 {
    height: 225px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_230, .block-editor__container .w_lg_230 {
    width: 230px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_230, .block-editor__container .h_lg_230 {
    height: 230px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_230, .block-editor__container .w_lg_230 {
    width: 230px;
  }
  body .h_lg_230, .block-editor__container .h_lg_230 {
    height: 230px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_230, .block-editor__container .w_lg_230 {
    width: 230px;
  }
  body .h_lg_230, .block-editor__container .h_lg_230 {
    height: 230px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_230, .block-editor__container .w_lg_230 {
    width: 230px;
  }
  body .h_lg_230, .block-editor__container .h_lg_230 {
    height: 230px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_230, .block-editor__container .w_lg_230 {
    width: 230px;
  }
  body .h_lg_230, .block-editor__container .h_lg_230 {
    height: 230px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_235, .block-editor__container .w_lg_235 {
    width: 235px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_235, .block-editor__container .h_lg_235 {
    height: 235px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_235, .block-editor__container .w_lg_235 {
    width: 235px;
  }
  body .h_lg_235, .block-editor__container .h_lg_235 {
    height: 235px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_235, .block-editor__container .w_lg_235 {
    width: 235px;
  }
  body .h_lg_235, .block-editor__container .h_lg_235 {
    height: 235px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_235, .block-editor__container .w_lg_235 {
    width: 235px;
  }
  body .h_lg_235, .block-editor__container .h_lg_235 {
    height: 235px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_235, .block-editor__container .w_lg_235 {
    width: 235px;
  }
  body .h_lg_235, .block-editor__container .h_lg_235 {
    height: 235px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_240, .block-editor__container .w_lg_240 {
    width: 240px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_240, .block-editor__container .h_lg_240 {
    height: 240px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_240, .block-editor__container .w_lg_240 {
    width: 240px;
  }
  body .h_lg_240, .block-editor__container .h_lg_240 {
    height: 240px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_240, .block-editor__container .w_lg_240 {
    width: 240px;
  }
  body .h_lg_240, .block-editor__container .h_lg_240 {
    height: 240px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_240, .block-editor__container .w_lg_240 {
    width: 240px;
  }
  body .h_lg_240, .block-editor__container .h_lg_240 {
    height: 240px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_240, .block-editor__container .w_lg_240 {
    width: 240px;
  }
  body .h_lg_240, .block-editor__container .h_lg_240 {
    height: 240px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_245, .block-editor__container .w_lg_245 {
    width: 245px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_245, .block-editor__container .h_lg_245 {
    height: 245px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_245, .block-editor__container .w_lg_245 {
    width: 245px;
  }
  body .h_lg_245, .block-editor__container .h_lg_245 {
    height: 245px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_245, .block-editor__container .w_lg_245 {
    width: 245px;
  }
  body .h_lg_245, .block-editor__container .h_lg_245 {
    height: 245px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_245, .block-editor__container .w_lg_245 {
    width: 245px;
  }
  body .h_lg_245, .block-editor__container .h_lg_245 {
    height: 245px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_245, .block-editor__container .w_lg_245 {
    width: 245px;
  }
  body .h_lg_245, .block-editor__container .h_lg_245 {
    height: 245px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_250, .block-editor__container .w_lg_250 {
    width: 250px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_250, .block-editor__container .h_lg_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_250, .block-editor__container .w_lg_250 {
    width: 250px;
  }
  body .h_lg_250, .block-editor__container .h_lg_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_250, .block-editor__container .w_lg_250 {
    width: 250px;
  }
  body .h_lg_250, .block-editor__container .h_lg_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_250, .block-editor__container .w_lg_250 {
    width: 250px;
  }
  body .h_lg_250, .block-editor__container .h_lg_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_250, .block-editor__container .w_lg_250 {
    width: 250px;
  }
  body .h_lg_250, .block-editor__container .h_lg_250 {
    height: 250px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_255, .block-editor__container .w_lg_255 {
    width: 255px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_255, .block-editor__container .h_lg_255 {
    height: 255px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_255, .block-editor__container .w_lg_255 {
    width: 255px;
  }
  body .h_lg_255, .block-editor__container .h_lg_255 {
    height: 255px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_255, .block-editor__container .w_lg_255 {
    width: 255px;
  }
  body .h_lg_255, .block-editor__container .h_lg_255 {
    height: 255px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_255, .block-editor__container .w_lg_255 {
    width: 255px;
  }
  body .h_lg_255, .block-editor__container .h_lg_255 {
    height: 255px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_255, .block-editor__container .w_lg_255 {
    width: 255px;
  }
  body .h_lg_255, .block-editor__container .h_lg_255 {
    height: 255px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_260, .block-editor__container .w_lg_260 {
    width: 260px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_260, .block-editor__container .h_lg_260 {
    height: 260px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_260, .block-editor__container .w_lg_260 {
    width: 260px;
  }
  body .h_lg_260, .block-editor__container .h_lg_260 {
    height: 260px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_260, .block-editor__container .w_lg_260 {
    width: 260px;
  }
  body .h_lg_260, .block-editor__container .h_lg_260 {
    height: 260px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_260, .block-editor__container .w_lg_260 {
    width: 260px;
  }
  body .h_lg_260, .block-editor__container .h_lg_260 {
    height: 260px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_260, .block-editor__container .w_lg_260 {
    width: 260px;
  }
  body .h_lg_260, .block-editor__container .h_lg_260 {
    height: 260px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_265, .block-editor__container .w_lg_265 {
    width: 265px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_265, .block-editor__container .h_lg_265 {
    height: 265px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_265, .block-editor__container .w_lg_265 {
    width: 265px;
  }
  body .h_lg_265, .block-editor__container .h_lg_265 {
    height: 265px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_265, .block-editor__container .w_lg_265 {
    width: 265px;
  }
  body .h_lg_265, .block-editor__container .h_lg_265 {
    height: 265px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_265, .block-editor__container .w_lg_265 {
    width: 265px;
  }
  body .h_lg_265, .block-editor__container .h_lg_265 {
    height: 265px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_265, .block-editor__container .w_lg_265 {
    width: 265px;
  }
  body .h_lg_265, .block-editor__container .h_lg_265 {
    height: 265px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_270, .block-editor__container .w_lg_270 {
    width: 270px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_270, .block-editor__container .h_lg_270 {
    height: 270px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_270, .block-editor__container .w_lg_270 {
    width: 270px;
  }
  body .h_lg_270, .block-editor__container .h_lg_270 {
    height: 270px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_270, .block-editor__container .w_lg_270 {
    width: 270px;
  }
  body .h_lg_270, .block-editor__container .h_lg_270 {
    height: 270px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_270, .block-editor__container .w_lg_270 {
    width: 270px;
  }
  body .h_lg_270, .block-editor__container .h_lg_270 {
    height: 270px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_270, .block-editor__container .w_lg_270 {
    width: 270px;
  }
  body .h_lg_270, .block-editor__container .h_lg_270 {
    height: 270px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_275, .block-editor__container .w_lg_275 {
    width: 275px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_275, .block-editor__container .h_lg_275 {
    height: 275px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_275, .block-editor__container .w_lg_275 {
    width: 275px;
  }
  body .h_lg_275, .block-editor__container .h_lg_275 {
    height: 275px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_275, .block-editor__container .w_lg_275 {
    width: 275px;
  }
  body .h_lg_275, .block-editor__container .h_lg_275 {
    height: 275px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_275, .block-editor__container .w_lg_275 {
    width: 275px;
  }
  body .h_lg_275, .block-editor__container .h_lg_275 {
    height: 275px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_275, .block-editor__container .w_lg_275 {
    width: 275px;
  }
  body .h_lg_275, .block-editor__container .h_lg_275 {
    height: 275px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_280, .block-editor__container .w_lg_280 {
    width: 280px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_280, .block-editor__container .h_lg_280 {
    height: 280px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_280, .block-editor__container .w_lg_280 {
    width: 280px;
  }
  body .h_lg_280, .block-editor__container .h_lg_280 {
    height: 280px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_280, .block-editor__container .w_lg_280 {
    width: 280px;
  }
  body .h_lg_280, .block-editor__container .h_lg_280 {
    height: 280px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_280, .block-editor__container .w_lg_280 {
    width: 280px;
  }
  body .h_lg_280, .block-editor__container .h_lg_280 {
    height: 280px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_280, .block-editor__container .w_lg_280 {
    width: 280px;
  }
  body .h_lg_280, .block-editor__container .h_lg_280 {
    height: 280px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_285, .block-editor__container .w_lg_285 {
    width: 285px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_285, .block-editor__container .h_lg_285 {
    height: 285px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_285, .block-editor__container .w_lg_285 {
    width: 285px;
  }
  body .h_lg_285, .block-editor__container .h_lg_285 {
    height: 285px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_285, .block-editor__container .w_lg_285 {
    width: 285px;
  }
  body .h_lg_285, .block-editor__container .h_lg_285 {
    height: 285px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_285, .block-editor__container .w_lg_285 {
    width: 285px;
  }
  body .h_lg_285, .block-editor__container .h_lg_285 {
    height: 285px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_285, .block-editor__container .w_lg_285 {
    width: 285px;
  }
  body .h_lg_285, .block-editor__container .h_lg_285 {
    height: 285px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_290, .block-editor__container .w_lg_290 {
    width: 290px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_290, .block-editor__container .h_lg_290 {
    height: 290px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_290, .block-editor__container .w_lg_290 {
    width: 290px;
  }
  body .h_lg_290, .block-editor__container .h_lg_290 {
    height: 290px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_290, .block-editor__container .w_lg_290 {
    width: 290px;
  }
  body .h_lg_290, .block-editor__container .h_lg_290 {
    height: 290px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_290, .block-editor__container .w_lg_290 {
    width: 290px;
  }
  body .h_lg_290, .block-editor__container .h_lg_290 {
    height: 290px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_290, .block-editor__container .w_lg_290 {
    width: 290px;
  }
  body .h_lg_290, .block-editor__container .h_lg_290 {
    height: 290px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_295, .block-editor__container .w_lg_295 {
    width: 295px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_295, .block-editor__container .h_lg_295 {
    height: 295px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_295, .block-editor__container .w_lg_295 {
    width: 295px;
  }
  body .h_lg_295, .block-editor__container .h_lg_295 {
    height: 295px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_295, .block-editor__container .w_lg_295 {
    width: 295px;
  }
  body .h_lg_295, .block-editor__container .h_lg_295 {
    height: 295px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_295, .block-editor__container .w_lg_295 {
    width: 295px;
  }
  body .h_lg_295, .block-editor__container .h_lg_295 {
    height: 295px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_295, .block-editor__container .w_lg_295 {
    width: 295px;
  }
  body .h_lg_295, .block-editor__container .h_lg_295 {
    height: 295px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_300, .block-editor__container .w_lg_300 {
    width: 300px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_300, .block-editor__container .h_lg_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_300, .block-editor__container .w_lg_300 {
    width: 300px;
  }
  body .h_lg_300, .block-editor__container .h_lg_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_300, .block-editor__container .w_lg_300 {
    width: 300px;
  }
  body .h_lg_300, .block-editor__container .h_lg_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_300, .block-editor__container .w_lg_300 {
    width: 300px;
  }
  body .h_lg_300, .block-editor__container .h_lg_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_300, .block-editor__container .w_lg_300 {
    width: 300px;
  }
  body .h_lg_300, .block-editor__container .h_lg_300 {
    height: 300px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_305, .block-editor__container .w_lg_305 {
    width: 305px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_305, .block-editor__container .h_lg_305 {
    height: 305px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_305, .block-editor__container .w_lg_305 {
    width: 305px;
  }
  body .h_lg_305, .block-editor__container .h_lg_305 {
    height: 305px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_305, .block-editor__container .w_lg_305 {
    width: 305px;
  }
  body .h_lg_305, .block-editor__container .h_lg_305 {
    height: 305px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_305, .block-editor__container .w_lg_305 {
    width: 305px;
  }
  body .h_lg_305, .block-editor__container .h_lg_305 {
    height: 305px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_305, .block-editor__container .w_lg_305 {
    width: 305px;
  }
  body .h_lg_305, .block-editor__container .h_lg_305 {
    height: 305px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_310, .block-editor__container .w_lg_310 {
    width: 310px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_310, .block-editor__container .h_lg_310 {
    height: 310px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_310, .block-editor__container .w_lg_310 {
    width: 310px;
  }
  body .h_lg_310, .block-editor__container .h_lg_310 {
    height: 310px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_310, .block-editor__container .w_lg_310 {
    width: 310px;
  }
  body .h_lg_310, .block-editor__container .h_lg_310 {
    height: 310px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_310, .block-editor__container .w_lg_310 {
    width: 310px;
  }
  body .h_lg_310, .block-editor__container .h_lg_310 {
    height: 310px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_310, .block-editor__container .w_lg_310 {
    width: 310px;
  }
  body .h_lg_310, .block-editor__container .h_lg_310 {
    height: 310px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_315, .block-editor__container .w_lg_315 {
    width: 315px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_315, .block-editor__container .h_lg_315 {
    height: 315px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_315, .block-editor__container .w_lg_315 {
    width: 315px;
  }
  body .h_lg_315, .block-editor__container .h_lg_315 {
    height: 315px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_315, .block-editor__container .w_lg_315 {
    width: 315px;
  }
  body .h_lg_315, .block-editor__container .h_lg_315 {
    height: 315px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_315, .block-editor__container .w_lg_315 {
    width: 315px;
  }
  body .h_lg_315, .block-editor__container .h_lg_315 {
    height: 315px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_315, .block-editor__container .w_lg_315 {
    width: 315px;
  }
  body .h_lg_315, .block-editor__container .h_lg_315 {
    height: 315px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_320, .block-editor__container .w_lg_320 {
    width: 320px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_320, .block-editor__container .h_lg_320 {
    height: 320px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_320, .block-editor__container .w_lg_320 {
    width: 320px;
  }
  body .h_lg_320, .block-editor__container .h_lg_320 {
    height: 320px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_320, .block-editor__container .w_lg_320 {
    width: 320px;
  }
  body .h_lg_320, .block-editor__container .h_lg_320 {
    height: 320px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_320, .block-editor__container .w_lg_320 {
    width: 320px;
  }
  body .h_lg_320, .block-editor__container .h_lg_320 {
    height: 320px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_320, .block-editor__container .w_lg_320 {
    width: 320px;
  }
  body .h_lg_320, .block-editor__container .h_lg_320 {
    height: 320px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_325, .block-editor__container .w_lg_325 {
    width: 325px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_325, .block-editor__container .h_lg_325 {
    height: 325px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_325, .block-editor__container .w_lg_325 {
    width: 325px;
  }
  body .h_lg_325, .block-editor__container .h_lg_325 {
    height: 325px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_325, .block-editor__container .w_lg_325 {
    width: 325px;
  }
  body .h_lg_325, .block-editor__container .h_lg_325 {
    height: 325px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_325, .block-editor__container .w_lg_325 {
    width: 325px;
  }
  body .h_lg_325, .block-editor__container .h_lg_325 {
    height: 325px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_325, .block-editor__container .w_lg_325 {
    width: 325px;
  }
  body .h_lg_325, .block-editor__container .h_lg_325 {
    height: 325px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_330, .block-editor__container .w_lg_330 {
    width: 330px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_330, .block-editor__container .h_lg_330 {
    height: 330px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_330, .block-editor__container .w_lg_330 {
    width: 330px;
  }
  body .h_lg_330, .block-editor__container .h_lg_330 {
    height: 330px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_330, .block-editor__container .w_lg_330 {
    width: 330px;
  }
  body .h_lg_330, .block-editor__container .h_lg_330 {
    height: 330px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_330, .block-editor__container .w_lg_330 {
    width: 330px;
  }
  body .h_lg_330, .block-editor__container .h_lg_330 {
    height: 330px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_330, .block-editor__container .w_lg_330 {
    width: 330px;
  }
  body .h_lg_330, .block-editor__container .h_lg_330 {
    height: 330px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_335, .block-editor__container .w_lg_335 {
    width: 335px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_335, .block-editor__container .h_lg_335 {
    height: 335px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_335, .block-editor__container .w_lg_335 {
    width: 335px;
  }
  body .h_lg_335, .block-editor__container .h_lg_335 {
    height: 335px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_335, .block-editor__container .w_lg_335 {
    width: 335px;
  }
  body .h_lg_335, .block-editor__container .h_lg_335 {
    height: 335px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_335, .block-editor__container .w_lg_335 {
    width: 335px;
  }
  body .h_lg_335, .block-editor__container .h_lg_335 {
    height: 335px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_335, .block-editor__container .w_lg_335 {
    width: 335px;
  }
  body .h_lg_335, .block-editor__container .h_lg_335 {
    height: 335px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_340, .block-editor__container .w_lg_340 {
    width: 340px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_340, .block-editor__container .h_lg_340 {
    height: 340px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_340, .block-editor__container .w_lg_340 {
    width: 340px;
  }
  body .h_lg_340, .block-editor__container .h_lg_340 {
    height: 340px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_340, .block-editor__container .w_lg_340 {
    width: 340px;
  }
  body .h_lg_340, .block-editor__container .h_lg_340 {
    height: 340px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_340, .block-editor__container .w_lg_340 {
    width: 340px;
  }
  body .h_lg_340, .block-editor__container .h_lg_340 {
    height: 340px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_340, .block-editor__container .w_lg_340 {
    width: 340px;
  }
  body .h_lg_340, .block-editor__container .h_lg_340 {
    height: 340px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_345, .block-editor__container .w_lg_345 {
    width: 345px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_345, .block-editor__container .h_lg_345 {
    height: 345px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_345, .block-editor__container .w_lg_345 {
    width: 345px;
  }
  body .h_lg_345, .block-editor__container .h_lg_345 {
    height: 345px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_345, .block-editor__container .w_lg_345 {
    width: 345px;
  }
  body .h_lg_345, .block-editor__container .h_lg_345 {
    height: 345px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_345, .block-editor__container .w_lg_345 {
    width: 345px;
  }
  body .h_lg_345, .block-editor__container .h_lg_345 {
    height: 345px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_345, .block-editor__container .w_lg_345 {
    width: 345px;
  }
  body .h_lg_345, .block-editor__container .h_lg_345 {
    height: 345px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_350, .block-editor__container .w_lg_350 {
    width: 350px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_350, .block-editor__container .h_lg_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_350, .block-editor__container .w_lg_350 {
    width: 350px;
  }
  body .h_lg_350, .block-editor__container .h_lg_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_350, .block-editor__container .w_lg_350 {
    width: 350px;
  }
  body .h_lg_350, .block-editor__container .h_lg_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_350, .block-editor__container .w_lg_350 {
    width: 350px;
  }
  body .h_lg_350, .block-editor__container .h_lg_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_350, .block-editor__container .w_lg_350 {
    width: 350px;
  }
  body .h_lg_350, .block-editor__container .h_lg_350 {
    height: 350px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_355, .block-editor__container .w_lg_355 {
    width: 355px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_355, .block-editor__container .h_lg_355 {
    height: 355px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_355, .block-editor__container .w_lg_355 {
    width: 355px;
  }
  body .h_lg_355, .block-editor__container .h_lg_355 {
    height: 355px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_355, .block-editor__container .w_lg_355 {
    width: 355px;
  }
  body .h_lg_355, .block-editor__container .h_lg_355 {
    height: 355px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_355, .block-editor__container .w_lg_355 {
    width: 355px;
  }
  body .h_lg_355, .block-editor__container .h_lg_355 {
    height: 355px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_355, .block-editor__container .w_lg_355 {
    width: 355px;
  }
  body .h_lg_355, .block-editor__container .h_lg_355 {
    height: 355px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_360, .block-editor__container .w_lg_360 {
    width: 360px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_360, .block-editor__container .h_lg_360 {
    height: 360px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_360, .block-editor__container .w_lg_360 {
    width: 360px;
  }
  body .h_lg_360, .block-editor__container .h_lg_360 {
    height: 360px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_360, .block-editor__container .w_lg_360 {
    width: 360px;
  }
  body .h_lg_360, .block-editor__container .h_lg_360 {
    height: 360px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_360, .block-editor__container .w_lg_360 {
    width: 360px;
  }
  body .h_lg_360, .block-editor__container .h_lg_360 {
    height: 360px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_360, .block-editor__container .w_lg_360 {
    width: 360px;
  }
  body .h_lg_360, .block-editor__container .h_lg_360 {
    height: 360px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_365, .block-editor__container .w_lg_365 {
    width: 365px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_365, .block-editor__container .h_lg_365 {
    height: 365px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_365, .block-editor__container .w_lg_365 {
    width: 365px;
  }
  body .h_lg_365, .block-editor__container .h_lg_365 {
    height: 365px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_365, .block-editor__container .w_lg_365 {
    width: 365px;
  }
  body .h_lg_365, .block-editor__container .h_lg_365 {
    height: 365px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_365, .block-editor__container .w_lg_365 {
    width: 365px;
  }
  body .h_lg_365, .block-editor__container .h_lg_365 {
    height: 365px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_365, .block-editor__container .w_lg_365 {
    width: 365px;
  }
  body .h_lg_365, .block-editor__container .h_lg_365 {
    height: 365px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_370, .block-editor__container .w_lg_370 {
    width: 370px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_370, .block-editor__container .h_lg_370 {
    height: 370px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_370, .block-editor__container .w_lg_370 {
    width: 370px;
  }
  body .h_lg_370, .block-editor__container .h_lg_370 {
    height: 370px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_370, .block-editor__container .w_lg_370 {
    width: 370px;
  }
  body .h_lg_370, .block-editor__container .h_lg_370 {
    height: 370px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_370, .block-editor__container .w_lg_370 {
    width: 370px;
  }
  body .h_lg_370, .block-editor__container .h_lg_370 {
    height: 370px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_370, .block-editor__container .w_lg_370 {
    width: 370px;
  }
  body .h_lg_370, .block-editor__container .h_lg_370 {
    height: 370px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_375, .block-editor__container .w_lg_375 {
    width: 375px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_375, .block-editor__container .h_lg_375 {
    height: 375px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_375, .block-editor__container .w_lg_375 {
    width: 375px;
  }
  body .h_lg_375, .block-editor__container .h_lg_375 {
    height: 375px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_375, .block-editor__container .w_lg_375 {
    width: 375px;
  }
  body .h_lg_375, .block-editor__container .h_lg_375 {
    height: 375px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_375, .block-editor__container .w_lg_375 {
    width: 375px;
  }
  body .h_lg_375, .block-editor__container .h_lg_375 {
    height: 375px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_375, .block-editor__container .w_lg_375 {
    width: 375px;
  }
  body .h_lg_375, .block-editor__container .h_lg_375 {
    height: 375px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_380, .block-editor__container .w_lg_380 {
    width: 380px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_380, .block-editor__container .h_lg_380 {
    height: 380px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_380, .block-editor__container .w_lg_380 {
    width: 380px;
  }
  body .h_lg_380, .block-editor__container .h_lg_380 {
    height: 380px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_380, .block-editor__container .w_lg_380 {
    width: 380px;
  }
  body .h_lg_380, .block-editor__container .h_lg_380 {
    height: 380px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_380, .block-editor__container .w_lg_380 {
    width: 380px;
  }
  body .h_lg_380, .block-editor__container .h_lg_380 {
    height: 380px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_380, .block-editor__container .w_lg_380 {
    width: 380px;
  }
  body .h_lg_380, .block-editor__container .h_lg_380 {
    height: 380px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_385, .block-editor__container .w_lg_385 {
    width: 385px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_385, .block-editor__container .h_lg_385 {
    height: 385px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_385, .block-editor__container .w_lg_385 {
    width: 385px;
  }
  body .h_lg_385, .block-editor__container .h_lg_385 {
    height: 385px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_385, .block-editor__container .w_lg_385 {
    width: 385px;
  }
  body .h_lg_385, .block-editor__container .h_lg_385 {
    height: 385px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_385, .block-editor__container .w_lg_385 {
    width: 385px;
  }
  body .h_lg_385, .block-editor__container .h_lg_385 {
    height: 385px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_385, .block-editor__container .w_lg_385 {
    width: 385px;
  }
  body .h_lg_385, .block-editor__container .h_lg_385 {
    height: 385px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_390, .block-editor__container .w_lg_390 {
    width: 390px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_390, .block-editor__container .h_lg_390 {
    height: 390px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_390, .block-editor__container .w_lg_390 {
    width: 390px;
  }
  body .h_lg_390, .block-editor__container .h_lg_390 {
    height: 390px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_390, .block-editor__container .w_lg_390 {
    width: 390px;
  }
  body .h_lg_390, .block-editor__container .h_lg_390 {
    height: 390px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_390, .block-editor__container .w_lg_390 {
    width: 390px;
  }
  body .h_lg_390, .block-editor__container .h_lg_390 {
    height: 390px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_390, .block-editor__container .w_lg_390 {
    width: 390px;
  }
  body .h_lg_390, .block-editor__container .h_lg_390 {
    height: 390px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_395, .block-editor__container .w_lg_395 {
    width: 395px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_395, .block-editor__container .h_lg_395 {
    height: 395px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_395, .block-editor__container .w_lg_395 {
    width: 395px;
  }
  body .h_lg_395, .block-editor__container .h_lg_395 {
    height: 395px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_395, .block-editor__container .w_lg_395 {
    width: 395px;
  }
  body .h_lg_395, .block-editor__container .h_lg_395 {
    height: 395px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_395, .block-editor__container .w_lg_395 {
    width: 395px;
  }
  body .h_lg_395, .block-editor__container .h_lg_395 {
    height: 395px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_395, .block-editor__container .w_lg_395 {
    width: 395px;
  }
  body .h_lg_395, .block-editor__container .h_lg_395 {
    height: 395px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_400, .block-editor__container .w_lg_400 {
    width: 400px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_400, .block-editor__container .h_lg_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_400, .block-editor__container .w_lg_400 {
    width: 400px;
  }
  body .h_lg_400, .block-editor__container .h_lg_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_400, .block-editor__container .w_lg_400 {
    width: 400px;
  }
  body .h_lg_400, .block-editor__container .h_lg_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_400, .block-editor__container .w_lg_400 {
    width: 400px;
  }
  body .h_lg_400, .block-editor__container .h_lg_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_400, .block-editor__container .w_lg_400 {
    width: 400px;
  }
  body .h_lg_400, .block-editor__container .h_lg_400 {
    height: 400px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_405, .block-editor__container .w_lg_405 {
    width: 405px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_405, .block-editor__container .h_lg_405 {
    height: 405px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_405, .block-editor__container .w_lg_405 {
    width: 405px;
  }
  body .h_lg_405, .block-editor__container .h_lg_405 {
    height: 405px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_405, .block-editor__container .w_lg_405 {
    width: 405px;
  }
  body .h_lg_405, .block-editor__container .h_lg_405 {
    height: 405px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_405, .block-editor__container .w_lg_405 {
    width: 405px;
  }
  body .h_lg_405, .block-editor__container .h_lg_405 {
    height: 405px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_405, .block-editor__container .w_lg_405 {
    width: 405px;
  }
  body .h_lg_405, .block-editor__container .h_lg_405 {
    height: 405px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_410, .block-editor__container .w_lg_410 {
    width: 410px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_410, .block-editor__container .h_lg_410 {
    height: 410px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_410, .block-editor__container .w_lg_410 {
    width: 410px;
  }
  body .h_lg_410, .block-editor__container .h_lg_410 {
    height: 410px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_410, .block-editor__container .w_lg_410 {
    width: 410px;
  }
  body .h_lg_410, .block-editor__container .h_lg_410 {
    height: 410px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_410, .block-editor__container .w_lg_410 {
    width: 410px;
  }
  body .h_lg_410, .block-editor__container .h_lg_410 {
    height: 410px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_410, .block-editor__container .w_lg_410 {
    width: 410px;
  }
  body .h_lg_410, .block-editor__container .h_lg_410 {
    height: 410px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_415, .block-editor__container .w_lg_415 {
    width: 415px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_415, .block-editor__container .h_lg_415 {
    height: 415px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_415, .block-editor__container .w_lg_415 {
    width: 415px;
  }
  body .h_lg_415, .block-editor__container .h_lg_415 {
    height: 415px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_415, .block-editor__container .w_lg_415 {
    width: 415px;
  }
  body .h_lg_415, .block-editor__container .h_lg_415 {
    height: 415px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_415, .block-editor__container .w_lg_415 {
    width: 415px;
  }
  body .h_lg_415, .block-editor__container .h_lg_415 {
    height: 415px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_415, .block-editor__container .w_lg_415 {
    width: 415px;
  }
  body .h_lg_415, .block-editor__container .h_lg_415 {
    height: 415px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_420, .block-editor__container .w_lg_420 {
    width: 420px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_420, .block-editor__container .h_lg_420 {
    height: 420px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_420, .block-editor__container .w_lg_420 {
    width: 420px;
  }
  body .h_lg_420, .block-editor__container .h_lg_420 {
    height: 420px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_420, .block-editor__container .w_lg_420 {
    width: 420px;
  }
  body .h_lg_420, .block-editor__container .h_lg_420 {
    height: 420px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_420, .block-editor__container .w_lg_420 {
    width: 420px;
  }
  body .h_lg_420, .block-editor__container .h_lg_420 {
    height: 420px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_420, .block-editor__container .w_lg_420 {
    width: 420px;
  }
  body .h_lg_420, .block-editor__container .h_lg_420 {
    height: 420px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_425, .block-editor__container .w_lg_425 {
    width: 425px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_425, .block-editor__container .h_lg_425 {
    height: 425px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_425, .block-editor__container .w_lg_425 {
    width: 425px;
  }
  body .h_lg_425, .block-editor__container .h_lg_425 {
    height: 425px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_425, .block-editor__container .w_lg_425 {
    width: 425px;
  }
  body .h_lg_425, .block-editor__container .h_lg_425 {
    height: 425px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_425, .block-editor__container .w_lg_425 {
    width: 425px;
  }
  body .h_lg_425, .block-editor__container .h_lg_425 {
    height: 425px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_425, .block-editor__container .w_lg_425 {
    width: 425px;
  }
  body .h_lg_425, .block-editor__container .h_lg_425 {
    height: 425px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_430, .block-editor__container .w_lg_430 {
    width: 430px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_430, .block-editor__container .h_lg_430 {
    height: 430px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_430, .block-editor__container .w_lg_430 {
    width: 430px;
  }
  body .h_lg_430, .block-editor__container .h_lg_430 {
    height: 430px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_430, .block-editor__container .w_lg_430 {
    width: 430px;
  }
  body .h_lg_430, .block-editor__container .h_lg_430 {
    height: 430px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_430, .block-editor__container .w_lg_430 {
    width: 430px;
  }
  body .h_lg_430, .block-editor__container .h_lg_430 {
    height: 430px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_430, .block-editor__container .w_lg_430 {
    width: 430px;
  }
  body .h_lg_430, .block-editor__container .h_lg_430 {
    height: 430px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_435, .block-editor__container .w_lg_435 {
    width: 435px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_435, .block-editor__container .h_lg_435 {
    height: 435px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_435, .block-editor__container .w_lg_435 {
    width: 435px;
  }
  body .h_lg_435, .block-editor__container .h_lg_435 {
    height: 435px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_435, .block-editor__container .w_lg_435 {
    width: 435px;
  }
  body .h_lg_435, .block-editor__container .h_lg_435 {
    height: 435px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_435, .block-editor__container .w_lg_435 {
    width: 435px;
  }
  body .h_lg_435, .block-editor__container .h_lg_435 {
    height: 435px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_435, .block-editor__container .w_lg_435 {
    width: 435px;
  }
  body .h_lg_435, .block-editor__container .h_lg_435 {
    height: 435px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_440, .block-editor__container .w_lg_440 {
    width: 440px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_440, .block-editor__container .h_lg_440 {
    height: 440px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_440, .block-editor__container .w_lg_440 {
    width: 440px;
  }
  body .h_lg_440, .block-editor__container .h_lg_440 {
    height: 440px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_440, .block-editor__container .w_lg_440 {
    width: 440px;
  }
  body .h_lg_440, .block-editor__container .h_lg_440 {
    height: 440px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_440, .block-editor__container .w_lg_440 {
    width: 440px;
  }
  body .h_lg_440, .block-editor__container .h_lg_440 {
    height: 440px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_440, .block-editor__container .w_lg_440 {
    width: 440px;
  }
  body .h_lg_440, .block-editor__container .h_lg_440 {
    height: 440px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_445, .block-editor__container .w_lg_445 {
    width: 445px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_445, .block-editor__container .h_lg_445 {
    height: 445px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_445, .block-editor__container .w_lg_445 {
    width: 445px;
  }
  body .h_lg_445, .block-editor__container .h_lg_445 {
    height: 445px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_445, .block-editor__container .w_lg_445 {
    width: 445px;
  }
  body .h_lg_445, .block-editor__container .h_lg_445 {
    height: 445px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_445, .block-editor__container .w_lg_445 {
    width: 445px;
  }
  body .h_lg_445, .block-editor__container .h_lg_445 {
    height: 445px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_445, .block-editor__container .w_lg_445 {
    width: 445px;
  }
  body .h_lg_445, .block-editor__container .h_lg_445 {
    height: 445px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_450, .block-editor__container .w_lg_450 {
    width: 450px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_450, .block-editor__container .h_lg_450 {
    height: 450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_450, .block-editor__container .w_lg_450 {
    width: 450px;
  }
  body .h_lg_450, .block-editor__container .h_lg_450 {
    height: 450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_450, .block-editor__container .w_lg_450 {
    width: 450px;
  }
  body .h_lg_450, .block-editor__container .h_lg_450 {
    height: 450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_450, .block-editor__container .w_lg_450 {
    width: 450px;
  }
  body .h_lg_450, .block-editor__container .h_lg_450 {
    height: 450px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_450, .block-editor__container .w_lg_450 {
    width: 450px;
  }
  body .h_lg_450, .block-editor__container .h_lg_450 {
    height: 450px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_455, .block-editor__container .w_lg_455 {
    width: 455px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_455, .block-editor__container .h_lg_455 {
    height: 455px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_455, .block-editor__container .w_lg_455 {
    width: 455px;
  }
  body .h_lg_455, .block-editor__container .h_lg_455 {
    height: 455px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_455, .block-editor__container .w_lg_455 {
    width: 455px;
  }
  body .h_lg_455, .block-editor__container .h_lg_455 {
    height: 455px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_455, .block-editor__container .w_lg_455 {
    width: 455px;
  }
  body .h_lg_455, .block-editor__container .h_lg_455 {
    height: 455px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_455, .block-editor__container .w_lg_455 {
    width: 455px;
  }
  body .h_lg_455, .block-editor__container .h_lg_455 {
    height: 455px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_460, .block-editor__container .w_lg_460 {
    width: 460px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_460, .block-editor__container .h_lg_460 {
    height: 460px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_460, .block-editor__container .w_lg_460 {
    width: 460px;
  }
  body .h_lg_460, .block-editor__container .h_lg_460 {
    height: 460px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_460, .block-editor__container .w_lg_460 {
    width: 460px;
  }
  body .h_lg_460, .block-editor__container .h_lg_460 {
    height: 460px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_460, .block-editor__container .w_lg_460 {
    width: 460px;
  }
  body .h_lg_460, .block-editor__container .h_lg_460 {
    height: 460px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_460, .block-editor__container .w_lg_460 {
    width: 460px;
  }
  body .h_lg_460, .block-editor__container .h_lg_460 {
    height: 460px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_465, .block-editor__container .w_lg_465 {
    width: 465px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_465, .block-editor__container .h_lg_465 {
    height: 465px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_465, .block-editor__container .w_lg_465 {
    width: 465px;
  }
  body .h_lg_465, .block-editor__container .h_lg_465 {
    height: 465px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_465, .block-editor__container .w_lg_465 {
    width: 465px;
  }
  body .h_lg_465, .block-editor__container .h_lg_465 {
    height: 465px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_465, .block-editor__container .w_lg_465 {
    width: 465px;
  }
  body .h_lg_465, .block-editor__container .h_lg_465 {
    height: 465px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_465, .block-editor__container .w_lg_465 {
    width: 465px;
  }
  body .h_lg_465, .block-editor__container .h_lg_465 {
    height: 465px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_470, .block-editor__container .w_lg_470 {
    width: 470px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_470, .block-editor__container .h_lg_470 {
    height: 470px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_470, .block-editor__container .w_lg_470 {
    width: 470px;
  }
  body .h_lg_470, .block-editor__container .h_lg_470 {
    height: 470px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_470, .block-editor__container .w_lg_470 {
    width: 470px;
  }
  body .h_lg_470, .block-editor__container .h_lg_470 {
    height: 470px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_470, .block-editor__container .w_lg_470 {
    width: 470px;
  }
  body .h_lg_470, .block-editor__container .h_lg_470 {
    height: 470px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_470, .block-editor__container .w_lg_470 {
    width: 470px;
  }
  body .h_lg_470, .block-editor__container .h_lg_470 {
    height: 470px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_475, .block-editor__container .w_lg_475 {
    width: 475px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_475, .block-editor__container .h_lg_475 {
    height: 475px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_475, .block-editor__container .w_lg_475 {
    width: 475px;
  }
  body .h_lg_475, .block-editor__container .h_lg_475 {
    height: 475px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_475, .block-editor__container .w_lg_475 {
    width: 475px;
  }
  body .h_lg_475, .block-editor__container .h_lg_475 {
    height: 475px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_475, .block-editor__container .w_lg_475 {
    width: 475px;
  }
  body .h_lg_475, .block-editor__container .h_lg_475 {
    height: 475px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_475, .block-editor__container .w_lg_475 {
    width: 475px;
  }
  body .h_lg_475, .block-editor__container .h_lg_475 {
    height: 475px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_480, .block-editor__container .w_lg_480 {
    width: 480px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_480, .block-editor__container .h_lg_480 {
    height: 480px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_480, .block-editor__container .w_lg_480 {
    width: 480px;
  }
  body .h_lg_480, .block-editor__container .h_lg_480 {
    height: 480px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_480, .block-editor__container .w_lg_480 {
    width: 480px;
  }
  body .h_lg_480, .block-editor__container .h_lg_480 {
    height: 480px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_480, .block-editor__container .w_lg_480 {
    width: 480px;
  }
  body .h_lg_480, .block-editor__container .h_lg_480 {
    height: 480px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_480, .block-editor__container .w_lg_480 {
    width: 480px;
  }
  body .h_lg_480, .block-editor__container .h_lg_480 {
    height: 480px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_485, .block-editor__container .w_lg_485 {
    width: 485px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_485, .block-editor__container .h_lg_485 {
    height: 485px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_485, .block-editor__container .w_lg_485 {
    width: 485px;
  }
  body .h_lg_485, .block-editor__container .h_lg_485 {
    height: 485px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_485, .block-editor__container .w_lg_485 {
    width: 485px;
  }
  body .h_lg_485, .block-editor__container .h_lg_485 {
    height: 485px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_485, .block-editor__container .w_lg_485 {
    width: 485px;
  }
  body .h_lg_485, .block-editor__container .h_lg_485 {
    height: 485px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_485, .block-editor__container .w_lg_485 {
    width: 485px;
  }
  body .h_lg_485, .block-editor__container .h_lg_485 {
    height: 485px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_490, .block-editor__container .w_lg_490 {
    width: 490px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_490, .block-editor__container .h_lg_490 {
    height: 490px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_490, .block-editor__container .w_lg_490 {
    width: 490px;
  }
  body .h_lg_490, .block-editor__container .h_lg_490 {
    height: 490px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_490, .block-editor__container .w_lg_490 {
    width: 490px;
  }
  body .h_lg_490, .block-editor__container .h_lg_490 {
    height: 490px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_490, .block-editor__container .w_lg_490 {
    width: 490px;
  }
  body .h_lg_490, .block-editor__container .h_lg_490 {
    height: 490px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_490, .block-editor__container .w_lg_490 {
    width: 490px;
  }
  body .h_lg_490, .block-editor__container .h_lg_490 {
    height: 490px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_495, .block-editor__container .w_lg_495 {
    width: 495px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_495, .block-editor__container .h_lg_495 {
    height: 495px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_495, .block-editor__container .w_lg_495 {
    width: 495px;
  }
  body .h_lg_495, .block-editor__container .h_lg_495 {
    height: 495px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_495, .block-editor__container .w_lg_495 {
    width: 495px;
  }
  body .h_lg_495, .block-editor__container .h_lg_495 {
    height: 495px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_495, .block-editor__container .w_lg_495 {
    width: 495px;
  }
  body .h_lg_495, .block-editor__container .h_lg_495 {
    height: 495px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_495, .block-editor__container .w_lg_495 {
    width: 495px;
  }
  body .h_lg_495, .block-editor__container .h_lg_495 {
    height: 495px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_500, .block-editor__container .w_lg_500 {
    width: 500px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_500, .block-editor__container .h_lg_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_500, .block-editor__container .w_lg_500 {
    width: 500px;
  }
  body .h_lg_500, .block-editor__container .h_lg_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_500, .block-editor__container .w_lg_500 {
    width: 500px;
  }
  body .h_lg_500, .block-editor__container .h_lg_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_500, .block-editor__container .w_lg_500 {
    width: 500px;
  }
  body .h_lg_500, .block-editor__container .h_lg_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_500, .block-editor__container .w_lg_500 {
    width: 500px;
  }
  body .h_lg_500, .block-editor__container .h_lg_500 {
    height: 500px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_505, .block-editor__container .w_lg_505 {
    width: 505px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_505, .block-editor__container .h_lg_505 {
    height: 505px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_505, .block-editor__container .w_lg_505 {
    width: 505px;
  }
  body .h_lg_505, .block-editor__container .h_lg_505 {
    height: 505px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_505, .block-editor__container .w_lg_505 {
    width: 505px;
  }
  body .h_lg_505, .block-editor__container .h_lg_505 {
    height: 505px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_505, .block-editor__container .w_lg_505 {
    width: 505px;
  }
  body .h_lg_505, .block-editor__container .h_lg_505 {
    height: 505px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_505, .block-editor__container .w_lg_505 {
    width: 505px;
  }
  body .h_lg_505, .block-editor__container .h_lg_505 {
    height: 505px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_510, .block-editor__container .w_lg_510 {
    width: 510px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_510, .block-editor__container .h_lg_510 {
    height: 510px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_510, .block-editor__container .w_lg_510 {
    width: 510px;
  }
  body .h_lg_510, .block-editor__container .h_lg_510 {
    height: 510px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_510, .block-editor__container .w_lg_510 {
    width: 510px;
  }
  body .h_lg_510, .block-editor__container .h_lg_510 {
    height: 510px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_510, .block-editor__container .w_lg_510 {
    width: 510px;
  }
  body .h_lg_510, .block-editor__container .h_lg_510 {
    height: 510px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_510, .block-editor__container .w_lg_510 {
    width: 510px;
  }
  body .h_lg_510, .block-editor__container .h_lg_510 {
    height: 510px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_515, .block-editor__container .w_lg_515 {
    width: 515px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_515, .block-editor__container .h_lg_515 {
    height: 515px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_515, .block-editor__container .w_lg_515 {
    width: 515px;
  }
  body .h_lg_515, .block-editor__container .h_lg_515 {
    height: 515px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_515, .block-editor__container .w_lg_515 {
    width: 515px;
  }
  body .h_lg_515, .block-editor__container .h_lg_515 {
    height: 515px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_515, .block-editor__container .w_lg_515 {
    width: 515px;
  }
  body .h_lg_515, .block-editor__container .h_lg_515 {
    height: 515px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_515, .block-editor__container .w_lg_515 {
    width: 515px;
  }
  body .h_lg_515, .block-editor__container .h_lg_515 {
    height: 515px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_520, .block-editor__container .w_lg_520 {
    width: 520px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_520, .block-editor__container .h_lg_520 {
    height: 520px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_520, .block-editor__container .w_lg_520 {
    width: 520px;
  }
  body .h_lg_520, .block-editor__container .h_lg_520 {
    height: 520px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_520, .block-editor__container .w_lg_520 {
    width: 520px;
  }
  body .h_lg_520, .block-editor__container .h_lg_520 {
    height: 520px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_520, .block-editor__container .w_lg_520 {
    width: 520px;
  }
  body .h_lg_520, .block-editor__container .h_lg_520 {
    height: 520px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_520, .block-editor__container .w_lg_520 {
    width: 520px;
  }
  body .h_lg_520, .block-editor__container .h_lg_520 {
    height: 520px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_525, .block-editor__container .w_lg_525 {
    width: 525px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_525, .block-editor__container .h_lg_525 {
    height: 525px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_525, .block-editor__container .w_lg_525 {
    width: 525px;
  }
  body .h_lg_525, .block-editor__container .h_lg_525 {
    height: 525px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_525, .block-editor__container .w_lg_525 {
    width: 525px;
  }
  body .h_lg_525, .block-editor__container .h_lg_525 {
    height: 525px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_525, .block-editor__container .w_lg_525 {
    width: 525px;
  }
  body .h_lg_525, .block-editor__container .h_lg_525 {
    height: 525px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_525, .block-editor__container .w_lg_525 {
    width: 525px;
  }
  body .h_lg_525, .block-editor__container .h_lg_525 {
    height: 525px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_530, .block-editor__container .w_lg_530 {
    width: 530px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_530, .block-editor__container .h_lg_530 {
    height: 530px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_530, .block-editor__container .w_lg_530 {
    width: 530px;
  }
  body .h_lg_530, .block-editor__container .h_lg_530 {
    height: 530px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_530, .block-editor__container .w_lg_530 {
    width: 530px;
  }
  body .h_lg_530, .block-editor__container .h_lg_530 {
    height: 530px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_530, .block-editor__container .w_lg_530 {
    width: 530px;
  }
  body .h_lg_530, .block-editor__container .h_lg_530 {
    height: 530px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_530, .block-editor__container .w_lg_530 {
    width: 530px;
  }
  body .h_lg_530, .block-editor__container .h_lg_530 {
    height: 530px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_535, .block-editor__container .w_lg_535 {
    width: 535px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_535, .block-editor__container .h_lg_535 {
    height: 535px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_535, .block-editor__container .w_lg_535 {
    width: 535px;
  }
  body .h_lg_535, .block-editor__container .h_lg_535 {
    height: 535px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_535, .block-editor__container .w_lg_535 {
    width: 535px;
  }
  body .h_lg_535, .block-editor__container .h_lg_535 {
    height: 535px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_535, .block-editor__container .w_lg_535 {
    width: 535px;
  }
  body .h_lg_535, .block-editor__container .h_lg_535 {
    height: 535px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_535, .block-editor__container .w_lg_535 {
    width: 535px;
  }
  body .h_lg_535, .block-editor__container .h_lg_535 {
    height: 535px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_540, .block-editor__container .w_lg_540 {
    width: 540px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_540, .block-editor__container .h_lg_540 {
    height: 540px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_540, .block-editor__container .w_lg_540 {
    width: 540px;
  }
  body .h_lg_540, .block-editor__container .h_lg_540 {
    height: 540px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_540, .block-editor__container .w_lg_540 {
    width: 540px;
  }
  body .h_lg_540, .block-editor__container .h_lg_540 {
    height: 540px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_540, .block-editor__container .w_lg_540 {
    width: 540px;
  }
  body .h_lg_540, .block-editor__container .h_lg_540 {
    height: 540px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_540, .block-editor__container .w_lg_540 {
    width: 540px;
  }
  body .h_lg_540, .block-editor__container .h_lg_540 {
    height: 540px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_545, .block-editor__container .w_lg_545 {
    width: 545px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_545, .block-editor__container .h_lg_545 {
    height: 545px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_545, .block-editor__container .w_lg_545 {
    width: 545px;
  }
  body .h_lg_545, .block-editor__container .h_lg_545 {
    height: 545px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_545, .block-editor__container .w_lg_545 {
    width: 545px;
  }
  body .h_lg_545, .block-editor__container .h_lg_545 {
    height: 545px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_545, .block-editor__container .w_lg_545 {
    width: 545px;
  }
  body .h_lg_545, .block-editor__container .h_lg_545 {
    height: 545px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_545, .block-editor__container .w_lg_545 {
    width: 545px;
  }
  body .h_lg_545, .block-editor__container .h_lg_545 {
    height: 545px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_550, .block-editor__container .w_lg_550 {
    width: 550px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_550, .block-editor__container .h_lg_550 {
    height: 550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_550, .block-editor__container .w_lg_550 {
    width: 550px;
  }
  body .h_lg_550, .block-editor__container .h_lg_550 {
    height: 550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_550, .block-editor__container .w_lg_550 {
    width: 550px;
  }
  body .h_lg_550, .block-editor__container .h_lg_550 {
    height: 550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_550, .block-editor__container .w_lg_550 {
    width: 550px;
  }
  body .h_lg_550, .block-editor__container .h_lg_550 {
    height: 550px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_550, .block-editor__container .w_lg_550 {
    width: 550px;
  }
  body .h_lg_550, .block-editor__container .h_lg_550 {
    height: 550px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_555, .block-editor__container .w_lg_555 {
    width: 555px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_555, .block-editor__container .h_lg_555 {
    height: 555px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_555, .block-editor__container .w_lg_555 {
    width: 555px;
  }
  body .h_lg_555, .block-editor__container .h_lg_555 {
    height: 555px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_555, .block-editor__container .w_lg_555 {
    width: 555px;
  }
  body .h_lg_555, .block-editor__container .h_lg_555 {
    height: 555px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_555, .block-editor__container .w_lg_555 {
    width: 555px;
  }
  body .h_lg_555, .block-editor__container .h_lg_555 {
    height: 555px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_555, .block-editor__container .w_lg_555 {
    width: 555px;
  }
  body .h_lg_555, .block-editor__container .h_lg_555 {
    height: 555px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_560, .block-editor__container .w_lg_560 {
    width: 560px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_560, .block-editor__container .h_lg_560 {
    height: 560px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_560, .block-editor__container .w_lg_560 {
    width: 560px;
  }
  body .h_lg_560, .block-editor__container .h_lg_560 {
    height: 560px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_560, .block-editor__container .w_lg_560 {
    width: 560px;
  }
  body .h_lg_560, .block-editor__container .h_lg_560 {
    height: 560px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_560, .block-editor__container .w_lg_560 {
    width: 560px;
  }
  body .h_lg_560, .block-editor__container .h_lg_560 {
    height: 560px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_560, .block-editor__container .w_lg_560 {
    width: 560px;
  }
  body .h_lg_560, .block-editor__container .h_lg_560 {
    height: 560px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_565, .block-editor__container .w_lg_565 {
    width: 565px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_565, .block-editor__container .h_lg_565 {
    height: 565px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_565, .block-editor__container .w_lg_565 {
    width: 565px;
  }
  body .h_lg_565, .block-editor__container .h_lg_565 {
    height: 565px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_565, .block-editor__container .w_lg_565 {
    width: 565px;
  }
  body .h_lg_565, .block-editor__container .h_lg_565 {
    height: 565px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_565, .block-editor__container .w_lg_565 {
    width: 565px;
  }
  body .h_lg_565, .block-editor__container .h_lg_565 {
    height: 565px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_565, .block-editor__container .w_lg_565 {
    width: 565px;
  }
  body .h_lg_565, .block-editor__container .h_lg_565 {
    height: 565px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_570, .block-editor__container .w_lg_570 {
    width: 570px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_570, .block-editor__container .h_lg_570 {
    height: 570px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_570, .block-editor__container .w_lg_570 {
    width: 570px;
  }
  body .h_lg_570, .block-editor__container .h_lg_570 {
    height: 570px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_570, .block-editor__container .w_lg_570 {
    width: 570px;
  }
  body .h_lg_570, .block-editor__container .h_lg_570 {
    height: 570px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_570, .block-editor__container .w_lg_570 {
    width: 570px;
  }
  body .h_lg_570, .block-editor__container .h_lg_570 {
    height: 570px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_570, .block-editor__container .w_lg_570 {
    width: 570px;
  }
  body .h_lg_570, .block-editor__container .h_lg_570 {
    height: 570px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_575, .block-editor__container .w_lg_575 {
    width: 575px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_575, .block-editor__container .h_lg_575 {
    height: 575px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_575, .block-editor__container .w_lg_575 {
    width: 575px;
  }
  body .h_lg_575, .block-editor__container .h_lg_575 {
    height: 575px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_575, .block-editor__container .w_lg_575 {
    width: 575px;
  }
  body .h_lg_575, .block-editor__container .h_lg_575 {
    height: 575px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_575, .block-editor__container .w_lg_575 {
    width: 575px;
  }
  body .h_lg_575, .block-editor__container .h_lg_575 {
    height: 575px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_575, .block-editor__container .w_lg_575 {
    width: 575px;
  }
  body .h_lg_575, .block-editor__container .h_lg_575 {
    height: 575px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_580, .block-editor__container .w_lg_580 {
    width: 580px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_580, .block-editor__container .h_lg_580 {
    height: 580px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_580, .block-editor__container .w_lg_580 {
    width: 580px;
  }
  body .h_lg_580, .block-editor__container .h_lg_580 {
    height: 580px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_580, .block-editor__container .w_lg_580 {
    width: 580px;
  }
  body .h_lg_580, .block-editor__container .h_lg_580 {
    height: 580px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_580, .block-editor__container .w_lg_580 {
    width: 580px;
  }
  body .h_lg_580, .block-editor__container .h_lg_580 {
    height: 580px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_580, .block-editor__container .w_lg_580 {
    width: 580px;
  }
  body .h_lg_580, .block-editor__container .h_lg_580 {
    height: 580px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_585, .block-editor__container .w_lg_585 {
    width: 585px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_585, .block-editor__container .h_lg_585 {
    height: 585px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_585, .block-editor__container .w_lg_585 {
    width: 585px;
  }
  body .h_lg_585, .block-editor__container .h_lg_585 {
    height: 585px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_585, .block-editor__container .w_lg_585 {
    width: 585px;
  }
  body .h_lg_585, .block-editor__container .h_lg_585 {
    height: 585px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_585, .block-editor__container .w_lg_585 {
    width: 585px;
  }
  body .h_lg_585, .block-editor__container .h_lg_585 {
    height: 585px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_585, .block-editor__container .w_lg_585 {
    width: 585px;
  }
  body .h_lg_585, .block-editor__container .h_lg_585 {
    height: 585px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_590, .block-editor__container .w_lg_590 {
    width: 590px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_590, .block-editor__container .h_lg_590 {
    height: 590px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_590, .block-editor__container .w_lg_590 {
    width: 590px;
  }
  body .h_lg_590, .block-editor__container .h_lg_590 {
    height: 590px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_590, .block-editor__container .w_lg_590 {
    width: 590px;
  }
  body .h_lg_590, .block-editor__container .h_lg_590 {
    height: 590px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_590, .block-editor__container .w_lg_590 {
    width: 590px;
  }
  body .h_lg_590, .block-editor__container .h_lg_590 {
    height: 590px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_590, .block-editor__container .w_lg_590 {
    width: 590px;
  }
  body .h_lg_590, .block-editor__container .h_lg_590 {
    height: 590px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_595, .block-editor__container .w_lg_595 {
    width: 595px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_595, .block-editor__container .h_lg_595 {
    height: 595px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_595, .block-editor__container .w_lg_595 {
    width: 595px;
  }
  body .h_lg_595, .block-editor__container .h_lg_595 {
    height: 595px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_595, .block-editor__container .w_lg_595 {
    width: 595px;
  }
  body .h_lg_595, .block-editor__container .h_lg_595 {
    height: 595px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_595, .block-editor__container .w_lg_595 {
    width: 595px;
  }
  body .h_lg_595, .block-editor__container .h_lg_595 {
    height: 595px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_595, .block-editor__container .w_lg_595 {
    width: 595px;
  }
  body .h_lg_595, .block-editor__container .h_lg_595 {
    height: 595px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_600, .block-editor__container .w_lg_600 {
    width: 600px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_600, .block-editor__container .h_lg_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_600, .block-editor__container .w_lg_600 {
    width: 600px;
  }
  body .h_lg_600, .block-editor__container .h_lg_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_600, .block-editor__container .w_lg_600 {
    width: 600px;
  }
  body .h_lg_600, .block-editor__container .h_lg_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_600, .block-editor__container .w_lg_600 {
    width: 600px;
  }
  body .h_lg_600, .block-editor__container .h_lg_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_600, .block-editor__container .w_lg_600 {
    width: 600px;
  }
  body .h_lg_600, .block-editor__container .h_lg_600 {
    height: 600px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_605, .block-editor__container .w_lg_605 {
    width: 605px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_605, .block-editor__container .h_lg_605 {
    height: 605px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_605, .block-editor__container .w_lg_605 {
    width: 605px;
  }
  body .h_lg_605, .block-editor__container .h_lg_605 {
    height: 605px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_605, .block-editor__container .w_lg_605 {
    width: 605px;
  }
  body .h_lg_605, .block-editor__container .h_lg_605 {
    height: 605px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_605, .block-editor__container .w_lg_605 {
    width: 605px;
  }
  body .h_lg_605, .block-editor__container .h_lg_605 {
    height: 605px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_605, .block-editor__container .w_lg_605 {
    width: 605px;
  }
  body .h_lg_605, .block-editor__container .h_lg_605 {
    height: 605px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_610, .block-editor__container .w_lg_610 {
    width: 610px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_610, .block-editor__container .h_lg_610 {
    height: 610px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_610, .block-editor__container .w_lg_610 {
    width: 610px;
  }
  body .h_lg_610, .block-editor__container .h_lg_610 {
    height: 610px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_610, .block-editor__container .w_lg_610 {
    width: 610px;
  }
  body .h_lg_610, .block-editor__container .h_lg_610 {
    height: 610px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_610, .block-editor__container .w_lg_610 {
    width: 610px;
  }
  body .h_lg_610, .block-editor__container .h_lg_610 {
    height: 610px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_610, .block-editor__container .w_lg_610 {
    width: 610px;
  }
  body .h_lg_610, .block-editor__container .h_lg_610 {
    height: 610px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_615, .block-editor__container .w_lg_615 {
    width: 615px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_615, .block-editor__container .h_lg_615 {
    height: 615px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_615, .block-editor__container .w_lg_615 {
    width: 615px;
  }
  body .h_lg_615, .block-editor__container .h_lg_615 {
    height: 615px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_615, .block-editor__container .w_lg_615 {
    width: 615px;
  }
  body .h_lg_615, .block-editor__container .h_lg_615 {
    height: 615px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_615, .block-editor__container .w_lg_615 {
    width: 615px;
  }
  body .h_lg_615, .block-editor__container .h_lg_615 {
    height: 615px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_615, .block-editor__container .w_lg_615 {
    width: 615px;
  }
  body .h_lg_615, .block-editor__container .h_lg_615 {
    height: 615px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_620, .block-editor__container .w_lg_620 {
    width: 620px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_620, .block-editor__container .h_lg_620 {
    height: 620px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_620, .block-editor__container .w_lg_620 {
    width: 620px;
  }
  body .h_lg_620, .block-editor__container .h_lg_620 {
    height: 620px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_620, .block-editor__container .w_lg_620 {
    width: 620px;
  }
  body .h_lg_620, .block-editor__container .h_lg_620 {
    height: 620px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_620, .block-editor__container .w_lg_620 {
    width: 620px;
  }
  body .h_lg_620, .block-editor__container .h_lg_620 {
    height: 620px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_620, .block-editor__container .w_lg_620 {
    width: 620px;
  }
  body .h_lg_620, .block-editor__container .h_lg_620 {
    height: 620px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_625, .block-editor__container .w_lg_625 {
    width: 625px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_625, .block-editor__container .h_lg_625 {
    height: 625px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_625, .block-editor__container .w_lg_625 {
    width: 625px;
  }
  body .h_lg_625, .block-editor__container .h_lg_625 {
    height: 625px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_625, .block-editor__container .w_lg_625 {
    width: 625px;
  }
  body .h_lg_625, .block-editor__container .h_lg_625 {
    height: 625px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_625, .block-editor__container .w_lg_625 {
    width: 625px;
  }
  body .h_lg_625, .block-editor__container .h_lg_625 {
    height: 625px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_625, .block-editor__container .w_lg_625 {
    width: 625px;
  }
  body .h_lg_625, .block-editor__container .h_lg_625 {
    height: 625px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_630, .block-editor__container .w_lg_630 {
    width: 630px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_630, .block-editor__container .h_lg_630 {
    height: 630px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_630, .block-editor__container .w_lg_630 {
    width: 630px;
  }
  body .h_lg_630, .block-editor__container .h_lg_630 {
    height: 630px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_630, .block-editor__container .w_lg_630 {
    width: 630px;
  }
  body .h_lg_630, .block-editor__container .h_lg_630 {
    height: 630px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_630, .block-editor__container .w_lg_630 {
    width: 630px;
  }
  body .h_lg_630, .block-editor__container .h_lg_630 {
    height: 630px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_630, .block-editor__container .w_lg_630 {
    width: 630px;
  }
  body .h_lg_630, .block-editor__container .h_lg_630 {
    height: 630px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_635, .block-editor__container .w_lg_635 {
    width: 635px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_635, .block-editor__container .h_lg_635 {
    height: 635px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_635, .block-editor__container .w_lg_635 {
    width: 635px;
  }
  body .h_lg_635, .block-editor__container .h_lg_635 {
    height: 635px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_635, .block-editor__container .w_lg_635 {
    width: 635px;
  }
  body .h_lg_635, .block-editor__container .h_lg_635 {
    height: 635px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_635, .block-editor__container .w_lg_635 {
    width: 635px;
  }
  body .h_lg_635, .block-editor__container .h_lg_635 {
    height: 635px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_635, .block-editor__container .w_lg_635 {
    width: 635px;
  }
  body .h_lg_635, .block-editor__container .h_lg_635 {
    height: 635px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_640, .block-editor__container .w_lg_640 {
    width: 640px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_640, .block-editor__container .h_lg_640 {
    height: 640px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_640, .block-editor__container .w_lg_640 {
    width: 640px;
  }
  body .h_lg_640, .block-editor__container .h_lg_640 {
    height: 640px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_640, .block-editor__container .w_lg_640 {
    width: 640px;
  }
  body .h_lg_640, .block-editor__container .h_lg_640 {
    height: 640px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_640, .block-editor__container .w_lg_640 {
    width: 640px;
  }
  body .h_lg_640, .block-editor__container .h_lg_640 {
    height: 640px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_640, .block-editor__container .w_lg_640 {
    width: 640px;
  }
  body .h_lg_640, .block-editor__container .h_lg_640 {
    height: 640px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_645, .block-editor__container .w_lg_645 {
    width: 645px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_645, .block-editor__container .h_lg_645 {
    height: 645px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_645, .block-editor__container .w_lg_645 {
    width: 645px;
  }
  body .h_lg_645, .block-editor__container .h_lg_645 {
    height: 645px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_645, .block-editor__container .w_lg_645 {
    width: 645px;
  }
  body .h_lg_645, .block-editor__container .h_lg_645 {
    height: 645px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_645, .block-editor__container .w_lg_645 {
    width: 645px;
  }
  body .h_lg_645, .block-editor__container .h_lg_645 {
    height: 645px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_645, .block-editor__container .w_lg_645 {
    width: 645px;
  }
  body .h_lg_645, .block-editor__container .h_lg_645 {
    height: 645px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_650, .block-editor__container .w_lg_650 {
    width: 650px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_650, .block-editor__container .h_lg_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_650, .block-editor__container .w_lg_650 {
    width: 650px;
  }
  body .h_lg_650, .block-editor__container .h_lg_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_650, .block-editor__container .w_lg_650 {
    width: 650px;
  }
  body .h_lg_650, .block-editor__container .h_lg_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_650, .block-editor__container .w_lg_650 {
    width: 650px;
  }
  body .h_lg_650, .block-editor__container .h_lg_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_650, .block-editor__container .w_lg_650 {
    width: 650px;
  }
  body .h_lg_650, .block-editor__container .h_lg_650 {
    height: 650px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_655, .block-editor__container .w_lg_655 {
    width: 655px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_655, .block-editor__container .h_lg_655 {
    height: 655px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_655, .block-editor__container .w_lg_655 {
    width: 655px;
  }
  body .h_lg_655, .block-editor__container .h_lg_655 {
    height: 655px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_655, .block-editor__container .w_lg_655 {
    width: 655px;
  }
  body .h_lg_655, .block-editor__container .h_lg_655 {
    height: 655px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_655, .block-editor__container .w_lg_655 {
    width: 655px;
  }
  body .h_lg_655, .block-editor__container .h_lg_655 {
    height: 655px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_655, .block-editor__container .w_lg_655 {
    width: 655px;
  }
  body .h_lg_655, .block-editor__container .h_lg_655 {
    height: 655px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_660, .block-editor__container .w_lg_660 {
    width: 660px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_660, .block-editor__container .h_lg_660 {
    height: 660px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_660, .block-editor__container .w_lg_660 {
    width: 660px;
  }
  body .h_lg_660, .block-editor__container .h_lg_660 {
    height: 660px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_660, .block-editor__container .w_lg_660 {
    width: 660px;
  }
  body .h_lg_660, .block-editor__container .h_lg_660 {
    height: 660px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_660, .block-editor__container .w_lg_660 {
    width: 660px;
  }
  body .h_lg_660, .block-editor__container .h_lg_660 {
    height: 660px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_660, .block-editor__container .w_lg_660 {
    width: 660px;
  }
  body .h_lg_660, .block-editor__container .h_lg_660 {
    height: 660px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_665, .block-editor__container .w_lg_665 {
    width: 665px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_665, .block-editor__container .h_lg_665 {
    height: 665px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_665, .block-editor__container .w_lg_665 {
    width: 665px;
  }
  body .h_lg_665, .block-editor__container .h_lg_665 {
    height: 665px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_665, .block-editor__container .w_lg_665 {
    width: 665px;
  }
  body .h_lg_665, .block-editor__container .h_lg_665 {
    height: 665px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_665, .block-editor__container .w_lg_665 {
    width: 665px;
  }
  body .h_lg_665, .block-editor__container .h_lg_665 {
    height: 665px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_665, .block-editor__container .w_lg_665 {
    width: 665px;
  }
  body .h_lg_665, .block-editor__container .h_lg_665 {
    height: 665px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_670, .block-editor__container .w_lg_670 {
    width: 670px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_670, .block-editor__container .h_lg_670 {
    height: 670px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_670, .block-editor__container .w_lg_670 {
    width: 670px;
  }
  body .h_lg_670, .block-editor__container .h_lg_670 {
    height: 670px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_670, .block-editor__container .w_lg_670 {
    width: 670px;
  }
  body .h_lg_670, .block-editor__container .h_lg_670 {
    height: 670px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_670, .block-editor__container .w_lg_670 {
    width: 670px;
  }
  body .h_lg_670, .block-editor__container .h_lg_670 {
    height: 670px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_670, .block-editor__container .w_lg_670 {
    width: 670px;
  }
  body .h_lg_670, .block-editor__container .h_lg_670 {
    height: 670px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_675, .block-editor__container .w_lg_675 {
    width: 675px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_675, .block-editor__container .h_lg_675 {
    height: 675px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_675, .block-editor__container .w_lg_675 {
    width: 675px;
  }
  body .h_lg_675, .block-editor__container .h_lg_675 {
    height: 675px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_675, .block-editor__container .w_lg_675 {
    width: 675px;
  }
  body .h_lg_675, .block-editor__container .h_lg_675 {
    height: 675px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_675, .block-editor__container .w_lg_675 {
    width: 675px;
  }
  body .h_lg_675, .block-editor__container .h_lg_675 {
    height: 675px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_675, .block-editor__container .w_lg_675 {
    width: 675px;
  }
  body .h_lg_675, .block-editor__container .h_lg_675 {
    height: 675px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_680, .block-editor__container .w_lg_680 {
    width: 680px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_680, .block-editor__container .h_lg_680 {
    height: 680px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_680, .block-editor__container .w_lg_680 {
    width: 680px;
  }
  body .h_lg_680, .block-editor__container .h_lg_680 {
    height: 680px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_680, .block-editor__container .w_lg_680 {
    width: 680px;
  }
  body .h_lg_680, .block-editor__container .h_lg_680 {
    height: 680px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_680, .block-editor__container .w_lg_680 {
    width: 680px;
  }
  body .h_lg_680, .block-editor__container .h_lg_680 {
    height: 680px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_680, .block-editor__container .w_lg_680 {
    width: 680px;
  }
  body .h_lg_680, .block-editor__container .h_lg_680 {
    height: 680px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_685, .block-editor__container .w_lg_685 {
    width: 685px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_685, .block-editor__container .h_lg_685 {
    height: 685px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_685, .block-editor__container .w_lg_685 {
    width: 685px;
  }
  body .h_lg_685, .block-editor__container .h_lg_685 {
    height: 685px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_685, .block-editor__container .w_lg_685 {
    width: 685px;
  }
  body .h_lg_685, .block-editor__container .h_lg_685 {
    height: 685px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_685, .block-editor__container .w_lg_685 {
    width: 685px;
  }
  body .h_lg_685, .block-editor__container .h_lg_685 {
    height: 685px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_685, .block-editor__container .w_lg_685 {
    width: 685px;
  }
  body .h_lg_685, .block-editor__container .h_lg_685 {
    height: 685px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_690, .block-editor__container .w_lg_690 {
    width: 690px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_690, .block-editor__container .h_lg_690 {
    height: 690px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_690, .block-editor__container .w_lg_690 {
    width: 690px;
  }
  body .h_lg_690, .block-editor__container .h_lg_690 {
    height: 690px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_690, .block-editor__container .w_lg_690 {
    width: 690px;
  }
  body .h_lg_690, .block-editor__container .h_lg_690 {
    height: 690px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_690, .block-editor__container .w_lg_690 {
    width: 690px;
  }
  body .h_lg_690, .block-editor__container .h_lg_690 {
    height: 690px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_690, .block-editor__container .w_lg_690 {
    width: 690px;
  }
  body .h_lg_690, .block-editor__container .h_lg_690 {
    height: 690px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_695, .block-editor__container .w_lg_695 {
    width: 695px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_695, .block-editor__container .h_lg_695 {
    height: 695px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_695, .block-editor__container .w_lg_695 {
    width: 695px;
  }
  body .h_lg_695, .block-editor__container .h_lg_695 {
    height: 695px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_695, .block-editor__container .w_lg_695 {
    width: 695px;
  }
  body .h_lg_695, .block-editor__container .h_lg_695 {
    height: 695px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_695, .block-editor__container .w_lg_695 {
    width: 695px;
  }
  body .h_lg_695, .block-editor__container .h_lg_695 {
    height: 695px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_695, .block-editor__container .w_lg_695 {
    width: 695px;
  }
  body .h_lg_695, .block-editor__container .h_lg_695 {
    height: 695px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_700, .block-editor__container .w_lg_700 {
    width: 700px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_700, .block-editor__container .h_lg_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_700, .block-editor__container .w_lg_700 {
    width: 700px;
  }
  body .h_lg_700, .block-editor__container .h_lg_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_700, .block-editor__container .w_lg_700 {
    width: 700px;
  }
  body .h_lg_700, .block-editor__container .h_lg_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_700, .block-editor__container .w_lg_700 {
    width: 700px;
  }
  body .h_lg_700, .block-editor__container .h_lg_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_700, .block-editor__container .w_lg_700 {
    width: 700px;
  }
  body .h_lg_700, .block-editor__container .h_lg_700 {
    height: 700px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_705, .block-editor__container .w_lg_705 {
    width: 705px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_705, .block-editor__container .h_lg_705 {
    height: 705px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_705, .block-editor__container .w_lg_705 {
    width: 705px;
  }
  body .h_lg_705, .block-editor__container .h_lg_705 {
    height: 705px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_705, .block-editor__container .w_lg_705 {
    width: 705px;
  }
  body .h_lg_705, .block-editor__container .h_lg_705 {
    height: 705px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_705, .block-editor__container .w_lg_705 {
    width: 705px;
  }
  body .h_lg_705, .block-editor__container .h_lg_705 {
    height: 705px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_705, .block-editor__container .w_lg_705 {
    width: 705px;
  }
  body .h_lg_705, .block-editor__container .h_lg_705 {
    height: 705px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_710, .block-editor__container .w_lg_710 {
    width: 710px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_710, .block-editor__container .h_lg_710 {
    height: 710px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_710, .block-editor__container .w_lg_710 {
    width: 710px;
  }
  body .h_lg_710, .block-editor__container .h_lg_710 {
    height: 710px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_710, .block-editor__container .w_lg_710 {
    width: 710px;
  }
  body .h_lg_710, .block-editor__container .h_lg_710 {
    height: 710px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_710, .block-editor__container .w_lg_710 {
    width: 710px;
  }
  body .h_lg_710, .block-editor__container .h_lg_710 {
    height: 710px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_710, .block-editor__container .w_lg_710 {
    width: 710px;
  }
  body .h_lg_710, .block-editor__container .h_lg_710 {
    height: 710px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_715, .block-editor__container .w_lg_715 {
    width: 715px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_715, .block-editor__container .h_lg_715 {
    height: 715px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_715, .block-editor__container .w_lg_715 {
    width: 715px;
  }
  body .h_lg_715, .block-editor__container .h_lg_715 {
    height: 715px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_715, .block-editor__container .w_lg_715 {
    width: 715px;
  }
  body .h_lg_715, .block-editor__container .h_lg_715 {
    height: 715px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_715, .block-editor__container .w_lg_715 {
    width: 715px;
  }
  body .h_lg_715, .block-editor__container .h_lg_715 {
    height: 715px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_715, .block-editor__container .w_lg_715 {
    width: 715px;
  }
  body .h_lg_715, .block-editor__container .h_lg_715 {
    height: 715px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_720, .block-editor__container .w_lg_720 {
    width: 720px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_720, .block-editor__container .h_lg_720 {
    height: 720px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_720, .block-editor__container .w_lg_720 {
    width: 720px;
  }
  body .h_lg_720, .block-editor__container .h_lg_720 {
    height: 720px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_720, .block-editor__container .w_lg_720 {
    width: 720px;
  }
  body .h_lg_720, .block-editor__container .h_lg_720 {
    height: 720px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_720, .block-editor__container .w_lg_720 {
    width: 720px;
  }
  body .h_lg_720, .block-editor__container .h_lg_720 {
    height: 720px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_720, .block-editor__container .w_lg_720 {
    width: 720px;
  }
  body .h_lg_720, .block-editor__container .h_lg_720 {
    height: 720px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_725, .block-editor__container .w_lg_725 {
    width: 725px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_725, .block-editor__container .h_lg_725 {
    height: 725px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_725, .block-editor__container .w_lg_725 {
    width: 725px;
  }
  body .h_lg_725, .block-editor__container .h_lg_725 {
    height: 725px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_725, .block-editor__container .w_lg_725 {
    width: 725px;
  }
  body .h_lg_725, .block-editor__container .h_lg_725 {
    height: 725px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_725, .block-editor__container .w_lg_725 {
    width: 725px;
  }
  body .h_lg_725, .block-editor__container .h_lg_725 {
    height: 725px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_725, .block-editor__container .w_lg_725 {
    width: 725px;
  }
  body .h_lg_725, .block-editor__container .h_lg_725 {
    height: 725px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_730, .block-editor__container .w_lg_730 {
    width: 730px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_730, .block-editor__container .h_lg_730 {
    height: 730px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_730, .block-editor__container .w_lg_730 {
    width: 730px;
  }
  body .h_lg_730, .block-editor__container .h_lg_730 {
    height: 730px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_730, .block-editor__container .w_lg_730 {
    width: 730px;
  }
  body .h_lg_730, .block-editor__container .h_lg_730 {
    height: 730px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_730, .block-editor__container .w_lg_730 {
    width: 730px;
  }
  body .h_lg_730, .block-editor__container .h_lg_730 {
    height: 730px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_730, .block-editor__container .w_lg_730 {
    width: 730px;
  }
  body .h_lg_730, .block-editor__container .h_lg_730 {
    height: 730px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_735, .block-editor__container .w_lg_735 {
    width: 735px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_735, .block-editor__container .h_lg_735 {
    height: 735px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_735, .block-editor__container .w_lg_735 {
    width: 735px;
  }
  body .h_lg_735, .block-editor__container .h_lg_735 {
    height: 735px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_735, .block-editor__container .w_lg_735 {
    width: 735px;
  }
  body .h_lg_735, .block-editor__container .h_lg_735 {
    height: 735px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_735, .block-editor__container .w_lg_735 {
    width: 735px;
  }
  body .h_lg_735, .block-editor__container .h_lg_735 {
    height: 735px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_735, .block-editor__container .w_lg_735 {
    width: 735px;
  }
  body .h_lg_735, .block-editor__container .h_lg_735 {
    height: 735px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_740, .block-editor__container .w_lg_740 {
    width: 740px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_740, .block-editor__container .h_lg_740 {
    height: 740px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_740, .block-editor__container .w_lg_740 {
    width: 740px;
  }
  body .h_lg_740, .block-editor__container .h_lg_740 {
    height: 740px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_740, .block-editor__container .w_lg_740 {
    width: 740px;
  }
  body .h_lg_740, .block-editor__container .h_lg_740 {
    height: 740px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_740, .block-editor__container .w_lg_740 {
    width: 740px;
  }
  body .h_lg_740, .block-editor__container .h_lg_740 {
    height: 740px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_740, .block-editor__container .w_lg_740 {
    width: 740px;
  }
  body .h_lg_740, .block-editor__container .h_lg_740 {
    height: 740px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_745, .block-editor__container .w_lg_745 {
    width: 745px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_745, .block-editor__container .h_lg_745 {
    height: 745px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_745, .block-editor__container .w_lg_745 {
    width: 745px;
  }
  body .h_lg_745, .block-editor__container .h_lg_745 {
    height: 745px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_745, .block-editor__container .w_lg_745 {
    width: 745px;
  }
  body .h_lg_745, .block-editor__container .h_lg_745 {
    height: 745px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_745, .block-editor__container .w_lg_745 {
    width: 745px;
  }
  body .h_lg_745, .block-editor__container .h_lg_745 {
    height: 745px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_745, .block-editor__container .w_lg_745 {
    width: 745px;
  }
  body .h_lg_745, .block-editor__container .h_lg_745 {
    height: 745px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_750, .block-editor__container .w_lg_750 {
    width: 750px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_750, .block-editor__container .h_lg_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_750, .block-editor__container .w_lg_750 {
    width: 750px;
  }
  body .h_lg_750, .block-editor__container .h_lg_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_750, .block-editor__container .w_lg_750 {
    width: 750px;
  }
  body .h_lg_750, .block-editor__container .h_lg_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_750, .block-editor__container .w_lg_750 {
    width: 750px;
  }
  body .h_lg_750, .block-editor__container .h_lg_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_750, .block-editor__container .w_lg_750 {
    width: 750px;
  }
  body .h_lg_750, .block-editor__container .h_lg_750 {
    height: 750px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_755, .block-editor__container .w_lg_755 {
    width: 755px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_755, .block-editor__container .h_lg_755 {
    height: 755px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_755, .block-editor__container .w_lg_755 {
    width: 755px;
  }
  body .h_lg_755, .block-editor__container .h_lg_755 {
    height: 755px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_755, .block-editor__container .w_lg_755 {
    width: 755px;
  }
  body .h_lg_755, .block-editor__container .h_lg_755 {
    height: 755px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_755, .block-editor__container .w_lg_755 {
    width: 755px;
  }
  body .h_lg_755, .block-editor__container .h_lg_755 {
    height: 755px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_755, .block-editor__container .w_lg_755 {
    width: 755px;
  }
  body .h_lg_755, .block-editor__container .h_lg_755 {
    height: 755px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_760, .block-editor__container .w_lg_760 {
    width: 760px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_760, .block-editor__container .h_lg_760 {
    height: 760px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_760, .block-editor__container .w_lg_760 {
    width: 760px;
  }
  body .h_lg_760, .block-editor__container .h_lg_760 {
    height: 760px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_760, .block-editor__container .w_lg_760 {
    width: 760px;
  }
  body .h_lg_760, .block-editor__container .h_lg_760 {
    height: 760px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_760, .block-editor__container .w_lg_760 {
    width: 760px;
  }
  body .h_lg_760, .block-editor__container .h_lg_760 {
    height: 760px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_760, .block-editor__container .w_lg_760 {
    width: 760px;
  }
  body .h_lg_760, .block-editor__container .h_lg_760 {
    height: 760px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_765, .block-editor__container .w_lg_765 {
    width: 765px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_765, .block-editor__container .h_lg_765 {
    height: 765px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_765, .block-editor__container .w_lg_765 {
    width: 765px;
  }
  body .h_lg_765, .block-editor__container .h_lg_765 {
    height: 765px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_765, .block-editor__container .w_lg_765 {
    width: 765px;
  }
  body .h_lg_765, .block-editor__container .h_lg_765 {
    height: 765px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_765, .block-editor__container .w_lg_765 {
    width: 765px;
  }
  body .h_lg_765, .block-editor__container .h_lg_765 {
    height: 765px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_765, .block-editor__container .w_lg_765 {
    width: 765px;
  }
  body .h_lg_765, .block-editor__container .h_lg_765 {
    height: 765px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_770, .block-editor__container .w_lg_770 {
    width: 770px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_770, .block-editor__container .h_lg_770 {
    height: 770px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_770, .block-editor__container .w_lg_770 {
    width: 770px;
  }
  body .h_lg_770, .block-editor__container .h_lg_770 {
    height: 770px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_770, .block-editor__container .w_lg_770 {
    width: 770px;
  }
  body .h_lg_770, .block-editor__container .h_lg_770 {
    height: 770px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_770, .block-editor__container .w_lg_770 {
    width: 770px;
  }
  body .h_lg_770, .block-editor__container .h_lg_770 {
    height: 770px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_770, .block-editor__container .w_lg_770 {
    width: 770px;
  }
  body .h_lg_770, .block-editor__container .h_lg_770 {
    height: 770px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_775, .block-editor__container .w_lg_775 {
    width: 775px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_775, .block-editor__container .h_lg_775 {
    height: 775px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_775, .block-editor__container .w_lg_775 {
    width: 775px;
  }
  body .h_lg_775, .block-editor__container .h_lg_775 {
    height: 775px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_775, .block-editor__container .w_lg_775 {
    width: 775px;
  }
  body .h_lg_775, .block-editor__container .h_lg_775 {
    height: 775px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_775, .block-editor__container .w_lg_775 {
    width: 775px;
  }
  body .h_lg_775, .block-editor__container .h_lg_775 {
    height: 775px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_775, .block-editor__container .w_lg_775 {
    width: 775px;
  }
  body .h_lg_775, .block-editor__container .h_lg_775 {
    height: 775px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_780, .block-editor__container .w_lg_780 {
    width: 780px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_780, .block-editor__container .h_lg_780 {
    height: 780px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_780, .block-editor__container .w_lg_780 {
    width: 780px;
  }
  body .h_lg_780, .block-editor__container .h_lg_780 {
    height: 780px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_780, .block-editor__container .w_lg_780 {
    width: 780px;
  }
  body .h_lg_780, .block-editor__container .h_lg_780 {
    height: 780px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_780, .block-editor__container .w_lg_780 {
    width: 780px;
  }
  body .h_lg_780, .block-editor__container .h_lg_780 {
    height: 780px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_780, .block-editor__container .w_lg_780 {
    width: 780px;
  }
  body .h_lg_780, .block-editor__container .h_lg_780 {
    height: 780px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_785, .block-editor__container .w_lg_785 {
    width: 785px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_785, .block-editor__container .h_lg_785 {
    height: 785px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_785, .block-editor__container .w_lg_785 {
    width: 785px;
  }
  body .h_lg_785, .block-editor__container .h_lg_785 {
    height: 785px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_785, .block-editor__container .w_lg_785 {
    width: 785px;
  }
  body .h_lg_785, .block-editor__container .h_lg_785 {
    height: 785px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_785, .block-editor__container .w_lg_785 {
    width: 785px;
  }
  body .h_lg_785, .block-editor__container .h_lg_785 {
    height: 785px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_785, .block-editor__container .w_lg_785 {
    width: 785px;
  }
  body .h_lg_785, .block-editor__container .h_lg_785 {
    height: 785px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_790, .block-editor__container .w_lg_790 {
    width: 790px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_790, .block-editor__container .h_lg_790 {
    height: 790px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_790, .block-editor__container .w_lg_790 {
    width: 790px;
  }
  body .h_lg_790, .block-editor__container .h_lg_790 {
    height: 790px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_790, .block-editor__container .w_lg_790 {
    width: 790px;
  }
  body .h_lg_790, .block-editor__container .h_lg_790 {
    height: 790px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_790, .block-editor__container .w_lg_790 {
    width: 790px;
  }
  body .h_lg_790, .block-editor__container .h_lg_790 {
    height: 790px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_790, .block-editor__container .w_lg_790 {
    width: 790px;
  }
  body .h_lg_790, .block-editor__container .h_lg_790 {
    height: 790px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_795, .block-editor__container .w_lg_795 {
    width: 795px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_795, .block-editor__container .h_lg_795 {
    height: 795px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_795, .block-editor__container .w_lg_795 {
    width: 795px;
  }
  body .h_lg_795, .block-editor__container .h_lg_795 {
    height: 795px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_795, .block-editor__container .w_lg_795 {
    width: 795px;
  }
  body .h_lg_795, .block-editor__container .h_lg_795 {
    height: 795px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_795, .block-editor__container .w_lg_795 {
    width: 795px;
  }
  body .h_lg_795, .block-editor__container .h_lg_795 {
    height: 795px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_795, .block-editor__container .w_lg_795 {
    width: 795px;
  }
  body .h_lg_795, .block-editor__container .h_lg_795 {
    height: 795px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_800, .block-editor__container .w_lg_800 {
    width: 800px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_800, .block-editor__container .h_lg_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_800, .block-editor__container .w_lg_800 {
    width: 800px;
  }
  body .h_lg_800, .block-editor__container .h_lg_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_800, .block-editor__container .w_lg_800 {
    width: 800px;
  }
  body .h_lg_800, .block-editor__container .h_lg_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_800, .block-editor__container .w_lg_800 {
    width: 800px;
  }
  body .h_lg_800, .block-editor__container .h_lg_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_800, .block-editor__container .w_lg_800 {
    width: 800px;
  }
  body .h_lg_800, .block-editor__container .h_lg_800 {
    height: 800px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_805, .block-editor__container .w_lg_805 {
    width: 805px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_805, .block-editor__container .h_lg_805 {
    height: 805px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_805, .block-editor__container .w_lg_805 {
    width: 805px;
  }
  body .h_lg_805, .block-editor__container .h_lg_805 {
    height: 805px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_805, .block-editor__container .w_lg_805 {
    width: 805px;
  }
  body .h_lg_805, .block-editor__container .h_lg_805 {
    height: 805px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_805, .block-editor__container .w_lg_805 {
    width: 805px;
  }
  body .h_lg_805, .block-editor__container .h_lg_805 {
    height: 805px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_805, .block-editor__container .w_lg_805 {
    width: 805px;
  }
  body .h_lg_805, .block-editor__container .h_lg_805 {
    height: 805px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_810, .block-editor__container .w_lg_810 {
    width: 810px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_810, .block-editor__container .h_lg_810 {
    height: 810px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_810, .block-editor__container .w_lg_810 {
    width: 810px;
  }
  body .h_lg_810, .block-editor__container .h_lg_810 {
    height: 810px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_810, .block-editor__container .w_lg_810 {
    width: 810px;
  }
  body .h_lg_810, .block-editor__container .h_lg_810 {
    height: 810px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_810, .block-editor__container .w_lg_810 {
    width: 810px;
  }
  body .h_lg_810, .block-editor__container .h_lg_810 {
    height: 810px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_810, .block-editor__container .w_lg_810 {
    width: 810px;
  }
  body .h_lg_810, .block-editor__container .h_lg_810 {
    height: 810px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_815, .block-editor__container .w_lg_815 {
    width: 815px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_815, .block-editor__container .h_lg_815 {
    height: 815px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_815, .block-editor__container .w_lg_815 {
    width: 815px;
  }
  body .h_lg_815, .block-editor__container .h_lg_815 {
    height: 815px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_815, .block-editor__container .w_lg_815 {
    width: 815px;
  }
  body .h_lg_815, .block-editor__container .h_lg_815 {
    height: 815px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_815, .block-editor__container .w_lg_815 {
    width: 815px;
  }
  body .h_lg_815, .block-editor__container .h_lg_815 {
    height: 815px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_815, .block-editor__container .w_lg_815 {
    width: 815px;
  }
  body .h_lg_815, .block-editor__container .h_lg_815 {
    height: 815px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_820, .block-editor__container .w_lg_820 {
    width: 820px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_820, .block-editor__container .h_lg_820 {
    height: 820px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_820, .block-editor__container .w_lg_820 {
    width: 820px;
  }
  body .h_lg_820, .block-editor__container .h_lg_820 {
    height: 820px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_820, .block-editor__container .w_lg_820 {
    width: 820px;
  }
  body .h_lg_820, .block-editor__container .h_lg_820 {
    height: 820px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_820, .block-editor__container .w_lg_820 {
    width: 820px;
  }
  body .h_lg_820, .block-editor__container .h_lg_820 {
    height: 820px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_820, .block-editor__container .w_lg_820 {
    width: 820px;
  }
  body .h_lg_820, .block-editor__container .h_lg_820 {
    height: 820px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_825, .block-editor__container .w_lg_825 {
    width: 825px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_825, .block-editor__container .h_lg_825 {
    height: 825px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_825, .block-editor__container .w_lg_825 {
    width: 825px;
  }
  body .h_lg_825, .block-editor__container .h_lg_825 {
    height: 825px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_825, .block-editor__container .w_lg_825 {
    width: 825px;
  }
  body .h_lg_825, .block-editor__container .h_lg_825 {
    height: 825px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_825, .block-editor__container .w_lg_825 {
    width: 825px;
  }
  body .h_lg_825, .block-editor__container .h_lg_825 {
    height: 825px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_825, .block-editor__container .w_lg_825 {
    width: 825px;
  }
  body .h_lg_825, .block-editor__container .h_lg_825 {
    height: 825px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_830, .block-editor__container .w_lg_830 {
    width: 830px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_830, .block-editor__container .h_lg_830 {
    height: 830px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_830, .block-editor__container .w_lg_830 {
    width: 830px;
  }
  body .h_lg_830, .block-editor__container .h_lg_830 {
    height: 830px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_830, .block-editor__container .w_lg_830 {
    width: 830px;
  }
  body .h_lg_830, .block-editor__container .h_lg_830 {
    height: 830px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_830, .block-editor__container .w_lg_830 {
    width: 830px;
  }
  body .h_lg_830, .block-editor__container .h_lg_830 {
    height: 830px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_830, .block-editor__container .w_lg_830 {
    width: 830px;
  }
  body .h_lg_830, .block-editor__container .h_lg_830 {
    height: 830px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_835, .block-editor__container .w_lg_835 {
    width: 835px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_835, .block-editor__container .h_lg_835 {
    height: 835px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_835, .block-editor__container .w_lg_835 {
    width: 835px;
  }
  body .h_lg_835, .block-editor__container .h_lg_835 {
    height: 835px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_835, .block-editor__container .w_lg_835 {
    width: 835px;
  }
  body .h_lg_835, .block-editor__container .h_lg_835 {
    height: 835px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_835, .block-editor__container .w_lg_835 {
    width: 835px;
  }
  body .h_lg_835, .block-editor__container .h_lg_835 {
    height: 835px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_835, .block-editor__container .w_lg_835 {
    width: 835px;
  }
  body .h_lg_835, .block-editor__container .h_lg_835 {
    height: 835px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_840, .block-editor__container .w_lg_840 {
    width: 840px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_840, .block-editor__container .h_lg_840 {
    height: 840px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_840, .block-editor__container .w_lg_840 {
    width: 840px;
  }
  body .h_lg_840, .block-editor__container .h_lg_840 {
    height: 840px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_840, .block-editor__container .w_lg_840 {
    width: 840px;
  }
  body .h_lg_840, .block-editor__container .h_lg_840 {
    height: 840px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_840, .block-editor__container .w_lg_840 {
    width: 840px;
  }
  body .h_lg_840, .block-editor__container .h_lg_840 {
    height: 840px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_840, .block-editor__container .w_lg_840 {
    width: 840px;
  }
  body .h_lg_840, .block-editor__container .h_lg_840 {
    height: 840px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_845, .block-editor__container .w_lg_845 {
    width: 845px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_845, .block-editor__container .h_lg_845 {
    height: 845px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_845, .block-editor__container .w_lg_845 {
    width: 845px;
  }
  body .h_lg_845, .block-editor__container .h_lg_845 {
    height: 845px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_845, .block-editor__container .w_lg_845 {
    width: 845px;
  }
  body .h_lg_845, .block-editor__container .h_lg_845 {
    height: 845px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_845, .block-editor__container .w_lg_845 {
    width: 845px;
  }
  body .h_lg_845, .block-editor__container .h_lg_845 {
    height: 845px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_845, .block-editor__container .w_lg_845 {
    width: 845px;
  }
  body .h_lg_845, .block-editor__container .h_lg_845 {
    height: 845px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_850, .block-editor__container .w_lg_850 {
    width: 850px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_850, .block-editor__container .h_lg_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_850, .block-editor__container .w_lg_850 {
    width: 850px;
  }
  body .h_lg_850, .block-editor__container .h_lg_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_850, .block-editor__container .w_lg_850 {
    width: 850px;
  }
  body .h_lg_850, .block-editor__container .h_lg_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_850, .block-editor__container .w_lg_850 {
    width: 850px;
  }
  body .h_lg_850, .block-editor__container .h_lg_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_850, .block-editor__container .w_lg_850 {
    width: 850px;
  }
  body .h_lg_850, .block-editor__container .h_lg_850 {
    height: 850px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_855, .block-editor__container .w_lg_855 {
    width: 855px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_855, .block-editor__container .h_lg_855 {
    height: 855px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_855, .block-editor__container .w_lg_855 {
    width: 855px;
  }
  body .h_lg_855, .block-editor__container .h_lg_855 {
    height: 855px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_855, .block-editor__container .w_lg_855 {
    width: 855px;
  }
  body .h_lg_855, .block-editor__container .h_lg_855 {
    height: 855px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_855, .block-editor__container .w_lg_855 {
    width: 855px;
  }
  body .h_lg_855, .block-editor__container .h_lg_855 {
    height: 855px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_855, .block-editor__container .w_lg_855 {
    width: 855px;
  }
  body .h_lg_855, .block-editor__container .h_lg_855 {
    height: 855px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_860, .block-editor__container .w_lg_860 {
    width: 860px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_860, .block-editor__container .h_lg_860 {
    height: 860px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_860, .block-editor__container .w_lg_860 {
    width: 860px;
  }
  body .h_lg_860, .block-editor__container .h_lg_860 {
    height: 860px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_860, .block-editor__container .w_lg_860 {
    width: 860px;
  }
  body .h_lg_860, .block-editor__container .h_lg_860 {
    height: 860px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_860, .block-editor__container .w_lg_860 {
    width: 860px;
  }
  body .h_lg_860, .block-editor__container .h_lg_860 {
    height: 860px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_860, .block-editor__container .w_lg_860 {
    width: 860px;
  }
  body .h_lg_860, .block-editor__container .h_lg_860 {
    height: 860px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_865, .block-editor__container .w_lg_865 {
    width: 865px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_865, .block-editor__container .h_lg_865 {
    height: 865px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_865, .block-editor__container .w_lg_865 {
    width: 865px;
  }
  body .h_lg_865, .block-editor__container .h_lg_865 {
    height: 865px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_865, .block-editor__container .w_lg_865 {
    width: 865px;
  }
  body .h_lg_865, .block-editor__container .h_lg_865 {
    height: 865px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_865, .block-editor__container .w_lg_865 {
    width: 865px;
  }
  body .h_lg_865, .block-editor__container .h_lg_865 {
    height: 865px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_865, .block-editor__container .w_lg_865 {
    width: 865px;
  }
  body .h_lg_865, .block-editor__container .h_lg_865 {
    height: 865px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_870, .block-editor__container .w_lg_870 {
    width: 870px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_870, .block-editor__container .h_lg_870 {
    height: 870px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_870, .block-editor__container .w_lg_870 {
    width: 870px;
  }
  body .h_lg_870, .block-editor__container .h_lg_870 {
    height: 870px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_870, .block-editor__container .w_lg_870 {
    width: 870px;
  }
  body .h_lg_870, .block-editor__container .h_lg_870 {
    height: 870px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_870, .block-editor__container .w_lg_870 {
    width: 870px;
  }
  body .h_lg_870, .block-editor__container .h_lg_870 {
    height: 870px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_870, .block-editor__container .w_lg_870 {
    width: 870px;
  }
  body .h_lg_870, .block-editor__container .h_lg_870 {
    height: 870px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_875, .block-editor__container .w_lg_875 {
    width: 875px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_875, .block-editor__container .h_lg_875 {
    height: 875px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_875, .block-editor__container .w_lg_875 {
    width: 875px;
  }
  body .h_lg_875, .block-editor__container .h_lg_875 {
    height: 875px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_875, .block-editor__container .w_lg_875 {
    width: 875px;
  }
  body .h_lg_875, .block-editor__container .h_lg_875 {
    height: 875px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_875, .block-editor__container .w_lg_875 {
    width: 875px;
  }
  body .h_lg_875, .block-editor__container .h_lg_875 {
    height: 875px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_875, .block-editor__container .w_lg_875 {
    width: 875px;
  }
  body .h_lg_875, .block-editor__container .h_lg_875 {
    height: 875px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_880, .block-editor__container .w_lg_880 {
    width: 880px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_880, .block-editor__container .h_lg_880 {
    height: 880px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_880, .block-editor__container .w_lg_880 {
    width: 880px;
  }
  body .h_lg_880, .block-editor__container .h_lg_880 {
    height: 880px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_880, .block-editor__container .w_lg_880 {
    width: 880px;
  }
  body .h_lg_880, .block-editor__container .h_lg_880 {
    height: 880px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_880, .block-editor__container .w_lg_880 {
    width: 880px;
  }
  body .h_lg_880, .block-editor__container .h_lg_880 {
    height: 880px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_880, .block-editor__container .w_lg_880 {
    width: 880px;
  }
  body .h_lg_880, .block-editor__container .h_lg_880 {
    height: 880px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_885, .block-editor__container .w_lg_885 {
    width: 885px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_885, .block-editor__container .h_lg_885 {
    height: 885px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_885, .block-editor__container .w_lg_885 {
    width: 885px;
  }
  body .h_lg_885, .block-editor__container .h_lg_885 {
    height: 885px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_885, .block-editor__container .w_lg_885 {
    width: 885px;
  }
  body .h_lg_885, .block-editor__container .h_lg_885 {
    height: 885px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_885, .block-editor__container .w_lg_885 {
    width: 885px;
  }
  body .h_lg_885, .block-editor__container .h_lg_885 {
    height: 885px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_885, .block-editor__container .w_lg_885 {
    width: 885px;
  }
  body .h_lg_885, .block-editor__container .h_lg_885 {
    height: 885px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_890, .block-editor__container .w_lg_890 {
    width: 890px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_890, .block-editor__container .h_lg_890 {
    height: 890px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_890, .block-editor__container .w_lg_890 {
    width: 890px;
  }
  body .h_lg_890, .block-editor__container .h_lg_890 {
    height: 890px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_890, .block-editor__container .w_lg_890 {
    width: 890px;
  }
  body .h_lg_890, .block-editor__container .h_lg_890 {
    height: 890px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_890, .block-editor__container .w_lg_890 {
    width: 890px;
  }
  body .h_lg_890, .block-editor__container .h_lg_890 {
    height: 890px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_890, .block-editor__container .w_lg_890 {
    width: 890px;
  }
  body .h_lg_890, .block-editor__container .h_lg_890 {
    height: 890px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_895, .block-editor__container .w_lg_895 {
    width: 895px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_895, .block-editor__container .h_lg_895 {
    height: 895px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_895, .block-editor__container .w_lg_895 {
    width: 895px;
  }
  body .h_lg_895, .block-editor__container .h_lg_895 {
    height: 895px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_895, .block-editor__container .w_lg_895 {
    width: 895px;
  }
  body .h_lg_895, .block-editor__container .h_lg_895 {
    height: 895px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_895, .block-editor__container .w_lg_895 {
    width: 895px;
  }
  body .h_lg_895, .block-editor__container .h_lg_895 {
    height: 895px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_895, .block-editor__container .w_lg_895 {
    width: 895px;
  }
  body .h_lg_895, .block-editor__container .h_lg_895 {
    height: 895px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_900, .block-editor__container .w_lg_900 {
    width: 900px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_900, .block-editor__container .h_lg_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_900, .block-editor__container .w_lg_900 {
    width: 900px;
  }
  body .h_lg_900, .block-editor__container .h_lg_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_900, .block-editor__container .w_lg_900 {
    width: 900px;
  }
  body .h_lg_900, .block-editor__container .h_lg_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_900, .block-editor__container .w_lg_900 {
    width: 900px;
  }
  body .h_lg_900, .block-editor__container .h_lg_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_900, .block-editor__container .w_lg_900 {
    width: 900px;
  }
  body .h_lg_900, .block-editor__container .h_lg_900 {
    height: 900px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_905, .block-editor__container .w_lg_905 {
    width: 905px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_905, .block-editor__container .h_lg_905 {
    height: 905px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_905, .block-editor__container .w_lg_905 {
    width: 905px;
  }
  body .h_lg_905, .block-editor__container .h_lg_905 {
    height: 905px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_905, .block-editor__container .w_lg_905 {
    width: 905px;
  }
  body .h_lg_905, .block-editor__container .h_lg_905 {
    height: 905px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_905, .block-editor__container .w_lg_905 {
    width: 905px;
  }
  body .h_lg_905, .block-editor__container .h_lg_905 {
    height: 905px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_905, .block-editor__container .w_lg_905 {
    width: 905px;
  }
  body .h_lg_905, .block-editor__container .h_lg_905 {
    height: 905px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_910, .block-editor__container .w_lg_910 {
    width: 910px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_910, .block-editor__container .h_lg_910 {
    height: 910px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_910, .block-editor__container .w_lg_910 {
    width: 910px;
  }
  body .h_lg_910, .block-editor__container .h_lg_910 {
    height: 910px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_910, .block-editor__container .w_lg_910 {
    width: 910px;
  }
  body .h_lg_910, .block-editor__container .h_lg_910 {
    height: 910px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_910, .block-editor__container .w_lg_910 {
    width: 910px;
  }
  body .h_lg_910, .block-editor__container .h_lg_910 {
    height: 910px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_910, .block-editor__container .w_lg_910 {
    width: 910px;
  }
  body .h_lg_910, .block-editor__container .h_lg_910 {
    height: 910px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_915, .block-editor__container .w_lg_915 {
    width: 915px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_915, .block-editor__container .h_lg_915 {
    height: 915px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_915, .block-editor__container .w_lg_915 {
    width: 915px;
  }
  body .h_lg_915, .block-editor__container .h_lg_915 {
    height: 915px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_915, .block-editor__container .w_lg_915 {
    width: 915px;
  }
  body .h_lg_915, .block-editor__container .h_lg_915 {
    height: 915px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_915, .block-editor__container .w_lg_915 {
    width: 915px;
  }
  body .h_lg_915, .block-editor__container .h_lg_915 {
    height: 915px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_915, .block-editor__container .w_lg_915 {
    width: 915px;
  }
  body .h_lg_915, .block-editor__container .h_lg_915 {
    height: 915px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_920, .block-editor__container .w_lg_920 {
    width: 920px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_920, .block-editor__container .h_lg_920 {
    height: 920px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_920, .block-editor__container .w_lg_920 {
    width: 920px;
  }
  body .h_lg_920, .block-editor__container .h_lg_920 {
    height: 920px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_920, .block-editor__container .w_lg_920 {
    width: 920px;
  }
  body .h_lg_920, .block-editor__container .h_lg_920 {
    height: 920px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_920, .block-editor__container .w_lg_920 {
    width: 920px;
  }
  body .h_lg_920, .block-editor__container .h_lg_920 {
    height: 920px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_920, .block-editor__container .w_lg_920 {
    width: 920px;
  }
  body .h_lg_920, .block-editor__container .h_lg_920 {
    height: 920px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_925, .block-editor__container .w_lg_925 {
    width: 925px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_925, .block-editor__container .h_lg_925 {
    height: 925px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_925, .block-editor__container .w_lg_925 {
    width: 925px;
  }
  body .h_lg_925, .block-editor__container .h_lg_925 {
    height: 925px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_925, .block-editor__container .w_lg_925 {
    width: 925px;
  }
  body .h_lg_925, .block-editor__container .h_lg_925 {
    height: 925px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_925, .block-editor__container .w_lg_925 {
    width: 925px;
  }
  body .h_lg_925, .block-editor__container .h_lg_925 {
    height: 925px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_925, .block-editor__container .w_lg_925 {
    width: 925px;
  }
  body .h_lg_925, .block-editor__container .h_lg_925 {
    height: 925px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_930, .block-editor__container .w_lg_930 {
    width: 930px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_930, .block-editor__container .h_lg_930 {
    height: 930px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_930, .block-editor__container .w_lg_930 {
    width: 930px;
  }
  body .h_lg_930, .block-editor__container .h_lg_930 {
    height: 930px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_930, .block-editor__container .w_lg_930 {
    width: 930px;
  }
  body .h_lg_930, .block-editor__container .h_lg_930 {
    height: 930px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_930, .block-editor__container .w_lg_930 {
    width: 930px;
  }
  body .h_lg_930, .block-editor__container .h_lg_930 {
    height: 930px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_930, .block-editor__container .w_lg_930 {
    width: 930px;
  }
  body .h_lg_930, .block-editor__container .h_lg_930 {
    height: 930px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_935, .block-editor__container .w_lg_935 {
    width: 935px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_935, .block-editor__container .h_lg_935 {
    height: 935px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_935, .block-editor__container .w_lg_935 {
    width: 935px;
  }
  body .h_lg_935, .block-editor__container .h_lg_935 {
    height: 935px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_935, .block-editor__container .w_lg_935 {
    width: 935px;
  }
  body .h_lg_935, .block-editor__container .h_lg_935 {
    height: 935px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_935, .block-editor__container .w_lg_935 {
    width: 935px;
  }
  body .h_lg_935, .block-editor__container .h_lg_935 {
    height: 935px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_935, .block-editor__container .w_lg_935 {
    width: 935px;
  }
  body .h_lg_935, .block-editor__container .h_lg_935 {
    height: 935px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_940, .block-editor__container .w_lg_940 {
    width: 940px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_940, .block-editor__container .h_lg_940 {
    height: 940px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_940, .block-editor__container .w_lg_940 {
    width: 940px;
  }
  body .h_lg_940, .block-editor__container .h_lg_940 {
    height: 940px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_940, .block-editor__container .w_lg_940 {
    width: 940px;
  }
  body .h_lg_940, .block-editor__container .h_lg_940 {
    height: 940px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_940, .block-editor__container .w_lg_940 {
    width: 940px;
  }
  body .h_lg_940, .block-editor__container .h_lg_940 {
    height: 940px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_940, .block-editor__container .w_lg_940 {
    width: 940px;
  }
  body .h_lg_940, .block-editor__container .h_lg_940 {
    height: 940px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_945, .block-editor__container .w_lg_945 {
    width: 945px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_945, .block-editor__container .h_lg_945 {
    height: 945px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_945, .block-editor__container .w_lg_945 {
    width: 945px;
  }
  body .h_lg_945, .block-editor__container .h_lg_945 {
    height: 945px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_945, .block-editor__container .w_lg_945 {
    width: 945px;
  }
  body .h_lg_945, .block-editor__container .h_lg_945 {
    height: 945px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_945, .block-editor__container .w_lg_945 {
    width: 945px;
  }
  body .h_lg_945, .block-editor__container .h_lg_945 {
    height: 945px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_945, .block-editor__container .w_lg_945 {
    width: 945px;
  }
  body .h_lg_945, .block-editor__container .h_lg_945 {
    height: 945px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_950, .block-editor__container .w_lg_950 {
    width: 950px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_950, .block-editor__container .h_lg_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_950, .block-editor__container .w_lg_950 {
    width: 950px;
  }
  body .h_lg_950, .block-editor__container .h_lg_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_950, .block-editor__container .w_lg_950 {
    width: 950px;
  }
  body .h_lg_950, .block-editor__container .h_lg_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_950, .block-editor__container .w_lg_950 {
    width: 950px;
  }
  body .h_lg_950, .block-editor__container .h_lg_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_950, .block-editor__container .w_lg_950 {
    width: 950px;
  }
  body .h_lg_950, .block-editor__container .h_lg_950 {
    height: 950px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_955, .block-editor__container .w_lg_955 {
    width: 955px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_955, .block-editor__container .h_lg_955 {
    height: 955px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_955, .block-editor__container .w_lg_955 {
    width: 955px;
  }
  body .h_lg_955, .block-editor__container .h_lg_955 {
    height: 955px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_955, .block-editor__container .w_lg_955 {
    width: 955px;
  }
  body .h_lg_955, .block-editor__container .h_lg_955 {
    height: 955px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_955, .block-editor__container .w_lg_955 {
    width: 955px;
  }
  body .h_lg_955, .block-editor__container .h_lg_955 {
    height: 955px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_955, .block-editor__container .w_lg_955 {
    width: 955px;
  }
  body .h_lg_955, .block-editor__container .h_lg_955 {
    height: 955px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_960, .block-editor__container .w_lg_960 {
    width: 960px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_960, .block-editor__container .h_lg_960 {
    height: 960px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_960, .block-editor__container .w_lg_960 {
    width: 960px;
  }
  body .h_lg_960, .block-editor__container .h_lg_960 {
    height: 960px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_960, .block-editor__container .w_lg_960 {
    width: 960px;
  }
  body .h_lg_960, .block-editor__container .h_lg_960 {
    height: 960px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_960, .block-editor__container .w_lg_960 {
    width: 960px;
  }
  body .h_lg_960, .block-editor__container .h_lg_960 {
    height: 960px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_960, .block-editor__container .w_lg_960 {
    width: 960px;
  }
  body .h_lg_960, .block-editor__container .h_lg_960 {
    height: 960px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_965, .block-editor__container .w_lg_965 {
    width: 965px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_965, .block-editor__container .h_lg_965 {
    height: 965px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_965, .block-editor__container .w_lg_965 {
    width: 965px;
  }
  body .h_lg_965, .block-editor__container .h_lg_965 {
    height: 965px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_965, .block-editor__container .w_lg_965 {
    width: 965px;
  }
  body .h_lg_965, .block-editor__container .h_lg_965 {
    height: 965px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_965, .block-editor__container .w_lg_965 {
    width: 965px;
  }
  body .h_lg_965, .block-editor__container .h_lg_965 {
    height: 965px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_965, .block-editor__container .w_lg_965 {
    width: 965px;
  }
  body .h_lg_965, .block-editor__container .h_lg_965 {
    height: 965px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_970, .block-editor__container .w_lg_970 {
    width: 970px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_970, .block-editor__container .h_lg_970 {
    height: 970px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_970, .block-editor__container .w_lg_970 {
    width: 970px;
  }
  body .h_lg_970, .block-editor__container .h_lg_970 {
    height: 970px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_970, .block-editor__container .w_lg_970 {
    width: 970px;
  }
  body .h_lg_970, .block-editor__container .h_lg_970 {
    height: 970px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_970, .block-editor__container .w_lg_970 {
    width: 970px;
  }
  body .h_lg_970, .block-editor__container .h_lg_970 {
    height: 970px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_970, .block-editor__container .w_lg_970 {
    width: 970px;
  }
  body .h_lg_970, .block-editor__container .h_lg_970 {
    height: 970px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_975, .block-editor__container .w_lg_975 {
    width: 975px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_975, .block-editor__container .h_lg_975 {
    height: 975px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_975, .block-editor__container .w_lg_975 {
    width: 975px;
  }
  body .h_lg_975, .block-editor__container .h_lg_975 {
    height: 975px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_975, .block-editor__container .w_lg_975 {
    width: 975px;
  }
  body .h_lg_975, .block-editor__container .h_lg_975 {
    height: 975px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_975, .block-editor__container .w_lg_975 {
    width: 975px;
  }
  body .h_lg_975, .block-editor__container .h_lg_975 {
    height: 975px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_975, .block-editor__container .w_lg_975 {
    width: 975px;
  }
  body .h_lg_975, .block-editor__container .h_lg_975 {
    height: 975px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_980, .block-editor__container .w_lg_980 {
    width: 980px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_980, .block-editor__container .h_lg_980 {
    height: 980px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_980, .block-editor__container .w_lg_980 {
    width: 980px;
  }
  body .h_lg_980, .block-editor__container .h_lg_980 {
    height: 980px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_980, .block-editor__container .w_lg_980 {
    width: 980px;
  }
  body .h_lg_980, .block-editor__container .h_lg_980 {
    height: 980px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_980, .block-editor__container .w_lg_980 {
    width: 980px;
  }
  body .h_lg_980, .block-editor__container .h_lg_980 {
    height: 980px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_980, .block-editor__container .w_lg_980 {
    width: 980px;
  }
  body .h_lg_980, .block-editor__container .h_lg_980 {
    height: 980px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_985, .block-editor__container .w_lg_985 {
    width: 985px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_985, .block-editor__container .h_lg_985 {
    height: 985px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_985, .block-editor__container .w_lg_985 {
    width: 985px;
  }
  body .h_lg_985, .block-editor__container .h_lg_985 {
    height: 985px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_985, .block-editor__container .w_lg_985 {
    width: 985px;
  }
  body .h_lg_985, .block-editor__container .h_lg_985 {
    height: 985px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_985, .block-editor__container .w_lg_985 {
    width: 985px;
  }
  body .h_lg_985, .block-editor__container .h_lg_985 {
    height: 985px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_985, .block-editor__container .w_lg_985 {
    width: 985px;
  }
  body .h_lg_985, .block-editor__container .h_lg_985 {
    height: 985px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_990, .block-editor__container .w_lg_990 {
    width: 990px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_990, .block-editor__container .h_lg_990 {
    height: 990px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_990, .block-editor__container .w_lg_990 {
    width: 990px;
  }
  body .h_lg_990, .block-editor__container .h_lg_990 {
    height: 990px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_990, .block-editor__container .w_lg_990 {
    width: 990px;
  }
  body .h_lg_990, .block-editor__container .h_lg_990 {
    height: 990px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_990, .block-editor__container .w_lg_990 {
    width: 990px;
  }
  body .h_lg_990, .block-editor__container .h_lg_990 {
    height: 990px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_990, .block-editor__container .w_lg_990 {
    width: 990px;
  }
  body .h_lg_990, .block-editor__container .h_lg_990 {
    height: 990px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_995, .block-editor__container .w_lg_995 {
    width: 995px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_995, .block-editor__container .h_lg_995 {
    height: 995px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_995, .block-editor__container .w_lg_995 {
    width: 995px;
  }
  body .h_lg_995, .block-editor__container .h_lg_995 {
    height: 995px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_995, .block-editor__container .w_lg_995 {
    width: 995px;
  }
  body .h_lg_995, .block-editor__container .h_lg_995 {
    height: 995px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_995, .block-editor__container .w_lg_995 {
    width: 995px;
  }
  body .h_lg_995, .block-editor__container .h_lg_995 {
    height: 995px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_995, .block-editor__container .w_lg_995 {
    width: 995px;
  }
  body .h_lg_995, .block-editor__container .h_lg_995 {
    height: 995px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_1000, .block-editor__container .w_lg_1000 {
    width: 1000px;
  }
}
@media only screen and (min-width: 650px) {
  body .h_lg_1000, .block-editor__container .h_lg_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1439.98px) {
  body .w_lg_1000, .block-editor__container .w_lg_1000 {
    width: 1000px;
  }
  body .h_lg_1000, .block-editor__container .h_lg_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 991.98px) {
  body .w_lg_1000, .block-editor__container .w_lg_1000 {
    width: 1000px;
  }
  body .h_lg_1000, .block-editor__container .h_lg_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  body .w_lg_1000, .block-editor__container .w_lg_1000 {
    width: 1000px;
  }
  body .h_lg_1000, .block-editor__container .h_lg_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 575.98px) {
  body .w_lg_1000, .block-editor__container .w_lg_1000 {
    width: 1000px;
  }
  body .h_lg_1000, .block-editor__container .h_lg_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_5, .block-editor__container .w_sm_5 {
    width: 5px;
  }
  body .h_sm_5, .block-editor__container .h_sm_5 {
    height: 5px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_5, .block-editor__container .w_sm_5 {
    width: 5px;
  }
  body .h_sm_5, .block-editor__container .h_sm_5 {
    height: 5px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_5, .block-editor__container .w_sm_5 {
    width: 5px;
  }
  body .h_sm_5, .block-editor__container .h_sm_5 {
    height: 5px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_5, .block-editor__container .w_sm_5 {
    width: 5px;
  }
  body .h_sm_5, .block-editor__container .h_sm_5 {
    height: 5px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_5, .block-editor__container .w_sm_5 {
    width: 5px;
  }
  body .h_sm_5, .block-editor__container .h_sm_5 {
    height: 5px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_10, .block-editor__container .w_sm_10 {
    width: 10px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_10, .block-editor__container .h_sm_10 {
    height: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_10, .block-editor__container .w_sm_10 {
    width: 10px;
  }
  body .h_sm_10, .block-editor__container .h_sm_10 {
    height: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_10, .block-editor__container .w_sm_10 {
    width: 10px;
  }
  body .h_sm_10, .block-editor__container .h_sm_10 {
    height: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_10, .block-editor__container .w_sm_10 {
    width: 10px;
  }
  body .h_sm_10, .block-editor__container .h_sm_10 {
    height: 10px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_10, .block-editor__container .w_sm_10 {
    width: 10px;
  }
  body .h_sm_10, .block-editor__container .h_sm_10 {
    height: 10px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_15, .block-editor__container .w_sm_15 {
    width: 15px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_15, .block-editor__container .h_sm_15 {
    height: 15px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_15, .block-editor__container .w_sm_15 {
    width: 15px;
  }
  body .h_sm_15, .block-editor__container .h_sm_15 {
    height: 15px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_15, .block-editor__container .w_sm_15 {
    width: 15px;
  }
  body .h_sm_15, .block-editor__container .h_sm_15 {
    height: 15px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_15, .block-editor__container .w_sm_15 {
    width: 15px;
  }
  body .h_sm_15, .block-editor__container .h_sm_15 {
    height: 15px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_15, .block-editor__container .w_sm_15 {
    width: 15px;
  }
  body .h_sm_15, .block-editor__container .h_sm_15 {
    height: 15px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_20, .block-editor__container .w_sm_20 {
    width: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_20, .block-editor__container .h_sm_20 {
    height: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_20, .block-editor__container .w_sm_20 {
    width: 20px;
  }
  body .h_sm_20, .block-editor__container .h_sm_20 {
    height: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_20, .block-editor__container .w_sm_20 {
    width: 20px;
  }
  body .h_sm_20, .block-editor__container .h_sm_20 {
    height: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_20, .block-editor__container .w_sm_20 {
    width: 20px;
  }
  body .h_sm_20, .block-editor__container .h_sm_20 {
    height: 20px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_20, .block-editor__container .w_sm_20 {
    width: 20px;
  }
  body .h_sm_20, .block-editor__container .h_sm_20 {
    height: 20px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_25, .block-editor__container .w_sm_25 {
    width: 25px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_25, .block-editor__container .h_sm_25 {
    height: 25px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_25, .block-editor__container .w_sm_25 {
    width: 25px;
  }
  body .h_sm_25, .block-editor__container .h_sm_25 {
    height: 25px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_25, .block-editor__container .w_sm_25 {
    width: 25px;
  }
  body .h_sm_25, .block-editor__container .h_sm_25 {
    height: 25px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_25, .block-editor__container .w_sm_25 {
    width: 25px;
  }
  body .h_sm_25, .block-editor__container .h_sm_25 {
    height: 25px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_25, .block-editor__container .w_sm_25 {
    width: 25px;
  }
  body .h_sm_25, .block-editor__container .h_sm_25 {
    height: 25px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_30, .block-editor__container .w_sm_30 {
    width: 30px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_30, .block-editor__container .h_sm_30 {
    height: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_30, .block-editor__container .w_sm_30 {
    width: 30px;
  }
  body .h_sm_30, .block-editor__container .h_sm_30 {
    height: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_30, .block-editor__container .w_sm_30 {
    width: 30px;
  }
  body .h_sm_30, .block-editor__container .h_sm_30 {
    height: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_30, .block-editor__container .w_sm_30 {
    width: 30px;
  }
  body .h_sm_30, .block-editor__container .h_sm_30 {
    height: 30px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_30, .block-editor__container .w_sm_30 {
    width: 30px;
  }
  body .h_sm_30, .block-editor__container .h_sm_30 {
    height: 30px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_35, .block-editor__container .w_sm_35 {
    width: 35px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_35, .block-editor__container .h_sm_35 {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_35, .block-editor__container .w_sm_35 {
    width: 35px;
  }
  body .h_sm_35, .block-editor__container .h_sm_35 {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_35, .block-editor__container .w_sm_35 {
    width: 35px;
  }
  body .h_sm_35, .block-editor__container .h_sm_35 {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_35, .block-editor__container .w_sm_35 {
    width: 35px;
  }
  body .h_sm_35, .block-editor__container .h_sm_35 {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_35, .block-editor__container .w_sm_35 {
    width: 35px;
  }
  body .h_sm_35, .block-editor__container .h_sm_35 {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_40, .block-editor__container .w_sm_40 {
    width: 40px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_40, .block-editor__container .h_sm_40 {
    height: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_40, .block-editor__container .w_sm_40 {
    width: 40px;
  }
  body .h_sm_40, .block-editor__container .h_sm_40 {
    height: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_40, .block-editor__container .w_sm_40 {
    width: 40px;
  }
  body .h_sm_40, .block-editor__container .h_sm_40 {
    height: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_40, .block-editor__container .w_sm_40 {
    width: 40px;
  }
  body .h_sm_40, .block-editor__container .h_sm_40 {
    height: 40px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_40, .block-editor__container .w_sm_40 {
    width: 40px;
  }
  body .h_sm_40, .block-editor__container .h_sm_40 {
    height: 40px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_45, .block-editor__container .w_sm_45 {
    width: 45px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_45, .block-editor__container .h_sm_45 {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_45, .block-editor__container .w_sm_45 {
    width: 45px;
  }
  body .h_sm_45, .block-editor__container .h_sm_45 {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_45, .block-editor__container .w_sm_45 {
    width: 45px;
  }
  body .h_sm_45, .block-editor__container .h_sm_45 {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_45, .block-editor__container .w_sm_45 {
    width: 45px;
  }
  body .h_sm_45, .block-editor__container .h_sm_45 {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_45, .block-editor__container .w_sm_45 {
    width: 45px;
  }
  body .h_sm_45, .block-editor__container .h_sm_45 {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_50, .block-editor__container .w_sm_50 {
    width: 50px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_50, .block-editor__container .h_sm_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_50, .block-editor__container .w_sm_50 {
    width: 50px;
  }
  body .h_sm_50, .block-editor__container .h_sm_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_50, .block-editor__container .w_sm_50 {
    width: 50px;
  }
  body .h_sm_50, .block-editor__container .h_sm_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_50, .block-editor__container .w_sm_50 {
    width: 50px;
  }
  body .h_sm_50, .block-editor__container .h_sm_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_50, .block-editor__container .w_sm_50 {
    width: 50px;
  }
  body .h_sm_50, .block-editor__container .h_sm_50 {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_55, .block-editor__container .w_sm_55 {
    width: 55px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_55, .block-editor__container .h_sm_55 {
    height: 55px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_55, .block-editor__container .w_sm_55 {
    width: 55px;
  }
  body .h_sm_55, .block-editor__container .h_sm_55 {
    height: 55px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_55, .block-editor__container .w_sm_55 {
    width: 55px;
  }
  body .h_sm_55, .block-editor__container .h_sm_55 {
    height: 55px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_55, .block-editor__container .w_sm_55 {
    width: 55px;
  }
  body .h_sm_55, .block-editor__container .h_sm_55 {
    height: 55px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_55, .block-editor__container .w_sm_55 {
    width: 55px;
  }
  body .h_sm_55, .block-editor__container .h_sm_55 {
    height: 55px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_60, .block-editor__container .w_sm_60 {
    width: 60px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_60, .block-editor__container .h_sm_60 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_60, .block-editor__container .w_sm_60 {
    width: 60px;
  }
  body .h_sm_60, .block-editor__container .h_sm_60 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_60, .block-editor__container .w_sm_60 {
    width: 60px;
  }
  body .h_sm_60, .block-editor__container .h_sm_60 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_60, .block-editor__container .w_sm_60 {
    width: 60px;
  }
  body .h_sm_60, .block-editor__container .h_sm_60 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_60, .block-editor__container .w_sm_60 {
    width: 60px;
  }
  body .h_sm_60, .block-editor__container .h_sm_60 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_65, .block-editor__container .w_sm_65 {
    width: 65px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_65, .block-editor__container .h_sm_65 {
    height: 65px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_65, .block-editor__container .w_sm_65 {
    width: 65px;
  }
  body .h_sm_65, .block-editor__container .h_sm_65 {
    height: 65px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_65, .block-editor__container .w_sm_65 {
    width: 65px;
  }
  body .h_sm_65, .block-editor__container .h_sm_65 {
    height: 65px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_65, .block-editor__container .w_sm_65 {
    width: 65px;
  }
  body .h_sm_65, .block-editor__container .h_sm_65 {
    height: 65px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_65, .block-editor__container .w_sm_65 {
    width: 65px;
  }
  body .h_sm_65, .block-editor__container .h_sm_65 {
    height: 65px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_70, .block-editor__container .w_sm_70 {
    width: 70px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_70, .block-editor__container .h_sm_70 {
    height: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_70, .block-editor__container .w_sm_70 {
    width: 70px;
  }
  body .h_sm_70, .block-editor__container .h_sm_70 {
    height: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_70, .block-editor__container .w_sm_70 {
    width: 70px;
  }
  body .h_sm_70, .block-editor__container .h_sm_70 {
    height: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_70, .block-editor__container .w_sm_70 {
    width: 70px;
  }
  body .h_sm_70, .block-editor__container .h_sm_70 {
    height: 70px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_70, .block-editor__container .w_sm_70 {
    width: 70px;
  }
  body .h_sm_70, .block-editor__container .h_sm_70 {
    height: 70px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_75, .block-editor__container .w_sm_75 {
    width: 75px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_75, .block-editor__container .h_sm_75 {
    height: 75px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_75, .block-editor__container .w_sm_75 {
    width: 75px;
  }
  body .h_sm_75, .block-editor__container .h_sm_75 {
    height: 75px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_75, .block-editor__container .w_sm_75 {
    width: 75px;
  }
  body .h_sm_75, .block-editor__container .h_sm_75 {
    height: 75px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_75, .block-editor__container .w_sm_75 {
    width: 75px;
  }
  body .h_sm_75, .block-editor__container .h_sm_75 {
    height: 75px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_75, .block-editor__container .w_sm_75 {
    width: 75px;
  }
  body .h_sm_75, .block-editor__container .h_sm_75 {
    height: 75px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_80, .block-editor__container .w_sm_80 {
    width: 80px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_80, .block-editor__container .h_sm_80 {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_80, .block-editor__container .w_sm_80 {
    width: 80px;
  }
  body .h_sm_80, .block-editor__container .h_sm_80 {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_80, .block-editor__container .w_sm_80 {
    width: 80px;
  }
  body .h_sm_80, .block-editor__container .h_sm_80 {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_80, .block-editor__container .w_sm_80 {
    width: 80px;
  }
  body .h_sm_80, .block-editor__container .h_sm_80 {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_80, .block-editor__container .w_sm_80 {
    width: 80px;
  }
  body .h_sm_80, .block-editor__container .h_sm_80 {
    height: 80px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_85, .block-editor__container .w_sm_85 {
    width: 85px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_85, .block-editor__container .h_sm_85 {
    height: 85px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_85, .block-editor__container .w_sm_85 {
    width: 85px;
  }
  body .h_sm_85, .block-editor__container .h_sm_85 {
    height: 85px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_85, .block-editor__container .w_sm_85 {
    width: 85px;
  }
  body .h_sm_85, .block-editor__container .h_sm_85 {
    height: 85px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_85, .block-editor__container .w_sm_85 {
    width: 85px;
  }
  body .h_sm_85, .block-editor__container .h_sm_85 {
    height: 85px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_85, .block-editor__container .w_sm_85 {
    width: 85px;
  }
  body .h_sm_85, .block-editor__container .h_sm_85 {
    height: 85px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_90, .block-editor__container .w_sm_90 {
    width: 90px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_90, .block-editor__container .h_sm_90 {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_90, .block-editor__container .w_sm_90 {
    width: 90px;
  }
  body .h_sm_90, .block-editor__container .h_sm_90 {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_90, .block-editor__container .w_sm_90 {
    width: 90px;
  }
  body .h_sm_90, .block-editor__container .h_sm_90 {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_90, .block-editor__container .w_sm_90 {
    width: 90px;
  }
  body .h_sm_90, .block-editor__container .h_sm_90 {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_90, .block-editor__container .w_sm_90 {
    width: 90px;
  }
  body .h_sm_90, .block-editor__container .h_sm_90 {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_95, .block-editor__container .w_sm_95 {
    width: 95px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_95, .block-editor__container .h_sm_95 {
    height: 95px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_95, .block-editor__container .w_sm_95 {
    width: 95px;
  }
  body .h_sm_95, .block-editor__container .h_sm_95 {
    height: 95px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_95, .block-editor__container .w_sm_95 {
    width: 95px;
  }
  body .h_sm_95, .block-editor__container .h_sm_95 {
    height: 95px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_95, .block-editor__container .w_sm_95 {
    width: 95px;
  }
  body .h_sm_95, .block-editor__container .h_sm_95 {
    height: 95px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_95, .block-editor__container .w_sm_95 {
    width: 95px;
  }
  body .h_sm_95, .block-editor__container .h_sm_95 {
    height: 95px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_100, .block-editor__container .w_sm_100 {
    width: 100px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_100, .block-editor__container .h_sm_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_100, .block-editor__container .w_sm_100 {
    width: 100px;
  }
  body .h_sm_100, .block-editor__container .h_sm_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_100, .block-editor__container .w_sm_100 {
    width: 100px;
  }
  body .h_sm_100, .block-editor__container .h_sm_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_100, .block-editor__container .w_sm_100 {
    width: 100px;
  }
  body .h_sm_100, .block-editor__container .h_sm_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_100, .block-editor__container .w_sm_100 {
    width: 100px;
  }
  body .h_sm_100, .block-editor__container .h_sm_100 {
    height: 100px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_105, .block-editor__container .w_sm_105 {
    width: 105px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_105, .block-editor__container .h_sm_105 {
    height: 105px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_105, .block-editor__container .w_sm_105 {
    width: 105px;
  }
  body .h_sm_105, .block-editor__container .h_sm_105 {
    height: 105px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_105, .block-editor__container .w_sm_105 {
    width: 105px;
  }
  body .h_sm_105, .block-editor__container .h_sm_105 {
    height: 105px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_105, .block-editor__container .w_sm_105 {
    width: 105px;
  }
  body .h_sm_105, .block-editor__container .h_sm_105 {
    height: 105px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_105, .block-editor__container .w_sm_105 {
    width: 105px;
  }
  body .h_sm_105, .block-editor__container .h_sm_105 {
    height: 105px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_110, .block-editor__container .w_sm_110 {
    width: 110px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_110, .block-editor__container .h_sm_110 {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_110, .block-editor__container .w_sm_110 {
    width: 110px;
  }
  body .h_sm_110, .block-editor__container .h_sm_110 {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_110, .block-editor__container .w_sm_110 {
    width: 110px;
  }
  body .h_sm_110, .block-editor__container .h_sm_110 {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_110, .block-editor__container .w_sm_110 {
    width: 110px;
  }
  body .h_sm_110, .block-editor__container .h_sm_110 {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_110, .block-editor__container .w_sm_110 {
    width: 110px;
  }
  body .h_sm_110, .block-editor__container .h_sm_110 {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_115, .block-editor__container .w_sm_115 {
    width: 115px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_115, .block-editor__container .h_sm_115 {
    height: 115px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_115, .block-editor__container .w_sm_115 {
    width: 115px;
  }
  body .h_sm_115, .block-editor__container .h_sm_115 {
    height: 115px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_115, .block-editor__container .w_sm_115 {
    width: 115px;
  }
  body .h_sm_115, .block-editor__container .h_sm_115 {
    height: 115px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_115, .block-editor__container .w_sm_115 {
    width: 115px;
  }
  body .h_sm_115, .block-editor__container .h_sm_115 {
    height: 115px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_115, .block-editor__container .w_sm_115 {
    width: 115px;
  }
  body .h_sm_115, .block-editor__container .h_sm_115 {
    height: 115px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_120, .block-editor__container .w_sm_120 {
    width: 120px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_120, .block-editor__container .h_sm_120 {
    height: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_120, .block-editor__container .w_sm_120 {
    width: 120px;
  }
  body .h_sm_120, .block-editor__container .h_sm_120 {
    height: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_120, .block-editor__container .w_sm_120 {
    width: 120px;
  }
  body .h_sm_120, .block-editor__container .h_sm_120 {
    height: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_120, .block-editor__container .w_sm_120 {
    width: 120px;
  }
  body .h_sm_120, .block-editor__container .h_sm_120 {
    height: 120px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_120, .block-editor__container .w_sm_120 {
    width: 120px;
  }
  body .h_sm_120, .block-editor__container .h_sm_120 {
    height: 120px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_125, .block-editor__container .w_sm_125 {
    width: 125px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_125, .block-editor__container .h_sm_125 {
    height: 125px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_125, .block-editor__container .w_sm_125 {
    width: 125px;
  }
  body .h_sm_125, .block-editor__container .h_sm_125 {
    height: 125px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_125, .block-editor__container .w_sm_125 {
    width: 125px;
  }
  body .h_sm_125, .block-editor__container .h_sm_125 {
    height: 125px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_125, .block-editor__container .w_sm_125 {
    width: 125px;
  }
  body .h_sm_125, .block-editor__container .h_sm_125 {
    height: 125px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_125, .block-editor__container .w_sm_125 {
    width: 125px;
  }
  body .h_sm_125, .block-editor__container .h_sm_125 {
    height: 125px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_130, .block-editor__container .w_sm_130 {
    width: 130px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_130, .block-editor__container .h_sm_130 {
    height: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_130, .block-editor__container .w_sm_130 {
    width: 130px;
  }
  body .h_sm_130, .block-editor__container .h_sm_130 {
    height: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_130, .block-editor__container .w_sm_130 {
    width: 130px;
  }
  body .h_sm_130, .block-editor__container .h_sm_130 {
    height: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_130, .block-editor__container .w_sm_130 {
    width: 130px;
  }
  body .h_sm_130, .block-editor__container .h_sm_130 {
    height: 130px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_130, .block-editor__container .w_sm_130 {
    width: 130px;
  }
  body .h_sm_130, .block-editor__container .h_sm_130 {
    height: 130px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_135, .block-editor__container .w_sm_135 {
    width: 135px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_135, .block-editor__container .h_sm_135 {
    height: 135px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_135, .block-editor__container .w_sm_135 {
    width: 135px;
  }
  body .h_sm_135, .block-editor__container .h_sm_135 {
    height: 135px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_135, .block-editor__container .w_sm_135 {
    width: 135px;
  }
  body .h_sm_135, .block-editor__container .h_sm_135 {
    height: 135px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_135, .block-editor__container .w_sm_135 {
    width: 135px;
  }
  body .h_sm_135, .block-editor__container .h_sm_135 {
    height: 135px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_135, .block-editor__container .w_sm_135 {
    width: 135px;
  }
  body .h_sm_135, .block-editor__container .h_sm_135 {
    height: 135px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_140, .block-editor__container .w_sm_140 {
    width: 140px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_140, .block-editor__container .h_sm_140 {
    height: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_140, .block-editor__container .w_sm_140 {
    width: 140px;
  }
  body .h_sm_140, .block-editor__container .h_sm_140 {
    height: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_140, .block-editor__container .w_sm_140 {
    width: 140px;
  }
  body .h_sm_140, .block-editor__container .h_sm_140 {
    height: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_140, .block-editor__container .w_sm_140 {
    width: 140px;
  }
  body .h_sm_140, .block-editor__container .h_sm_140 {
    height: 140px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_140, .block-editor__container .w_sm_140 {
    width: 140px;
  }
  body .h_sm_140, .block-editor__container .h_sm_140 {
    height: 140px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_145, .block-editor__container .w_sm_145 {
    width: 145px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_145, .block-editor__container .h_sm_145 {
    height: 145px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_145, .block-editor__container .w_sm_145 {
    width: 145px;
  }
  body .h_sm_145, .block-editor__container .h_sm_145 {
    height: 145px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_145, .block-editor__container .w_sm_145 {
    width: 145px;
  }
  body .h_sm_145, .block-editor__container .h_sm_145 {
    height: 145px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_145, .block-editor__container .w_sm_145 {
    width: 145px;
  }
  body .h_sm_145, .block-editor__container .h_sm_145 {
    height: 145px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_145, .block-editor__container .w_sm_145 {
    width: 145px;
  }
  body .h_sm_145, .block-editor__container .h_sm_145 {
    height: 145px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_150, .block-editor__container .w_sm_150 {
    width: 150px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_150, .block-editor__container .h_sm_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_150, .block-editor__container .w_sm_150 {
    width: 150px;
  }
  body .h_sm_150, .block-editor__container .h_sm_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_150, .block-editor__container .w_sm_150 {
    width: 150px;
  }
  body .h_sm_150, .block-editor__container .h_sm_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_150, .block-editor__container .w_sm_150 {
    width: 150px;
  }
  body .h_sm_150, .block-editor__container .h_sm_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_150, .block-editor__container .w_sm_150 {
    width: 150px;
  }
  body .h_sm_150, .block-editor__container .h_sm_150 {
    height: 150px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_155, .block-editor__container .w_sm_155 {
    width: 155px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_155, .block-editor__container .h_sm_155 {
    height: 155px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_155, .block-editor__container .w_sm_155 {
    width: 155px;
  }
  body .h_sm_155, .block-editor__container .h_sm_155 {
    height: 155px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_155, .block-editor__container .w_sm_155 {
    width: 155px;
  }
  body .h_sm_155, .block-editor__container .h_sm_155 {
    height: 155px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_155, .block-editor__container .w_sm_155 {
    width: 155px;
  }
  body .h_sm_155, .block-editor__container .h_sm_155 {
    height: 155px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_155, .block-editor__container .w_sm_155 {
    width: 155px;
  }
  body .h_sm_155, .block-editor__container .h_sm_155 {
    height: 155px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_160, .block-editor__container .w_sm_160 {
    width: 160px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_160, .block-editor__container .h_sm_160 {
    height: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_160, .block-editor__container .w_sm_160 {
    width: 160px;
  }
  body .h_sm_160, .block-editor__container .h_sm_160 {
    height: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_160, .block-editor__container .w_sm_160 {
    width: 160px;
  }
  body .h_sm_160, .block-editor__container .h_sm_160 {
    height: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_160, .block-editor__container .w_sm_160 {
    width: 160px;
  }
  body .h_sm_160, .block-editor__container .h_sm_160 {
    height: 160px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_160, .block-editor__container .w_sm_160 {
    width: 160px;
  }
  body .h_sm_160, .block-editor__container .h_sm_160 {
    height: 160px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_165, .block-editor__container .w_sm_165 {
    width: 165px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_165, .block-editor__container .h_sm_165 {
    height: 165px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_165, .block-editor__container .w_sm_165 {
    width: 165px;
  }
  body .h_sm_165, .block-editor__container .h_sm_165 {
    height: 165px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_165, .block-editor__container .w_sm_165 {
    width: 165px;
  }
  body .h_sm_165, .block-editor__container .h_sm_165 {
    height: 165px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_165, .block-editor__container .w_sm_165 {
    width: 165px;
  }
  body .h_sm_165, .block-editor__container .h_sm_165 {
    height: 165px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_165, .block-editor__container .w_sm_165 {
    width: 165px;
  }
  body .h_sm_165, .block-editor__container .h_sm_165 {
    height: 165px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_170, .block-editor__container .w_sm_170 {
    width: 170px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_170, .block-editor__container .h_sm_170 {
    height: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_170, .block-editor__container .w_sm_170 {
    width: 170px;
  }
  body .h_sm_170, .block-editor__container .h_sm_170 {
    height: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_170, .block-editor__container .w_sm_170 {
    width: 170px;
  }
  body .h_sm_170, .block-editor__container .h_sm_170 {
    height: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_170, .block-editor__container .w_sm_170 {
    width: 170px;
  }
  body .h_sm_170, .block-editor__container .h_sm_170 {
    height: 170px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_170, .block-editor__container .w_sm_170 {
    width: 170px;
  }
  body .h_sm_170, .block-editor__container .h_sm_170 {
    height: 170px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_175, .block-editor__container .w_sm_175 {
    width: 175px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_175, .block-editor__container .h_sm_175 {
    height: 175px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_175, .block-editor__container .w_sm_175 {
    width: 175px;
  }
  body .h_sm_175, .block-editor__container .h_sm_175 {
    height: 175px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_175, .block-editor__container .w_sm_175 {
    width: 175px;
  }
  body .h_sm_175, .block-editor__container .h_sm_175 {
    height: 175px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_175, .block-editor__container .w_sm_175 {
    width: 175px;
  }
  body .h_sm_175, .block-editor__container .h_sm_175 {
    height: 175px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_175, .block-editor__container .w_sm_175 {
    width: 175px;
  }
  body .h_sm_175, .block-editor__container .h_sm_175 {
    height: 175px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_180, .block-editor__container .w_sm_180 {
    width: 180px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_180, .block-editor__container .h_sm_180 {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_180, .block-editor__container .w_sm_180 {
    width: 180px;
  }
  body .h_sm_180, .block-editor__container .h_sm_180 {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_180, .block-editor__container .w_sm_180 {
    width: 180px;
  }
  body .h_sm_180, .block-editor__container .h_sm_180 {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_180, .block-editor__container .w_sm_180 {
    width: 180px;
  }
  body .h_sm_180, .block-editor__container .h_sm_180 {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_180, .block-editor__container .w_sm_180 {
    width: 180px;
  }
  body .h_sm_180, .block-editor__container .h_sm_180 {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_185, .block-editor__container .w_sm_185 {
    width: 185px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_185, .block-editor__container .h_sm_185 {
    height: 185px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_185, .block-editor__container .w_sm_185 {
    width: 185px;
  }
  body .h_sm_185, .block-editor__container .h_sm_185 {
    height: 185px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_185, .block-editor__container .w_sm_185 {
    width: 185px;
  }
  body .h_sm_185, .block-editor__container .h_sm_185 {
    height: 185px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_185, .block-editor__container .w_sm_185 {
    width: 185px;
  }
  body .h_sm_185, .block-editor__container .h_sm_185 {
    height: 185px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_185, .block-editor__container .w_sm_185 {
    width: 185px;
  }
  body .h_sm_185, .block-editor__container .h_sm_185 {
    height: 185px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_190, .block-editor__container .w_sm_190 {
    width: 190px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_190, .block-editor__container .h_sm_190 {
    height: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_190, .block-editor__container .w_sm_190 {
    width: 190px;
  }
  body .h_sm_190, .block-editor__container .h_sm_190 {
    height: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_190, .block-editor__container .w_sm_190 {
    width: 190px;
  }
  body .h_sm_190, .block-editor__container .h_sm_190 {
    height: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_190, .block-editor__container .w_sm_190 {
    width: 190px;
  }
  body .h_sm_190, .block-editor__container .h_sm_190 {
    height: 190px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_190, .block-editor__container .w_sm_190 {
    width: 190px;
  }
  body .h_sm_190, .block-editor__container .h_sm_190 {
    height: 190px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_195, .block-editor__container .w_sm_195 {
    width: 195px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_195, .block-editor__container .h_sm_195 {
    height: 195px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_195, .block-editor__container .w_sm_195 {
    width: 195px;
  }
  body .h_sm_195, .block-editor__container .h_sm_195 {
    height: 195px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_195, .block-editor__container .w_sm_195 {
    width: 195px;
  }
  body .h_sm_195, .block-editor__container .h_sm_195 {
    height: 195px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_195, .block-editor__container .w_sm_195 {
    width: 195px;
  }
  body .h_sm_195, .block-editor__container .h_sm_195 {
    height: 195px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_195, .block-editor__container .w_sm_195 {
    width: 195px;
  }
  body .h_sm_195, .block-editor__container .h_sm_195 {
    height: 195px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_200, .block-editor__container .w_sm_200 {
    width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_200, .block-editor__container .h_sm_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_200, .block-editor__container .w_sm_200 {
    width: 200px;
  }
  body .h_sm_200, .block-editor__container .h_sm_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_200, .block-editor__container .w_sm_200 {
    width: 200px;
  }
  body .h_sm_200, .block-editor__container .h_sm_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_200, .block-editor__container .w_sm_200 {
    width: 200px;
  }
  body .h_sm_200, .block-editor__container .h_sm_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_200, .block-editor__container .w_sm_200 {
    width: 200px;
  }
  body .h_sm_200, .block-editor__container .h_sm_200 {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_205, .block-editor__container .w_sm_205 {
    width: 205px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_205, .block-editor__container .h_sm_205 {
    height: 205px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_205, .block-editor__container .w_sm_205 {
    width: 205px;
  }
  body .h_sm_205, .block-editor__container .h_sm_205 {
    height: 205px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_205, .block-editor__container .w_sm_205 {
    width: 205px;
  }
  body .h_sm_205, .block-editor__container .h_sm_205 {
    height: 205px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_205, .block-editor__container .w_sm_205 {
    width: 205px;
  }
  body .h_sm_205, .block-editor__container .h_sm_205 {
    height: 205px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_205, .block-editor__container .w_sm_205 {
    width: 205px;
  }
  body .h_sm_205, .block-editor__container .h_sm_205 {
    height: 205px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_210, .block-editor__container .w_sm_210 {
    width: 210px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_210, .block-editor__container .h_sm_210 {
    height: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_210, .block-editor__container .w_sm_210 {
    width: 210px;
  }
  body .h_sm_210, .block-editor__container .h_sm_210 {
    height: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_210, .block-editor__container .w_sm_210 {
    width: 210px;
  }
  body .h_sm_210, .block-editor__container .h_sm_210 {
    height: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_210, .block-editor__container .w_sm_210 {
    width: 210px;
  }
  body .h_sm_210, .block-editor__container .h_sm_210 {
    height: 210px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_210, .block-editor__container .w_sm_210 {
    width: 210px;
  }
  body .h_sm_210, .block-editor__container .h_sm_210 {
    height: 210px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_215, .block-editor__container .w_sm_215 {
    width: 215px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_215, .block-editor__container .h_sm_215 {
    height: 215px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_215, .block-editor__container .w_sm_215 {
    width: 215px;
  }
  body .h_sm_215, .block-editor__container .h_sm_215 {
    height: 215px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_215, .block-editor__container .w_sm_215 {
    width: 215px;
  }
  body .h_sm_215, .block-editor__container .h_sm_215 {
    height: 215px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_215, .block-editor__container .w_sm_215 {
    width: 215px;
  }
  body .h_sm_215, .block-editor__container .h_sm_215 {
    height: 215px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_215, .block-editor__container .w_sm_215 {
    width: 215px;
  }
  body .h_sm_215, .block-editor__container .h_sm_215 {
    height: 215px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_220, .block-editor__container .w_sm_220 {
    width: 220px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_220, .block-editor__container .h_sm_220 {
    height: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_220, .block-editor__container .w_sm_220 {
    width: 220px;
  }
  body .h_sm_220, .block-editor__container .h_sm_220 {
    height: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_220, .block-editor__container .w_sm_220 {
    width: 220px;
  }
  body .h_sm_220, .block-editor__container .h_sm_220 {
    height: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_220, .block-editor__container .w_sm_220 {
    width: 220px;
  }
  body .h_sm_220, .block-editor__container .h_sm_220 {
    height: 220px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_220, .block-editor__container .w_sm_220 {
    width: 220px;
  }
  body .h_sm_220, .block-editor__container .h_sm_220 {
    height: 220px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_225, .block-editor__container .w_sm_225 {
    width: 225px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_225, .block-editor__container .h_sm_225 {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_225, .block-editor__container .w_sm_225 {
    width: 225px;
  }
  body .h_sm_225, .block-editor__container .h_sm_225 {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_225, .block-editor__container .w_sm_225 {
    width: 225px;
  }
  body .h_sm_225, .block-editor__container .h_sm_225 {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_225, .block-editor__container .w_sm_225 {
    width: 225px;
  }
  body .h_sm_225, .block-editor__container .h_sm_225 {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_225, .block-editor__container .w_sm_225 {
    width: 225px;
  }
  body .h_sm_225, .block-editor__container .h_sm_225 {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_230, .block-editor__container .w_sm_230 {
    width: 230px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_230, .block-editor__container .h_sm_230 {
    height: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_230, .block-editor__container .w_sm_230 {
    width: 230px;
  }
  body .h_sm_230, .block-editor__container .h_sm_230 {
    height: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_230, .block-editor__container .w_sm_230 {
    width: 230px;
  }
  body .h_sm_230, .block-editor__container .h_sm_230 {
    height: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_230, .block-editor__container .w_sm_230 {
    width: 230px;
  }
  body .h_sm_230, .block-editor__container .h_sm_230 {
    height: 230px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_230, .block-editor__container .w_sm_230 {
    width: 230px;
  }
  body .h_sm_230, .block-editor__container .h_sm_230 {
    height: 230px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_235, .block-editor__container .w_sm_235 {
    width: 235px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_235, .block-editor__container .h_sm_235 {
    height: 235px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_235, .block-editor__container .w_sm_235 {
    width: 235px;
  }
  body .h_sm_235, .block-editor__container .h_sm_235 {
    height: 235px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_235, .block-editor__container .w_sm_235 {
    width: 235px;
  }
  body .h_sm_235, .block-editor__container .h_sm_235 {
    height: 235px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_235, .block-editor__container .w_sm_235 {
    width: 235px;
  }
  body .h_sm_235, .block-editor__container .h_sm_235 {
    height: 235px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_235, .block-editor__container .w_sm_235 {
    width: 235px;
  }
  body .h_sm_235, .block-editor__container .h_sm_235 {
    height: 235px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_240, .block-editor__container .w_sm_240 {
    width: 240px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_240, .block-editor__container .h_sm_240 {
    height: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_240, .block-editor__container .w_sm_240 {
    width: 240px;
  }
  body .h_sm_240, .block-editor__container .h_sm_240 {
    height: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_240, .block-editor__container .w_sm_240 {
    width: 240px;
  }
  body .h_sm_240, .block-editor__container .h_sm_240 {
    height: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_240, .block-editor__container .w_sm_240 {
    width: 240px;
  }
  body .h_sm_240, .block-editor__container .h_sm_240 {
    height: 240px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_240, .block-editor__container .w_sm_240 {
    width: 240px;
  }
  body .h_sm_240, .block-editor__container .h_sm_240 {
    height: 240px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_245, .block-editor__container .w_sm_245 {
    width: 245px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_245, .block-editor__container .h_sm_245 {
    height: 245px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_245, .block-editor__container .w_sm_245 {
    width: 245px;
  }
  body .h_sm_245, .block-editor__container .h_sm_245 {
    height: 245px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_245, .block-editor__container .w_sm_245 {
    width: 245px;
  }
  body .h_sm_245, .block-editor__container .h_sm_245 {
    height: 245px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_245, .block-editor__container .w_sm_245 {
    width: 245px;
  }
  body .h_sm_245, .block-editor__container .h_sm_245 {
    height: 245px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_245, .block-editor__container .w_sm_245 {
    width: 245px;
  }
  body .h_sm_245, .block-editor__container .h_sm_245 {
    height: 245px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_250, .block-editor__container .w_sm_250 {
    width: 250px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_250, .block-editor__container .h_sm_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_250, .block-editor__container .w_sm_250 {
    width: 250px;
  }
  body .h_sm_250, .block-editor__container .h_sm_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_250, .block-editor__container .w_sm_250 {
    width: 250px;
  }
  body .h_sm_250, .block-editor__container .h_sm_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_250, .block-editor__container .w_sm_250 {
    width: 250px;
  }
  body .h_sm_250, .block-editor__container .h_sm_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_250, .block-editor__container .w_sm_250 {
    width: 250px;
  }
  body .h_sm_250, .block-editor__container .h_sm_250 {
    height: 250px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_255, .block-editor__container .w_sm_255 {
    width: 255px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_255, .block-editor__container .h_sm_255 {
    height: 255px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_255, .block-editor__container .w_sm_255 {
    width: 255px;
  }
  body .h_sm_255, .block-editor__container .h_sm_255 {
    height: 255px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_255, .block-editor__container .w_sm_255 {
    width: 255px;
  }
  body .h_sm_255, .block-editor__container .h_sm_255 {
    height: 255px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_255, .block-editor__container .w_sm_255 {
    width: 255px;
  }
  body .h_sm_255, .block-editor__container .h_sm_255 {
    height: 255px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_255, .block-editor__container .w_sm_255 {
    width: 255px;
  }
  body .h_sm_255, .block-editor__container .h_sm_255 {
    height: 255px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_260, .block-editor__container .w_sm_260 {
    width: 260px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_260, .block-editor__container .h_sm_260 {
    height: 260px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_260, .block-editor__container .w_sm_260 {
    width: 260px;
  }
  body .h_sm_260, .block-editor__container .h_sm_260 {
    height: 260px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_260, .block-editor__container .w_sm_260 {
    width: 260px;
  }
  body .h_sm_260, .block-editor__container .h_sm_260 {
    height: 260px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_260, .block-editor__container .w_sm_260 {
    width: 260px;
  }
  body .h_sm_260, .block-editor__container .h_sm_260 {
    height: 260px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_260, .block-editor__container .w_sm_260 {
    width: 260px;
  }
  body .h_sm_260, .block-editor__container .h_sm_260 {
    height: 260px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_265, .block-editor__container .w_sm_265 {
    width: 265px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_265, .block-editor__container .h_sm_265 {
    height: 265px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_265, .block-editor__container .w_sm_265 {
    width: 265px;
  }
  body .h_sm_265, .block-editor__container .h_sm_265 {
    height: 265px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_265, .block-editor__container .w_sm_265 {
    width: 265px;
  }
  body .h_sm_265, .block-editor__container .h_sm_265 {
    height: 265px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_265, .block-editor__container .w_sm_265 {
    width: 265px;
  }
  body .h_sm_265, .block-editor__container .h_sm_265 {
    height: 265px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_265, .block-editor__container .w_sm_265 {
    width: 265px;
  }
  body .h_sm_265, .block-editor__container .h_sm_265 {
    height: 265px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_270, .block-editor__container .w_sm_270 {
    width: 270px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_270, .block-editor__container .h_sm_270 {
    height: 270px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_270, .block-editor__container .w_sm_270 {
    width: 270px;
  }
  body .h_sm_270, .block-editor__container .h_sm_270 {
    height: 270px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_270, .block-editor__container .w_sm_270 {
    width: 270px;
  }
  body .h_sm_270, .block-editor__container .h_sm_270 {
    height: 270px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_270, .block-editor__container .w_sm_270 {
    width: 270px;
  }
  body .h_sm_270, .block-editor__container .h_sm_270 {
    height: 270px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_270, .block-editor__container .w_sm_270 {
    width: 270px;
  }
  body .h_sm_270, .block-editor__container .h_sm_270 {
    height: 270px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_275, .block-editor__container .w_sm_275 {
    width: 275px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_275, .block-editor__container .h_sm_275 {
    height: 275px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_275, .block-editor__container .w_sm_275 {
    width: 275px;
  }
  body .h_sm_275, .block-editor__container .h_sm_275 {
    height: 275px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_275, .block-editor__container .w_sm_275 {
    width: 275px;
  }
  body .h_sm_275, .block-editor__container .h_sm_275 {
    height: 275px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_275, .block-editor__container .w_sm_275 {
    width: 275px;
  }
  body .h_sm_275, .block-editor__container .h_sm_275 {
    height: 275px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_275, .block-editor__container .w_sm_275 {
    width: 275px;
  }
  body .h_sm_275, .block-editor__container .h_sm_275 {
    height: 275px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_280, .block-editor__container .w_sm_280 {
    width: 280px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_280, .block-editor__container .h_sm_280 {
    height: 280px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_280, .block-editor__container .w_sm_280 {
    width: 280px;
  }
  body .h_sm_280, .block-editor__container .h_sm_280 {
    height: 280px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_280, .block-editor__container .w_sm_280 {
    width: 280px;
  }
  body .h_sm_280, .block-editor__container .h_sm_280 {
    height: 280px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_280, .block-editor__container .w_sm_280 {
    width: 280px;
  }
  body .h_sm_280, .block-editor__container .h_sm_280 {
    height: 280px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_280, .block-editor__container .w_sm_280 {
    width: 280px;
  }
  body .h_sm_280, .block-editor__container .h_sm_280 {
    height: 280px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_285, .block-editor__container .w_sm_285 {
    width: 285px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_285, .block-editor__container .h_sm_285 {
    height: 285px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_285, .block-editor__container .w_sm_285 {
    width: 285px;
  }
  body .h_sm_285, .block-editor__container .h_sm_285 {
    height: 285px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_285, .block-editor__container .w_sm_285 {
    width: 285px;
  }
  body .h_sm_285, .block-editor__container .h_sm_285 {
    height: 285px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_285, .block-editor__container .w_sm_285 {
    width: 285px;
  }
  body .h_sm_285, .block-editor__container .h_sm_285 {
    height: 285px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_285, .block-editor__container .w_sm_285 {
    width: 285px;
  }
  body .h_sm_285, .block-editor__container .h_sm_285 {
    height: 285px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_290, .block-editor__container .w_sm_290 {
    width: 290px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_290, .block-editor__container .h_sm_290 {
    height: 290px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_290, .block-editor__container .w_sm_290 {
    width: 290px;
  }
  body .h_sm_290, .block-editor__container .h_sm_290 {
    height: 290px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_290, .block-editor__container .w_sm_290 {
    width: 290px;
  }
  body .h_sm_290, .block-editor__container .h_sm_290 {
    height: 290px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_290, .block-editor__container .w_sm_290 {
    width: 290px;
  }
  body .h_sm_290, .block-editor__container .h_sm_290 {
    height: 290px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_290, .block-editor__container .w_sm_290 {
    width: 290px;
  }
  body .h_sm_290, .block-editor__container .h_sm_290 {
    height: 290px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_295, .block-editor__container .w_sm_295 {
    width: 295px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_295, .block-editor__container .h_sm_295 {
    height: 295px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_295, .block-editor__container .w_sm_295 {
    width: 295px;
  }
  body .h_sm_295, .block-editor__container .h_sm_295 {
    height: 295px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_295, .block-editor__container .w_sm_295 {
    width: 295px;
  }
  body .h_sm_295, .block-editor__container .h_sm_295 {
    height: 295px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_295, .block-editor__container .w_sm_295 {
    width: 295px;
  }
  body .h_sm_295, .block-editor__container .h_sm_295 {
    height: 295px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_295, .block-editor__container .w_sm_295 {
    width: 295px;
  }
  body .h_sm_295, .block-editor__container .h_sm_295 {
    height: 295px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_300, .block-editor__container .w_sm_300 {
    width: 300px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_300, .block-editor__container .h_sm_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_300, .block-editor__container .w_sm_300 {
    width: 300px;
  }
  body .h_sm_300, .block-editor__container .h_sm_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_300, .block-editor__container .w_sm_300 {
    width: 300px;
  }
  body .h_sm_300, .block-editor__container .h_sm_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_300, .block-editor__container .w_sm_300 {
    width: 300px;
  }
  body .h_sm_300, .block-editor__container .h_sm_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_300, .block-editor__container .w_sm_300 {
    width: 300px;
  }
  body .h_sm_300, .block-editor__container .h_sm_300 {
    height: 300px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_305, .block-editor__container .w_sm_305 {
    width: 305px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_305, .block-editor__container .h_sm_305 {
    height: 305px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_305, .block-editor__container .w_sm_305 {
    width: 305px;
  }
  body .h_sm_305, .block-editor__container .h_sm_305 {
    height: 305px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_305, .block-editor__container .w_sm_305 {
    width: 305px;
  }
  body .h_sm_305, .block-editor__container .h_sm_305 {
    height: 305px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_305, .block-editor__container .w_sm_305 {
    width: 305px;
  }
  body .h_sm_305, .block-editor__container .h_sm_305 {
    height: 305px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_305, .block-editor__container .w_sm_305 {
    width: 305px;
  }
  body .h_sm_305, .block-editor__container .h_sm_305 {
    height: 305px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_310, .block-editor__container .w_sm_310 {
    width: 310px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_310, .block-editor__container .h_sm_310 {
    height: 310px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_310, .block-editor__container .w_sm_310 {
    width: 310px;
  }
  body .h_sm_310, .block-editor__container .h_sm_310 {
    height: 310px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_310, .block-editor__container .w_sm_310 {
    width: 310px;
  }
  body .h_sm_310, .block-editor__container .h_sm_310 {
    height: 310px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_310, .block-editor__container .w_sm_310 {
    width: 310px;
  }
  body .h_sm_310, .block-editor__container .h_sm_310 {
    height: 310px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_310, .block-editor__container .w_sm_310 {
    width: 310px;
  }
  body .h_sm_310, .block-editor__container .h_sm_310 {
    height: 310px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_315, .block-editor__container .w_sm_315 {
    width: 315px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_315, .block-editor__container .h_sm_315 {
    height: 315px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_315, .block-editor__container .w_sm_315 {
    width: 315px;
  }
  body .h_sm_315, .block-editor__container .h_sm_315 {
    height: 315px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_315, .block-editor__container .w_sm_315 {
    width: 315px;
  }
  body .h_sm_315, .block-editor__container .h_sm_315 {
    height: 315px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_315, .block-editor__container .w_sm_315 {
    width: 315px;
  }
  body .h_sm_315, .block-editor__container .h_sm_315 {
    height: 315px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_315, .block-editor__container .w_sm_315 {
    width: 315px;
  }
  body .h_sm_315, .block-editor__container .h_sm_315 {
    height: 315px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_320, .block-editor__container .w_sm_320 {
    width: 320px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_320, .block-editor__container .h_sm_320 {
    height: 320px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_320, .block-editor__container .w_sm_320 {
    width: 320px;
  }
  body .h_sm_320, .block-editor__container .h_sm_320 {
    height: 320px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_320, .block-editor__container .w_sm_320 {
    width: 320px;
  }
  body .h_sm_320, .block-editor__container .h_sm_320 {
    height: 320px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_320, .block-editor__container .w_sm_320 {
    width: 320px;
  }
  body .h_sm_320, .block-editor__container .h_sm_320 {
    height: 320px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_320, .block-editor__container .w_sm_320 {
    width: 320px;
  }
  body .h_sm_320, .block-editor__container .h_sm_320 {
    height: 320px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_325, .block-editor__container .w_sm_325 {
    width: 325px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_325, .block-editor__container .h_sm_325 {
    height: 325px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_325, .block-editor__container .w_sm_325 {
    width: 325px;
  }
  body .h_sm_325, .block-editor__container .h_sm_325 {
    height: 325px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_325, .block-editor__container .w_sm_325 {
    width: 325px;
  }
  body .h_sm_325, .block-editor__container .h_sm_325 {
    height: 325px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_325, .block-editor__container .w_sm_325 {
    width: 325px;
  }
  body .h_sm_325, .block-editor__container .h_sm_325 {
    height: 325px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_325, .block-editor__container .w_sm_325 {
    width: 325px;
  }
  body .h_sm_325, .block-editor__container .h_sm_325 {
    height: 325px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_330, .block-editor__container .w_sm_330 {
    width: 330px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_330, .block-editor__container .h_sm_330 {
    height: 330px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_330, .block-editor__container .w_sm_330 {
    width: 330px;
  }
  body .h_sm_330, .block-editor__container .h_sm_330 {
    height: 330px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_330, .block-editor__container .w_sm_330 {
    width: 330px;
  }
  body .h_sm_330, .block-editor__container .h_sm_330 {
    height: 330px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_330, .block-editor__container .w_sm_330 {
    width: 330px;
  }
  body .h_sm_330, .block-editor__container .h_sm_330 {
    height: 330px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_330, .block-editor__container .w_sm_330 {
    width: 330px;
  }
  body .h_sm_330, .block-editor__container .h_sm_330 {
    height: 330px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_335, .block-editor__container .w_sm_335 {
    width: 335px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_335, .block-editor__container .h_sm_335 {
    height: 335px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_335, .block-editor__container .w_sm_335 {
    width: 335px;
  }
  body .h_sm_335, .block-editor__container .h_sm_335 {
    height: 335px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_335, .block-editor__container .w_sm_335 {
    width: 335px;
  }
  body .h_sm_335, .block-editor__container .h_sm_335 {
    height: 335px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_335, .block-editor__container .w_sm_335 {
    width: 335px;
  }
  body .h_sm_335, .block-editor__container .h_sm_335 {
    height: 335px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_335, .block-editor__container .w_sm_335 {
    width: 335px;
  }
  body .h_sm_335, .block-editor__container .h_sm_335 {
    height: 335px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_340, .block-editor__container .w_sm_340 {
    width: 340px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_340, .block-editor__container .h_sm_340 {
    height: 340px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_340, .block-editor__container .w_sm_340 {
    width: 340px;
  }
  body .h_sm_340, .block-editor__container .h_sm_340 {
    height: 340px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_340, .block-editor__container .w_sm_340 {
    width: 340px;
  }
  body .h_sm_340, .block-editor__container .h_sm_340 {
    height: 340px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_340, .block-editor__container .w_sm_340 {
    width: 340px;
  }
  body .h_sm_340, .block-editor__container .h_sm_340 {
    height: 340px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_340, .block-editor__container .w_sm_340 {
    width: 340px;
  }
  body .h_sm_340, .block-editor__container .h_sm_340 {
    height: 340px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_345, .block-editor__container .w_sm_345 {
    width: 345px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_345, .block-editor__container .h_sm_345 {
    height: 345px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_345, .block-editor__container .w_sm_345 {
    width: 345px;
  }
  body .h_sm_345, .block-editor__container .h_sm_345 {
    height: 345px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_345, .block-editor__container .w_sm_345 {
    width: 345px;
  }
  body .h_sm_345, .block-editor__container .h_sm_345 {
    height: 345px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_345, .block-editor__container .w_sm_345 {
    width: 345px;
  }
  body .h_sm_345, .block-editor__container .h_sm_345 {
    height: 345px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_345, .block-editor__container .w_sm_345 {
    width: 345px;
  }
  body .h_sm_345, .block-editor__container .h_sm_345 {
    height: 345px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_350, .block-editor__container .w_sm_350 {
    width: 350px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_350, .block-editor__container .h_sm_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_350, .block-editor__container .w_sm_350 {
    width: 350px;
  }
  body .h_sm_350, .block-editor__container .h_sm_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_350, .block-editor__container .w_sm_350 {
    width: 350px;
  }
  body .h_sm_350, .block-editor__container .h_sm_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_350, .block-editor__container .w_sm_350 {
    width: 350px;
  }
  body .h_sm_350, .block-editor__container .h_sm_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_350, .block-editor__container .w_sm_350 {
    width: 350px;
  }
  body .h_sm_350, .block-editor__container .h_sm_350 {
    height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_355, .block-editor__container .w_sm_355 {
    width: 355px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_355, .block-editor__container .h_sm_355 {
    height: 355px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_355, .block-editor__container .w_sm_355 {
    width: 355px;
  }
  body .h_sm_355, .block-editor__container .h_sm_355 {
    height: 355px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_355, .block-editor__container .w_sm_355 {
    width: 355px;
  }
  body .h_sm_355, .block-editor__container .h_sm_355 {
    height: 355px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_355, .block-editor__container .w_sm_355 {
    width: 355px;
  }
  body .h_sm_355, .block-editor__container .h_sm_355 {
    height: 355px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_355, .block-editor__container .w_sm_355 {
    width: 355px;
  }
  body .h_sm_355, .block-editor__container .h_sm_355 {
    height: 355px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_360, .block-editor__container .w_sm_360 {
    width: 360px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_360, .block-editor__container .h_sm_360 {
    height: 360px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_360, .block-editor__container .w_sm_360 {
    width: 360px;
  }
  body .h_sm_360, .block-editor__container .h_sm_360 {
    height: 360px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_360, .block-editor__container .w_sm_360 {
    width: 360px;
  }
  body .h_sm_360, .block-editor__container .h_sm_360 {
    height: 360px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_360, .block-editor__container .w_sm_360 {
    width: 360px;
  }
  body .h_sm_360, .block-editor__container .h_sm_360 {
    height: 360px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_360, .block-editor__container .w_sm_360 {
    width: 360px;
  }
  body .h_sm_360, .block-editor__container .h_sm_360 {
    height: 360px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_365, .block-editor__container .w_sm_365 {
    width: 365px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_365, .block-editor__container .h_sm_365 {
    height: 365px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_365, .block-editor__container .w_sm_365 {
    width: 365px;
  }
  body .h_sm_365, .block-editor__container .h_sm_365 {
    height: 365px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_365, .block-editor__container .w_sm_365 {
    width: 365px;
  }
  body .h_sm_365, .block-editor__container .h_sm_365 {
    height: 365px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_365, .block-editor__container .w_sm_365 {
    width: 365px;
  }
  body .h_sm_365, .block-editor__container .h_sm_365 {
    height: 365px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_365, .block-editor__container .w_sm_365 {
    width: 365px;
  }
  body .h_sm_365, .block-editor__container .h_sm_365 {
    height: 365px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_370, .block-editor__container .w_sm_370 {
    width: 370px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_370, .block-editor__container .h_sm_370 {
    height: 370px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_370, .block-editor__container .w_sm_370 {
    width: 370px;
  }
  body .h_sm_370, .block-editor__container .h_sm_370 {
    height: 370px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_370, .block-editor__container .w_sm_370 {
    width: 370px;
  }
  body .h_sm_370, .block-editor__container .h_sm_370 {
    height: 370px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_370, .block-editor__container .w_sm_370 {
    width: 370px;
  }
  body .h_sm_370, .block-editor__container .h_sm_370 {
    height: 370px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_370, .block-editor__container .w_sm_370 {
    width: 370px;
  }
  body .h_sm_370, .block-editor__container .h_sm_370 {
    height: 370px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_375, .block-editor__container .w_sm_375 {
    width: 375px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_375, .block-editor__container .h_sm_375 {
    height: 375px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_375, .block-editor__container .w_sm_375 {
    width: 375px;
  }
  body .h_sm_375, .block-editor__container .h_sm_375 {
    height: 375px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_375, .block-editor__container .w_sm_375 {
    width: 375px;
  }
  body .h_sm_375, .block-editor__container .h_sm_375 {
    height: 375px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_375, .block-editor__container .w_sm_375 {
    width: 375px;
  }
  body .h_sm_375, .block-editor__container .h_sm_375 {
    height: 375px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_375, .block-editor__container .w_sm_375 {
    width: 375px;
  }
  body .h_sm_375, .block-editor__container .h_sm_375 {
    height: 375px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_380, .block-editor__container .w_sm_380 {
    width: 380px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_380, .block-editor__container .h_sm_380 {
    height: 380px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_380, .block-editor__container .w_sm_380 {
    width: 380px;
  }
  body .h_sm_380, .block-editor__container .h_sm_380 {
    height: 380px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_380, .block-editor__container .w_sm_380 {
    width: 380px;
  }
  body .h_sm_380, .block-editor__container .h_sm_380 {
    height: 380px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_380, .block-editor__container .w_sm_380 {
    width: 380px;
  }
  body .h_sm_380, .block-editor__container .h_sm_380 {
    height: 380px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_380, .block-editor__container .w_sm_380 {
    width: 380px;
  }
  body .h_sm_380, .block-editor__container .h_sm_380 {
    height: 380px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_385, .block-editor__container .w_sm_385 {
    width: 385px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_385, .block-editor__container .h_sm_385 {
    height: 385px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_385, .block-editor__container .w_sm_385 {
    width: 385px;
  }
  body .h_sm_385, .block-editor__container .h_sm_385 {
    height: 385px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_385, .block-editor__container .w_sm_385 {
    width: 385px;
  }
  body .h_sm_385, .block-editor__container .h_sm_385 {
    height: 385px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_385, .block-editor__container .w_sm_385 {
    width: 385px;
  }
  body .h_sm_385, .block-editor__container .h_sm_385 {
    height: 385px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_385, .block-editor__container .w_sm_385 {
    width: 385px;
  }
  body .h_sm_385, .block-editor__container .h_sm_385 {
    height: 385px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_390, .block-editor__container .w_sm_390 {
    width: 390px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_390, .block-editor__container .h_sm_390 {
    height: 390px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_390, .block-editor__container .w_sm_390 {
    width: 390px;
  }
  body .h_sm_390, .block-editor__container .h_sm_390 {
    height: 390px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_390, .block-editor__container .w_sm_390 {
    width: 390px;
  }
  body .h_sm_390, .block-editor__container .h_sm_390 {
    height: 390px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_390, .block-editor__container .w_sm_390 {
    width: 390px;
  }
  body .h_sm_390, .block-editor__container .h_sm_390 {
    height: 390px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_390, .block-editor__container .w_sm_390 {
    width: 390px;
  }
  body .h_sm_390, .block-editor__container .h_sm_390 {
    height: 390px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_395, .block-editor__container .w_sm_395 {
    width: 395px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_395, .block-editor__container .h_sm_395 {
    height: 395px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_395, .block-editor__container .w_sm_395 {
    width: 395px;
  }
  body .h_sm_395, .block-editor__container .h_sm_395 {
    height: 395px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_395, .block-editor__container .w_sm_395 {
    width: 395px;
  }
  body .h_sm_395, .block-editor__container .h_sm_395 {
    height: 395px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_395, .block-editor__container .w_sm_395 {
    width: 395px;
  }
  body .h_sm_395, .block-editor__container .h_sm_395 {
    height: 395px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_395, .block-editor__container .w_sm_395 {
    width: 395px;
  }
  body .h_sm_395, .block-editor__container .h_sm_395 {
    height: 395px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_400, .block-editor__container .w_sm_400 {
    width: 400px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_400, .block-editor__container .h_sm_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_400, .block-editor__container .w_sm_400 {
    width: 400px;
  }
  body .h_sm_400, .block-editor__container .h_sm_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_400, .block-editor__container .w_sm_400 {
    width: 400px;
  }
  body .h_sm_400, .block-editor__container .h_sm_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_400, .block-editor__container .w_sm_400 {
    width: 400px;
  }
  body .h_sm_400, .block-editor__container .h_sm_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_400, .block-editor__container .w_sm_400 {
    width: 400px;
  }
  body .h_sm_400, .block-editor__container .h_sm_400 {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_405, .block-editor__container .w_sm_405 {
    width: 405px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_405, .block-editor__container .h_sm_405 {
    height: 405px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_405, .block-editor__container .w_sm_405 {
    width: 405px;
  }
  body .h_sm_405, .block-editor__container .h_sm_405 {
    height: 405px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_405, .block-editor__container .w_sm_405 {
    width: 405px;
  }
  body .h_sm_405, .block-editor__container .h_sm_405 {
    height: 405px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_405, .block-editor__container .w_sm_405 {
    width: 405px;
  }
  body .h_sm_405, .block-editor__container .h_sm_405 {
    height: 405px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_405, .block-editor__container .w_sm_405 {
    width: 405px;
  }
  body .h_sm_405, .block-editor__container .h_sm_405 {
    height: 405px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_410, .block-editor__container .w_sm_410 {
    width: 410px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_410, .block-editor__container .h_sm_410 {
    height: 410px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_410, .block-editor__container .w_sm_410 {
    width: 410px;
  }
  body .h_sm_410, .block-editor__container .h_sm_410 {
    height: 410px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_410, .block-editor__container .w_sm_410 {
    width: 410px;
  }
  body .h_sm_410, .block-editor__container .h_sm_410 {
    height: 410px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_410, .block-editor__container .w_sm_410 {
    width: 410px;
  }
  body .h_sm_410, .block-editor__container .h_sm_410 {
    height: 410px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_410, .block-editor__container .w_sm_410 {
    width: 410px;
  }
  body .h_sm_410, .block-editor__container .h_sm_410 {
    height: 410px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_415, .block-editor__container .w_sm_415 {
    width: 415px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_415, .block-editor__container .h_sm_415 {
    height: 415px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_415, .block-editor__container .w_sm_415 {
    width: 415px;
  }
  body .h_sm_415, .block-editor__container .h_sm_415 {
    height: 415px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_415, .block-editor__container .w_sm_415 {
    width: 415px;
  }
  body .h_sm_415, .block-editor__container .h_sm_415 {
    height: 415px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_415, .block-editor__container .w_sm_415 {
    width: 415px;
  }
  body .h_sm_415, .block-editor__container .h_sm_415 {
    height: 415px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_415, .block-editor__container .w_sm_415 {
    width: 415px;
  }
  body .h_sm_415, .block-editor__container .h_sm_415 {
    height: 415px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_420, .block-editor__container .w_sm_420 {
    width: 420px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_420, .block-editor__container .h_sm_420 {
    height: 420px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_420, .block-editor__container .w_sm_420 {
    width: 420px;
  }
  body .h_sm_420, .block-editor__container .h_sm_420 {
    height: 420px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_420, .block-editor__container .w_sm_420 {
    width: 420px;
  }
  body .h_sm_420, .block-editor__container .h_sm_420 {
    height: 420px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_420, .block-editor__container .w_sm_420 {
    width: 420px;
  }
  body .h_sm_420, .block-editor__container .h_sm_420 {
    height: 420px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_420, .block-editor__container .w_sm_420 {
    width: 420px;
  }
  body .h_sm_420, .block-editor__container .h_sm_420 {
    height: 420px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_425, .block-editor__container .w_sm_425 {
    width: 425px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_425, .block-editor__container .h_sm_425 {
    height: 425px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_425, .block-editor__container .w_sm_425 {
    width: 425px;
  }
  body .h_sm_425, .block-editor__container .h_sm_425 {
    height: 425px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_425, .block-editor__container .w_sm_425 {
    width: 425px;
  }
  body .h_sm_425, .block-editor__container .h_sm_425 {
    height: 425px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_425, .block-editor__container .w_sm_425 {
    width: 425px;
  }
  body .h_sm_425, .block-editor__container .h_sm_425 {
    height: 425px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_425, .block-editor__container .w_sm_425 {
    width: 425px;
  }
  body .h_sm_425, .block-editor__container .h_sm_425 {
    height: 425px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_430, .block-editor__container .w_sm_430 {
    width: 430px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_430, .block-editor__container .h_sm_430 {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_430, .block-editor__container .w_sm_430 {
    width: 430px;
  }
  body .h_sm_430, .block-editor__container .h_sm_430 {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_430, .block-editor__container .w_sm_430 {
    width: 430px;
  }
  body .h_sm_430, .block-editor__container .h_sm_430 {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_430, .block-editor__container .w_sm_430 {
    width: 430px;
  }
  body .h_sm_430, .block-editor__container .h_sm_430 {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_430, .block-editor__container .w_sm_430 {
    width: 430px;
  }
  body .h_sm_430, .block-editor__container .h_sm_430 {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_435, .block-editor__container .w_sm_435 {
    width: 435px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_435, .block-editor__container .h_sm_435 {
    height: 435px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_435, .block-editor__container .w_sm_435 {
    width: 435px;
  }
  body .h_sm_435, .block-editor__container .h_sm_435 {
    height: 435px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_435, .block-editor__container .w_sm_435 {
    width: 435px;
  }
  body .h_sm_435, .block-editor__container .h_sm_435 {
    height: 435px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_435, .block-editor__container .w_sm_435 {
    width: 435px;
  }
  body .h_sm_435, .block-editor__container .h_sm_435 {
    height: 435px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_435, .block-editor__container .w_sm_435 {
    width: 435px;
  }
  body .h_sm_435, .block-editor__container .h_sm_435 {
    height: 435px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_440, .block-editor__container .w_sm_440 {
    width: 440px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_440, .block-editor__container .h_sm_440 {
    height: 440px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_440, .block-editor__container .w_sm_440 {
    width: 440px;
  }
  body .h_sm_440, .block-editor__container .h_sm_440 {
    height: 440px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_440, .block-editor__container .w_sm_440 {
    width: 440px;
  }
  body .h_sm_440, .block-editor__container .h_sm_440 {
    height: 440px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_440, .block-editor__container .w_sm_440 {
    width: 440px;
  }
  body .h_sm_440, .block-editor__container .h_sm_440 {
    height: 440px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_440, .block-editor__container .w_sm_440 {
    width: 440px;
  }
  body .h_sm_440, .block-editor__container .h_sm_440 {
    height: 440px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_445, .block-editor__container .w_sm_445 {
    width: 445px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_445, .block-editor__container .h_sm_445 {
    height: 445px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_445, .block-editor__container .w_sm_445 {
    width: 445px;
  }
  body .h_sm_445, .block-editor__container .h_sm_445 {
    height: 445px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_445, .block-editor__container .w_sm_445 {
    width: 445px;
  }
  body .h_sm_445, .block-editor__container .h_sm_445 {
    height: 445px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_445, .block-editor__container .w_sm_445 {
    width: 445px;
  }
  body .h_sm_445, .block-editor__container .h_sm_445 {
    height: 445px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_445, .block-editor__container .w_sm_445 {
    width: 445px;
  }
  body .h_sm_445, .block-editor__container .h_sm_445 {
    height: 445px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_450, .block-editor__container .w_sm_450 {
    width: 450px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_450, .block-editor__container .h_sm_450 {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_450, .block-editor__container .w_sm_450 {
    width: 450px;
  }
  body .h_sm_450, .block-editor__container .h_sm_450 {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_450, .block-editor__container .w_sm_450 {
    width: 450px;
  }
  body .h_sm_450, .block-editor__container .h_sm_450 {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_450, .block-editor__container .w_sm_450 {
    width: 450px;
  }
  body .h_sm_450, .block-editor__container .h_sm_450 {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_450, .block-editor__container .w_sm_450 {
    width: 450px;
  }
  body .h_sm_450, .block-editor__container .h_sm_450 {
    height: 450px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_455, .block-editor__container .w_sm_455 {
    width: 455px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_455, .block-editor__container .h_sm_455 {
    height: 455px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_455, .block-editor__container .w_sm_455 {
    width: 455px;
  }
  body .h_sm_455, .block-editor__container .h_sm_455 {
    height: 455px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_455, .block-editor__container .w_sm_455 {
    width: 455px;
  }
  body .h_sm_455, .block-editor__container .h_sm_455 {
    height: 455px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_455, .block-editor__container .w_sm_455 {
    width: 455px;
  }
  body .h_sm_455, .block-editor__container .h_sm_455 {
    height: 455px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_455, .block-editor__container .w_sm_455 {
    width: 455px;
  }
  body .h_sm_455, .block-editor__container .h_sm_455 {
    height: 455px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_460, .block-editor__container .w_sm_460 {
    width: 460px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_460, .block-editor__container .h_sm_460 {
    height: 460px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_460, .block-editor__container .w_sm_460 {
    width: 460px;
  }
  body .h_sm_460, .block-editor__container .h_sm_460 {
    height: 460px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_460, .block-editor__container .w_sm_460 {
    width: 460px;
  }
  body .h_sm_460, .block-editor__container .h_sm_460 {
    height: 460px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_460, .block-editor__container .w_sm_460 {
    width: 460px;
  }
  body .h_sm_460, .block-editor__container .h_sm_460 {
    height: 460px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_460, .block-editor__container .w_sm_460 {
    width: 460px;
  }
  body .h_sm_460, .block-editor__container .h_sm_460 {
    height: 460px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_465, .block-editor__container .w_sm_465 {
    width: 465px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_465, .block-editor__container .h_sm_465 {
    height: 465px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_465, .block-editor__container .w_sm_465 {
    width: 465px;
  }
  body .h_sm_465, .block-editor__container .h_sm_465 {
    height: 465px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_465, .block-editor__container .w_sm_465 {
    width: 465px;
  }
  body .h_sm_465, .block-editor__container .h_sm_465 {
    height: 465px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_465, .block-editor__container .w_sm_465 {
    width: 465px;
  }
  body .h_sm_465, .block-editor__container .h_sm_465 {
    height: 465px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_465, .block-editor__container .w_sm_465 {
    width: 465px;
  }
  body .h_sm_465, .block-editor__container .h_sm_465 {
    height: 465px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_470, .block-editor__container .w_sm_470 {
    width: 470px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_470, .block-editor__container .h_sm_470 {
    height: 470px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_470, .block-editor__container .w_sm_470 {
    width: 470px;
  }
  body .h_sm_470, .block-editor__container .h_sm_470 {
    height: 470px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_470, .block-editor__container .w_sm_470 {
    width: 470px;
  }
  body .h_sm_470, .block-editor__container .h_sm_470 {
    height: 470px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_470, .block-editor__container .w_sm_470 {
    width: 470px;
  }
  body .h_sm_470, .block-editor__container .h_sm_470 {
    height: 470px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_470, .block-editor__container .w_sm_470 {
    width: 470px;
  }
  body .h_sm_470, .block-editor__container .h_sm_470 {
    height: 470px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_475, .block-editor__container .w_sm_475 {
    width: 475px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_475, .block-editor__container .h_sm_475 {
    height: 475px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_475, .block-editor__container .w_sm_475 {
    width: 475px;
  }
  body .h_sm_475, .block-editor__container .h_sm_475 {
    height: 475px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_475, .block-editor__container .w_sm_475 {
    width: 475px;
  }
  body .h_sm_475, .block-editor__container .h_sm_475 {
    height: 475px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_475, .block-editor__container .w_sm_475 {
    width: 475px;
  }
  body .h_sm_475, .block-editor__container .h_sm_475 {
    height: 475px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_475, .block-editor__container .w_sm_475 {
    width: 475px;
  }
  body .h_sm_475, .block-editor__container .h_sm_475 {
    height: 475px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_480, .block-editor__container .w_sm_480 {
    width: 480px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_480, .block-editor__container .h_sm_480 {
    height: 480px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_480, .block-editor__container .w_sm_480 {
    width: 480px;
  }
  body .h_sm_480, .block-editor__container .h_sm_480 {
    height: 480px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_480, .block-editor__container .w_sm_480 {
    width: 480px;
  }
  body .h_sm_480, .block-editor__container .h_sm_480 {
    height: 480px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_480, .block-editor__container .w_sm_480 {
    width: 480px;
  }
  body .h_sm_480, .block-editor__container .h_sm_480 {
    height: 480px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_480, .block-editor__container .w_sm_480 {
    width: 480px;
  }
  body .h_sm_480, .block-editor__container .h_sm_480 {
    height: 480px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_485, .block-editor__container .w_sm_485 {
    width: 485px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_485, .block-editor__container .h_sm_485 {
    height: 485px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_485, .block-editor__container .w_sm_485 {
    width: 485px;
  }
  body .h_sm_485, .block-editor__container .h_sm_485 {
    height: 485px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_485, .block-editor__container .w_sm_485 {
    width: 485px;
  }
  body .h_sm_485, .block-editor__container .h_sm_485 {
    height: 485px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_485, .block-editor__container .w_sm_485 {
    width: 485px;
  }
  body .h_sm_485, .block-editor__container .h_sm_485 {
    height: 485px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_485, .block-editor__container .w_sm_485 {
    width: 485px;
  }
  body .h_sm_485, .block-editor__container .h_sm_485 {
    height: 485px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_490, .block-editor__container .w_sm_490 {
    width: 490px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_490, .block-editor__container .h_sm_490 {
    height: 490px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_490, .block-editor__container .w_sm_490 {
    width: 490px;
  }
  body .h_sm_490, .block-editor__container .h_sm_490 {
    height: 490px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_490, .block-editor__container .w_sm_490 {
    width: 490px;
  }
  body .h_sm_490, .block-editor__container .h_sm_490 {
    height: 490px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_490, .block-editor__container .w_sm_490 {
    width: 490px;
  }
  body .h_sm_490, .block-editor__container .h_sm_490 {
    height: 490px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_490, .block-editor__container .w_sm_490 {
    width: 490px;
  }
  body .h_sm_490, .block-editor__container .h_sm_490 {
    height: 490px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_495, .block-editor__container .w_sm_495 {
    width: 495px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_495, .block-editor__container .h_sm_495 {
    height: 495px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_495, .block-editor__container .w_sm_495 {
    width: 495px;
  }
  body .h_sm_495, .block-editor__container .h_sm_495 {
    height: 495px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_495, .block-editor__container .w_sm_495 {
    width: 495px;
  }
  body .h_sm_495, .block-editor__container .h_sm_495 {
    height: 495px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_495, .block-editor__container .w_sm_495 {
    width: 495px;
  }
  body .h_sm_495, .block-editor__container .h_sm_495 {
    height: 495px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_495, .block-editor__container .w_sm_495 {
    width: 495px;
  }
  body .h_sm_495, .block-editor__container .h_sm_495 {
    height: 495px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_500, .block-editor__container .w_sm_500 {
    width: 500px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_500, .block-editor__container .h_sm_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_500, .block-editor__container .w_sm_500 {
    width: 500px;
  }
  body .h_sm_500, .block-editor__container .h_sm_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_500, .block-editor__container .w_sm_500 {
    width: 500px;
  }
  body .h_sm_500, .block-editor__container .h_sm_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_500, .block-editor__container .w_sm_500 {
    width: 500px;
  }
  body .h_sm_500, .block-editor__container .h_sm_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_500, .block-editor__container .w_sm_500 {
    width: 500px;
  }
  body .h_sm_500, .block-editor__container .h_sm_500 {
    height: 500px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_505, .block-editor__container .w_sm_505 {
    width: 505px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_505, .block-editor__container .h_sm_505 {
    height: 505px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_505, .block-editor__container .w_sm_505 {
    width: 505px;
  }
  body .h_sm_505, .block-editor__container .h_sm_505 {
    height: 505px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_505, .block-editor__container .w_sm_505 {
    width: 505px;
  }
  body .h_sm_505, .block-editor__container .h_sm_505 {
    height: 505px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_505, .block-editor__container .w_sm_505 {
    width: 505px;
  }
  body .h_sm_505, .block-editor__container .h_sm_505 {
    height: 505px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_505, .block-editor__container .w_sm_505 {
    width: 505px;
  }
  body .h_sm_505, .block-editor__container .h_sm_505 {
    height: 505px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_510, .block-editor__container .w_sm_510 {
    width: 510px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_510, .block-editor__container .h_sm_510 {
    height: 510px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_510, .block-editor__container .w_sm_510 {
    width: 510px;
  }
  body .h_sm_510, .block-editor__container .h_sm_510 {
    height: 510px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_510, .block-editor__container .w_sm_510 {
    width: 510px;
  }
  body .h_sm_510, .block-editor__container .h_sm_510 {
    height: 510px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_510, .block-editor__container .w_sm_510 {
    width: 510px;
  }
  body .h_sm_510, .block-editor__container .h_sm_510 {
    height: 510px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_510, .block-editor__container .w_sm_510 {
    width: 510px;
  }
  body .h_sm_510, .block-editor__container .h_sm_510 {
    height: 510px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_515, .block-editor__container .w_sm_515 {
    width: 515px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_515, .block-editor__container .h_sm_515 {
    height: 515px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_515, .block-editor__container .w_sm_515 {
    width: 515px;
  }
  body .h_sm_515, .block-editor__container .h_sm_515 {
    height: 515px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_515, .block-editor__container .w_sm_515 {
    width: 515px;
  }
  body .h_sm_515, .block-editor__container .h_sm_515 {
    height: 515px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_515, .block-editor__container .w_sm_515 {
    width: 515px;
  }
  body .h_sm_515, .block-editor__container .h_sm_515 {
    height: 515px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_515, .block-editor__container .w_sm_515 {
    width: 515px;
  }
  body .h_sm_515, .block-editor__container .h_sm_515 {
    height: 515px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_520, .block-editor__container .w_sm_520 {
    width: 520px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_520, .block-editor__container .h_sm_520 {
    height: 520px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_520, .block-editor__container .w_sm_520 {
    width: 520px;
  }
  body .h_sm_520, .block-editor__container .h_sm_520 {
    height: 520px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_520, .block-editor__container .w_sm_520 {
    width: 520px;
  }
  body .h_sm_520, .block-editor__container .h_sm_520 {
    height: 520px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_520, .block-editor__container .w_sm_520 {
    width: 520px;
  }
  body .h_sm_520, .block-editor__container .h_sm_520 {
    height: 520px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_520, .block-editor__container .w_sm_520 {
    width: 520px;
  }
  body .h_sm_520, .block-editor__container .h_sm_520 {
    height: 520px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_525, .block-editor__container .w_sm_525 {
    width: 525px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_525, .block-editor__container .h_sm_525 {
    height: 525px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_525, .block-editor__container .w_sm_525 {
    width: 525px;
  }
  body .h_sm_525, .block-editor__container .h_sm_525 {
    height: 525px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_525, .block-editor__container .w_sm_525 {
    width: 525px;
  }
  body .h_sm_525, .block-editor__container .h_sm_525 {
    height: 525px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_525, .block-editor__container .w_sm_525 {
    width: 525px;
  }
  body .h_sm_525, .block-editor__container .h_sm_525 {
    height: 525px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_525, .block-editor__container .w_sm_525 {
    width: 525px;
  }
  body .h_sm_525, .block-editor__container .h_sm_525 {
    height: 525px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_530, .block-editor__container .w_sm_530 {
    width: 530px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_530, .block-editor__container .h_sm_530 {
    height: 530px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_530, .block-editor__container .w_sm_530 {
    width: 530px;
  }
  body .h_sm_530, .block-editor__container .h_sm_530 {
    height: 530px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_530, .block-editor__container .w_sm_530 {
    width: 530px;
  }
  body .h_sm_530, .block-editor__container .h_sm_530 {
    height: 530px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_530, .block-editor__container .w_sm_530 {
    width: 530px;
  }
  body .h_sm_530, .block-editor__container .h_sm_530 {
    height: 530px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_530, .block-editor__container .w_sm_530 {
    width: 530px;
  }
  body .h_sm_530, .block-editor__container .h_sm_530 {
    height: 530px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_535, .block-editor__container .w_sm_535 {
    width: 535px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_535, .block-editor__container .h_sm_535 {
    height: 535px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_535, .block-editor__container .w_sm_535 {
    width: 535px;
  }
  body .h_sm_535, .block-editor__container .h_sm_535 {
    height: 535px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_535, .block-editor__container .w_sm_535 {
    width: 535px;
  }
  body .h_sm_535, .block-editor__container .h_sm_535 {
    height: 535px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_535, .block-editor__container .w_sm_535 {
    width: 535px;
  }
  body .h_sm_535, .block-editor__container .h_sm_535 {
    height: 535px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_535, .block-editor__container .w_sm_535 {
    width: 535px;
  }
  body .h_sm_535, .block-editor__container .h_sm_535 {
    height: 535px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_540, .block-editor__container .w_sm_540 {
    width: 540px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_540, .block-editor__container .h_sm_540 {
    height: 540px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_540, .block-editor__container .w_sm_540 {
    width: 540px;
  }
  body .h_sm_540, .block-editor__container .h_sm_540 {
    height: 540px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_540, .block-editor__container .w_sm_540 {
    width: 540px;
  }
  body .h_sm_540, .block-editor__container .h_sm_540 {
    height: 540px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_540, .block-editor__container .w_sm_540 {
    width: 540px;
  }
  body .h_sm_540, .block-editor__container .h_sm_540 {
    height: 540px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_540, .block-editor__container .w_sm_540 {
    width: 540px;
  }
  body .h_sm_540, .block-editor__container .h_sm_540 {
    height: 540px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_545, .block-editor__container .w_sm_545 {
    width: 545px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_545, .block-editor__container .h_sm_545 {
    height: 545px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_545, .block-editor__container .w_sm_545 {
    width: 545px;
  }
  body .h_sm_545, .block-editor__container .h_sm_545 {
    height: 545px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_545, .block-editor__container .w_sm_545 {
    width: 545px;
  }
  body .h_sm_545, .block-editor__container .h_sm_545 {
    height: 545px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_545, .block-editor__container .w_sm_545 {
    width: 545px;
  }
  body .h_sm_545, .block-editor__container .h_sm_545 {
    height: 545px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_545, .block-editor__container .w_sm_545 {
    width: 545px;
  }
  body .h_sm_545, .block-editor__container .h_sm_545 {
    height: 545px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_550, .block-editor__container .w_sm_550 {
    width: 550px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_550, .block-editor__container .h_sm_550 {
    height: 550px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_550, .block-editor__container .w_sm_550 {
    width: 550px;
  }
  body .h_sm_550, .block-editor__container .h_sm_550 {
    height: 550px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_550, .block-editor__container .w_sm_550 {
    width: 550px;
  }
  body .h_sm_550, .block-editor__container .h_sm_550 {
    height: 550px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_550, .block-editor__container .w_sm_550 {
    width: 550px;
  }
  body .h_sm_550, .block-editor__container .h_sm_550 {
    height: 550px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_550, .block-editor__container .w_sm_550 {
    width: 550px;
  }
  body .h_sm_550, .block-editor__container .h_sm_550 {
    height: 550px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_555, .block-editor__container .w_sm_555 {
    width: 555px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_555, .block-editor__container .h_sm_555 {
    height: 555px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_555, .block-editor__container .w_sm_555 {
    width: 555px;
  }
  body .h_sm_555, .block-editor__container .h_sm_555 {
    height: 555px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_555, .block-editor__container .w_sm_555 {
    width: 555px;
  }
  body .h_sm_555, .block-editor__container .h_sm_555 {
    height: 555px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_555, .block-editor__container .w_sm_555 {
    width: 555px;
  }
  body .h_sm_555, .block-editor__container .h_sm_555 {
    height: 555px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_555, .block-editor__container .w_sm_555 {
    width: 555px;
  }
  body .h_sm_555, .block-editor__container .h_sm_555 {
    height: 555px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_560, .block-editor__container .w_sm_560 {
    width: 560px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_560, .block-editor__container .h_sm_560 {
    height: 560px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_560, .block-editor__container .w_sm_560 {
    width: 560px;
  }
  body .h_sm_560, .block-editor__container .h_sm_560 {
    height: 560px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_560, .block-editor__container .w_sm_560 {
    width: 560px;
  }
  body .h_sm_560, .block-editor__container .h_sm_560 {
    height: 560px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_560, .block-editor__container .w_sm_560 {
    width: 560px;
  }
  body .h_sm_560, .block-editor__container .h_sm_560 {
    height: 560px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_560, .block-editor__container .w_sm_560 {
    width: 560px;
  }
  body .h_sm_560, .block-editor__container .h_sm_560 {
    height: 560px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_565, .block-editor__container .w_sm_565 {
    width: 565px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_565, .block-editor__container .h_sm_565 {
    height: 565px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_565, .block-editor__container .w_sm_565 {
    width: 565px;
  }
  body .h_sm_565, .block-editor__container .h_sm_565 {
    height: 565px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_565, .block-editor__container .w_sm_565 {
    width: 565px;
  }
  body .h_sm_565, .block-editor__container .h_sm_565 {
    height: 565px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_565, .block-editor__container .w_sm_565 {
    width: 565px;
  }
  body .h_sm_565, .block-editor__container .h_sm_565 {
    height: 565px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_565, .block-editor__container .w_sm_565 {
    width: 565px;
  }
  body .h_sm_565, .block-editor__container .h_sm_565 {
    height: 565px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_570, .block-editor__container .w_sm_570 {
    width: 570px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_570, .block-editor__container .h_sm_570 {
    height: 570px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_570, .block-editor__container .w_sm_570 {
    width: 570px;
  }
  body .h_sm_570, .block-editor__container .h_sm_570 {
    height: 570px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_570, .block-editor__container .w_sm_570 {
    width: 570px;
  }
  body .h_sm_570, .block-editor__container .h_sm_570 {
    height: 570px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_570, .block-editor__container .w_sm_570 {
    width: 570px;
  }
  body .h_sm_570, .block-editor__container .h_sm_570 {
    height: 570px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_570, .block-editor__container .w_sm_570 {
    width: 570px;
  }
  body .h_sm_570, .block-editor__container .h_sm_570 {
    height: 570px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_575, .block-editor__container .w_sm_575 {
    width: 575px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_575, .block-editor__container .h_sm_575 {
    height: 575px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_575, .block-editor__container .w_sm_575 {
    width: 575px;
  }
  body .h_sm_575, .block-editor__container .h_sm_575 {
    height: 575px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_575, .block-editor__container .w_sm_575 {
    width: 575px;
  }
  body .h_sm_575, .block-editor__container .h_sm_575 {
    height: 575px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_575, .block-editor__container .w_sm_575 {
    width: 575px;
  }
  body .h_sm_575, .block-editor__container .h_sm_575 {
    height: 575px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_575, .block-editor__container .w_sm_575 {
    width: 575px;
  }
  body .h_sm_575, .block-editor__container .h_sm_575 {
    height: 575px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_580, .block-editor__container .w_sm_580 {
    width: 580px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_580, .block-editor__container .h_sm_580 {
    height: 580px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_580, .block-editor__container .w_sm_580 {
    width: 580px;
  }
  body .h_sm_580, .block-editor__container .h_sm_580 {
    height: 580px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_580, .block-editor__container .w_sm_580 {
    width: 580px;
  }
  body .h_sm_580, .block-editor__container .h_sm_580 {
    height: 580px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_580, .block-editor__container .w_sm_580 {
    width: 580px;
  }
  body .h_sm_580, .block-editor__container .h_sm_580 {
    height: 580px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_580, .block-editor__container .w_sm_580 {
    width: 580px;
  }
  body .h_sm_580, .block-editor__container .h_sm_580 {
    height: 580px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_585, .block-editor__container .w_sm_585 {
    width: 585px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_585, .block-editor__container .h_sm_585 {
    height: 585px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_585, .block-editor__container .w_sm_585 {
    width: 585px;
  }
  body .h_sm_585, .block-editor__container .h_sm_585 {
    height: 585px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_585, .block-editor__container .w_sm_585 {
    width: 585px;
  }
  body .h_sm_585, .block-editor__container .h_sm_585 {
    height: 585px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_585, .block-editor__container .w_sm_585 {
    width: 585px;
  }
  body .h_sm_585, .block-editor__container .h_sm_585 {
    height: 585px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_585, .block-editor__container .w_sm_585 {
    width: 585px;
  }
  body .h_sm_585, .block-editor__container .h_sm_585 {
    height: 585px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_590, .block-editor__container .w_sm_590 {
    width: 590px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_590, .block-editor__container .h_sm_590 {
    height: 590px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_590, .block-editor__container .w_sm_590 {
    width: 590px;
  }
  body .h_sm_590, .block-editor__container .h_sm_590 {
    height: 590px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_590, .block-editor__container .w_sm_590 {
    width: 590px;
  }
  body .h_sm_590, .block-editor__container .h_sm_590 {
    height: 590px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_590, .block-editor__container .w_sm_590 {
    width: 590px;
  }
  body .h_sm_590, .block-editor__container .h_sm_590 {
    height: 590px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_590, .block-editor__container .w_sm_590 {
    width: 590px;
  }
  body .h_sm_590, .block-editor__container .h_sm_590 {
    height: 590px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_595, .block-editor__container .w_sm_595 {
    width: 595px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_595, .block-editor__container .h_sm_595 {
    height: 595px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_595, .block-editor__container .w_sm_595 {
    width: 595px;
  }
  body .h_sm_595, .block-editor__container .h_sm_595 {
    height: 595px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_595, .block-editor__container .w_sm_595 {
    width: 595px;
  }
  body .h_sm_595, .block-editor__container .h_sm_595 {
    height: 595px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_595, .block-editor__container .w_sm_595 {
    width: 595px;
  }
  body .h_sm_595, .block-editor__container .h_sm_595 {
    height: 595px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_595, .block-editor__container .w_sm_595 {
    width: 595px;
  }
  body .h_sm_595, .block-editor__container .h_sm_595 {
    height: 595px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_600, .block-editor__container .w_sm_600 {
    width: 600px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_600, .block-editor__container .h_sm_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_600, .block-editor__container .w_sm_600 {
    width: 600px;
  }
  body .h_sm_600, .block-editor__container .h_sm_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_600, .block-editor__container .w_sm_600 {
    width: 600px;
  }
  body .h_sm_600, .block-editor__container .h_sm_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_600, .block-editor__container .w_sm_600 {
    width: 600px;
  }
  body .h_sm_600, .block-editor__container .h_sm_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_600, .block-editor__container .w_sm_600 {
    width: 600px;
  }
  body .h_sm_600, .block-editor__container .h_sm_600 {
    height: 600px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_605, .block-editor__container .w_sm_605 {
    width: 605px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_605, .block-editor__container .h_sm_605 {
    height: 605px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_605, .block-editor__container .w_sm_605 {
    width: 605px;
  }
  body .h_sm_605, .block-editor__container .h_sm_605 {
    height: 605px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_605, .block-editor__container .w_sm_605 {
    width: 605px;
  }
  body .h_sm_605, .block-editor__container .h_sm_605 {
    height: 605px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_605, .block-editor__container .w_sm_605 {
    width: 605px;
  }
  body .h_sm_605, .block-editor__container .h_sm_605 {
    height: 605px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_605, .block-editor__container .w_sm_605 {
    width: 605px;
  }
  body .h_sm_605, .block-editor__container .h_sm_605 {
    height: 605px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_610, .block-editor__container .w_sm_610 {
    width: 610px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_610, .block-editor__container .h_sm_610 {
    height: 610px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_610, .block-editor__container .w_sm_610 {
    width: 610px;
  }
  body .h_sm_610, .block-editor__container .h_sm_610 {
    height: 610px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_610, .block-editor__container .w_sm_610 {
    width: 610px;
  }
  body .h_sm_610, .block-editor__container .h_sm_610 {
    height: 610px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_610, .block-editor__container .w_sm_610 {
    width: 610px;
  }
  body .h_sm_610, .block-editor__container .h_sm_610 {
    height: 610px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_610, .block-editor__container .w_sm_610 {
    width: 610px;
  }
  body .h_sm_610, .block-editor__container .h_sm_610 {
    height: 610px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_615, .block-editor__container .w_sm_615 {
    width: 615px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_615, .block-editor__container .h_sm_615 {
    height: 615px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_615, .block-editor__container .w_sm_615 {
    width: 615px;
  }
  body .h_sm_615, .block-editor__container .h_sm_615 {
    height: 615px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_615, .block-editor__container .w_sm_615 {
    width: 615px;
  }
  body .h_sm_615, .block-editor__container .h_sm_615 {
    height: 615px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_615, .block-editor__container .w_sm_615 {
    width: 615px;
  }
  body .h_sm_615, .block-editor__container .h_sm_615 {
    height: 615px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_615, .block-editor__container .w_sm_615 {
    width: 615px;
  }
  body .h_sm_615, .block-editor__container .h_sm_615 {
    height: 615px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_620, .block-editor__container .w_sm_620 {
    width: 620px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_620, .block-editor__container .h_sm_620 {
    height: 620px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_620, .block-editor__container .w_sm_620 {
    width: 620px;
  }
  body .h_sm_620, .block-editor__container .h_sm_620 {
    height: 620px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_620, .block-editor__container .w_sm_620 {
    width: 620px;
  }
  body .h_sm_620, .block-editor__container .h_sm_620 {
    height: 620px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_620, .block-editor__container .w_sm_620 {
    width: 620px;
  }
  body .h_sm_620, .block-editor__container .h_sm_620 {
    height: 620px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_620, .block-editor__container .w_sm_620 {
    width: 620px;
  }
  body .h_sm_620, .block-editor__container .h_sm_620 {
    height: 620px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_625, .block-editor__container .w_sm_625 {
    width: 625px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_625, .block-editor__container .h_sm_625 {
    height: 625px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_625, .block-editor__container .w_sm_625 {
    width: 625px;
  }
  body .h_sm_625, .block-editor__container .h_sm_625 {
    height: 625px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_625, .block-editor__container .w_sm_625 {
    width: 625px;
  }
  body .h_sm_625, .block-editor__container .h_sm_625 {
    height: 625px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_625, .block-editor__container .w_sm_625 {
    width: 625px;
  }
  body .h_sm_625, .block-editor__container .h_sm_625 {
    height: 625px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_625, .block-editor__container .w_sm_625 {
    width: 625px;
  }
  body .h_sm_625, .block-editor__container .h_sm_625 {
    height: 625px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_630, .block-editor__container .w_sm_630 {
    width: 630px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_630, .block-editor__container .h_sm_630 {
    height: 630px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_630, .block-editor__container .w_sm_630 {
    width: 630px;
  }
  body .h_sm_630, .block-editor__container .h_sm_630 {
    height: 630px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_630, .block-editor__container .w_sm_630 {
    width: 630px;
  }
  body .h_sm_630, .block-editor__container .h_sm_630 {
    height: 630px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_630, .block-editor__container .w_sm_630 {
    width: 630px;
  }
  body .h_sm_630, .block-editor__container .h_sm_630 {
    height: 630px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_630, .block-editor__container .w_sm_630 {
    width: 630px;
  }
  body .h_sm_630, .block-editor__container .h_sm_630 {
    height: 630px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_635, .block-editor__container .w_sm_635 {
    width: 635px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_635, .block-editor__container .h_sm_635 {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_635, .block-editor__container .w_sm_635 {
    width: 635px;
  }
  body .h_sm_635, .block-editor__container .h_sm_635 {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_635, .block-editor__container .w_sm_635 {
    width: 635px;
  }
  body .h_sm_635, .block-editor__container .h_sm_635 {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_635, .block-editor__container .w_sm_635 {
    width: 635px;
  }
  body .h_sm_635, .block-editor__container .h_sm_635 {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_635, .block-editor__container .w_sm_635 {
    width: 635px;
  }
  body .h_sm_635, .block-editor__container .h_sm_635 {
    height: 635px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_640, .block-editor__container .w_sm_640 {
    width: 640px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_640, .block-editor__container .h_sm_640 {
    height: 640px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_640, .block-editor__container .w_sm_640 {
    width: 640px;
  }
  body .h_sm_640, .block-editor__container .h_sm_640 {
    height: 640px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_640, .block-editor__container .w_sm_640 {
    width: 640px;
  }
  body .h_sm_640, .block-editor__container .h_sm_640 {
    height: 640px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_640, .block-editor__container .w_sm_640 {
    width: 640px;
  }
  body .h_sm_640, .block-editor__container .h_sm_640 {
    height: 640px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_640, .block-editor__container .w_sm_640 {
    width: 640px;
  }
  body .h_sm_640, .block-editor__container .h_sm_640 {
    height: 640px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_645, .block-editor__container .w_sm_645 {
    width: 645px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_645, .block-editor__container .h_sm_645 {
    height: 645px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_645, .block-editor__container .w_sm_645 {
    width: 645px;
  }
  body .h_sm_645, .block-editor__container .h_sm_645 {
    height: 645px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_645, .block-editor__container .w_sm_645 {
    width: 645px;
  }
  body .h_sm_645, .block-editor__container .h_sm_645 {
    height: 645px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_645, .block-editor__container .w_sm_645 {
    width: 645px;
  }
  body .h_sm_645, .block-editor__container .h_sm_645 {
    height: 645px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_645, .block-editor__container .w_sm_645 {
    width: 645px;
  }
  body .h_sm_645, .block-editor__container .h_sm_645 {
    height: 645px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_650, .block-editor__container .w_sm_650 {
    width: 650px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_650, .block-editor__container .h_sm_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_650, .block-editor__container .w_sm_650 {
    width: 650px;
  }
  body .h_sm_650, .block-editor__container .h_sm_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_650, .block-editor__container .w_sm_650 {
    width: 650px;
  }
  body .h_sm_650, .block-editor__container .h_sm_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_650, .block-editor__container .w_sm_650 {
    width: 650px;
  }
  body .h_sm_650, .block-editor__container .h_sm_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_650, .block-editor__container .w_sm_650 {
    width: 650px;
  }
  body .h_sm_650, .block-editor__container .h_sm_650 {
    height: 650px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_655, .block-editor__container .w_sm_655 {
    width: 655px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_655, .block-editor__container .h_sm_655 {
    height: 655px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_655, .block-editor__container .w_sm_655 {
    width: 655px;
  }
  body .h_sm_655, .block-editor__container .h_sm_655 {
    height: 655px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_655, .block-editor__container .w_sm_655 {
    width: 655px;
  }
  body .h_sm_655, .block-editor__container .h_sm_655 {
    height: 655px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_655, .block-editor__container .w_sm_655 {
    width: 655px;
  }
  body .h_sm_655, .block-editor__container .h_sm_655 {
    height: 655px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_655, .block-editor__container .w_sm_655 {
    width: 655px;
  }
  body .h_sm_655, .block-editor__container .h_sm_655 {
    height: 655px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_660, .block-editor__container .w_sm_660 {
    width: 660px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_660, .block-editor__container .h_sm_660 {
    height: 660px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_660, .block-editor__container .w_sm_660 {
    width: 660px;
  }
  body .h_sm_660, .block-editor__container .h_sm_660 {
    height: 660px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_660, .block-editor__container .w_sm_660 {
    width: 660px;
  }
  body .h_sm_660, .block-editor__container .h_sm_660 {
    height: 660px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_660, .block-editor__container .w_sm_660 {
    width: 660px;
  }
  body .h_sm_660, .block-editor__container .h_sm_660 {
    height: 660px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_660, .block-editor__container .w_sm_660 {
    width: 660px;
  }
  body .h_sm_660, .block-editor__container .h_sm_660 {
    height: 660px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_665, .block-editor__container .w_sm_665 {
    width: 665px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_665, .block-editor__container .h_sm_665 {
    height: 665px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_665, .block-editor__container .w_sm_665 {
    width: 665px;
  }
  body .h_sm_665, .block-editor__container .h_sm_665 {
    height: 665px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_665, .block-editor__container .w_sm_665 {
    width: 665px;
  }
  body .h_sm_665, .block-editor__container .h_sm_665 {
    height: 665px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_665, .block-editor__container .w_sm_665 {
    width: 665px;
  }
  body .h_sm_665, .block-editor__container .h_sm_665 {
    height: 665px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_665, .block-editor__container .w_sm_665 {
    width: 665px;
  }
  body .h_sm_665, .block-editor__container .h_sm_665 {
    height: 665px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_670, .block-editor__container .w_sm_670 {
    width: 670px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_670, .block-editor__container .h_sm_670 {
    height: 670px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_670, .block-editor__container .w_sm_670 {
    width: 670px;
  }
  body .h_sm_670, .block-editor__container .h_sm_670 {
    height: 670px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_670, .block-editor__container .w_sm_670 {
    width: 670px;
  }
  body .h_sm_670, .block-editor__container .h_sm_670 {
    height: 670px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_670, .block-editor__container .w_sm_670 {
    width: 670px;
  }
  body .h_sm_670, .block-editor__container .h_sm_670 {
    height: 670px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_670, .block-editor__container .w_sm_670 {
    width: 670px;
  }
  body .h_sm_670, .block-editor__container .h_sm_670 {
    height: 670px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_675, .block-editor__container .w_sm_675 {
    width: 675px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_675, .block-editor__container .h_sm_675 {
    height: 675px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_675, .block-editor__container .w_sm_675 {
    width: 675px;
  }
  body .h_sm_675, .block-editor__container .h_sm_675 {
    height: 675px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_675, .block-editor__container .w_sm_675 {
    width: 675px;
  }
  body .h_sm_675, .block-editor__container .h_sm_675 {
    height: 675px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_675, .block-editor__container .w_sm_675 {
    width: 675px;
  }
  body .h_sm_675, .block-editor__container .h_sm_675 {
    height: 675px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_675, .block-editor__container .w_sm_675 {
    width: 675px;
  }
  body .h_sm_675, .block-editor__container .h_sm_675 {
    height: 675px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_680, .block-editor__container .w_sm_680 {
    width: 680px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_680, .block-editor__container .h_sm_680 {
    height: 680px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_680, .block-editor__container .w_sm_680 {
    width: 680px;
  }
  body .h_sm_680, .block-editor__container .h_sm_680 {
    height: 680px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_680, .block-editor__container .w_sm_680 {
    width: 680px;
  }
  body .h_sm_680, .block-editor__container .h_sm_680 {
    height: 680px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_680, .block-editor__container .w_sm_680 {
    width: 680px;
  }
  body .h_sm_680, .block-editor__container .h_sm_680 {
    height: 680px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_680, .block-editor__container .w_sm_680 {
    width: 680px;
  }
  body .h_sm_680, .block-editor__container .h_sm_680 {
    height: 680px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_685, .block-editor__container .w_sm_685 {
    width: 685px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_685, .block-editor__container .h_sm_685 {
    height: 685px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_685, .block-editor__container .w_sm_685 {
    width: 685px;
  }
  body .h_sm_685, .block-editor__container .h_sm_685 {
    height: 685px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_685, .block-editor__container .w_sm_685 {
    width: 685px;
  }
  body .h_sm_685, .block-editor__container .h_sm_685 {
    height: 685px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_685, .block-editor__container .w_sm_685 {
    width: 685px;
  }
  body .h_sm_685, .block-editor__container .h_sm_685 {
    height: 685px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_685, .block-editor__container .w_sm_685 {
    width: 685px;
  }
  body .h_sm_685, .block-editor__container .h_sm_685 {
    height: 685px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_690, .block-editor__container .w_sm_690 {
    width: 690px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_690, .block-editor__container .h_sm_690 {
    height: 690px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_690, .block-editor__container .w_sm_690 {
    width: 690px;
  }
  body .h_sm_690, .block-editor__container .h_sm_690 {
    height: 690px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_690, .block-editor__container .w_sm_690 {
    width: 690px;
  }
  body .h_sm_690, .block-editor__container .h_sm_690 {
    height: 690px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_690, .block-editor__container .w_sm_690 {
    width: 690px;
  }
  body .h_sm_690, .block-editor__container .h_sm_690 {
    height: 690px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_690, .block-editor__container .w_sm_690 {
    width: 690px;
  }
  body .h_sm_690, .block-editor__container .h_sm_690 {
    height: 690px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_695, .block-editor__container .w_sm_695 {
    width: 695px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_695, .block-editor__container .h_sm_695 {
    height: 695px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_695, .block-editor__container .w_sm_695 {
    width: 695px;
  }
  body .h_sm_695, .block-editor__container .h_sm_695 {
    height: 695px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_695, .block-editor__container .w_sm_695 {
    width: 695px;
  }
  body .h_sm_695, .block-editor__container .h_sm_695 {
    height: 695px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_695, .block-editor__container .w_sm_695 {
    width: 695px;
  }
  body .h_sm_695, .block-editor__container .h_sm_695 {
    height: 695px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_695, .block-editor__container .w_sm_695 {
    width: 695px;
  }
  body .h_sm_695, .block-editor__container .h_sm_695 {
    height: 695px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_700, .block-editor__container .w_sm_700 {
    width: 700px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_700, .block-editor__container .h_sm_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_700, .block-editor__container .w_sm_700 {
    width: 700px;
  }
  body .h_sm_700, .block-editor__container .h_sm_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_700, .block-editor__container .w_sm_700 {
    width: 700px;
  }
  body .h_sm_700, .block-editor__container .h_sm_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_700, .block-editor__container .w_sm_700 {
    width: 700px;
  }
  body .h_sm_700, .block-editor__container .h_sm_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_700, .block-editor__container .w_sm_700 {
    width: 700px;
  }
  body .h_sm_700, .block-editor__container .h_sm_700 {
    height: 700px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_705, .block-editor__container .w_sm_705 {
    width: 705px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_705, .block-editor__container .h_sm_705 {
    height: 705px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_705, .block-editor__container .w_sm_705 {
    width: 705px;
  }
  body .h_sm_705, .block-editor__container .h_sm_705 {
    height: 705px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_705, .block-editor__container .w_sm_705 {
    width: 705px;
  }
  body .h_sm_705, .block-editor__container .h_sm_705 {
    height: 705px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_705, .block-editor__container .w_sm_705 {
    width: 705px;
  }
  body .h_sm_705, .block-editor__container .h_sm_705 {
    height: 705px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_705, .block-editor__container .w_sm_705 {
    width: 705px;
  }
  body .h_sm_705, .block-editor__container .h_sm_705 {
    height: 705px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_710, .block-editor__container .w_sm_710 {
    width: 710px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_710, .block-editor__container .h_sm_710 {
    height: 710px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_710, .block-editor__container .w_sm_710 {
    width: 710px;
  }
  body .h_sm_710, .block-editor__container .h_sm_710 {
    height: 710px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_710, .block-editor__container .w_sm_710 {
    width: 710px;
  }
  body .h_sm_710, .block-editor__container .h_sm_710 {
    height: 710px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_710, .block-editor__container .w_sm_710 {
    width: 710px;
  }
  body .h_sm_710, .block-editor__container .h_sm_710 {
    height: 710px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_710, .block-editor__container .w_sm_710 {
    width: 710px;
  }
  body .h_sm_710, .block-editor__container .h_sm_710 {
    height: 710px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_715, .block-editor__container .w_sm_715 {
    width: 715px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_715, .block-editor__container .h_sm_715 {
    height: 715px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_715, .block-editor__container .w_sm_715 {
    width: 715px;
  }
  body .h_sm_715, .block-editor__container .h_sm_715 {
    height: 715px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_715, .block-editor__container .w_sm_715 {
    width: 715px;
  }
  body .h_sm_715, .block-editor__container .h_sm_715 {
    height: 715px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_715, .block-editor__container .w_sm_715 {
    width: 715px;
  }
  body .h_sm_715, .block-editor__container .h_sm_715 {
    height: 715px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_715, .block-editor__container .w_sm_715 {
    width: 715px;
  }
  body .h_sm_715, .block-editor__container .h_sm_715 {
    height: 715px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_720, .block-editor__container .w_sm_720 {
    width: 720px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_720, .block-editor__container .h_sm_720 {
    height: 720px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_720, .block-editor__container .w_sm_720 {
    width: 720px;
  }
  body .h_sm_720, .block-editor__container .h_sm_720 {
    height: 720px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_720, .block-editor__container .w_sm_720 {
    width: 720px;
  }
  body .h_sm_720, .block-editor__container .h_sm_720 {
    height: 720px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_720, .block-editor__container .w_sm_720 {
    width: 720px;
  }
  body .h_sm_720, .block-editor__container .h_sm_720 {
    height: 720px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_720, .block-editor__container .w_sm_720 {
    width: 720px;
  }
  body .h_sm_720, .block-editor__container .h_sm_720 {
    height: 720px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_725, .block-editor__container .w_sm_725 {
    width: 725px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_725, .block-editor__container .h_sm_725 {
    height: 725px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_725, .block-editor__container .w_sm_725 {
    width: 725px;
  }
  body .h_sm_725, .block-editor__container .h_sm_725 {
    height: 725px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_725, .block-editor__container .w_sm_725 {
    width: 725px;
  }
  body .h_sm_725, .block-editor__container .h_sm_725 {
    height: 725px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_725, .block-editor__container .w_sm_725 {
    width: 725px;
  }
  body .h_sm_725, .block-editor__container .h_sm_725 {
    height: 725px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_725, .block-editor__container .w_sm_725 {
    width: 725px;
  }
  body .h_sm_725, .block-editor__container .h_sm_725 {
    height: 725px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_730, .block-editor__container .w_sm_730 {
    width: 730px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_730, .block-editor__container .h_sm_730 {
    height: 730px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_730, .block-editor__container .w_sm_730 {
    width: 730px;
  }
  body .h_sm_730, .block-editor__container .h_sm_730 {
    height: 730px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_730, .block-editor__container .w_sm_730 {
    width: 730px;
  }
  body .h_sm_730, .block-editor__container .h_sm_730 {
    height: 730px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_730, .block-editor__container .w_sm_730 {
    width: 730px;
  }
  body .h_sm_730, .block-editor__container .h_sm_730 {
    height: 730px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_730, .block-editor__container .w_sm_730 {
    width: 730px;
  }
  body .h_sm_730, .block-editor__container .h_sm_730 {
    height: 730px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_735, .block-editor__container .w_sm_735 {
    width: 735px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_735, .block-editor__container .h_sm_735 {
    height: 735px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_735, .block-editor__container .w_sm_735 {
    width: 735px;
  }
  body .h_sm_735, .block-editor__container .h_sm_735 {
    height: 735px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_735, .block-editor__container .w_sm_735 {
    width: 735px;
  }
  body .h_sm_735, .block-editor__container .h_sm_735 {
    height: 735px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_735, .block-editor__container .w_sm_735 {
    width: 735px;
  }
  body .h_sm_735, .block-editor__container .h_sm_735 {
    height: 735px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_735, .block-editor__container .w_sm_735 {
    width: 735px;
  }
  body .h_sm_735, .block-editor__container .h_sm_735 {
    height: 735px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_740, .block-editor__container .w_sm_740 {
    width: 740px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_740, .block-editor__container .h_sm_740 {
    height: 740px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_740, .block-editor__container .w_sm_740 {
    width: 740px;
  }
  body .h_sm_740, .block-editor__container .h_sm_740 {
    height: 740px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_740, .block-editor__container .w_sm_740 {
    width: 740px;
  }
  body .h_sm_740, .block-editor__container .h_sm_740 {
    height: 740px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_740, .block-editor__container .w_sm_740 {
    width: 740px;
  }
  body .h_sm_740, .block-editor__container .h_sm_740 {
    height: 740px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_740, .block-editor__container .w_sm_740 {
    width: 740px;
  }
  body .h_sm_740, .block-editor__container .h_sm_740 {
    height: 740px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_745, .block-editor__container .w_sm_745 {
    width: 745px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_745, .block-editor__container .h_sm_745 {
    height: 745px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_745, .block-editor__container .w_sm_745 {
    width: 745px;
  }
  body .h_sm_745, .block-editor__container .h_sm_745 {
    height: 745px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_745, .block-editor__container .w_sm_745 {
    width: 745px;
  }
  body .h_sm_745, .block-editor__container .h_sm_745 {
    height: 745px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_745, .block-editor__container .w_sm_745 {
    width: 745px;
  }
  body .h_sm_745, .block-editor__container .h_sm_745 {
    height: 745px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_745, .block-editor__container .w_sm_745 {
    width: 745px;
  }
  body .h_sm_745, .block-editor__container .h_sm_745 {
    height: 745px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_750, .block-editor__container .w_sm_750 {
    width: 750px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_750, .block-editor__container .h_sm_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_750, .block-editor__container .w_sm_750 {
    width: 750px;
  }
  body .h_sm_750, .block-editor__container .h_sm_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_750, .block-editor__container .w_sm_750 {
    width: 750px;
  }
  body .h_sm_750, .block-editor__container .h_sm_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_750, .block-editor__container .w_sm_750 {
    width: 750px;
  }
  body .h_sm_750, .block-editor__container .h_sm_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_750, .block-editor__container .w_sm_750 {
    width: 750px;
  }
  body .h_sm_750, .block-editor__container .h_sm_750 {
    height: 750px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_755, .block-editor__container .w_sm_755 {
    width: 755px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_755, .block-editor__container .h_sm_755 {
    height: 755px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_755, .block-editor__container .w_sm_755 {
    width: 755px;
  }
  body .h_sm_755, .block-editor__container .h_sm_755 {
    height: 755px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_755, .block-editor__container .w_sm_755 {
    width: 755px;
  }
  body .h_sm_755, .block-editor__container .h_sm_755 {
    height: 755px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_755, .block-editor__container .w_sm_755 {
    width: 755px;
  }
  body .h_sm_755, .block-editor__container .h_sm_755 {
    height: 755px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_755, .block-editor__container .w_sm_755 {
    width: 755px;
  }
  body .h_sm_755, .block-editor__container .h_sm_755 {
    height: 755px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_760, .block-editor__container .w_sm_760 {
    width: 760px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_760, .block-editor__container .h_sm_760 {
    height: 760px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_760, .block-editor__container .w_sm_760 {
    width: 760px;
  }
  body .h_sm_760, .block-editor__container .h_sm_760 {
    height: 760px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_760, .block-editor__container .w_sm_760 {
    width: 760px;
  }
  body .h_sm_760, .block-editor__container .h_sm_760 {
    height: 760px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_760, .block-editor__container .w_sm_760 {
    width: 760px;
  }
  body .h_sm_760, .block-editor__container .h_sm_760 {
    height: 760px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_760, .block-editor__container .w_sm_760 {
    width: 760px;
  }
  body .h_sm_760, .block-editor__container .h_sm_760 {
    height: 760px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_765, .block-editor__container .w_sm_765 {
    width: 765px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_765, .block-editor__container .h_sm_765 {
    height: 765px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_765, .block-editor__container .w_sm_765 {
    width: 765px;
  }
  body .h_sm_765, .block-editor__container .h_sm_765 {
    height: 765px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_765, .block-editor__container .w_sm_765 {
    width: 765px;
  }
  body .h_sm_765, .block-editor__container .h_sm_765 {
    height: 765px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_765, .block-editor__container .w_sm_765 {
    width: 765px;
  }
  body .h_sm_765, .block-editor__container .h_sm_765 {
    height: 765px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_765, .block-editor__container .w_sm_765 {
    width: 765px;
  }
  body .h_sm_765, .block-editor__container .h_sm_765 {
    height: 765px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_770, .block-editor__container .w_sm_770 {
    width: 770px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_770, .block-editor__container .h_sm_770 {
    height: 770px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_770, .block-editor__container .w_sm_770 {
    width: 770px;
  }
  body .h_sm_770, .block-editor__container .h_sm_770 {
    height: 770px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_770, .block-editor__container .w_sm_770 {
    width: 770px;
  }
  body .h_sm_770, .block-editor__container .h_sm_770 {
    height: 770px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_770, .block-editor__container .w_sm_770 {
    width: 770px;
  }
  body .h_sm_770, .block-editor__container .h_sm_770 {
    height: 770px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_770, .block-editor__container .w_sm_770 {
    width: 770px;
  }
  body .h_sm_770, .block-editor__container .h_sm_770 {
    height: 770px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_775, .block-editor__container .w_sm_775 {
    width: 775px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_775, .block-editor__container .h_sm_775 {
    height: 775px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_775, .block-editor__container .w_sm_775 {
    width: 775px;
  }
  body .h_sm_775, .block-editor__container .h_sm_775 {
    height: 775px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_775, .block-editor__container .w_sm_775 {
    width: 775px;
  }
  body .h_sm_775, .block-editor__container .h_sm_775 {
    height: 775px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_775, .block-editor__container .w_sm_775 {
    width: 775px;
  }
  body .h_sm_775, .block-editor__container .h_sm_775 {
    height: 775px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_775, .block-editor__container .w_sm_775 {
    width: 775px;
  }
  body .h_sm_775, .block-editor__container .h_sm_775 {
    height: 775px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_780, .block-editor__container .w_sm_780 {
    width: 780px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_780, .block-editor__container .h_sm_780 {
    height: 780px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_780, .block-editor__container .w_sm_780 {
    width: 780px;
  }
  body .h_sm_780, .block-editor__container .h_sm_780 {
    height: 780px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_780, .block-editor__container .w_sm_780 {
    width: 780px;
  }
  body .h_sm_780, .block-editor__container .h_sm_780 {
    height: 780px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_780, .block-editor__container .w_sm_780 {
    width: 780px;
  }
  body .h_sm_780, .block-editor__container .h_sm_780 {
    height: 780px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_780, .block-editor__container .w_sm_780 {
    width: 780px;
  }
  body .h_sm_780, .block-editor__container .h_sm_780 {
    height: 780px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_785, .block-editor__container .w_sm_785 {
    width: 785px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_785, .block-editor__container .h_sm_785 {
    height: 785px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_785, .block-editor__container .w_sm_785 {
    width: 785px;
  }
  body .h_sm_785, .block-editor__container .h_sm_785 {
    height: 785px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_785, .block-editor__container .w_sm_785 {
    width: 785px;
  }
  body .h_sm_785, .block-editor__container .h_sm_785 {
    height: 785px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_785, .block-editor__container .w_sm_785 {
    width: 785px;
  }
  body .h_sm_785, .block-editor__container .h_sm_785 {
    height: 785px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_785, .block-editor__container .w_sm_785 {
    width: 785px;
  }
  body .h_sm_785, .block-editor__container .h_sm_785 {
    height: 785px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_790, .block-editor__container .w_sm_790 {
    width: 790px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_790, .block-editor__container .h_sm_790 {
    height: 790px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_790, .block-editor__container .w_sm_790 {
    width: 790px;
  }
  body .h_sm_790, .block-editor__container .h_sm_790 {
    height: 790px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_790, .block-editor__container .w_sm_790 {
    width: 790px;
  }
  body .h_sm_790, .block-editor__container .h_sm_790 {
    height: 790px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_790, .block-editor__container .w_sm_790 {
    width: 790px;
  }
  body .h_sm_790, .block-editor__container .h_sm_790 {
    height: 790px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_790, .block-editor__container .w_sm_790 {
    width: 790px;
  }
  body .h_sm_790, .block-editor__container .h_sm_790 {
    height: 790px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_795, .block-editor__container .w_sm_795 {
    width: 795px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_795, .block-editor__container .h_sm_795 {
    height: 795px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_795, .block-editor__container .w_sm_795 {
    width: 795px;
  }
  body .h_sm_795, .block-editor__container .h_sm_795 {
    height: 795px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_795, .block-editor__container .w_sm_795 {
    width: 795px;
  }
  body .h_sm_795, .block-editor__container .h_sm_795 {
    height: 795px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_795, .block-editor__container .w_sm_795 {
    width: 795px;
  }
  body .h_sm_795, .block-editor__container .h_sm_795 {
    height: 795px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_795, .block-editor__container .w_sm_795 {
    width: 795px;
  }
  body .h_sm_795, .block-editor__container .h_sm_795 {
    height: 795px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_800, .block-editor__container .w_sm_800 {
    width: 800px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_800, .block-editor__container .h_sm_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_800, .block-editor__container .w_sm_800 {
    width: 800px;
  }
  body .h_sm_800, .block-editor__container .h_sm_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_800, .block-editor__container .w_sm_800 {
    width: 800px;
  }
  body .h_sm_800, .block-editor__container .h_sm_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_800, .block-editor__container .w_sm_800 {
    width: 800px;
  }
  body .h_sm_800, .block-editor__container .h_sm_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_800, .block-editor__container .w_sm_800 {
    width: 800px;
  }
  body .h_sm_800, .block-editor__container .h_sm_800 {
    height: 800px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_805, .block-editor__container .w_sm_805 {
    width: 805px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_805, .block-editor__container .h_sm_805 {
    height: 805px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_805, .block-editor__container .w_sm_805 {
    width: 805px;
  }
  body .h_sm_805, .block-editor__container .h_sm_805 {
    height: 805px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_805, .block-editor__container .w_sm_805 {
    width: 805px;
  }
  body .h_sm_805, .block-editor__container .h_sm_805 {
    height: 805px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_805, .block-editor__container .w_sm_805 {
    width: 805px;
  }
  body .h_sm_805, .block-editor__container .h_sm_805 {
    height: 805px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_805, .block-editor__container .w_sm_805 {
    width: 805px;
  }
  body .h_sm_805, .block-editor__container .h_sm_805 {
    height: 805px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_810, .block-editor__container .w_sm_810 {
    width: 810px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_810, .block-editor__container .h_sm_810 {
    height: 810px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_810, .block-editor__container .w_sm_810 {
    width: 810px;
  }
  body .h_sm_810, .block-editor__container .h_sm_810 {
    height: 810px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_810, .block-editor__container .w_sm_810 {
    width: 810px;
  }
  body .h_sm_810, .block-editor__container .h_sm_810 {
    height: 810px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_810, .block-editor__container .w_sm_810 {
    width: 810px;
  }
  body .h_sm_810, .block-editor__container .h_sm_810 {
    height: 810px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_810, .block-editor__container .w_sm_810 {
    width: 810px;
  }
  body .h_sm_810, .block-editor__container .h_sm_810 {
    height: 810px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_815, .block-editor__container .w_sm_815 {
    width: 815px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_815, .block-editor__container .h_sm_815 {
    height: 815px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_815, .block-editor__container .w_sm_815 {
    width: 815px;
  }
  body .h_sm_815, .block-editor__container .h_sm_815 {
    height: 815px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_815, .block-editor__container .w_sm_815 {
    width: 815px;
  }
  body .h_sm_815, .block-editor__container .h_sm_815 {
    height: 815px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_815, .block-editor__container .w_sm_815 {
    width: 815px;
  }
  body .h_sm_815, .block-editor__container .h_sm_815 {
    height: 815px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_815, .block-editor__container .w_sm_815 {
    width: 815px;
  }
  body .h_sm_815, .block-editor__container .h_sm_815 {
    height: 815px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_820, .block-editor__container .w_sm_820 {
    width: 820px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_820, .block-editor__container .h_sm_820 {
    height: 820px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_820, .block-editor__container .w_sm_820 {
    width: 820px;
  }
  body .h_sm_820, .block-editor__container .h_sm_820 {
    height: 820px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_820, .block-editor__container .w_sm_820 {
    width: 820px;
  }
  body .h_sm_820, .block-editor__container .h_sm_820 {
    height: 820px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_820, .block-editor__container .w_sm_820 {
    width: 820px;
  }
  body .h_sm_820, .block-editor__container .h_sm_820 {
    height: 820px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_820, .block-editor__container .w_sm_820 {
    width: 820px;
  }
  body .h_sm_820, .block-editor__container .h_sm_820 {
    height: 820px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_825, .block-editor__container .w_sm_825 {
    width: 825px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_825, .block-editor__container .h_sm_825 {
    height: 825px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_825, .block-editor__container .w_sm_825 {
    width: 825px;
  }
  body .h_sm_825, .block-editor__container .h_sm_825 {
    height: 825px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_825, .block-editor__container .w_sm_825 {
    width: 825px;
  }
  body .h_sm_825, .block-editor__container .h_sm_825 {
    height: 825px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_825, .block-editor__container .w_sm_825 {
    width: 825px;
  }
  body .h_sm_825, .block-editor__container .h_sm_825 {
    height: 825px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_825, .block-editor__container .w_sm_825 {
    width: 825px;
  }
  body .h_sm_825, .block-editor__container .h_sm_825 {
    height: 825px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_830, .block-editor__container .w_sm_830 {
    width: 830px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_830, .block-editor__container .h_sm_830 {
    height: 830px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_830, .block-editor__container .w_sm_830 {
    width: 830px;
  }
  body .h_sm_830, .block-editor__container .h_sm_830 {
    height: 830px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_830, .block-editor__container .w_sm_830 {
    width: 830px;
  }
  body .h_sm_830, .block-editor__container .h_sm_830 {
    height: 830px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_830, .block-editor__container .w_sm_830 {
    width: 830px;
  }
  body .h_sm_830, .block-editor__container .h_sm_830 {
    height: 830px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_830, .block-editor__container .w_sm_830 {
    width: 830px;
  }
  body .h_sm_830, .block-editor__container .h_sm_830 {
    height: 830px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_835, .block-editor__container .w_sm_835 {
    width: 835px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_835, .block-editor__container .h_sm_835 {
    height: 835px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_835, .block-editor__container .w_sm_835 {
    width: 835px;
  }
  body .h_sm_835, .block-editor__container .h_sm_835 {
    height: 835px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_835, .block-editor__container .w_sm_835 {
    width: 835px;
  }
  body .h_sm_835, .block-editor__container .h_sm_835 {
    height: 835px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_835, .block-editor__container .w_sm_835 {
    width: 835px;
  }
  body .h_sm_835, .block-editor__container .h_sm_835 {
    height: 835px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_835, .block-editor__container .w_sm_835 {
    width: 835px;
  }
  body .h_sm_835, .block-editor__container .h_sm_835 {
    height: 835px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_840, .block-editor__container .w_sm_840 {
    width: 840px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_840, .block-editor__container .h_sm_840 {
    height: 840px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_840, .block-editor__container .w_sm_840 {
    width: 840px;
  }
  body .h_sm_840, .block-editor__container .h_sm_840 {
    height: 840px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_840, .block-editor__container .w_sm_840 {
    width: 840px;
  }
  body .h_sm_840, .block-editor__container .h_sm_840 {
    height: 840px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_840, .block-editor__container .w_sm_840 {
    width: 840px;
  }
  body .h_sm_840, .block-editor__container .h_sm_840 {
    height: 840px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_840, .block-editor__container .w_sm_840 {
    width: 840px;
  }
  body .h_sm_840, .block-editor__container .h_sm_840 {
    height: 840px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_845, .block-editor__container .w_sm_845 {
    width: 845px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_845, .block-editor__container .h_sm_845 {
    height: 845px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_845, .block-editor__container .w_sm_845 {
    width: 845px;
  }
  body .h_sm_845, .block-editor__container .h_sm_845 {
    height: 845px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_845, .block-editor__container .w_sm_845 {
    width: 845px;
  }
  body .h_sm_845, .block-editor__container .h_sm_845 {
    height: 845px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_845, .block-editor__container .w_sm_845 {
    width: 845px;
  }
  body .h_sm_845, .block-editor__container .h_sm_845 {
    height: 845px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_845, .block-editor__container .w_sm_845 {
    width: 845px;
  }
  body .h_sm_845, .block-editor__container .h_sm_845 {
    height: 845px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_850, .block-editor__container .w_sm_850 {
    width: 850px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_850, .block-editor__container .h_sm_850 {
    height: 850px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_850, .block-editor__container .w_sm_850 {
    width: 850px;
  }
  body .h_sm_850, .block-editor__container .h_sm_850 {
    height: 850px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_850, .block-editor__container .w_sm_850 {
    width: 850px;
  }
  body .h_sm_850, .block-editor__container .h_sm_850 {
    height: 850px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_850, .block-editor__container .w_sm_850 {
    width: 850px;
  }
  body .h_sm_850, .block-editor__container .h_sm_850 {
    height: 850px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_850, .block-editor__container .w_sm_850 {
    width: 850px;
  }
  body .h_sm_850, .block-editor__container .h_sm_850 {
    height: 850px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_855, .block-editor__container .w_sm_855 {
    width: 855px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_855, .block-editor__container .h_sm_855 {
    height: 855px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_855, .block-editor__container .w_sm_855 {
    width: 855px;
  }
  body .h_sm_855, .block-editor__container .h_sm_855 {
    height: 855px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_855, .block-editor__container .w_sm_855 {
    width: 855px;
  }
  body .h_sm_855, .block-editor__container .h_sm_855 {
    height: 855px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_855, .block-editor__container .w_sm_855 {
    width: 855px;
  }
  body .h_sm_855, .block-editor__container .h_sm_855 {
    height: 855px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_855, .block-editor__container .w_sm_855 {
    width: 855px;
  }
  body .h_sm_855, .block-editor__container .h_sm_855 {
    height: 855px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_860, .block-editor__container .w_sm_860 {
    width: 860px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_860, .block-editor__container .h_sm_860 {
    height: 860px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_860, .block-editor__container .w_sm_860 {
    width: 860px;
  }
  body .h_sm_860, .block-editor__container .h_sm_860 {
    height: 860px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_860, .block-editor__container .w_sm_860 {
    width: 860px;
  }
  body .h_sm_860, .block-editor__container .h_sm_860 {
    height: 860px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_860, .block-editor__container .w_sm_860 {
    width: 860px;
  }
  body .h_sm_860, .block-editor__container .h_sm_860 {
    height: 860px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_860, .block-editor__container .w_sm_860 {
    width: 860px;
  }
  body .h_sm_860, .block-editor__container .h_sm_860 {
    height: 860px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_865, .block-editor__container .w_sm_865 {
    width: 865px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_865, .block-editor__container .h_sm_865 {
    height: 865px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_865, .block-editor__container .w_sm_865 {
    width: 865px;
  }
  body .h_sm_865, .block-editor__container .h_sm_865 {
    height: 865px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_865, .block-editor__container .w_sm_865 {
    width: 865px;
  }
  body .h_sm_865, .block-editor__container .h_sm_865 {
    height: 865px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_865, .block-editor__container .w_sm_865 {
    width: 865px;
  }
  body .h_sm_865, .block-editor__container .h_sm_865 {
    height: 865px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_865, .block-editor__container .w_sm_865 {
    width: 865px;
  }
  body .h_sm_865, .block-editor__container .h_sm_865 {
    height: 865px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_870, .block-editor__container .w_sm_870 {
    width: 870px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_870, .block-editor__container .h_sm_870 {
    height: 870px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_870, .block-editor__container .w_sm_870 {
    width: 870px;
  }
  body .h_sm_870, .block-editor__container .h_sm_870 {
    height: 870px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_870, .block-editor__container .w_sm_870 {
    width: 870px;
  }
  body .h_sm_870, .block-editor__container .h_sm_870 {
    height: 870px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_870, .block-editor__container .w_sm_870 {
    width: 870px;
  }
  body .h_sm_870, .block-editor__container .h_sm_870 {
    height: 870px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_870, .block-editor__container .w_sm_870 {
    width: 870px;
  }
  body .h_sm_870, .block-editor__container .h_sm_870 {
    height: 870px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_875, .block-editor__container .w_sm_875 {
    width: 875px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_875, .block-editor__container .h_sm_875 {
    height: 875px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_875, .block-editor__container .w_sm_875 {
    width: 875px;
  }
  body .h_sm_875, .block-editor__container .h_sm_875 {
    height: 875px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_875, .block-editor__container .w_sm_875 {
    width: 875px;
  }
  body .h_sm_875, .block-editor__container .h_sm_875 {
    height: 875px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_875, .block-editor__container .w_sm_875 {
    width: 875px;
  }
  body .h_sm_875, .block-editor__container .h_sm_875 {
    height: 875px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_875, .block-editor__container .w_sm_875 {
    width: 875px;
  }
  body .h_sm_875, .block-editor__container .h_sm_875 {
    height: 875px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_880, .block-editor__container .w_sm_880 {
    width: 880px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_880, .block-editor__container .h_sm_880 {
    height: 880px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_880, .block-editor__container .w_sm_880 {
    width: 880px;
  }
  body .h_sm_880, .block-editor__container .h_sm_880 {
    height: 880px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_880, .block-editor__container .w_sm_880 {
    width: 880px;
  }
  body .h_sm_880, .block-editor__container .h_sm_880 {
    height: 880px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_880, .block-editor__container .w_sm_880 {
    width: 880px;
  }
  body .h_sm_880, .block-editor__container .h_sm_880 {
    height: 880px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_880, .block-editor__container .w_sm_880 {
    width: 880px;
  }
  body .h_sm_880, .block-editor__container .h_sm_880 {
    height: 880px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_885, .block-editor__container .w_sm_885 {
    width: 885px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_885, .block-editor__container .h_sm_885 {
    height: 885px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_885, .block-editor__container .w_sm_885 {
    width: 885px;
  }
  body .h_sm_885, .block-editor__container .h_sm_885 {
    height: 885px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_885, .block-editor__container .w_sm_885 {
    width: 885px;
  }
  body .h_sm_885, .block-editor__container .h_sm_885 {
    height: 885px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_885, .block-editor__container .w_sm_885 {
    width: 885px;
  }
  body .h_sm_885, .block-editor__container .h_sm_885 {
    height: 885px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_885, .block-editor__container .w_sm_885 {
    width: 885px;
  }
  body .h_sm_885, .block-editor__container .h_sm_885 {
    height: 885px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_890, .block-editor__container .w_sm_890 {
    width: 890px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_890, .block-editor__container .h_sm_890 {
    height: 890px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_890, .block-editor__container .w_sm_890 {
    width: 890px;
  }
  body .h_sm_890, .block-editor__container .h_sm_890 {
    height: 890px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_890, .block-editor__container .w_sm_890 {
    width: 890px;
  }
  body .h_sm_890, .block-editor__container .h_sm_890 {
    height: 890px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_890, .block-editor__container .w_sm_890 {
    width: 890px;
  }
  body .h_sm_890, .block-editor__container .h_sm_890 {
    height: 890px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_890, .block-editor__container .w_sm_890 {
    width: 890px;
  }
  body .h_sm_890, .block-editor__container .h_sm_890 {
    height: 890px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_895, .block-editor__container .w_sm_895 {
    width: 895px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_895, .block-editor__container .h_sm_895 {
    height: 895px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_895, .block-editor__container .w_sm_895 {
    width: 895px;
  }
  body .h_sm_895, .block-editor__container .h_sm_895 {
    height: 895px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_895, .block-editor__container .w_sm_895 {
    width: 895px;
  }
  body .h_sm_895, .block-editor__container .h_sm_895 {
    height: 895px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_895, .block-editor__container .w_sm_895 {
    width: 895px;
  }
  body .h_sm_895, .block-editor__container .h_sm_895 {
    height: 895px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_895, .block-editor__container .w_sm_895 {
    width: 895px;
  }
  body .h_sm_895, .block-editor__container .h_sm_895 {
    height: 895px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_900, .block-editor__container .w_sm_900 {
    width: 900px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_900, .block-editor__container .h_sm_900 {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_900, .block-editor__container .w_sm_900 {
    width: 900px;
  }
  body .h_sm_900, .block-editor__container .h_sm_900 {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_900, .block-editor__container .w_sm_900 {
    width: 900px;
  }
  body .h_sm_900, .block-editor__container .h_sm_900 {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_900, .block-editor__container .w_sm_900 {
    width: 900px;
  }
  body .h_sm_900, .block-editor__container .h_sm_900 {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_900, .block-editor__container .w_sm_900 {
    width: 900px;
  }
  body .h_sm_900, .block-editor__container .h_sm_900 {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_905, .block-editor__container .w_sm_905 {
    width: 905px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_905, .block-editor__container .h_sm_905 {
    height: 905px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_905, .block-editor__container .w_sm_905 {
    width: 905px;
  }
  body .h_sm_905, .block-editor__container .h_sm_905 {
    height: 905px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_905, .block-editor__container .w_sm_905 {
    width: 905px;
  }
  body .h_sm_905, .block-editor__container .h_sm_905 {
    height: 905px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_905, .block-editor__container .w_sm_905 {
    width: 905px;
  }
  body .h_sm_905, .block-editor__container .h_sm_905 {
    height: 905px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_905, .block-editor__container .w_sm_905 {
    width: 905px;
  }
  body .h_sm_905, .block-editor__container .h_sm_905 {
    height: 905px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_910, .block-editor__container .w_sm_910 {
    width: 910px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_910, .block-editor__container .h_sm_910 {
    height: 910px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_910, .block-editor__container .w_sm_910 {
    width: 910px;
  }
  body .h_sm_910, .block-editor__container .h_sm_910 {
    height: 910px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_910, .block-editor__container .w_sm_910 {
    width: 910px;
  }
  body .h_sm_910, .block-editor__container .h_sm_910 {
    height: 910px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_910, .block-editor__container .w_sm_910 {
    width: 910px;
  }
  body .h_sm_910, .block-editor__container .h_sm_910 {
    height: 910px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_910, .block-editor__container .w_sm_910 {
    width: 910px;
  }
  body .h_sm_910, .block-editor__container .h_sm_910 {
    height: 910px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_915, .block-editor__container .w_sm_915 {
    width: 915px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_915, .block-editor__container .h_sm_915 {
    height: 915px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_915, .block-editor__container .w_sm_915 {
    width: 915px;
  }
  body .h_sm_915, .block-editor__container .h_sm_915 {
    height: 915px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_915, .block-editor__container .w_sm_915 {
    width: 915px;
  }
  body .h_sm_915, .block-editor__container .h_sm_915 {
    height: 915px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_915, .block-editor__container .w_sm_915 {
    width: 915px;
  }
  body .h_sm_915, .block-editor__container .h_sm_915 {
    height: 915px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_915, .block-editor__container .w_sm_915 {
    width: 915px;
  }
  body .h_sm_915, .block-editor__container .h_sm_915 {
    height: 915px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_920, .block-editor__container .w_sm_920 {
    width: 920px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_920, .block-editor__container .h_sm_920 {
    height: 920px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_920, .block-editor__container .w_sm_920 {
    width: 920px;
  }
  body .h_sm_920, .block-editor__container .h_sm_920 {
    height: 920px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_920, .block-editor__container .w_sm_920 {
    width: 920px;
  }
  body .h_sm_920, .block-editor__container .h_sm_920 {
    height: 920px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_920, .block-editor__container .w_sm_920 {
    width: 920px;
  }
  body .h_sm_920, .block-editor__container .h_sm_920 {
    height: 920px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_920, .block-editor__container .w_sm_920 {
    width: 920px;
  }
  body .h_sm_920, .block-editor__container .h_sm_920 {
    height: 920px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_925, .block-editor__container .w_sm_925 {
    width: 925px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_925, .block-editor__container .h_sm_925 {
    height: 925px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_925, .block-editor__container .w_sm_925 {
    width: 925px;
  }
  body .h_sm_925, .block-editor__container .h_sm_925 {
    height: 925px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_925, .block-editor__container .w_sm_925 {
    width: 925px;
  }
  body .h_sm_925, .block-editor__container .h_sm_925 {
    height: 925px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_925, .block-editor__container .w_sm_925 {
    width: 925px;
  }
  body .h_sm_925, .block-editor__container .h_sm_925 {
    height: 925px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_925, .block-editor__container .w_sm_925 {
    width: 925px;
  }
  body .h_sm_925, .block-editor__container .h_sm_925 {
    height: 925px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_930, .block-editor__container .w_sm_930 {
    width: 930px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_930, .block-editor__container .h_sm_930 {
    height: 930px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_930, .block-editor__container .w_sm_930 {
    width: 930px;
  }
  body .h_sm_930, .block-editor__container .h_sm_930 {
    height: 930px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_930, .block-editor__container .w_sm_930 {
    width: 930px;
  }
  body .h_sm_930, .block-editor__container .h_sm_930 {
    height: 930px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_930, .block-editor__container .w_sm_930 {
    width: 930px;
  }
  body .h_sm_930, .block-editor__container .h_sm_930 {
    height: 930px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_930, .block-editor__container .w_sm_930 {
    width: 930px;
  }
  body .h_sm_930, .block-editor__container .h_sm_930 {
    height: 930px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_935, .block-editor__container .w_sm_935 {
    width: 935px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_935, .block-editor__container .h_sm_935 {
    height: 935px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_935, .block-editor__container .w_sm_935 {
    width: 935px;
  }
  body .h_sm_935, .block-editor__container .h_sm_935 {
    height: 935px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_935, .block-editor__container .w_sm_935 {
    width: 935px;
  }
  body .h_sm_935, .block-editor__container .h_sm_935 {
    height: 935px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_935, .block-editor__container .w_sm_935 {
    width: 935px;
  }
  body .h_sm_935, .block-editor__container .h_sm_935 {
    height: 935px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_935, .block-editor__container .w_sm_935 {
    width: 935px;
  }
  body .h_sm_935, .block-editor__container .h_sm_935 {
    height: 935px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_940, .block-editor__container .w_sm_940 {
    width: 940px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_940, .block-editor__container .h_sm_940 {
    height: 940px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_940, .block-editor__container .w_sm_940 {
    width: 940px;
  }
  body .h_sm_940, .block-editor__container .h_sm_940 {
    height: 940px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_940, .block-editor__container .w_sm_940 {
    width: 940px;
  }
  body .h_sm_940, .block-editor__container .h_sm_940 {
    height: 940px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_940, .block-editor__container .w_sm_940 {
    width: 940px;
  }
  body .h_sm_940, .block-editor__container .h_sm_940 {
    height: 940px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_940, .block-editor__container .w_sm_940 {
    width: 940px;
  }
  body .h_sm_940, .block-editor__container .h_sm_940 {
    height: 940px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_945, .block-editor__container .w_sm_945 {
    width: 945px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_945, .block-editor__container .h_sm_945 {
    height: 945px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_945, .block-editor__container .w_sm_945 {
    width: 945px;
  }
  body .h_sm_945, .block-editor__container .h_sm_945 {
    height: 945px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_945, .block-editor__container .w_sm_945 {
    width: 945px;
  }
  body .h_sm_945, .block-editor__container .h_sm_945 {
    height: 945px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_945, .block-editor__container .w_sm_945 {
    width: 945px;
  }
  body .h_sm_945, .block-editor__container .h_sm_945 {
    height: 945px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_945, .block-editor__container .w_sm_945 {
    width: 945px;
  }
  body .h_sm_945, .block-editor__container .h_sm_945 {
    height: 945px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_950, .block-editor__container .w_sm_950 {
    width: 950px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_950, .block-editor__container .h_sm_950 {
    height: 950px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_950, .block-editor__container .w_sm_950 {
    width: 950px;
  }
  body .h_sm_950, .block-editor__container .h_sm_950 {
    height: 950px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_950, .block-editor__container .w_sm_950 {
    width: 950px;
  }
  body .h_sm_950, .block-editor__container .h_sm_950 {
    height: 950px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_950, .block-editor__container .w_sm_950 {
    width: 950px;
  }
  body .h_sm_950, .block-editor__container .h_sm_950 {
    height: 950px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_950, .block-editor__container .w_sm_950 {
    width: 950px;
  }
  body .h_sm_950, .block-editor__container .h_sm_950 {
    height: 950px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_955, .block-editor__container .w_sm_955 {
    width: 955px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_955, .block-editor__container .h_sm_955 {
    height: 955px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_955, .block-editor__container .w_sm_955 {
    width: 955px;
  }
  body .h_sm_955, .block-editor__container .h_sm_955 {
    height: 955px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_955, .block-editor__container .w_sm_955 {
    width: 955px;
  }
  body .h_sm_955, .block-editor__container .h_sm_955 {
    height: 955px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_955, .block-editor__container .w_sm_955 {
    width: 955px;
  }
  body .h_sm_955, .block-editor__container .h_sm_955 {
    height: 955px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_955, .block-editor__container .w_sm_955 {
    width: 955px;
  }
  body .h_sm_955, .block-editor__container .h_sm_955 {
    height: 955px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_960, .block-editor__container .w_sm_960 {
    width: 960px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_960, .block-editor__container .h_sm_960 {
    height: 960px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_960, .block-editor__container .w_sm_960 {
    width: 960px;
  }
  body .h_sm_960, .block-editor__container .h_sm_960 {
    height: 960px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_960, .block-editor__container .w_sm_960 {
    width: 960px;
  }
  body .h_sm_960, .block-editor__container .h_sm_960 {
    height: 960px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_960, .block-editor__container .w_sm_960 {
    width: 960px;
  }
  body .h_sm_960, .block-editor__container .h_sm_960 {
    height: 960px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_960, .block-editor__container .w_sm_960 {
    width: 960px;
  }
  body .h_sm_960, .block-editor__container .h_sm_960 {
    height: 960px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_965, .block-editor__container .w_sm_965 {
    width: 965px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_965, .block-editor__container .h_sm_965 {
    height: 965px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_965, .block-editor__container .w_sm_965 {
    width: 965px;
  }
  body .h_sm_965, .block-editor__container .h_sm_965 {
    height: 965px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_965, .block-editor__container .w_sm_965 {
    width: 965px;
  }
  body .h_sm_965, .block-editor__container .h_sm_965 {
    height: 965px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_965, .block-editor__container .w_sm_965 {
    width: 965px;
  }
  body .h_sm_965, .block-editor__container .h_sm_965 {
    height: 965px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_965, .block-editor__container .w_sm_965 {
    width: 965px;
  }
  body .h_sm_965, .block-editor__container .h_sm_965 {
    height: 965px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_970, .block-editor__container .w_sm_970 {
    width: 970px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_970, .block-editor__container .h_sm_970 {
    height: 970px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_970, .block-editor__container .w_sm_970 {
    width: 970px;
  }
  body .h_sm_970, .block-editor__container .h_sm_970 {
    height: 970px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_970, .block-editor__container .w_sm_970 {
    width: 970px;
  }
  body .h_sm_970, .block-editor__container .h_sm_970 {
    height: 970px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_970, .block-editor__container .w_sm_970 {
    width: 970px;
  }
  body .h_sm_970, .block-editor__container .h_sm_970 {
    height: 970px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_970, .block-editor__container .w_sm_970 {
    width: 970px;
  }
  body .h_sm_970, .block-editor__container .h_sm_970 {
    height: 970px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_975, .block-editor__container .w_sm_975 {
    width: 975px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_975, .block-editor__container .h_sm_975 {
    height: 975px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_975, .block-editor__container .w_sm_975 {
    width: 975px;
  }
  body .h_sm_975, .block-editor__container .h_sm_975 {
    height: 975px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_975, .block-editor__container .w_sm_975 {
    width: 975px;
  }
  body .h_sm_975, .block-editor__container .h_sm_975 {
    height: 975px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_975, .block-editor__container .w_sm_975 {
    width: 975px;
  }
  body .h_sm_975, .block-editor__container .h_sm_975 {
    height: 975px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_975, .block-editor__container .w_sm_975 {
    width: 975px;
  }
  body .h_sm_975, .block-editor__container .h_sm_975 {
    height: 975px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_980, .block-editor__container .w_sm_980 {
    width: 980px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_980, .block-editor__container .h_sm_980 {
    height: 980px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_980, .block-editor__container .w_sm_980 {
    width: 980px;
  }
  body .h_sm_980, .block-editor__container .h_sm_980 {
    height: 980px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_980, .block-editor__container .w_sm_980 {
    width: 980px;
  }
  body .h_sm_980, .block-editor__container .h_sm_980 {
    height: 980px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_980, .block-editor__container .w_sm_980 {
    width: 980px;
  }
  body .h_sm_980, .block-editor__container .h_sm_980 {
    height: 980px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_980, .block-editor__container .w_sm_980 {
    width: 980px;
  }
  body .h_sm_980, .block-editor__container .h_sm_980 {
    height: 980px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_985, .block-editor__container .w_sm_985 {
    width: 985px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_985, .block-editor__container .h_sm_985 {
    height: 985px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_985, .block-editor__container .w_sm_985 {
    width: 985px;
  }
  body .h_sm_985, .block-editor__container .h_sm_985 {
    height: 985px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_985, .block-editor__container .w_sm_985 {
    width: 985px;
  }
  body .h_sm_985, .block-editor__container .h_sm_985 {
    height: 985px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_985, .block-editor__container .w_sm_985 {
    width: 985px;
  }
  body .h_sm_985, .block-editor__container .h_sm_985 {
    height: 985px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_985, .block-editor__container .w_sm_985 {
    width: 985px;
  }
  body .h_sm_985, .block-editor__container .h_sm_985 {
    height: 985px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_990, .block-editor__container .w_sm_990 {
    width: 990px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_990, .block-editor__container .h_sm_990 {
    height: 990px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_990, .block-editor__container .w_sm_990 {
    width: 990px;
  }
  body .h_sm_990, .block-editor__container .h_sm_990 {
    height: 990px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_990, .block-editor__container .w_sm_990 {
    width: 990px;
  }
  body .h_sm_990, .block-editor__container .h_sm_990 {
    height: 990px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_990, .block-editor__container .w_sm_990 {
    width: 990px;
  }
  body .h_sm_990, .block-editor__container .h_sm_990 {
    height: 990px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_990, .block-editor__container .w_sm_990 {
    width: 990px;
  }
  body .h_sm_990, .block-editor__container .h_sm_990 {
    height: 990px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_995, .block-editor__container .w_sm_995 {
    width: 995px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_995, .block-editor__container .h_sm_995 {
    height: 995px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_995, .block-editor__container .w_sm_995 {
    width: 995px;
  }
  body .h_sm_995, .block-editor__container .h_sm_995 {
    height: 995px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_995, .block-editor__container .w_sm_995 {
    width: 995px;
  }
  body .h_sm_995, .block-editor__container .h_sm_995 {
    height: 995px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_995, .block-editor__container .w_sm_995 {
    width: 995px;
  }
  body .h_sm_995, .block-editor__container .h_sm_995 {
    height: 995px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_995, .block-editor__container .w_sm_995 {
    width: 995px;
  }
  body .h_sm_995, .block-editor__container .h_sm_995 {
    height: 995px;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_1000, .block-editor__container .w_sm_1000 {
    width: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  body .h_sm_1000, .block-editor__container .h_sm_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 1439.98px) {
  body .w_sm_1000, .block-editor__container .w_sm_1000 {
    width: 1000px;
  }
  body .h_sm_1000, .block-editor__container .h_sm_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 991.98px) {
  body .w_sm_1000, .block-editor__container .w_sm_1000 {
    width: 1000px;
  }
  body .h_sm_1000, .block-editor__container .h_sm_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 767.98px) {
  body .w_sm_1000, .block-editor__container .w_sm_1000 {
    width: 1000px;
  }
  body .h_sm_1000, .block-editor__container .h_sm_1000 {
    height: 1000px;
  }
}
@media only screen and (max-width: 650px) and (max-width: 575.98px) {
  body .w_sm_1000, .block-editor__container .w_sm_1000 {
    width: 1000px;
  }
  body .h_sm_1000, .block-editor__container .h_sm_1000 {
    height: 1000px;
  }
}
@media only screen and (min-width: 650px) {
  body .w_lg_full, .block-editor__container .w_lg_full {
    width: 100%;
  }
  body .h_lg_auto, .block-editor__container .h_lg_auto {
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  body .w_sm_full, .block-editor__container .w_sm_full {
    width: 100%;
  }
  body .h_sm_auto, .block-editor__container .h_sm_auto {
    height: auto;
  }
}
body .image_block.contain img, .block-editor__container .image_block.contain img {
  object-fit: contain;
}
body .image_block.cover img, .block-editor__container .image_block.cover img {
  object-fit: cover;
}

@font-face {
  font-family: "HeadingCompressedPro-Bold";
  src: url("../fonts/3569C6_0_0.eot");
  src: url("../fonts/3569C6_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3569C6_0_0.woff2") format("woff2"), url("../fonts/3569C6_0_0.woff") format("woff"), url("../fonts/3569C6_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "HeadingPro-Bold";
  src: url("../fonts/3569C6_1_0.eot");
  src: url("../fonts/3569C6_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3569C6_1_0.woff2") format("woff2"), url("../fonts/3569C6_1_0.woff") format("woff"), url("../fonts/3569C6_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Freeland";
  src: url("../fonts/Freeland.eot");
  src: url("../fonts/Freeland.eot?#iefix") format("embedded-opentype"), url("../fonts/Freeland.woff") format("woff"), url("../fonts/Freeland.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/*
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-ThinItalic.eot');
	src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-ThinItalic.woff') format('woff'),
		url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Type
-------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1, h2, .h2 {
  text-transform: uppercase;
  letter-spacing: -0.0625rem;
}

h1, .h1 {
  font-family: "HeadingCompressedPro-Bold", "HeadingPro-Bold", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: uppercase;
  letter-spacing: -0.03125rem;
}

display-1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  display-1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  display-1 {
    font-size: 4rem;
  }
}

@media (max-width: 991.98px) {
  .display-2 {
    font-size: 3.75rem;
  }
}

p {
  letter-spacing: 0.03125em;
}
p:last-child {
  margin-bottom: 0;
}

hr {
  border-bottom: 2px solid #495057;
  display: block;
  width: 50px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

blockquote {
  position: relative;
}
blockquote:after {
  width: 180px;
  height: 160px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='221' height='181'%3E%3Cpath fill='%239f9f9f' fill-rule='evenodd' d='M93 87.8v92.6H.6v-83l42-97H82L56.3 87.8H93zm127.7 0v92.6H128v-83l42-97h39.4L184 87.8h36.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.2;
  content: "";
  position: absolute;
  top: -55px;
  left: -100px;
  background-size: 70%;
}

.section__title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section__title {
    margin-bottom: 2rem;
  }
}

.slider_main {
  position: relative;
  /* Pagination
  -------------------------------------------------- */
  /* Standard
  -------------------------------------------------- */
  /* Wide
  -------------------------------------------------- */
  /* Swiper Content
  -------------------------------------------------- */
}
@media (min-width: 992px) {
  .slider_main {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.slider_main .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider_main .swiper-button-prev,
.slider_main .swiper-button-next {
  width: 19px;
  height: 30px;
  margin-top: -15px;
  background-size: 19px 30px;
}
.slider_main .swiper-pagination {
  bottom: 10px;
  left: auto;
  right: 1rem;
  width: auto;
  padding-bottom: 2rem;
}
.slider_main .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 15px;
  background: white;
  opacity: 1;
  margin: 0 6px;
  border-radius: 0;
  transition: height 0.4s ease-in-out;
}
.slider_main .swiper-pagination .swiper-pagination-bullet:last-child:after {
  border: none;
}
.slider_main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
}
.slider_main .swiper-pagination.disabled {
  display: none;
}
.slider_main.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.slider_main.standard .swiper-slide {
  position: relative;
}
.slider_main.standard .swiper-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.slider_main.standard .swiper-slide > .aspect-content, .slider_main.standard .swiper-slide > .swiper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .slider_main.standard .swiper-pagination {
    right: 7%;
  }
}
.slider_main.wide {
  height: calc(100vh - 72px);
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .slider_main.wide {
    margin-top: -1rem;
  }
}
@media (min-width: 992px) {
  .slider_main.wide {
    height: 100vh;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .slider_main.wide .swiper-pagination {
    right: 12%;
  }
}
.slider_main .swiper-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 3rem;
  padding-left: 10%;
}
@media (max-width: 767.98px) {
  .slider_main .swiper-content {
    padding-bottom: 0.5rem;
  }
}
.slider_main .swiper-content .content-wrap {
  max-width: 66%;
}
.slider_main .swiper-content .content-wrap {
  margin-bottom: 2rem;
}
.slider_main .swiper-content h1, .slider_main .swiper-content .h1, .slider_main .swiper-content h2, .slider_main .swiper-content .h2, .slider_main .swiper-content h3, .slider_main .swiper-content .h3 {
  color: white !important;
}
.slider_main .swiper-content h1, .slider_main .swiper-content .h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .slider_main .swiper-content h1, .slider_main .swiper-content .h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .slider_main .swiper-content h1, .slider_main .swiper-content .h1 {
    font-size: 6rem;
  }
}
.slider_main .swiper-content hr {
  border-color: white;
}
.slider_main .swiper-content p {
  font-size: 18px;
}
.slider_main .swiper-content .btn:hover {
  color: white;
}

@media (min-width: 992px) {
  .slider_pad {
    height: 100vh;
    margin-top: calc(-72px - 3rem);
  }
  .slider_pad + div {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .slider_pad + div {
    padding-top: 3.5rem;
  }
}
.homepage_slider_box {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 72px;
  z-index: 0;
  max-width: 100vw;
  width: 100%;
}
.homepage_slider_box #homepage_slider .slide {
  height: calc(100vh - 72px);
  max-height: calc(100vh - 72px);
}
.homepage_slider_box #homepage_slider .slide video, .homepage_slider_box #homepage_slider .slide img {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 72px);
  object-fit: cover;
}
.homepage_slider_box #homepage_slider .slide .btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 20;
  background: transparent;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.homepage_slider_box #homepage_slider .slide .btn:hover {
  background: #fff;
  color: #000;
}
.homepage_slider_box #homepage_slider .slick-dots {
  position: absolute;
  list-style: none;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.homepage_slider_box #homepage_slider .slick-dots li {
  all: unset;
  cursor: pointer;
}
.homepage_slider_box #homepage_slider .slick-dots li button {
  all: unset;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border-radius: 0;
  height: 15px;
  margin: 0 6px;
  opacity: 1;
  transition: height 0.4s ease-in-out;
  width: 2px;
}
.homepage_slider_box #homepage_slider .slick-dots li.slick-active button {
  height: 35px;
}
.homepage_slider_box .progressBarContainer {
  position: absolute;
  list-style: none;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.homepage_slider_box .progressBarContainer .slick-track {
  display: flex;
  width: 100% !important;
}
.homepage_slider_box .progressBarContainer .slick-slide {
  width: 35px !important;
  margin: 0 5px;
  opacity: 1 !important;
}
@media (max-width: 1439.98px) {
  .homepage_slider_box .progressBarContainer .slick-slide {
    width: 2.4305555556vw !important;
    margin: 0 0.3472222222vw;
    opacity: 1 !important;
  }
}
@media (max-width: 991.98px) {
  .homepage_slider_box .progressBarContainer .slick-slide {
    width: 2.4305555556vw !important;
    margin: 0 0.3472222222vw;
    opacity: 1 !important;
  }
}
@media (max-width: 767.98px) {
  .homepage_slider_box .progressBarContainer .slick-slide {
    width: 4.5572916667vw !important;
    margin: 0 0.6510416667vw;
    opacity: 1 !important;
  }
}
@media (max-width: 575.98px) {
  .homepage_slider_box .progressBarContainer .slick-slide {
    width: 9.3333333333vw !important;
    margin: 0 1.3333333333vw;
    opacity: 1 !important;
  }
}
.homepage_slider_box .progressBarContainer .slick-slide .item {
  position: relative;
  background: #bababa;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.homepage_slider_box .progressBarContainer .slick-slide .item .progressBar {
  background: #fff;
  width: 0;
}
.homepage_slider_box .progressBarContainer .slick-slide.slick-current .item .progressBar {
  animation-name: progressbar;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.homepage_slider_box .progressBarContainer .item {
  display: block;
  width: 35px;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}
.homepage_slider_box .progressBarContainer div:last-child {
  margin-right: 0;
}
.homepage_slider_box .progressBarContainer div span.progressBar {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}
.homepage_slider_box .progressBarContainer div span.progressBar .inProgress {
  background-color: rgb(255, 255, 255);
  width: 0%;
  height: 4px;
}

@keyframes progressbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressbarHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .slider_pad {
    height: 100vh;
  }
  .homepage_slider_box .progressBarContainer {
    left: unset;
    bottom: unset;
    right: 15px;
    top: calc(50% + 72px);
    transform: translateY(-50%);
  }
  .homepage_slider_box .progressBarContainer .slick-track {
    display: block;
  }
  .homepage_slider_box .progressBarContainer .slick-track .slick-slide {
    float: none;
    margin: 5px 0;
    height: 35px;
    width: 3px !important;
  }
  .homepage_slider_box .progressBarContainer .slick-track .slick-slide .item {
    width: 2px;
    height: 35px;
  }
  .homepage_slider_box .progressBarContainer .slick-track .slick-slide .item .progressBar {
    width: 3px;
    height: 0;
  }
  .homepage_slider_box .progressBarContainer .slick-track .slick-slide.slick-current .item .progressBar {
    animation-name: progressbarHeight;
    animation-timing-function: linear;
    animation-direction: alternate;
  }
}
.casegrid .casegrid__controls {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .casegrid .casegrid__controls {
    padding-bottom: 4rem;
  }
}
.casegrid .casegrid__controls .btn {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.casegrid .casegrid__controls .btn:focus {
  box-shadow: none !important;
}
.casegrid .casegrid__controls.btn-group {
  flex-flow: row wrap;
  justify-content: center;
}
.casegrid #filters_mobile {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.casegrid .casegrid__item figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.3333333333rem;
}
.casegrid .casegrid__item h3, .casegrid .casegrid__item .h3 {
  padding: 8px 0 5px;
  line-height: 0;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.casegrid .casegrid__item img {
  max-width: 100%;
  height: 400px;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .casegrid .casegrid__item img {
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .casegrid .casegrid__item img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
  }
}
.casegrid .casegrid__item figcaption {
  color: #fff;
  padding: 1rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .casegrid .casegrid__item figcaption {
    background-color: #000;
  }
}
@media (min-width: 768px) {
  .casegrid .casegrid__item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}
.casegrid .casegrid__item figcaption:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 1440px) {
  .casegrid .casegrid__item:hover h3, .casegrid .casegrid__item:hover .h3 {
    opacity: 0;
  }
}
.casegrid .casegrid__item:hover img {
  transform: scale(1);
}
.casegrid .casegrid__item:hover figcaption:before {
  opacity: 1;
  transform: translate3d(30px, -50%, 0);
}
.casegrid .casegrid__item:hover figcaption:after {
  opacity: 0;
}
.casegrid #load-more {
  margin: 0 auto;
  display: table;
}
.casegrid .hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.page-load-status {
  padding-bottom: 1.5rem;
  display: none; /* hidden by default */
  text-align: center;
  color: #777;
}
@media (min-width: 992px) {
  .page-load-status {
    padding-bottom: 4rem;
  }
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

body.single-cases .next_project {
  z-index: 1;
  position: relative;
  padding: 50px 0;
}
body.single-cases .next_project h2, body.single-cases .next_project .h2 {
  margin: 0;
  display: inline-block;
  clear: both;
  font-size: 36px;
  color: #fff !important;
}
body.single-cases .next_project h2 a, body.single-cases .next_project .h2 a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.single-cases .next_project h2 a:hover, body.single-cases .next_project .h2 a:hover {
  text-decoration: none;
  border-bottom: none;
}
body.single-cases .next_project .next_project_btn {
  padding: 40px 0 0;
}
body.single-cases .next_project .btn:hover {
  color: #fff;
}
body.single-cases .wp-video {
  margin: 0 auto;
}

.row_cases {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .row_cases {
    padding-bottom: 4rem;
  }
}
.acf_row .col.pt_0 {
  padding-top: 0;
}
.acf_row .col.pb_0 {
  padding-bottom: 0;
}

.row_bigquote {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .row_bigquote {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .row_bigquote {
    padding-top: 5rem;
  }
}

.header-video {
  width: 100%;
  height: auto;
  margin-top: -16px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 991px) {
  .header-video {
    margin-top: -48px;
    margin-bottom: 48px;
  }
}
.video_block {
  position: relative;
  background: #fff;
  width: 100%;
  text-align: center;
}
.video_block video {
  object-fit: cover;
  margin-bottom: -7px;
  max-width: 100%;
}

.portfolio_brands {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .portfolio_brands {
    padding-bottom: 4rem;
  }
}
.portfolio_brands .portfolio_brands_content {
  background-color: #000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .portfolio_brands .portfolio_brands_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.portfolio_brands .swiper-slide {
  color: #868e96;
}
.portfolio_brands .swiper-slide .brand_item {
  text-transform: uppercase;
  margin: 0.5rem 1rem 0;
  font-weight: bold;
}
.portfolio_brands .swiper-slide .brand_item:nth-child(even) {
  color: #ced4da;
}

.row_jobs {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .row_jobs {
    margin-bottom: 4rem;
  }
}
.row_jobs .jobs__item:nth-child(even) .jobs__image {
  order: 2 !important;
}
.row_jobs .jobs__item:nth-child(even) .jobs__content {
  background-color: #e9ecef;
  color: black;
}
.row_jobs .jobs__item:nth-child(even) .jobs__content a {
  color: black;
}
.row_jobs .jobs__item:nth-child(even) .btn {
  border: 2px solid black;
  color: black;
}
.row_jobs .jobs__image {
  background-size: cover;
  background-position: 50%;
  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);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .row_jobs .jobs__image {
    flex: 0 0 auto;
    width: 43.75%;
  }
}
.row_jobs .jobs__image .inner {
  min-height: 300px;
}
.row_jobs .jobs__content {
  background-color: #000;
  color: white;
  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);
  flex: 0 0 auto;
  width: 100%;
}
.row_jobs .jobs__content a {
  color: white;
}
@media (min-width: 992px) {
  .row_jobs .jobs__content {
    flex: 0 0 auto;
    width: 56.25%;
  }
}
.row_jobs .jobs__content .inner {
  padding: 2rem;
}
@media (min-width: 992px) {
  .row_jobs .jobs__content .inner {
    padding: 4rem;
  }
}
.row_jobs .jobs__content h3, .row_jobs .jobs__content .h3 {
  font-size: 2.75rem;
}
.row_jobs .jobs__content p {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.row_jobs .jobs__content .btn {
  border: 2px solid white;
  color: white;
}

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

.row_imac {
  padding-bottom: 1.5rem;
  /* Styled scrollbars */
}
@media (min-width: 992px) {
  .row_imac {
    padding-bottom: 4rem;
  }
}
.row_imac img {
  max-width: 100%;
  height: auto;
}
.row_imac .imac_container {
  position: relative;
  margin: 0 auto;
  display: table;
}
.row_imac .imac_container .imac_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4% 4.1667% 27.2%;
  overflow: hidden;
}
.row_imac .imac_container .imac_content img {
  width: 100%;
}
.row_imac .iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 8px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}
.row_imac .iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}
.row_imac .iScrollIndicator {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.row_abri {
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .row_abri {
    padding-bottom: 4rem;
  }
}

.abri {
  background-image: url("../images/template-abri.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.abri:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.abri > .aspect-content, .slider_main.standard .swiper-slide .abri > .swiper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider_abri {
  width: 77%;
  height: 66.25%;
  position: absolute;
  top: 3.4%;
  left: 12.8%;
}
.slider_abri .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.parallax_images img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.parallax_images .parallax_images_img {
  position: relative;
}
.parallax_images .parallax_images_img.img_1 {
  width: 50%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_img.img_1 {
    display: inline-block;
    padding-top: 300px;
  }
}
@media (min-width: 992px) {
  .parallax_images .parallax_images_img.img_1 {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .parallax_images .parallax_images_img.img_1 {
    margin-top: 100px;
  }
}
.parallax_images .parallax_images_img.img_2 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_img.img_2 {
    float: right;
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .parallax_images .parallax_images_img.img_2 {
    margin-right: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .parallax_images .parallax_images_img.img_2 {
    margin-right: 100px;
    margin-bottom: 100px;
  }
}
.parallax_images .parallax_images_img.img_3 {
  margin-bottom: 50px;
  padding-top: 500px;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_img.img_3 {
    margin-top: -100px;
    float: right;
  }
}
.parallax_images .parallax_images_txt {
  font-family: Freeland;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
.parallax_images .parallax_images_txt.txt_1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_txt.txt_1 {
    position: absolute;
    top: 0%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .parallax_images .parallax_images_txt.txt_1 {
    top: 100%;
    right: 25%;
  }
}
.parallax_images .parallax_images_txt.txt_2 {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_txt.txt_2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .parallax_images .parallax_images_txt.txt_2 {
    bottom: -15%;
    left: -15%;
  }
}
.parallax_images .parallax_images_txt.txt_3 {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .parallax_images .parallax_images_txt.txt_3 {
    position: absolute;
    top: 15%;
    left: 0;
  }
}
@media (min-width: 992px) {
  .parallax_images .parallax_images_txt.txt_3 {
    top: 100%;
    left: -40%;
  }
}

/* Expertise
-------------------------------------------------- */
.row_experise {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.row_experise::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e6e6e6;
}
.row_experise .row {
  z-index: 1;
  position: relative;
}
.row_experise .expertise_item {
  margin-bottom: 2rem;
}
.row_experise .inner {
  background-color: #000;
  color: #868e96;
  padding: 2.5rem 2.5rem 4rem;
  height: 100%;
  line-height: 1.75;
}
.row_experise .inner hr {
  border-bottom: 1px solid white;
}
.row_experise .inner .title {
  color: white;
}

/* Team 1 (grid)
-------------------------------------------------- */
@media (max-width: 767.98px) {
  .team__row [class^=col]:nth-child(odd) {
    background: #e6e6e6;
    background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 55%, #fff 56%);
  }
  .team__row [class^=col]:nth-child(even) {
    background-color: #efdcd0;
    background: linear-gradient(to bottom, #efdcd0 0%, #efdcd0 55%, #fff 56%);
  }
}
@media (min-width: 768px) {
  .team__row [class^=col]:nth-child(1), .team__row [class^=col]:nth-child(2) {
    background: #e6e6e6;
    background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 55%, #fff 56%);
  }
  .team__row [class^=col]:nth-child(3), .team__row [class^=col]:nth-child(4) {
    background-color: #efdcd0;
    background: linear-gradient(to bottom, #efdcd0 0%, #efdcd0 55%, #fff 56%);
  }
}
@media (min-width: 992px) {
  .team__row [class^=col] {
    background: none !important;
  }
  .team__row:nth-child(odd) {
    background: #e6e6e6;
    background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 55%, #fff 56%);
  }
  .team__row:nth-child(even) {
    background-color: #efdcd0;
    background: linear-gradient(to bottom, #efdcd0 0%, #efdcd0 55%, #fff 56%);
  }
}
.team__row .team__item {
  margin-left: -10px;
  margin-right: -10px;
}
.team__row .team__item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 80px auto 0;
}
.team__row .team__names__item {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .team__row .team__names__item {
    /*
          margin-left: -34px;
          margin-right: -34px;
    */
  }
}
@media (min-width: 992px) {
  .team__row .team__names__item {
    /*
          padding-left: 50px;
          padding-right: 50px;
    */
  }
}
.team__row .team__title {
  margin: 1.125em 0 0;
  color: #fff;
}
.team__row .team__function {
  font-size: 0.875em;
  margin: 0 0 0.5em;
}
.team__row hr.team__divider {
  border-bottom: 1px solid #FFF;
  margin: 0 0 0.5em;
  max-width: 50px;
}
.team__row .team__tags {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0 0 1.5rem;
}

/* Team 2 (Slider)
-------------------------------------------------- */
.row_teamgrid .team__img {
  background: rgb(233, 208, 201); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(233, 208, 201) 0%, rgb(233, 208, 201) 69%, rgb(252, 248, 247) 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9d0c9", endColorstr="#fcf8f7",GradientType=0 ); /* IE6-9 */
}
.row_teamgrid .team__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.row_teamgrid .team__item .team__names__item {
  overflow: auto;
  background-color: #343a40;
  color: white;
}
@media (min-width: 992px) {
  .row_teamgrid .team__item .team__names__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.row_teamgrid .team__item .team__title {
  margin: 1.125em 0 0;
  color: #fff;
}
.row_teamgrid .team__item .team__function {
  font-size: 0.875em;
  margin: 0 0 0.5em;
}
.row_teamgrid .team__item hr.team__divider {
  border-bottom: 1px solid #FFF;
  margin: 0 0 0.5em;
  max-width: 50px;
}
.row_teamgrid .team__item .team__tags {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0 0 2.5rem;
}

.navbar {
  background-color: black;
}
.navbar .brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .brand img {
  width: 72px;
  height: auto;
}
.navbar .hamburger {
  height: 56px;
  z-index: 10;
  padding: 9px 5px 1px;
}
@media (min-width: 768px) {
  .navbar .hamburger {
    display: none;
  }
}
.navbar .hamburger:focus {
  outline: none;
}
.navbar ul.menu li.menu-item a {
  color: #e9ecef;
  font-size: 0.8125rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  font-weight: 500;
}
@media (min-width: 992px) {
  .navbar ul.menu li.menu-item a:after {
    position: absolute;
    bottom: -8px;
    left: 1.0625rem;
    right: 1.0625rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-10px);
  }
  .navbar ul.menu li.menu-item a:hover {
    color: #fff;
  }
  .navbar ul.menu li.menu-item a:hover:after {
    opacity: 1;
    transform: translateY(-16px);
  }
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 34px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #FFF;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -16px;
}
.hamburger-inner::after {
  bottom: -16px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer.socket {
  background-color: #000;
}
footer.socket .socket_content {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
  font-weight: 500;
}
footer.socket .socket_content a {
  color: #fff;
  text-decoration: underline;
}

@media (min-height: 900px) and (min-width: 992px) {
  body.contact .fillheight_1 {
    height: calc(100vh - 196px);
  }
  body.contact .fillheight_2 {
    height: calc(33.3vh - 65px);
  }
}
body.contact .acf-map {
  height: 100%;
  min-height: 240px;
  width: 100%;
}
body.contact .location_address {
  position: relative;
}
body.contact .location_address .btn_showme {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.contact p {
  font-size: 0.9375rem;
}

body#tinymce {
  margin: 12px !important;
  padding: 0;
}

#sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.2s ease-in-out;
  transform: translateX(100%);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-left: 15%;
  padding-top: 80px;
}
#sidenav.is-open {
  transform: translateX(0%);
}
#sidenav a {
  color: #868e96;
}
#sidenav a:hover, #sidenav a:active {
  color: #e6e6e6;
}
#sidenav .sidenav_content ul.menu .menu-item a {
  color: white;
  display: block;
  font-family: "HeadingPro-Bold", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  text-transform: uppercase;
  padding: 10px;
}
@media (min-width: 768px) {
  #sidenav .sidenav_content ul.menu .menu-item a {
    font-size: 36px;
  }
}

.btn {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.btn.btn-primary:hover, .casegrid .casegrid__controls .btn.is-checked:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn.btn-icon-right, .slider_main .swiper-content .btn {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.btn-icon-right:after, .slider_main .swiper-content .btn:after {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18'%3E%3Cpath fill='none' stroke='%23FFF' d='M1.5 1.5l7 7-7 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0;
  margin-top: -9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.btn.btn-icon-right:hover, .slider_main .swiper-content .btn:hover, .btn.btn-icon-right:active, .slider_main .swiper-content .btn:active, .btn.btn-icon-right:focus, .slider_main .swiper-content .btn:focus {
  background-color: transparent;
}
.btn.btn-icon-right:hover:after, .slider_main .swiper-content .btn:hover:after, .btn.btn-icon-right:active:after, .slider_main .swiper-content .btn:active:after, .btn.btn-icon-right:focus:after, .slider_main .swiper-content .btn:focus:after {
  opacity: 1;
  right: 16px;
}

.btn-outline-light:hover, .slider_main .swiper-content .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg_white {
  background: #fff;
}

#website_scroll {
  position: relative;
  background: #fff;
}
#website_scroll .website_scroll {
  padding: 100px 0 150px 0;
}
#website_scroll .website_scroll .macbook_frame {
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  top: 275px;
  padding-right: 0.5%;
}
@media (min-width: 1250px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 100px;
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 115px;
    max-width: 85%;
  }
}
@media (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 140px;
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 275px;
    max-width: 100%;
  }
}
#website_scroll .website_scroll .macbook_frame .macbook {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#website_scroll .website_scroll .macbook_frame .website {
  position: absolute;
  top: 3%;
  padding: 0 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  height: 680px;
  z-index: -1;
}
@media (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame .website {
    height: 680px;
  }
}
#website_scroll .website_scroll .macbook_frame .website img {
  width: 100%;
  height: auto;
}

@media (max-width: 1439.98px) {
  #website_scroll {
    position: relative;
    background: #fff;
  }
  #website_scroll .website_scroll {
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }
  #website_scroll .website_scroll .macbook_frame {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    top: 19.0972222222vw;
    padding-right: 0.5%;
  }
}
@media (max-width: 1439.98px) and (min-width: 1250px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 6.9444444444vw;
    max-width: 80%;
  }
}
@media (max-width: 1439.98px) and (min-width: 1400px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 7.9861111111vw;
    max-width: 85%;
  }
}
@media (max-width: 1439.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 9.7222222222vw;
    max-width: 100%;
  }
}
@media (max-width: 1439.98px) and (min-width: 2000px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 19.0972222222vw;
    max-width: 100%;
  }
}
@media (max-width: 1439.98px) {
  #website_scroll .website_scroll .macbook_frame .macbook {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1439.98px) {
  #website_scroll .website_scroll .macbook_frame .website {
    position: absolute;
    top: 3%;
    padding: 0 9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 47.2222222222vw;
    z-index: -1;
  }
}
@media (max-width: 1439.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame .website {
    height: 47.2222222222vw;
  }
}
@media (max-width: 1439.98px) {
  #website_scroll .website_scroll .macbook_frame .website img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #website_scroll {
    position: relative;
    background: #fff;
  }
  #website_scroll .website_scroll {
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }
  #website_scroll .website_scroll .macbook_frame {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    top: 19.0972222222vw;
    padding-right: 0.5%;
  }
}
@media (max-width: 991.98px) and (min-width: 1250px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 6.9444444444vw;
    max-width: 80%;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 7.9861111111vw;
    max-width: 85%;
  }
}
@media (max-width: 991.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 9.7222222222vw;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) and (min-width: 2000px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 19.0972222222vw;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #website_scroll .website_scroll .macbook_frame .macbook {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #website_scroll .website_scroll .macbook_frame .website {
    position: absolute;
    top: 3%;
    padding: 0 9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 47.2222222222vw;
    z-index: -1;
  }
}
@media (max-width: 991.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame .website {
    height: 47.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  #website_scroll .website_scroll .macbook_frame .website img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #website_scroll {
    position: relative;
    background: #fff;
  }
  #website_scroll .website_scroll {
    padding: 0 0 6.5104166667vw 0;
  }
  #website_scroll .website_scroll .macbook_frame {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    top: 35.8072916667vw;
    padding-right: 0.5%;
  }
}
@media (max-width: 767.98px) and (min-width: 1250px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 13.0208333333vw;
    max-width: 80%;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 14.9739583333vw;
    max-width: 85%;
  }
}
@media (max-width: 767.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 18.2291666667vw;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 2000px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 35.8072916667vw;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #website_scroll .website_scroll .macbook_frame .macbook {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #website_scroll .website_scroll .macbook_frame .website {
    position: absolute;
    top: 3%;
    padding: 0 9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 22.7864583333vw;
    z-index: -1;
  }
}
@media (max-width: 767.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame .website {
    height: 22.1354166667vw;
  }
}
@media (max-width: 767.98px) {
  #website_scroll .website_scroll .macbook_frame .website img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #website_scroll {
    position: relative;
    background: #fff;
  }
  #website_scroll .website_scroll {
    padding: 0 0 13.3333333333vw 0;
  }
  #website_scroll .website_scroll .macbook_frame {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    top: 73.3333333333vw;
    padding-right: 0.5%;
  }
}
@media (max-width: 575.98px) and (min-width: 1250px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 26.6666666667vw;
    max-width: 80%;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 30.6666666667vw;
    max-width: 85%;
  }
}
@media (max-width: 575.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 37.3333333333vw;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) and (min-width: 2000px) {
  #website_scroll .website_scroll .macbook_frame {
    top: 73.3333333333vw;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  #website_scroll .website_scroll .macbook_frame .macbook {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #website_scroll .website_scroll .macbook_frame .website {
    position: absolute;
    top: 3%;
    padding: 0 9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 46.6666666667vw;
    z-index: -1;
  }
}
@media (max-width: 575.98px) and (min-width: 1600px) {
  #website_scroll .website_scroll .macbook_frame .website {
    height: 45.3333333333vw;
  }
}
@media (max-width: 575.98px) {
  #website_scroll .website_scroll .macbook_frame .website img {
    width: 100%;
    height: auto;
  }
}
.video_block {
  position: relative;
}
.video_block .play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  cursor: pointer;
}
.video_block .play_video svg {
  width: 100px;
}
@media (max-width: 1439.98px) {
  .video_block .play_video svg {
    width: 6.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .video_block .play_video svg {
    width: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .video_block .play_video svg {
    width: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .video_block .play_video svg {
    width: 13.3333333333vw;
  }
}
.video_block .play_video.active {
  display: block;
}
.video_block .sound_button {
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 2;
  background: #fff;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  cursor: pointer;
}
.video_block .sound_button svg {
  width: auto;
  height: 20px;
}
.video_block .sound_button.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out 0.3s;
}
@media (max-width: 1439.98px) {
  .video_block .sound_button {
    position: absolute;
    bottom: 1.0416666667vw;
    right: 1.7361111111vw;
    z-index: 2;
    background: #fff;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    cursor: pointer;
  }
  .video_block .sound_button svg {
    width: auto;
    height: 1.3888888889vw;
  }
  .video_block .sound_button.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out 0.3s;
  }
}
@media (max-width: 991.98px) {
  .video_block .sound_button {
    position: absolute;
    bottom: 1.0416666667vw;
    right: 1.7361111111vw;
    z-index: 2;
    background: #fff;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    cursor: pointer;
  }
  .video_block .sound_button svg {
    width: auto;
    height: 1.3888888889vw;
  }
  .video_block .sound_button.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out 0.3s;
  }
}
@media (max-width: 767.98px) {
  .video_block .sound_button {
    position: absolute;
    bottom: 1.953125vw;
    right: 3.2552083333vw;
    z-index: 2;
    background: #fff;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    cursor: pointer;
  }
  .video_block .sound_button svg {
    width: auto;
    height: 2.6041666667vw;
  }
  .video_block .sound_button.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out 0.3s;
  }
}
@media (max-width: 575.98px) {
  .video_block .sound_button {
    position: absolute;
    bottom: 4vw;
    right: 6.6666666667vw;
    z-index: 2;
    background: #fff;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    cursor: pointer;
  }
  .video_block .sound_button svg {
    width: auto;
    height: 5.3333333333vw;
  }
  .video_block .sound_button.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out 0.3s;
  }
}

.row.no-gutters {
  padding: 0;
  margin: 0 -20px;
}
.row.no-gutters .wp-block-webbakery-column {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .row.wp-block-webbakery-row .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row.wp-block-webbakery-row .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row.wp-block-webbakery-row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wp-block-webbakery-row .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row.wp-block-webbakery-row .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row.wp-block-webbakery-row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wp-block-webbakery-row .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row.wp-block-webbakery-row .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row.wp-block-webbakery-row .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wp-block-webbakery-row .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row.wp-block-webbakery-row .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row.wp-block-webbakery-row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .row.wp-block-webbakery-row .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row.wp-block-webbakery-row .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row.wp-block-webbakery-row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wp-block-webbakery-row .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row.wp-block-webbakery-row .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row.wp-block-webbakery-row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wp-block-webbakery-row .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row.wp-block-webbakery-row .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row.wp-block-webbakery-row .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wp-block-webbakery-row .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row.wp-block-webbakery-row .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row.wp-block-webbakery-row .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .row.wp-block-webbakery-row .col-lg-12 {
    width: 100%;
  }
  .row.wp-block-webbakery-row .col-lg-6, .row.wp-block-webbakery-row .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row.wp-block-webbakery-row #editor .col-lg-12, .row.wp-block-webbakery-row #editor .col-lg-6, .row.wp-block-webbakery-row #editor .col-md-6 {
    width: 100%;
  }
}
