/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-timeline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 0.75em;
  left: 4px;
  height: 100%;
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: 50%;
  width: 50%;
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  right: 50%;
  left: -30px;
  width: 50%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: 100%;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  right: 0;
  left: -30px;
  width: 100%;
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  display: block;
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}

.about-page .section-one {
  background: url("/static/images/header-about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 90px;
}

.about-page .section-one-content,
.about-page .section-two-content,
.about-page .section-three-content,
.about-page .section-four-content,
.about-page .section-five-content,
.about-page .section-two-vision-content,
.about-page .section-two-mission-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.about-page .section-one-content h1 {
  font-family: "OpenSans-Bold";
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 0;
}

.about-page .section-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 50px 0;
}

.about-page .section-two-content h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  line-height: 1.5;
  color: #262423;
}
.about-page .section-two-content .companies-container {
  position: relative;
}

.about-page .section-two-content .companies-container .companies-hq {
  position: relative;
  padding-left: 100px;
}

.about-page .section-two-content .companies-container .companies-hq p.title {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.about-page .section-two-content .companies-container .companies-hq p.name {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  line-height: 1.5;
  color: #262423;
  margin-bottom: 5px;
}

.about-page
  .section-two-content
  .companies-container
  .companies-hq
  p.description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.about-page .section-two-content .companies-container .companies-hq::before {
  content: "";
  background-image: url("/static/images/ic-building.png");
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.about-page
  .section-two-content
  .companies-container
  .companies-child-container {
  padding-left: 100px;
  margin-top: 50px;
}

.about-page .section-three {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

.about-page .section-three h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.about-page .section-three .leadership-container .leadership-content {
  min-height: 300px;
  text-align: center;
  margin-bottom: 30px;
}

.about-page .section-three .leadership-container h2 {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.about-page .section-three .leadership-container .img-container {
  width: 100%;
  margin: 10px auto;
}

.about-page .section-three .leadership-container .img-container img {
  width: 100%;
  max-width: 600px;
  max-height: 350px;
  object-fit: contain;
  text-align: center;
}

.about-page .section-three .leadership-container p.name {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  line-height: 1.5;
  color: #262423;
  margin-bottom: 5px;
}

.about-page .section-three .leadership-container p.title {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.about-page .section-three .leadership-container p.description {
  font-family: "Merriweather";
  font-size: 18px;
  line-height: 1.6;
  color: #262423;
  max-width: 450px;
  margin: auto;
}

.about-page .section-four {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
  background-color: #f4f5f5;
}

.about-page .section-four h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.about-page .section-four .ant-timeline p.title {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  line-height: 1.5;
  color: #ff9528;
  margin-bottom: 0;
}

.about-page .section-four .ant-timeline p.description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.about-page .section-four .ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 100px;
}

.about-page .section-four .ant-timeline-item-head {
  width: 30px;
  height: 30px;
}

.about-page .section-four .ant-timeline-item-head-blue {
  border: solid 4px #ff9528;
  background-color: #ffca2c;
  padding: 10px;
}

.about-page .section-four .ant-timeline-item-tail {
  top: 2em;
  left: 13.5px;
  height: 100%;
  border: solid 2px #ffca2c;
}

.about-page .companies-container::before {
  content: "";
  border-left: 5px solid #f4f5f5;
  left: 36px;
  height: 70.5%;
  position: absolute;
  top: 75px;
}

.about-page
  .companies-container
  .companies-child-container
  .companies-hq::after {
  content: "";
  border-bottom: 5px solid #f4f5f5;
  left: 0;
  width: 60px;
  position: absolute;
  top: 75px;
  margin-left: -60px;
}

.about-page .section-five {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 500px;
  padding: 50px 0;
}

.about-page .section-five h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.about-page .section-five p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #262423;
}

.about-page .section-five .investor-list {
  display: flex;
  flex-flow: row wrap;
  margin: 50px 0 0;
  justify-content: space-around;
}

.about-page .section-five .investor-list span {
  background-size: contain;
  height: 80px;
  width: 230px;
  background-repeat: no-repeat;
  background-position: center;
}

.about-page .section-two-vision {
  background: url("/static/images/vision-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-page .section-two-mission {
  background: url("/static/images/mission-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-page .section-two .vision-mission-header {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  color: #262423;
}

.about-page .section-two-vision p,
.about-page .section-two-mission p {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  font-weight: 800;
  color: #ffca2c;
  line-height: 0.89;
  letter-spacing: 2px;
}

.about-page .section-two-vision h2,
.about-page .section-two-mission h2 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
  font-family: "OpenSans-Bold";
  font-size: 48px;
  line-height: 0.75;
  color: #ffffff;
}

.about-page .section-three .ant-row.leadership-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 925px) and (min-width: 832px) {
  .about-page .companies-container::before {
    top: 94px;
  }
}

@media (max-width: 831px) {
  .about-page .companies-container::before {
    top: 94px;
    height: 66.5%;
  }
  .about-page .section-five {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .about-page .section-one-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .about-page .section-four .ant-timeline-item-content {
    margin: 0 0 0 40px;
  }
  .about-page
    .section-two-content
    .companies-container
    .companies-child-container {
    padding-left: 0;
    margin-top: 0;
  }
  .about-page .section-two-content .companies-container .companies-hq {
    padding-left: 0;
  }
  .about-page .section-two-content .companies-container .companies-hq::before,
  .about-page .companies-container::before,
  .about-page
    .companies-container
    .companies-child-container
    .companies-hq::after {
    content: none;
  }
  .about-page .section-two,
  .about-page .section-three {
    margin: 0;
  }
}

.section-company-blog-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.section-company-blog {
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0;
  background-color: #f4f5f5;
}

/* .section-company-blog
  .section-blog
  .ant-col-xs-24.ant-col-sm-24.ant-col-md-8.ant-col-lg-8 {
  min-height: 580px;
}

.section-company-news
  .section-news
  .ant-col-xs-24.ant-col-sm-24.ant-col-md-8.ant-col-lg-8 {
  min-height: 520px;
} */
.section-company-blog-content .section-blog {
  display: flex;
  flex-wrap: wrap;
}

.section-blog-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}

.section-company-blog .section-blog .date {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff9528;
  margin-bottom: 0;
  margin-top: 30px;
}

.section-company-blog .section-blog .header {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-company-blog .section-blog .description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.section-company-blog .section-blog .read-more a {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
}

@media (max-width: 768px) {
  .section-company-news
    .section-news
    .ant-col-xs-24.ant-col-sm-24.ant-col-md-8.ant-col-lg-8,
  .section-company-blog
    .section-blog
    .ant-col-xs-24.ant-col-sm-24.ant-col-md-8.ant-col-lg-8 {
    min-height: auto;
  }
  .section-company-news .section-news .header.long-title {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .section-company-blog .section-blog .header,
  .section-company-blog .section-blog .description {
    margin-bottom: 0;
  }

  .section-company-blog .section-blog .read-more {
    margin-bottom: 20px;
  }
  .section-blog-content img {
    height: auto;
    object-fit: contain;
  }
}

.blog-page .section-one {
  background: url("/static/images/header-blog.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 90px;
}

.blog-page .section-one-content,
.blog-page .section-two-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.blog-page .section-one-content h1 {
  font-family: "OpenSans-Bold";
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 0;
}

.blog-page .section-two {
  display: flex;
  align-items: center;
  position: relative;
  margin: 100px 0 50px;
}

.blog-page .section-two .category-picker-container {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
  text-transform: uppercase;
}

.blog-page .section-two .category-picker-container .categories,
.blog-page .section-two .category-picker-container .categories a {
  color: #ff9528;
}

.blog-page .section-two .category-picker-container .categories a:hover {
  text-decoration: underline;
}

.blog-page .section-two .category-picker-container .categories a.active {
  background: #f4f5f5;
  border-radius: 5px;
  padding: 10px;
}

.blog-page .section-two-content .featured-article.single-article {
  display: flex;
  align-items: center;
}

.blog-page .section-two-content .featured-article img {
  width: 100%;
  object-fit: contain;
}

figure.kg-card.kg-image-card.kg-card-hascaption.img-avatar img {
  max-height: 200px;
  width: auto;
}

.blog-page .section-two-content .featured-article img.banner-image {
  max-height: 500px;
  object-fit: contain;
  cursor: pointer;
}

.blog-page .section-two-content .featured-article .date {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff9528;
  margin-bottom: 0;
}

.blog-page .section-two-content .article-content {
  max-width: 850px;
  margin: 30px auto 0;
}

.blog-page .section-two-content .featured-article .header {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
  cursor: pointer;
}

.blog-page .section-two-content .featured-article .description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.blog-page .section-two-content .featured-article .read-more p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
  cursor: pointer;
}

.blog-page .back-to-blog {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
}

.blog-page .back-to-blog span {
  color: #ff9528;
  cursor: pointer;
}

.blog-page .article-content blockquote {
  border-left: 3px solid black;
  color: gray;
  padding-left: 10px;
}

.article-content figure.kg-card.kg-image-card.kg-card-hascaption {
  margin-bottom: 5px;
}

.article-content figcaption {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-page .section-one-content h1 {
    font-size: 55px;
  }
  .blog-page .section-two .category-picker-container .categories,
  .blog-page .section-two .category-picker-container .categories a {
    line-height: 60px;
  }
  .blog-page .section-two {
    margin: 0px 0 50px;
  }
  .blog-page .section-two-content .featured-article .description p,
  .blog-page .section-two-content .featured-article .description ul li {
    font-size: 16px;
  }
}

.section-dream-job-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.section-dream-job {
    background-color: #f4f5f5;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    height: 300px;
    margin-top: 50px;
}

.section-dream-job h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}
.career-page .section-one {
    background: url("/static/images/header-career.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
    height: 88vh;
    display: flex;
    align-items: flex-start;
    position: relative;
    text-align: center;
    margin-top: 90px;
}

.career-page .section-one-content, 
.career-page .section-two-content, 
.career-page .section-three-content,
.career-page .section-four-content,
.career-page .section-five-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.career-page .section-one-content h2 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #262423;
}

.career-page .section-one-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
    margin-bottom: 30px;
}

.career-page .section-one-content button {
    margin: 10px 0;
}

.career-page .section-one-content img {
    margin-top: 10px;
    width: 100%;
}

.career-page .section-two {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.career-page .section-two-content h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.career-page .core-values-content {
    height: 650px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.career-page .core-values-container div:nth-child(2) .core-values-content {
    justify-content: center;
}

.career-page .core-values-container div:nth-child(3) .core-values-content {
    justify-content: flex-end;
}

.career-page .core-values-content img {
    width: 100%;
}

.career-page .core-values-content p.header {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
    margin: 10px;
}

.career-page .core-values-content p.description {
    font-family: "Merriweather";
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    margin: 10px;
}

.career-page .section-two-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.career-page .section-two-content .divider-icon {
    margin: 30px 0;
}

.career-page .section-two-content .divider-icon .anticon {
    font-size: 3em;
}

.career-page .section-three {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.career-page .section-three h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.career-page .section-three-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.career-page .section-three .perks-container .perks-content {
    margin: 50px 0;
    min-height: 320px;
}

.career-page .section-three .perks-container h2 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.career-page .section-three .perks-container .img-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 106px;
    margin: 0px auto 20px;
    /* background-color: #ffca2c; */
    /* border-radius: 100px; */
}

.career-page .section-three .perks-container p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 450px;
    margin: auto;
}

.career-page .career-photos {
    min-height: 600px;
    max-width: 1300px;
    margin: auto
}

.career-page .career-photos img {
   width: 100%;
 }

.career-page .career-photos .column-one {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   height: 600px;
}

.career-page .career-photos .column-three {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
 }

 .career-page .career-photos .column-two .row-one .ant-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 10px;
 }
 .career-page .career-photos .column-two .row-two .ant-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 10px;
 }

.career-page .section-four {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.career-page .section-four h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.career-page .section-four-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.career-page .section-four-content .youtube-container {
    margin: 50px 0;
}

.career-page .section-five {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    background-color: #f4f5f5;
    padding-bottom: 50px;
}

.career-page .section-five-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.career-page .section-five-content .divider-icon {
    margin: 30px 0;
}

@media (max-width: 1199px) {
    .career-page .career-photos {
        max-height: 100%;
        min-height: 400px;
    }
    .career-page .core-values-content {
        margin: auto;
        height: auto;
    }
    .career-page .career-photos .column-one,
    .career-page .career-photos .column-three {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .career-page .section-one-content h2 {
        font-size: 55px;
    }
    .career-page .section-one-content p {
        font-size: 18px;
    }
}

@media (max-width: 686px) {
    .career-page .core-values-content img {
        width: 100%;
        max-height: 200px;
        object-fit: contain;
    }
    .career-page .career-photos {
        max-height: 100%;
        width: 700px;
        min-height: 350px;
    }
    .career-page .career-photos .column-one,
    .career-page .career-photos .column-three {
        height: 350px;
    }
    .career-page .career-photos .column-two .row-one .ant-row,
    .career-page .career-photos .column-two .row-two .ant-row {
        margin: 0px;
    }
    .career-page .core-values-content {
        text-align: center;
    }
}

@media (max-width: 470px) {
    .career-page .career-photos {
        margin-left: -100px;
    }
    .career-page .core-values-content p.header {
        margin: 0 10px;
    }
    .career-page .core-values-content p.description {
        margin: 0 10px 20px;
    }
    .career-page .section-three {
        margin-top: 0;
    }
}


/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  content: '';
  display: table;
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-no-colon .ant-form-item-label label::after {
  content: ' ';
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.ant-input-group-wrap .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  height: 40px;
  margin-left: -1px;
  background-color: rgba(0, 0, 0, 0.07);
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-right: 25px;
  padding-left: 8px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  content: '';
  display: table;
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  right: 12px;
  bottom: auto;
  width: 3px;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.section-company-news-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.section-company-news {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 50px 0;
}

.section-company-news h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.section-company-news p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #262423;
}

.section-news-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
}

.section-company-news .section-news {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.section-company-news .section-news .date {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff9528;
  margin-bottom: 0;
  text-align: left;
  margin-top: 10px;
}

.section-company-news .section-news .header {
  font-family: "OpenSans-Bold";
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
  cursor: pointer;
  text-align: left;
}

.section-company-news .section-news .header.long-title {
  font-size: 16px;
}

.section-company-news .section-news .description p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 425px) {
  .section-company-news .section-news .header {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-news-content img {
    height: auto;
    object-fit: contain;
  }
}

.section-inquiries-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-inquiries {
  background-color: #f4f5f5;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  height: 500px;
  margin-top: 50px;
}

.section-inquiries h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
  margin-top: 50px;
}

.section-inquiries p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.section-inquiries p span.email {
  color: #ff9528;
}

.section-inquiries .socials-container {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-inquiries .socials-container .follow-icons {
  color: #fff;
  background-color: #ff8a18;
  font-size: 3em;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 10px 30px;
}

@media (max-width: 1199px) {
  .section-inquiries {
    height: auto;
  }
}

@media (max-width: 567px) {
  .section-inquiries .socials-container .follow-icons {
    margin: 10px;
  }
}

.contact-us-page .section-one-content, 
.contact-us-page .section-two-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.contact-us-page .section-one {
    background: url("/static/images/header-contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 90px;
}

.contact-us-page .section-one-content h1 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 0;
}

.contact-us-page .section-two {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.contact-us-page .section-two-content h2 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #262423;
}

.contact-us-page .section-two-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
}

.contact-us-page .section-two-content label.ant-form-item-required {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
}

.contact-us-page .section-two-content .ant-form-vertical .ant-form-explain {
    font-family: 'Merriweather';
}

.contact-us-page .section-two-content .ant-form-item input,
.contact-us-page .section-two-content .ant-form-item textarea {
    font-family: 'Merriweather';
    min-height: 50px;
    border: solid 1px #262423;
    border-radius: 0;
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .contact-us-page .section-one-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 425px) {
    .contact-us-page .section-two {
        margin-top: 20px;
    }
    .contact-us-page .section-two-content p {
        margin-bottom: 0;
    }
}
.section-logo-list {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 50px 0 0;
}

.section-logo-list-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.section-logo-list h2 {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.section-logo-list .partner-list {
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0 0;
    justify-content: center;
}

.section-logo-list .partner-list span {
    background-size: contain;
    height: 80px;
    width: 120px;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.home-page .section-one-content,
.home-page .section-two-content,
.home-page .section-three-content,
.home-page .section-four-content,
.home-page .section-five-content {
  padding: 24px;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-page .section-six-content {
  padding: 24px;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-page .section-one {
  background: url("/static/images/main-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}

.section-one-hero-home {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.fullscreen-bg__video {
  position: relative;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  background: #000000b3;
}

.home-page .section-one-content h1 {
  font-family: "OpenSans-Bold";
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.home-page .section-two {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.home-page .section-two-content h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.home-page .section-two-content p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
  max-width: 850px;
  margin: auto;
}

.home-page .section-two-image-container {
  position: relative;
  margin: 100px 0;
}

.home-page .section-two .star-container-1 {
  position: absolute;
  right: 30%;
  top: 0;
}
.home-page .section-two .star-container-2 {
  position: absolute;
  left: 30%;
  top: 20%;
}
.home-page .section-two .star-container-3 {
  position: absolute;
  left: 25%;
  top: 0;
}

.home-page .section-two .img-cloud-container {
  position: absolute;
  left: 27%;
  bottom: -10%;
}
.home-page .section-two .img-mobile-container {
  position: absolute;
  right: 27%;
  bottom: 0;
}

.home-page .section-three {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
  background-color: #f4f5f5;
}

.home-page .section-three::before {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #ffffff;
  top: 0;
  margin-left: -50px;
}

.home-page .section-three::after {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #f4f5f5;
  bottom: -40px;
  margin-left: -50px;
}

.home-page .section-three-content .solutions-content {
  direction: ltr;
}

.home-page .section-three-solutions-container .solutions-content h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #ff9528;
}

.home-page .section-three-solutions-container .solutions-content p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.home-page .section-three-solutions-container .solutions-image {
  width: 450px;
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 500px; */
  /* background-color: #ffca2c; */
  margin: auto;
}

.home-page .section-three-solutions-container .ant-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.home-page .section-three-solutions-container .ant-row:nth-child(odd) {
  direction: rtl;
}

.home-page .section-four {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 100px;
}

.home-page .section-four .section-four-title-container {
  margin-bottom: 50px;
}

.home-page .section-four .section-four-content h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.home-page .section-four .section-four-content p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.home-page .section-four-impact-content {
  max-width: 300px;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.home-page .section-four-impact div:nth-child(2) .section-four-impact-content {
  justify-content: center;
}

.home-page .section-four-impact div:nth-child(3) .section-four-impact-content {
  justify-content: flex-end;
}

.home-page .section-four-impact-content p.counter {
  font-family: "OpenSans-Bold";
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
  color: #262423;
  margin-bottom: 0;
}

.home-page .section-four-impact-content p.header {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff9528;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-page .section-four-impact-content p.description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.home-page .section-five {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 50px 0;
  background-color: #f4f5f5;
}

.home-page .section-five h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.home-page .section-five p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #262423;
}

.home-page .section-five .company-list {
  display: flex;
  flex-flow: row wrap;
  margin: 50px 0;
  justify-content: space-around;
}

.home-page .company-list span {
  min-height: 200px;
  width: 200px;
}
.home-page .company-list span img {
  width: 100%;
  margin-bottom: 10px;
}

.home-page .company-list p {
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 1.33;
  color: #262423;
  text-align: left;
}

.home-page .section-six {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 50px 0;
}

.home-page .section-six h2 {
  font-family: "OpenSans-Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
  max-width: 950px;
  margin: auto;
}

.home-page .photobanner {
  margin: 70px 0;
}

.home-page .photobanner img {
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 1020px) and (min-width: 860px) {
  .home-page .section-two .star-container-1 {
    right: 25%;
    top: 0;
  }
  .home-page .section-two .star-container-2 {
    left: 25%;
    top: 20%;
  }
  .home-page .section-two .star-container-3 {
    left: 20%;
    top: 0;
  }

  .home-page .section-two .img-cloud-container {
    left: 22%;
    bottom: -10%;
  }
  .home-page .section-two .img-mobile-container {
    right: 22%;
    bottom: 0;
  }
}

@media (max-width: 859px) and (min-width: 686px) {
  .home-page .section-two .star-container-1 {
    right: 20%;
    top: 0;
  }
  .home-page .section-two .star-container-2 {
    left: 20%;
    top: 20%;
  }
  .home-page .section-two .star-container-3 {
    left: 15%;
    top: 0;
  }

  .home-page .section-two .img-cloud-container {
    left: 17%;
    bottom: -10%;
  }
  .home-page .section-two .img-mobile-container {
    right: 15%;
    bottom: 0;
  }
}

@media (max-width: 685px) {
  .home-page .section-two .star-container-1 {
    right: 10%;
    top: 0;
  }
  .home-page .section-two .star-container-2 {
    left: 10%;
    top: 10%;
  }
  .home-page .section-two .star-container-3 {
    left: 5%;
    top: -10%;
  }

  .home-page .section-two .img-cloud-container {
    left: 7%;
    bottom: -25%;
  }
  .home-page .section-two .img-mobile-container {
    right: 5%;
    bottom: -20%;
  }
  .home-page .section-three-solutions-container .solutions-image {
    width: 100%;
    height: 350px;
  }
  .home-page .section-three-solutions-container .solutions-content h2 {
    font-size: 30px;
  }

  .home-page .section-one-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  .home-page .section-three-solutions-container .ant-row {
    display: inline;
    text-align: center;
  }
  .home-page .section-three-content .solutions-content p {
    max-width: 800px;
    margin: auto;
  }
  .home-page .section-four-impact-content {
    height: auto;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 1245px) and (min-width: 832px) {
  .section-one-hero-home {
    height: 700px;
  }
  .fullscreen-bg__video {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 831px) and (min-width: 610px) {
  .home-page .section-one {
    height: 500px;
  }
  .section-one-hero-home {
    height: 500px;
  }
  .fullscreen-bg__video {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 609px) {
  .home-page .section-one {
    height: 400px;
  }
  .section-one-hero-home {
    height: 400px;
  }
  .fullscreen-bg__video {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 425px) {
  .home-page .section-two .img-mobile-container {
    right: 0;
    bottom: -40%;
  }
  .home-page .section-two .img-cloud-container {
    left: 0;
    bottom: -50%;
  }
  .home-page .section-two-image-container > img {
    width: 200px;
    height: 200px;
  }
  .home-page .section-two .star-container-3 {
    left: 0;
    top: -20%;
  }
  .home-page .section-one-content,
  .home-page .section-two-content,
  .home-page .section-three-content,
  .home-page .section-four-content,
  .home-page .section-five-content {
    margin-top: 0px;
  }
  .home-page .section-four-impact-content {
    max-width: 100%;
  }
  .home-page .section-six h2 {
    font-size: 26px;
  }
}

.news-page .section-one {
  background: url("/static/images/header-news.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 90px;
}

.news-page .section-one-content,
.news-page .section-two-content {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.news-page .section-one-content h1 {
  font-family: "OpenSans-Bold";
  font-size: 72px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 0;
}

.news-page .section-two {
  display: flex;
  align-items: center;
  position: relative;
  margin: 100px 0 50px;
}

.news-page .section-two-content .featured-article img {
  width: 100%;
  object-fit: contain;
}

.news-page .section-two-content .featured-article img.banner-image {
  max-height: 540px;
  object-fit: contain;
  cursor: pointer;
}

.news-page .section-two-content .article-content {
  max-width: 850px;
  margin: 30px auto 0;
}

.news-page .section-two-content .featured-article .date {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff9528;
}

.news-page .section-two-content .featured-article .header {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #262423;
}

.news-page .section-two-content .featured-article .description {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #262423;
}

.news-page .section-two-content .featured-article .read-more p {
  font-family: "Merriweather";
  font-size: 20px;
  line-height: 1.6;
  color: #ff9528;
  cursor: pointer;
}

.news-page .back-to-news {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
}

.news-page .back-to-news span {
  color: #ff9528;
  cursor: pointer;
}

.news-page .article-content blockquote {
  border-left: 3px solid black;
  color: gray;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .news-page .section-one-content h1 {
    font-size: 55px;
  }

  .news-page .section-two-content .featured-article .description p {
    font-size: 16px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}

.section-application-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
}

.section-application {
    background-color: #f4f5f5;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    height: 300px;
    margin-top: 50px;
}

.section-application p {
    font-family: "OpenSans-Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #262423;
    max-width: 700px;
    margin: auto;
}

.section-application p span.email {
    color: #ff9528;
}
.open-position-page .section-one-content, 
.open-position-page .section-two-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.open-position-page .section-one {
    background: url("/static/images/banner-openpositions.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 90px;
}

.open-position-page .section-one-content h1 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 0;
}

.open-position-page .section-two {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.open-position-page .section-two-content h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    line-height: 1.5;
    color: #262423;
}

.open-position-page .section-two-content .country-title {
    font-family: "OpenSans-Bold";
    font-size: 20px;
    line-height: 1.6;
    color: #ff9528;
    text-align: left;
    text-transform: uppercase;
    max-width: 100%;
}

.open-position-page .section-two-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.open-position-page .section-two .position-container .position-content {
    margin: 10px 0 50px;
    text-align: left;
    border: solid 1px #979797;
    padding: 30px;
}

.open-position-page .section-two .position-container h2 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 1.5;
    color: #262423;
    margin-bottom: 0;
}

.open-position-page .section-two .position-container .read-more {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 1.6;
    color: #262423;
    max-width: 100%;
    margin-bottom: 0px;
    text-align: right;
}

.open-position-page .section-two .position-container .read-more button {
    height: 40px;
}

.open-position-page .section-two-content .position-container .read-more a {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 1.6;
    color: #ff9528;
}

.open-position-page .ant-breadcrumb {
    text-align: left;
}

.open-position-page .ant-breadcrumb span, .open-position-page .ant-breadcrumb-link a {
    font-family: "OpenSans-Bold";
    font-size: 20px;
    line-height: 1.6;
    color: #ff9528;
    text-transform: uppercase;
}

.open-position-page .position-description-container {
    text-align: left;
}

.open-position-page .position-description-container p.name {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    line-height: 1.5;
    color: #262423;
    max-width: 100%;
    margin-top: 30px;
}

.open-position-page .position-description-container p.title {
    font-family: "OpenSans-Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #262423;
    max-width: 100%;
    margin: 30px 0;
}

.open-position-page .position-description-container ul li {
    font-family: "Merriweather";
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
}

@media (max-width: 768px) {
    .open-position-page .section-one-content h1 {
        font-size: 55px;
    }
    .open-position-page .section-two .position-container .read-more {
        text-align: center;
        margin: 20px 0 0;
    }
    .open-position-page .section-two .position-container h2 {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .open-position-page .section-two {
        margin-top: 0;
    }
    .open-position-page .section-two .position-container .position-content {
        margin: 10px 0 20px;
    }
    .open-position-page .section-two-content .position-container {
        margin-top: 20px;
    }
}

.section-social-medias-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
}

.section-social-medias {
    background-color: #f4f5f5;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    height: 400px;
    margin-top: 50px;
}

.section-social-medias h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
    margin-top: 50px;
}

.section-social-medias .socials-container {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-social-medias .socials-container .follow-icons {
    color: #fff;
    background-color: #ff8a18;
    font-size: 3em;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 10px 30px;
}

@media (max-width: 1199px) {
    .section-social-medias {
        height: auto;
    }
}
.parties-page .section-one {
    background: url("/static/images/header-party.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 90px;
}

.parties-page .section-one-content,
.parties-page .section-one-half-content, 
.parties-page .section-two-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.parties-page .section-one-content h1 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 0;
}

.parties-page .section-one-half {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    background-color: #f4f5f5;
    padding-bottom: 50px;
}

.parties-page .section-one-half-content p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 850px;
    margin: auto;
}

.parties-page .section-one-half-content .divider-icon {
    margin: 30px 0;
}

.parties-page .section-two {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.parties-page .section-two .works-container .works-content {
    margin: 50px 0;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parties-page .section-two .works-container .ant-row:nth-child(even) {
    direction: rtl;
}

.parties-page .section-two .works-container h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
    color: #262423;
    direction: ltr;
}

.parties-page .section-two .works-container .img-container {
   min-height: 300px;
}
.parties-page .section-two .works-container .img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.parties-page .section-two .works-container .img-container .img-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d8d8d8;
    height: 100%;
    margin: 10px;
}

.parties-page .section-two .works-container p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
    max-width: 100%;
    direction: ltr;
}

@media (max-width: 768px) {
    .parties-page .section-two .works-container .works-content {
        display: inline;
        text-align: center;
    }
    .parties-page .section-two .works-container .img-container {
        min-height: auto;
    }
    .parties-page .section-one-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 425px) {
    .parties-page .section-two .works-container .works-content > div {
        padding: 0 !important;
    }
    .parties-page .section-two .works-container h2 {
        margin-bottom: 0;
    }
    .parties-page .section-two .works-container p {
        font-size: 18px;
    }
}
.solutions-page .section-one {
    background: url("/static/images/header-solutions.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 90px;
}

.solutions-page .section-one-content,
.solutions-page .section-two-content,
.solutions-page .section-three-content,
.solutions-page .section-four-content {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.solutions-page .section-one-content h1 {
    font-family: 'OpenSans-Bold';
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    color: #FFFFFF;
    margin-bottom: 0;
}

.solutions-page .section-two {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.solutions-page .section-two-content .solutions-content {
    direction: ltr;
}

.solutions-page .section-two-solutions-container .solutions-content p.product-name {
    font-family: "OpenSans-Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #262423;
    margin-bottom: 0;
}

.solutions-page .section-two-solutions-container .solutions-content p.product-subtitle {
    font-family: "OpenSans-Bold";
    font-size: 20px;
    line-height: 1.6;
    color: #ff9528;
}

.solutions-page .section-two-solutions-container .solutions-content p.product-description {
    font-family: "Merriweather";
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
}

.solutions-page .section-two-solutions-container .solutions-image {
    width: 360px;
    height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 500px; */
    /* background-color: #ffca2c; */
    margin: auto;
}

.solutions-page .section-two-solutions-container .ant-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0;
}

.solutions-page .section-two-solutions-container .ant-row:nth-child(odd) {
    direction: rtl;
}

.solutions-page .section-two .official-partners {
    text-align: center;
    border: solid 3px #262423;
    padding: 50px 0;
}

.solutions-page .section-two .official-partners h2 {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.solutions-page .section-two .official-partners .official-partners-list {
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0 0;
    justify-content: center;
}

.solutions-page .section-two .official-partners .official-partners-list span {
    background-size: contain;
    height: 80px;
    width: 300px;
    margin: 20px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.solutions-page .section-three {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.solutions-page .section-three h2 {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.solutions-page .section-three .digital-solutions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.solutions-page .section-three .digital-solutions-container .digital-solutions-content {
    min-height: 360px;
    max-width: 360px;
    border-radius: 15px;
    background-color: #f4f5f5;
    margin: 20px 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.solutions-page .section-three .digital-solutions-container h2 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #262423;
}

.solutions-page .section-three .digital-solutions-container .img-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100px;
    margin: 0px auto 20px;
    /* background-color: #ffca2c; */
    /* border-radius: 100px; */
}

.solutions-page .section-three .digital-solutions-container p {
    font-family: 'Merriweather';
    font-size: 20px;
    line-height: 1.6;
    color: #262423;
}

.solutions-page .logo-headers {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    padding: 24px;
}

.solutions-page .logo-headers .ant-tabs-tab-active {
    background-color: #f4f5f5;
    border-radius: 5px 5px 0 0;
}

/* .solutions-page .logo-headers div {
    background-color: #FFFFFF;
    border-bottom: 10px solid #f4f5f5;
} */

.solutions-page .logo-headers .ant-tabs-nav {
    width: 1150px;
}

.solutions-page .logo-headers .ant-tabs-tab {
    font-family: "OpenSans-Bold";
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: #262423;
    margin: 25px 0;
    width: 49.5%;
}

.solutions-page .logo-headers .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
    margin: 25px 0;
}

@media (max-width: 1199px) {
    .solutions-page .section-two-solutions-container .ant-row {
        display: inline;
        text-align: center;
    }
    .solutions-page .section-two-content .solutions-content p {
        max-width: 800px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .solutions-page .section-one-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .solutions-page .section-two-solutions-container .solutions-image {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .solutions-page .section-two-solutions-container .solutions-content p.product-description {
        margin-bottom: 20px;
    }
}

