* {
  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;
}
.flex_bottom {
  align-items: flex-end;
}
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;
}
.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.bn p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.head.bn.white p {
  letter-spacing: 0.007rem;
}
.head h1 {
  font-size: 5.4rem;
  line-height: 1.18518;
  font-weight: 400;
  letter-spacing: 0.18rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.page_banner::after,
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.page_banner::after {
  background-image: linear-gradient(
    to top,
    rgb(0, 0, 0) 1.68%,
    transparent 90%
  );
}
.page_banner::before {
  width: 64%;
  background-image: linear-gradient(
    to right,
    rgb(25, 35, 59) -1.3rem,
    transparent
  );
}
.page_banner .breadcrumbs {
  line-height: 3rem;
  min-height: 5rem;
  padding-top: 1.1rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}
.page_banner .breadcrumbs span span::before {
  content: " > ";
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: 0.3s;
}
.page_banner .breadcrumbs span a:hover {
  text-decoration: underline;
}
.page_banner .flex {
  min-height: 48.5rem;
  padding: 3rem 0px 11.8rem;
}
.page_banner .head {
  flex: 1 1 0%;
}
.page_banner .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}
.page_banner .cats span {
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary);
  padding: 0.7rem 1.85rem 0.8rem;
}
.page_banner .cats span:first-child {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
}
.page_banner h1 {
  max-width: 79rem;
}
.page_banner p {
  max-width: 58rem;
  margin-top: 2.4rem;
}
.page_banner::before {
  display: none;
}
.page_banner p {
  max-width: 83rem;
}
@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;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.bn.white p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    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;
  }
  .page_banner .breadcrumbs {
    line-height: 20px;
    min-height: 40px;
    padding-top: 10px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs + .flex {
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .cats {
    gap: 6px;
    margin-bottom: 10px;
  }
  .page_banner .cats span {
    font-size: 14px;
    padding: 5px 10px;
  }
}

@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);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.page_nav {
  border-bottom: 1px solid rgb(212, 212, 212);
}
.page_nav .nav {
  max-width: 100%;
}
.page_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5.3rem;
}
.page_nav .nav .nav_item {
  cursor: pointer;
  display: block;
  transition: 0.3s;
  font-weight: 500;
  color: var(--primary);
  border-bottom: 0.5rem solid transparent;
  padding: 2.1rem 0px;
  margin-bottom: -0.3rem;
}
.page_nav .nav .nav_item.active,
.page_nav .nav .nav_item:hover {
  border-bottom-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;
  }
}

@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;
  }
  .gap {
    gap: 20px;
  }
  .page_nav .flex {
    gap: 0px 20px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0px -30px -3px;
    padding: 0px 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
  }
  .page_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav .nav_item {
    padding: 16px 0px;
    margin: 0px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0px -20px;
    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);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
body{
  font-family: "Inter", sans-serif;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.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/product3-product_capability/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 h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.product_capability {
  padding: 12rem 0px 7.5rem;
  padding-bottom: 0;
}
.border_b{
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #CDD5E0;
}
.product_capability h2{
  margin-bottom: 2rem; color:var(--title);
}
.product_capability .head p{
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.product_capability .img {
  width: 42.36%;
  
  aspect-ratio: 610/410;
}
.product_capability .img:hover img {
  transform: scale(1.02);
}
.product_capability .head {
  flex: 1 1 0%;
  width: 100%;
  color: var(--primary);
  max-width: 100%;
  margin-bottom: 5.8rem;
}
.product_capability .head p{
  max-width: 128rem;
}
.product_capability .head ul {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-top: 3.3rem;
}
.product_capability .head ul li + li {
  margin-top: 0.4rem;
}
.product_capability .head ul li {
  position: relative;
  padding-left: 1.2rem;
}
.product_capability .head ul li::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 0px;
  top: 1.1rem;
  content: "";
  background-color: var(--primary);
}
.product_capability .btn {
  border-color: rgb(11, 62, 133);
  background-color: rgb(11, 62, 133);
  min-width: 19.8rem;
  margin-top: 3.6rem;
}
.product_capability .btn:hover {
  background-color: transparent;
  color: rgb(11, 62, 133);
}
.product_advantages .img {
  width: 53.0556%;
  border-radius: 1.2rem;
  margin-left: -2.08333%;
}

.product_capability .table{
  margin-left: 4rem;
  max-width: 60rem;
}
.product_capability .table .item{
  padding: 1.6rem 1.8rem;
  display: flex;
  align-items: center;
  color: var(--primary);
  border-top: 1px solid #CDD5E0;
}
.product_capability .table .item.active{
  background-color: #062E62;
}
.product_capability .table .item.active{
  color: white;
}
.product_capability .table .item.active strong{
  border-color: white;
}
.product_capability .table .item:last-of-type{
  border-bottom: 1px solid #CDD5E0;
}
.product_capability .table .item strong{
  width: 29.5%;
  display: inline-block;
  font-size: 1.9rem;
  border-right: 1px solid #062E62;
  font-weight: 400;
  transition: all 0.3s;
}
.product_capability .table .item span{
  width: 64%;
  font-size: 1.9rem;
  display: inline-block;
  text-align: center;
  font-weight: 300;
}

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

@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;
  }
  .gap {
    gap: 20px;
  }
  .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 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;
  }
  .product_capability {
    padding: 50px 0px;
  }
  .product_capability .img {
    width: 48%;
    margin: 0px;
  }
  .product_capability .head {
    padding: 0px;
  }
  .product_capability .head ul {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .product_capability .head ul li + li {
    margin-top: 10px;
  }
  .product_capability .head ul li {
    padding-left: 10px;
  }
  .product_capability .head ul li::before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .product_advantages .img {
    border-radius: 10px;
  }
  .product_capability .head p{
    font-size: 14px;
    line-height: 1.6;
  }
  .product_capability .head{
    margin-bottom: 15px;
  }
  .product_capability .table{
    margin-left: 0;
  }
  .product_capability .table .item strong, .product_capability .table .item span{
    font-size: 14px;
  }
}

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

