.page-about {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .page-about {
    padding-top: 0;
  }
}

.section-en-label {
  color: #009143;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .section-en-label {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1200px) {
  .section-en-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 20px;
  }
}
.section-header h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
  margin: 0;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
  }
}
@media (min-width: 1200px) {
  .section-header h2 {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 1.92px;
  }
}

.section-title {
  height: 186px;
  width: 100%;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  background: url("../../images/banner_bg.webp") no-repeat center center, #e7f8e7;
  background-size: auto 186px, cover;
}
@media (min-width: 768px) {
  .section-title {
    height: 300px;
    padding-top: 48px;
    background-size: auto 346px, cover;
  }
}
@media (min-width: 1200px) {
  .section-title {
    height: 430px;
    padding-top: 115px;
    background-size: auto 430px, cover;
  }
}

.container-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .container-title {
    padding: 0 20px;
    max-width: 1040px;
    margin: 0 auto;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .container-title {
    padding: 0 8.3%;
    max-width: calc(1280px + 16.6%);
    margin: 0 auto;
    gap: 80px;
  }
}

.title-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-content .title-label {
  color: #009143;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
}
@media (min-width: 1200px) {
  .title-content .title-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.title-title {
  color: #2d2d2d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1.44px;
}
@media (min-width: 768px) {
  .title-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1.92px;
  }
}
@media (min-width: 1200px) {
  .title-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2.88px;
    line-height: 68px;
  }
}

.title-banner {
  position: absolute;
  top: 0;
  right: -60px;
  width: 278px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .title-banner {
    width: 448px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .title-banner {
    width: 643px;
    right: calc(50% - 600px);
  }
}

.section-statistics {
  position: relative;
  padding: 31px 0 149px;
  margin-bottom: -149px;
}
@media (min-width: 768px) {
  .section-statistics {
    padding: 31px 0 289px;
    margin-bottom: -289px;
  }
}
@media (min-width: 1200px) {
  .section-statistics {
    padding: 39px 0 360px;
    margin-bottom: -360px;
  }
}
.section-statistics::after {
  content: "";
  display: block;
  width: 350px;
  height: 229px;
  background: url("../../images/about/bg_about_3.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -148px;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-statistics::after {
    width: 576px;
    height: 366px;
    left: -232px;
    bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .section-statistics::after {
    width: 701px;
    height: 457px;
    left: calc(50% - 644px);
    transform: translateX(-50%);
  }
}

.statistics-grid {
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  padding: 20px 0;
}
.statistics-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.statistics-card:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
.statistics-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #009143;
  letter-spacing: 1.44px;
}
@media (min-width: 768px) {
  .statistics-number {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.64x;
  }
}
@media (min-width: 1200px) {
  .statistics-number {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 0.96x;
  }
}
.statistics-number .unit {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 2px;
}
@media (min-width: 768px) {
  .statistics-number .unit {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .statistics-number .unit {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 1.92px;
  }
}

.statistics-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.9px;
}
@media (min-width: 1200px) {
  .statistics-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}

.section-profile {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-profile {
    padding: 48px 0 80px;
  }
}
@media (min-width: 1200px) {
  .section-profile {
    padding: 80px 0 100px;
  }
}
.section-profile::after {
  content: "";
  display: block;
  width: 448px;
  height: 264px;
  background: url("../../images/about/bg_about_2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -204px;
  bottom: 32px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-profile::after {
    width: 716px;
    height: 422px;
    right: -405px;
    bottom: 166px;
  }
}
@media (min-width: 1200px) {
  .section-profile::after {
    width: 895px;
    height: 528px;
    right: calc(50% - 628px);
    bottom: 195px;
    transform: translateX(50%);
  }
}

.profile-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .profile-content {
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .profile-content {
    gap: 32px;
  }
}

.profile-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .profile-block {
    flex-direction: row;
    gap: 28px;
    padding: 16px 0 16px 16px;
  }
}
@media (min-width: 1200px) {
  .profile-block {
    gap: 48px;
    padding: 20px 4px 20px 40px;
  }
}
@media (min-width: 768px) {
  .profile-block--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .profile-block--bg {
    border-radius: 16px;
    background: #f6f6f6;
    padding: 16px 20px 16px 16px;
  }
}
@media (min-width: 1200px) {
  .profile-block--bg {
    padding: 20px 40px 20px 20px;
  }
}

.profile-block-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .profile-block-text {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .profile-block-text {
    gap: 16px;
  }
}
.profile-block-text .profile-block-desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
  letter-spacing: 0.56px;
  margin: 0;
}
@media (min-width: 768px) {
  .profile-block-text .profile-block-desc {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}
.profile-block-text .profile-block-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222222;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .profile-block-text .profile-block-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .profile-block-text .profile-block-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
  }
}

