body,
html {
  overflow-x: unset;
  overflow-y: unset;
}

.btn.btn-xl {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}

@media (min-width: 1600px) {
  .btn.btn-xl {
    height: 74px !important;
    font-size: 20px;
    line-height: 74px !important;
  }
}

main .p-text {
  font-size: 14px;
  color: #2b2b58;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  main .p-text {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

@media (min-width: 1600px) {
  main .p-text {
    font-size: 18px;
    margin-bottom: 48px;
  }
}

main .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #ffffff80;
  border-radius: 20px;
  opacity: 1;
}

main
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  background: #fff;
}

.switch-content svg {
  color: #21212180;
}

.switch-content .active svg {
  color: #212121;
}

[data-sys="win"] .switch-content .win,
[data-sys="mac"] .switch-content .mac,
[data-sys="android"] .switch-content .win,
[data-sys="ios"] .switch-content .mac {
  color: #212121;
  opacity: 1;
}
.form-switch .form-check-input,
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3e%3ccircle cx='4' cy='4' r='3' fill='%23212121'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input {
  border-color: #212121;
}
.form-check-input:focus {
  border-color: #212121;
}
.form-check-input:checked {
  background-color: #212121;
  border-color: #212121;
}

.sec-1 {
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/home-bg-mb.webp")
    no-repeat center/100% 100%;
}

.sec-1 .container {
  padding-top: 38px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .sec-1 {
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/home-bg.webp")
      no-repeat center/100% 100%;
  }
  .sec-1 .container {
    padding: 40px 0 48px;
    max-width: 1130px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .container {
    padding: 97px 0;
    max-width: 1540px;
  }
}

@media (min-width: 992px) {
  .sec-1 .content {
    margin-left: 0;
    margin-right: -5%;
  }
}
@media (min-width: 1600px) {
  .sec-1 .content {
    margin-left: 3%;
    margin-right: -5%;
  }
}
@media (min-width: 992px) {
  .sec-1 .lft {
    width: 47%;
  }
  .sec-1 .rgt {
    width: 53%;
  }
}

@media (min-width: 1600px) {
  .sec-1 .lft {
    width: 45%;
  }
}

@media (max-width: 1600px) {
  .sec-1 .lft .top-title {
    font-size: 14px;
  }
}

.sec-1 .lft .title {
  width: 90%;
}

.sec-1 .lft .title .h1 {
  line-height: 140%;
}

@media (max-width: 992px) {
  .sec-1 .lft .title {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .sec-1 .lft .title .h1 {
    font-size: 36px;
  }
  .sec-1 .lft .title .tip {
    width: fit-content;
  }
}

.sec-1 .lft .title .tip {
  position: relative;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 4px;
  background: linear-gradient(
    86.34deg,
    #3d8aff 1.06%,
    #3fd5ff 54.9%,
    #8e66ff 99.37%,
    #3f89ff 3.57%
  );
}

@media (min-width: 992px) {
  .sec-1 .lft .title .h1 {
    line-height: 150%;
  }
  .sec-1 .lft .title .tip {
    position: relative;
    display: inline-block;
    margin-left: 24px;
  }
  .sec-1 .lft .title .tip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9%;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tip.svg")
      no-repeat;
    background-size: 100% 100%;
  }
}

@media (min-width: 992px) {
  .sec-1 .lft .title .h1 {
    display: inline;
    vertical-align: middle;
  }
}

@media (min-width: 1600px) {
  .sec-1 .lft .title .h1 {
    font-size: 54px;
  }
}

.sec-1 .lft .extra {
  width: 96%;
  font-size: 12px;
  padding: 6px 8px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(204, 177, 247, 0.25) 0%,
    rgba(249, 128, 255, 0.25) 100%
  );
}

@media (min-width: 992px) {
  .sec-1 .lft .extra {
    width: 81%;
  }
}

