*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0 0 926px; /* bottom = footer height */
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.container-big {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

image {
  vertical-align: middle;
  object-fit: cover;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* HEADER START */

.header {
  position: relative;
  z-index: 99999999;
}

.nav {
  padding: 100px 0;
}

.nav-link {
  color: #4456f4;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
}
/* HEADER END */

/* MAIN END */
/* Intro section start */
.intro-container-big {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.intro-inner {
  position: relative;
  padding: 360px 0 200px;
}

.intro-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 630px;
  height: 764px;
  background-image: url("./../images/circle-1.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.intro-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 505px;
  height: 634px;
  background-image: url("./../images/circle-2.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.intro-wrapper-img {
  width: 724px;
  height: 131px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 228px;
}

.intro-wrapper-contentBox {
  position: relative;
  max-width: 530px;
  width: 100%;
  margin-bottom: 111px;
  margin-left: auto;
}
.intro-wrapper-contentBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 106px;
  left: 46px;
  background-image: url("./../images/hero-decor.png");
  background-repeat: no-repeat;
  width: 376px;
  height: 30.24px;
}

.intro-wrapper-contentBox-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #000000;
}

.intro-wrapper-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
/* Intro section end */

/* Chance section start */
.chance {
  margin-top: 926px;
}

.chance-container-big {
  background-image: url("./../images/money-hand.png");
  background-repeat: no-repeat;
  background-position: right 10px;
  padding-bottom: 200px;
  background-size: auto;
}

.chance-wrapper-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 120px;
}

.chance-wrapper-title-span {
  color: #4456f4;
  white-space: nowrap;
}

.chance-wrapper-list {
  max-width: 660px;
  width: 100%;
  margin-left: 52px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.chance-wrapper-item {
  position: relative;
  padding-left: 66px;
}

.chance-wrapper-item:first-child {
  width: 95%;
}

.chance-wrapper-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-image: url("./../images/checked-icon.svg");
}

.chance-wrapper-item-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 49px;
  color: #000;
}

.chance-wrapper-item-text-span {
  font-weight: 600;
  white-space: nowrap;
}
/* Chance section end */

/* Offer section start */
.offer-wrapper {
  margin-bottom: 200px;
}

.offer-wrapper-titleBox {
  max-width: 734px;
  width: 100%;
  margin-bottom: 120px;
}

.offer-wrapper-titleBox-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
}

.offer-wrapper-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.offer-wrapper-item {
  max-width: 345.3px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.offer-wrapper-item-imgBox {
  position: relative;
  width: 197px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 68px;
}

.offer-wrapper-item-imgBox::after {
  position: absolute;
  top: 0;
  right: 15.58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  background-color: #4456f4;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  z-index: 999999;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
}
.offer-wrapper-item:nth-child(1) .offer-wrapper-item-imgBox::after {
  content: "1";
}
.offer-wrapper-item:nth-child(2) .offer-wrapper-item-imgBox::after {
  content: "2";
}
.offer-wrapper-item:nth-child(3) .offer-wrapper-item-imgBox::after {
  content: "3";
}

.offer-wrapper-item-imgBox-img {
  width: 197px;
  height: 197px;
  border-radius: 50%;
}

.offer-wrapper-item-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 33.8px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* Offer section end */

/* Induction section start */
.induction-wrapper {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.induction-wrapper-content {
  max-width: 683px;
  width: 100%;
}

.induction-wrapper-content-title {
  margin-bottom: 80px;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
  color: #000;
}

.induction-wrapper-content p {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}

.induction-wrapper-content-textOne {
  margin-bottom: 25px;
}

.induction-wrapper-content-textOne-span {
  font-weight: 600;
}

.induction-wrapper-content-textTwo {
  font-weight: 600 !important;
  margin-bottom: 25px;
}

.induction-wrapper-content-textThree {
  margin-bottom: 25px;
}

.induction-wrapper-img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-top: 130px;
}
/* Induction section end */

/* Format section start */
.format-container-big {
  padding: 100px 0;
  background-image: url("./../images/format-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.format-wrapper-title {
  margin-bottom: 120px;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
  color: #000;
}

.format-wrapper-title-span {
  color: #4456f4;
}

.format-wrapper-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.format-wrapper-item {
  max-width: 560px;
  width: 100%;
  padding: 0 40px 40px 40px;
  box-shadow: 0px 42.5029411315918px 71.48221588134766px 30px #d6d6d640;
  border-radius: 30px;
  background-color: #fff;
}

.format-wrapper-item-span {
  color: #4456f4;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 78px;
  display: block;
}

.format-wrapper-item-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4456f4;
  margin-bottom: 28px;
}

.format-wrapper-item p {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}

.format-wrapper-item-descOne {
  margin-bottom: 35px;
}

.format-wrapper-item-descOne-span {
  font-weight: 600;
}

.format-wrapper-item-descTwo-span {
  font-weight: 600;
}
/* Format section end */

/* Statistics section start */
.statistics {
  margin-bottom: 100px;
}
.statistics-container-big {
  padding: 100px 0;
  background-color: #4456f4;
}

.statistics-wrapper-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 59px;
  text-align: center;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 132px;
}

.statistics-wrapper-list {
  display: flex;
  width: 100%;
  border-top: 1px solid #fff;
}

.statistics-wrapper-item {
  padding-top: 45px;
  padding-right: 90px;
}

.statistics-wrapper-item:last-child {
  border-left: 1px solid #fff;
  padding-left: 148px;
}

.statistics-wrapper-item-subtitle {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 180px;
  color: #fff;
  margin-bottom: 12px;
}

.statistics-wrapper-item-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}
/* Statistics section end */

/* Status section start */
.status-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 180px;
}

.status-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.status-item-keys {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2741ea;
  padding: 10px 26px;
  background: #2741ea1a;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 32px;
}

.status-content {
  max-width: 1065px;
  width: 100%;
}

.status-content-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 59px;
  color: #000;
  margin-bottom: 76px;
  letter-spacing: -2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.status-content-title-span {
  color: #2741ea;
}

.status-content-imgBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}

.status-content-list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.status-content-item {
  max-width: 323px;
  width: 100%;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-content-item:nth-child(2) {
  max-width: 320px;
}

.status-content-item-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 28.8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #302f2f;
}

.status-content-item-number {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 65px;
  color: #1ac160;
}

.status-text {
  width: 43px;
  transform: rotate(-90deg);
  display: flex;
  font-family: "TT Hoves Pro Trial", sans-serif;
  align-items: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #2741ea;
  margin-top: 256px;
  white-space: nowrap;
}

