.opn-imgs-wth-gaps {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
}
.opn-imgs-wth-gaps .highslide {
  display: inline-block;
  padding: 0 !important;
  background: transparent !important;
}
.opn-imgs-wth-gaps img {
  flex: 0 1 25%;
}
.opn-3-img-row {
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.opn-3-img-row .img-wth-nrml-hegiht {
  height: 580px;
}
.opn-3-img-row a {
  background: none !important;
  padding: 0;
}
.opn-3-img-row .opn-3-img-row-item {
  flex: 0 0 calc(33.3% - 25px);
  object-fit: cover;
  width: 100%;
  max-height: 580px;
}
.opn-3-img-row .opn-3-img-row-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn-3-img-row .opn-3-img-row-item-1 {
  flex: 0 0 calc(33.3% - 25px);
  object-fit: cover;
  width: 100%;
  max-height: 580px;
}
.opn-3-img-row .opn-3-img-row-item-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn-3-img-row .opn-3-img-row-item-2 {
  flex: 0 0 calc(33.3% - 25px);
  object-fit: cover;
  width: 100%;
  height: 580px;
}
.opn-3-img-row .opn-3-img-row-item-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn-3-img-row .opn-3-img-row-item-3 {
  flex: 0 0 calc(33.3% - 25px);
  object-fit: cover;
  width: 100%;
  height: 580px;
}
.opn-3-img-row .opn-3-img-row-item-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 425px) {
  .opn-3-img-row-item {
    flex: 0 0 100% !important;
  }
  .opn-2-img-row-item {
    flex: 0 0 100% !important;
  }
  .opn-3-img-row-item2 {
    flex: 0 0 100% !important;
  }
  .opn-img-flex-item {
    flex: 0 1 100% !important;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  .opn-3-img-row-item {
    flex: 0 0 calc(50% - 25px) !important;
  }
  .opn-3-img-row-item2 {
    flex: 0 0 calc(50% - 25px) !important;
  }
}
.opn-news {
  font-size: 18px;
  line-height: 24px;
}
.opn-news a {
  background: none !important;
}
.opn-2-img-row {
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.opn-2-img-row a {
  background: none !important;
  padding: 0;
}
.opn-2-img-row .opn-2-img-row-item {
  flex: 0 0 calc(50% - 25px);
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.opn-2-img-row .opn-2-img-row-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn-3-img-row2 {
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.opn-3-img-row2 a {
  background: none !important;
  padding: 0;
}
.opn-3-img-row2 .opn-3-img-row-item2 {
  flex: 0 0 calc(33.3% - 25px);
  object-fit: cover;
  width: 100%;
  max-height: 580px;
}
.opn-3-img-row2 .opn-3-img-row-item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn-txt-wth-2-img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.opn-txt-wth-2-img-wrapper .opn-txt-wth-2-img-item {
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
  align-items: center;
}
.opn-txt-wth-2-img-wrapper .opn-txt-wth-2-img-item .opn-txt-wth-2-img-txt {
  display: flex;
  align-items: center;
}
.opn-txt-wth-2-img-wrapper .opn-txt-wth-2-img-item .opn-txt-wth-2-img-img {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.opn-txt-wth-2-img-wrapper .opn-txt-wth-2-img-item .opn-txt-wth-2-img-img img {
  max-width: 525px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .opn-txt-wth-2-img-item {
    flex: 0 1 100% !important;
  }
}
.opn-img-flex-row-wrapper {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}
.opn-img-flex-row-wrapper .opn-img-flex-row {
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
}
.opn-img-flex-row-wrapper .opn-img-flex-row .opn-img-flex-item {
  margin-bottom: 25px;
  width: 100%;
  max-height: 525px;
  flex: 0 1 calc(33.3% - 25px);
}
.opn-img-flex-row-wrapper .opn-img-flex-row .opn-img-flex-item a {
  background: none;
  padding: 0;
}
.opn-img-flex-row-wrapper .opn-img-flex-row .opn-img-flex-item img {
  font-size: 0;
}
.opn-img-flex-row-wrapper .opn-img-flex-row-vertical {
  display: flex;
  grid-gap: 25px;
  flex-wrap: wrap;
}
.opn-img-flex-row-wrapper .opn-img-flex-row-vertical .opn-img-flex-item {
  width: 100%;
  max-height: 525px;
  flex: 0 1 calc(33.3% - 25px);
}
.opn-img-flex-row-wrapper .opn-img-flex-row-vertical .opn-img-flex-item a {
  background: none;
  padding: 0;
}
.opn-img-flex-row-wrapper .opn-img-flex-row-vertical .opn-img-flex-item img {
  font-size: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hor-menu--u-i9te1tpl3.flex-menu .hor-menu__list a {
  background: none;
}
.content--u-ilk6n9wr8 a {
  background: none;
}
html .hor-menu--u-i9te1tpl3 .hor-menu__link, html .hor-menu--u-i9te1tpl3 .hor-menu__sub_link {
  color: #000 !important;
}
html body .g-submenu__item a {
  color: #000;
}
html body .section--u-izxummgxs a {
  color: #000;
}
