.image_carousel {
  background: #fff;
  padding: 20px 0;
  position: relative;
}
.image_carousel h2 {
  text-align: center;
  margin-bottom: 20px;
}

#image_carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  pointer-events: none;
}
#image_carousel .owl-prev,
#image_carousel .owl-next {
  pointer-events: all;
  background: none !important;
  border: none;
  transition: color 0.2s;
}
#image_carousel .owl-prev:hover,
#image_carousel .owl-next:hover {
  color: #1a3c7a;
}
#image_carousel .image_item {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
#image_carousel .image_item img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.content__page {
  width: 100%;
  max-width: 1920px;
  min-width: 0;
  margin: auto;
  padding-block: 60px;
  padding-inline: 1em;
}
.content__page .wrapper > *:last-child {
  margin-bottom: 0;
}
.content__page a {
  color: #ef1b1b;
}
.content__page a:hover {
  color: #c90e0e;
}
.content__page ul li::marker {
  font-size: 14px;
}
.content__page ul, .content__page ol {
  padding-left: 16px;
  margin-bottom: 25px;
}
.content__page ul li, .content__page ol li {
  line-height: 19.6px;
}
.content__page ul ul, .content__page ol ul {
  margin-bottom: 5px;
  margin-top: 5px;
}
.content__page ul ol, .content__page ol ol {
  margin-bottom: 5px;
  margin-top: 5px;
}
.content__page table {
  margin-bottom: 25px;
  border-collapse: collapse;
}
.content__page table tr th {
  background-color: #f5f5f5;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #f5f5f5;
}
.content__page table tr td {
  padding: 5px 15px;
  border: 1px solid #f5f5f5;
}
.content__page table[border="0"] tr th {
  background-color: #f5f5f5;
  color: #fff;
  padding: 5px;
  border: none;
}
.content__page table[border="0"] tr td {
  padding: 5px;
  border: none;
}
@media screen and (max-width: 768px) {
  .content__page table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

figure figcaption {
  font-size: 14px;
  color: #474747;
  line-height: 24.24px;
  margin-top: 5px;
}
figure.align_left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
figure.align_right {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  figure.align_left {
    float: none;
    margin-right: 0;
  }
  figure.align_left img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  figure.align_right {
    float: none;
    margin-left: 0;
  }
  figure.align_right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

blockquote {
  border-left: 3px solid #f5f5f5;
  margin-left: 30px;
  padding-left: 30px;
}

.two_col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.two_col figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 567px) {
  .two_col {
    grid-template-columns: 1fr;
  }
}

.content__images {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-block: 30px;
  padding-bottom: 60px;
  padding-inline: 1em;
  padding-top: 0;
}
.content__images .images__boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.content__images .images__boxes .image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.content__images .images__boxes .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.content__images .images__boxes .image p {
  color: #474747;
  font-size: 14px;
  line-height: 24.24px;
  margin-top: 5px;
}
@media screen and (max-width: 1025px) {
  .content__images .images__boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 567px) {
  .content__images .images__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brands {
  border-top: 1px solid #000000;
}

/*# sourceMappingURL=content.css.map */
