* {
  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;
}
.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;
}
.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;
  pointer-events: none;
}
.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/capabilities1-capabilities_banner-img_bg/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;
}
.capabilities_banner {
  overflow: hidden;
}
.capabilities_banner .flex {
  height: 100vh;
  max-height: 81.6rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.capabilities_banner .head {
  position: relative;
  z-index: 2;
  flex: 1 1 0%;
  width: 100%;
  max-width: 55rem;
  padding-bottom: 5.4%;
}
.capabilities_banner .head h1 {
  letter-spacing: 3.5px;
}
.capabilities_banner .subtitle {
  margin-bottom: -2px;
}
.capabilities_banner p {
  max-width: 49.9rem;
  margin-top: 1.6rem;
}
.capabilities_banner .btn {
  margin-top: 3.4rem;
}
.capabilities_banner .rt {
  position: relative;
  width: 58.9583%;
}
.capabilities_banner .rt .img:hover img {
  transform: scale(1.02);
}
.capabilities_banner .rt .img_ct {
  width: 80%;
  max-width: 46rem;
  --h: 100%;
  margin-top: 22.2%;
}
.capabilities_banner .rt .imgs {
  position: static;
}
.capabilities_banner .rt .imgs ul {
  position: static;
}
.capabilities_banner .rt .imgs .img {
  position: absolute;
  width: 49.1166%;
  --h: 100%;
  border-radius: 7.2rem;
  mask: url("https://www.fariplasmatech.com////wp-content/plugins/sytech-fronteditor/sytpl/capabilities1-capabilities_banner-img_bg/assets/img/capabilities-mask.svg") no-repeat;
}
.capabilities_banner .rt .imgs .lar_img {
  width: 77.9741%;
  mask-image: url("https://www.fariplasmatech.com////wp-content/plugins/sytech-fronteditor/sytpl/capabilities1-capabilities_banner-img_bg/assets/img/capabilities-mask2.svg");
}
.capabilities_banner .rt .imgs li:nth-child(1) {
  left: 21.44%;
  top: -19.69%;
}
.capabilities_banner .rt .imgs li:nth-child(2) {
  left: 82.33%;
  top: 48%;
}
.capabilities_banner .rt .imgs li:nth-child(3) {
  left: 109.2%;
  top: -5.54%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h1 {
    font-size: 6rem;
  }
  .capabilities_banner .rt .imgs .lar_img {
    width: 65%;
  }
  .capabilities_banner .rt .imgs li:nth-child(2) {
    left: 60%;
  }
  .capabilities_banner .rt .imgs li:nth-child(3) {
    left: 90%;
  }
}

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

@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;
  }
  .capabilities_banner .flex {
    height: auto;
    max-height: unset;
    min-height: unset;
    padding: 50px 0px;
  }
  .capabilities_banner .head {
    max-width: unset;
    padding: 0px;
  }
  .capabilities_banner .rt .img_ct {
    margin-top: 0px;
  }
  .capabilities_banner .rt .imgs .lar_img {
    width: 65%;
  }
  .capabilities_banner .rt .imgs li:nth-child(2) {
    left: 66%;
  }
  .capabilities_banner .rt .imgs li:nth-child(3) {
    left: 90%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .capabilities_banner .rt {
    width: 100%;
    order: -1;
  }
}