.status-item:nth-child(4) .status-text {
  margin-top: 330px;
}

.status-text-img {
  margin-left: 8px;
  width: 24px;
  height: 24px;
}
/* Status section end */

/* Work section start */
.work-wrapper-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
  margin-bottom: 80px;
  letter-spacing: -2px;
}

.work-wrapper-list {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-wrapper-item {
  max-width: 328px;
  width: 100%;
}

.work-wrapper-item-imgBox {
  height: 176px;
  margin-bottom: 60px;
}

.work-wrapper-item-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.work-wrapper-box {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 42.5029411315918px 71.48221588134766px 30px #d6d6d640;
  border-radius: 19px;
  padding: 32px 68px 32px 48px;
  margin-bottom: 200px;
}

.work-wrapper-box-content {
  max-width: 623px;
  width: 100%;
}

.work-wrapper-box-content-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

.work-wrapper-box-content-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #000;
}

.work-wrapper-box-list {
  width: 305px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 0px;
}

.work-wrapper-box-item {
  position: relative;
  display: flex;
  align-items: center;
}

.work-wrapper-box-item-link {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 70px;
}

.work-wrapper-box-item:first-child .work-wrapper-box-item-link {
  color: #1ac160;
}

.work-wrapper-box-item:first-child::before,
.work-wrapper-box-item:last-child::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.work-wrapper-box-item:first-child::before {
  background-image: url("./../images/whatsapp-icon.png");
  background-color: #1ac160;
}

.work-wrapper-box-item:last-child::before {
  background-image: url("./../images/telegram-icon.png");
  background-color: #5ab2f2;
}

.work-wrapper-box-item:last-child .work-wrapper-box-item-link {
  color: #5ab2f2;
}
/* Work section end */

/* Partners section start */
.partners-wrapper-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 68px;
  letter-spacing: -2px;
  margin-bottom: 100px;
}

.partners-wrapper-list {
  display: flex;
  padding-bottom: 200px;
}

.partners-wrapper-item {
  max-width: 294px;
  width: 100%;
  border-right: 1px solid #e7e4e4;
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.partners-wrapper-item-firstBox,
.partners-wrapper-item-secondBox,
.partners-wrapper-item-thirdBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
  height: 155px;
  margin-bottom: 92.5px;
}

.partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
  height: 139px;
  margin-bottom: 108.6px;
}

.partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
  height: 154px;
  margin-bottom: 95.3px;
}

.partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
  height: 142px;
  margin-bottom: 107px;
}

.partners-wrapper-item-firstBox-text {
  width: 90%;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000;
}

.partners-wrapper-item-secondBox {
  margin-bottom: 92px;
}

.partners-wrapper-item-secondBox-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
}

.partners-wrapper-item-secondBox-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #151515;
}

.partners-wrapper-item-thirdBox {
  padding: 0 12px;
}

.partners-wrapper-item-thirdBox-desc {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

.partners-wrapper-item-thirdBox-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 49px;
  color: #1ac160;
  white-space: nowrap;
}
/* Partners section end */
/* MAIN END */

/* FOOTER START */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 926px;
  width: 100%;
}

