@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}

.svg02 {
  background-image: url(../images/svg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 277px;
  height: 624px;
  position: absolute;
  top: 380px;
  left: 0px;
}
@media only screen and (max-width: 1300px) {
  .svg02 {
    width: 138px;
    height: 307px;
    top: 420px;
  }
}
@media only screen and (max-width: 850px) {
  .svg02 {
    display: none;
  }
}

section.kv {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  min-height: 920px;
}
@media only screen and (max-width: 1300px) {
  section.kv {
    height: 780px;
    min-height: 780px;
    height: 100vh;
  }
}
@media only screen and (max-width: 850px) {
  section.kv {
    height: 100vh;
    min-height: 670px;
    max-height: 670px;
  }
}
section.kv .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  background: -moz-linear-gradient(top, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  z-index: 3;
  display: none;
}
@media only screen and (max-width: 850px) {
  section.kv .shadow {
    display: none;
  }
}
section.kv .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner {
    width: 80%;
    min-width: 680px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner {
    width: 450px;
    height: 100%;
    min-width: 450px;
  }
}
@media only screen and (max-width: 440px) {
  section.kv .inner {
    width: 100%;
    height: 100%;
    min-width: 300px;
  }
}
section.kv .inner .left {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  margin-left: 40px;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left {
    float: none;
    position: absolute;
    z-index: 3;
    width: 300px;
    margin-top: 100px;
    top: 0;
    transform: translateY(0);
    left: 50%;
    margin-left: -150px;
  }
}
@media only screen and (max-width: 440px) {
  section.kv .inner .left {
    gap: 10px;
    margin-top: 100px;
  }
}
section.kv .inner .left h1 {
  color: #267AF8;
  margin-bottom: 55px;
  font-size: 40px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h1 {
    font-size: 20px;
  }
}
section.kv .inner .left h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #132E57;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h2 {
    font-size: 28px;
  }
}
section.kv .inner .left h3 {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h3 {
    font-size: 16px;
  }
}
section.kv .inner .left h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left .btn-box {
    text-align: center;
  }
}
section.kv .inner .left .btn-box a {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #267AF8;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.3s;
  width: 148px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
section.kv .inner .left .btn-box a:hover {
  transform: translateY(-2px);
  background-color: #63a2ff;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left .btn-box a {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.kv .inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10%;
  bottom: 0;
  z-index: 2;
  width: 650px;
  margin-left: 50px;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .right {
    width: 450px;
    right: -15%;
    bottom: -5vh;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .right {
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    margin-left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 440px) {
  section.kv .inner .right {
    width: 100%;
    bottom: 0;
  }
}
section.kv .inner .right .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  bottom: 0;
  right: 0;
}
section.kv .inner .right .phone img {
  width: 100%;
}
section.kv .inner .right .phone img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .right .phone img:first-child {
    display: none !important;
  }
}
section.kv .inner .right .phone img:last-child {
  z-index: 1;
}
section.kv .svg01 {
  width: 565px;
  position: absolute;
  top: -150px;
  left: -300px;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  section.kv .svg01 {
    width: 390px;
  }
}
section.kv .svg-circle {
  width: 514px;
  position: absolute;
  bottom: -160px;
  right: 5%;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  section.kv .svg-circle {
    width: 390px;
  }
}
@media only screen and (max-width: 768px) {
  section.kv .svg-circle {
    right: -5%;
    width: 300px;
    bottom: -100px;
  }
}
section.kv .svg03 {
  width: 903px;
  height: 407px;
  position: absolute;
  bottom: 0px;
  right: -160px;
}
@media only screen and (max-width: 850px) {
  section.kv .svg03 {
    right: -240px;
  }
}
@media only screen and (max-width: 768px) {
  section.kv .svg03 {
    right: -100px;
    width: 451.5px;
    height: 225.5px;
  }
}

section.feature {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  section.feature {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
section.feature .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner {
    width: 305px;
  }
}
section.feature .inner h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 100px;
}
section.feature .inner h2:first-child {
  font-size: 24px;
  margin-bottom: 8px;
}
section.feature .inner h2 span {
  color: #267AF8;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner h2 {
    margin-bottom: 60px;
    font-size: 46px;
    line-height: 1.5;
  }
  section.feature .inner h2:first-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner h2 {
    font-size: 24px;
  }
  section.feature .inner h2:first-child {
    font-size: 16px;
  }
}
section.feature .inner .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner .main {
    gap: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main {
    gap: 28px;
  }
}
section.feature .inner .main .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 100px;
  width: 100%;
  gap: 58px;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner .main .row {
    margin-bottom: 60px;
    margin-right: 0;
  }
  section.feature .inner .main .row:nth-child(3) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 28px;
    margin-right: 0;
  }
  section.feature .inner .main .row:nth-child(1), section.feature .inner .main .row:nth-child(3) {
    flex-direction: column-reverse;
  }
}
section.feature .inner .main .row figure {
  flex: 4;
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row figure {
    width: 100%;
    flex: 1;
  }
}
section.feature .inner .main .row .img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 4;
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .img-col {
    flex: 1;
  }
}
section.feature .inner .main .row .img-col h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .img-col h5 {
    font-size: 14px;
  }
}
section.feature .inner .main .row .img-col figure {
  width: 100%;
  flex: 1;
}
section.feature .inner .main .row .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex: 6;
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .info {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
  }
}
section.feature .inner .main .row .info h3 {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner .main .row .info h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .info h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
section.feature .inner .main .row .info h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner .main .row .info h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .info h4 {
    font-size: 16px;
  }
}
section.feature .inner .main .row .info h5 {
  color: #697895;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.feature .inner .main .row .info h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  section.feature .inner .main .row .info h5 {
    font-size: 14px;
  }
}

section.protect {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  section.protect {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
section.protect .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner {
    width: 540px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner {
    width: 305px;
  }
}
section.protect .inner h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 100px;
}
section.protect .inner h2 span {
  color: #267AF8;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner h2 {
    margin-bottom: 60px;
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner h2 {
    font-size: 24px;
  }
}
section.protect .inner .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner .main {
    gap: 28px;
  }
}
section.protect .inner .main .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  gap: 30px;
  flex: 1;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main .col {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner .main .col {
    gap: 20px;
    width: 100%;
    margin-bottom: 28px;
    margin-right: 0;
  }
}
section.protect .inner .main .col figure {
  width: 120px;
  height: 120px;
  display: inline-block;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main .col figure {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner .main .col figure {
    width: 52px;
    height: 52px;
  }
}
section.protect .inner .main .col figure img {
  height: 100%;
  width: auto;
}
section.protect .inner .main .col .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main .col .info {
    align-items: flex-start;
  }
}
section.protect .inner .main .col .info h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main .col .info h3 {
    font-size: 32px;
    margin: 0;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner .main .col .info h3 {
    font-size: 20px;
  }
}
section.protect .inner .main .col .info h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.protect .inner .main .col .info h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 850px) {
  section.protect .inner .main .col .info h4 {
    font-size: 16px;
  }
}