.profile-block-img {
  flex-shrink: 0;
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .profile-block-img {
    width: 50%;
    height: 310px;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .profile-block-img {
    width: 550px;
    height: 360px;
  }
}
.profile-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (min-width: 768px) {
  .profile-block-img img {
    border-radius: 16px;
    height: 310px;
  }
}
@media (min-width: 1200px) {
  .profile-block-img img {
    height: 360px;
  }
}

.section-milestones {
  position: relative;
  height: 546px;
}
@media (min-width: 768px) {
  .section-milestones {
    height: 674px;
  }
}
@media (min-width: 1200px) {
  .section-milestones {
    height: auto;
  }
}
.section-milestones .section-header {
  margin-bottom: 0;
}
.section-milestones .section-header h2 {
  color: #ffffff;
}
.section-milestones .section-header .section-en-label {
  color: rgba(255, 255, 255, 0.6);
}

.milestones-sticky-wrap {
  position: relative;
}

.milestones-sticky {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .milestones-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

.milestones-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  gap: 48px;
  background: url("../../images/about/history_bg_s.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .milestones-inner {
    background-image: url("../../images/about/history_bg.webp");
    padding: 123px 0 123px;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .milestones-inner {
    background-attachment: fixed;
    height: 100%;
    padding: 0;
    gap: 80px;
  }
}

.milestones-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 19px;
}
.milestones-scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .milestones-scroll {
    padding: 0 27px;
  }
}
@media (min-width: 1200px) {
  .milestones-scroll {
    overflow: hidden;
    padding: 0 max(8.3% + 5px, (100vw - 1280px) / 2);
  }
}

.milestones-track {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  will-change: transform;
}
.milestones-track::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  height: 4px;
  width: calc(100% - 248px);
  background: #ffffff;
  transform: translateY(-50%);
  z-index: 0;
}
@media (min-width: 1200px) {
  .milestones-track::before {
    width: calc(100% - 260px);
  }
}

.milestones-row {
  display: flex;
  gap: 20px;
  height: 140px;
}
@media (min-width: 768px) {
  .milestones-row {
    height: 144px;
    gap: 36px;
  }
}
@media (min-width: 1200px) {
  .milestones-row {
    height: 152px;
  }
}
.milestones-row.bottom {
  padding-left: 131px;
  height: 144px;
}
@media (min-width: 1200px) {
  .milestones-row.bottom {
    padding-left: 152px;
  }
}
.milestones-row.bottom .milestone-item {
  justify-content: flex-end;
  gap: 8px;
}
.milestones-row.bottom .milestone-item::before {
  top: -8px;
  bottom: auto;
}
@media (min-width: 1200px) {
  .milestones-row.bottom .milestone-item::before {
    top: -13px;
  }
}

.milestone-item {
  position: relative;
  width: 248px;
  flex-shrink: 0;
  border-left: 2px dashed rgba(255, 255, 255, 0.4);
  padding: 0 8px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
@media (min-width: 1200px) {
  .milestone-item {
    width: 268px;
    gap: 8px;
  }
}
.milestone-item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #009143;
  border: 5px solid #ccf4c5;
  position: absolute;
  left: -8px;
  bottom: -8px;
}
@media (min-width: 1200px) {
  .milestone-item::before {
    bottom: -3px;
  }
}

.milestone-year {
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .milestone-year {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.milestone-text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  color: #ffffff;
}

.section-honors {
  padding: 48px 0 0;
}
@media (min-width: 768px) {
  .section-honors {
    padding: 80px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-honors {
    padding: 160px 0 0 0;
  }
}

@media (min-width: 768px) {
  .honors-container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
  }
}
@media (min-width: 1200px) {
  .honors-container {
    max-width: 1280px;
    padding: 0 40px;
  }
}

.honors-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
@media (min-width: 1200px) {
  .honors-inner {
    flex-direction: row;
    align-items: flex-start;
  }
}

.honors-label {
  background: #fff6e0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 89px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .honors-label {
    height: 106px;
  }
}
@media (min-width: 1200px) {
  .honors-label {
    min-width: 190px;
    max-width: 190px;
    min-height: 244px;
  }
}
.honors-label::after {
  content: "";
  display: block;
  width: 116px;
  height: 106px;
  background: url("../../images/about/award.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.honors-label .section-en-label {
  color: #ff891d;
}
.honors-slider-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.honors-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .honors-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.honors-card {
  border-radius: 16px;
  background-color: #f6f6f6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
  height: 232px;
}
@media (min-width: 768px) {
  .honors-card {
    padding: 20px;
    height: 254px;
  }
}
@media (min-width: 1200px) {
  .honors-card {
    height: 244px;
  }
}

.honors-year {
  display: flex;
  align-self: flex-start;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: #ff891d;
  padding: 2px 4px;
  border-radius: 4px;
  background: #fff6e0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .honors-year {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.56px;
    padding: 4px 8px;
    margin-bottom: 12px;
  }
}