@media (min-width: 1600px) {
  .sec-1 .lft .extra {
    width: 84%;
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.sec-1 .lft .list-box p:not(:last-child) {
  margin-bottom: 12px;
}

.sec-1 .lft .list-box p {
  position: relative;
}

.sec-1 .lft .list-box p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/dots.svg")
    no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1600px) {
  .sec-1 .lft .list-box p {
    font-size: 16px;
  }
}

.sec-1 .lft .check-version .icons {
  gap: 12px;
}

.sec-1 .lft .check-version a {
  color: #21212180;
}

.sec-1 .lft .check-version a:hover {
  color: #6376ff;
}

.sec-1 .lft .check-version a.active {
  color: #212121;
}

.sec-2 {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .sec-2 {
    padding: 100px 0 60px;
  }
  .sec-2 .container {
    max-width: 1070px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .sec-2 {
    padding: 110px 0 80px;
  }
  .sec-2 .container {
    max-width: 1424px;
  }
}

.sec-2 .content {
  display: grid;
  gap: 16px;
}

@media (min-width: 992px) {
  .sec-2 .content {
    grid-template-columns: 7fr 1fr 7fr;
    gap: 10px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .content {
    grid-template-columns: 4fr 1fr 4fr;
  }
}

.sec-2 .content .lft,
.sec-2 .content .rgt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 992px) {
  .sec-2 .content .lft,
  .sec-2 .content .rgt {
    gap: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .content .lft,
  .sec-2 .content .rgt {
    gap: 32px;
  }
}

.sec-2 .content .middle img {
  width: 67px;
  height: 312px;
}

@media (min-width: 1600px) {
  .sec-2 .content .middle img {
    width: 140px;
    height: 100%;
  }
}

.sec-2 .content .cell {
  width: 100%;
  height: 100px;
  border-radius: 16px;
}

@media (min-width: 1600px) {
  .sec-2 .content .cell {
    height: 120px;
  }
}

.sec-2 .content .cell1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #24a9e3 38.28%, #3edbe5 100%);
}

.sec-2 .content .cell1 .text-cont {
  padding: 24px 0 16px 24px;
}

@media (min-width: 1600px) {
  .sec-2 .content .cell1 .text-cont {
    padding: 24px 0 24px 32px;
  }
}

.sec-2 .content .cell1 .img-cont {
  width: 100px;
  height: auto;
}

@media (min-width: 992px) {
  .sec-2 .content .cell1 .img-cont {
    width: unset;
    height: 100px;
    padding-right: 32px;
  }
  .sec-2 .content .cell1 .img-cont img {
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .sec-2 .content .cell1 .img-cont {
    height: 120px;
  }
}

.sec-2 .content .cell1 .text-cont .h3 {
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .sec-2 .content .cell1 .text-cont .h3 {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .content .cell1 .text-cont .h3 {
    font-size: 32px;
  }
}

.sec-2 .content .cell1 .text-cont .p2 {
  opacity: 80%;
  line-height: 150%;
}

.sec-2 .content .cell2 {
  background: linear-gradient(
      90deg,
      #24a9e3 44.21%,
      rgba(62, 219, 229, 0.7) 100%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/sec2-cell-bg.webp)
      no-repeat center / 100% 100%;
}

.sec-2 .content .cell2 {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 24px 78px 24px 16px;
}

.sec-2 .content .cell2 .text-cont .p1 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .sec-2 .content .cell2 {
    padding: 24px 78px 24px 32px;
  }
  .sec-2 .content .cell2 .text-cont .p1 {
    font-size: 20px;
  }
}

.sec-2 .content .cell2 .img-cont img {
  width: 64px;
  height: 64px;
}

@media (min-width: 992px) {
  .sec-2 .content .cell2 .img-cont img {
    width: 72px;
    height: 72px;
  }
}

.sec-3 {
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/what-bg.webp")
    no-repeat center/100% 100%;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .sec-3 {
    padding: 60px 0 60px;
  }
}

@media (min-width: 1600px) {
  .sec-3 {
    padding: 60px 0 80px;
  }
}

@media (min-width: 992px) {
  .sec-3 .swiper-catching {
    max-width: 1071px;
  }
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching {
    max-width: 1399px;
  }
}

@media (max-width: 992px) {
  .sec-3 .swiper-catching {
    max-width: 345px;
  }
}

@media (min-width: 992px) {
  .sec-3 .swiper-catching .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .swiper-wrapper {
    grid-gap: 20px;
  }
}

.sec-3 .swiper-catching .item {
  width: 100%;
  height: 400px;
  padding: 0 8px 6px 8px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .item {
    height: 528px;
    padding: 0 20px 20px 20px;
  }
}

.sec-3 .swiper-catching .item.item-1 {
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/catching1.webp")
    no-repeat center/100% 100%;
}

.sec-3 .swiper-catching .item.item-2 {
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/catching2.webp")
    no-repeat center/100% 100%;
}

.sec-3 .swiper-catching .item.item-3 {
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/catching3.webp")
    no-repeat center/100% 100%;
}

.sec-3 .swiper-catching .item .title-tip {
  width: 87%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tip-bg.webp")
    no-repeat center/100% 100%;
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .item .title-tip {
    height: 62px;
  }
}

.sec-3 .swiper-catching .item .title-tip .p1 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .item .title-tip .p1 {
    font-size: 20px;
  }
}

.sec-3 .swiper-catching .item .cont {
  width: 100%;
  height: 184px;
  background: #000000a3;
  backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid #ffffff83;
  padding: 16px;
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .item .cont {
    height: 195px;
    padding: 24px 20px;
  }
}

.sec-3 .swiper-catching .item .cont ul {
  padding-left: 1rem;
  list-style-position: inside;
}

.sec-3 .swiper-catching .item .cont ul li {
  list-style: disc;
  text-indent: -5px;
}

.sec-3 .swiper-catching .item .cont ul li:not(:last-child) {
  margin-bottom: 12px;
}

.sec-3 .swiper-catching .item .cont .p2 {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .sec-3 .swiper-catching .item .cont .p2 {
    font-size: 16px;
  }
}
.sec-3 .switch-content svg {
  color: #ffffff80;
}

.sec-3 .switch-content .active svg {
  color: #ffffff;
}

.sec-3 [data-sys="win"] .switch-content .win,
.sec-3 [data-sys="mac"] .switch-content .mac,
.sec-3 [data-sys="android"] .switch-content .win,
.sec-3 [data-sys="ios"] .switch-content .mac {
  color: #ffffff;
  opacity: 1;
}
.sec-3 .form-switch .form-check-input,
.sec-3 .form-switch .form-check-input:focus,
.sec-3 .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.sec-3 .form-check-input,
.sec-3 .form-check-input:focus,
.sec-3 .form-check-input:checked {
  background-color: transparent;
  border-color: #ffffff;
}

.sec-4 {
  padding: 60px 0 30px;
}

@media (min-width: 992px) {
  .sec-4 {
    padding: 60px 0 40px;
  }
}

@media (min-width: 1600px) {
  .sec-4 {
    padding: 80px 0 60px 0;
  }
}

.sec-4 .content-box {
  height: 849px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/safe-bg-mb.webp")
    no-repeat center/100% 100%;
  gap: 48px;
}

@media (min-width: 992px) {
  .sec-4 .content-box {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1070px;
    padding: 8px 0 24px;
    height: 515px;
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/safe-bg.webp")
      no-repeat center/100% 100%;
    gap: 0;
  }
}

@media (min-width: 1600px) {
  .sec-4 .content-box {
    max-width: 1164px;
    height: 560px;
  }
}

.sec-4 .content-box .lft,
.sec-4 .content-box .rgt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* @media (min-width: 992px) {
  .sec-4 .content-box .lft,
  .sec-4 .content-box .rgt {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
} */

.sec-4 .content-box .cont {
  max-width: 278px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1600px) {
  .sec-4 .content-box .cont {
    max-width: 320px;
  }
}

@media (min-width: 1600px) {
  .sec-4 .content-box .cont {
    max-width: 427px;
  }
}

.sec-4 .content-box .cont img {
  width: 100px;
  height: 100px;
}

.sec-4 .content-box .cont .p1 {
  font-size: 14px;
}

@media (min-width: 992px) {
  .sec-4 .content-box .cont img {
    width: 122px;
    height: 122px;
  }
  .sec-4 .content-box .cont .p1 {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .sec-4 .content-box .cont img {
    width: 142px;
    height: 142px;
  }
  .sec-4 .content-box .cont .p1 {
    font-size: 18px;
  }
}

.sec-4 .tip {
  max-width: 800px;
  margin: 0 auto;
  background: #ededed;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .sec-4 .tip {
    max-width: 1044px;
    padding: 12px 16px;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .sec-4 .tip {
    max-width: 1120px;
  }
}

.feature-compare {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .feature-compare {
    padding: 60px 0;
  }
}

@media (min-width: 1600px) {
  .feature-compare {
    padding: 60px 0;
  }
}

#compare-table-box {
  margin: 32px auto 0;
  padding-bottom: 6px;
  overflow-x: auto;
  overflow-y: clip;
  position: relative;
}

@media (min-width: 992px) {
  #compare-table-box {
    margin: 32px auto 0;
    max-width: 1048px;
  }
}

@media (min-width: 1600px) {
  #compare-table-box {
    margin: 40px auto 0;
    max-width: 1340px;
  }
}

#compare-table {
  width: 100%;
  color: #000;
  margin-top: 61px;
  border-collapse: separate;
  border-spacing: 0;
}

