@charset "UTF-8";
@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Oscine';
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}

@media (max-width: 575px) {
  section .xs-up-only {
    display: none !important;
  }
}

@media (min-width: 576px) {
  section .xs-down-only {
    display: none !important;
  }
}

section.kv .img img {
  width: 100%;
  display: block;
}

section.kv .desc {
  padding: 70px 0 19px 0;
}

@media (max-width: 991px) {
  section.kv .desc {
    padding: 56px 0 29px 0;
  }
}

section.kv .desc h3 {
  color: #3D66DD;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}

@media (max-width: 991px) {
  section.kv .desc h3 {
    text-align: center;
    font-size: 14px;
    line-height: 1.21;
    margin-bottom: 10px;
  }
}

section.kv .desc h1 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  section.kv .desc h1 {
    text-align: center;
    font-size: 22px;
    line-height: 1.18;
  }
}

section.kv .desc .txt-wrap {
  font-size: 18px;
  line-height: 1.67;
}

@media (max-width: 991px) {
  section.kv .desc .txt-wrap {
    text-align: center;
    font-size: 16px;
    line-height: 1.38;
  }
}

section.challenge {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  section.challenge {
    padding-top: 32px;
  }
}

section.challenge .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 991px) {
  section.challenge .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 32px;
    padding: 40px 24px;
  }
}

section.challenge .col-desc {
  position: relative;
  width: calc(100% - 648px);
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-desc {
    width: 100%;
  }
}

@media (max-width: 991px) {
  section.challenge .col-desc {
    width: 100%;
  }
}

section.challenge .col-desc h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.27;
  margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-desc h2 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  section.challenge .col-desc h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