.honors-card-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .honors-card-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 600;
  }
}

.honors-card-institution {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
}
@media (min-width: 768px) {
  .honors-card-institution {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}

.honors-nav {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .honors-nav {
    position: absolute;
    top: -60px;
    right: 0;
  }
}

.section-development {
  padding: 48px 0 0;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .section-development {
    padding: 80px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-development {
    padding: 100px 0 0;
  }
}

.development-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .development-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .development-grid {
    gap: 48px;
  }
}

.development-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .development-card {
    padding: 0 16px;
  }
}
.development-card .development-card-img {
  width: 215px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.development-card .development-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.development-card .development-card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .development-card .development-card-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.development-card .development-card-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
  letter-spacing: 0.56px;
}

.section-download {
  position: relative;
  padding: 98px 0 0;
  margin-top: -50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-download {
    padding: 177px 0 0;
    margin-top: -97px;
  }
}
@media (min-width: 1200px) {
  .section-download {
    padding: 228px 0 0;
    margin-top: -128px;
  }
}
.section-download::after {
  content: "";
  display: block;
  width: 350px;
  height: 229px;
  background: url("../../images/about/bg_about_3.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -183px;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .section-download::after {
    width: 561px;
    height: 366px;
    left: -264px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .section-download::after {
    width: 701px;
    height: 457px;
    left: calc(50% - 633px);
    top: 0;
    transform: scaleX(-1) translateX(50%);
  }
}

.download-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .download-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
}

.report-featured {
  display: none;
}
@media (min-width: 1200px) {
  .report-featured {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
    width: 478px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #e9e9e9;
    overflow: hidden;
    text-decoration: none;
  }
  .report-featured:hover .report-featured-title {
    color: #009143;
  }
}

.report-featured-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.report-featured-body {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}

.report-featured-title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.report-featured-desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.56px;
  color: rgba(34, 34, 34, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.56px;
  color: #009143;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 16px;
}
.report-featured-link:hover {
  color: #007e3a;
}

.report-list-block {
  flex: 1;
  min-width: 0;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 15px 20px 3px;
}
@media (min-width: 768px) {
  .report-list-block {
    padding: 19px 24px 3px 20px;
  }
}
@media (min-width: 1200px) {
  .report-list-block {
    padding: 23px 24px 3px 20px;
  }
}

.report-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .report-list-header {
    padding-bottom: 20px;
  }
}

.report-filter {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
}

.report-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}

.report-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.report-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  height: 64px;
  cursor: pointer;
}
.report-list-item:hover .report-item-name {
  color: #009143;
}

.report-item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #222222;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .report-item-name {
    font-size: 16px;
  }
}

.report-download-icon {
  width: 24px;
}

.report-download-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #009143;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.section-antifraud {
  position: relative;
  padding: 48px 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-antifraud {
    padding: 84px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-antifraud {
    padding: 100px 0 0;
  }
}

.antifraud-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .antifraud-grid {
    flex-direction: row;
    align-items: stretch;
  }
}

.antifraud-video-card {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  .antifraud-video-card {
    width: 100%;
    max-width: 1015px;
    min-width: 0;
  }
}

.antifraud-video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .antifraud-video-thumb {
    width: 100%;
  }
}
.antifraud-video-thumb iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.antifraud-video-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
.antifraud-video-trigger:focus-visible {
  outline: 3px solid #00a94f;
  outline-offset: -3px;
}
.antifraud-video-card.is-video-active .antifraud-video-trigger {
  display: none;
}