.footer-container-big {
  background-image: url("./../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: right 45px;
  background-size: contain;
  height: 100%;
}

.footer-title {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 120px;
}

.footer-wrapper {
  max-width: 860px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-wrapper-socialList {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 68px;
  width: 100%;
}

.footer-wrapper-socialItem-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #9a9797;
  margin-bottom: 16px;
}

.footer-wrapper-socialItem-link {
  display: inline-block;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #4456f4;
}

.footer-wrapper-connectList {
  width: 526px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.footer-wrapper-connectItem:first-child .footer-wrapper-connectItem-link {
  color: #000;
}

.footer-wrapper-connectItem-text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #9a9797;
  margin-bottom: 16px;
}

.footer-wrapper-connectItem-link {
  display: inline-block;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #4456f4;
  text-transform: uppercase;
  letter-spacing: -2px;
}
/* FOOTER END */

/* MEDIA */
/* Header */
@media only screen and (max-width: 992px) {
  .nav {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .nav {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 375px) {
  .nav {
    padding: 28px 0;
  }
}

/* Intro section */
@media only screen and (max-width: 1200px) {
  .intro-inner {
    padding: 330px 0 190px;
  }

  .intro-inner::before {
    width: 530px;
    height: 664px;
  }

  .intro-inner::after {
    width: 400px;
    height: 614px;
  }

  .intro-wrapper-img {
    width: 694px;
    height: 110px;
    margin-bottom: 200px;
  }

  .intro-wrapper-contentBox {
    max-width: 490px;
  }

  .intro-wrapper-contentBox::after {
    top: 78px;
    left: 42px;
    width: 350px;
    height: 28px;
  }

  .intro-wrapper-contentBox-title {
    font-size: 36px;
    line-height: 40px;
  }

  .intro-wrapper-text {
    font-size: 17px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 992px) {
  .intro-inner {
    padding: 300px 0 180px;
  }

  .intro-inner::before {
    width: 470px;
    height: 614px;
    background-size: contain;
  }

  .intro-inner::after {
    width: 350px;
    height: 564px;
    background-size: contain;
  }

  .intro-wrapper-img {
    width: 644px;
    height: 100px;
    margin-bottom: 140px;
  }

  .intro-wrapper-contentBox {
    max-width: 450px;
    margin-bottom: 147px;
  }
  .intro-wrapper-contentBox::after {
    top: 68px;
    left: 32px;
    width: 310px;
    height: 23px;
    background-size: contain;
  }

  .intro-wrapper-contentBox-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-inner {
    padding: 260px 0 150px;
  }

  .intro-inner::before {
    width: 370px;
    height: 390px;
  }

  .intro-inner::after {
    left: -10%;
    width: 390px;
    height: 414px;
  }

  .intro-wrapper-img {
    width: 554px;
    height: 85px;
    margin-bottom: 100px;
  }

  .intro-wrapper-contentBox {
    max-width: 420px;
    margin: 0;
    margin-bottom: 130px;
  }
  .intro-wrapper-contentBox::after {
    left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .intro-inner {
    padding: 220px 0 130px;
  }

  .intro-inner::before {
    width: 310px;
    height: 330px;
  }

  .intro-inner::after {
    left: -11%;
    width: 310px;
    height: 320px;
  }

  .intro-wrapper-img {
    width: 464px;
    height: 75px;
    margin-bottom: 70px;
  }

  .intro-wrapper-contentBox {
    max-width: 350px;
  }
  .intro-wrapper-contentBox::after {
    left: 25px;
    width: 250px;
    height: 21px;
  }
}

@media only screen and (max-width: 530px) {
  .intro-inner {
    padding: 210px 0 124px;
  }

  .intro-inner::before {
    width: 270px;
    height: 285px;
  }

  .intro-inner::after {
    left: -12%;
    width: 250px;
    height: 270px;
  }

  .intro-wrapper-img {
    width: 390px;
    height: 65px;
    margin-bottom: 55px;
  }

  .intro-wrapper-contentBox {
    max-width: 340px;
    margin-bottom: 147px;
  }
  .intro-wrapper-contentBox::after {
    left: 26px;
    height: 18px;
  }
}

@media only screen and (max-width: 415px) {
  .intro-inner {
    padding: 195px 0 115px;
    overflow: hidden;
  }

  .intro-inner::before {
    top: -85px;
    left: 50%;
  }

  .intro-inner::after {
    width: 215px;
    height: 230px;
  }

  .intro-wrapper-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .intro-wrapper-contentBox {
    max-width: 270px;
  }
  .intro-wrapper-contentBox::after {
    top: 50px;
    height: 16px;
  }

  .intro-wrapper-contentBox-title {
    font-size: 22px;
    line-height: 24px;
  }

  .intro-wrapper-text {
    width: 190px;
    font-size: 13px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .intro-inner {
    padding: 180px 0 100px;
  }

  .intro-inner::after {
    width: 203px;
    height: 220px;
  }

  .intro-wrapper-img {
    margin-bottom: 44px;
  }
}

/* Chance section */
@media only screen and (max-width: 1800px) {
  .chance-container-big {
    background-position: right 20px;
    background-size: 40%;
  }
}

@media only screen and (max-width: 1650px) {
  .chance-container-big {
    background-position: right 80px;
  }
}

@media only screen and (max-width: 1500px) {
  .chance-container-big {
    background-position: right 100px;
    background-size: 42%;
  }
}

@media only screen and (max-width: 1250px) {
  .chance-container-big {
    background-position: right 40px;
    padding-bottom: 180px;
    background-size: 44%;
  }

  .chance-wrapper-title {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 105px;
  }

  .chance-wrapper-list {
    max-width: 620px;
    margin-left: 45px;
    gap: 54px;
  }

  .chance-wrapper-item-text {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .chance {
    margin-top: 816px;
  }
}

@media only screen and (max-width: 1100px) {
  .chance-container-big {
    background-position: right 90px;
    padding-bottom: 150px;
  }

  .chance-wrapper-list {
    max-width: 550px;
  }
}

@media only screen and (max-width: 992px) {
  .chance {
    margin-top: 726px;
  }

  .chance-container-big {
    background-position: right 110px;
    padding-bottom: 130px;
  }

  .chance-wrapper-title {
    margin-bottom: 85px;
  }

  .chance-wrapper-list {
    max-width: 540px;
    gap: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .chance-container-big {
    background-position: right 50px;
    padding-bottom: 115px;
    background-size: 45%;
  }

  .chance-wrapper-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 65px;
  }

  .chance-wrapper-list {
    max-width: 400px;
    margin-left: 30px;
    gap: 38px;
  }

  .chance-wrapper-item {
    padding-left: 64px;
  }

  .chance-wrapper-item-text {
    font-size: 24px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .chance {
    margin-top: 646px;
  }

  .chance-container-big {
    background-position: right 80px;
    padding-bottom: 105px;
  }

  .chance-wrapper-title {
    margin-bottom: 62px;
  }

  .chance-wrapper-list {
    max-width: 380px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .chance {
    margin-top: 556px;
  }

  .chance-container-big {
    background-position: right 100px;
    padding-bottom: 105px;
    background-size: 44%;
  }

  .chance-wrapper-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 56px;
  }

  .chance-wrapper-list {
    max-width: 340px;
    margin-left: 0px;
    gap: 32px;
  }

  .chance-wrapper-item-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .chance {
    margin-top: 590px;
  }

  .chance-container-big {
    background-position: 115% 110px;
    padding-bottom: 100px;
    background-size: 46%;
  }

  .chance-wrapper-title {
    margin-bottom: 52px;
  }

  .chance-wrapper-list {
    max-width: 300px;
    gap: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .chance {
    margin-top: 570px;
  }

  .chance-container-big {
    background-position: 120% 130px;
    padding-bottom: 95px;
    background-size: 46%;
  }

  .chance-wrapper-list {
    gap: 22px;
  }
}

@media only screen and (max-width: 440px) {
  .chance-container-big {
    background-position: 130% 80px;
    padding-bottom: 90px;
  }

  .chance-wrapper-title {
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 50px;
  }

  .chance-wrapper-list {
    gap: 19px;
  }

  .chance-wrapper-item {
    padding-left: 50px;
  }

  .chance-wrapper-item::before {
    width: 44px;
    height: 44px;
  }
  .chance-wrapper-item-text {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 415px) {
  .chance {
    margin-top: 530px;
  }

  .chance-container-big {
    background-position: 140% 50px;
    padding-bottom: 86px;
    background-size: 55%;
  }

  .chance-wrapper-list {
    gap: 17px;
  }

  .chance-wrapper-item:nth-child(2) {
    width: 80%;
  }
}

@media only screen and (max-width: 375px) {
  .chance {
    margin-top: 510px;
  }

  .chance-container-big {
    background-position: 140% 50px;
    padding-bottom: 80px;
    background-size: 56%;
  }

  .chance-wrapper-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 48px;
  }

  .chance-wrapper-list {
    gap: 16px;
  }

  .chance-wrapper-item:nth-child(2) {
    width: 80%;
  }

  .chance-wrapper-item-text {
    line-height: 20px;
  }
}

/* Offer section */
@media only screen and (max-width: 1100px) {
  .offer-wrapper {
    margin-bottom: 180px;
  }

  .offer-wrapper-titleBox {
    margin-bottom: 100px;
  }

  .offer-wrapper-item {
    max-width: 315px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 60px;
    width: 187px;
    height: 187px;
  }

  .offer-wrapper-item-imgBox::after {
    left: 72%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 25px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 187px;
    height: 187px;
    border-radius: 50%;
  }

  .offer-wrapper-item-desc {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 950px) {
  .offer-wrapper {
    margin-bottom: 155px;
  }

  .offer-wrapper-titleBox {
    margin-bottom: 73px;
  }

  .offer-wrapper-item {
    max-width: 260px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 40px;
    width: 172px;
    height: 172px;
  }

  .offer-wrapper-item-imgBox::after {
    left: 72%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 23px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 172px;
    height: 172px;
  }
}

@media only screen and (max-width: 768px) {
  .offer-wrapper {
    margin-bottom: 140px;
  }

  .offer-wrapper-titleBox {
    max-width: 500px;
    margin-bottom: 62px;
  }

  .offer-wrapper-titleBox-title {
    font-size: 42px;
    line-height: 48px;
  }

  .offer-wrapper-item {
    max-width: 210px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 35px;
    width: 152px;
    height: 152px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 152px;
    height: 152px;
  }

  .offer-wrapper-item-desc {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 660px) {
  .offer-wrapper {
    margin-bottom: 125px;
  }

  .offer-wrapper-titleBox {
    max-width: 410px;
    margin-bottom: 55px;
  }
  .offer-wrapper-titleBox-title {
    font-size: 34px;
    line-height: 48px;
  }

  .offer-wrapper-list {
    margin: 0 auto;
    width: 90%;
    row-gap: 40px;
    column-gap: 10px;
    flex-wrap: wrap;
  }

  .offer-wrapper-item {
    max-width: 230px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 40px;
    width: 160px;
    height: 160px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 160px;
    height: 160px;
  }

  .offer-wrapper-item-desc {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 562px) {
  .offer-wrapper {
    margin-bottom: 110px;
  }

  .offer-wrapper-list {
    width: 100%;
  }

  .offer-wrapper-item {
    max-width: 230px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 145px;
    height: 145px;
  }

  .offer-wrapper-item-desc {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 510px) {
  .offer-wrapper {
    margin-bottom: 100px;
  }

  .offer-wrapper-titleBox {
    max-width: 310px;
    margin-bottom: 50px;
  }

  .offer-wrapper-titleBox-title {
    font-size: 26px;
    line-height: 32px;
  }

  .offer-wrapper-item {
    max-width: 205px;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 30px;
    width: 125px;
    height: 125px;
  }

  .offer-wrapper-item-imgBox::after {
    width: 33px;
    height: 33px;
    border: 4px solid #fff;
    font-size: 16px;
    line-height: 23px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 125px;
    height: 125px;
  }

  .offer-wrapper-item-desc {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 460px) {
  .offer-wrapper {
    margin-bottom: 90px;
  }

  .offer-wrapper-titleBox {
    max-width: 300px;
    margin-bottom: 45px;
  }

  .offer-wrapper-titleBox-title {
    font-size: 25px;
    line-height: 31px;
  }

  .offer-wrapper-list {
    justify-content: center;
    row-gap: 60px;
  }

  .offer-wrapper-item {
    max-width: 90%;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 40px;
    width: 155px;
    height: 155px;
  }

  .offer-wrapper-item-imgBox::after {
    width: 38px;
    height: 38px;
    border: 5px solid #fff;
    font-size: 18px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 155px;
    height: 155px;
  }

  .offer-wrapper-item-desc {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .offer-wrapper {
    margin-bottom: 80px;
  }

  .offer-wrapper-titleBox {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .offer-wrapper-titleBox-title {
    font-size: 22px;
    line-height: 24px;
  }

  .offer-wrapper-list {
    row-gap: 57px;
  }

  .offer-wrapper-item {
    max-width: 90%;
  }

  .offer-wrapper-item-imgBox {
    margin-bottom: 40px;
    width: 121px;
    height: 121px;
  }

  .offer-wrapper-item-imgBox::after {
    width: 29px;
    height: 29px;
    border: 3px solid #fff;
    font-size: 14px;
    line-height: 15px;
  }

  .offer-wrapper-item-imgBox-img {
    width: 121px;
    height: 121px;
  }

  .offer-wrapper-item-desc {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Induction section */
@media only screen and (max-width: 1200px) {
  .induction-wrapper-content {
    max-width: 653px;
  }

  .induction-wrapper-img {
    width: 385px;
    height: 385px;
  }
}

@media only screen and (max-width: 1100px) {
  .induction-wrapper-content {
    max-width: 600px;
  }

  .induction-wrapper-content-title {
    margin-bottom: 74px;
    font-size: 54px;
    line-height: 60px;
  }

  .induction-wrapper-content p {
    font-size: 22px;
    line-height: 28px;
  }

  .induction-wrapper-img {
    width: 370px;
    height: 370px;
  }
}

@media only screen and (max-width: 992px) {
  .induction-wrapper {
    margin-bottom: 95px;
  }

  .induction-wrapper-content {
    max-width: 540px;
  }

  .induction-wrapper-content-title {
    margin-bottom: 65px;
  }

  .induction-wrapper-img {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (max-width: 850px) {
  .induction-wrapper-content {
    max-width: 460px;
  }

  .induction-wrapper-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .induction-wrapper-img {
    width: 260px;
    height: 260px;
  }
}

@media only screen and (max-width: 850px) {
  .induction-wrapper {
    gap: 10px;
  }

  .induction-wrapper-content {
    max-width: 460px;
  }

  .induction-wrapper-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .induction-wrapper-img {
    width: 260px;
    height: 260px;
  }
}

@media only screen and (max-width: 700px) {
  .induction-wrapper {
    margin-bottom: 90px;
    gap: 0px;
    flex-wrap: wrap;
  }

  .induction-wrapper-content {
    max-width: 100%;
  }

  .induction-wrapper-content p {
    font-size: 20px;
    line-height: 27px;
  }

  .induction-wrapper-img {
    width: 300px;
    height: 300px;
    order: -1;
    margin: 0 auto 32px;
  }
}

@media only screen and (max-width: 576px) {
  .induction-wrapper {
    margin-bottom: 88px;
  }

  .induction-wrapper-content-title {
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 48px;
  }

  .induction-wrapper-content p {
    font-size: 17px;
    line-height: 24px;
  }

  .induction-wrapper-content-textOne {
    margin-bottom: 18px;
  }

  .induction-wrapper-content-textOne-span {
    font-weight: 600;
  }

  .induction-wrapper-content-textTwo {
    margin-bottom: 18px;
  }

  .induction-wrapper-content-textThree {
    margin-bottom: 18px;
  }

  .induction-wrapper-img {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (max-width: 450px) {
  .induction-wrapper {
    margin-bottom: 85px;
  }

  .induction-wrapper-content-title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 38px;
  }

  .induction-wrapper-content p {
    font-size: 16px;
    line-height: 21px;
  }

  .induction-wrapper-content-textOne {
    margin-bottom: 15px;
  }

  .induction-wrapper-content-textTwo {
    margin-bottom: 15px;
  }

  .induction-wrapper-content-textThree {
    margin-bottom: 15px;
  }

  .induction-wrapper-img {
    width: 252px;
    height: 252px;
  }
}

@media only screen and (max-width: 375px) {
  .induction-wrapper {
    margin-bottom: 80px;
  }

  .induction-wrapper-content-title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .induction-wrapper-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .induction-wrapper-img {
    width: 100%;
    height: 100%;
  }
}

/* Format section */
@media only screen and (max-width: 992px) {
  .format-container-big {
    padding: 85px 0 90px;
  }

  .format-wrapper-title {
    margin-bottom: 100px;
    font-size: 54px;
    line-height: 60px;
  }

  .format-wrapper-list {
    width: 100%;
  }

  .format-wrapper-item {
    max-width: calc((100% / 2) - 10px);
    padding: 0 30px 30px 30px;
  }

  .format-wrapper-item-span {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 60px;
  }

  .format-wrapper-item-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .format-wrapper-item p {
    font-size: 24px;
    line-height: 31px;
  }

  .format-wrapper-item-descOne {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .format-container-big {
    padding: 65px 0 80px;
  }

  .format-wrapper-title {
    margin-bottom: 75px;
    font-size: 40px;
    line-height: 48px;
  }

  .format-wrapper-list {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .format-wrapper-item {
    max-width: 100%;
    padding: 0 35px 35px 35px;
  }

  .format-wrapper-item-span {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    margin-bottom: 35px;
  }

  .format-wrapper-item-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .format-wrapper-item p {
    font-size: 25px;
    line-height: 33px;
  }

  .format-wrapper-item-descOne {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 576px) {
  .format-container-big {
    padding: 50px 0 72px;
  }

  .format-wrapper-title {
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 38px;
  }

  .format-wrapper-item-span {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .format-wrapper-item-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .format-wrapper-item p {
    font-size: 18px;
    line-height: 26px;
  }

  .format-wrapper-item-descOne {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 450px) {
  .format-container-big {
    padding: 45px 0 65px;
  }

  .format-wrapper-title {
    margin-bottom: 45px;
    font-size: 26px;
    line-height: 33px;
  }

  .format-wrapper-item {
    padding: 0 30px 30px 30px;
  }

  .format-wrapper-item-span {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .format-wrapper-item-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .format-wrapper-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .format-wrapper-item-descOne {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .format-container-big {
    padding: 38px 0 60px;
  }

  .format-wrapper-title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .format-wrapper-item {
    padding: 0 20px 20px 20px;
  }

  .format-wrapper-item-span {
    margin-bottom: 12px;
  }

  .format-wrapper-item-descOne {
    margin-bottom: 16px;
  }
  /* Format section end */
}

/* Statistics section */
@media only screen and (max-width: 1050px) {
  .statistics {
    margin-bottom: 90px;
  }
  .statistics-container-big {
    padding: 85px 0;
  }

  .statistics-wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .statistics-wrapper-title {
    font-size: 46px;
    line-height: 53px;
    margin-bottom: 112px;
  }

  .statistics-wrapper-item {
    padding-top: 40px;
    padding-right: 60px;
  }

  .statistics-wrapper-item:last-child {
    padding-left: 100px;
  }

  .statistics-wrapper-item-subtitle {
    font-size: 120px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .statistics {
    margin-bottom: 60px;
  }
  .statistics-container-big {
    padding: 70px 0;
  }

  .statistics-wrapper-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 80px;
  }

  .statistics-wrapper-item {
    padding-top: 35px;
    padding-right: 40px;
  }

  .statistics-wrapper-item:last-child {
    padding-left: 50px;
  }

  .statistics-wrapper-item-subtitle {
    font-size: 80px;
    margin-bottom: 4px;
  }

  .statistics-wrapper-item-desc {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 520px) {
  .statistics {
    margin-bottom: 50px;
  }
  .statistics-container-big {
    padding: 55px 0;
  }

  .statistics-wrapper-title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 55px;
  }

  .statistics-wrapper-item {
    padding-top: 31px;
    padding-right: 33px;
  }

  .statistics-wrapper-item:last-child {
    padding-left: 35px;
  }

  .statistics-wrapper-item-subtitle {
    font-size: 65px;
    margin-bottom: 2px;
  }

  .statistics-wrapper-item-desc {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 440px) {
  .statistics {
    margin-bottom: 46px;
  }
  .statistics-container-big {
    padding: 51px 0;
  }

  .statistics-wrapper-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 48px;
  }

  .statistics-wrapper-item {
    padding-top: 30px;
    padding-right: 30px;
  }

  .statistics-wrapper-item:last-child {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .statistics {
    margin-bottom: 44px;
  }
  .statistics-container-big {
    padding: 48px 0;
  }

  .statistics-wrapper-title {
    margin-bottom: 40px;
  }

  .statistics-wrapper-item:not(.statistics-wrapper-item:nth-child(1)) {
    padding: 28px;
  }
}

/* Status section */
@media only screen and (max-width: 1150px) {
  .status-list {
    gap: 110px;
    margin-bottom: 160px;
  }

  .status-item-keys {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 25px;
    margin-bottom: 28px;
  }

  .status-content {
    max-width: 1000px;
  }

  .status-content-title {
    margin-bottom: 68px;
  }

  .status-content-imgBox {
    width: 100%;
    overflow: hidden;
    gap: 15px;
    margin-bottom: 50px;
  }

  .status-content-imgBox-firstImg:first-child {
    width: 500px;
  }
  .status-content-imgBox-firstImg:last-child {
    width: 480px;
  }

  .status-content-list {
    max-width: 980px;
  }

  .status-content-item {
    max-width: calc((100% / 3) - 128px);
  }

  .status-content-item-desc {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 1080px) {
  .status-list {
    gap: 105px;
    margin-bottom: 155px;
  }

  .status-content {
    max-width: 940px;
  }

  .status-content-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 60px;
  }

  .status-content-imgBox {
    gap: 12px;
    margin-bottom: 48px;
  }

  .status-content-imgBox-firstImg:first-child {
    width: 470px;
  }
  .status-content-imgBox-firstImg:last-child {
    width: 455px;
  }

  .status-content-list {
    max-width: 940px;
  }

  .status-content-item {
    max-width: calc((100% / 3) - 90px);
    height: 145px;
  }

  .status-content-item-desc {
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 28px;
  }

  .status-content-item-number {
    font-size: 44px;
    line-height: 51px;
  }
}

@media only screen and (max-width: 1020px) {
  .status-list {
    gap: 100px;
    margin-bottom: 135px;
  }

  .status-content {
    max-width: 890px;
  }

  .status-content-title {
    margin-bottom: 55px;
  }

  .status-content-imgBox {
    gap: 10px;
    margin-bottom: 45px;
  }

  .status-content-imgBox-firstImg:first-child {
    width: 450px;
  }
  .status-content-imgBox-firstImg:last-child {
    width: 430px;
  }

  .status-content-list {
    max-width: 100%;
  }

  .status-content-item {
    max-width: calc((100% / 3) - 70px);
    height: 145px;
  }

  .status-content-item-desc {
    margin-bottom: 19px;
  }

  .status-text {
    font-size: 30px;
    line-height: 43px;
    margin-top: 220px;
  }

  .status-item:nth-child(4) .status-text {
    margin-top: 275px;
  }
}

@media only screen and (max-width: 970px) {
  .status-list {
    gap: 95px;
    margin-bottom: 125px;
  }

  .status-item {
    position: relative;
  }

  .status-item-keys {
    margin-bottom: 22px;
  }

  .status-item-wrapper {
    gap: 0px;
  }

  .status-content {
    max-width: 100%;
  }

  .status-content-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 48px;
    letter-spacing: 0px;
  }

  .status-content-imgBox {
    margin-bottom: 42px;
  }

  .status-content-imgBox-firstImg:first-child {
    width: 53.5%;
  }
  .status-content-imgBox-firstImg:last-child {
    width: 45%;
  }

  .status-content-item {
    max-width: calc((100% / 3) - 50px);
    height: 145px;
  }

  .status-content-item:nth-child(2) {
    max-width: calc((100% / 3) - 50px);
  }

  .status-content-item-desc {
    margin-bottom: 15px;
  }

  .status-content-item-number {
    font-size: 38px;
    line-height: 45px;
  }

  .status-text {
    position: absolute;
    bottom: 94%;
    right: 0;
    width: auto;
    transform: rotate(0deg);
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 700px) {
  .status-list {
    gap: 90px;
    margin-bottom: 105px;
  }

  .status-item-keys {
    margin-bottom: 20px;
  }

  .status-content-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px;
  }

  .status-content-imgBox {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  .status-content-imgBox-firstImg:first-child {
    width: 100%;
  }
  .status-content-imgBox-firstImg:last-child {
    width: 100%;
  }

  .status-content-item {
    max-width: calc((100% / 3) - 36px);
    height: 115px;
  }

  .status-content-item:nth-child(2) {
    max-width: calc((100% / 3) - 36px);
  }

  .status-content-item-desc {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .status-content-item-number {
    font-size: 34px;
    line-height: 42px;
  }

  .status-text {
    bottom: 96.1%;
  }

  .status-item:nth-child(4) .status-text {
    margin-top: 0px;
  }

  .status-text-img {
    margin-left: 8px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .status-list {
    gap: 88px;
    margin-bottom: 95px;
  }

  .status-item-keys {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 21px;
    margin-bottom: 18px;
  }

  .status-content-title {
    margin-bottom: 35px;
  }

  .status-content-imgBox {
    margin-bottom: 34px;
  }

  .status-content-list {
    max-width: 85%;
    margin: 0 auto;
    row-gap: 24px;
    flex-wrap: wrap;
  }

  .status-content-item {
    max-width: calc((100% / 2) - 30px);
    height: 120px;
  }

  .status-content-item:nth-child(2) {
    max-width: calc((100% / 2) - 30px);
  }

  .status-text {
    bottom: 96.3%;
    font-size: 20px;
    line-height: 28px;
  }

  .status-text-img {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .status-list {
    gap: 80px;
    margin-bottom: 80px;
  }

  .status-item-keys {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 20px;
    margin-bottom: 16px;
  }

  .status-content-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 32px;
  }

  .status-content-imgBox {
    margin-bottom: 32px;
  }

  .status-content-list {
    max-width: 90%;
  }

  .status-content-item {
    max-width: 100%;
    height: 90px;
  }

  .status-content-item:nth-child(2) {
    max-width: 100%;
  }

  .status-content-item-desc {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
  }

  .status-content-item-number {
    font-size: 32px;
    line-height: 38px;
  }

  .status-text {
    bottom: 96.6%;
    font-size: 18px;
    line-height: 22px;
  }

  .status-text-img {
    width: 12px;
    height: 12px;
  }
}

/* Work section */
@media only screen and (max-width: 1100px) {
  .work-wrapper-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 70px;
  }

  .work-wrapper-list {
    margin-bottom: 50px;
  }

  .work-wrapper-item {
    max-width: calc((100% / 3) - 20px);
  }

  .work-wrapper-item-imgBox {
    height: 165px;
    margin-bottom: 50px;
  }

  .work-wrapper-box {
    padding: 25px 25px 40px 25px;
    margin-bottom: 180px;
  }

  .work-wrapper-box-content {
    max-width: 560px;
  }

  .work-wrapper-box-content-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  .work-wrapper-box-content-text {
    font-size: 20px;
    line-height: 26px;
  }

  .work-wrapper-box-list {
    width: 280px;
    gap: 30px;
  }

  .work-wrapper-box-item-link {
    font-size: 40px;
    line-height: 48px;
    padding-left: 60px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 46px;
    height: 46px;
  }
}

@media only screen and (max-width: 900px) {
  .work-wrapper-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 55px;
  }

  .work-wrapper-list {
    margin-bottom: 42px;
  }

  .work-wrapper-item-imgBox {
    height: 145px;
    margin-bottom: 42px;
  }

  .work-wrapper-item-imgBox-img {
    height: 100%;
  }

  .work-wrapper-item-desc {
    font-size: 18px;
  }

  .work-wrapper-box {
    padding: 22px 22px 35px 22px;
    margin-bottom: 150px;
  }

  .work-wrapper-box-content {
    max-width: 460px;
  }

  .work-wrapper-box-content-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .work-wrapper-box-content-text {
    font-size: 18px;
  }

  .work-wrapper-box-list {
    width: 260px;
    gap: 23px;
  }

  .work-wrapper-box-item-link {
    font-size: 36px;
    line-height: 42px;
    padding-left: 55px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 720px) {
  .work-wrapper-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .work-wrapper-list {
    margin-bottom: 36px;
  }

  .work-wrapper-item-imgBox {
    height: 135px;
    margin-bottom: 32px;
  }

  .work-wrapper-item-desc {
    font-size: 15px;
  }

  .work-wrapper-box {
    padding: 20px 20px 30px 20px;
    margin-bottom: 120px;
  }

  .work-wrapper-box-content {
    max-width: 430px;
  }

  .work-wrapper-box-content-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .work-wrapper-box-content-text {
    font-size: 18px;
  }

  .work-wrapper-box-list {
    width: 260px;
    gap: 20px;
  }

  .work-wrapper-box-item-link {
    font-size: 32px;
    line-height: 38px;
    padding-left: 45px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .work-wrapper-title {
    margin-bottom: 45px;
    letter-spacing: 0px;
  }

  .work-wrapper-list {
    row-gap: 28px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }

  .work-wrapper-item {
    max-width: calc((100% / 2) - 25px);
  }

  .work-wrapper-item-imgBox {
    height: 155px;
    margin-bottom: 40px;
  }

  .work-wrapper-item-desc {
    font-size: 18px;
    line-height: 24px;
  }

  .work-wrapper-box {
    justify-content: center;
    row-gap: 36px;
    flex-wrap: wrap;
    padding: 25px 25px 30px 25px;
    margin-bottom: 110px;
  }

  .work-wrapper-box-content {
    max-width: 100%;
  }

  .work-wrapper-box-content-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .work-wrapper-box-content-text {
    font-size: 20px;
  }

  .work-wrapper-box-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }

  .work-wrapper-box-item-link {
    padding-left: 55px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 550px) {
  .work-wrapper-list {
    margin-bottom: 35px;
    justify-content: center;
  }

  .work-wrapper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .work-wrapper-item-imgBox {
    height: 175px;
    margin-bottom: 50px;
  }

  .work-wrapper-item-desc {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .work-wrapper-box {
    margin-bottom: 100px;
  }

  .work-wrapper-box-list {
    flex-direction: column;
    justify-content: center;
  }

  .work-wrapper-box-item {
    margin: 0 auto;
  }

  .work-wrapper-box-item-link {
    font-size: 36px;
    line-height: 38px;
    padding-left: 75px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 375px) {
  .work-wrapper-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .work-wrapper-list {
    row-gap: 28px;
    margin-bottom: 32px;
  }

  .work-wrapper-item {
    max-width: 100%;
  }

  .work-wrapper-item-imgBox {
    height: 165px;
    margin-bottom: 20px;
  }

  .work-wrapper-item-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .work-wrapper-box {
    padding: 20px 20px 28px 20px;
    margin-bottom: 80px;
  }

  .work-wrapper-box-content-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .work-wrapper-box-content-text {
    font-size: 14px;
    line-height: 18px;
  }

  .work-wrapper-box-list {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .work-wrapper-box-item-link {
    font-size: 32px;
    line-height: 35px;
    padding-left: 64px;
  }

  .work-wrapper-box-item:first-child::before,
  .work-wrapper-box-item:last-child::before {
    width: 48px;
    height: 48px;
  }
}

/* Partners section */
@media only screen and (max-width: 1200px) {
  .partners-wrapper-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    margin-bottom: 90px;
  }

  .partners-wrapper-list {
    display: flex;
    padding-bottom: 190px;
  }

  .partners-wrapper-item {
    max-width: calc((100% / 4));
  }

  .partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
    height: 145px;
    margin-bottom: 82.5px;
  }

  .partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
    height: 129px;
    margin-bottom: 98.6px;
  }

  .partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
    height: 144px;
    margin-bottom: 85.3px;
  }

  .partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
    height: 132px;
    margin-bottom: 97px;
  }

  .partners-wrapper-item-firstBox-img {
    width: 90%;
  }

  .partners-wrapper-item-secondBox {
    margin-bottom: 92px;
  }

  .partners-wrapper-item-secondBox-text {
    font-size: 30px;
    line-height: 36px;
  }

  .partners-wrapper-item-thirdBox {
    padding: 0 9px;
  }

  .partners-wrapper-item-thirdBox-text {
    font-size: 34px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .partners-wrapper-list {
    padding-bottom: 180px;
    flex-wrap: wrap;
  }

  .partners-wrapper-item {
    max-width: calc((100% / 2));
    padding: 10px 26px 50px;
  }

  .partners-wrapper-item:nth-child(1),
  .partners-wrapper-item:nth-child(2) {
    border-bottom: 1px solid #e7e4e4;
  }

  .partners-wrapper-item:nth-child(3),
  .partners-wrapper-item:nth-child(4) {
    padding-top: 50px;
  }

  .partners-wrapper-item:nth-child(even) {
    border-right: none;
  }
}

@media only screen and (max-width: 768px) {
  .partners-wrapper-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 75px;
  }

  .partners-wrapper-list {
    padding-bottom: 150px;
  }

  .partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
    height: 125px;
  }

  .partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
    height: 109px;
  }

  .partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
    height: 124px;
  }

  .partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
    height: 112px;
  }

  .partners-wrapper-item-secondBox {
    margin-bottom: 72px;
  }

  .partners-wrapper-item-secondBox-desc {
    margin-bottom: 15px;
  }

  .partners-wrapper-item-thirdBox-desc {
    margin-bottom: 15px;
  }

  .partners-wrapper-item-thirdBox-text {
    font-size: 34px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 550px) {
  .partners-wrapper-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 60px;
  }

  .partners-wrapper-list {
    padding-bottom: 120px;
  }

  .partners-wrapper-item {
    padding: 10px 15px 35px;
  }

  .partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
    height: 120px;
    margin-bottom: 62.5px;
  }

  .partners-wrapper-item-firstBox-img {
    object-fit: contain;
    width: 90%;
  }

  .partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
    height: 104px;
    margin-bottom: 78.6px;
  }

  .partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
    height: 119px;
    margin-bottom: 65.3px;
  }

  .partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
    height: 107px;
    margin-bottom: 77px;
  }

  .partners-wrapper-item-firstBox-text {
    font-size: 18px;
    line-height: 24px;
  }

  .partners-wrapper-item-secondBox {
    margin-bottom: 52px;
  }

  .partners-wrapper-item-secondBox-desc {
    line-height: 20px;
    margin-bottom: 12px;
  }

  .partners-wrapper-item-secondBox-text {
    font-size: 28px;
    line-height: 36px;
  }

  .partners-wrapper-item-thirdBox {
    padding: 0;
  }

  .partners-wrapper-item-thirdBox-desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .partners-wrapper-item-thirdBox-text {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 445px) {
  .partners-wrapper-title {
    margin-bottom: 50px;
  }

  .partners-wrapper-list {
    padding-bottom: 100px;
  }

  .partners-wrapper-item {
    padding: 10px 10px 25px;
  }

  .partners-wrapper-item:nth-child(1),
  .partners-wrapper-item:nth-child(2) {
    padding-bottom: 50px;
  }

  .partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
    height: 100px;
    margin-bottom: 42.5px;
  }

  .partners-wrapper-item-firstBox-img {
    width: 85%;
  }

  .partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
    height: 84px;
    margin-bottom: 58.6px;
  }

  .partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
    height: 99px;
    margin-bottom: 45.3px;
  }

  .partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
    height: 87px;
    margin-bottom: 57px;
  }

  .partners-wrapper-item-firstBox-text {
    font-size: 15px;
    line-height: 20px;
  }

  .partners-wrapper-item-secondBox {
    margin-bottom: 32px;
  }

  .partners-wrapper-item-secondBox-desc {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .partners-wrapper-item-secondBox-text {
    font-size: 24px;
    line-height: 32px;
  }

  .partners-wrapper-item-thirdBox-desc {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .partners-wrapper-item-thirdBox-text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .partners-wrapper-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .partners-wrapper-list {
    padding-bottom: 80px;
  }

  .partners-wrapper-item {
    padding: 10px 8px;
  }

  .partners-wrapper-item:nth-child(1) .partners-wrapper-item-firstBox {
    height: 88px;
    margin-bottom: 33px;
  }

  .partners-wrapper-item-firstBox-img {
    width: 85%;
  }

  .partners-wrapper-item:nth-child(2) .partners-wrapper-item-firstBox {
    height: 73px;
    margin-bottom: 47px;
  }

  .partners-wrapper-item:nth-child(3) .partners-wrapper-item-firstBox {
    height: 91px;
    margin-bottom: 30px;
  }

  .partners-wrapper-item:nth-child(4) .partners-wrapper-item-firstBox {
    height: 79px;
    margin-bottom: 42px;
  }

  .partners-wrapper-item-firstBox-text {
    font-size: 13px;
    line-height: 16px;
  }

  .partners-wrapper-item-secondBox-desc {
    font-size: 13px;
    line-height: 16px;
  }

  .partners-wrapper-item-secondBox-text {
    font-size: 20px;
    line-height: 26px;
  }

  .partners-wrapper-item-thirdBox-desc {
    font-size: 13px;
    line-height: 16px;
  }

  .partners-wrapper-item-thirdBox-text {
    font-size: 22px;
    line-height: 29px;
  }
}

/* Footer */
@media only screen and (max-width: 1200px) {
  body {
    margin: 0 0 626px; /* bottom = footer height */
  }
  .footer {
    height: 626px;
  }
  .footer-container-big {
    background-position: right 105px;
    background-size: 38%;
  }

  .footer-title {
    font-size: 74px;
    line-height: 81px;
    letter-spacing: -1px;
    margin-bottom: 100px;
  }

  .footer-wrapper {
    max-width: 680px;
  }

  .footer-wrapper-socialList {
    max-width: 200px;
    gap: 50px;
  }

  .footer-wrapper-socialItem-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .footer-wrapper-socialItem-link {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }

  .footer-wrapper-connectList {
    width: 400px;
    gap: 50px;
  }

  .footer-wrapper-connectItem:first-child .footer-wrapper-connectItem-link {
    color: #000;
  }

  .footer-wrapper-connectItem-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .footer-wrapper-connectItem-link {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    margin: 0 0 546px; /* bottom = footer height */
  }
  .footer {
    height: 546px;
  }

  .footer-container-big {
    background-position: right -100px top 90px;
  }

  .footer-title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 80px;
  }

  .footer-wrapper {
    max-width: 580px;
  }

  .footer-wrapper-socialList {
    max-width: 170px;
    gap: 45px;
  }

  .footer-wrapper-socialItem-link {
    font-size: 26px;
    line-height: 32px;
  }

  .footer-wrapper-connectList {
    width: 330px;
    gap: 45px;
  }

  .footer-wrapper-connectItem-link {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-container-big {
    background-position: right -90px top 90px;
    background-size: 55%;
  }

  .footer-title {
    margin-bottom: 60px;
  }

  .footer-wrapper {
    max-width: 100%;
  }

  .footer-wrapper-socialList {
    max-width: 35%;
    gap: 42px;
  }

  .footer-wrapper-connectList {
    width: 60%;
    gap: 42px;
  }
}

@media only screen and (max-width: 576px) {
  body {
    margin: 0 0 740px; /* bottom = footer height */
  }
  .footer {
    height: 740px;
  }

  .footer-container-big {
    background-position: right -90px top 180px;
    background-size: 75%;
  }

  .footer-title {
    margin-bottom: 50px;
  }

  .footer-wrapper {
    max-width: 100%;
    flex-direction: column;
    row-gap: 40px;
  }

  .footer-wrapper-socialList {
    max-width: 100%;
  }

  .footer-wrapper-connectList {
    width: 100%;
  }
}

@media only screen and (max-width: 476px) {
  body {
    margin: 0 0 690px; /* bottom = footer height */
  }
  .footer {
    height: 690px;
  }

  .footer-container-big {
    background-position: right -90px top 200px;
    background-size: 85%;
  }

  .footer-title {
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 375px) {
  body {
    margin: 0 0 580px; /* bottom = footer height */
  }
  .footer {
    height: 580px;
  }

  .footer-container-big {
    background-position: right -90px top 160px;
    background-size: 85%;
  }

  .footer-title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 44px;
  }

  .footer-wrapper-socialList {
    gap: 40px;
  }

  .footer-wrapper-socialItem-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .footer-wrapper-socialItem-link {
    font-size: 22px;
    line-height: 24px;
  }

  .footer-wrapper-connectList {
    gap: 40px;
  }

  .footer-wrapper-connectItem-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .footer-wrapper-connectItem-link {
    font-size: 22px;
    line-height: 24px;
  }
}