@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);
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.product_adv_table {
  padding: 9.5rem 0px 10.8rem;
}
.product_adv_table .table + .table {
  margin-top: 3.7rem;
}
.product_adv_table .head + .head{
  margin-top: 9.5rem;
}
.product_adv_table table {
  table-layout: fixed;
}
.product_adv_table table th,
.product_adv_table table td {
  text-align: left;
  padding: 1.7rem 2.6rem 1.4rem;
}
.product_adv_table table th:last-of-type,
.product_adv_table table td:last-of-type {
  width: 15.8%;
}
.product_adv_table table th {
  font-size: 2.5rem;
  background-color: var(--primary);
  color: rgb(255, 255, 255);
  font-weight: 300;
}
.product_adv_table table td {
  font-size: 2.3rem;
  color: var(--primary);
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  letter-spacing: -0.06rem;
}
.product_adv_table table tbody tr:nth-child(2n) {
  background-color: rgb(235, 235, 236);
}


.product_adv_table .head ul {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-top: 3.3rem;
}
.product_adv_table .head ul li + li {
  margin-top: 0.4rem;
}
.product_adv_table .head ul li {
  position: relative;
  padding-left: 1.2rem;
  list-style: none;
}
.product_adv_table .head ul li::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 0px;
  top: 1.1rem;
  content: "";
  background-color: var(--primary);
}
.product_adv_table .tables{
  margin-top: 5.6rem;
}

.product_adv_table h2{
  margin-bottom: 2rem;
}
.product_adv_table .head p{
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 400;
}  .product_adv_table table tr th:not(:first-of-type), .product_adv_table table tr td:not(:first-of-type){
  text-align: center;
}

@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;
  }
  .product_adv_table table th:last-of-type,
  .product_adv_table table td:last-of-type {
    width: auto;
  }
}

@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;
  }
  .product_adv_table {
    padding: 50px 0px;
  }
  .product_adv_table .table + .table {
    margin-top: 30px;
  }
  .product_adv_table table td,
  .product_adv_table table th {
    padding: 14px;
  }
  .product_adv_table table td:last-of-type,
  .product_adv_table table th:last-of-type {
    width: auto;
  }
  .product_adv_table table th {
    font-size: 15px;
  }
  .product_adv_table table td {
    font-size: 14px;
    letter-spacing: unset;
  }

  
  .head h2 {
    font-size: 4rem;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    margin-bottom: 1rem;
  }
  .product_adv_table .head ul li{
    font-size: 14px;
    line-height: 1.6;
  }
  .product_adv_table .head + .head{
    margin-top: 25px;
  }
  .product_adv_table .head p{
    font-size: 14px;
    line-height: 1.6;
  }
}