#compare-table th {
  padding: 20px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  background: #f3f5fa;
  border-top: 1px solid #0000001a;
}

#compare-table td {
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width: 992px) {
  #compare-table td {
    height: 58px;
    padding: 16px;
  }
}

@media (min-width: 1600px) {
  #compare-table th {
    padding: 20px 24px;
  }
  #compare-table td {
    padding: 16px 24px;
  }
}

#compare-table th,
#compare-table td {
  border-right: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  text-align: center;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  #compare-table th,
  #compare-table td {
    width: 25%;
  }
}

#compare-table th:first-child,
#compare-table td:first-child {
  border-left: 1px solid #0000001a;
}

#compare-table tr:first-child th:first-child {
  border-top-left-radius: 24px;
}

#compare-table tr:first-child th:last-child {
  border-top-right-radius: 24px;
}

#compare-table tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

#compare-table tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

@media (max-width: 992px) {
  #compare-table {
    width: 842px;
  }
  #compare-table th:first-child,
  #compare-table td:first-child {
    width: 173px;
    height: 73px;
  }
}

#compare-table-box .most-recommend {
  width: 262px;
  top: 0px;
  left: 262px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 4px 4px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  background: linear-gradient(83.51deg, #ff5100 12.1%, #cc3fff 88.25%);
  border-radius: 24px;
  z-index: 100;
  border-collapse: separate;
}

