.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.banner__img {
  height: 608px;
  width: calc(100% - 140px);
  background-color: #9747FF;
  border-radius: 0px 160px;
  margin: 0 70px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .banner__img {
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 220px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .banner__img {
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 240px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__img {
    height: 260px;
    width: calc(100% - 80px);
    border-radius: 0px 80px;
    margin: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner__img {
    height: 304px;
    border-radius: 0px 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__img {
    height: 498px;
    border-radius: 0px 120px;
  }
}
@media (min-width: 1920px) {
  .banner__img {
    height: 808px;
    border-radius: 0px 160px;
  }
}
.banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 200px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .banner__left {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__left {
    top: 157px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner__left {
    top: 184px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .banner__left {
    top: 200px;
  }
}
@media (min-width: 1920px) {
  .banner__left {
    top: 240px;
  }
}
.banner__left--lg {
  width: 180px;
  height: 158px;
  background: #1AC0F2;
  border-radius: 0px 160px 0px 0px;
  margin-bottom: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__left--lg {
    width: 75px;
    height: 66px;
    border-radius: 0px 80px 0px 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner__left--lg {
    width: 131px;
    height: 115px;
    border-radius: 0px 120px 0px 0px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__left--lg {
    width: 131px;
    height: 115px;
    border-radius: 0px 200px 0px 0px;
    margin-bottom: 12px;
  }
}
.banner__left--sm {
  width: 112px;
  height: 16px;
  background: #F09221;
  border-radius: 0px 20px 20px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__left--sm {
    width: 32px;
    height: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner__left--sm {
    width: 54px;
    height: 8px;
  }
}
.banner__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 524px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .banner__right {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__right {
    top: 306px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner__right {
    top: 296px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__right {
    top: 472px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .banner__right {
    top: 534px;
  }
}
@media (min-width: 1920px) {
  .banner__right {
    top: 704px;
  }
}
.banner__right--sm {
  width: 112px;
  height: 16px;
  background: #1AC0F2;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__right--sm {
    width: 32px;
    height: 6px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner__right--sm {
    width: 54px;
    height: 8px;
    margin-bottom: 12px;
  }
}
.banner__right--lg {
  width: 180px;
  height: 158px;
  background: #F09221;
  border-radius: 0px 0px 0px 160px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner__right--lg {
    width: 75px;
    height: 66px;
    border-radius: 0px 0px 0px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner__right--lg {
    width: 131px;
    height: 115px;
    border-radius: 0px 0px 0px 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__right--lg {
    width: 131px;
    height: 115px;
    border-radius: 0px 0px 0px 120px;
  }
}