@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);
}
.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/product6-page_free-product_solutions/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 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);
}
section.product_solutions {
  background-color: rgb(231, 234, 243);
  color: rgb(44, 46, 48);
}
@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);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head.sm h2 {
  font-size: 3.6rem;
  letter-spacing: 0.095rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.product_intro {
  padding: 12rem 0px 12rem;
}
.product_intro .img {
  width: 52.0139%;
  height: auto;
}
.product_intro .img:hover img {
  transform: scale(1.02);
}
.product_intro .head {
  flex: 1 1 0%;
  width: 100%;
  color: var(--primary);
  max-width: 63.5rem;
}
.product_intro .head ul {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-top: 3.3rem;
}
.product_intro .head ul li + li {
  margin-top: 0.4rem;
}
.product_intro .head ul li {
  position: relative;
  padding-left: 1.2rem;
}
.product_intro .head ul li::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 0px;
  top: 1.1rem;
  content: "";
  background-color: var(--primary);
}
.product_applications {
  padding: 12rem 0px 12rem;
}
.product_applications .head {
  max-width: 64.9rem;
}
.product_applications .head h2 {
  font-size: 3.3rem;
  letter-spacing: 0.028rem;
}
.product_applications .head ul {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .product_intro .img {
    margin: 0px;
    width: 50%;
  }
}

@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;
  }
  .gap {
    gap: 20px;
  }
  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;
  }
  .product_intro {
    padding: 50px 0px;
  }
  .product_intro .img {
    width: 48%;
    margin: 0px;
  }
  .product_intro .head {
    padding: 0px;
  }
  .product_intro .head ul {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .product_intro .head ul li + li {
    margin-top: 10px;
  }
  .product_intro .head ul li {
    padding-left: 10px;
  }
  .product_intro .head ul li::before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}

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

* {
  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);
}
.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.free_faqs .flex {
  padding: 4.6rem 0px 4rem;
}
.page_free .flex {
  min-height: 22rem;
  padding: 9.5rem 0px 8rem;
}
.page_free .head {
  flex: 1 1 0%;
}
@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;
  }
  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;
  }
  .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;
  }
}

* {
  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;
}
li {
  list-style: none;
}
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_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/application7-application_components/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);
}
.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;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.application_components {
  padding: 7.2rem 0px 12rem;
}
.application_components p {
  max-width: 140rem;
  color: var(--primary);
  margin-top: 3.1rem;
}
.application_components .items {
  margin-top: 2.7rem;
}
.application_components .items li:first-child .item {
  border-top: none; padding-top:2rem;
}
.application_components .item {
  border-bottom: 1px solid rgb(239, 239, 239);
  display: grid;
  grid-template-columns: 35.4861% 1fr;
  align-items: center;
  gap: 2rem 4.375%;
  padding: 5.3rem 0px 5.4rem;
}
.application_components .item:hover img {
  transform: scale(1.02);
}
.application_components .item .img {
  border-radius: 1.6rem;
  padding-bottom: 81.2133%;
}
.application_components .item .info .title {
  font-size: 3.6rem;
  letter-spacing: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.application_components .item .info .desc {
  max-width: 75rem;
  margin-top: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.application_components .item .info .btn_i {
  margin-top: 4.6rem;
}
@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_i {
    --w: 40px;
    gap: 12px;
    min-width: 140px;
    padding-right: 14px;
    font-size: 14px;
  }
  .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;
  }
  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;
  }
  .application_components {
    padding: 50px 0px;
  }
  .application_components .items {
    margin-top: 30px;
  }
  .application_components .item {
    padding: 20px 0px;
    gap: 20px;
  }
  .application_components .item .img {
    border-radius: 10px;
  }
  .application_components .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .application_components .item .info .desc {
    margin-top: 10px;
    letter-spacing: unset;
  }
  .application_components .item .info .btn_i {
    margin-top: 20px;
  }
}

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

* {
  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;
}
i,
em {
  font-style: normal;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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;
}
.product_video {
  background-color: var(--primary);
  padding: 11.7rem 0px 8.2rem;
}
.product_video .video {
  position: relative;
  width: 100%;
  padding-bottom: 48.0556%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 5.4rem;
}
.product_video .video video,
.product_video .video img,
.product_video .video iframe,
.product_video .video div:not(.btn_play) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.product_video .video .btn_play {
  position: absolute;
  width: 7rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition:
    0.4s,
    opacity 0.3s;
  cursor: pointer;
  background-color: var(--primary);
}
.product_video .video .btn_play::after {
  display: block;
  padding-bottom: 100%;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/product11-product_video/assets/img/play.svg") left 65% center / 38.6% no-repeat;
  content: "";
  filter: contrast(0) brightness(2);
}
.product_video .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_video .video.active .btn_play {
  opacity: 0;
}
@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;
  }
  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;
  }
  .product_video {
    padding: 50px 0px;
  }
  .product_video .video {
    margin-top: 30px;
  }
  .product_video .video .btn_play {
    width: 50px;
  }
}

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