@media (min-width: 992px) {
  #compare-table-box .most-recommend {
    width: 240px;
    left: 240px;
  }
}

@media (min-width: 1280px) {
  #compare-table-box .most-recommend {
    width: 262px;
    left: 262px;
  }
}

@media (min-width: 1600px) {
  #compare-table-box .most-recommend {
    width: 335px;
    left: 335px;
  }
}

#compare-table-box .recommend {
  padding: 16px 0;
}

#compare-table-box .bg-item {
  width: 100%;
  color: #000;
  background: #fff;
  border-radius: 0 0 24px 24px;
}

#compare-table-box .most-recommend .p1 {
  font-size: 18px;
}

#compare-table-box .most-recommend .p2 {
  font-size: 16px;
}

#compare-table-box .bg-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  border-bottom: 1px solid #0000001a;
  text-align: center;
  border-collapse: collapse;
  padding: 16px;
}

#compare-table-box .bg-item > div:last-child {
  border-bottom: none;
}

#compare-table-box .bg-item > div:nth-child(1) {
  padding: 20px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  background: #f3f5fa;
}

#compare-table-box .bg-item > div:not(:first-child) {
  height: 58px;
}

@media (max-width: 992px) {
  #compare-table-box .most-recommend {
    width: 232px;
    left: 173px;
  }
  #compare-table-box .bg-item > div:nth-child(1) {
    height: 73px;
  }
  #compare-table-box .bg-item > div:not(:first-child) {
    height: 73px;
  }
}

.sec-6 {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  .sec-6 {
    padding: 40px 0 80px;
  }
}
@media (min-width: 1600px) {
  .sec-6 {
    padding: 60px 0 120px;
  }
}
.sec-6 .comparison-box {
  gap: 16px;
}
@media (min-width: 992px) {
  .sec-6 .comparison-box {
    gap: 20px;
  }
}
.sec-6 .comparison-box .item {
  width: 100%;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 16px;
  transition: width 0.6s ease-in-out;
}

.sec-6 .comparison-box .item.active {
  height: 380px;
  padding: 24px 16px 0;
  align-items: start;
  justify-content: start;
}

@media (min-width: 992px) {
  .sec-6 .comparison-box .item {
    justify-content: center;
    width: 162px;
    height: 380px;
    padding: 0 12px;
  }
  .sec-6 .comparison-box .item.active {
    width: 525px;
    height: unset;
    padding: 48px 48px 0;
  }
}