.antifraud-info-cards {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (min-width: 768px) {
  .antifraud-info-cards {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .antifraud-info-cards {
    flex-direction: column;
    flex: 1;
    gap: 12px;
  }
}

.antifraud-info-card {
  flex: 1;
  border-radius: 16px;
  background: #f6f6f6;
  padding: 20px 8px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .antifraud-info-card {
    flex-direction: row;
    padding: 16px 12px;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .antifraud-info-card {
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: left;
    padding: 24px;
    gap: 8px;
    border-radius: 16px;
    min-width: 135px;
  }
}
.antifraud-info-card:hover {
  background-color: #e7f9e8;
}

.antifraud-info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.antifraud-info-icon svg {
  width: 100%;
  height: 100%;
}

.antifraud-info-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #222222;
  text-align: center;
}
@media (min-width: 768px) {
  .antifraud-info-title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .antifraud-info-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
  }
}

.section-announce {
  position: relative;
  padding: 169px 0 48px;
  margin-top: -121px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-announce {
    padding: 293px 0 80px;
    margin-top: -213px;
  }
}
@media (min-width: 1200px) {
  .section-announce {
    padding: 385px 0 116px;
    margin-top: -285px;
  }
}
.section-announce::after {
  content: "";
  display: block;
  width: 371px;
  height: 367px;
  background: url("../../images/about/bg_about_1.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -238px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-announce::after {
    width: 594px;
    height: 587px;
    right: -406px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .section-announce::after {
    width: 742px;
    height: 733px;
    right: calc(50% - 822px);
    top: 0;
    transform: translateX(50%);
  }
}

@media (min-width: 1200px) {
  .announce-section-header {
    margin-bottom: 16px;
  }
}

.announce-tabs-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
}
.announce-tabs-wrap h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 137.5% */
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .announce-tabs-wrap h3 {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
}

.announce-panel[hidden] {
  display: none;
}

.news-two-col {
  border-radius: 16px;
  background: #f6f6f6;
  display: flex;
  padding: 4px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-two-col {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .news-two-col {
    padding: 20px 24px;
  }
}

.news-col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 768px) {
  .news-col-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
}

.news-col-item {
  min-width: 0;
  border-bottom: 1px solid #e9e9e9;
}
.news-col-item.d-none {
  display: none;
}
.news-col-item:not(.d-none):not(:has(~ :not(.d-none))), .news-col-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .news-col-item:nth-last-child(-n+2):not(.d-none) {
    border-bottom: none;
  }
}
.news-col-item > a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  height: 53px;
  color: #222222;
  text-decoration: none;
  transition: color 0.2s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-col-item > a {
    padding: 24px 0;
    gap: 8px;
    height: 69px;
  }
}
@media (min-width: 1200px) {
  .news-col-item > a {
    gap: 12px;
  }
}
.news-col-item > a:hover {
  color: #009143;
}
.news-col-item > a time {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: rgba(34, 34, 34, 0.6);
  font-variant-numeric: tabular-nums;
}
@media (min-width: 1200px) {
  .news-col-item > a time {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
  }
}
.news-col-item > a .news-col-title {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announce-paginator {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.section-resources {
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background: #e7f9e8;
}
@media (min-width: 768px) {
  .section-resources {
    padding: 80px 0 80px;
  }
}
@media (min-width: 1200px) {
  .section-resources {
    padding: 100px 0;
  }
}
.section-resources::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -111px;
  width: 420px;
  height: 337px;
  background: url("../../images/about/bg_about_link1.svg") no-repeat left top/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-resources::before {
    left: -271px;
    width: 672px;
    height: 539px;
  }
}
@media (min-width: 1200px) {
  .section-resources::before {
    left: calc(50% - 729px);
    width: 840px;
    height: 674px;
    transform: translateX(-50%);
  }
}
.section-resources::after {
  content: "";
  position: absolute;
  top: 0;
  right: -432px;
  width: 657px;
  height: 337px;
  background: url("../../images/about/bg_about_link2.svg") no-repeat right bottom/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-resources::after {
    right: -691px;
    width: 1051px;
    height: 539px;
  }
}
@media (min-width: 1200px) {
  .section-resources::after {
    right: calc(50% - 775px);
    width: 1314px;
    height: 674px;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .section-resources .section-header {
    margin-bottom: 20px;
  }
}

.resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .resources-grid {
    grid-template-columns: minmax(0, 320px) 1fr;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resources-block {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .resources-block {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .resources-block--protection {
    padding: 20px 20px 32px;
  }
}
@media (min-width: 1200px) {
  .resources-block--protection {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .resources-block--antiscam {
    grid-column: 1/-1;
    gap: 20px;
    padding: 20px 20px 28px;
  }
}
@media (min-width: 1200px) {
  .resources-block--antiscam {
    grid-column: auto;
    padding: 20px;
  }
}

.resources-block-head {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .resources-block-head {
    gap: 8px;
  }
}

.resources-block-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .resources-block-icon {
    width: 36px;
    height: 36px;
  }
}

.resources-block-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
}
@media (min-width: 1200px) {
  .resources-block-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.resources-ext-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #009143;
  vertical-align: middle;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .resources-ext-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }
}

.resources-item-link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .resources-item-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
}
.resources-item-link:hover {
  color: #009143;
}

.resources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources-item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
}
.resources-item:first-child a {
  padding-top: 0;
}
.resources-item:last-child a {
  padding-bottom: 0;
}
.resources-item:last-child {
  border-bottom: none;
}
.resources-item a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0 11px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .resources-item a {
    padding: 16px 0 15px;
    gap: 8px;
  }
}
.resources-item a:hover .resources-item-link {
  color: #009143;
}

.resources-desc {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
}
@media (min-width: 1200px) {
  .resources-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
  }
}
@media (min-width: 768px) {
  .resources-desc.phone {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
    margin-top: -4px;
  }
}