.product_video input {
  position: absolute;
  z-index: 9;
  right: 1rem;
  bottom: 1rem;
  padding: 8px;
  width: 80%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 8rem;
}
.toplevel_page_sytech_fronteditor .product_video input {
  display: block;
}
.product_video input + input {
  margin-bottom: 4rem;
}
.product_video input + input + input {
  margin-bottom: 0;
}
* {
  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;
}
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;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.sm h2 {
  font-size: 3.6rem;
  letter-spacing: 0.095rem;
}
.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;
}
.product_related {
  padding: 9.5rem 0px 9.5rem;
}
.product_related .grid {
  display: grid;
  grid-template-columns: 38.625% 1fr;
  margin: 0px -4.02778%;
  gap: 1.6rem;
}
.product_related .img {
  padding-bottom: 72.5458%;
}
.product_related .img:hover img {
  transform: scale(1.02);
}
.product_related .head {
  background-color: rgb(231, 234, 243);
  color: var(--primary);
  padding: 4.8rem 4.7rem;
}
.product_related p {
  line-height: 2.3rem;
  max-width: 54.1rem;
  margin-top: 1.5rem;
  letter-spacing: -0.059rem;
}
.product_related .more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.7rem;
  font-weight: 500;
  color: rgb(0, 42, 252);
  gap: 1rem;
  margin-top: 3.8rem;
  letter-spacing: -0.06rem;
}
.product_related .more::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/product12-product_related/assets/img/arrow-r3.png") center center / contain no-repeat;
}
.product_related .more:hover::after {
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .product_related .grid {
    margin: 0px;
  }
}

@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;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  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 .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .product_related {
    padding: 50px 0px;
  }
  .product_related .grid {
    margin: 0px;
  }
  .product_related .head {
    padding: 20px;
  }
  .product_related .more {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 20px;
    gap: 8px;
  }
  .product_related .more::after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .product_related .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);
}
.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);
}
.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.free_faqs .flex {
  padding: 4.6rem 0px 4rem;
}
.page_free .flex {
  min-height: 22rem;
  padding: 9.5rem 0px 8rem;
}
.page_free .head {
  flex: 1 1 0%;
}
@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;
  }
  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;
  }
  .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;
  }
}

* {
  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;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.page_faqs {
  padding: 9.5rem 0px 17.3rem;
}
.page_faqs .faqs .faq_item {
  border: 1px solid rgba(224, 224, 224, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 0.8rem;
  margin-bottom: 3.2rem;
  color: var(--primary);
}
.page_faqs .faqs .faq_item:last-child {
  margin-bottom: 0px;
}
.page_faqs .faqs .faq_item.active .question::after {
  transform: rotate(180deg);
  opacity: 1;
}
.page_faqs .faqs .question {
  display: grid;
  grid-template-columns: 1fr 1.6rem;
  align-items: center;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 500;
  gap: 2rem;
  padding: 2.9rem 4rem;
  letter-spacing: 0.022rem;
}
.page_faqs .faqs .question::after {
  display: block;
  padding-bottom: 100%;
  content: "";
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/product14-page_faqs/assets/img/icon-select.svg") center center / contain no-repeat;
  opacity: 0.5;
  transition: 0.3s;
}
.page_faqs .faqs .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0px 4rem 4rem;
}
.page_faqs .desc {
  color: var(--primary);
  margin-top: 4.8rem;
  max-width: 139.3rem;
}
.page_faqs .desc p {
  letter-spacing: -0.004rem;
}
@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;
  }
}

@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;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .page_faqs {
    padding: 50px 0px;
  }
  .page_faqs .faqs .faq_item {
    margin-bottom: 14px;
  }
  .page_faqs .faqs .question {
    font-size: 18px;
    grid-template-columns: 1fr 14px;
    gap: 14px;
    padding: 14px 20px;
    letter-spacing: unset;
  }
  .page_faqs .faqs .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 20px 20px;
  }
  .page_faqs .faqs + .desc {
    margin-top: 20px;
  }
  .page_faqs .faqs + .desc p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
}

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