@media (min-width: 992px) {
  .sec-6 .comparison-box .item {
    width: 217px;
    height: 500px;
  }
  .sec-6 .comparison-box .item.active {
    width: 690px;
  }
}

.sec-6 .comparison-box .item .before img {
  width: 64px;
  height: 64px;
}

.sec-6 .comparison-box .item .before .p1 {
  font-size: 16px;
}

@media (min-width: 1600px) {
  .sec-6 .comparison-box .item .before img {
    width: 84px;
    height: 84px;
  }
  .sec-6 .comparison-box .item .before .p1 {
    font-size: 20px;
  }
}

.sec-6 .comparison-box .item .before {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.sec-6 .comparison-box .item .after {
  display: none;
  flex-flow: column;
  align-items: start;
}
@media (min-width: 992px) {
  .sec-6 .comparison-box .item .before {
    flex-flow: column;
  }

  .sec-6 .comparison-box .item .after {
    max-width: 484px;
  }
}

.sec-6 .comparison-box .item .after .h4 {
  font-size: 20px;
  line-height: 150%;
}

.sec-6 .comparison-box .item .after .p2 {
  font-size: 14px;
  line-height: 150%;
}
.sec-6 .comparison-box .item .after .btn {
  width: 248px;
}
@media (min-width: 992px) {
  .sec-6 .comparison-box .item .after .h4 {
    font-size: 24px;
  }
  .sec-6 .comparison-box .item .after .p2 {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .sec-6 .comparison-box .item .after .h4 {
    font-size: 28px;
  }
  .sec-6 .comparison-box .item .after .p2 {
    font-size: 18px;
  }
  .sec-6 .comparison-box .item .after .btn {
    width: 270px;
  }
}

.sec-6 .comparison-box .item .after ul {
  padding-left: 1.1rem;
  list-style-position: inside;
}

.sec-6 .comparison-box .item .after ul li {
  list-style: disc;
  text-indent: -5px;
}

.sec-6 .comparison-box .item .after ul li:not(:last-child) {
  margin-bottom: 12px;
}

.sec-6 .comparison-box .item.active .before {
  display: none;
}

.sec-6 .comparison-box .item.active .after {
  display: flex;
}
.sec-6 .comparison-box .item-1 {
  background: linear-gradient(
      97.19deg,
      #f5aa00 41.68%,
      rgba(245, 170, 0, 0.78) 66.12%,
      rgba(255, 181, 13, 0.1) 94.66%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast1-before-mb.webp)
      no-repeat right center / auto 100%;
}
.sec-6 .comparison-box .item-2 {
  background: linear-gradient(
      93.39deg,
      #0066ff 7.76%,
      #0066ff 44.64%,
      rgba(91, 203, 255, 0.48) 96.52%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast2-before-mb.webp)
      no-repeat right center / auto 100%;
}
.sec-6 .comparison-box .item-3 {
  background: linear-gradient(
      97.31deg,
      #5d28fa 53.85%,
      rgba(93, 40, 250, 0.5) 96.83%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast3-before-mb.webp)
      no-repeat right center / auto 100%;
}
.sec-6 .comparison-box .item-4 {
  background: linear-gradient(
      94.45deg,
      #1fe2bf 18.92%,
      #1fe2bf 46.15%,
      rgba(31, 226, 191, 0.24) 100%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast4-before-mb.webp)
      no-repeat right center / auto 100%;
}
.sec-6 .comparison-box .item-1.active {
  background: linear-gradient(
      180.41deg,
      #f5aa00 23.08%,
      rgba(245, 170, 0, 0.78) 56.7%,
      rgba(255, 181, 13, 0.1) 99.28%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast1-after-mb.webp)
      no-repeat bottom center / 100% auto;
}
.sec-6 .comparison-box .item-2.active {
  background: linear-gradient(
      180deg,
      #0066ff 40.65%,
      rgba(91, 203, 255, 0.48) 100%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast2-after-mb.webp)
      no-repeat bottom center / 100% auto;
}
.sec-6 .comparison-box .item-3.active {
  background: linear-gradient(
      180.09deg,
      #5d28fa 35.91%,
      rgba(93, 40, 250, 0.5) 99.92%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast3-after-mb.webp)
      no-repeat bottom center / 100% auto;
}
.sec-6 .comparison-box .item-4.active {
  background: linear-gradient(
      179.8deg,
      #1fe2bf 8.94%,
      #1fe2bf 34.24%,
      rgba(31, 226, 191, 0.24) 99.82%
    ),
    url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast4-after-mb.webp)
      no-repeat bottom center / 100% auto;
}
@media (min-width: 992px) {
  .sec-6 .comparison-box .item-1 {
    background: linear-gradient(
        180deg,
        #f5aa01 0%,
        #f5aa01 57.13%,
        rgba(255, 205, 91, 0.41) 100%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast1-before.webp)
        no-repeat bottom center / 100% auto;
  }

  .sec-6 .comparison-box .item-2 {
    background: linear-gradient(
        180deg,
        #0066ff 59.28%,
        rgba(91, 203, 255, 0.48) 100%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast2-before.webp)
        no-repeat bottom center / 100% auto;
  }

  .sec-6 .comparison-box .item-3 {
    background: linear-gradient(
        179.69deg,
        #5d28fa 50.39%,
        rgba(93, 40, 250, 0.24) 99.75%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast3-before.webp)
        no-repeat bottom center / 100% auto;
  }

  .sec-6 .comparison-box .item-4 {
    background: linear-gradient(
        180deg,
        #1fe2bf 50.09%,
        rgba(31, 226, 191, 0.24) 100%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast4-before.webp)
        no-repeat bottom center / 100% auto;
  }

  .sec-6 .comparison-box .item-1.active {
    background: linear-gradient(
        125.21deg,
        #f5aa00 38.35%,
        rgba(255, 181, 13, 0.1) 98.74%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast1-after.webp)
        no-repeat no-repeat center / auto 100%;
  }

  .sec-6 .comparison-box .item-2.active {
    background: linear-gradient(
        131.64deg,
        #0066ff 7.3%,
        rgba(0, 102, 255, 0.92) 48.47%,
        rgba(91, 203, 255, 0) 105.03%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast2-after.webp)
        no-repeat center / auto 100%;
  }

  .sec-6 .comparison-box .item-3.active {
    background: linear-gradient(
        132.74deg,
        #5d28fa 38.08%,
        rgba(93, 40, 250, 0.85) 55.76%,
        rgba(152, 117, 255, 0) 98.79%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast3-after.webp)
        no-repeat center / auto 100%;
  }

  .sec-6 .comparison-box .item-4.active {
    background: linear-gradient(
        124.88deg,
        #1dd9b7 34.5%,
        rgba(29, 217, 183, 0.87) 50.1%,
        rgba(29, 217, 183, 0) 98.66%
      ),
      url(https://images.ianygo.com/topics/pokemon/auto-catcher/contrast4-after.webp)
        no-repeat center / auto 100%;
  }
}

.sec-steps {
  background: #f0f0ff;
  padding: 40px 0;
  overflow: hidden;
}

.sec-steps .guide-list {
  flex: 1;
  margin: 0;
}

.sec-steps .guide-list ul {
  margin-bottom: 32px;
}

.sec-steps .guide-list li {
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  cursor: pointer;
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  background: #ffffff80;
  position: relative;
}

.sec-steps .guide-list li .text span {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #6b6b6b;
  display: inline-block;
}

.sec-steps .guide-list li .text p {
  font-size: 16px;
  color: #848484;
}

.sec-steps .guide-list .btn {
  min-width: 220px;
}

.sec-steps .guide-list .progress-bar {
  width: 0%;
  height: 4px;
  background: #6767ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-steps .guide-list .swiper-slide-thumb-active {
  background: #5252ff33;
}

.sec-steps .guide-list .swiper-slide-thumb-active span,
.sec-steps .guide-list .swiper-slide-thumb-active p {
  color: #5252ff !important;
}

.sec-steps .guide-list .swiper-slide-thumb-active span {
  font-weight: 600 !important;
}

.sec-steps .guide-list .swiper-slide-thumb-active .progress-bar {
  transition: all 2900ms linear;
  width: 100%;
}

.sec-steps .guide-list .guide-link {
  margin: 0 0 32px 0;
  font-size: 16px;
}

.sec-steps .guide-pic {
  max-width: 100%;
  margin: 0;
}

.sec-steps .guide-pic .swiper-slide {
  padding: 8px;
  background: #a8a8ff;
  border: 3px solid #6060b7;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .sec-steps {
    padding: 80px 0 74px;
    position: relative;
  }
  .sec-steps::after {
    content: "";
    width: 732px;
    height: 360px;
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/u.svg")
      no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    bottom: 22%;
  }
  .sec-steps .cont {
    gap: 16px;
    position: relative;
  }
  .sec-steps .guide-list li .text span {
    font-size: 24px;
  }
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 12px;
    font-size: 14px;
  }
  .sec-steps .guide-pic {
    max-width: 450px;
  }
  .sec-steps .guide-pic .swiper-slide {
    padding: 14px;
    border-radius: 20px;
  }
}

