@import "../themes/base/assets/less/normalize/modern-normalize.css";
/* typography */
/* typography max-width */
/* colors */
/* borders */
/* grid */
/* breakpoints */
/* typography */
/* colors */
* {
  box-sizing: border-box;
}
a img {
  /* IE <= 10 needs this */
  border: none;
}
body,
html,
input,
select,
textarea,
button {
  font-family: 'DIN Next', 'Open Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  body,
  html,
  input,
  select,
  textarea,
  button {
    hyphens: auto;
  }
}
html[lang="ar"] main,
html[lang="fa"] main {
  direction: rtl;
}
p {
  max-width: 75ch;
}
@media only screen and (max-width: 1024px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.625;
  }
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.prose h1,
h2,
h3,
h4,
h5 {
  margin-top: 1em;
  margin-bottom: 1em;
}
:where(.textblock .l-flex__item.l-w11g > div,.textblock > div) :is(h1,h2,h3,h4,h5,h6):first-child {
  margin-top: 0;
}
h1,
.h1,
h2,
.h2,
.prose h1,
.prose h2 {
  font-weight: 300;
}
h3,
h4,
.h3,
.h4,
.prose h3,
.prose h4 {
  font-weight: 400;
  max-width: 65ch;
}
h1,
.h1,
.prose h1 {
  font-size: 1.95rem;
  line-height: 1.282;
  max-width: 45ch;
}
h2,
.h2,
.prose h2 {
  font-size: 1.56rem;
  line-height: 1.353;
  max-width: 55ch;
}
h3,
.h3,
.prose h3 {
  font-size: 1.25rem;
  line-height: 1.408;
}
h4,
.h4,
.prose h4 {
  font-size: 1.15rem;
  line-height: 1.408;
}
h5,
.h5,
.prose h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1,
  .prose h1 {
    font-size: 2.074rem;
    line-height: 1.145;
  }
  h2,
  .h2,
  .prose h2 {
    font-size: 1.728rem;
    line-height: 1.23;
  }
  h3,
  .h3,
  .prose h3 {
    font-size: 1.144rem;
    line-height: 1.302;
  }
  h4,
  .h4,
  .prose h4 {
    font-size: 1.2rem;
    line-height: 1.354;
  }
  h5,
  .h5,
  .prose h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
  }
}
a,
.prose a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
a:hover,
.prose a:hover,
a:active,
.prose a:active,
a:focus,
.prose a:focus {
  color: #000000;
  text-decoration: underline;
}
a.has-no-underline {
  text-decoration: none !important;
}
.l-main--green a,
.l-main--green .prose a {
  color: #000000;
}
.l-main--green a:hover,
.l-main--green .prose a:hover,
.l-main--green a:active,
.l-main--green .prose a:active,
.l-main--green a:focus,
.l-main--green .prose a:focus {
  color: #000000;
}
.l-flex {
  display: table\9;
  display: flex;
  position: relative;
  max-width: 100vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.l-flex.l-flex--columns {
  flex-direction: column;
}
.l-flex.l-flex--left-aligned {
  justify-content: flex-start;
}
.l-flex.l-flex--right-aligned {
  justify-content: flex-end;
}
.l-flex.l-flex--equal-heights {
  align-items: stretch;
}
.l-flex.l-flex--bottom-aligned {
  align-items: flex-end;
}
.l-flex.l-flex--center-aligned {
  align-items: center;
}
.l-flex.l-flex--top-bottom-aligned {
  align-content: space-between;
}
.l-flex.l-flex--spread {
  justify-content: space-between;
}
.l-flex.l-flex--nowrap {
  flex-wrap: nowrap;
}
.l-flex__item {
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: visible;
  max-width: 100%;
}
.l-flex--guttered {
  margin-left: -26.08695652px;
  margin-right: -26.08695652px;
}
.l-flex--guttered > .l-flex__item {
  margin-left: 26.08695652px;
  margin-right: 26.08695652px;
}
@media print {
  .l-flex,
  .l-flex__item {
    display: block;
  }
}
.l-shrink-2 {
  flex-shrink: 2;
}
.l-shrink-1_5 {
  flex-shrink: 1.5;
}
.l-shrink-1 {
  flex-shrink: 1;
}
.l-shrink-0_5 {
  flex-shrink: 0.5;
}
.l-shrink-0 {
  flex-shrink: 0;
}
.l-grow-0_5 {
  flex-grow: 0.5;
}
.l-grow-1 {
  flex-grow: 1;
}
.l-grow-1_5 {
  flex-grow: 1.5;
}
.l-grow-2 {
  flex-grow: 2;
}
.l-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.l-grid--guttered {
  gap: 52.17391304px;
}
.l-p0 {
  padding: 0 !important;
}
.l-plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-pt0 {
  padding-top: 0 !important;
}
.l-pb0 {
  padding-bottom: 0 !important;
}
.l-pl0 {
  padding-left: 0 !important;
}
.l-pr0 {
  padding-right: 0 !important;
}
.l-pt1g {
  padding-top: 52.17391304px !important;
}
.l-pb1g {
  padding-bottom: 52.17391304px !important;
}
.l-pl1g {
  padding-left: 52.17391304px !important;
}
.l-pr1g {
  padding-right: 52.17391304px !important;
}
.l-plr1g {
  padding-left: 52.17391304px !important;
  padding-right: 52.17391304px !important;
}
.l-p1g {
  padding: 52.17391304px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-p0 {
    padding: 0 !important;
  }
  .sm_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm_l-pt0 {
    padding-top: 0 !important;
  }
  .sm_l-pb0 {
    padding-bottom: 0 !important;
  }
  .sm_l-pl0 {
    padding-left: 0 !important;
  }
  .sm_l-pr0 {
    padding-right: 0 !important;
  }
  .sm_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .sm_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .sm_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .sm_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .sm_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .sm_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-p0 {
    padding: 0 !important;
  }
  .gt-sm_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-sm_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-sm_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-sm_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-sm_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-sm_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-sm_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-sm_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-sm_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-sm_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-sm_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-p0 {
    padding: 0 !important;
  }
  .xs_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xs_l-pt0 {
    padding-top: 0 !important;
  }
  .xs_l-pb0 {
    padding-bottom: 0 !important;
  }
  .xs_l-pl0 {
    padding-left: 0 !important;
  }
  .xs_l-pr0 {
    padding-right: 0 !important;
  }
  .xs_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .xs_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .xs_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .xs_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .xs_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .xs_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-p0 {
    padding: 0 !important;
  }
  .gt-xs_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-xs_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-xs_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-xs_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-xs_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-xs_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-xs_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-xs_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-xs_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-xs_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-xs_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-p0 {
    padding: 0 !important;
  }
  .md_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md_l-pt0 {
    padding-top: 0 !important;
  }
  .md_l-pb0 {
    padding-bottom: 0 !important;
  }
  .md_l-pl0 {
    padding-left: 0 !important;
  }
  .md_l-pr0 {
    padding-right: 0 !important;
  }
  .md_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .md_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .md_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .md_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .md_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .md_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-p0 {
    padding: 0 !important;
  }
  .gt-md_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-md_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-md_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-md_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-md_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-md_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-md_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-md_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-md_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-md_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-md_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-p0 {
    padding: 0 !important;
  }
  .lg_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg_l-pt0 {
    padding-top: 0 !important;
  }
  .lg_l-pb0 {
    padding-bottom: 0 !important;
  }
  .lg_l-pl0 {
    padding-left: 0 !important;
  }
  .lg_l-pr0 {
    padding-right: 0 !important;
  }
  .lg_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .lg_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .lg_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .lg_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .lg_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .lg_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-p0 {
    padding: 0 !important;
  }
  .gt-lg_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-lg_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-lg_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-lg_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-lg_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-lg_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-lg_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-lg_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-lg_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-lg_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-lg_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-p0 {
    padding: 0 !important;
  }
  .xl_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xl_l-pt0 {
    padding-top: 0 !important;
  }
  .xl_l-pb0 {
    padding-bottom: 0 !important;
  }
  .xl_l-pl0 {
    padding-left: 0 !important;
  }
  .xl_l-pr0 {
    padding-right: 0 !important;
  }
  .xl_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .xl_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .xl_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .xl_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .xl_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .xl_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-p0 {
    padding: 0 !important;
  }
  .gt-xl_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-xl_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-xl_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-xl_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-xl_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-xl_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-xl_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-xl_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-xl_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-xl_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-xl_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-p0 {
    padding: 0 !important;
  }
  .xxl_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xxl_l-pt0 {
    padding-top: 0 !important;
  }
  .xxl_l-pb0 {
    padding-bottom: 0 !important;
  }
  .xxl_l-pl0 {
    padding-left: 0 !important;
  }
  .xxl_l-pr0 {
    padding-right: 0 !important;
  }
  .xxl_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .xxl_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .xxl_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .xxl_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .xxl_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .xxl_l-p1g {
    padding: 52.17391304px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-p0 {
    padding: 0 !important;
  }
  .gt-xxl_l-plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gt-xxl_l-pt0 {
    padding-top: 0 !important;
  }
  .gt-xxl_l-pb0 {
    padding-bottom: 0 !important;
  }
  .gt-xxl_l-pl0 {
    padding-left: 0 !important;
  }
  .gt-xxl_l-pr0 {
    padding-right: 0 !important;
  }
  .gt-xxl_l-pt1g {
    padding-top: 52.17391304px !important;
  }
  .gt-xxl_l-pb1g {
    padding-bottom: 52.17391304px !important;
  }
  .gt-xxl_l-pl1g {
    padding-left: 52.17391304px !important;
  }
  .gt-xxl_l-pr1g {
    padding-right: 52.17391304px !important;
  }
  .gt-xxl_l-plr1g {
    padding-left: 52.17391304px !important;
    padding-right: 52.17391304px !important;
  }
  .gt-xxl_l-p1g {
    padding: 52.17391304px !important;
  }
}
.l-m0 {
  margin: 0 !important;
}
.l-mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.l-mt0 {
  margin-top: 0 !important;
}
.l-mr0 {
  margin-right: 0 !important;
}
.l-mb0 {
  margin-bottom: 0 !important;
}
.l-ml0 {
  margin-left: 0 !important;
}
.l-mb3 {
  margin-bottom: 0.75rem !important;
}
.l-mt11 {
  margin-top: 2.75rem !important;
}
.l-mb11 {
  margin-bottom: 2.75rem !important;
}
.l-mt20 {
  margin-top: 5rem !important;
}
.l-mb20 {
  margin-bottom: 5rem !important;
}
.l-mlr1g {
  margin-left: 52.17391304px !important;
  margin-right: 52.17391304px !important;
}
.l-mt1g {
  margin-top: 52.17391304px !important;
}
.l-mr1g {
  margin-right: 52.17391304px !important;
}
.l-mb1g {
  margin-bottom: 52.17391304px !important;
}
.l-ml1g {
  margin-left: 52.17391304px !important;
}
.l-m1g {
  margin: 52.17391304px !important;
}
.l-mlr0_5g {
  margin-left: 26.08695652px !important;
  margin-right: 26.08695652px !important;
}
.l-mt0_5g {
  margin-top: 26.08695652px !important;
}
.l-mr0_5g {
  margin-right: 26.08695652px !important;
}
.l-mb0_5g {
  margin-bottom: 26.08695652px !important;
}
.l-ml0_5g {
  margin-left: 26.08695652px !important;
}
.l-m0_5g {
  margin: 26.08695652px !important;
}
.l-mlr0_25g {
  margin-left: 13.04347826px !important;
  margin-right: 13.04347826px !important;
}
.l-mt0_25g {
  margin-top: 13.04347826px !important;
}
.l-mr0_25g {
  margin-right: 13.04347826px !important;
}
.l-mb0_25g {
  margin-bottom: 13.04347826px !important;
}
.l-ml0_25g {
  margin-left: 13.04347826px !important;
}
.l-m0_25g {
  margin: 13.04347826px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-m0 {
    margin: 0 !important;
  }
  .sm_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm_l-mt0 {
    margin-top: 0 !important;
  }
  .sm_l-mr0 {
    margin-right: 0 !important;
  }
  .sm_l-mb0 {
    margin-bottom: 0 !important;
  }
  .sm_l-ml0 {
    margin-left: 0 !important;
  }
  .sm_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .sm_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .sm_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .sm_l-mt20 {
    margin-top: 5rem !important;
  }
  .sm_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .sm_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .sm_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .sm_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .sm_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .sm_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .sm_l-m1g {
    margin: 52.17391304px !important;
  }
  .sm_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .sm_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .sm_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .sm_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .sm_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .sm_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .sm_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .sm_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .sm_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .sm_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .sm_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .sm_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-m0 {
    margin: 0 !important;
  }
  .gt-sm_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-sm_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-sm_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-sm_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-sm_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-sm_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-sm_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-sm_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-sm_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-sm_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-sm_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-sm_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-sm_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-sm_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-sm_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-sm_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-sm_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-sm_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-sm_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-sm_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-sm_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-sm_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-sm_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-sm_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-sm_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-sm_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-sm_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-sm_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-m0 {
    margin: 0 !important;
  }
  .xs_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xs_l-mt0 {
    margin-top: 0 !important;
  }
  .xs_l-mr0 {
    margin-right: 0 !important;
  }
  .xs_l-mb0 {
    margin-bottom: 0 !important;
  }
  .xs_l-ml0 {
    margin-left: 0 !important;
  }
  .xs_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .xs_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .xs_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .xs_l-mt20 {
    margin-top: 5rem !important;
  }
  .xs_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .xs_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .xs_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .xs_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .xs_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .xs_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .xs_l-m1g {
    margin: 52.17391304px !important;
  }
  .xs_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .xs_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .xs_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .xs_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .xs_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .xs_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .xs_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .xs_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .xs_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .xs_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .xs_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .xs_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-m0 {
    margin: 0 !important;
  }
  .gt-xs_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-xs_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-xs_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-xs_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-xs_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-xs_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-xs_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-xs_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-xs_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-xs_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-xs_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-xs_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-xs_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-xs_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-xs_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xs_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-xs_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-xs_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-xs_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-xs_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-xs_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-xs_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-xs_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-xs_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-xs_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-xs_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-xs_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-xs_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-m0 {
    margin: 0 !important;
  }
  .md_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md_l-mt0 {
    margin-top: 0 !important;
  }
  .md_l-mr0 {
    margin-right: 0 !important;
  }
  .md_l-mb0 {
    margin-bottom: 0 !important;
  }
  .md_l-ml0 {
    margin-left: 0 !important;
  }
  .md_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .md_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .md_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .md_l-mt20 {
    margin-top: 5rem !important;
  }
  .md_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .md_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .md_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .md_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .md_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .md_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .md_l-m1g {
    margin: 52.17391304px !important;
  }
  .md_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .md_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .md_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .md_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .md_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .md_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .md_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .md_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .md_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .md_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .md_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .md_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-m0 {
    margin: 0 !important;
  }
  .gt-md_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-md_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-md_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-md_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-md_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-md_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-md_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-md_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-md_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-md_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-md_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-md_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-md_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-md_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-md_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-md_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-md_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-md_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-md_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-md_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-md_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-md_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-md_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-md_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-md_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-md_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-md_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-md_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-m0 {
    margin: 0 !important;
  }
  .lg_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg_l-mt0 {
    margin-top: 0 !important;
  }
  .lg_l-mr0 {
    margin-right: 0 !important;
  }
  .lg_l-mb0 {
    margin-bottom: 0 !important;
  }
  .lg_l-ml0 {
    margin-left: 0 !important;
  }
  .lg_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .lg_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .lg_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .lg_l-mt20 {
    margin-top: 5rem !important;
  }
  .lg_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .lg_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .lg_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .lg_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .lg_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .lg_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .lg_l-m1g {
    margin: 52.17391304px !important;
  }
  .lg_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .lg_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .lg_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .lg_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .lg_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .lg_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .lg_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .lg_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .lg_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .lg_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .lg_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .lg_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-m0 {
    margin: 0 !important;
  }
  .gt-lg_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-lg_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-lg_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-lg_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-lg_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-lg_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-lg_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-lg_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-lg_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-lg_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-lg_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-lg_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-lg_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-lg_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-lg_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-lg_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-lg_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-lg_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-lg_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-lg_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-lg_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-lg_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-lg_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-lg_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-lg_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-lg_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-lg_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-lg_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-m0 {
    margin: 0 !important;
  }
  .xl_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl_l-mt0 {
    margin-top: 0 !important;
  }
  .xl_l-mr0 {
    margin-right: 0 !important;
  }
  .xl_l-mb0 {
    margin-bottom: 0 !important;
  }
  .xl_l-ml0 {
    margin-left: 0 !important;
  }
  .xl_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .xl_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .xl_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .xl_l-mt20 {
    margin-top: 5rem !important;
  }
  .xl_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .xl_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .xl_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .xl_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .xl_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .xl_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .xl_l-m1g {
    margin: 52.17391304px !important;
  }
  .xl_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .xl_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .xl_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .xl_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .xl_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .xl_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .xl_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .xl_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .xl_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .xl_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .xl_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .xl_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-m0 {
    margin: 0 !important;
  }
  .gt-xl_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-xl_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-xl_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-xl_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-xl_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-xl_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-xl_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-xl_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-xl_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-xl_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-xl_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-xl_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-xl_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-xl_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-xl_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xl_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-xl_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-xl_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-xl_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-xl_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-xl_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-xl_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-xl_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-xl_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-xl_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-xl_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-xl_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-xl_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-m0 {
    margin: 0 !important;
  }
  .xxl_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xxl_l-mt0 {
    margin-top: 0 !important;
  }
  .xxl_l-mr0 {
    margin-right: 0 !important;
  }
  .xxl_l-mb0 {
    margin-bottom: 0 !important;
  }
  .xxl_l-ml0 {
    margin-left: 0 !important;
  }
  .xxl_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .xxl_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .xxl_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .xxl_l-mt20 {
    margin-top: 5rem !important;
  }
  .xxl_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .xxl_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .xxl_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .xxl_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .xxl_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .xxl_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .xxl_l-m1g {
    margin: 52.17391304px !important;
  }
  .xxl_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .xxl_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .xxl_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .xxl_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .xxl_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .xxl_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .xxl_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .xxl_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .xxl_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .xxl_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .xxl_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .xxl_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-m0 {
    margin: 0 !important;
  }
  .gt-xxl_l-mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gt-xxl_l-mt0 {
    margin-top: 0 !important;
  }
  .gt-xxl_l-mr0 {
    margin-right: 0 !important;
  }
  .gt-xxl_l-mb0 {
    margin-bottom: 0 !important;
  }
  .gt-xxl_l-ml0 {
    margin-left: 0 !important;
  }
  .gt-xxl_l-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .gt-xxl_l-mt11 {
    margin-top: 2.75rem !important;
  }
  .gt-xxl_l-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .gt-xxl_l-mt20 {
    margin-top: 5rem !important;
  }
  .gt-xxl_l-mb20 {
    margin-bottom: 5rem !important;
  }
  .gt-xxl_l-mlr1g {
    margin-left: 52.17391304px !important;
    margin-right: 52.17391304px !important;
  }
  .gt-xxl_l-mt1g {
    margin-top: 52.17391304px !important;
  }
  .gt-xxl_l-mr1g {
    margin-right: 52.17391304px !important;
  }
  .gt-xxl_l-mb1g {
    margin-bottom: 52.17391304px !important;
  }
  .gt-xxl_l-ml1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xxl_l-m1g {
    margin: 52.17391304px !important;
  }
  .gt-xxl_l-mlr0_5g {
    margin-left: 26.08695652px !important;
    margin-right: 26.08695652px !important;
  }
  .gt-xxl_l-mt0_5g {
    margin-top: 26.08695652px !important;
  }
  .gt-xxl_l-mr0_5g {
    margin-right: 26.08695652px !important;
  }
  .gt-xxl_l-mb0_5g {
    margin-bottom: 26.08695652px !important;
  }
  .gt-xxl_l-ml0_5g {
    margin-left: 26.08695652px !important;
  }
  .gt-xxl_l-m0_5g {
    margin: 26.08695652px !important;
  }
  .gt-xxl_l-mlr0_25g {
    margin-left: 13.04347826px !important;
    margin-right: 13.04347826px !important;
  }
  .gt-xxl_l-mt0_25g {
    margin-top: 13.04347826px !important;
  }
  .gt-xxl_l-mr0_25g {
    margin-right: 13.04347826px !important;
  }
  .gt-xxl_l-mb0_25g {
    margin-bottom: 13.04347826px !important;
  }
  .gt-xxl_l-ml0_25g {
    margin-left: 13.04347826px !important;
  }
  .gt-xxl_l-m0_25g {
    margin: 13.04347826px !important;
  }
}
.l-w1g {
  width: 52.17391304px !important;
  max-width: 100%;
}
.l-max-w1g {
  max-width: 52.17391304px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .sm_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .xs_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .md_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .lg_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .xl_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .xxl_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w1g {
    width: 52.17391304px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w1g {
    max-width: 52.17391304px !important;
    width: 100%;
  }
}
.l-w2g {
  width: 104.34782609px !important;
  max-width: 100%;
}
.l-max-w2g {
  max-width: 104.34782609px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .sm_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .xs_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .md_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .lg_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .xl_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .xxl_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w2g {
    width: 104.34782609px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w2g {
    max-width: 104.34782609px !important;
    width: 100%;
  }
}
.l-w3g {
  width: 156.52173913px !important;
  max-width: 100%;
}
.l-max-w3g {
  max-width: 156.52173913px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .sm_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .xs_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .md_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .lg_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .xl_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .xxl_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w3g {
    width: 156.52173913px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w3g {
    max-width: 156.52173913px !important;
    width: 100%;
  }
}
.l-w4g {
  width: 208.69565217px !important;
  max-width: 100%;
}
.l-max-w4g {
  max-width: 208.69565217px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .sm_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .xs_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .md_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .lg_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .xl_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .xxl_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w4g {
    width: 208.69565217px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w4g {
    max-width: 208.69565217px !important;
    width: 100%;
  }
}
.l-w5g {
  width: 260.86956522px !important;
  max-width: 100%;
}
.l-max-w5g {
  max-width: 260.86956522px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .sm_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .xs_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .md_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .lg_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .xl_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .xxl_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w5g {
    width: 260.86956522px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w5g {
    max-width: 260.86956522px !important;
    width: 100%;
  }
}
.l-w6g {
  width: 313.04347826px !important;
  max-width: 100%;
}
.l-max-w6g {
  max-width: 313.04347826px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .sm_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .xs_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .md_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .lg_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .xl_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .xxl_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w6g {
    width: 313.04347826px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w6g {
    max-width: 313.04347826px !important;
    width: 100%;
  }
}
.l-w7g {
  width: 365.2173913px !important;
  max-width: 100%;
}
.l-max-w7g {
  max-width: 365.2173913px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .sm_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .xs_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .md_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .lg_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .xl_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .xxl_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w7g {
    width: 365.2173913px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w7g {
    max-width: 365.2173913px !important;
    width: 100%;
  }
}
.l-w8g {
  width: 417.39130435px !important;
  max-width: 100%;
}
.l-max-w8g {
  max-width: 417.39130435px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .sm_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .xs_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .md_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .lg_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .xl_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .xxl_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w8g {
    width: 417.39130435px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w8g {
    max-width: 417.39130435px !important;
    width: 100%;
  }
}
.l-w9g {
  width: 469.56521739px !important;
  max-width: 100%;
}
.l-max-w9g {
  max-width: 469.56521739px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .sm_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .xs_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .md_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .lg_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .xl_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .xxl_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w9g {
    width: 469.56521739px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w9g {
    max-width: 469.56521739px !important;
    width: 100%;
  }
}
.l-w10g {
  width: 521.73913043px !important;
  max-width: 100%;
}
.l-max-w10g {
  max-width: 521.73913043px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .sm_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .xs_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .md_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .lg_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .xl_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .xxl_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w10g {
    width: 521.73913043px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w10g {
    max-width: 521.73913043px !important;
    width: 100%;
  }
}
.l-w11g {
  width: 573.9130434800001px !important;
  max-width: 100%;
}
.l-max-w11g {
  max-width: 573.9130434800001px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .sm_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .xs_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .md_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .lg_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .xl_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .xxl_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w11g {
    width: 573.9130434800001px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w11g {
    max-width: 573.9130434800001px !important;
    width: 100%;
  }
}
.l-w12g {
  width: 626.0869565199999px !important;
  max-width: 100%;
}
.l-max-w12g {
  max-width: 626.0869565199999px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .sm_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .xs_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .md_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .lg_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .xl_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .xxl_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w12g {
    width: 626.0869565199999px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w12g {
    max-width: 626.0869565199999px !important;
    width: 100%;
  }
}
.l-w13g {
  width: 678.26086957px !important;
  max-width: 100%;
}
.l-max-w13g {
  max-width: 678.26086957px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .sm_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .xs_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .md_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .lg_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .xl_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .xxl_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w13g {
    width: 678.26086957px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w13g {
    max-width: 678.26086957px !important;
    width: 100%;
  }
}
.l-w14g {
  width: 730.43478261px !important;
  max-width: 100%;
}
.l-max-w14g {
  max-width: 730.43478261px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .sm_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .xs_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .md_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .lg_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .xl_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .xxl_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w14g {
    width: 730.43478261px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w14g {
    max-width: 730.43478261px !important;
    width: 100%;
  }
}
.l-w15g {
  width: 782.60869565px !important;
  max-width: 100%;
}
.l-max-w15g {
  max-width: 782.60869565px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .sm_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .xs_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .md_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .lg_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .xl_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .xxl_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w15g {
    width: 782.60869565px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w15g {
    max-width: 782.60869565px !important;
    width: 100%;
  }
}
.l-w16g {
  width: 834.7826087px !important;
  max-width: 100%;
}
.l-max-w16g {
  max-width: 834.7826087px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .sm_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .xs_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .md_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .lg_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .xl_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .xxl_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w16g {
    width: 834.7826087px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w16g {
    max-width: 834.7826087px !important;
    width: 100%;
  }
}
.l-w17g {
  width: 886.95652174px !important;
  max-width: 100%;
}
.l-max-w17g {
  max-width: 886.95652174px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .sm_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .xs_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .md_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .lg_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .xl_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .xxl_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w17g {
    width: 886.95652174px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w17g {
    max-width: 886.95652174px !important;
    width: 100%;
  }
}
.l-w18g {
  width: 939.13043478px !important;
  max-width: 100%;
}
.l-max-w18g {
  max-width: 939.13043478px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .sm_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .xs_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .md_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .lg_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .xl_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .xxl_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w18g {
    width: 939.13043478px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w18g {
    max-width: 939.13043478px !important;
    width: 100%;
  }
}
.l-w19g {
  width: 991.30434783px !important;
  max-width: 100%;
}
.l-max-w19g {
  max-width: 991.30434783px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .sm_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .xs_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .md_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .lg_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .xl_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .xxl_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w19g {
    width: 991.30434783px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w19g {
    max-width: 991.30434783px !important;
    width: 100%;
  }
}
.l-w20g {
  width: 1043.47826087px !important;
  max-width: 100%;
}
.l-max-w20g {
  max-width: 1043.47826087px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .sm_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .xs_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .md_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .lg_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .xl_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .xxl_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w20g {
    width: 1043.47826087px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w20g {
    max-width: 1043.47826087px !important;
    width: 100%;
  }
}
.l-w21g {
  width: 1095.65217391px !important;
  max-width: 100%;
}
.l-max-w21g {
  max-width: 1095.65217391px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .sm_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .xs_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .md_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .lg_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .xl_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .xxl_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w21g {
    width: 1095.65217391px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w21g {
    max-width: 1095.65217391px !important;
    width: 100%;
  }
}
.l-w22g {
  width: 1147.82608696px !important;
  max-width: 100%;
}
.l-max-w22g {
  max-width: 1147.82608696px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .sm_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .xs_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .md_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .lg_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .xl_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .xxl_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w22g {
    width: 1147.82608696px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w22g {
    max-width: 1147.82608696px !important;
    width: 100%;
  }
}
.l-w23g {
  width: 1200px !important;
  max-width: 100%;
}
.l-max-w23g {
  max-width: 1200px !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .sm_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .xs_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .md_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-md_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .lg_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .xl_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .xxl_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w23g {
    width: 1200px !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w23g {
    max-width: 1200px !important;
    width: 100%;
  }
}
.l-w100pc {
  width: 100% !important;
  max-width: 100%;
}
.l-max-w100pc {
  max-width: 100% !important;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .sm_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .sm_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-sm_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .xs_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-xs_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .md_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-md_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .lg_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-lg_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .xl_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-xl_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .xxl_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-w100pc {
    width: 100% !important;
    max-width: 100%;
  }
  .gt-xxl_l-max-w100pc {
    max-width: 100% !important;
    width: 100%;
  }
}
.l-off-l1g {
  margin-left: 52.17391304px !important;
}
.l-off-r1g {
  margin-right: 52.17391304px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .sm_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .xs_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .md_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .lg_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .xl_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .xxl_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-sm_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xs_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-md_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-lg_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xl_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l1g {
    margin-left: 52.17391304px !important;
  }
  .gt-xxl_l-off-r1g {
    margin-right: 52.17391304px !important;
  }
}
.l-off-l2g {
  margin-left: 104.34782609px !important;
}
.l-off-r2g {
  margin-right: 104.34782609px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .sm_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .xs_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .md_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .lg_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .xl_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .xxl_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-sm_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-xs_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-md_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-lg_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-xl_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l2g {
    margin-left: 104.34782609px !important;
  }
  .gt-xxl_l-off-r2g {
    margin-right: 104.34782609px !important;
  }
}
.l-off-l3g {
  margin-left: 156.52173913px !important;
}
.l-off-r3g {
  margin-right: 156.52173913px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .sm_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .xs_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .md_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .lg_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .xl_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .xxl_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-sm_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-xs_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-md_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-lg_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-xl_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l3g {
    margin-left: 156.52173913px !important;
  }
  .gt-xxl_l-off-r3g {
    margin-right: 156.52173913px !important;
  }
}
.l-off-l4g {
  margin-left: 208.69565217px !important;
}
.l-off-r4g {
  margin-right: 208.69565217px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .sm_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .xs_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .md_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .lg_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .xl_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .xxl_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-sm_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-xs_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-md_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-lg_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-xl_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l4g {
    margin-left: 208.69565217px !important;
  }
  .gt-xxl_l-off-r4g {
    margin-right: 208.69565217px !important;
  }
}
.l-off-l5g {
  margin-left: 260.86956522px !important;
}
.l-off-r5g {
  margin-right: 260.86956522px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .sm_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .xs_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .md_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .lg_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .xl_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .xxl_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-sm_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-xs_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-md_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-lg_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-xl_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l5g {
    margin-left: 260.86956522px !important;
  }
  .gt-xxl_l-off-r5g {
    margin-right: 260.86956522px !important;
  }
}
.l-off-l6g {
  margin-left: 313.04347826px !important;
}
.l-off-r6g {
  margin-right: 313.04347826px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .sm_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .xs_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .md_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .lg_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .xl_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .xxl_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-sm_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-xs_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-md_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-lg_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-xl_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l6g {
    margin-left: 313.04347826px !important;
  }
  .gt-xxl_l-off-r6g {
    margin-right: 313.04347826px !important;
  }
}
.l-off-l7g {
  margin-left: 365.2173913px !important;
}
.l-off-r7g {
  margin-right: 365.2173913px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .sm_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .xs_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .md_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .lg_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .xl_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .xxl_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-sm_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-xs_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-md_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-lg_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-xl_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l7g {
    margin-left: 365.2173913px !important;
  }
  .gt-xxl_l-off-r7g {
    margin-right: 365.2173913px !important;
  }
}
.l-off-l8g {
  margin-left: 417.39130435px !important;
}
.l-off-r8g {
  margin-right: 417.39130435px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .sm_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .xs_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .md_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .lg_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .xl_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .xxl_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-sm_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-xs_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-md_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-lg_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-xl_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l8g {
    margin-left: 417.39130435px !important;
  }
  .gt-xxl_l-off-r8g {
    margin-right: 417.39130435px !important;
  }
}
.l-off-l9g {
  margin-left: 469.56521739px !important;
}
.l-off-r9g {
  margin-right: 469.56521739px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .sm_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .xs_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .md_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .lg_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .xl_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .xxl_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-sm_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-xs_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-md_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-lg_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-xl_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l9g {
    margin-left: 469.56521739px !important;
  }
  .gt-xxl_l-off-r9g {
    margin-right: 469.56521739px !important;
  }
}
.l-off-l10g {
  margin-left: 521.73913043px !important;
}
.l-off-r10g {
  margin-right: 521.73913043px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .sm_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .xs_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .md_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .lg_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .xl_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .xxl_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-sm_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-xs_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-md_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-lg_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-xl_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l10g {
    margin-left: 521.73913043px !important;
  }
  .gt-xxl_l-off-r10g {
    margin-right: 521.73913043px !important;
  }
}
.l-off-l11g {
  margin-left: 573.9130434800001px !important;
}
.l-off-r11g {
  margin-right: 573.9130434800001px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .sm_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .xs_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .md_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .lg_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .xl_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .xxl_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-sm_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-xs_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-md_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-lg_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-xl_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l11g {
    margin-left: 573.9130434800001px !important;
  }
  .gt-xxl_l-off-r11g {
    margin-right: 573.9130434800001px !important;
  }
}
.l-off-l12g {
  margin-left: 626.0869565199999px !important;
}
.l-off-r12g {
  margin-right: 626.0869565199999px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .sm_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .xs_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .md_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .lg_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .xl_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .xxl_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-sm_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-xs_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-md_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-lg_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-xl_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l12g {
    margin-left: 626.0869565199999px !important;
  }
  .gt-xxl_l-off-r12g {
    margin-right: 626.0869565199999px !important;
  }
}
.l-off-l13g {
  margin-left: 678.26086957px !important;
}
.l-off-r13g {
  margin-right: 678.26086957px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .sm_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .xs_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .md_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .lg_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .xl_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .xxl_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-sm_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-xs_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-md_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-lg_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-xl_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l13g {
    margin-left: 678.26086957px !important;
  }
  .gt-xxl_l-off-r13g {
    margin-right: 678.26086957px !important;
  }
}
.l-off-l14g {
  margin-left: 730.43478261px !important;
}
.l-off-r14g {
  margin-right: 730.43478261px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .sm_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .xs_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .md_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .lg_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .xl_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .xxl_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-sm_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-xs_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-md_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-lg_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-xl_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l14g {
    margin-left: 730.43478261px !important;
  }
  .gt-xxl_l-off-r14g {
    margin-right: 730.43478261px !important;
  }
}
.l-off-l15g {
  margin-left: 782.60869565px !important;
}
.l-off-r15g {
  margin-right: 782.60869565px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .sm_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .xs_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .md_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .lg_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .xl_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .xxl_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-sm_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-xs_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-md_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-lg_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-xl_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l15g {
    margin-left: 782.60869565px !important;
  }
  .gt-xxl_l-off-r15g {
    margin-right: 782.60869565px !important;
  }
}
.l-off-l16g {
  margin-left: 834.7826087px !important;
}
.l-off-r16g {
  margin-right: 834.7826087px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .sm_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .xs_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .md_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .lg_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .xl_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .xxl_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-sm_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-xs_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-md_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-lg_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-xl_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l16g {
    margin-left: 834.7826087px !important;
  }
  .gt-xxl_l-off-r16g {
    margin-right: 834.7826087px !important;
  }
}
.l-off-l17g {
  margin-left: 886.95652174px !important;
}
.l-off-r17g {
  margin-right: 886.95652174px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .sm_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .xs_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .md_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .lg_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .xl_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .xxl_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-sm_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-xs_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-md_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-lg_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-xl_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l17g {
    margin-left: 886.95652174px !important;
  }
  .gt-xxl_l-off-r17g {
    margin-right: 886.95652174px !important;
  }
}
.l-off-l18g {
  margin-left: 939.13043478px !important;
}
.l-off-r18g {
  margin-right: 939.13043478px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .sm_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .xs_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .md_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .lg_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .xl_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .xxl_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-sm_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-xs_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-md_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-lg_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-xl_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l18g {
    margin-left: 939.13043478px !important;
  }
  .gt-xxl_l-off-r18g {
    margin-right: 939.13043478px !important;
  }
}
.l-off-l19g {
  margin-left: 991.30434783px !important;
}
.l-off-r19g {
  margin-right: 991.30434783px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .sm_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .xs_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .md_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .lg_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .xl_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .xxl_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-sm_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-xs_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-md_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-lg_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-xl_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l19g {
    margin-left: 991.30434783px !important;
  }
  .gt-xxl_l-off-r19g {
    margin-right: 991.30434783px !important;
  }
}
.l-off-l20g {
  margin-left: 1043.47826087px !important;
}
.l-off-r20g {
  margin-right: 1043.47826087px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .sm_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .xs_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .md_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .lg_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .xl_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .xxl_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-sm_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-xs_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-md_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-lg_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-xl_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l20g {
    margin-left: 1043.47826087px !important;
  }
  .gt-xxl_l-off-r20g {
    margin-right: 1043.47826087px !important;
  }
}
.l-off-l21g {
  margin-left: 1095.65217391px !important;
}
.l-off-r21g {
  margin-right: 1095.65217391px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .sm_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .xs_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .md_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .lg_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .xl_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .xxl_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-sm_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-xs_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-md_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-lg_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-xl_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l21g {
    margin-left: 1095.65217391px !important;
  }
  .gt-xxl_l-off-r21g {
    margin-right: 1095.65217391px !important;
  }
}
.l-off-l22g {
  margin-left: 1147.82608696px !important;
}
.l-off-r22g {
  margin-right: 1147.82608696px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .sm_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .xs_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .md_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .lg_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .xl_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .xxl_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-sm_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-xs_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-md_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-lg_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-xl_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l22g {
    margin-left: 1147.82608696px !important;
  }
  .gt-xxl_l-off-r22g {
    margin-right: 1147.82608696px !important;
  }
}
.l-off-l23g {
  margin-left: 1200px !important;
}
.l-off-r23g {
  margin-right: 1200px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l23g {
    margin-left: 1200px !important;
  }
  .sm_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l23g {
    margin-left: 1200px !important;
  }
  .xs_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l23g {
    margin-left: 1200px !important;
  }
  .md_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l23g {
    margin-left: 1200px !important;
  }
  .lg_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l23g {
    margin-left: 1200px !important;
  }
  .xl_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l23g {
    margin-left: 1200px !important;
  }
  .xxl_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-sm_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-xs_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-md_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-lg_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-xl_l-off-r23g {
    margin-right: 1200px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l23g {
    margin-left: 1200px !important;
  }
  .gt-xxl_l-off-r23g {
    margin-right: 1200px !important;
  }
}
.l-off-l0 {
  margin-left: 0px !important;
}
.l-off-r0 {
  margin-right: 0px !important;
}
@media only screen and (max-width: 360px) {
  .sm_l-off-l0 {
    margin-left: 0px !important;
  }
  .sm_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_l-off-l0 {
    margin-left: 0px !important;
  }
  .xs_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_l-off-l0 {
    margin-left: 0px !important;
  }
  .md_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_l-off-l0 {
    margin-left: 0px !important;
  }
  .lg_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_l-off-l0 {
    margin-left: 0px !important;
  }
  .xl_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_l-off-l0 {
    margin-left: 0px !important;
  }
  .xxl_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-sm_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-xs_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-md_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-lg_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-xl_l-off-r0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_l-off-l0 {
    margin-left: 0px !important;
  }
  .gt-xxl_l-off-r0 {
    margin-right: 0px !important;
  }
}
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: content-box;
}
@media only screen and (max-width: 1280px) {
  .l-container {
    padding-left: 52.17391304px;
    padding-right: 52.17391304px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .l-container {
    padding-left: 13.04347826px;
    padding-right: 13.04347826px;
  }
}
.l-page {
  /* sticky footer */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  border-style: solid;
  border-color: #000000;
  border-width: 0 10px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}
@media only print {
  .l-page {
    border-color: transparent;
    border-width: 0;
  }
}
.l-page.l-page--green {
  border-color: #000000;
}
@media only screen and (max-width: 1024px) {
  .l-page {
    border: none;
  }
}
@media print {
  .l-page {
    display: block;
    min-height: auto;
  }
}
.l-main {
  overflow: hidden;
  /* sticky footer */
  /*flex: 1;*/
}
@media only screen and (max-width: 1024px) {
  .l-main {
    padding: 0 10px;
  }
}
@media print {
  .l-main {
    overflow: auto;
  }
}
.l-header {
  padding-bottom: 10px;
  font-weight: 400;
  overflow: visible;
  margin-top: 8rem;
}
.l-header__appbar {
  /* align contents left and right */
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  flex-wrap: nowrap;
  background-color: #000000;
  color: #ffffff;
  height: 40px;
  z-index: 2;
}
.l-header__appbar:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 2rem;
  bottom: -20px;
}
.l-header__appbar.l-header__appbar--green {
  background-color: #000000;
}
.l-header__appbar.l-header__appbar--green:after {
  border-color: #000000 transparent transparent transparent;
}
.l-header__breadcrumbs {
  /* align left */
  margin-right: auto;
  flex-shrink: 1;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .l-header__breadcrumbs {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-header__breadcrumbs {
    line-height: 1.625;
  }
}
.l-header__breadcrumbs ul {
  display: inline-block;
}
.l-header__breadcrumbs li:before {
  content: '/';
}
.l-header__breadcrumbs a {
  padding: 0.15rem;
}
.l-header__meta-menu {
  /* align-right */
  margin-left: auto;
  height: 100%;
  flex-shrink: 0;
}
.l-header__meta-menu-nav {
  height: 100%;
}
.l-header__meta-menu-nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.1rem 1rem;
  height: 100%;
  vertical-align: top;
  position: relative;
}
.l-header__content {
  position: fixed;
  z-index: 1;
  color: #000000;
  height: 113px;
  overflow: visible;
  top: 40px;
  left: 10px;
  right: 10px;
}
.l-header__content-inner {
  /* align contents left and right */
  box-shadow: 0 0px 10px 5px rgba(0, 10, 18, 0.1);
  padding: 2.25rem 1rem 1rem 1rem;
  background-color: #ffffff;
}
.l-header__content-inner.l-header__content-inner--evenly-padded {
  padding: 1rem;
}
.l-header__content-inner.l-header__content-inner--evenly-padded .l-header__logo_sm {
  width: 100px;
}
.l-header__logo {
  /* align left */
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.l-header__logo_lg,
.l-header__logo_sm {
  height: auto;
}
.l-header__logo_lg {
  width: 270px;
}
.l-header__logo_md {
  width: 200px;
}
.l-header__logo_sm {
  width: 55px;
  margin-right: 50%;
  margin-top: 0.35rem;
}
.l-header__main-menu {
  /* align-right */
  margin-left: auto;
}
.l-header__main-menu.l-header__main-menu--green {
  color: #000000;
}
.l-header__main-menu > ul {
  display: inline-block;
}
.l-header__main-menu > ul > li > ul {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 2rem;
  top: 3.5rem\9;
  left: -50vw;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0px rgba(0, 10, 18, 0.1);
  border-left: 50vw solid #ffffff;
  border-right: 50vw solid #ffffff;
  box-sizing: content-box;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s linear, max-height 0.25s ease-in-out;
  z-index: 1;
}
.l-header__main-menu > ul > li > ul:before,
.l-header__main-menu > ul > li > ul:after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #000000;
  width: 10px;
}
.l-header__main-menu > ul > li > ul:before {
  left: 0;
}
.l-header__main-menu > ul > li > ul:after {
  right: 0;
}
.l-header__main-menu > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  width: 20%;
  min-width: 10rem;
}
.l-header__main-menu > ul > li > ul > li > a {
  position: relative;
  padding-bottom: 0;
}
.l-header__main-menu > ul > li > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  height: 1px;
  background-color: #000000;
}
.l-header__main-menu > ul > li > ul > li > ul a {
  font-weight: 300;
}
.l-header__main-menu > ul > li:hover > ul {
  opacity: 1;
  max-height: 20rem;
  pointer-events: auto;
}
.l-header__main-menu a {
  padding: 0.5rem;
  transition: all 0.25s linear;
}
.l-header__main-menu > ul > li {
  margin: 0 0.25rem;
}
.l-header__main-menu > ul > li > a {
  position: relative;
}
.l-header__main-menu > ul > li > a:after {
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  content: '';
  height: 2px;
  background-color: transparent;
  transition: all 0.25s linear;
}
.l-header__main-menu > ul > li.active > a:after {
  background-color: #000000;
}
.l-header__main-menu > ul > li:last-child {
  margin-right: 0;
}
.l-header__main-menu a:hover,
.l-header__main-menu a:focus,
.l-header__main-menu a:active,
.l-header__main-menu li.active > a,
.l-header__main-menu a.active {
  color: #000000;
}
.l-header__main-mega-menu {
  overflow: visible;
  max-height: 0;
  height: 0;
  opacity: 0;
  transition: max-height 0.25s ease-in-out, opacity 0.25s linear;
}
.l-header__main-mega-menu.is-active {
  max-height: 10rem;
  height: auto;
  opacity: 1;
}
.l-header__main-mega-menu .ss-search-form {
  margin-top: 1rem;
}
.l-header__meta-submenu-nav {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  transition: max-height 0.25s ease-in-out, opacity 0.25s linear;
  max-height: 30rem;
  opacity: 1;
  overflow: hidden;
}
.l-header__meta-submenu-nav.is-collapsed {
  max-height: 0;
  opacity: 0;
}
.l-header__meta-submenu-nav a {
  color: #000000;
  transition: all 0.25s linear;
}
.l-header__meta-submenu-nav a:hover,
.l-header__meta-submenu-nav a:active,
.l-header__meta-submenu-nav a:focus,
.l-header__meta-submenu-nav a.active {
  color: #000000;
}
.l-header__meta-submenu-nav li > a,
.l-header__meta-submenu-nav li > span {
  padding: 0.5rem;
}
.l-header__meta-submenu-nav li {
  border-bottom: 1px solid #000000;
}
.l-header__meta-submenu-nav li:last-child {
  border-bottom: none;
}
.l-header__appbar--green .l-header__meta-submenu-nav li {
  color: #000000;
  border-color: #000000;
}
.l-header__meta-submenu-toggle {
  padding-right: 2rem;
  background: transparent url('../themes/base/assets/images/icons/icon_down_white.svg') no-repeat right 0.35rem;
}
.l-header__meta-submenu-toggle.has-no-icon {
  padding-top: 0.333rem;
}
.l-header__main-menu-mobile {
  position: fixed;
  top: 40px;
  right: 0;
  padding: 1rem;
  background-color: #ffffff;
  width: 100vw;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 1;
  box-shadow: 0 0px 10px 5px rgba(0, 10, 18, 0.1);
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  overflow: auto;
}
.l-header__main-menu-mobile a {
  padding: 0.5rem;
}
.l-header__main-menu-mobile.is-collapsed {
  top: 55px;
  right: 2.5rem;
  max-width: 6rem;
  max-height: 3rem;
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}
.l-header__main-menu-mobile.l-header__main-menu-mobile--green a.l-header__main-menu-mobile-toggle {
  color: #000000;
}
.l-header__main-menu-mobile-inner {
  padding-top: 0.5rem;
}
.nav a.l-header__main-menu-mobile-toggle {
  color: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}
.nav a.l-header__main-menu-mobile-toggle > span {
  font-size: 0.833rem;
}
.l-header__main-menu-mobile-inner > ul > li > ul {
  margin-left: 1rem;
}
.l-header__main-menu-mobile-inner > ul > li > ul > li > ul {
  display: none;
}
.l-header__hero-images {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header__hero-images {
  animation: fade-in 0.5s linear;
}
.l-header__hero-image {
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
.l-header__hero-image > img {
  width: 100%;
  height: auto;
}
.l-header__languages .l-header__meta-submenu-nav {
  min-width: 5rem;
}
@media only screen and (max-width: 1024px) {
  .l-header {
    margin-top: 7rem;
  }
  .l-header__appbar,
  .l-header__content {
    left: 0;
    right: 0;
  }
  .l-header__content-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-header__logo_lg {
    margin-top: 0.25rem;
  }
  .l-header__main-menu > ul > li > ul {
    top: 5rem;
  }
  .l-header__main-menu > ul > li > ul:before,
  .l-header__main-menu > ul > li > ul:after {
    background-color: transparent;
  }
}
@media only screen and (max-width: 640px) {
  .l-header__content {
    top: 0;
  }
  .l-header {
    margin-top: 5rem;
  }
  .l-header__main-menu-mobile {
    top: 0px;
  }
  .l-header__main-menu-mobile.is-collapsed {
    top: 0.5rem;
  }
}
.l-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 3.667rem 0 1.889rem 0;
  font-weight: 400;
}
.l-footer.l-footer--green {
  background-color: #000000;
}
.l-footer a {
  color: #ffffff;
}
.l-footer p a {
  text-decoration: underline;
}
.l-footer__menu-nav > ul > li {
  margin-right: 2rem;
}
.l-footer__menu-nav > ul > li > ul > li {
  margin-left: 0.5rem;
  position: relative;
}
.l-footer__menu-nav > ul > li > ul > li:before {
  display: block;
  content: '›';
  position: absolute;
  left: 0;
  top: 0.5em;
}
.l-footer__menu-nav a,
.l-footer__meta-menu-nav a {
  position: relative;
  padding: 0.5rem;
}
.l-footer__menu-nav a:after,
.l-footer__meta-menu-nav a:after {
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  content: '';
  height: 1px;
  background-color: transparent;
  transition: background-color 0.25s linear;
}
.l-footer__menu-nav a:hover:after,
.l-footer__meta-menu-nav a:hover:after,
.l-footer__menu-nav a:focus:after,
.l-footer__meta-menu-nav a:focus:after,
.l-footer__menu-nav a:active:after,
.l-footer__meta-menu-nav a:active:after,
.l-footer__menu-nav li.active > a:after,
.l-footer__meta-menu-nav li.active > a:after {
  background-color: #ffffff;
}
.l-footer__meta-menu-nav li {
  margin: 0 0.5rem 0 0;
}
.l-footer__logo {
  margin: 1rem 1rem 1rem 0;
}
.l-footer__logo.l-footer__logo--large img {
  width: 200px;
}
.l-footer__logo img {
  width: 91px;
  height: auto;
}
.l-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 4rem;
  padding-top: 1rem;
}
.l-footer__form .label {
  padding: 0.5rem 0;
}
.l-footer input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1024px) {
  .l-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 360px) {
  .l-footer__meta-menu-nav li {
    display: block !important;
  }
}
.l-object-cover {
  object-fit: cover;
}
.l-object-contain {
  object-fit: contain;
}
ul.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.nav--inline > li,
.nav--inline > ul > li {
  display: inline-block;
}
.nav a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
ul.nav--columns,
.nav--columns > ul {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.button {
  color: #000000;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin: 0 0.333rem 0.666rem 0;
  padding: 0.667rem 1rem;
  line-height: 1;
  border: 2px solid #000000;
  transition: all 0.25s linear;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  background-color: transparent;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
}
.button.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.l-page--green .button,
.button.button--green {
  color: #000000;
  border: 2px solid #000000;
}
.button--secondary {
  border-color: #000000;
}
.button--secondary:hover,
.button--secondary:focus,
.button--secondary.is-active {
  border-color: #000000;
}
.button--default:hover,
.button--white:hover,
.button--secondary:hover,
.button--default:focus,
.button--white:focus,
.button--secondary:focus,
.button--default.is-active,
.button--white.is-active,
.button--secondary.is-active {
  color: #000000;
  border-color: #000000;
}
.button--primary.is-disabled,
.button--default.is-disabled {
  border-color: #000000;
}
.button--primary.is-disabled {
  background-color: #000000;
}
.button--default.is-disabled,
.button--secondary.is-disabled {
  color: #000000;
}
.button--primary {
  color: #ffffff;
  background-color: #000000;
}
.button--primary:hover,
.button--primary:focus,
.button--primary.is-active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.l-page--green .button--primary,
.button--primary.button--green {
  background-color: #000000;
}
.l-page--green .button--primary:hover,
.button--primary.button--green:hover,
.l-page--green .button--primary:focus,
.button--primary.button--green:focus,
.l-page--green .button--primary.is-active,
.button--primary.button--green.is-active {
  background-color: #000000;
  border-color: #000000;
}
.button--primary-white-border {
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff;
}
.button--primary-white-border:hover,
.button--primary-white-border:focus,
.button--primary-white-border.is-active {
  color: #ffffff;
  background-color: #000000;
}
.button--primary-white-border:hover,
.button--primary-white-border:focus,
.button--primary-white-border.is-active {
  background-color: #000000;
}
.l-page--green .button--primary-white-border,
.button--primary-white-border.button--green {
  background-color: #000000;
}
.button--white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--link {
  border: none;
}
.button--round {
  border-radius: 100rem;
  padding: 0.667rem 0.867rem;
}
.button--sm {
  padding: 0.25rem 1rem;
}
.button .icon {
  vertical-align: -0.67em;
}
.button .icon--sm {
  vertical-align: -0.5em;
}
.button.has-icon-left .icon {
  margin-right: 0.5em;
}
.button.has-icon-right .icon {
  margin-left: 0.5em;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
.dialog.is-hidden {
  pointer-events: none;
  display: none;
  display: none\9;
}
.dialog.is-hidden .dialog__close {
  opacity: 0;
}
.dialog.is-hidden .dialog__backdrop {
  opacity: 0;
}
.dialog.is-hidden .dialog__modal {
  transform: translate(0, -100vh);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .dialog.is-hidden {
    display: none;
  }
}
.dialog__close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: #ffffff;
  transition: opacity 0.5s linear;
}
.dialog__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s linear;
}
.dialog__modal {
  margin: 5vh auto;
  position: relative;
  transform: translate(0, 0);
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 90vw;
  max-width: 1200px;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.hr,
hr {
  position: relative;
  height: 10px;
  margin: 5rem 0;
  padding: 0;
  width: 100%;
  border: none;
  overflow: visible;
}
.hr:before,
hr:before {
  position: absolute;
  display: block;
  content: '';
  left: -50vw;
  right: -50vw;
  height: 100%;
  background-color: #000000;
}
.l-page--green hr:before {
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .hr,
  hr {
    margin: 2rem;
    height: 5px;
  }
}
.form fieldset {
  border: none;
  padding: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.form legend {
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-bottom: 0.667rem;
  font-weight: 400;
}
.form-group {
  margin-bottom: 52.17391304px;
}
.form-group.has-error .input {
  border-color: #000000;
}
.form-group.has-error .input:focus {
  box-shadow: 0 0 5px #000000;
}
fieldset.form-group {
  border: none;
  padding: 0;
}
.form-field-error-label {
  margin: 0rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  :where(.form-group.radio-field,.form-group.checkboxlist-field) .l-flex--left-aligned {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.input:focus {
  box-shadow: 0 0 5px #000000;
}
.input--text,
.input--text-white-transparent,
.input--select {
  border-width: 1px;
  border-style: solid;
  padding: 0.7226rem 0.667rem;
  line-height: 1;
  margin: 0 0.333rem 0.667rem 0;
}
.input--text-default,
.input--select-default {
  border-color: #000000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
  border-radius: 1px;
}
.input--text-primary,
.input--text-white-transparent {
  border-radius: 3px;
}
.input--text-primary {
  border-color: #000000;
  color: #000000;
}
.input--text-white-transparent {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.input--text-white-transparent:focus {
  box-shadow: 0 0 5px #ffffff;
}
.input--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.4996rem 0.444rem;
  appearance: none;
  padding-right: 2rem;
  background-image: url('../themes/base/assets/images/icons/icon_dropdown.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
input.input--text.input--text-md {
  width: 20rem;
}
input.input--text.input--text-lg {
  width: 30rem;
}
@media only screen and (max-width: 360px) {
  input.input--text {
    width: 100%;
  }
}
textarea.input--text {
  resize: vertical;
}
textarea.input--text.input--text-sm {
  height: 2rem;
}
textarea.input--text.input--text-xs {
  height: 3rem;
}
textarea.input--text.input--text-md {
  height: 6rem;
}
textarea.input--text.input--text-lg {
  height: 12rem;
}
textarea.input--text.input--text-xl {
  height: 24rem;
}
textarea.input--text.input--text-xxl {
  height: 36rem;
}
.input--radio-decorator,
.input--checkbox-decorator {
  display: none;
}
.input--radio:not(old),
.input--checkbox:not(old) {
  width: 2rem;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.input--radio:not(old) + .input--radio-decorator,
.input--checkbox:not(old) + .input--checkbox-decorator {
  position: relative;
  display: inline-block;
  margin-left: -2rem;
  margin-right: 0.333rem;
  vertical-align: -0.25rem;
  width: 1.333rem;
  height: 1.333rem;
  border: 2px solid #000000;
  background-color: transparent;
  pointer-events: none;
  box-sizing: border-box;
}
.input--radio:not(old) + .input--radio-decorator:after,
.input--checkbox:not(old) + .input--checkbox-decorator:after {
  display: block;
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #000000;
  opacity: 0;
  transform-origin: center center;
  transform: scale(0, 0);
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
}
.input--radio:not(old) + .input--radio-decorator {
  border-radius: 2rem;
}
.input--radio:not(old) + .input--radio-decorator:after {
  border-radius: 2rem;
}
.input--checkbox:not(old) + .input--checkbox-decorator {
  border-radius: 2px;
}
.input--checkbox:not(old) + .input--checkbox-decorator:after {
  border-radius: 2px;
}
.input--radio:not(old):focus + .input--radio-decorator,
.input--checkbox:not(old):focus + .input--checkbox-decorator {
  box-shadow: 0 0 7px #000000;
}
.input--radio:not(old):checked + .input--radio-decorator:after,
.input--checkbox:not(old):checked + .input--checkbox-decorator:after {
  transform: scale(1, 1);
  opacity: 1;
}
.input--radio,
.input--radio-decorator,
.input--checkbox,
.input--checkbox-decorator {
  flex-shrink: 0;
}
.label {
  display: block;
  margin-bottom: 0.667rem;
  font-weight: 400;
}
.label--radio,
.label--checkbox {
  display: flex;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .label--radio,
  .label--checkbox {
    padding-right: 3rem;
  }
}
summary.label {
  display: list-item;
  cursor: pointer;
}
.box {
  box-sizing: border-box;
  padding: 20px;
}
.box--primary {
  border: 2px solid #000000;
}
.box--secondary {
  border: 1px solid #000000;
}
a.box--primary,
a.box--secondary {
  transition: all 0.25s linear;
}
a.box--primary:hover,
a.box--secondary:hover,
a.box--primary:focus,
a.box--secondary:focus {
  border-color: #000000;
  color: #000000;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #000000;
}
.accordion__item {
  border-bottom: 1px solid #000000;
}
.accordion__item .accordion__item-toggle-icon-active {
  display: none;
}
.accordion__item.is-active .accordion__item-toggle-icon {
  display: none;
}
.accordion__item.is-active .accordion__item-toggle-icon-active {
  display: inline-block;
}
.accordion__item-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.accordion__item-toggle-label {
  margin-right: auto;
}
.accordion__item-toggle-icon,
.accordion__item-toggle-icon-active {
  margin-left: auto;
  color: #000000;
  vertical-align: middle;
}
.accordion__item-toggle-icon-active {
  display: none;
}
.accordion__item-body {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.pagination li {
  display: inline-block;
}
.pagination__next,
.pagination__prev {
  white-space: nowrap;
}
.pagination__next {
  margin-right: auto;
}
.pagination__current {
  margin-left: auto;
  padding: 0.667rem 0;
  line-height: 1;
}
.letter-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.letter-pagination li {
  display: inline-block;
}
.year-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.year-pagination li {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.year-pagination li:after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 1rem;
  background-color: #000000;
  top: 0.25rem;
  bottom: 0.25rem;
  right: 0;
}
.year-pagination li:last-child:after {
  display: none;
}
.year-pagination li.is-active a {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pagination__icon {
    margin: 0 !important;
  }
  .pagination__label {
    display: inline-block;
    overflow: hidden;
    height: 0;
    width: 0;
  }
}
.icon {
  color: inherit;
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  vertical-align: -0.65em;
  overflow: visible;
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon svg path,
.icon svg circle,
.icon svg rect {
  fill: inherit;
}
.icon--circle {
  border: 2px solid;
  border-color: currentColor;
  border-radius: 2em;
}
.icon--sm {
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.45em;
}
.icon--xs {
  width: 1em;
  height: 1em;
  vertical-align: -0.35em;
}
.icon--login svg {
  margin-top: 5px;
}
use.icon__use {
  fill: currentColor;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 1rem 0;
}
.list-group {
  list-style-type: none;
  margin: 1rem 0;
  border-top: 1px solid #000000;
  padding: 0;
}
.list-group__item {
  margin: 1rem 0;
  padding: 0;
  border-bottom: 1px solid #000000;
}
.list-inline {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.list-inline__item {
  margin: 0 1rem 1rem 0;
  padding: 0;
  display: inline-block;
}
.adb-theme-educations__education {
  padding-bottom: 1rem;
}
.adb-theme-locations {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.adb-theme-location__accessible-equipment_item,
.adb-theme-locations__location_accessible-equipment_item {
  display: inline-block;
  padding: 0.25rem;
  margin-right: 0.5rem;
  background-color: #000000;
}
.adb-theme-location__contact_icons,
.adb-theme-locations__location_contact_icons {
  margin: 0.5rem 0;
}
.adb-theme-location__address,
.adb-theme-locations__location_address {
  font-style: normal;
  white-space: pre-line;
  margin-bottom: 1rem;
  white-space: pre;
}
@media only screen and (min-width: 1024px) {
  .adb-theme-locations__location_contact {
    min-height: 12.5rem;
  }
}
.adb-theme-locations--mobile {
  position: fixed;
  margin: 0;
  padding: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}
.adb-theme-locations--mobile a {
  color: #ffffff;
}
.adb-theme-locations--mobile .adb-theme-locations__location {
  margin: 0 0.5rem;
}
.adb-theme-team-members__item {
  overflow: hidden;
}
.adb-theme-team-members__item-profile-image {
  margin: 0 0 1rem 0;
}
.adb-theme-team-members__item-profile-image img {
  max-width: 100%;
  height: auto;
}
.adb-theme-topic-areas__topic-area {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.adb-theme-topic-areas__topic-area-description p:first-child {
  margin-top: 0;
}
.adb-theme-topic-articles {
  margin: 1rem 0;
}
.ss-search-form {
  position: relative;
}
ul.ss-search-form__results {
  display: none;
  position: absolute;
  left: 0;
  top: 52.17391304px;
  width: 100%;
  background: #ffffff;
  padding: 0 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
ul.ss-search-form__results--visible {
  display: block;
}
.ss-search-form__submit {
  height: 50px;
  padding-top: 0.55rem;
  vertical-align: top;
}
.alert {
  position: fixed;
  top: 104.34782609px;
  right: 52.17391304px;
  padding: 1rem 3rem 1rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background-color: #000000;
  border-radius: 3px;
  z-index: 1;
}
.alert .close {
  display: block;
  background: transparent;
  color: #ffffff;
  padding: 0.25rem;
  position: absolute;
  top: 0.7rem;
  right: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  border: none;
  font-size: 2rem;
  line-height: 1;
}
.alert-success {
  background-color: #000000;
}
.alert-warning,
.alert-warn {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.glider {
  position: relative;
  overflow: hidden;
}
.glider-prev,
.glider-next {
  position: absolute;
  display: inline-block;
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 0.5rem 0;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.glider-prev.disabled,
.glider-next.disabled {
  opacity: 0;
}
.glider-prev {
  left: 0;
}
.glider-next {
  right: 0;
}
.glider-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.5s linear;
}
.glider-slide:first-child {
  position: relative;
}
.glider-slide.is-active {
  opacity: 1;
}
.offer-block:hover,
.offer-block:focus,
.offer-block:active {
  border-color: #000000;
}
.offer-block:hover .offer-block__icon,
.offer-block:focus .offer-block__icon,
.offer-block:active .offer-block__icon {
  filter: brightness(-100%);
  -moz-filter: brightness(-100%);
  -ms-filter: brightness(-100%);
  -webkit-filter: brightness(-100%);
}
.adb-theme-partners__item-profile-image {
  margin: 0 0 1rem 0;
}
.adb-theme-partners__item-profile-image > img {
  height: 130px;
  max-width: 100%;
}
.textblock ul {
  padding-left: 1rem;
}
.t--upper {
  text-transform: uppercase;
}
.t--normal {
  font-weight: 300;
}
.t--bold {
  font-weight: 500;
}
.t--semibold {
  font-weight: 400;
}
.t--sm {
  font-size: 0.64rem;
  line-height: 1.736;
  max-width: 95ch;
}
@media only screen and (max-width: 1024px) {
  .t--sm {
    font-size: 0.694rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--sm {
    line-height: 1.802;
  }
}
.t--sm > * {
  max-width: 95ch;
}
.t--xs {
  font-size: 0.8rem;
  line-height: 1.389;
  max-width: 85ch;
}
@media only screen and (max-width: 1024px) {
  .t--xs {
    font-size: 0.833rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--xs {
    line-height: 1.65;
  }
}
.t--xs > * {
  max-width: 85ch;
}
.t--md {
  font-size: 18px;
  line-height: 1.67;
  max-width: 75ch;
}
@media only screen and (max-width: 1024px) {
  .t--md {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .t--md {
    line-height: 1.625;
  }
}
.t--md > * {
  max-width: 75ch;
}
.t--lg {
  font-size: 1.25rem;
  line-height: 1.552;
  max-width: 65ch;
}
@media only screen and (max-width: 1024px) {
  .t--lg {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--lg {
    line-height: 1.354;
  }
}
.t--lg > * {
  max-width: 65ch;
}
.t--h1 {
  font-size: 1.95rem;
  line-height: 1.282;
  max-width: 45ch;
}
@media only screen and (max-width: 1024px) {
  .t--h1 {
    font-size: 2.074rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--h1 {
    line-height: 1.145;
  }
}
.t--h1 > * {
  max-width: 45ch;
}
.t--h2 {
  font-size: 1.56rem;
  line-height: 1.353;
  max-width: 55ch;
}
@media only screen and (max-width: 1024px) {
  .t--h2 {
    font-size: 1.728rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--h2 {
    line-height: 1.23;
  }
}
.t--h2 > * {
  max-width: 55ch;
}
.t--h3 {
  font-size: 1.25rem;
  line-height: 1.408;
  max-width: 65ch;
}
@media only screen and (max-width: 1024px) {
  .t--h3 {
    font-size: 1.144rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--h3 {
    line-height: 1.302;
  }
}
.t--h3 > * {
  max-width: 65ch;
}
.t--h4 {
  font-size: 1.15rem;
  line-height: 1.408;
  max-width: 65ch;
}
@media only screen and (max-width: 1024px) {
  .t--h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .t--h4 {
    line-height: 1.354;
  }
}
.t--h4 > * {
  max-width: 65ch;
}
.t--pre-line {
  white-space: pre-line;
}
.t--nowrap {
  white-space: nowrap;
}
.t--auto-hyphens {
  hyphens: auto;
}
.t--center {
  text-align: center !important;
}
@media only screen and (max-width: 360px) {
  .sm_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_t--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_t--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_t--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_t--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_t--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_t--center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_t--center {
    text-align: center !important;
  }
}
.t--right {
  text-align: right !important;
}
@media only screen and (max-width: 360px) {
  .sm_t--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_t--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_t--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_t--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_t--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_t--right {
    text-align: right !important;
  }
}
.prose {
  color: currentColor;
}
@media only screen and (max-width: 360px) {
  .sm_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 360px) {
  .gt-sm_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .xs_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .gt-xs_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .md_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .gt-md_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lg_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gt-lg_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .xl_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gt-xl_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 2048px) {
  .xxl_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 2048px) {
  .gt-xxl_hidden {
    display: none !important;
  }
}
@media only print {
  .print_hidden {
    display: none !important;
  }
}
.bg--white {
  background-color: #ffffff;
}
.bg--black {
  background-color: #000000;
}
.bg--primary {
  background-color: #000000;
}
.bg--warning {
  background-color: #000000;
}
.bg--success {
  background-color: #000000;
}
.bg--danger {
  background-color: #000000;
}
.bg--grey-200 {
  background-color: #000000;
}
.bg--grey-300 {
  background-color: #000000;
}
.bg--grey-400 {
  background-color: #000000;
}
.bg--grey-500 {
  background-color: #000000;
}
.bg--grey-600 {
  background-color: #000000;
}
.bg--grey-700 {
  background-color: #000000;
}
.bg--grey-800 {
  background-color: #000000;
}
.color--white {
  color: #ffffff;
}
.color--black {
  color: #000000;
}
.color--text {
  color: #000000;
}
.color--primary {
  color: #000000;
}
.color--warning {
  color: #000000;
}
.color--success {
  color: #000000;
}
.color--danger {
  color: #000000;
}
.color--grey-200 {
  color: #000000;
}
.color--grey-300 {
  color: #000000;
}
.color--grey-400 {
  color: #000000;
}
.color--grey-500 {
  color: #000000;
}
.color--grey-600 {
  color: #000000;
}
.color--grey-700 {
  color: #000000;
}
.color--grey-800 {
  color: #000000;
}
.display--block {
  display: block !important;
}
.display--inline {
  display: inline !important;
}
.display--inline-block {
  display: inline-block !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
.hidden {
  display: none;
}
.non-aria-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.non-aria-invisible.aria-focusable:active,
.non-aria-invisible.aria-focusable:focus {
  position: static !important;
  clip: auto;
}
.position-sticky {
  position: sticky;
}
.position-absolute {
  position: absolute;
}