* {
  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;
}
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_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/capabilities2-page_intro-next_sp/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 .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_intro {
  padding: 7.7rem 0px;
  overflow: hidden;
}
.page_intro.next_sp {
  padding-bottom: 2.5rem;
}
.page_intro .head {
  flex: 1 1 0%;
  max-width: 57.2rem;
  width: 100%;
  padding-bottom: 6%;
}
.page_intro .subtitle {
  margin-bottom: 3.1rem;
}
.page_intro h2 {
  letter-spacing: 2.2px;
}
.page_intro p {
  margin-top: 3.3rem;
}
.page_intro .btn {
  margin-top: 3.1rem;
  min-width: 22.6rem;
  padding-left: 1.9rem;
}
.page_intro .img {
  border-radius: 2rem;
  width: 50.9722%;
  --h: 64.98764%;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
.page_intro {
  padding-top: 19.9rem;
}
@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;
  }
  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;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro.next_sp {
    padding-bottom: 30px;
  }
  .page_intro .flex .head {
    max-width: unset;
    padding: 0px;
  }
  .page_intro .head h2 {
    margin-bottom: 10px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
  .page_intro {
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_intro .flex .img {
    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;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.page_services {
  padding: 2.6rem 0px 8.3rem;
}
.services_swiper {
  overflow: hidden;
  border-radius: 2.2rem;
  padding-bottom: 1rem;
}
.services_swiper .active .service_item::before {
  background-color: var(--secondary);
}
.services_swiper .active .icon {
  background-color: var(--secondary);
}
.services_swiper .active .icon img {
  filter: contrast(0) brightness(2);
}
.service_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.2rem;
  border: 1px solid rgb(206, 206, 206);
  position: relative;
  z-index: 2;
  padding: 14.8% 5% 16.5%;
}
.service_item.active::before {
  background-color: var(--secondary);
}
.service_item.active .icon {
  background-color: var(--secondary);
}
.service_item.active .icon img {
  filter: contrast(0) brightness(2);
}
.service_item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 2.2rem;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  z-index: -1;
  content: "";
}
.service_item::before {
  width: 82.6%;
  height: 35.6%;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  content: "";
  transform: translateX(-50%);
  border-radius: 2.2rem;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--primary);
}
.service_item .icon {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 1.3rem;
  background-color: var(--bg2);
  transition: 0.3s;
  margin: 0px auto;
}
.service_item .info {
  margin-top: 5.4rem;
  text-align: center;
}
.service_item .info h3 {
  font-size: 2.6rem;
  line-height: 1.385;
  font-weight: 600;
}
.service_item .info p {
  font-size: 1.8rem;
  line-height: 1.55556;
  color: var(--text2);
  max-width: 25rem;
  margin: 1.2rem auto 0px;
}
@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;
  }
  .page_services {
    padding: 30px 0px 50px;
    overflow: hidden;
  }
  .services_swiper {
    overflow: unset;
    padding-bottom: 8px;
  }
  .service_item {
    padding: 20px;
    border-radius: 10px;
  }
  .service_item::after {
    border-radius: 10px;
  }
  .service_item::before {
    border-radius: 10px;
    bottom: -8px;
  }
  .service_item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .service_item .info {
    margin-top: 20px;
  }
  .service_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .service_item .info p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
}

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

* {
  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;
}
.center {
  text-align: center;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
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 {
  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/capabilities3-capabilities_quality/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 .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;
}
.capabilities_quality {
  padding: 10rem 0px 11.8rem;
}
.capabilities_quality .subtitle {
  margin-bottom: 3.1rem;
}
.capabilities_quality h2 {
  max-width: 69.5rem;
}
.capabilities_quality p {
  max-width: 57.2rem;
  margin-top: 3.3rem;
}
.capabilities_quality .capabilities_quality_nav_swiper {
  overflow: hidden;
  margin-top: 3.7rem;
}
.capabilities_quality .capabilities_quality_nav_swiper .swiper-slide {
  position: relative;
  font-size: 2.329rem;
  cursor: pointer;
  transition:
    color 0.3s,
    font-weight 0.3s;
  color: rgb(140, 140, 140);
  padding: 2.1rem 0px;
}
.capabilities_quality .capabilities_quality_nav_swiper .swiper-slide::before,
.capabilities_quality .capabilities_quality_nav_swiper .swiper-slide::after {
  width: 100%;
  height: 3px;
  background-color: rgba(15, 15, 15, 0.19);
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  border-radius: 10px;
}
.capabilities_quality .capabilities_quality_nav_swiper .swiper-slide::after {
  width: 0px;
  background-color: var(--secondary);
}
.capabilities_quality
  .capabilities_quality_nav_swiper
  .swiper-slide-thumb-active {
  font-weight: 600;
  color: var(--title);
}
.capabilities_quality
  .capabilities_quality_nav_swiper
  .swiper-slide-thumb-active::after {
  width: 100%;
  transition: 5s linear;
}
.capabilities_quality .capabilities_quality_swiper {
  margin-top: 2.6rem;
  overflow: hidden;
  border-radius: 1.8rem;
}
.capabilities_quality .capabilities_quality_swiper .item {
  display: grid;
  grid-template-columns: 1fr 59.375%;
  gap: 2rem 1.314%;
}
.capabilities_quality .capabilities_quality_swiper .img {
  border-radius: 1.8rem;
  padding-bottom: 56.1404%;
}
.capabilities_quality .capabilities_quality_swiper .img:hover img {
  transform: scale(1.02);
}
.capabilities_quality .capabilities_quality_swiper .info {
  border-radius: 1.8rem;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6.5% 8.13% 6%;
}
.capabilities_quality .capabilities_quality_swiper .info h3 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.capabilities_quality .capabilities_quality_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text2);
  hyphens: auto;
  margin-top: 2rem;
}
.capabilities_quality .capabilities_quality_swiper .info .btn {
  margin-top: 2.7rem;
}
@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;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 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;
  }
  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;
  }
  .capabilities_quality {
    padding: 50px 0px;
    overflow: hidden;
  }
  .capabilities_quality .capabilities_quality_nav_swiper {
    margin-top: 20px;
    overflow: unset;
  }
  .capabilities_quality .capabilities_quality_nav_swiper .swiper-slide {
    padding: 14px 0px;
    font-size: 14px;
  }
  .capabilities_quality .capabilities_quality_swiper {
    margin-top: 30px;
    border-radius: 10px;
  }
  .capabilities_quality .capabilities_quality_swiper .img {
    border-radius: 10px;
  }
  .capabilities_quality .capabilities_quality_swiper .info {
    padding: 20px;
    border-radius: 10px;
  }
  .capabilities_quality .capabilities_quality_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .capabilities_quality .capabilities_quality_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .capabilities_quality .capabilities_quality_swiper .info .btn {
    margin-top: 20px;
  }
}

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