@media (min-width: 1280px) {
  .sec-steps {
    padding: 100px 0;
  }
  .sec-steps h2 {
    margin-bottom: 60px;
  }
  .sec-steps .cont {
    gap: 0px;
  }
  .sec-steps .guide-list {
    max-width: 545px;
  }
  .sec-steps .guide-list ul {
    margin-bottom: 48px;
    max-width: 464px;
  }
  .sec-steps .guide-list li {
    padding: 16px 32px;
  }
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 24px;
    font-size: 16px;
  }
  .sec-steps .guide-pic {
    max-width: 640px;
  }
}

@media (min-width: 1600px) {
  .sec-steps {
    padding: 120px 0;
  }
  .sec-steps::after {
    width: 924px;
    height: 452px;
  }
  .sec-steps .cont {
    max-width: 1530px;
  }
  .sec-steps .guide-list {
    max-width: 600px;
  }
  .sec-steps .guide-list ul {
    max-width: 530px;
  }
  .sec-steps .guide-list li .text span {
    font-size: 26px;
  }
  .sec-steps .guide-list li .text p {
    font-size: 18px;
  }
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 32px;
    font-size: 18px;
  }
  .sec-steps .guide-pic {
    max-width: 800px;
  }
  .sec-steps .guide-pic .swiper-slide {
    padding: 15px;
    border-radius: 24px;
  }
}
@media (min-width: 2048px) {
  .sec-steps::after {
    right: 15%;
    bottom: 22%;
  }
}

