
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
li.swiper-slide {
  height: auto;
}
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_ct img {
  object-fit: contain;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home1-home_banner/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head.ban p {
  font-size: 2rem;
}
.head.ban .subtitle {
  border: none;
  padding: 0px;
  gap: 1.1rem;
}
.head.ban.white p {
  letter-spacing: 0.15px;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  font-weight: 300;
  letter-spacing: 0.2px;
}
.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.13px;
}
.head.white h1 {
  font-weight: 600;
  letter-spacing: 3.4px;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h1 {
  font-size: 6.4rem;
  line-height: 1.20312;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home_banner > div {
  position: static;
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 81.6rem;
  padding: 4rem 0px 2.6rem;
}
.home_banner .home_banner_swiper .img {
  align-self: flex-end;
  width: 51.875%;
  --h: 93.173%;
  margin-right: 0.902778%;
}
.home_banner .home_banner_swiper .img:hover img {
  transform: scale(1.02);
}
.home_banner .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 63.8rem;
  padding-bottom: 6.4%;
}
.home_banner .head .subtitle {
  margin-bottom: -1px;
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.2px;
}
.home_banner .head .title {
  font-size: 6.4rem;
  line-height: 1.20312;
  font-weight: 600;
  letter-spacing: 3.4px;
}
.home_banner .head p {
  margin-top: 1.5rem;
  max-width: 49.9rem;
}
.home_banner .head .btn {
  margin-top: 3.4rem;
}
.home_banner .btns {
  width: 98%;
  max-width: 179.4rem;
  position: absolute;
  left: 50%;
  top: 39.9%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.home_banner .btns div {
  pointer-events: all;
  width: 1.1rem;
  height: 2.2rem;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home1-home_banner/assets/img/arrow2.svg") center center / contain no-repeat;
  content: "";
  cursor: pointer;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.home_banner .btns div:hover {
  filter: unset;
}
.home_banner .btns .swiper_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .btns .swiper-button-disabled,
.home_banner .btns .swiper-button-lock {
  pointer-events: none;
}
.home_banner div.swiper-pagination {
  position: absolute;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  bottom: 2.6rem;
  pointer-events: none;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  margin: 0px;
  transition:
    0.4s,
    opacity 0.3s;
  pointer-events: all;
}
.home_banner div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.4rem;
  border-radius: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h1 {
    font-size: 6rem;
  }
  .home_banner .head .title {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .home_banner .head .title {
    font-size: 5rem;
  }
  .home_banner .home_banner_swiper .img {
    margin-right: 0px;
    width: 50%;
    align-self: center;
  }
}

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head.ban .subtitle {
    gap: 10px;
    line-height: 1.5;
  }
  div.head.ban p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.ban.white p {
    letter-spacing: unset;
  }
  div.head.white h1 {
    letter-spacing: unset;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
    gap: 10px;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  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;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .home_banner .home_banner_swiper .flex {
    min-height: unset;
    height: auto;
    max-height: unset;
    padding: 30px 0px 50px;
  }
  .home_banner .home_banner_swiper .img {
    width: 48%;
    margin-right: 0px;
  }
  .home_banner .head {
    max-width: unset;
    padding: 0px;
  }
  .home_banner .head .subtitle {
    margin-bottom: 10px;
    letter-spacing: unset;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .home_banner .head p {
    margin-top: 12px;
  }
  .home_banner .head .btn {
    padding-left: 20px;
    margin-top: 20px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_banner div.swiper-pagination {
    gap: 10px;
    bottom: 20px;
  }
  .home_banner div.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .home_banner div.swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_banner .home_banner_swiper .img {
    width: 100%;
    order: -1;
  }
  .home_banner .home_banner_swiper .flex {
    padding-bottom: 70px;
  }
}

.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: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
li.swiper-slide {
  height: auto;
}
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 {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home3-home_compare/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home3-home_compare/assets/img/arrow.svg") center center / 31% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 169.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.compare_swiper {
  position: relative;
  border-radius: 1.8rem;
  overflow: hidden;
}
.compare_swiper .swiper_btns {
  width: 94.5%;
}
.compare_swiper .swiper_btns .swiper-button-disabled {
  background-color: rgba(22, 22, 22, 0.5);
  border-color: transparent;
}
.compare_swiper .swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.compare_box {
  position: relative;
  user-select: none;
  border-radius: 1.8rem;
  overflow: hidden;
}
.compare_box .wrap {
  position: relative;
}
.compare_box .wrap .img {
  position: relative;
}
.compare_box .wrap .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 32.353%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0.74;
  pointer-events: none;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent 72.16%);
}
.compare_box .wrap .info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 3.1% 2.6966%;
}
.compare_box .wrap .info .subtitle {
  margin-bottom: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.15px;
}
.compare_box .wrap .info .title {
  font-size: 2.2rem;
  letter-spacing: 0.26px;
}
.compare_box .wrap2 {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  border-left: 4px solid rgb(255, 255, 255);
}
.compare_box .wrap2 .button {
  position: absolute;
  left: -2px;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home3-home_compare/assets/img/scrollblock.svg") center center / contain no-repeat;
  cursor: pointer;
}
.compare_box .wrap2 .button::after {
  content: "";
  display: block;
  padding-bottom: 170.833%;
  pointer-events: none;
}
.compare_box .wrap2 .hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.compare_box .wrap2 .img2 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
.compare_box .wrap2 .info {
  left: unset;
  right: 0px;
  text-align: right;
}
.home_compare {
  padding: 9.3rem 0px 5rem;
  overflow: hidden;
}
.home_compare .head {
  flex: 1 1 0%;
  max-width: 50.5rem;
  width: 100%;
  padding-bottom: 1.1%;
}
.home_compare .subtitle {
  margin-bottom: 3.8rem;
}
.home_compare p {
  max-width: 45.5rem;
  margin-top: 3.7rem;
}
.home_compare .btn {
  margin-top: 5rem;
}
.home_compare .home_compare_swiper {
  width: 61.7919%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  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;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .compare_swiper {
    border-radius: 10px;
  }
  .compare_box .wrap .info .subtitle {
    margin-bottom: 10px;
    letter-spacing: unset;
  }
  .compare_box .wrap .info .title {
    font-size: 16px;
    letter-spacing: unset;
  }
  .compare_box .wrap2 .button {
    width: 22px;
  }
  .home_compare {
    padding: 50px 0px;
  }
  .home_compare .head {
    max-width: unset;
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_compare .home_compare_swiper {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
li.swiper-slide {
  height: auto;
}
.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_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;
}
.home_certifications {
  padding: 5rem 0px 16.5rem;
}
.home_certifications h2 {
  font-size: 2.4rem;
  line-height: 1.54167;
  font-weight: 400;
  color: rgb(35, 35, 35);
  max-width: 22.3rem;
  letter-spacing: 0.2px;
}
.home_certifications .home_certifications_swiper {
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
  border-left: 1px solid rgba(35, 35, 35, 0.15);
}
.home_certifications .home_certifications_swiper::before {
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    transparent
  );
  z-index: 2;
}
.home_certifications .home_certifications_swiper .swiper-wrapper {
  transition: linear;
}
.home_certifications .home_certifications_swiper .swiper-slide {
  max-width: 10rem;
}
.home_certifications .home_certifications_swiper .img {
  padding-bottom: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .home_certifications {
    padding: 50px 0px;
    overflow: hidden;
  }
  .home_certifications .flex {
    display: block;
  }
  .home_certifications h2 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .home_certifications .home_certifications_swiper {
    overflow: unset;
    border-left: none;
    margin-top: 30px;
  }
  .home_certifications .home_certifications_swiper::before {
    display: none;
  }
  .home_certifications .home_certifications_swiper .swiper-slide {
    max-width: 80px;
  }
}

@media screen and (max-width: 576px) {
  .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: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
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_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 {
  display: inline-grid;
  grid-template-columns: 1fr 4.8rem;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--title);
  gap: 1.8rem;
}
.btn_i::after {
  padding-bottom: 100%;
  border-radius: 50%;
  content: "";
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/home6-page_about/assets/img/arrow-tr-w.svg") no-repeat center / 22.92%
    var(--primary);
  transition: 0.3s;
}
.btn_i:hover {
  color: var(--secondary);
  transform: translateX(2%);
}
.btn_i:hover::after {
  transform: rotate(45deg);
  background-color: var(--secondary);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_about {
  padding: 11rem 0px 10rem;
}
.page_about .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 93.3rem;
}
.page_about .subtitle {
  margin-bottom: 3.4rem;
  padding: 0px 1.7rem;
}
.page_about h2 {
  letter-spacing: 2.3px;
}
.page_about p {
  max-width: 79rem;
  margin-top: 3.3rem;
}
.page_about .btn_i {
  margin-top: 4.8rem;
}
.page_about .nums {
  min-width: 30.9rem;
  margin-right: 3.95833%;
  margin-bottom: 0.8rem;
}
.page_about .nums ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
  gap: 4.3rem 3rem;
}
.page_about .nums .wrap {
  font-size: 5.2rem;
  font-weight: 600;
  color: var(--secondary);
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page_about .nums .wrap .num {
  font-size: 5.775rem;
  font-weight: 600;
  color: rgb(33, 33, 33);
}
.page_about .nums .line {
  height: 1px;
  background-color: rgb(214, 214, 214);
  margin: 1.5rem 0px 2.2rem;
}
.page_about .nums .label {
  font-size: 1.8rem;
  color: rgb(66, 66, 66);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.page_about .page_about_swiper {
  overflow: hidden;
  margin-top: 6.2rem;
}
.page_about .page_about_swiper .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 63.3333% 1fr;
  gap: 2rem 2.43056%;
}
.page_about .page_about_swiper .img {
  border-radius: 1.8rem;
  padding-bottom: 52.6316%;
}
.page_about .page_about_swiper .img:hover img {
  transform: scale(1.02);
}
.page_about .page_about_swiper .box {
  border-radius: 1.8rem;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 7.5% 10.53% 9.6%;
}
.page_about .page_about_swiper .info {
  margin-top: auto;
}
.page_about .page_about_swiper .info h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 600;
  max-width: 31.1rem;
  letter-spacing: 0.5px;
}
.page_about .page_about_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 2.6rem;
  letter-spacing: 0.01px;
}
.page_about .page_about_nav_swiper {
  overflow: hidden;
  padding-top: 1px;
  margin-top: 5.1rem;
}
.page_about .page_about_nav_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  transition:
    color 0.3s,
    font-weight 0.3s;
  font-size: 2.2rem;
  color: rgba(22, 22, 22, 0.6);
  border-top: 1px solid rgba(15, 15, 15, 0.19);
  padding-top: 2.3rem;
  max-width: 342px;
}
.page_about .page_about_nav_swiper .swiper-slide::after {
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: -1px;
  content: "";
  background-color: var(--secondary);
}
.page_about .page_about_nav_swiper .swiper-slide-thumb-active {
  color: var(--title);
  font-weight: 500;
}
.page_about .page_about_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: width 5s linear;
}
div.pagination {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  gap: 1.6rem;
}
div.pagination .line {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: rgb(162, 162, 162);
  content: "";
}
div.pagination .current {
  color: rgb(12, 12, 12);
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .page_about .nums .wrap {
    font-size: 4rem;
  }
  .page_about .nums .wrap .num {
    font-size: 4.6rem;
  }
}

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn_i {
    font-size: 14px;
    grid-template-columns: 1fr 40px;
    gap: 12px;
    line-height: 1.5;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  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;
  }
  .page_about {
    padding: 50px 0px;
    overflow: hidden;
  }
  .page_about .head {
    max-width: unset;
  }
  .page_about .nums {
    min-width: unset;
    width: 100%;
    margin: 0px;
  }
  .page_about .nums ul {
    gap: 20px;
  }
  .page_about .nums .wrap {
    font-size: 18px;
    letter-spacing: unset;
  }
  .page_about .nums .wrap .num {
    font-size: 20px;
  }
  .page_about .nums .label {
    font-size: 14px;
    letter-spacing: unset;
  }
  .page_about .nums .line {
    margin: 10px 0px;
  }
  .page_about .page_about_swiper {
    margin-top: 30px;
  }
  .page_about .page_about_swiper .img {
    border-radius: 10px;
  }
  .page_about .page_about_swiper .box {
    border-radius: 10px;
    gap: 20px;
    padding: 20px;
  }
  .page_about .page_about_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    letter-spacing: unset;
  }
  .page_about .page_about_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .page_about .page_about_nav_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .page_about .page_about_nav_swiper .swiper-slide {
    padding-top: 14px;
    font-size: 14px;
    max-width: 168px;
  }
  div.pagination {
    font-size: 14px;
    gap: 12px;
  }
  div.pagination .line {
    width: 22px;
  }
}

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

