.section-1 {
  background: linear-gradient(
      90deg,
      rgba(45, 101, 255, 0.3) 0%,
      rgba(118, 221, 255, 0.3) 132.63%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 96.47%);

  background-blend-mode: overlay;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 48px 0 0;
}

@media (min-width: 992px) {
  .section-1 {
    padding: 0;
  }
}

.section-1 .lft {
  max-width: 729px;
}

@media (min-width: 1280px) {
  .section-1 .lft {
    max-width: 617px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft {
    max-width: 729px;
  }
}

.section-1 .lft h1 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-1 .lft .title {
  font-size: 16px;
}

@media (min-width: 1600px) {
  .section-1 .lft .title {
    font-size: 18px;
  }
}

.section-1 .lft .list-unstyled {
  margin-top: 20px;
}

.section-1 .rgt {
  max-width: 593px;
}

@media (min-width: 1280px) {
  .section-1 .rgt {
    max-width: 590px;
  }
}

@media (min-width: 1600px) {
  .section-1 .rgt {
    max-width: 718px;
  }
}

.lft-tab {
  padding: 19px 24px;
  background: rgba(45, 101, 255, 0.1);
}

.lft-tab .text-box {
  padding-left: 12px;
  border-left: 4px solid #2d65ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
}

.lft-tab .svg-box:hover {
  color: #2d65ff;
}

.link {
  a {
    color: #616c7d;
  }
}

.search {
  form {
    border: 1px solid #8d96a4;
    padding: 8px 16px;
    border-radius: 50px;
    color: #8d96a4;
    font-size: 14px;
    line-height: 1.5;
  }

  input {
    padding: 0;
    border: none;
    background-color: #fff !important;
    color: #515455;
    outline: 0;
  }
}

.section-2 {
  padding-top: 32px;
}

@media (min-width: 992px) {
  .section-2 {
    padding-top: 32px;
  }
}

.section-2 .lft {
  position: sticky;
  top: 20px;
  width: 260px;
}

@media (max-width: 991.98px) {
  .section-2 .lft {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 495px;
    border-radius: 12px 12px 0 0;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateX(-50%) translateY(828px);
    -ms-transform: translateX(-50%) translateY(828px);
    transform: translateX(-50%) translateY(828px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 59;
  }
}

.section-2 .lft.active {
  /* -webkit-transform: translateX(-50%) translateY(0); */
  -ms-transform: translateX(-50%) translateY(67%);
  transform: translateX(-50%) translateY(67%);
}

.section-2 .lft .close-box {
  margin: 16px 24px 8px;
  text-align: end;
}

.section-2 .table-of-contents {
  width: 100%;
  border: 1px solid rgba(141, 150, 164, 0.5);
  border-radius: 12px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: sticky;
}

@media (min-width: 992px) {
  .section-2 .table-of-contents {
    width: 260px;
    height: fit-content;
    top: 20px;
  }
}

.section-2 .lft.active .table-of-contents {
  border-radius: 0px;
  border: none;
}

.section-2 .table-of-contents .table-of-contents-title {
  padding: 13px 68px;
  background: rgba(45, 101, 255, 0.3);
  font-size: 20px;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents .table-of-contents-title {
    padding: 7px 24px;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents .table-of-contents-title {
    font-size: 18px;
  }
}

.section-2 .table-of-contents ul {
  height: 470px;
  overflow-y: auto;
  flex: 1;
  margin: 0;
  padding: 0;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents ul {
    height: 396px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents ul {
    height: 480px;
  }
}

.section-2 .table-of-contents ul::-webkit-scrollbar {
  width: 6px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-thumb {
  background: rgba(216, 223, 226, 1);
  border-radius: 10px;
}

.section-2 .table-of-contents ul::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.section-2 .table-of-contents ul li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
  list-style: none;
  margin: 0;
}

.section-2 .table-of-contents ul li:last-child {
  border-bottom: none;
}

.section-2 .table-of-contents ul .nav-link .select-box {
  display: none;
}

.section-2 .table-of-contents ul .nav-link.active .select-box {
  display: block;
}

.section-2 .table-of-contents ul .nav-link.active {
  color: #2d65ff;
}

.section-2 .table-of-contents ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  font-size: 18px;
  padding: 14px 25px;
}

@media (min-width: 1280px) {
  .section-2 .table-of-contents ul li a {
    font-size: 16px;
    padding: 7px 26px;
  }
}

@media (min-width: 1600px) {
  .section-2 .table-of-contents ul li a {
    font-size: 18px;
    padding: 10px 35px;
  }
}

.section-2 .table-of-contents ul li a::before {
  content: "•";
  margin-right: 5px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .section-2 .table-of-contents ul li a::before {
    content: "";
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .section-2 .table-of-contents ul li a.active,
  .section-2 .table-of-contents ul li a:hover {
    background: rgba(45, 101, 255, 0.1);
    color: rgba(45, 101, 255, 1);
  }
}

@media (min-width: 992px) {
  .section-2 .rgt {
    min-height: 614px;
    margin-left: 300px;
    margin-top: -617px;
  }
}

@media (min-width: 1280px) {
  .section-2 .rgt {
    min-height: 432px;
    margin-left: 348px;
    margin-top: -432px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt {
    min-height: 524px;
    margin-left: 408px;
    margin-top: -522px;
  }
}

.section-2 .rgt .cell {
  border-bottom: 1px solid #dddfe5;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-2 .rgt .cell {
    width: 852px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt .cell {
    width: 1024px;
  }
}

.section-2 .rgt .cell:hover {
  text-decoration: none;
}

.section-2 .rgt .cell .title {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .title {
    font-size: 24px;
  }
}

.section-2 .rgt .cell .text-content {
  font-size: 14px;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .text-content {
    font-size: 18px;
  }
}

.section-2 .rgt .cell .mask {
  font-size: 14px;
}

@media (min-width: 992px) {
  .section-2 .rgt .cell .mask {
    font-size: 16px;
  }
}
.section-2 .rgt .page {
  list-style: none;
}
.section-2 .rgt .page .prev span,
.section-2 .rgt .page .next span {
  width: auto;
  border: 1px solid #081a2d;
  border-radius: 40px;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 16px;
  cursor: pointer;
}
.section-2 .rgt .page .prev span:hover,
.section-2 .rgt .page .next span:hover {
  background: #2d65ff;
  color: #fff;
  border: 1px solid #2d65ff;
}

@media (min-width: 992px) {
  .page span {
    font-size: 20px;
  }
}

.page span {
  width: 33px;
  height: 33px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .page span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.page .active {
  background: #2d65ff;
  border-radius: 50%;
  color: #fff;
}
.page span:hover {
  background: #2d65ff;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
}

.page .active a {
  color: #fff;
}

.page div input {
  width: 70px;
  height: 40px;
  padding: 2px 8px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1.25px solid #081a2d;
}

.page .total {
  padding: 7px 0;
}

.section-4 {
  padding-bottom: 64px;
}

@media (min-width: 1280px) {
  .section-4 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .section-4 {
    padding-bottom: 120px;
  }
}

.section-4 .container {
  padding: 0;
}

@media (min-width: 1280px) {
  .section-4 .container {
    padding: 0 12px;
  }
}

.section-4 .cont {
  border-radius: 24px;
  padding: 56px 0;
  background: linear-gradient(
    90deg,
    rgba(45, 101, 255, 0.2) 0%,
    rgba(118, 221, 255, 0.2) 100%
  );
}

@media (min-width: 1280px) {
  .section-4 .cont {
    padding: 80px 0;
    border-radius: 60px;
  }
}

.section-4 .cont p {
  max-width: 754px;
  font-size: 18px;
}

.section-4 .cont form {
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .section-4 .cont form {
    margin-top: 26px;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont form {
    margin-top: 32px;
  }
}

.section-4 .cont form .input-group {
  width: 100%;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .section-4 .cont form .input-group {
    width: 730px;
  }
}

.section-4 .cont form input {
  border-radius: 64px;
  border: 1px solid rgba(216, 223, 226, 1);
}

@media (min-width: 1280px) {
  .section-4 .cont form input {
    width: 730px;
  }
}

.section-4 .cont form button {
  padding: 0 12px;
  height: 52px;
  margin-left: -163px;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .section-4 .cont form button {
    padding: 0 32px;
  }
}

.mask-box {
  position: fixed;
  top: 0;
  background: rgba(33, 33, 33, 0.4);
}

.mask-box.active {
  width: 100vw;
  height: 100vh;
}