.sec-8 {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .sec-8 {
    padding: 80px 0 100px;
  }
}

@media (min-width: 1600px) {
  .sec-8 {
    padding: 80px 0 120px;
  }
}

@media (min-width: 992px) {
  .sec-8 .content {
    max-width: 1078px;
    margin: 0 auto;
    height: 675px;
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tips-bg-1366.webp")
      no-repeat center/100% 100%;
  }
}

@media (min-width: 1600px) {
  .sec-8 .content {
    max-width: unset;
    height: 762px;
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tips-bg.webp")
      no-repeat center/100% 100%;
  }
}

.sec-8 .content .lft,
.sec-8 .content .rgt {
  flex: 1;
  height: 100%;
  padding: 5px 10px 28px;
}

.sec-8 .content .middle {
  height: 100%;
}

@media (min-width: 992px) {
  .sec-8 .content .lft {
    padding: 44px 0 44px 24px;
  }
  .sec-8 .content .rgt {
    padding: 44px 24px 44px 0;
  }
}

@media (min-width: 1600px) {
  .sec-8 .content .lft {
    padding: 67px 0 0 32px;
  }
  .sec-8 .content .rgt {
    padding: 67px 32px 0 0;
  }
}

@media (max-width: 992px) {
  .sec-8 .content .lft,
  .sec-8 .content .rgt {
    max-width: 335px;
    height: 557px !important;
  }
  .sec-8 .content .lft {
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tips-bg-bl-mb.webp")
      no-repeat center/100% 100%;
  }
  .sec-8 .content .rgt {
    background: url("https://images.ianygo.com/topics/pokemon/auto-catcher/tips-bg-or-mb.webp")
      no-repeat center/100% 100%;
  }
}

.sec-8 .content .h3 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 38px;
}