* {
  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;
}
.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_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;
}
.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;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.capabilities_rad {
  padding: 11.8rem 0px 11.3rem;
  overflow: hidden;
}
.capabilities_rad .lt {
  width: 37.7778%;
}
.capabilities_rad .subtitle {
  margin-bottom: 3.1rem;
}
.capabilities_rad h2 {
  letter-spacing: 2.25px;
}
.capabilities_rad p {
  margin-top: 3.3rem;
}
.capabilities_rad .img {
  border-radius: 1.9rem;
  padding-bottom: 76.29%;
  margin-top: 8.2rem;
}
.capabilities_rad .items {
  flex: 1 1 0%;
  max-width: 85.3rem;
  overflow: hidden;
  margin-bottom: 1.1%;
}
.capabilities_rad .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 4.7rem 0px;
  margin-left: -7.6%;
  margin-right: -2.7%;
  margin-top: -1px;
}
.capabilities_rad .items li {
  position: relative;
  border-top: 1px solid rgb(221, 221, 221);
  padding-top: 11.915%;
  padding-left: 13.6%;
  padding-right: 2%;
}
.capabilities_rad .items li::before {
  width: 1px;
  height: 78.5%;
  position: absolute;
  left: 0px;
  bottom: 5.5%;
  content: "";
  background-color: rgb(221, 221, 221);
}
.capabilities_rad .items .icon {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 1.3rem;
  background-color: var(--bg2);
}
.capabilities_rad .items .info {
  margin-top: 4.7rem;
  max-width: 34.3rem;
}
.capabilities_rad .items .info h3 {
  font-size: 2.7rem;
  line-height: 1.48;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.capabilities_rad .items .info p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 31.6rem;
  margin-top: 1.9rem;
}
@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;
  }
  .capabilities_rad .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  }
}

@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;
  }
  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;
  }
  .capabilities_rad {
    padding: 50px 0px;
  }
  .capabilities_rad .lt {
    width: 100%;
  }
  .capabilities_rad .img {
    border-radius: 10px;
    margin-top: 20px;
  }
  .capabilities_rad .items {
    margin: 0px;
    max-width: unset;
    width: 100%;
  }
  .capabilities_rad .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .capabilities_rad .items li {
    padding: 20px;
  }
  .capabilities_rad .items li::before {
    bottom: 20px;
  }
  .capabilities_rad .items .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .capabilities_rad .items .info {
    max-width: unset;
    margin-top: 20px;
  }
  .capabilities_rad .items .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .capabilities_rad .items .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
}

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

* {
  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;
}
.center {
  text-align: center;
}
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.sm h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: 2px;
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.page_certifications {
  padding: 11.3rem 0px 17.3rem;
}
.page_certifications h2 {
  max-width: 82.4rem;
  margin: 0px auto;
}
.page_certifications .head h2 {
  letter-spacing: 2.15px;
}
.page_certifications .page_certifications_swiper {
  overflow: hidden;
  position: relative;
  margin-top: 5rem;
}
.page_certifications .page_certifications_swiper .swiper-wrapper {
  transition: linear;
}
.page_certifications .page_certifications_swiper::before,
.page_certifications .page_certifications_swiper::after {
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0px;
  content: "";
  z-index: 2;
}
.page_certifications .page_certifications_swiper::before {
  left: 0px;
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    transparent
  );
}
.page_certifications .page_certifications_swiper::after {
  right: 0px;
  background-image: linear-gradient(
    to left,
    rgb(255, 255, 255) 20%,
    transparent
  );
}
.page_certifications .page_certifications_swiper .swiper-slide {
  max-width: 10rem;
}
.page_certifications .page_certifications_swiper .img {
  padding-bottom: 80%;
}
@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;
  }
  .head.sm h2 {
    font-size: 4rem;
    line-height: 1.16;
  }
}

@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;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_certifications {
    padding: 50px 0px;
  }
  .page_certifications .page_certifications_swiper {
    width: calc(100% + 60px);
    margin: 30px -30px 0px;
    padding: 0px 30px;
  }
  .page_certifications .page_certifications_swiper .swiper-slide {
    max-width: 80px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_certifications .page_certifications_swiper {
    width: calc(100% + 40px);
    margin: 30px -20px 0px;
    padding: 0px 20px;
  }
}
