.promotion-canvas {
  content: url('../images/hero.png');
}
@media (max-width: 1024px) {
  .promotion-canvas {
    object-fit: cover;
    content: url('../images/hero-mob.png');
  }

  .gl-item:nth-child(n+7){
    display: none;
}
}

#mCSB_1_container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: auto !important;
}

.language-list-container.active {
  max-height: unset;
  bottom: 62px !important;
}

@media (max-width: 1024px) {
  #mCSB_1_container {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    max-height: 100vh !important;
  }

  .language-list-container.active {
    max-height: unset;
    bottom: 0px !important;
  }
}

.gl-item .glib-nv {
  cursor: pointer !important;
}

.article {
  position: relative;
  padding: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.article:not(.title),
.article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.article .title,
.article .title-h2,
.article .title-h3,
.article .title-h4,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
.article .center-text {
  text-align: center;
}
.article .title-h2,
.article h2 {
  font-size: 24px;
}
.article .title-h3,
.article h3 {
  font-size: 20px;
}
.article .title-h4,
.article h4 {
  font-size: 18px;
}
.article ul,
.article ol {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.article ul li,
.article ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.article .centered {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.article table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1180px;
  margin: 36px 0;
  display: block;
  overflow-x: auto;
}
.article table td,
.article table th {
  padding: 13px 20px;
  border: 1px solid #b9b9b9;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-width: 275px;
}
@media (max-width: 768px) {
  .article table td,
  .article table th {
    padding: 2px 4px;
    font-size: 12px;
    min-width: auto;
  }
}
.article table th {
  text-align: left;
  background-color: #04aa6d;
  color: white;
  background: rgba(242, 242, 245, 0.19);
}
.article table tr:nth-child(even) {
  background-color: rgba(242, 242, 245, 0.19);
}
.article table a {
  color: #4471e3;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */