* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.head h1 {
  font-size: 5.4rem;
  line-height: 1.18518;
  font-weight: 400;
  letter-spacing: 0.18rem;
}
body {
  color: var(--primary);
}
.home_banner .flex {
  height: 100vh;
  max-height: 84.7rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.home_banner .head {
  color: rgb(254, 254, 254);
  flex: 1 1 0%;
  max-width: 93rem;
  margin: 0px auto;
  padding-top: 5.4%;
}
.home_banner .head .subtitle {
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 0.04rem;
  margin-bottom: 1.9rem;
}
.home_banner .head h1 {
  font-size: 6.7rem;
  line-height: 1.22388;
  font-weight: 300;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: 1px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .home_banner::before {
    position: absolute;
    inset: 0px;
    content: "";
    z-index: -1;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
    pointer-events: none;
  }
  .home_banner .flex {
    height: auto;
    padding: 50px 0px;
  }
  .home_banner .head {
    padding: 0px;
    max-width: 500px;
  }
  .home_banner .head .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: unset;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  line-height: 4.5rem;
  padding: 0px 2.6rem;
  font-weight: 400;
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/home3-page_free/assets/img/arrow.png") center center / contain no-repeat;
  opacity: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  padding: 0px 3.6rem 0px 1.6rem;
}
.btn:hover::after {
  margin-right: 0px;
  opacity: 1;
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
.head.sm h2 {
  font-size: 3.6rem;
  letter-spacing: 0.095rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.page_free {
  background-color: var(--secondary);
}
.page_free .flex {
  min-height: 22rem;
  padding: 9.5rem 0px 8rem;
}
.page_free .head {
  flex: 1 1 0%;
}
.page_free .btn {
  border-color: rgb(19, 64, 132);
  background-color: rgb(19, 64, 132);
  color: rgb(255, 255, 255);
  margin-top: 3.1rem;
}
.page_free .btn::after {
  filter: contrast(0) brightness(2);
}
body {
  color: var(--primary);
}
.page_free {
  background-color: var(--primary);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .head.sm h2 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  div.head.sm h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    min-width: 120px;
  }
  div.head .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  div.head .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .page_free.free_faqs .flex,
  .page_free .flex {
    min-height: unset;
    padding: 50px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20%);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 164.7rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.line_more {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}
.line_more::before {
  flex: 1 1 0%;
  height: 1px;
  display: inline-block;
  content: "";
  background-color: rgb(233, 234, 238);
}
.line_more .more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary);
  line-height: normal;
  gap: 1rem;
}
.line_more .more::after {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/home4-home_comparison/assets/img/arrow.png") center center / contain no-repeat;
  opacity: 0;
  margin-right: -2.4rem;
}
.line_more .more:hover::after {
  margin-right: 0px;
  opacity: 1;
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
body {
  color: var(--primary);
}
.home_comparison {
  padding: 11.5rem 0px 12.9rem;
}
.home_comparison .home_comparison_swiper {
  overflow: hidden;
  border-radius: 0.6rem 0.6rem 0px 0px;
  margin-top: 9.6rem;
}
.home_comparison .home_comparison_swiper .swiper-slide {
  max-width: 533px;
}
.home_comparison .item {
  display: block;
  height: 100%;
}
.home_comparison .item:hover img {
  transform: scale(1.02);
}
.home_comparison .item .img {
  border-radius: 0.6rem;
  padding-bottom: 65.854%;
}
.home_comparison .item .info {
  margin-top: 2.3rem;
}
.home_comparison .item .info .title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.home_comparison .item .info .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 1.2rem;
  max-width: 46rem;
}
.home_comparison .line_more {
  margin-top: 8.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .line_more {
    gap: 12px;
  }
  .line_more .more {
    font-size: 14px;
    gap: 8px;
  }
  .line_more .more::after {
    width: 12px;
    height: 12px;
    margin-right: -20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .home_comparison {
    overflow: hidden;
    padding: 50px 0px;
  }
  .home_comparison .home_comparison_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_comparison .home_comparison_swiper .swiper-slide {
    max-width: 314px;
  }
  .home_comparison .item .info {
    margin-top: 20px;
  }
  .home_comparison .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_comparison .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .home_comparison .line_more {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20%);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 164.7rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.btn_i {
  position: relative;
  z-index: 2;
  display: inline-grid;
  grid-template-columns: var(--w) 1fr;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 100px;
  background-color: rgb(238, 245, 255);
  color: var(--primary);
  font-size: 1.667rem;
  font-weight: 500;
  --w: 4.8rem;
  gap: 2.3rem;
  min-width: 28.8rem;
  padding-right: 2rem;
}
.btn_i::before {
  position: absolute;
  width: var(--w);
  height: var(--w);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  pointer-events: none;
  border-radius: 100px;
  background-color: rgb(5, 45, 98);
  transition: 0.3s;
}
.btn_i::after {
  order: -1;
  display: block;
  padding-bottom: 100%;
  content: "";
  border-radius: 50%;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/home5-home_application-img_bg/assets/img/add.svg") center center / 35.42% no-repeat;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.btn_i:hover {
  color: rgb(255, 255, 255);
}
.btn_i:hover::before {
  width: 100%;
}
.btn_i:hover::after {
  transform: rotate(45deg);
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
body {
  color: var(--primary);
}
.home_application::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(to top, var(--primary), transparent);
  z-index: -1;
  pointer-events: none;
}
.home_application .flex {
  height: 100vh;
  max-height: 77.3rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.home_application .head {
  flex: 1 1 0%;
  display: grid;
  grid-template-columns: 52.6% 1fr;
  gap: 3rem;
  padding-top: 3.1%;
}
.home_application .head h2 {
  font-size: 5.8rem;
  line-height: 1.41379;
  font-weight: 300;
  letter-spacing: 0.001rem;
  margin-top: 2.1%;
}
.home_application .rt {
  border-left: 1px solid rgb(255, 255, 255);
  padding: 3rem 0px 2.9rem 13.1%;
}
.home_application .rt p {
  font-size: 2.1rem;
  line-height: 3.1rem;
  color: rgb(254, 254, 254);
  font-weight: 300;
  letter-spacing: -0.045rem;
}
.home_application .btn_i {
  background-color: var(--primary);
  grid-template-columns: 1fr var(--w);
  padding: 0.6rem 0.6rem 0.6rem 3.4rem;
  color: rgb(255, 255, 255);
  font-size: 2.1rem;
  --w: 4.3rem;
  margin-top: 4.2rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  min-width: 31.5rem;
}
.home_application .btn_i::before {
  display: none;
}
.home_application .btn_i::after {
  order: unset;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/home5-home_application-img_bg/assets/img/arrow-r2.png") center center / 48.84% no-repeat
    rgb(255, 255, 255);
  transform: rotate(0deg);
  filter: unset;
}
.home_application .btn_i:hover::after {
  transform: scale(1.1);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .home_application .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .btn_i {
    --w: 40px;
    gap: 12px;
    min-width: 140px;
    padding-right: 14px;
    font-size: 14px;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn_i {
    --w: 40px;
    gap: 12px;
    min-width: 140px;
    padding-right: 14px;
    font-size: 14px;
    letter-spacing: unset;
  }
  .home_application .flex {
    height: auto;
    padding: 50px 0px;
  }
  .home_application .head {
    display: block;
    padding: 0px;
  }
  .home_application .head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    margin: 0px;
  }
  .home_application .head .btn_i {
    padding: 6px 6px 6px 20px;
    --w: 30px;
    letter-spacing: unset;
  }
  .home_application .rt {
    padding: 0px;
    border-left: none;
  }
  .home_application .rt p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 164.7rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  line-height: 4.5rem;
  padding: 0px 2.6rem;
  font-weight: 400;
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/home6-home_performance/assets/img/arrow.png") center center / contain no-repeat;
  opacity: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  padding: 0px 3.6rem 0px 1.6rem;
}
.btn:hover::after {
  margin-right: 0px;
  opacity: 1;
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
body {
  color: var(--primary);
}
.home_performance {
  background-color: rgb(231, 234, 243);
  padding: 12.5rem 0px 12.9rem;
}
.home_performance .grid {
  display: grid;
  grid-template-columns: 31% 1fr;
  background-color: var(--primary);
}
.home_performance .img {
  padding-bottom: 55.88%;
}
.home_performance .img:hover img {
  transform: scale(1.02);
}
.home_performance .head {
  align-self: center;
  padding: 3rem 5.6rem 4.2rem;
}
.home_performance .head p {
  font-size: 2.5rem;
  line-height: normal;
  letter-spacing: -0.019rem;
}
.home_performance h2 {
  letter-spacing: -0.035rem;
}
.home_performance p {
  margin-top: 1.7rem;
}
.home_performance .btn {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: var(--primary);
  margin-top: 4.4rem;
  font-size: 2.1rem;
  text-transform: unset;
  line-height: 4.1rem;
  letter-spacing: -0.015rem;
  padding: 0px 1.7rem 0px 1.2rem;
}
.home_performance .btn:hover {
  padding-right: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    min-width: 120px;
  }
  div.head .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  div.head .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .home_performance {
    padding: 50px 0px;
  }
  .home_performance .head {
    padding: 20px;
  }
  .home_performance .head p {
    font-size: 14px;
    letter-spacing: unset;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .home_performance .grid {
    grid-template-columns: 1fr;
  }
}

@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20%);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 164.7rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
body {
  color: var(--primary);
}
.home_partner {
  padding: 21.2rem 0px 8.6rem;
  overflow: hidden;
}
.home_partner .swiper_box {
  margin-top: 11.8rem;
}
.home_partner .swiper_box > div + div {
  margin-top: 2.2rem;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: linear;
}
.home_partner .home_partner_swiper .swiper-slide {
  max-width: 39.6rem;
}
.home_partner .home_partner_swiper .img {
  border-radius: 1.4rem;
  border: 2px solid rgb(231, 234, 243);
  padding-bottom: calc(40.61% - 3px);
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .home_partner {
    padding: 50px 0px;
  }
  .home_partner .swiper_box {
    margin-top: 30px;
  }
  .home_partner .swiper_box > div + div {
    margin-top: 16px;
  }
  .home_partner .home_partner_swiper .swiper-slide {
    max-width: 200px;
  }
  .home_partner .home_partner_swiper .swiper-slide .img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}