.template-1 .article__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  align-items: start;
}
@media (max-width: 767.98px) {
  .template-1 .article__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.template-1 .article__wrapper .article-image {
  grid-row: span 3;
  height: 0;
  min-height: 100%;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .template-1 .article__wrapper .article-image {
    width: 100%;
    aspect-ratio: 1.3;
    height: initial;
    margin-bottom: 30px;
  }
}
.template-1 .article__wrapper .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .template-1 .article__wrapper .article-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.template-1 .article__wrapper > div {
  padding: 27px 15px 24px;
  height: 100%;
  background: #0F78EE;
}
@media (max-width: 767.98px) {
  .template-1 .article__wrapper > div {
    background: transparent;
  }
}
.template-1 .article__wrapper > div span {
  color: #0F78EE;
}
.template-1 .article__wrapper > div h2 {
  font: 400 28px/1 "Montserrat-Regular";
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .template-1 .article__wrapper > div h2 {
    color: #0F78EE;
  }
}
@media (max-width: 575.98px) {
  .template-1 .article__wrapper > div h2 {
    font-size: 20px;
  }
}
.template-1 .article__wrapper > div:not(:has(h2)) {
  background: transparent;
}
.template-1 .article__wrapper > div:has(h2):nth-of-type(4n + 3), .template-1 .article__wrapper > div:has(h2):nth-of-type(4n + 4) {
  background: transparent;
}
.template-1 .article__wrapper > div:has(h2):nth-of-type(4n + 3) h2, .template-1 .article__wrapper > div:has(h2):nth-of-type(4n + 4) h2 {
  color: #0F78EE;
}
.template-1 .article__wrapper > div:nth-of-type(even):last-of-type {
  grid-column: span 2;
  max-width: 1160px;
  margin: 0 auto;
}
.template-1 .article__wrapper h1 {
  padding: 0 15px;
  font: 400 36px/1 "Montserrat-Bold";
}
@media (max-width: 575.98px) {
  .template-1 .article__wrapper h1 {
    font-size: 26px;
  }
}
.template-1 .article__wrapper h2 {
  margin-bottom: 17px;
}

.template-2 .article__wrapper {
  max-width: 1096px;
  margin: 0 auto;
  padding: 0 20px;
}
.template-2 .article--white .article__content {
  margin-bottom: 30px;
}
.template-2 .article--white .article__content .article-image {
  width: 25%;
  float: right;
  margin: 0 0 17px 50px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .template-2 .article--white .article__content .article-image {
    float: none;
    aspect-ratio: 1.3;
    margin: 0 0 30px -20px;
    width: calc(100% + 40px);
  }
  .template-2 .article--white .article__content .article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.template-2 .article--white .article__content h1 {
  font: 400 40px/1 "Montserrat-Bold";
  max-width: 634px;
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  .template-2 .article--white .article__content h1 {
    font-size: 26px;
  }
}
.template-2 .article--white .article__content h2 {
  font: 400 28px/1 "Montserrat-Regular";
  color: #0F78EE;
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  .template-2 .article--white .article__content h2 {
    font-size: 20px;
  }
}
.template-2 .article--white .article__content > div {
  padding: 21px 0 0;
}
.template-2 .article--blue {
  clear: both;
  background: #0F78EE;
  padding: 40px 0;
}
.template-2 .article--blue .article__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .template-2 .article--blue .article__content {
    grid-template-columns: 1fr;
  }
}
.template-2 .article--blue .article__content h2 {
  font: 400 28px/1 "Montserrat-Regular";
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .template-2 .article--blue .article__content h2 {
    font-size: 20px;
  }
}
.template-2 .article--blue .article__content ul {
  list-style: disc;
  margin-left: 20px;
}

.template-3 .article__wrapper {
  padding: 0 20px;
}
.template-3 .article__wrapper h1 {
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: center;
  font: 400 40px/1 "Montserrat-Bold";
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .template-3 .article__wrapper h1 {
    font-size: 26px;
  }
}
.template-3 .article__wrapper h2 {
  font: 400 28px/1 "Montserrat-Regular";
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .template-3 .article__wrapper h2 {
    font-size: 20px;
  }
}
.template-3 .article__wrapper ol {
  list-style: decimal;
  margin-left: 24px;
}
.template-3 .article__wrapper h1 + div {
  display: grid;
  grid-template-columns: 1fr 314px 1fr;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .template-3 .article__wrapper h1 + div {
    grid-template-columns: 1fr 314px;
  }
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 + div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.template-3 .article__wrapper h1 + div div {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 + div div {
    grid-column: initial !important;
    grid-row: initial !important;
  }
}
.template-3 .article__wrapper h1 + div div:first-child h2 {
  color: #0F78EE;
}
@media (max-width: 1199.98px) {
  .template-3 .article__wrapper h1 + div div:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 + div div:first-child {
    padding-right: 20px;
  }
}
.template-3 .article__wrapper h1 + div div:last-child {
  position: relative;
  color: #ffffff;
}
.template-3 .article__wrapper h1 + div div:last-child::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  right: -100%;
  background: #0F78EE;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .template-3 .article__wrapper h1 + div div:last-child::before {
    right: -20px;
  }
}
@media (max-width: 1199.98px) {
  .template-3 .article__wrapper h1 + div div:last-child {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 + div div:last-child {
    padding-right: 20px;
  }
}
.template-3 .article__wrapper h1 + div .article-image {
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.template-3 .article__wrapper h1 + div .article-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .template-3 .article__wrapper h1 + div .article-image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 767.98px) {
  .template-3 .article__wrapper h1 + div .article-image {
    width: calc(100% + 40px);
    height: 100%;
    margin: 0 0 0 -20px;
    aspect-ratio: 1.3;
  }
}/*# sourceMappingURL=article.css.map */