@media (min-width: 992px) {
  .sec-8 .content .h3 {
    font-size: 24px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1600px) {
  .sec-8 .content .h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

.sec-8 .cells {
  gap: 20px;
}

@media (min-width: 992px) {
  .sec-8 .cells {
    max-width: 464px;
    gap: 32px;
  }
}

@media (min-width: 1600px) {
  .sec-8 .cells {
    max-width: 589px;
    gap: 40px;
  }
}

.sec-8 .cells .cell {
  width: 100%;
  gap: 4px;
}

.sec-8 .cell .bubble-box {
  max-width: 280px;
  padding: 12px 12px 12px 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="473" height="140" fill="none"><path fill="%23fff" d="M19.5 16c0-8.837 7.163-16 16-16h421c8.837 0 16 7.163 16 16v108c0 8.837-7.163 16-16 16h-421c-8.837 0-16-7.163-16-16V95.005a16 16 0 0 0-5.148-11.757L0 70l14.014-12.218a16 16 0 0 0 5.486-12.06V16Z"/></svg>')
    no-repeat center/100% 100%;
}

.sec-8 .cell .bubble-box.reverse {
  padding: 12px 24px 12px 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="473" height="140" fill="none"><g transform="rotate(180, 236.5, 70)"><path fill="%23fff" d="M19.5 16c0-8.837 7.163-16 16-16h421c8.837 0 16 7.163 16 16v108c0 8.837-7.163 16-16 16h-421c-8.837 0-16-7.163-16-16V95.005a16 16 0 0 0-5.148-11.757L0 70l14.014-12.218a16 16 0 0 0 5.486-12.06V16Z"/></g></svg>')
    no-repeat center/100% 100%;
}

@media (min-width: 992px) {
  .sec-8 .cell .bubble-box {
    max-width: 388px;
    padding: 16px 16px 16px 35px;
  }
  .sec-8 .cell .bubble-box.reverse {
    padding: 16px 35px 16px 16px;
  }
}

@media (min-width: 1600px) {
  .sec-8 .cell .bubble-box {
    max-width: 472px;
    padding: 16px 22px 16px 40px;
  }
  .sec-8 .cell .bubble-box.reverse {
    padding: 16px 40px 16px 22px;
  }
}

.sec-8 .cell .avatar {
  width: 32px;
  height: 32px;
}

@media (min-width: 992px) {
  .sec-8 .cell .avatar {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1600px) {
  .sec-8 .cell .avatar {
    width: 100px;
    height: 100px;
  }
}

.sec-8 .cell .bubble-box .p1 {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sec-8 .cell .bubble-box .p2 {
  display: inline-block;
  font-size: 12px;
  color: #2b2b58;
  line-height: 150%;
}

@media (min-width: 992px) {
  .sec-8 .cell .bubble-box .p1 {
    font-size: 18px;
    line-height: 28px;
  }
  .sec-8 .cell .bubble-box .p2 {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .sec-8 .cell .bubble-box .p1 {
    font-size: 20px;
  }
  .sec-8 .cell .bubble-box .p2 {
    font-size: 16px;
  }
}

.faq {
  padding: 0 0 60px 0;
}

@media (min-width: 992px) {
  .faq {
    padding: 0 0 100px 0;
  }
}

@media (min-width: 1600px) {
  .faq {
    padding: 0 0 120px;
  }
}

.bottom-section {
  padding: 0 0 80px 0;
}

@media (min-width: 992px) {
  .bottom-section {
    padding: 0 0 100px 0;
  }
}

@media (min-width: 1600px) {
  .bottom-section {
    padding: 0 0 120px;
  }
}

.bottom-section .container {
  max-width: 1200px;
}

@media (min-width: 1600px) {
  .bottom-section .container {
    max-width: 1402px;
  }
}

.bottom-section .lft {
  position: relative;
  margin-bottom: 32px;
}

.bottom-section .lft .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  margin: 32px 24px 64px 24px;
}

.bottom-section .lft .cont-box .h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

@media (min-width: 992px) {
  .bottom-section .lft {
    width: 53%;
    margin-bottom: 0;
  }
  .bottom-section .lft .cont-box {
    margin: 71px 0 71px 40px;
  }
  .bottom-section .lft .cont-box .h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .bottom-section .lft {
    width: 61%;
  }
  .bottom-section .lft .cont-box {
    margin: 64px 0 64px 52px;
  }
  .bottom-section .lft .cont-box .h2 {
    font-size: 48px;
  }
}

.bottom-section .lft .cont-box .btn {
  border-radius: 6px;
}

.bottom-section .rgt .h3 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
}

@media (min-width: 992px) {
  .bottom-section .rgt .h3 {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .bottom-section .rgt .h3 {
    font-size: 36px;
  }
}

.bottom-section .rgt img {
  width: 48px;
}

@media (min-width: 992px) {
  .bottom-section .rgt img {
    width: 56px;
  }
}
