@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blk-promo {
  background-color: #000 !important;
  padding: 0;
  height: 100%;
  max-height: calc(100% - 30px);
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 10px #fff;
  box-shadow: inset 0px 0px 0px 10px #fff;
  position: relative;
  overflow: hidden;
}
.blk-promo .top-gray-cover {
  width: 100%;
  height: 10px;
  top: 0;
  position: absolute;
  display: block;
  background-color: #F4F4F4;
}
.blk-promo::before, .blk-promo::after,
.blk-promo .image-bg {
  height: calc(100% - 20px);
  top: 10px;
  display: block;
  position: absolute;
  overflow: hidden;
}
.blk-promo::before, .blk-promo::after {
  content: "";
  width: 10px;
  display: block;
  background-color: #000;
  z-index: 1;
}
.blk-promo::before {
  left: 0;
}
.blk-promo::after {
  right: 0;
}
.blk-promo .image-bg {
  right: 0;
  text-align: right;
  width: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.blk-promo .image-bg::after {
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(0%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.blk-promo .image-bg img {
  position: relative;
  width: auto;
  width: auto;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .blk-promo .image-bg {
    width: 70%;
  }
  .blk-promo .image-bg img {
    opacity: 0.3;
  }
}
.blk-promo .col-12 {
  position: relative;
}
.blk-promo .promo-highlight {
  width: 100%;
  height: 100%;
  padding: 40px 30px 40px 64px;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background: var(--secondary-theme-color);
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 10px 0px 0px 0px rgba(64, 201, 0, 0.2);
  box-shadow: 10px 0px 0px 0px rgba(64, 201, 0, 0.2);
}
.blk-promo .promo-highlight h2 {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.blk-promo .promo-highlight h2 b {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blk-promo .promo-highlight {
    width: 90%;
    margin: 0 auto;
    padding: 24px;
  }
  .blk-promo .promo-highlight h2 {
    text-align: center;
    font-size: 18px;
  }
}
.blk-promo .desc {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  row-gap: 16px;
}
.blk-promo .desc p {
  line-height: 1.3em;
}
.blk-promo .desc p,
.blk-promo .desc h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.blk-promo .desc h3 {
  font-size: 24px;
  font-weight: 700;
}
.blk-promo .desc a {
  display: block;
  background-color: #fff;
  border-radius: 9px;
  padding: 10px 20px;
  color: var(--secondary-theme-color);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.blk-promo .desc a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
  width: 30px;
  height: auto;
}
.blk-promo .desc a:hover {
  background-color: var(--secondary-theme-color);
  text-decoration: none;
  color: #fff;
}
.blk-promo .desc a:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media screen and (max-width: 991px) {
  .blk-promo .desc {
    padding-top: 30px;
  }
  .blk-promo .desc a {
    width: 100%;
  }
}

.article-page h2 {
  font-weight: 700;
}
.article-page .title.style-center {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .article-page .title.style-center {
    margin-bottom: 2rem;
  }
}
.article-page .title.style-center h2 {
  font-weight: 500;
}
.article-page h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .article-page h3 {
    font-size: 1.25rem;
  }
}
.article-page h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.article-page hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article-page table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.25em;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .article-page table {
    font-size: 14px;
  }
}
.article-page table.fixed {
  table-layout: fixed;
}
.article-page thead tr {
  background-color: rgba(0, 0, 0, 0.7);
}
.article-page tbody tr {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-page tbody:first-child tr:first-child {
  border-top: 1px solid #E5E5E5;
}
.article-page tbody tr:nth-of-type(even) {
  background-color: #FFF;
}
.article-page tbody tr:hover {
  background-color: #EAF5FE;
}
.article-page tbody tr:last-child {
  border-bottom: 0;
}
.article-page th {
  padding: 14px 20px;
  color: #FFF;
  font-weight: 500;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-page th {
    padding: 10px;
  }
}
.article-page th:last-child {
  border-right: none;
}
.article-page td {
  padding: 14px 20px;
  text-align: left;
  border-right: 1px solid #E5E5E5;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .article-page td {
    padding: 10px;
  }
}
.article-page td:last-child {
  border-right: none;
}
.article-page section .container {
  padding: 0 !important;
}

.blk-image-text .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .blk-image-text .inner {
    max-height: 60vw;
    min-height: inherit;
  }
}
.blk-image-text .col-md-3 .inner {
  max-height: 190px;
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .blk-image-text .col-md-3 .inner {
    max-height: 40vw;
  }
}
.blk-image-text .image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.blk-image-text .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blk-image-text .image.position-relative {
  position: relative;
}
@media screen and (max-width: 767px) {
  .blk-image-text .image {
    border-radius: 10px;
    position: relative;
  }
}

.art-list {
  margin-left: 0;
  padding-left: 0;
}
.art-list li {
  padding-left: 1.5rem;
  position: relative;
  list-style: none;
}
.art-list li:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: var(--secondary-theme-color);
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.art-list.with-icns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 0;
}
.art-list.with-icns li:before {
  display: none;
}
.art-list.with-icns li .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  margin-right: 16px;
}
.art-list.with-icns li .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.art-list.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .art-list.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.art-list.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 991px) {
  .art-list.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .art-list.three-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.faq-block {
  margin-bottom: 29px;
  padding-left: 40px;
  position: relative;
}
.faq-block:last-child {
  margin-bottom: 0;
}
.faq-block:before {
  display: block;
  content: "?";
  width: 24px;
  height: 24px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: var(--secondary-theme-color);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq-block:before {
    top: -2px;
  }
}
.faq-block h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .faq-block h3 {
    font-size: 1.125rem;
  }
}

.model-page .model-page__image .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 280px;
}
@media screen and (max-width: 991px) {
  .model-page .model-page__image .image img {
    height: 220px;
  }
}
@media screen and (max-width: 450px) {
  .model-page .model-page__image .image img {
    height: 180px;
  }
}