.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;
}
.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: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
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;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.page_faqs {
  padding: 9.75rem 0px 14.8rem;
}
.page_faqs .head {
  flex-direction: row-reverse;
  gap: 0px 2rem;
}
.page_faqs h2 {
  letter-spacing: 1.2px;
}
.page_faqs .subtitle {
  margin-top: 1.1rem;
}
.page_faqs .main {
  margin-top: 4.3rem;
}
.page_faqs .items {
  width: 32.8472%;
  margin-top: 1.5%;
}
.page_faqs .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
  gap: 2.1rem 2rem;
}
.page_faqs .items .item {
  display: grid;
  grid-template-columns: 1fr 22%;
  align-items: start;
  height: 100%;
  border-radius: 1.6rem;
  background-color: var(--bg2);
  transition: 0.3s;
  gap: 2rem;
  padding: 6.1311% 6.77% 8.034% 8.6681%;
}
.page_faqs .items .item:hover {
  box-shadow: var(--shadow);
}
.page_faqs .items .icon {
  padding-bottom: 100%;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
}
.page_faqs .items .info {
  margin-top: 1.1rem;
}
.page_faqs .items .info h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: rgb(34, 30, 31);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_faqs .items .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(76, 76, 76);
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_faqs .items .info i {
  width: 1.9rem;
  display: block;
  margin-top: 3.2rem;
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/applications4-page_faqs/assets/img/arrow-r-b2.svg") center center / contain no-repeat;
}
.page_faqs .items .info i::after {
  padding-bottom: 68.42%;
  display: block;
  content: "";
  pointer-events: none;
}
.page_faqs .faqs {
  flex: 1 1 0%;
  width: 100%;
  max-width: 85.6rem;
  margin-right: 1.59722%;
}
.faq_list .faq_item {
  border-bottom: 1px solid rgb(198, 198, 198);
  position: relative;
}
.faq_list .faq_item::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  background-color: var(--secondary);
  transition: 0.3s;
  opacity: 0;
}
.faq_list .faq_item.active::after {
  opacity: 1;
}
.faq_list .faq_item.active .question::before,
.faq_list .faq_item.active .question::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_list .faq_item.active .question::before {
  opacity: 0;
}
.faq_list .faq_item.active .question::after {
  opacity: 1;
}
.faq_list .question {
  cursor: pointer;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(34, 30, 31);
  padding: 2.9rem 4rem 2.5rem 0px;
  letter-spacing: 0.04px;
}
.faq_list .question::before,
.faq_list .question::after {
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/applications4-page_faqs/assets/img/icon-select.svg") center center / contain no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_list .question::after {
  opacity: 0;
  background-image: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/applications4-page_faqs/assets/img/icon-select-red.svg");
}
.faq_list .answer {
  display: none;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
  padding-bottom: 3.7rem;
}
.page_faqs {
  padding-bottom: 18.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 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 {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_faqs {
    padding: 50px 0px;
  }
  .page_faqs .head .subtitle {
    margin: 0px;
  }
  .page_faqs .main {
    margin-top: 30px;
  }
  .page_faqs .items {
    width: 100%;
    margin: 0px;
  }
  .page_faqs .items ul {
    gap: 20px;
  }
  .page_faqs .items .item {
    border-radius: 10px;
    grid-template-columns: 1fr 50px;
    gap: 16px;
  }
  .page_faqs .items .icon {
    border-radius: 10px;
  }
  .page_faqs .items .info {
    margin-top: 0px;
  }
  .page_faqs .items .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_faqs .items .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_faqs .items .info i {
    width: 14px;
    margin-top: 20px;
  }
  .page_faqs .faqs {
    max-width: unset;
    margin: 0px;
  }
  .faq_list .question {
    font-size: 18px;
    letter-spacing: unset;
    padding: 14px 30px 14px 0px;
  }
  .faq_list .question::before,
  .faq_list .question::after {
    width: 14px;
    height: 14px;
  }
  .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    letter-spacing: unset;
  }
  .page_faqs {
    padding-bottom: 50px;
  }
}

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