section.challenge .col-desc p {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-desc p {
    text-align: center;
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  section.challenge .col-desc p {
    text-align: center;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-statistics {
    width: 100%;
  }
}

section.challenge .col-statistics .stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-statistics .stat-row {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  section.challenge .col-statistics .stat-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.challenge .col-statistics .item {
  width: 200px;
  color: #FFFFFF;
  text-align: center;
}

section.challenge .col-statistics .item:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 991px) {
  section.challenge .col-statistics .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

section.challenge .col-statistics .item .up {
  position: relative;
  background-color: #21A199;
}

section.challenge .col-statistics .item .up .up-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  min-height: 141px;
  padding: 62px 10px 10px;
}

section.challenge .col-statistics .item .up .up-wrap:before, section.challenge .col-statistics .item .up .up-wrap:after {
  content: "";
  width: 100px;
  height: 52px;
  border-style: solid;
  position: absolute;
  top: -0.5px;
}

section.challenge .col-statistics .item .up .up-wrap:before {
  border-width: 52px 100px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  left: 0;
}

section.challenge .col-statistics .item .up .up-wrap:after {
  border-width: 0 100px 52px 0;
  border-color: transparent #FFFFFF transparent transparent;
  right: 0;
}

section.challenge .col-statistics .item .up:after {
  content: "";
  width: 33px;
  height: 10px;
  border-style: solid;
  border-width: 10px 16.5px 0 16.5px;
  border-color: #21A199 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
}

section.challenge .col-statistics .item .figure {
  position: relative;
  background-color: #5A61A6;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  height: 92px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .col-statistics .item .figure {
    font-size: 46px;
  }
}

section.challenge .col-statistics .item .figure > span {
  position: relative;
  top: 20px;
}

section.challenge .col-statistics .item .figure .number {
  display: inline-block;
  width: 51px;
}

section.challenge .col-statistics .item .figure:before, section.challenge .col-statistics .item .figure:after {
  content: "";
  width: 100px;
  height: 52px;
  border-style: solid;
  position: absolute;
  bottom: -0.5px;
}

section.challenge .col-statistics .item .figure:before {
  border-width: 52px 0 0 100px;
  border-color: transparent transparent transparent #FFFFFF;
  left: 0;
}

section.challenge .col-statistics .item .figure:after {
  border-width: 0 0 52px 100px;
  border-color: transparent transparent #FFFFFF transparent;
  right: 0;
}

section.challenge .row:first-child {
  margin-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  section.challenge .row:first-child {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  section.challenge .row:first-child .col-desc {
    padding-right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child .col-desc {
    padding-right: 0;
  }
}

section.challenge .row:first-child .col-desc:before {
  right: 40px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child .col-desc:before {
    right: 10px;
  }
}

section.challenge .row:first-child .item {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child .item:nth-child(1) {
    right: -60px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child .item:nth-child(2) {
    margin-top: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:first-child .item:nth-child(3) {
    left: -60px;
  }
}

section.challenge .row:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  section.challenge .row:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  section.challenge .row:nth-child(2) .col-desc {
    padding-left: 77px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:nth-child(2) .col-desc {
    padding-left: 0;
  }
}

section.challenge .row:nth-child(2) .col-desc:before {
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:nth-child(2) .col-desc:before {
    left: 10px;
  }
}

section.challenge .row:nth-child(2) .item {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:nth-child(2) .item:nth-child(1) {
    right: -60px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:nth-child(2) .item:nth-child(2) {
    margin-top: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  section.challenge .row:nth-child(2) .item:nth-child(3) {
    left: -60px;
  }
}

section.scheme h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #3D66DD;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  section.scheme h3 {
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
    margin-bottom: 10px;
  }
}

section.scheme h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  section.scheme h2 {
    font-size: 22px;
    line-height: 1.18;
    text-align: center;
    margin-bottom: 24px;
  }
}

section.scheme .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.scheme .txt-wrap {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  section.scheme .txt-wrap {
    margin-bottom: 0;
  }
}

section.scheme .txt-wrap p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.67;
}

@media (max-width: 767px) {
  section.scheme .txt-wrap p {
    font-size: 16px;
    line-height: 1.37;
  }
}

@media (max-width: 991px) {
  section.scheme .txt-wrap p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  section.scheme .txt-wrap p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.scheme .chart {
    width: calc(100% + 24px);
    margin-right: -24px;
  }
}

@media (max-width: 991px) {
  section.scheme .chart .chart-wrap {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  section.scheme .chart .chart-wrap {
    width: 100%;
    overflow: auto;
    /* Track */
    /* Handle */
  }
  section.scheme .chart .chart-wrap::-webkit-scrollbar {
    height: 10px;
  }
  section.scheme .chart .chart-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  section.scheme .chart .chart-wrap::-webkit-scrollbar-thumb {
    background: #CFCFCF;
    border-radius: 10px;
  }
}

section.scheme .chart img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  section.scheme .chart img {
    width: 700px;
    max-width: none;
  }
}

section.suggest {
  padding-top: 32px;
}

@media (max-width: 991px) {
  section.suggest {
    padding-top: 72px;
  }
}

section.suggest h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  section.suggest h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 10px;
  }
}

section.suggest p {
  font-size: 18px;
  line-height: 1.67;
}

@media (max-width: 991px) {
  section.suggest p {
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    margin-bottom: 32px;
  }
}

section.suggest .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  section.suggest .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.suggest .item {
  width: calc((100% - 48px)/3);
}

@media (min-width: 576px) and (max-width: 991px) {
  section.suggest .item {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 575px) {
  section.suggest .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  section.suggest .item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  section.suggest .item:not(:last-child) {
    margin-bottom: 60px;
  }
}

section.suggest .item .thumbnail {
  margin-bottom: 16px;
  position: relative;
  height: auto;
}

@media (max-width: 991px) {
  section.suggest .item .thumbnail {
    margin-bottom: 20px;
  }
}

section.suggest .item .thumbnail:before {
  content: "";
  display: block;
}

@media screen and (max-width: 991px) {
  section.suggest .item .thumbnail:before {
    padding-top: 74.62687%;
  }
}

@media screen and (min-width: 992px) {
  section.suggest .item .thumbnail:before {
    padding-top: 69.8324%;
  }
}

section.suggest .item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.suggest .item .subhead {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  section.suggest .item .subhead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  section.suggest .item .desc {
    font-size: 16px;
    font-size: 1.375;
  }
}

section.suggest .txt-wrap > *:last-child {
  margin-bottom: 0;
}

section.scheme .wrap, section.suggest .wrap {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 991px) {
  section.scheme .wrap, section.suggest .wrap {
    padding: 40px 24px;
  }
}

@media (max-width: 991px) {
  section.challenge .wrap, section.suggest .wrap {
    background-color: transparent;
    padding: 0;
  }
}

section.comment {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  section.comment {
    padding-bottom: 211px;
  }
}

@media (max-width: 991px) {
  section.comment:before {
    content: "";
    background-color: #3D66DD;
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: 140px;
    right: 20px;
  }
}

section.comment .heading {
  position: relative;
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  section.comment .heading {
    padding-bottom: 19px;
  }
}

section.comment .heading:after {
  content: "";
  position: absolute;
  background-color: #3D66DD;
  height: 1px;
  width: 100vw;
  left: 0;
  bottom: 0;
}

section.comment .heading .section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  section.comment .heading .section-title {
    font-size: 22px;
  }
}

section.comment .slider {
  position: relative;
}

section.comment .swiper {
  overflow: visible;
}

section.comment .swiper-button-next, section.comment .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3D66DD;
  top: -60px;
  background-color: #3D66DD;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  section.comment .swiper-button-next, section.comment .swiper-button-prev {
    width: 32px;
    height: 32px;
    bottom: -86px;
    top: auto;
  }
}