section.anti {
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  section.anti {
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  section.anti {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
section.anti .inner {
  width: 1210px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner {
    width: 100%;
  }
}
section.anti .inner h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner h2 {
    font-size: 28px;
    margin-bottom: 65px;
  }
}
section.anti .inner .item_box {
  margin-bottom: 80px;
  padding-top: 30px;
  margin-top: -30px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner .item_box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box {
    margin-bottom: 40px;
  }
}
section.anti .inner .item_box .slick-dots {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .slick-dots {
    margin-top: 30px;
  }
}
section.anti .inner .item_box .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
section.anti .inner .item_box .slick-dots li button {
  border: none;
  text-indent: -9999px;
  background-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}
section.anti .inner .item_box .slick-dots li.slick-active button {
  background-color: #267AF8;
}
section.anti .inner .item_box .item {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  min-height: 320px;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin: 0 25px;
  overflow: hidden;
  border-left: 10px solid #CCDBFA;
  position: relative;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item {
    margin: 0 15px;
    width: 300px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 440px) {
  section.anti .inner .item_box .item {
    width: 260px;
    min-height: 320px;
    text-align: center;
  }
}
section.anti .inner .item_box .item figure {
  width: auto;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}
section.anti .inner .item_box .item figure img {
  width: 100%;
  height: 100%;
}
section.anti .inner .item_box .item .info {
  text-align: left;
}
section.anti .inner .item_box .item .info h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #267AF8;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
section.anti .inner .item_box .item .info h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info h4 {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.anti .inner .item_box .item .info .time {
  color: #BFC2C8;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info .time {
    text-align: right;
  }
}
@media only screen and (min-width: 851px) {
  section.anti .inner .item_box .item:hover {
    top: -20px;
    box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.3);
  }
}
section.anti .inner .more_box {
  text-align: center;
}
section.anti .inner .more {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #267AF8;
  border: solid 2px #267AF8;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s;
}
@media only screen and (min-width: 851px) {
  section.anti .inner .more:hover {
    color: #FFF;
    background-color: #267AF8;
  }
}

section.application {
  width: 100%;
  padding: 90px 0 150px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  section.application {
    padding-top: 50px;
    padding-bottom: 140px;
  }
}
section.application .svg05 {
  width: 110%;
  position: absolute;
  bottom: 5%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
}
@media only screen and (max-width: 1300px) {
  section.application .svg05 {
    bottom: 20%;
    width: 120%;
  }
}
@media only screen and (max-width: 850px) {
  section.application .svg05 {
    bottom: 5%;
    width: 200%;
  }
}
@media only screen and (max-width: 440px) {
  section.application .svg05 {
    width: 600%;
    bottom: 30%;
  }
}
section.application .inner {
  width: 1110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  section.application .inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 850px) {
  section.application .inner {
    width: 90vw;
  }
}
section.application .inner h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1300px) {
  section.application .inner h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  section.application .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 440px) {
  section.application .inner h2 {
    font-size: 24px;
  }
}
section.application .inner h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 500;
  color: #697895;
}
@media only screen and (max-width: 850px) {
  section.application .inner h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 440px) {
  section.application .inner h3 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
  }
}
section.application .inner h4 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media only screen and (max-width: 850px) {
  section.application .inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section.application .inner .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  section.application .inner .main {
    text-align: center;
  }
}
section.application .inner .main .form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 50px;
  padding: 60px 80px;
  text-align: left;
  width: 90%;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.1);
}
@media only screen and (max-width: 850px) {
  section.application .inner .main .form_wrapper {
    padding: 40px 30px;
  }
}
section.application .inner .main .form_wrapper .form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.application .inner .main .form_wrapper .form .field_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  section.application .inner .main .form_wrapper .form .field_area {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.application .inner .main .form_wrapper .form .form_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.application .inner .main .form_wrapper .form .form_item label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 440px) {
  section.application .inner .main .form_wrapper .form .form_item label {
    font-size: 16px;
  }
}
section.application .inner .main .form_wrapper .form .form_item input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  padding: 10px 16px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 440px) {
  section.application .inner .main .form_wrapper .form .form_item input {
    font-size: 14px;
  }
}
section.application .inner .main .form_wrapper .form .form_item input::placeholder {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.application .inner .main .form_wrapper .form .form_item select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  padding: 10px 16px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  line-height: 20px;
  font-weight: 500;
}
section.application .inner .main .form_wrapper .form .form_item select option {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.application .inner .main .form_wrapper .form .form_item p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
section.application .inner .main .form_wrapper .form .form_item .error_message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group {
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  overflow: hidden;
  box-sizing: border-box;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select {
  width: auto;
  min-width: 95px;
  border: none;
  border-right: 1px solid #B6BCD5;
  border-radius: 0;
  padding: 10px 8px;
  font-size: 14px;
  background-color: #f8f9fa;
  color: #333;
  cursor: pointer;
  flex-shrink: 0;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select:focus {
  outline: none;
  background-color: #fff;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select option {
  color: #333;
  background-color: #fff;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 14px;
  background-color: #fff;
  line-height: 20px;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input:focus {
  outline: none;
}
section.application .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input::placeholder {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.application .inner .main .form_wrapper .footer_text {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
section.application .inner .main .form_wrapper .footer_text p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
section.application .inner .main .form_wrapper .footer_text p a {
  color: #267AF8;
}
section.application .inner .main .form_wrapper button {
  width: 180px;
  height: 44px;
  box-sizing: border-box;
  background-color: #267AF8;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 16px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
}
section.application .inner .main .form_wrapper button:hover {
  transform: translateY(-2px);
  background-color: #63a2ff;
}