.sect-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sect-box>div{
  width: 1300px;
  margin: 0 auto;
  /* border-bottom: 1px solid black;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); */
  min-height: 200px;
  margin-bottom: 50px;
}

.title-box {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-top: 2em;
  padding-bottom: 3em;
}

.dual-box {
  width: 100%;
  display: flex;

  .txt-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    padding-bottom: 4em;

    .title {
      font-size: 22px;
      font-weight: bold;
      padding: 1em 0;
    }

    .des {
      font-size: 20px;
    }
  }

  .img-box {
    flex: 1;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    img {
      object-fit: cover;
      object-position: top;
    }
  }
}


.sect-box:first-child{
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 1440 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1467.21 2.86517C669.048 -27.1347 618.047 276.863 -0.160112 170.864L-0.175207 211.873L1467.19 211.873L1467.21 2.86517Z' fill='white'/%3E%3C/svg%3E%0A"),linear-gradient(108.94deg, #195afe -23.57%, rgba(25, 90, 254, 0.62) 104.98%);
  background-repeat: no-repeat;
  background-position: left bottom,center center;
  background-size: 100% 211px, 100% 100%;
}
.part1-box {
  padding-top: 3em;
  .txt-box {
    justify-content: flex-start;
    align-items: start;
    padding-left: 4em;
    padding-top: 5em;
    color: #fff;
  }
  .parter-logo {
    display: flex;

    .img-box {
      width: 300px;
      height: 60px !important;
      img{
        width: 300px;
        object-fit: contain !important;
      }
    }
  }
  .title {
    font-size: 30px !important;
    font-weight: 600;
    padding: 1em 0;
  }

  .des {
    font-size: 20px;
  }
}

.part2-box {
  padding-top: 3em;
  .img-box {
    justify-content: flex-end;
    padding-right: 50px;

    img {
      width: 430px;
    }
    overflow: visible;
  }

  .txt-box {
    width: 45%;
    padding: 0 4em;
  }
  
  .img-bg{
    transform: scale(-1, 1);
    position: absolute;
    top: 115px;
    right: 150px;
    display: block;
    width: 380px;
    height: 286px;
    z-index: -1;
  }
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/
.part3-box{
  padding-top: 30px;
}
.tabs-box {
  width: 100%;
  font-family: Arial, sans-serif;
  height: 500px;
}

.tabs-box ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.tabs-box ul li {
  flex: 1;
  text-align: center;
}

.tabs-box ul li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}

.tabs-box ul li a.active {
  color: blue;
  border-bottom: 2px solid blue;
}

.tabs-box div[id^="tabs-"] {
  display: none;
  padding: 15px;
  /* border: 1px solid #ccc;
  border-top: none; */
}

.tabs-box div:first-of-type {
  display: flex;
}

.tabs-box .dual-box {
  width: 100%;
  display: flex;

  .img-box {
    img {
      max-width: 550px;
    }
  }
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/
.sect-box.quarter{
  background-image:url("data:image/svg+xml,%3Csvg width='1201' height='706' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2075.09 360.192C1072.19-156.966 917.15 513.736 134.586 541.276c-57.419 2.021-111.913-1-163.586-8.283' stroke='url(%23a)' stroke-opacity='.6' stroke-width='328' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-137.056' y1='564.957' x2='1912.35' y2='-50.38' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23195AFE'/%3E%3Cstop offset='.602' stop-color='%23195AFE' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: left 20%;
  background-size: auto 42%;
  background-repeat: no-repeat,no-repeat;
}
.quarter-box {
  width: 100%;
}

.sect {
  display: flex;
  width: 100%;

  .txt-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    padding-bottom: 4em;

    .title {
      font-size: 22px;
      font-weight: bold;
      padding: 1em 0;
    }

    .des {
      font-size: 18px;
    }
  }

  .img-box {
    flex: 1;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 30px;

    img {
      width: 80%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 15px;
      box-shadow: -8px 13px 17px 2px rgba(0, 0, 0, .09);
    }
  }
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/
.part4-box {
  .sect {
    margin-bottom: 50px;
  }
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/
.sect-box.cta{
  background-image:url("data:image/svg+xml,%3Csvg width='1440' height='520' viewBox='0 0 1440 520' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-617.724 370.252C373.201 -173.538 545.58 492.927 1329.82 499.618C1387.36 500.108 1441.84 495.636 1493.4 486.978' stroke='url(%23paint0_linear)' stroke-opacity='0.6' stroke-width='328' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1602.4' y1='516.059' x2='-464.351' y2='-47.9853' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.53'/%3E%3Cstop offset='0.781462' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3Csvg width='1440' height='520' viewBox='0 0 1440 520' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1351.12 403.252C360.195 -140.538 187.816 525.927 -596.422 532.618C-653.964 533.108 -708.448 528.636 -760 519.978' stroke='url(%23paint0_linear)' stroke-opacity='0.6' stroke-width='328' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-869.006' y1='549.059' x2='1197.75' y2='-14.9853' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.53'/%3E%3Cstop offset='0.781462' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat,no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #195afe;
  color: #fff;
}
.cta-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em 0;

  .title {
    font-size: 28px;
    font-weight: bold;
    padding: 1em 0;
  }

  .des {
    font-size: 20px;
    padding: 1em 0;
  }

  .lead {
    margin-top: 2em;
    margin-bottom: 3em;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 2em;
    background-color: #fff;
    border-radius: 1em;
    text-decoration: none;
    color: #195afe;
  }
}