section.comment .swiper-button-next.swiper-button-disabled, section.comment .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #F5F7FF;
}

section.comment .swiper-button-next.swiper-button-disabled:after, section.comment .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("../img/announcement/arrow-right-b.svg");
}

section.comment .swiper-button-next:before, section.comment .swiper-button-prev:before {
  content: "";
  width: 1px;
  height: 42px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  background-color: #3D66DD;
}

@media (max-width: 991px) {
  section.comment .swiper-button-next:before, section.comment .swiper-button-prev:before {
    display: none;
  }
}

section.comment .swiper-button-next:after, section.comment .swiper-button-prev:after {
  content: "";
  background-image: url("../img/announcement/arrow-right-w.svg");
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

section.comment .swiper-button-prev {
  left: auto;
  right: 55px;
}

section.comment .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

section.comment .swiper-button-next {
  right: 0;
}

section.comment .swiper-slide {
  width: auto;
}

section.comment .slide {
  color: #FFFFFF;
  padding-top: 40px;
}

@media (max-width: 991px) {
  section.comment .slide {
    padding-top: 26px;
  }
}

section.comment .slide .wrap {
  padding: 40px;
  width: 400px;
  height: 400px;
  -webkit-box-shadow: 1.273px 3.818px 31.818px 0px rgba(61, 102, 221, 0.03);
          box-shadow: 1.273px 3.818px 31.818px 0px rgba(61, 102, 221, 0.03);
}

@media (max-width: 991px) {
  section.comment .slide .wrap {
    padding: 30px;
    width: 290px;
    height: 290px;
  }
}

section.comment .slide .wrap:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

section.comment .slide .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  section.comment .slide .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 17px;
  }
}

section.comment .slide .quote {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 991px) {
  section.comment .slide .quote {
    font-size: 16px;
    line-height: 1.375;
  }
}

section.comment .slide .quote:before, section.comment .slide .quote:after {
  font-family: Oscine;
  display: block;
  position: absolute;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  section.comment .slide .quote:before, section.comment .slide .quote:after {
    font-size: 70px;
  }
}

section.comment .slide .quote:before {
  content: "“";
  left: -40px;
  top: -45px;
}

@media (max-width: 991px) {
  section.comment .slide .quote:before {
    left: -30px;
    top: -35px;
  }
}

section.comment .slide .quote:after {
  content: "”";
  right: -45px;
  bottom: -70px;
}

@media (max-width: 991px) {
  section.comment .slide .quote:after {
    right: -35px;
    bottom: -50px;
  }
}

section.comment .slide .source {
  text-align: right;
  margin-top: 32px;
}

section.comment .slide .source span {
  display: inline-block;
  width: 200px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding: 5px 20px;
  border-radius: 200px;
}

@media (max-width: 991px) {
  section.comment .slide .source span {
    font-size: 12px;
    line-height: normal;
    padding: 4px 15px;
    width: 145px;
  }
}

section.comment .swiper-slide:nth-child(4n+1) .slide .wrap {
  background-color: #5A61A6;
  border-radius: 50%;
}

section.comment .swiper-slide:nth-child(4n+1) .slide .wrap:after {
  background-image: url("../img/announcement/quote-purple.svg");
  width: 88px;
  height: 93px;
  bottom: -40px;
  left: 85px;
}

@media (max-width: 991px) {
  section.comment .swiper-slide:nth-child(4n+1) .slide .wrap:after {
    width: 63px;
    height: 66px;
  }
}

section.comment .swiper-slide:nth-child(4n+1) .slide .source span {
  background: rgba(149, 154, 198, 0.5);
}

section.comment .swiper-slide:nth-child(4n+2) .slide {
  color: #303030;
}

section.comment .swiper-slide:nth-child(4n+2) .slide .wrap {
  background-color: #DDDB3E;
  border-radius: 20px;
}

section.comment .swiper-slide:nth-child(4n+2) .slide .wrap:after {
  background-image: url("../img/announcement/quote-yellow.svg");
  width: 67px;
  height: 64px;
  bottom: -40px;
  left: 73px;
}

section.comment .swiper-slide:nth-child(4n+2) .slide .title {
  color: #1972B5;
}

section.comment .swiper-slide:nth-child(4n+2) .slide .quote:before, section.comment .swiper-slide:nth-child(4n+2) .slide .quote:after {
  color: #1972B5;
}

section.comment .swiper-slide:nth-child(4n+2) .slide .source span {
  background: rgba(233, 232, 132, 0.5);
}

section.comment .swiper-slide:nth-child(4n+3) .slide .wrap {
  background-color: #084A97;
  border-radius: 50%;
}

section.comment .swiper-slide:nth-child(4n+3) .slide .wrap:after {
  background-image: url("../img/announcement/quote-blue.svg");
  width: 88px;
  height: 93px;
  bottom: -40px;
  left: 85px;
}

section.comment .swiper-slide:nth-child(4n+3) .slide .title {
  color: #5AA2D6;
}

section.comment .swiper-slide:nth-child(4n+3) .slide .quote:before, section.comment .swiper-slide:nth-child(4n+3) .slide .quote:after {
  color: #5AA2D6;
}

section.comment .swiper-slide:nth-child(4n+3) .slide .source span {
  background: rgba(97, 139, 189, 0.5);
}

section.comment .swiper-slide:nth-child(4n) .slide .wrap {
  background-color: #21A199;
  border-radius: 20px;
}

section.comment .swiper-slide:nth-child(4n) .slide .wrap:after {
  background-image: url("../img/announcement/quote-green.svg");
  width: 67px;
  height: 64px;
  bottom: -40px;
  left: 73px;
}

section.comment .swiper-slide:nth-child(4n) .slide .quote:before, section.comment .swiper-slide:nth-child(4n) .slide .quote:after {
  color: #eeefc5;
}

section.comment .swiper-slide:nth-child(4n) .slide .source span {
  background: rgba(181, 221, 224, 0.5);
}

section.support {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  section.support {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.support .intro {
  border-bottom: 1px solid #3D66DD;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  section.support .intro {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}

section.support .intro h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  section.support .intro h2 {
    font-size: 22px;
    line-height: 1.18;
    text-align: center;
    margin-bottom: 10px;
  }
}

section.support .intro p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.67;
}

@media (max-width: 991px) {
  section.support .intro p {
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
  }
}

section.support .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  section.support .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.support .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  width: calc((100% - 48px) / 3);
  background-color: #F5F7FF;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 991px) {
  section.support .row .item {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 575px) {
  section.support .row .item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  section.support .row .item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  section.support .row .item:not(:last-child) {
    margin-bottom: 32px;
  }
}

section.support .row .item .thumbnail {
  position: relative;
  height: auto;
}

section.support .row .item .thumbnail:before {
  content: "";
  display: block;
}

@media screen and (max-width: 991px) {
  section.support .row .item .thumbnail:before {
    padding-top: 49.55224%;
  }
}

@media screen and (min-width: 992px) {
  section.support .row .item .thumbnail:before {
    padding-top: 43.22917%;
  }
}

section.support .row .item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.support .row .item .desc-wrap {
  padding: 16px 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  section.support .row .item .desc-wrap {
    padding: 16px 30px 24px 30px;
  }
}

section.support .row .item .desc-wrap .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  section.support .row .item .desc-wrap .title {
    font-size: 20px;
  }
}

section.support .row .item .desc-wrap ul {
  font-size: 18px;
  line-height: 1.33;
  list-style-type: disc;
  padding-left: 24px;
}

@media (max-width: 991px) {
  section.support .row .item .desc-wrap ul {
    font-size: 16px;
    line-height: 1.375;
    padding-left: 16px;
  }
}

section.support .row .item .desc-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}

section.support .row .item .desc-wrap .btn-container {
  margin-top: 30px;
}

section.support .row .item .desc-wrap .btn-container a {
  border-radius: 30px;
  background-color: #3D66DD;
  padding: 13px 20px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
  display: block;
}

@media (max-width: 991px) {
  section.support .row .item .desc-wrap .btn-container a {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.iam-smart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/dummy/bee-epass/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 249px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

section.iam-smart .btn {
  background-color: #FFFFFF;
  min-width: 125px;
}

section.iam-smart .btn:hover {
  background-color: #3D66DD;
}
/*# sourceMappingURL=announcement.css.map */