@font-face {
  font-family: "MaisonNeue";
  src: url(../font/Maison_Neue_thin.ttf) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url(../font/Maison_Neue_medium.ttf) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url(../font/Maison_Neue_Bold.ttf) format("woff");
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  font-family: "MaisonNeue", sans-serif;
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 992px) {
  * {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 20px;
  }
}

body {
  transition: 0.5s ease all;
  overflow-x: hidden;
  color: #737374;
}

.container-ceo {
  margin-right: auto;
  margin-left: auto;
  max-width: 92%;
}
@media (min-width: 992px) {
  .container-ceo {
    max-width: 72.699%;
  }
}

.container-ctn {
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 87.8662%;
  }
}

.container-side {
  max-width: 94%;
  margin-left: auto;
}

ul {
  padding: 0;
  margin: 0;
}

button {
  border: unset;
}

a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.commonPadding-pt, .faq, footer {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 86px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pt, .faq, footer {
    padding-top: 100px;
  }
}

.commonPadding-pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-pb-120 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pb-120 {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pb-120 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pb-120 {
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pb-120 {
    padding-bottom: 120px;
  }
}

.commonPadding-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-120 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.commonMargin {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .commonMargin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonMargin {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}
@media (min-width: 1280px) {
  .commonMargin {
    margin-top: 78px;
    margin-bottom: 78px;
  }
}
@media (min-width: 1440px) {
  .commonMargin {
    margin-top: 82px;
    margin-bottom: 82px;
  }
}
@media (min-width: 1600px) {
  .commonMargin {
    margin-top: 86px;
    margin-bottom: 86px;
  }
}
@media (min-width: 1900px) {
  .commonMargin {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.position, .career-detail article .description ul li::after, .career .role span:before, .media .gallery-item::after, .media .gallery-item::before, .product-image-nav picture::after, .product-listing .product-card .logo::before, .side-card.menu a::before, .ceo picture::before, .testimonial .author-info::after, .stories-card picture::after, .stories-card picture::before, .stories-card::after, .stories-container::before, .services h3::after, .services .product-long-description h2::after, .product-long-description .services h2::after, .services .product-long-description .contact-page h1::after, .product-long-description .contact-page .services h1::after, .services .contact-page .product-long-description h1::after, .contact-page .product-long-description .services h1::after, .services .other-products h2::after, .other-products .services h2::after, .services .other-products .contact-page h1::after, .other-products .contact-page .services h1::after, .services .contact-page .other-products h1::after, .contact-page .other-products .services h1::after, .services .product-short-content h2::after, .product-short-content .services h2::after, .services .product-short-content .contact-page h1::after, .product-short-content .contact-page .services h1::after, .services .contact-page .product-short-content h1::after, .contact-page .product-short-content .services h1::after, .services .faq h2::after, .services .faq .contact-page h1::after, .contact-page .services .faq h1::after, .faq .services h2::after, .faq .services .contact-page h1::after, .contact-page .faq .services h1::after, .services .solution-long-description h2::after, .services .solution-long-description .contact-page h1::after, .contact-page .services .solution-long-description h1::after, .solution-long-description .services h2::after, .solution-long-description .services .contact-page h1::after, .contact-page .solution-long-description .services h1::after,
.services .solution-short-content h2::after,
.services .solution-short-content .contact-page h1::after,
.contact-page .services .solution-short-content h1::after,
.solution-short-content .services h2::after,
.solution-short-content .services .contact-page h1::after,
.contact-page .solution-short-content .services h1::after, .services h3::before, .services .product-long-description h2::before, .product-long-description .services h2::before, .services .product-long-description .contact-page h1::before, .product-long-description .contact-page .services h1::before, .services .contact-page .product-long-description h1::before, .contact-page .product-long-description .services h1::before, .services .other-products h2::before, .other-products .services h2::before, .services .other-products .contact-page h1::before, .other-products .contact-page .services h1::before, .services .contact-page .other-products h1::before, .contact-page .other-products .services h1::before, .services .product-short-content h2::before, .product-short-content .services h2::before, .services .product-short-content .contact-page h1::before, .product-short-content .contact-page .services h1::before, .services .contact-page .product-short-content h1::before, .contact-page .product-short-content .services h1::before, .services .faq h2::before, .services .faq .contact-page h1::before, .contact-page .services .faq h1::before, .faq .services h2::before, .faq .services .contact-page h1::before, .contact-page .faq .services h1::before, .services .solution-long-description h2::before, .services .solution-long-description .contact-page h1::before, .contact-page .services .solution-long-description h1::before, .solution-long-description .services h2::before, .solution-long-description .services .contact-page h1::before, .contact-page .solution-long-description .services h1::before,
.services .solution-short-content h2::before,
.services .solution-short-content .contact-page h1::before,
.contact-page .services .solution-short-content h1::before,
.solution-short-content .services h2::before,
.solution-short-content .services .contact-page h1::before,
.contact-page .solution-short-content .services h1::before, .product .logo::before, .product:before, .home-about .counter div::before, .home-about .company.bg-style::after, .home-about .video-container::after, .home-about.vectorOverlay:before, .banner picture::before, .banner picture::after, .bread-crumbs li + li::before, .burgerMenu-nav > ul > li ul a::after, .burgerMenu-nav > ul > li ul a::before, .burgerMenu::after, .product-navigation > ul > li ul a::after, .product-navigation > ul > li ul a::before, footer .quick-links a::before, .read-more::after, .solutions a::after, .home-about .company a::after, .list ul li::before {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 100%;
  }
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #EF4136;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0;
  /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.list ul {
  margin-top: 18px;
}
.list ul li {
  position: relative;
  padding-left: clamp(22px, 1.87498vw, 36px);
}
.list ul li::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.87501 12.0007C1.87501 12.2991 1.99354 12.5852 2.20452 12.7962C2.4155 13.0072 2.70165 13.1257 3.00001 13.1257H18.285L14.205 17.2057C14.0063 17.419 13.8981 17.7011 13.9033 17.9925C13.9084 18.284 14.0265 18.562 14.2326 18.7682C14.4387 18.9743 14.7168 19.0923 15.0082 19.0975C15.2997 19.1026 15.5818 18.9944 15.795 18.7957L21.795 12.7957C22.0057 12.5848 22.124 12.2988 22.124 12.0007C22.124 11.7026 22.0057 11.4167 21.795 11.2057L15.795 5.20572C15.5818 5.007 15.2997 4.89882 15.0082 4.90396C14.7168 4.9091 14.4387 5.02717 14.2326 5.23329C14.0265 5.43941 13.9084 5.71749 13.9033 6.00894C13.8981 6.30039 14.0063 6.58246 14.205 6.79572L18.285 10.8757L3.00001 10.8757C2.70165 10.8757 2.4155 10.9942 2.20452 11.2052C1.99354 11.4162 1.87501 11.7024 1.87501 12.0007Z" fill="%23EF4136"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center left;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-size: 14px;
}
@media (min-width: 992px) {
  .list ul li::before {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .list ul li::before {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .list ul li::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1350px) {
  .list ul li::before {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1440px) {
  .list ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1900px) {
  .list ul li::before {
    width: 24px;
    height: 24px;
  }
}
.list ul li + li {
  margin-top: clamp(13px, 1vw, 18px);
}
.list.listDark ul li::before {
  filter: invert(1);
}

[dir=rtl] .list ul li {
  padding-left: 0;
  padding-right: clamp(22px, 1.87498vw, 36px);
}
[dir=rtl] .list ul li::before {
  left: unset;
  right: 0;
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  left: 0;
  line-height: normal;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 71px;
}

.iti--allow-dropdown input[type=number] {
  padding-left: 71px;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12" fill="none"> <path d="M19.513 0.438696C19.2317 0.157489 18.8502 -0.000484467 18.4525 -0.000484467C18.0547 -0.000484467 17.6733 0.157489 17.392 0.438696L9.96697 7.8637L2.54197 0.438696C2.25907 0.165459 1.88016 0.014267 1.48687 0.0176849C1.09357 0.021102 0.717352 0.178856 0.43924 0.456967C0.161127 0.73508 0.00337601 1.1113 -4.19617e-05 1.50459C-0.00345993 1.89789 0.147732 2.27679 0.420969 2.5597L8.90647 11.0452C9.18776 11.3264 9.56922 11.4844 9.96697 11.4844C10.3647 11.4844 10.7462 11.3264 11.0275 11.0452L19.513 2.5597C19.7942 2.2784 19.9521 1.89694 19.9521 1.4992C19.9521 1.10145 19.7942 0.719987 19.513 0.438696Z" fill="black"/> </svg>');
  border: unset;
  background-repeat: no-repeat;
  background-position: 95%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
@media (max-width: 575px) {
  select {
    background-position: 96%;
    background-size: 14px;
  }
}
select:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler {
  background: unset;
  border: unset;
  border-radius: unset;
  transition: transform 0.35s ease, stroke 0.35s ease;
}
.navbar-toggler path {
  transition: stroke 0.35s ease;
}
@media (max-width: 991px) {
  .navbar-toggler:hover path {
    path: #000;
  }
}
@media (min-width: 992px) {
  .navbar-toggler:hover path {
    stroke: #000;
  }
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smooth transition */
}

.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

input.error,
textarea.error {
  border: 1px solid #FF4040 !important;
}

/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.hidden {
  display: none;
}

.show {
  display: inline-block;
}

.visibility-hidden {
  visibility: hidden;
}

.dropdown-menu {
  width: 100%;
  margin: auto !important;
  background: unset;
}
.dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #0A1119 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}
.dropDown {
  border-radius: 8px;
  background: #EF4136;
  font-size: 16px;
  line-height: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 8px;
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #979A9C;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  padding: 4px 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

/* Slick track - do not override margin; Slick uses it for positioning */
.slick-track {
  margin-left: 0;
  display: flex;
}

.fancybox-navigation .fancybox-button div {
  background: rgb(255, 255, 255);
}

.fancybox-container {
  z-index: 100000000000000000;
}

.fancybox-button {
  background: rgb(255, 255, 255);
}

.slick-nav {
  z-index: 0;
}
.slick-nav div svg {
  height: auto;
}
.slick-nav div svg:hover path {
  fill: #EF4136;
}

.modal-backdrop.show {
  background: rgba(3, 6, 16, 0.8);
  opacity: 1;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.fancybox-button svg {
  filter: invert(1);
}

.read-more, .solutions a, .home-about .company a {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  font-weight: 700;
  transition: 0.5s ease all;
  line-height: 111.111%;
  padding-right: 33px;
}
@media (min-width: 576px) {
  .read-more, .solutions a, .home-about .company a {
    padding-right: 28px;
  }
}
@media (min-width: 768px) {
  .read-more, .solutions a, .home-about .company a {
    padding-right: 33px;
  }
}
@media (min-width: 992px) {
  .read-more, .solutions a, .home-about .company a {
    padding-right: 38px;
  }
}
@media (min-width: 1200px) {
  .read-more, .solutions a, .home-about .company a {
    padding-right: 42px;
  }
}
.read-more, .solutions a, .home-about .company a {
  font-size: clamp(13px, 0.94vw, 18px);
}
.read-more::after, .solutions a::after, .home-about .company a::after {
  width: clamp(20px, 1.563vw, 30px);
  height: clamp(20px, 1.563vw, 30px);
  background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="14.5" stroke="%23EF4136" stroke-dasharray="2 2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.25066 14.9992C8.25066 15.1981 8.32968 15.3889 8.47033 15.5295C8.61098 15.6702 8.80175 15.7492 9.00066 15.7492H19.1907L16.4707 18.4692C16.3382 18.6114 16.2661 18.7994 16.2695 18.9937C16.2729 19.188 16.3516 19.3734 16.489 19.5108C16.6265 19.6482 16.8118 19.7269 17.0061 19.7304C17.2004 19.7338 17.3885 19.6617 17.5307 19.5292L21.5307 15.5292C21.6711 15.3886 21.75 15.1979 21.75 14.9992C21.75 14.8004 21.6711 14.6098 21.5307 14.4692L17.5307 10.4692C17.3885 10.3367 17.2004 10.2646 17.0061 10.268C16.8118 10.2714 16.6265 10.3501 16.489 10.4876C16.3516 10.625 16.2729 10.8104 16.2695 11.0047C16.2661 11.199 16.3382 11.387 16.4707 11.5292L19.1907 14.2492H9.00066C8.80175 14.2492 8.61098 14.3282 8.47033 14.4688C8.32968 14.6095 8.25066 14.8003 8.25066 14.9992Z" fill="%23EF4136"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease all;
}
.read-more:hover, .solutions a:hover, .home-about .company a:hover {
  color: #EF4136;
}
.read-more:hover::after, .solutions a:hover::after, .home-about .company a:hover::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><circle cx="15" cy="15" r="6.5" fill="%23EF4136" stroke="%23EF4136" stroke-dasharray="2 2"/><circle cx="15" cy="15" r="14.5" stroke="%23EF4136" stroke-dasharray="2 2"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  transition: 0.5s ease all;
  transform: translateY(-50%) rotate(180deg);
}

.slick-dots {
  gap: clamp(4px, 2.1vw, 8px);
}
.slick-dots button {
  transition: 0.5s ease all;
  background: #FFF;
  font-size: 0;
  border-radius: 20px;
  width: clamp(10px, 1.0999vw, 20px);
  height: clamp(10px, 1.0999vw, 20px);
}
.slick-dots .slick-active button {
  transition: 0.5s ease all;
  background: #EF4136;
  width: clamp(25px, 2.69vw, 51px);
}

.slick-nav-count {
  border: 2px solid #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(10px, 0.94vw, 18px);
  padding: 9px 4px;
}
@media (min-width: 576px) {
  .slick-nav-count {
    padding: 14px 8px;
  }
}
@media (min-width: 768px) {
  .slick-nav-count {
    padding: 16px 10px;
  }
}
@media (min-width: 992px) {
  .slick-nav-count {
    padding: 16.5px 10.5px;
    border: 4px solid #D9D9D9;
  }
}
@media (min-width: 1200px) {
  .slick-nav-count {
    padding: 17px 11px;
  }
}
@media (min-width: 1350px) {
  .slick-nav-count {
    padding: 17.5px 11.5px;
  }
}
@media (min-width: 1440px) {
  .slick-nav-count {
    padding: 18px 12px;
  }
}
@media (min-width: 1600px) {
  .slick-nav-count {
    padding: 18.5px 12.5px;
  }
}
@media (min-width: 1900px) {
  .slick-nav-count {
    padding: 19px 13px;
  }
}
.slick-nav-count div:hover path {
  fill: #737374;
}
.slick-nav-count .slick-count {
  padding-top: 4px;
  line-height: 100%;
  font-weight: 700;
  color: #EF4136;
  width: 22px;
}

.head-container {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .head-container {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .head-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .head-container {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .head-container {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .head-container {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .head-container {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .head-container {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .head-container {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .head-container {
    margin-bottom: 36px;
  }
}
.head-container h1 {
  color: #000;
  font-weight: 500;
  line-height: 100%;
  font-size: 23px;
}
@media (min-width: 576px) {
  .head-container h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .head-container h1 {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .head-container h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .head-container h1 {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .head-container h1 {
    font-size: 45px;
  }
}
@media (min-width: 1350px) {
  .head-container h1 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .head-container h1 {
    font-size: 55px;
  }
}
@media (min-width: 1600px) {
  .head-container h1 {
    font-size: 60px;
  }
}
@media (min-width: 1900px) {
  .head-container h1 {
    font-size: 64px;
  }
}

.btn-theme {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #EF4136;
  border-radius: 100px;
  padding: 4px 18px;
}
@media (min-width: 992px) {
  .btn-theme {
    padding: 5px 20px;
    margin-top: clamp(12px, 1.0999vw, 25px);
  }
}
@media (min-width: 1200px) {
  .btn-theme {
    padding: 6px 21px;
  }
}
@media (min-width: 1350px) {
  .btn-theme {
    padding: 7px 22px;
  }
}
@media (min-width: 1440px) {
  .btn-theme {
    padding: 8px 23px;
  }
}
@media (min-width: 1600px) {
  .btn-theme {
    padding: 9px 24px;
  }
}
@media (min-width: 1900px) {
  .btn-theme {
    padding: 10px 25px;
  }
}
.btn-theme:hover {
  background-color: #000;
}
.btn-theme-grey {
  background: #F1F1F1;
  color: #000 !important;
}
.btn-theme-grey:hover {
  color: #fff !important;
}

select:disabled, input:disabled {
  opacity: 0.4;
}

.border-btn, .applay-btn {
  line-height: normal;
  display: flex;
  align-items: center;
  border-radius: 100px;
  gap: clamp(4px, 0.63vw, 12px);
  padding: 9px 15px 8px 15px;
}
@media (max-width: 1199px) {
  .border-btn, .applay-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .border-btn, .applay-btn {
    padding: 8px 9px 6px 9px;
  }
}
@media (min-width: 1350px) {
  .border-btn, .applay-btn {
    padding: 10px 14px 8px 15px;
  }
}
@media (min-width: 1440px) {
  .border-btn, .applay-btn {
    padding: 11px 16px 9px 16px;
  }
}
@media (min-width: 1600px) {
  .border-btn, .applay-btn {
    padding: 11px 20px 9px 20px;
  }
}
@media (min-width: 1900px) {
  .border-btn, .applay-btn {
    padding: 13px 25px 10px 25px;
  }
}
.border-btn svg, .applay-btn svg {
  height: auto;
  width: clamp(16px, 1.0417vw, 20px);
}

.applay-btn {
  background-color: #F1F1F1;
  color: #272424;
}
.applay-btn:hover {
  color: #fff;
  background-color: #EF4136;
}
.applay-btn:hover path {
  stroke: #fff;
}

.border-btn {
  border: 1px solid #EF4136;
  color: #272424;
}
.border-btn:hover {
  color: #fff;
  background-color: #EF4136;
}
.border-btn:hover path {
  stroke: #fff;
}

header {
  transition: 0.5s ease all;
  position: fixed;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: 22;
}
@media (min-width: 768px) {
  header {
    top: 25px;
  }
}
@media (min-width: 992px) {
  header {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  header {
    top: 50px;
  }
}
header .navbar-toggler svg {
  height: auto;
  width: 18px;
}
@media (min-width: 768px) {
  header .navbar-toggler svg {
    width: clamp(14px, 1.52vw, 29px);
  }
}
header.scrolled {
  top: 0;
  background: #fff;
  transition: 0.5s ease all;
  border-bottom: 1px solid #EEE;
}
@media (min-width: 768px) {
  header button {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  header button {
    font-size: 0;
  }
}
header .container-ctn {
  border-radius: 100px;
  background: #FFF;
  padding: 11px 22px;
}
@media (min-width: 768px) {
  header .container-ctn {
    padding: 0px 22px;
  }
}
@media (min-width: 992px) {
  header .container-ctn {
    padding: 0px 18px;
  }
}
@media (min-width: 1200px) {
  header .container-ctn {
    padding: 0px 20px;
  }
}
@media (min-width: 1350px) {
  header .container-ctn {
    padding: 0px 23px;
  }
}
@media (min-width: 1440px) {
  header .container-ctn {
    padding: 0px 26px;
  }
}
@media (min-width: 1600px) {
  header .container-ctn {
    padding: 0px 29px;
  }
}
@media (min-width: 1900px) {
  header .container-ctn {
    padding: 0px 32px;
  }
}
header .header-left {
  width: 30%;
}
@media (min-width: 768px) {
  header .header-left {
    width: 37.382%;
  }
}
@media (min-width: 992px) {
  header .header-left {
    width: 24.382%;
  }
}
header .header-left a {
  width: 150px;
}
@media (min-width: 992px) {
  header .header-left a {
    width: 45.689%;
  }
}
header .header-left a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header .header-left button {
    display: none;
  }
}
header .header-left button {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  margin-left: clamp(15px, 1.563vw, 30px);
  padding: 15px 10px;
}
@media (min-width: 768px) {
  header .header-left button {
    padding: 22.5px 18px;
  }
}
@media (min-width: 992px) {
  header .header-left button {
    padding: 26.5px 20px;
  }
}
@media (min-width: 1200px) {
  header .header-left button {
    padding: 28.5px 22px;
  }
}
@media (min-width: 1350px) {
  header .header-left button {
    padding: 30.5px 24px;
  }
}
@media (min-width: 1440px) {
  header .header-left button {
    padding: 32.5px 26px;
  }
}
@media (min-width: 1600px) {
  header .header-left button {
    padding: 33.5px 28px;
  }
}
@media (min-width: 1900px) {
  header .header-left button {
    padding: 34px 26px;
  }
}
header .header-right {
  justify-content: flex-end;
}
header .header-right .language-switcher {
  position: relative;
  display: inline-block;
  font-family: inherit;
  margin-left: 7px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  header .header-right .language-switcher {
    margin-right: clamp(15px, 1.563vw, 30px);
    margin-left: clamp(15px, 1.563vw, 30px);
  }
}
header .header-right .lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #f2f2f2;
  border: none;
  cursor: pointer;
  padding: 6px 8px;
}
header .header-right .lang-btn span {
  color: #000;
}
@media (min-width: 992px) {
  header .header-right .lang-btn {
    padding: 4px 8px;
  }
}
@media (min-width: 1200px) {
  header .header-right .lang-btn {
    padding: 8px 10px;
  }
}
@media (min-width: 1350px) {
  header .header-right .lang-btn {
    padding: 8.5px 11px;
  }
}
@media (min-width: 1440px) {
  header .header-right .lang-btn {
    padding: 9px 12px;
  }
}
@media (min-width: 1600px) {
  header .header-right .lang-btn {
    padding: 9.5px 13px;
  }
}
@media (min-width: 1900px) {
  header .header-right .lang-btn {
    padding: 10px 14px;
  }
}
header .header-right .lang-btn svg {
  width: clamp(16px, 1.25vw, 24px);
}
header .header-right .lang-btn .chevron {
  font-size: 12px;
}
header .header-right .lang-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
  z-index: 2;
  width: 100%;
}
header .header-right .lang-menu li {
  padding: 10px 16px;
  cursor: pointer;
  white-space: nowrap;
}
header .header-right .lang-menu li:hover {
  background: #0d6efd;
  color: #fff;
}
header .header-right {
  /* show menu */
}
header .header-right .language-switcher.open .lang-menu {
  display: block;
}
header .header-right select {
  line-height: normal;
  padding-right: 48px;
  background-position: 78%;
}
header .header-right a {
  color: #EF4136;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-right a {
    border: 1px solid #EF4136;
    padding: 5px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  header .header-right a:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  header .header-right a {
    gap: 8px;
  }
}
header .header-right a + a {
  margin-left: 10px;
}
@media (min-width: 992px) {
  header .header-right a + a {
    margin-left: clamp(15px, 1.563vw, 30px);
  }
}
@media (max-width: 991px) {
  header .header-right a {
    font-size: 0;
  }
}

.mobDropDown {
  position: relative;
}
.mobDropDown button {
  background: unset;
}
.mobDropDown button:focus-visible {
  border: unset;
  overflow: unset;
}
.mobDropDown button svg {
  height: auto;
  width: clamp(15px, 1.3vw, 24px);
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.mobDropDown button.show svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
.mobDropDown .dropdown-menu {
  position: unset !important;
  transform: translate(0) !important;
  border: unset;
  padding-top: 15px;
  padding-left: 15px;
  background: unset;
}
.mobDropDown .dropdown-menu li:hover {
  background: #fff;
}
.mobDropDown .dropdown-menu li:hover a {
  color: #EF4136;
}

html[dir=rtl] header .header-left button {
  margin-left: 0;
  margin-right: clamp(15px, 1.563vw, 30px);
}
html[dir=rtl] header .header-right a + a {
  margin-right: 10px;
}
@media (min-width: 992px) {
  html[dir=rtl] header .header-right a + a {
    margin-left: 0;
    margin-right: clamp(15px, 1.563vw, 30px);
  }
}

footer {
  background-color: #171616;
  background-image: url(../images/wellbing-logo-footer.png);
  background-repeat: no-repeat;
  background-position: 0px 99%;
  background-size: contain;
  border-top: 10px solid #EF4136;
}
@media (min-width: 992px) {
  footer {
    background-position: bottom center;
  }
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 40px;
  }
}
footer .brand {
  width: 100%;
}
@media (min-width: 768px) {
  footer .brand {
    width: 18.81%;
  }
}
@media (max-width: 767px) {
  footer .brand {
    margin-bottom: 20px;
  }
}
footer .brand img {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  footer .brand img {
    width: 57%;
  }
}
footer .brand img {
  height: auto;
}
footer .brand p {
  color: #C9C9C9;
}
footer .primary-links {
  width: 50%;
}
@media (min-width: 768px) {
  footer .primary-links {
    width: 19.941%;
  }
}
@media (min-width: 1200px) {
  footer .primary-links {
    width: 21.941%;
  }
}
@media (min-width: 992px) {
  footer .primary-links {
    width: 19.941%;
  }
}
footer .primary-links ul {
  -moz-column-count: 2;
       column-count: 2;
}
footer .title {
  color: white;
  line-height: 100%;
  font-size: clamp(18px, 1.88vw, 36px);
}
footer .quick-links a {
  position: relative;
}
footer .quick-links a::before {
  width: 0%;
  height: 1px;
  background: #EF4136;
  left: 0;
  bottom: 0;
  transition: 0.5s ease all;
}
footer .quick-links a:hover {
  color: #EF4136;
}
footer .quick-links a:hover::before {
  width: 100%;
  transition: 0.8s ease all;
}
footer .quick-links .title {
  margin-bottom: 1rem;
}
footer .quick-links a {
  color: #BFBFBF;
  font-weight: 400;
}
@media (max-width: 575px) {
  footer .quick-links:last-child {
    margin-top: 20px;
  }
}
footer .footer-row-one {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 40px;
}
footer .footer-row-two {
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  footer .footer-row-two {
    padding-top: 30px;
  }
}
footer .footer-row-two ul {
  margin-top: 15px;
  gap: 15px;
}
@media (min-width: 768px) {
  footer .footer-row-two ul {
    gap: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  footer .footer-row-two ul {
    gap: 40px;
    margin-top: 25px;
  }
}
@media (min-width: 1280px) {
  footer .footer-row-two ul {
    margin-top: 31px;
    gap: clamp(31px, 9.54vw, 62px);
  }
}
footer .footer-row-two ul svg {
  height: auto;
  width: clamp(20px, 2.5vw, 48px);
  transition: 0.5s ease all;
}
footer .footer-row-two ul a:hover svg {
  opacity: 0.5;
  transition: 0.5s ease all;
  transform: scale(0.6);
}
footer i {
  color: #fff;
}

.newsletter {
  padding-top: clamp(31px, 3.2292vw, 62px);
  padding-bottom: clamp(31px, 3.2292vw, 62px);
}
@media (min-width: 768px) {
  .newsletter {
    padding-left: 30px;
    border-left: 1px solid #EEEEEE;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    padding-left: clamp(90px, 9.532vw, 183px);
  }
}
.newsletter .title {
  margin-bottom: 1rem;
}
.newsletter form {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #EF4136;
  background: #171616;
  margin-bottom: 10px;
  margin-bottom: 13px;
  height: 38px;
}
@media (min-width: 768px) {
  .newsletter form {
    height: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .newsletter form {
    height: 44px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .newsletter form {
    height: 46px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1350px) {
  .newsletter form {
    height: 48px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1440px) {
  .newsletter form {
    height: 50px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1600px) {
  .newsletter form {
    height: 51px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1900px) {
  .newsletter form {
    height: 54px;
    margin-bottom: 27px;
  }
}
.newsletter input::-moz-placeholder {
  color: #BFBFBF;
}
.newsletter input::placeholder {
  color: #BFBFBF;
}
.newsletter input {
  color: #BFBFBF;
  background: unset;
  width: 100%;
  height: 100%;
  padding-left: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter input {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .newsletter input {
    padding-left: 51px;
  }
}
.newsletter input:focus ~ svg path {
  fill: #EF4136;
}
.newsletter .formGroup:focus-within path {
  fill: #EF4136;
  transition: 0.5s ease all;
}
.newsletter .formGroup {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
.newsletter .formGroup svg, .newsletter .formGroup button {
  top: 50%;
  transform: translateY(-50%);
}
.newsletter .formGroup svg {
  position: absolute;
  left: 12px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter .formGroup svg {
    width: 14px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .newsletter .formGroup svg {
    left: 20px;
  }
}
.newsletter .formGroup svg path {
  transition: 0.5s ease all;
}
.newsletter button {
  overflow: hidden;
  transition: 0.5s ease all;
  position: absolute;
  background-color: #EF4136;
  color: #FFF;
  line-height: 100%;
  gap: 3px;
  right: 4px;
  padding: 2.5px 5px;
}
@media (min-width: 992px) {
  .newsletter button {
    padding: 4px 10px;
    right: 4.5px;
    gap: 13px;
  }
}
@media (min-width: 1200px) {
  .newsletter button {
    padding: 5px 10px;
  }
}
@media (min-width: 1350px) {
  .newsletter button {
    padding: 6px 10.5px;
    right: 5px;
  }
}
@media (min-width: 1440px) {
  .newsletter button {
    padding: 7px 11px;
  }
}
@media (min-width: 1600px) {
  .newsletter button {
    padding: 8px 11.5px;
    right: 6px;
  }
}
@media (min-width: 1900px) {
  .newsletter button {
    padding: 9px 12px;
  }
}
.newsletter button svg {
  transition: 0.8s ease all;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter button svg {
    width: 17px;
  }
}
.newsletter button:hover {
  background: #000;
}
.newsletter button:hover svg {
  transition: 0.3s ease all;
  transform: rotate(180deg);
}
.newsletter p {
  color: #BFBFBF;
}
.newsletter p a {
  color: #EF4136;
  text-decoration: underline;
}

.copyright {
  padding: 22px 0px;
}
@media (max-width: 767px) {
  .copyright {
    justify-content: center;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .copyright {
    padding: 24px 0px;
  }
}
@media (min-width: 992px) {
  .copyright {
    padding: 26px 0px;
  }
}
@media (min-width: 1200px) {
  .copyright {
    padding: 28px 0px;
  }
}
@media (min-width: 1350px) {
  .copyright {
    padding: 30px 0px;
  }
}
@media (min-width: 1440px) {
  .copyright {
    padding: 32px 0px;
  }
}
@media (min-width: 1600px) {
  .copyright {
    padding: 34px 0px;
  }
}
@media (min-width: 1900px) {
  .copyright {
    padding: 36px 0px;
  }
}
.copyright p, .copyright a {
  color: #BFBFBF;
  line-height: 100%;
}
.copyright a:hover {
  color: #EF4136;
}

html[dir=rtl] .newsletter {
  border-left: unset;
  padding-left: 0;
}
@media (min-width: 768px) {
  html[dir=rtl] .newsletter {
    padding-right: 30px;
    border-right: 1px solid #EEEEEE;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .newsletter {
    padding-right: clamp(90px, 9.532vw, 183px);
  }
}
html[dir=rtl] .newsletter button {
  right: unset;
  left: 4px;
}
@media (min-width: 992px) {
  html[dir=rtl] .newsletter button {
    left: 4.5px;
  }
}
@media (min-width: 1350px) {
  html[dir=rtl] .newsletter button {
    left: 5px;
  }
}
@media (min-width: 1600px) {
  html[dir=rtl] .newsletter button {
    left: 6px;
  }
}
html[dir=rtl] .newsletter input {
  padding-left: 0;
  padding-right: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  html[dir=rtl] .newsletter input {
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .newsletter input {
    padding-right: 51px;
  }
}
html[dir=rtl] .newsletter .formGroup svg {
  left: unset;
  right: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  html[dir=rtl] .newsletter .formGroup svg {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .newsletter .formGroup svg {
    right: 20px;
  }
}

.offcanvas {
  width: 100%;
  z-index: 9999999;
}

button.btn-close {
  background: unset;
  opacity: 1;
  width: 26px;
  height: 26px;
}
.mobile_left_menu {
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 2px 4px 0px rgba(22, 40, 2, 0.1);
  backdrop-filter: blur(40px);
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: 25%;
  }
}
.mobile_left_menu nav a {
  color: #fff;
  font-weight: 200;
}
@media (max-width: 575px) {
  .mobile_left_menu nav {
    height: 380px;
    align-items: flex-start;
  }
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.mobile_left_menu ul {
  width: 100%;
}
.mobile_left_menu .social {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.mobile_left_menu .social .btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 8px 0px;
  margin-bottom: 15px;
}
.mobile_left_menu .social .btn:last-child {
  border: 1px solid #fff;
}
.mobile_left_menu .social ul {
  display: flex;
  justify-content: space-between;
}
.mobile_left_menu .social ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  gap: 5px;
}
.mobile_left_menu .social ul svg {
  width: 22px;
  height: auto;
}
.mobile_left_menu .offcanvas-header > div {
  width: 70%;
  padding-top: 11px;
}
.mobile_left_menu .offcanvas-header div {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .mobile_left_menu .offcanvas-header div {
    gap: 34px;
  }
}
.mobile_left_menu ul li {
  margin-bottom: 10px;
}
.mobile_left_menu ul li a {
  color: #0A1119;
  font-size: 22px;
}
.mobile_left_menu .btn-close {
  margin-right: 0;
}
.mobile_left_menu .offcanvas-header {
  padding: 0px;
  width: 92%;
  margin: auto;
  margin-top: 15px;
}
.mobile_left_menu .offcanvas-body {
  margin-top: 20px;
}

.offcanvas-top {
  height: 100vh;
}

.productMenu .offcanvas-body {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.productMenu .btn-close {
  position: absolute;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.product-navigation > ul {
  --cols: 1;
  --col-gap: 30px;
  --row-gap: 30px;
  grid-gap: var(--row-gap) var(--col-gap);
  display: grid;
  gap: var(--row-gap) var(--col-gap);
  grid-template-columns: repeat(var(--cols), 1fr);
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .product-navigation > ul {
    --cols: 2;
  }
}
@media (min-width: 768px) {
  .product-navigation > ul {
    --col-gap: 42px;
    --row-gap: 42px;
    --cols: 3;
  }
}
@media (min-width: 992px) {
  .product-navigation > ul {
    --col-gap: 45px;
    --row-gap: 45px;
    --cols: 4;
  }
}
@media (min-width: 1200px) {
  .product-navigation > ul {
    --col-gap: 48px;
    --row-gap: 48px;
  }
}
@media (min-width: 1350px) {
  .product-navigation > ul {
    --col-gap: 51px;
    --row-gap: 51px;
  }
}
@media (min-width: 1440px) {
  .product-navigation > ul {
    --col-gap: 54px;
    --row-gap: 54px;
  }
}
@media (min-width: 1600px) {
  .product-navigation > ul {
    --col-gap: 57px;
    --row-gap: 57px;
  }
}
@media (min-width: 1900px) {
  .product-navigation > ul {
    --col-gap: 60px;
    --row-gap: 60px;
  }
}
.product-navigation > ul > li {
  position: relative;
}
.product-navigation > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.product-navigation > ul > li ul {
  padding-left: 20px;
}
.product-navigation > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
}
.product-navigation > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #EF4136;
  left: 0;
}
.product-navigation > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #EF4136;
  right: 0;
}
.product-navigation > ul > li ul a:hover {
  color: #000;
}
.product-navigation > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul li + li {
  margin-top: 10px;
  color: #000;
}
.product-navigation > ul > li:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
  top: 0;
  width: 1px;
}
.product-navigation > ul > li:after {
  background-color: #eee;
  bottom: calc(var(--row-gap) * -0.5);
  content: "";
  display: block;
  height: 1px;
  left: calc(var(--col-gap) * -0.5);
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
}

.burgerMenu {
  height: 100vh;
  overflow-y: auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="340" viewBox="0 0 1920 340" fill="none" class="position-absolute w-100"><path d="M1967.43 231.844C1932.71 310.925 1765.82 384.122 1706.55 303.81C1656.95 236.613 1666.69 61.2818 1440.3 121.734C1212.55 182.548 1004.81 71.7788 1054.87 16.4418C1104.92 -38.8942 1275.89 66.7198 1071.83 140.118C867.779 213.516 781.662 108.227 613.171 247.896C491.654 348.627 412.24 355.889 275.667 249.817C216.814 204.111 75.9736 142.583 -13.3598 233.922" stroke="%23EF4136" stroke-width="2" stroke-linecap="round"></path></svg>');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.burgerMenu::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6352941176);
  left: 0;
  top: 0;
  z-index: -1;
}
.burgerMenu .offcanvas-body {
  border-top: 1px solid #eeeeee;
}
@media (min-width: 1200px) {
  .burgerMenu .offcanvas-body {
    padding-top: 40px;
  }
}
.burgerMenu .address-info li {
  width: -moz-fit-content;
  width: fit-content;
}
.burgerMenu .address-info ul span {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .burgerMenu .address-info ul span {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul span {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu .address-info ul span {
    font-size: 29px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul span {
    font-size: 31px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu .address-info ul span {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul span {
    font-size: 35px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu .address-info ul span {
    font-size: 38px;
  }
}
.burgerMenu .address-info ul p, .burgerMenu .address-info ul a {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul p, .burgerMenu .address-info ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul p, .burgerMenu .address-info ul a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul p, .burgerMenu .address-info ul a {
    font-size: 20px;
  }
}
.burgerMenu strong a, .burgerMenu strong {
  color: #0A1119;
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu strong a, .burgerMenu strong {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.burgerMenu .offcanvas-footer {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.burgerMenu .offcanvas-footer svg {
  width: 30px;
  height: auto;
}
.burgerMenu .offcanvas-footer a:hover path {
  opacity: 0.6;
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer strong {
    display: inline-block;
    float: left;
  }
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer ul {
    padding-left: 15px;
  }
  .burgerMenu .offcanvas-footer ul svg {
    height: auto;
    width: 20px;
  }
}
.burgerMenu .offcanvas-footer ul {
  gap: 3%;
}

.burgerMenu-nav > ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575px) {
  .burgerMenu-nav > ul > li + li {
    margin-top: 15px;
  }
}
.burgerMenu-nav > ul > li {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li {
    width: 20%;
  }
}
.burgerMenu-nav > ul > li:last-child {
  width: 100%;
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li:last-child {
    width: 40%;
  }
}
.burgerMenu-nav > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.burgerMenu-nav > ul > li ul {
  padding-left: 20px;
}
.burgerMenu-nav > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
  font-size: 15px;
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 21px;
  }
}
.burgerMenu-nav > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #EF4136;
  left: 0;
}
.burgerMenu-nav > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #EF4136;
  right: 0;
}
.burgerMenu-nav > ul > li ul a:hover {
  color: #000;
}
.burgerMenu-nav > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul li + li {
  color: #000;
  margin-top: 4px;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 20px;
  }
}
.burgerMenu-nav .offcanvas-header {
  align-items: flex-start;
}
.burgerMenu-nav button {
  background: unset;
}
.burgerMenu-nav .contact-info {
  margin-top: 20Px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.burgerMenu-nav .contact-info P {
  font-size: 16px;
}
.burgerMenu-nav .contact-info span, .burgerMenu-nav .contact-info svg {
  margin-bottom: 5px;
}
.burgerMenu-nav .contact-info svg {
  margin-right: 5px;
}
.burgerMenu-nav .contact-info span {
  display: inline-block;
  font-weight: 500;
}
.burgerMenu-nav .contact-info a, .burgerMenu-nav .contact-info p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.productEnquiryForm .modal-dialog {
  max-width: 89%;
  margin: auto;
}
@media (min-width: 768px) {
  .productEnquiryForm .modal-dialog {
    max-width: 70.8875%;
  }
}
@media (min-width: 992px) {
  .productEnquiryForm .modal-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .productEnquiryForm .modal-dialog {
    max-width: 42.8875%;
  }
}

.modal-content {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.11);
  padding: clamp(18px, 1.87498vw, 36px);
}
@media (min-width: 992px) {
  .modal-content {
    border-radius: 20px;
  }
}
.modal-content .btn-close {
  position: absolute;
  right: 4%;
  top: 3%;
  border-radius: 50%;
  z-index: 1;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
}
@media (min-width: 576px) {
  .modal-content .btn-close {
    top: 6%;
  }
}
.modal-content .btn-close svg {
  height: auto;
  width: clamp(10px, 0.72917vw, 14.014px);
}
.modal-content .btn-close:hover {
  background: #EF4136;
}
.modal-content .btn-close:hover path {
  stroke: #fff;
}
.modal-content .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-bottom: clamp(22px, 2.3438vw, 45px);
}
.modal-content .buttonGroup {
  gap: 12px;
}
.modal-content .buttonGroup button {
  font-weight: 400;
  border-radius: 100px;
  line-height: 160%;
  padding: 6px 24px;
}
@media (min-width: 768px) {
  .modal-content .buttonGroup button {
    padding: 4px 13px;
  }
}
@media (min-width: 992px) {
  .modal-content .buttonGroup button {
    padding: 5px 15px;
  }
}
@media (min-width: 1200px) {
  .modal-content .buttonGroup button {
    padding: 6px 17px;
  }
}
@media (min-width: 1350px) {
  .modal-content .buttonGroup button {
    padding: 7px 19px;
  }
}
@media (min-width: 1440px) {
  .modal-content .buttonGroup button {
    padding: 8px 21px;
  }
}
@media (min-width: 1600px) {
  .modal-content .buttonGroup button {
    padding: 9px 23px;
  }
}
@media (min-width: 1900px) {
  .modal-content .buttonGroup button {
    padding: 10px 25px;
  }
}
.modal-content .buttonGroup button:first-child {
  background: #EF4136;
  color: #fff;
}
.modal-content .buttonGroup button:first-child:hover {
  background: #4F5762;
}
.modal-content .buttonGroup button + button {
  color: #4F5762;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.modal-content .buttonGroup button + button:hover {
  background: #000;
  color: #fff;
}

.col--6, .col--12 {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .col--6, .col--12 {
    margin-bottom: 26px;
  }
}
.col--6 label, .col--12 label {
  display: block;
  color: #0A0A0A;
  line-height: 87.5%;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .col--6 label, .col--12 label {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .col--6 label, .col--12 label {
    font-size: 16px;
  }
}
.col--6 select, .col--12 select {
  padding-top: 0;
  padding-bottom: 0;
}
.col--6 input::-moz-placeholder, .col--6 textarea::-moz-placeholder, .col--12 input::-moz-placeholder, .col--12 textarea::-moz-placeholder {
  background: #FFF;
  color: #737374;
  line-height: 87.5%;
  font-size: 14px;
}
.col--6 select, .col--6 input, .col--6 textarea, .col--6 input::placeholder, .col--6 textarea::placeholder, .col--6 input[readonly], .col--12 select, .col--12 input, .col--12 textarea, .col--12 input::placeholder, .col--12 textarea::placeholder, .col--12 input[readonly] {
  background: #FFF;
  color: #737374;
  line-height: 87.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .col--6 input::-moz-placeholder, .col--6 textarea::-moz-placeholder, .col--12 input::-moz-placeholder, .col--12 textarea::-moz-placeholder {
    font-size: 16px;
  }
  .col--6 select, .col--6 input, .col--6 textarea, .col--6 input::placeholder, .col--6 textarea::placeholder, .col--6 input[readonly], .col--12 select, .col--12 input, .col--12 textarea, .col--12 input::placeholder, .col--12 textarea::placeholder, .col--12 input[readonly] {
    font-size: 16px;
  }
}
.col--6 input, .col--6 textarea, .col--12 input, .col--12 textarea {
  border: 1px solid #E2E2E2;
  width: 100%;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .col--6 input, .col--6 textarea, .col--12 input, .col--12 textarea {
    padding: 14px 16px;
  }
}
.col--6 input, .col--6 select, .col--12 input, .col--12 select {
  height: 36px;
}
@media (min-width: 768px) {
  .col--6 input, .col--6 select, .col--12 input, .col--12 select {
    height: 42px;
  }
}
.col--6 input:focus, .col--6 select:focus, .col--12 input:focus, .col--12 select:focus {
  box-shadow: unset;
}
.col--6 textarea, .col--12 textarea {
  height: 90px;
}
@media (min-width: 576px) {
  .col--6 textarea, .col--12 textarea {
    height: 126px;
  }
}

.col--6 {
  width: 100%;
}
@media (min-width: 576px) {
  .col--6 {
    width: 49.06%;
  }
}

.careerForm .modal-dialog {
  max-width: 940px;
}

@media (min-width: 576px) {
  .careerForm .modal-content .btn-close {
    top: 4%;
  }
}
.careerForm input, .careerForm textarea {
  border-radius: 5px;
}
.careerForm .heading {
  font-weight: 300;
  line-height: 118.519%;
  margin-bottom: clamp(20px, 3.74999vw, 72px);
  font-size: clamp(22px, 2.89vw, 54px);
}
.careerForm .word-count {
  text-align: right;
  color: #4B535D;
  font-weight: 200;
  margin-top: 12px;
}
.careerForm .attachment {
  gap: 12px;
}
.careerForm .attachment p {
  width: -moz-fit-content;
  width: fit-content;
}
.careerForm .custom-upload .d-flex {
  gap: 12px;
}
.careerForm .selected-file {
  margin-left: 40px;
}
.careerForm .text {
  margin-left: 12px;
}
.careerForm .file-info {
  justify-content: space-between;
  flex-wrap: wrap;
  color: #4B535D;
  font-weight: 200;
  font-size: 12px;
  margin-top: 0;
  display: flex;
}
@media (min-width: 768px) {
  .careerForm .file-info {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .careerForm .file-info {
    font-size: 13.5px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-info {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-info {
    font-size: 14.5px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-info {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-info {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-info {
    font-size: 16px;
  }
}
.careerForm .file-info > div {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 16px;
}
.careerForm .file-info > div p {
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .careerForm .file-info > div p {
    font-size: 18px;
  }
}
.careerForm .file-info > div .file-size {
  display: flex;
  font-size: 14px;
}
@media (min-width: 992px) {
  .careerForm .file-info > div .file-size {
    font-size: 16px;
  }
}
.careerForm .file-icon {
  background: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .careerForm .file-icon {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-icon {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-icon {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-icon {
    width: 68px;
    height: 68px;
  }
}
.careerForm .file-icon svg {
  height: auto;
  width: 18px;
}
@media (min-width: 7682px) {
  .careerForm .file-icon svg {
    width: 19px;
  }
}
@media (min-width: 992px) {
  .careerForm .file-icon svg {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-icon svg {
    width: 21px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-icon svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-icon svg {
    width: 23px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-icon svg {
    width: 24px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-icon svg {
    width: 25px;
  }
}
.careerForm .form-check-label {
  line-height: 140%;
  font-weight: 200;
}
.careerForm .form-check-label a {
  color: #8080FB;
  font-weight: 200;
  text-decoration: underline;
}
.careerForm .uploaded-files:has(.file-item) {
  margin-bottom: clamp(15px, 1.24999vw, 24px);
}
.careerForm .formGroup,
.careerForm .upload-area-container,
.careerForm .uploaded-files:has(.file-item) {
  margin-bottom: clamp(15px, 1.24999vw, 24px);
}
.careerForm .sub-btn {
  gap: 6px;
}
@media (min-width: 992px) {
  .careerForm .sub-btn {
    gap: 12px;
  }
}
.careerForm small {
  font-weight: 300;
  line-height: 125%;
  color: #4B535D;
  font-size: clamp(12px, 0.834vw, 16px);
}
.careerForm .title {
  line-height: 100%;
  padding-top: 15px;
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 500;
  margin-bottom: clamp(20px, 2.11vw, 42px);
}
.careerForm {
  /* ================= FILE ITEM ================= */
}
.careerForm .file-item {
  position: relative;
  border-radius: 10px;
  background: #F5F5F5;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .careerForm .file-item {
    width: 48.695%;
  }
}
.careerForm .file-item .remove-file {
  position: absolute;
  right: 12px;
  top: 12px;
  background: unset;
}
.careerForm .progress {
  width: 100%;
  height: 6px;
}
.careerForm .progress i {
  display: block;
  width: 0;
  height: 100%;
  background: #EF4136;
  box-shadow: 0 0 6px rgba(255, 166, 0, 0.6);
  transition: width 0.3s ease;
}

html[dir=rtl] .modal-content .btn-close {
  right: unset;
  left: 4%;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.jq-star {
  width: 15px !important;
}
.jq-star + .jq-star {
  margin-left: 2px;
}

@media (min-width: 768px) {
  .jq-star {
    width: 11px !important;
  }
}
@media (min-width: 992px) {
  .jq-star {
    width: 12px !important;
  }
}
@media (min-width: 1200px) {
  .jq-star {
    width: 13px !important;
  }
}
@media (min-width: 1280px) {
  .jq-star {
    width: 14px !important;
  }
}
@media (min-width: 1360px) {
  .jq-star {
    width: 15px !important;
  }
}
@media (min-width: 1440px) {
  .jq-star {
    width: 16px !important;
  }
}
@media (min-width: 1600px) {
  .jq-star {
    width: 17px !important;
  }
}
@media (min-width: 1900px) {
  .jq-star {
    width: 18px !important;
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inner-banner::before, .inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-banner::before {
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(40px);
  z-index: 1;
}
.inner-banner::after {
  background: url(../images/inner-overlay.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .inner-banner::after {
    background-size: 46.8%;
  }
}
.inner-banner img {
  width: 100%;
  height: clamp(160px, 18.7077vw, 359px);
}

.bread-crumbs {
  border-bottom: 1px solid #EEE;
  padding: 12px 0px;
}
@media (min-width: 768px) {
  .bread-crumbs {
    padding: 13px 0px;
  }
}
@media (min-width: 992px) {
  .bread-crumbs {
    padding: 14px 0px;
  }
}
@media (min-width: 1350px) {
  .bread-crumbs {
    padding: 15px 0px;
  }
}
@media (min-width: 1600px) {
  .bread-crumbs {
    padding: 16px 0px;
  }
}
.bread-crumbs ul {
  gap: 10px 0px;
}
.bread-crumbs a,
.bread-crumbs li {
  color: #737374;
  text-transform: uppercase;
  line-height: normal;
  font-size: 12px;
}
@media (min-width: 768px) {
  .bread-crumbs a,
  .bread-crumbs li {
    font-size: 14px;
  }
}
.bread-crumbs li {
  line-height: normal;
}
.bread-crumbs li:last-child {
  color: #EF4136;
  font-weight: 700;
}
.bread-crumbs li:last-child a {
  color: #EF4136;
  font-weight: 700;
}
.bread-crumbs li + li {
  position: relative;
  margin-left: 7px;
  padding-left: 19px;
}
@media (min-width: 768px) {
  .bread-crumbs li + li {
    margin-left: 12px;
    padding-left: 27px;
  }
}
.bread-crumbs li + li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M10.8955 4.10449L14.292 7.5L10.8955 10.8955L7.5 14.292L4.10449 10.8955L0.707031 7.5L4.10449 4.10449L7.5 0.707031L10.8955 4.10449Z" stroke="%23737374"/></svg>');
  background-size: cover;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .bread-crumbs li + li::before {
    width: 15px;
    height: 15px;
  }
}

.productEnquiryForm .modal-dialog {
  max-width: 89%;
  margin: auto;
}
@media (min-width: 768px) {
  .productEnquiryForm .modal-dialog {
    max-width: 70.8875%;
  }
}
@media (min-width: 992px) {
  .productEnquiryForm .modal-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .productEnquiryForm .modal-dialog {
    max-width: 42.8875%;
  }
}

.modal-content {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.11);
  padding: clamp(18px, 1.87498vw, 36px);
}
@media (min-width: 992px) {
  .modal-content {
    border-radius: 20px;
  }
}
.modal-content .btn-close {
  position: absolute;
  right: 4%;
  top: 3%;
  border-radius: 50%;
  z-index: 1;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
}
@media (min-width: 576px) {
  .modal-content .btn-close {
    top: 6%;
  }
}
.modal-content .btn-close svg {
  height: auto;
  width: clamp(10px, 0.72917vw, 14.014px);
}
.modal-content .btn-close:hover {
  background: #EF4136;
}
.modal-content .btn-close:hover path {
  stroke: #fff;
}
.modal-content .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-bottom: clamp(22px, 2.3438vw, 45px);
}
.modal-content .buttonGroup {
  gap: 12px;
}
.modal-content .buttonGroup button {
  font-weight: 400;
  border-radius: 100px;
  line-height: 160%;
  padding: 6px 24px;
}
@media (min-width: 768px) {
  .modal-content .buttonGroup button {
    padding: 4px 13px;
  }
}
@media (min-width: 992px) {
  .modal-content .buttonGroup button {
    padding: 5px 15px;
  }
}
@media (min-width: 1200px) {
  .modal-content .buttonGroup button {
    padding: 6px 17px;
  }
}
@media (min-width: 1350px) {
  .modal-content .buttonGroup button {
    padding: 7px 19px;
  }
}
@media (min-width: 1440px) {
  .modal-content .buttonGroup button {
    padding: 8px 21px;
  }
}
@media (min-width: 1600px) {
  .modal-content .buttonGroup button {
    padding: 9px 23px;
  }
}
@media (min-width: 1900px) {
  .modal-content .buttonGroup button {
    padding: 10px 25px;
  }
}
.modal-content .buttonGroup button:first-child {
  background: #EF4136;
  color: #fff;
}
.modal-content .buttonGroup button:first-child:hover {
  background: #4F5762;
}
.modal-content .buttonGroup button + button {
  color: #4F5762;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.modal-content .buttonGroup button + button:hover {
  background: #000;
  color: #fff;
}

.col--6, .col--12 {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .col--6, .col--12 {
    margin-bottom: 26px;
  }
}
.col--6 label, .col--12 label {
  display: block;
  color: #0A0A0A;
  line-height: 87.5%;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .col--6 label, .col--12 label {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .col--6 label, .col--12 label {
    font-size: 16px;
  }
}
.col--6 select, .col--12 select {
  padding-top: 0;
  padding-bottom: 0;
}
.col--6 input::-moz-placeholder, .col--6 textarea::-moz-placeholder, .col--12 input::-moz-placeholder, .col--12 textarea::-moz-placeholder {
  background: #FFF;
  color: #737374;
  line-height: 87.5%;
  font-size: 14px;
}
.col--6 select, .col--6 input, .col--6 textarea, .col--6 input::placeholder, .col--6 textarea::placeholder, .col--6 input[readonly], .col--12 select, .col--12 input, .col--12 textarea, .col--12 input::placeholder, .col--12 textarea::placeholder, .col--12 input[readonly] {
  background: #FFF;
  color: #737374;
  line-height: 87.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .col--6 input::-moz-placeholder, .col--6 textarea::-moz-placeholder, .col--12 input::-moz-placeholder, .col--12 textarea::-moz-placeholder {
    font-size: 16px;
  }
  .col--6 select, .col--6 input, .col--6 textarea, .col--6 input::placeholder, .col--6 textarea::placeholder, .col--6 input[readonly], .col--12 select, .col--12 input, .col--12 textarea, .col--12 input::placeholder, .col--12 textarea::placeholder, .col--12 input[readonly] {
    font-size: 16px;
  }
}
.col--6 input, .col--6 textarea, .col--12 input, .col--12 textarea {
  border: 1px solid #E2E2E2;
  width: 100%;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .col--6 input, .col--6 textarea, .col--12 input, .col--12 textarea {
    padding: 14px 16px;
  }
}
.col--6 input, .col--6 select, .col--12 input, .col--12 select {
  height: 36px;
}
@media (min-width: 768px) {
  .col--6 input, .col--6 select, .col--12 input, .col--12 select {
    height: 42px;
  }
}
.col--6 input:focus, .col--6 select:focus, .col--12 input:focus, .col--12 select:focus {
  box-shadow: unset;
}
.col--6 textarea, .col--12 textarea {
  height: 90px;
}
@media (min-width: 576px) {
  .col--6 textarea, .col--12 textarea {
    height: 126px;
  }
}

.col--6 {
  width: 100%;
}
@media (min-width: 576px) {
  .col--6 {
    width: 49.06%;
  }
}

.careerForm .modal-dialog {
  max-width: 940px;
}

@media (min-width: 576px) {
  .careerForm .modal-content .btn-close {
    top: 4%;
  }
}
.careerForm input, .careerForm textarea {
  border-radius: 5px;
}
.careerForm .heading {
  font-weight: 300;
  line-height: 118.519%;
  margin-bottom: clamp(20px, 3.74999vw, 72px);
  font-size: clamp(22px, 2.89vw, 54px);
}
.careerForm .word-count {
  text-align: right;
  color: #4B535D;
  font-weight: 200;
  margin-top: 12px;
}
.careerForm .attachment {
  gap: 12px;
}
.careerForm .attachment p {
  width: -moz-fit-content;
  width: fit-content;
}
.careerForm .custom-upload .d-flex {
  gap: 12px;
}
.careerForm .selected-file {
  margin-left: 40px;
}
.careerForm .text {
  margin-left: 12px;
}
.careerForm .file-info {
  justify-content: space-between;
  flex-wrap: wrap;
  color: #4B535D;
  font-weight: 200;
  font-size: 12px;
  margin-top: 0;
  display: flex;
}
@media (min-width: 768px) {
  .careerForm .file-info {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .careerForm .file-info {
    font-size: 13.5px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-info {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-info {
    font-size: 14.5px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-info {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-info {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-info {
    font-size: 16px;
  }
}
.careerForm .file-info > div {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 16px;
}
.careerForm .file-info > div p {
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .careerForm .file-info > div p {
    font-size: 18px;
  }
}
.careerForm .file-info > div .file-size {
  display: flex;
  font-size: 14px;
}
@media (min-width: 992px) {
  .careerForm .file-info > div .file-size {
    font-size: 16px;
  }
}
.careerForm .file-icon {
  background: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .careerForm .file-icon {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-icon {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-icon {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-icon {
    width: 68px;
    height: 68px;
  }
}
.careerForm .file-icon svg {
  height: auto;
  width: 18px;
}
@media (min-width: 7682px) {
  .careerForm .file-icon svg {
    width: 19px;
  }
}
@media (min-width: 992px) {
  .careerForm .file-icon svg {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .careerForm .file-icon svg {
    width: 21px;
  }
}
@media (min-width: 1350px) {
  .careerForm .file-icon svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .careerForm .file-icon svg {
    width: 23px;
  }
}
@media (min-width: 1600px) {
  .careerForm .file-icon svg {
    width: 24px;
  }
}
@media (min-width: 1900px) {
  .careerForm .file-icon svg {
    width: 25px;
  }
}
.careerForm .form-check-label {
  line-height: 140%;
  font-weight: 200;
}
.careerForm .form-check-label a {
  color: #8080FB;
  font-weight: 200;
  text-decoration: underline;
}
.careerForm .uploaded-files:has(.file-item) {
  margin-bottom: clamp(15px, 1.24999vw, 24px);
}
.careerForm .formGroup,
.careerForm .upload-area-container,
.careerForm .uploaded-files:has(.file-item) {
  margin-bottom: clamp(15px, 1.24999vw, 24px);
}
.careerForm .sub-btn {
  gap: 6px;
}
@media (min-width: 992px) {
  .careerForm .sub-btn {
    gap: 12px;
  }
}
.careerForm small {
  font-weight: 300;
  line-height: 125%;
  color: #4B535D;
  font-size: clamp(12px, 0.834vw, 16px);
}
.careerForm .title {
  line-height: 100%;
  padding-top: 15px;
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 500;
  margin-bottom: clamp(20px, 2.11vw, 42px);
}
.careerForm {
  /* ================= FILE ITEM ================= */
}
.careerForm .file-item {
  position: relative;
  border-radius: 10px;
  background: #F5F5F5;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .careerForm .file-item {
    width: 48.695%;
  }
}
.careerForm .file-item .remove-file {
  position: absolute;
  right: 12px;
  top: 12px;
  background: unset;
}
.careerForm .progress {
  width: 100%;
  height: 6px;
}
.careerForm .progress i {
  display: block;
  width: 0;
  height: 100%;
  background: #EF4136;
  box-shadow: 0 0 6px rgba(255, 166, 0, 0.6);
  transition: width 0.3s ease;
}

html[dir=rtl] .modal-content .btn-close {
  right: unset;
  left: 4%;
}

.banner {
  /* 1. Initial State: Hide the content and move it down slightly */
}
@keyframes zoomInBg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.banner h1 {
  white-space: pre-line;
  font-weight: 700;
}
.banner h1 span, .banner h1 strong {
  font-weight: 500;
}
.banner h1,
.banner h1 span {
  color: #fff;
  white-space: pre-line;
  font-size: clamp(58px, 11.469vw, 220px);
  line-height: clamp(60px, 11.469vw, 190px);
  font-family: "Outfit", sans-serif;
}
.banner h1 span, .banner h1 strong {
  display: inline-block;
}
.banner picture {
  position: relative;
}
.banner picture::before, .banner picture::after {
  width: 100%;
  height: 100%;
}
.banner picture:before {
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  z-index: 1;
}
.banner picture::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="895" height="668" viewBox="0 0 895 668" fill="none"><path d="M1002 0L800.767 575.326C791.313 602.599 774.302 624.866 749.828 642.126C725.323 659.386 698.61 668 669.659 668C640.706 668 613.309 659.945 589.084 643.774C564.859 627.634 547.196 605.927 536.063 578.653C528.257 556.387 516.564 522.707 500.984 477.614C493.739 499.321 482.326 531.881 466.746 575.295C441.681 637.088 397.989 667.969 335.638 667.969C306.686 667.969 279.538 659.634 254.224 642.903C228.879 626.203 211.496 604.776 202.042 578.622L0 0H225.459L388.286 465.112L442.552 310.645L333.99 0H559.51L722.4 465.485L885.228 0H1002Z" fill="white" fill-opacity="0.18"/></svg>');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 46.6%;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transform: translateX(250px) scale(1.1);
  /* Starts off-screen to the right - increased for visibility */
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.banner picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .banner picture img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner .banner-slide {
  display: block;
  width: 100%;
  position: relative;
}
.banner .banner-text-container {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 18.1%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: left;
  width: 100%;
  max-width: 93%;
}
@media (min-width: 576px) {
  .banner .banner-text-container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .banner .banner-text-container {
    max-width: 87.8662%;
  }
}
.banner .banner-text {
  text-align: left;
}
.banner .scroll {
  z-index: 1;
  background-color: unset;
  background-image: url(../images/scroll.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 7px;
  bottom: -27px;
  width: 100px;
}
@media (min-width: 768px) {
  .banner .scroll {
    width: 140.375px;
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .banner .scroll {
    bottom: -25px;
  }
}
@media (min-width: 1200px) {
  .banner .scroll {
    bottom: -29px;
  }
}
@media (min-width: 1350px) {
  .banner .scroll {
    bottom: -30px;
  }
}
@media (min-width: 1440px) {
  .banner .scroll {
    bottom: -32px;
  }
}
@media (min-width: 1600px) {
  .banner .scroll {
    bottom: -33px;
  }
}
@media (min-width: 1900px) {
  .banner .scroll {
    bottom: -36px;
  }
}
.banner .scroll svg {
  margin-bottom: 6px;
  width: 13px;
}
@media (min-width: 768px) {
  .banner .scroll svg {
    margin-bottom: 8px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .banner .scroll svg {
    margin-bottom: 12px;
    width: 18px;
  }
}
.banner .scroll div {
  color: #EF4136;
}
.banner .banner-text h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.banner {
  /* Fallback: show text before Slick runs or if JS fails */
}
.banner .banner-text-slider-init:not(.slick-initialized) .banner-text h1,
.banner .banner-text-slider-init:not(.slick-initialized) .banner-text h1 span {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.banner {
  /* 2. Active State: When Slick adds the .slick-active class to the slide */
}
.banner .banner-slider-init .slick-active picture::after {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.banner .banner-text h1 span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out 0.4s;
}
.banner {
  /* 2. Active State: When Slick adds the .slick-active class to the text slide (slide element = .banner-text) */
}
.banner .banner-text-slider-init .slick-slide.slick-active.banner-text h1,
.banner .banner-text-slider-init .slick-active.banner-text h1 {
  opacity: 1;
  transform: translateY(0);
}
.banner .slick-active.banner-text h1 span {
  opacity: 1;
  transform: scale(1);
}
.banner {
  /* Optional: Add a zoom effect to the background images */
}
.banner .banner-slider-init .slick-active img {
  animation: zoomInBg 8s forwards;
}
.banner {
  /* The Animation */
}
.banner .mouse-wheel {
  animation: scroll-move 2s infinite;
}
@keyframes scroll-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.banner .banner-dots {
  position: absolute;
  bottom: 23px;
  right: 0;
}

.home-about {
  background: #F5F8FA;
}
.home-about.vectorOverlay:before {
  left: 0;
  top: 0;
  width: 34.692%;
  height: 100%;
  background: url(../images/vector/about.png);
  background-repeat: no-repeat;
}
.home-about .playButton {
  margin-left: auto;
  background: unset;
  display: flex;
  align-items: end;
  gap: 6px;
  margin-top: -23px;
}
@media (min-width: 992px) {
  .home-about .playButton {
    margin-top: -26px;
    gap: 13px;
  }
}
@media (min-width: 1200px) {
  .home-about .playButton {
    margin-top: -28px;
    gap: 10px;
  }
}
@media (min-width: 1350px) {
  .home-about .playButton {
    margin-top: -38px;
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .home-about .playButton {
    margin-top: -42px;
    gap: 14px;
  }
}
@media (min-width: 1600px) {
  .home-about .playButton {
    margin-top: -46px;
    gap: 16px;
  }
}
@media (min-width: 1900px) {
  .home-about .playButton {
    margin-top: -50px;
    gap: 18px;
  }
}
.home-about .playButton img {
  width: 100%;
  height: auto;
}
.home-about .playButton span {
  width: clamp(60px, 6.808vw, 100px);
  height: clamp(60px, 6.808vw, 100px);
  position: relative;
}
.home-about .playButton span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  animation: 2s linear infinite animateIPlay2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.home-about .playButton.is-playing span::before {
  animation: none;
}
.home-about .playButton p {
  color: #000;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .home-about .playButton p {
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .home-about .playButton p {
    padding-bottom: 11px;
  }
}
@media (min-width: 1440px) {
  .home-about .playButton p {
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .home-about .playButton p {
    padding-bottom: 14px;
  }
}
@media (min-width: 1900px) {
  .home-about .playButton p {
    padding-bottom: 16px;
  }
}
.home-about .video-container {
  position: relative;
}
.home-about .video-container::after {
  width: 100%;
  height: 100%;
  background: url(../images/home/overlay.png);
  background-size: 100% 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.home-about .video-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (max-width: 575px) {
  .home-about .video-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .home-about .video-wrapper {
    position: sticky;
    top: 150px;
    width: 53.393%;
  }
}
.home-about .video-wrapper video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 65.2%;
     object-position: 0px 65.2%;
  height: clamp(150px, 19.4799vw, 290px);
}
@media (min-width: 992px) {
  .home-about .video-wrapper video {
    height: clamp(180px, 19.4799vw, 374px);
  }
}
@media (min-width: 992px) {
  .home-about .company {
    width: 38.8698%;
  }
}
.home-about .company.bg-style {
  background-color: #20232B;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="294" height="193" viewBox="0 0 294 193" fill="none"><path opacity="0.3" d="M96.1738 0.5L165.771 199.3L166.241 200.646L166.714 199.301L189.947 133.166L190.006 133.001L189.948 132.836L143.7 0.5H239.196L308.819 199.46L309.291 200.809L309.763 199.46L379.359 0.5H428.296L342.371 246.157V246.158C338.359 257.732 331.143 267.182 320.746 274.514C310.336 281.846 298.999 285.5 286.71 285.5C274.795 285.5 263.506 282.29 253.459 275.846L252.49 275.212C242.205 268.359 234.707 259.147 229.978 247.563C226.636 238.031 221.632 223.618 214.966 204.324L214.485 202.933L214.02 204.329C210.919 213.617 206.033 227.553 199.363 246.14C194.025 259.291 186.721 269.118 177.466 275.66C168.209 282.203 156.963 285.486 143.701 285.486C131.408 285.486 119.88 281.95 109.12 274.838H109.119C98.3495 267.742 90.9802 258.65 86.9727 247.563L0.704102 0.5H96.1738Z" stroke="white" stroke-opacity="0.45"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 45%;
  padding: clamp(25px, 2.605vw, 50px);
}
.home-about .company.bg-style::after {
  background: #EF4136;
  opacity: 0.2;
  width: 60.4%;
  height: 1px;
  bottom: 0;
  left: -7%;
}
.home-about .company.bg-style p {
  color: #C9C9C9;
}
.home-about .company.bg-style div {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: clamp(35px, 3.855vw, 74px);
  margin-bottom: clamp(22px, 2.292vw, 44px);
}
.home-about .company.bg-style a {
  color: #FFF;
}
.home-about .company.bg-style h2, .home-about .company.bg-style .contact-page h1, .contact-page .home-about .company.bg-style h1 {
  color: #fff;
}
.home-about .company h2, .home-about .company .contact-page h1, .contact-page .home-about .company h1 {
  line-height: 100%;
  margin-bottom: clamp(8px, 0.94vw, 18px);
  font-size: clamp(20px, 1.9vw, 36px);
}
.home-about .counter {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .home-about .counter {
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  .home-about .counter {
    margin-top: 10px;
  }
}
@media (min-width: 1350px) {
  .home-about .counter {
    margin-top: 12px;
  }
}
@media (min-width: 1600px) {
  .home-about .counter {
    margin-top: 14px;
  }
}
.home-about .counter div {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: clamp(20px, 1.93vw, 37px);
  margin-top: clamp(6px, 1.407vw, 27px);
  padding-left: clamp(12px, 1.407vw, 18px);
  position: relative;
}
.home-about .counter div::before {
  width: 2px;
  height: 100%;
  background-color: #EF4136;
  left: 0;
  border-radius: 10px;
}
.home-about .counter div p {
  line-height: 100%;
  color: #000;
  margin-bottom: 6px;
}
.home-about .counter div span {
  font-weight: 500;
  color: #000;
  line-height: 83.333%;
  font-size: clamp(16px, 1.25vw, 24px);
}
.home-about .counter strong,
.home-about .counter span {
  display: inline-block;
  color: #000;
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(60px, 6.67vw, 128px);
}

@keyframes animateIPlay2 {
  0% {
    box-shadow: 0 0 rgba(239, 66, 54, 0.3843137255);
  }
  40%, 80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}
.solutions > svg {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media (min-width: 576px) {
  .solutions > svg {
    bottom: -86px;
  }
}
@media (min-width: 768px) {
  .solutions > svg {
    bottom: -58px;
  }
}
@media (min-width: 992px) {
  .solutions > svg {
    bottom: -36px;
  }
}
@media (min-width: 1200px) {
  .solutions > svg {
    bottom: -17px;
  }
}
@media (min-width: 1350px) {
  .solutions > svg {
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  .solutions > svg {
    bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .solutions > svg {
    bottom: 32px;
  }
}
@media (min-width: 1900px) {
  .solutions > svg {
    bottom: 59px;
  }
}
.solutions h3, .solutions .product-long-description h2, .product-long-description .solutions h2, .solutions .product-long-description .contact-page h1, .product-long-description .contact-page .solutions h1, .solutions .contact-page .product-long-description h1, .contact-page .product-long-description .solutions h1, .solutions .other-products h2, .other-products .solutions h2, .solutions .other-products .contact-page h1, .other-products .contact-page .solutions h1, .solutions .contact-page .other-products h1, .contact-page .other-products .solutions h1, .solutions .product-short-content h2, .product-short-content .solutions h2, .solutions .product-short-content .contact-page h1, .product-short-content .contact-page .solutions h1, .solutions .contact-page .product-short-content h1, .contact-page .product-short-content .solutions h1, .solutions .faq h2, .solutions .faq .contact-page h1, .contact-page .solutions .faq h1, .faq .solutions h2, .faq .solutions .contact-page h1, .contact-page .faq .solutions h1, .solutions .solution-long-description h2, .solutions .solution-long-description .contact-page h1, .contact-page .solutions .solution-long-description h1, .solution-long-description .solutions h2, .solution-long-description .solutions .contact-page h1, .contact-page .solution-long-description .solutions h1,
.solutions .solution-short-content h2,
.solutions .solution-short-content .contact-page h1,
.contact-page .solutions .solution-short-content h1,
.solution-short-content .solutions h2,
.solution-short-content .solutions .contact-page h1,
.contact-page .solution-short-content .solutions h1 {
  color: #000;
  font-weight: 700;
}
.solutions h3, .solutions .product-long-description h2, .product-long-description .solutions h2, .solutions .product-long-description .contact-page h1, .product-long-description .contact-page .solutions h1, .solutions .contact-page .product-long-description h1, .contact-page .product-long-description .solutions h1, .solutions .other-products h2, .other-products .solutions h2, .solutions .other-products .contact-page h1, .other-products .contact-page .solutions h1, .solutions .contact-page .other-products h1, .contact-page .other-products .solutions h1, .solutions .product-short-content h2, .product-short-content .solutions h2, .solutions .product-short-content .contact-page h1, .product-short-content .contact-page .solutions h1, .solutions .contact-page .product-short-content h1, .contact-page .product-short-content .solutions h1, .solutions .faq h2, .solutions .faq .contact-page h1, .contact-page .solutions .faq h1, .faq .solutions h2, .faq .solutions .contact-page h1, .contact-page .faq .solutions h1, .solutions .solution-long-description h2, .solutions .solution-long-description .contact-page h1, .contact-page .solutions .solution-long-description h1, .solution-long-description .solutions h2, .solution-long-description .solutions .contact-page h1, .contact-page .solution-long-description .solutions h1,
.solutions .solution-short-content h2,
.solutions .solution-short-content .contact-page h1,
.contact-page .solutions .solution-short-content h1,
.solution-short-content .solutions h2,
.solution-short-content .solutions .contact-page h1,
.contact-page .solution-short-content .solutions h1 {
  line-height: 100%;
  margin-bottom: clamp(8px, 0.834vw, 16px);
}
.solutions .head {
  border-bottom: 1px solid #EEEEEE;
}
.solutions .head h2, .solutions .head .contact-page h1, .contact-page .solutions .head h1 {
  margin-bottom: 0;
}
.solutions-slider {
  z-index: 9;
}
.solutions-outer {
  border-bottom: 1px solid #EEE;
}
.solutions-outer .container-ctn {
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.solutions-slider-item {
  transition: 0.5s ease all;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="199" height="133" viewBox="0 0 199 133" fill="none"><path opacity="0.1" d="M50.2725 0.5L86.7178 104.606L87.1895 105.952L87.6621 104.607L99.8467 69.9209L99.9053 69.7559L99.8477 69.5908L75.7021 0.5H125.284L161.744 104.69L162.216 106.039L162.688 104.69L199.134 0.5H224.296L179.341 129.024V129.026C177.319 134.859 173.733 139.655 168.589 143.42L168.087 143.781C162.666 147.6 156.766 149.5 150.372 149.5C143.967 149.5 137.912 147.719 132.557 144.145V144.144L132.059 143.806C126.961 140.277 123.225 135.597 120.839 129.757C119.087 124.758 116.464 117.2 112.969 107.085L112.488 105.694L112.022 107.09C110.398 111.955 107.839 119.257 104.345 128.995C101.558 135.866 97.7504 140.982 92.9395 144.383C88.1308 147.782 82.2827 149.493 75.3682 149.493C68.9695 149.493 62.9684 147.653 57.3623 143.947H57.3613C51.7516 140.251 47.9217 135.522 45.8389 129.76L0.704102 0.5H50.2725Z" fill="white" stroke="%23EF4136"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FFF;
  padding: clamp(20px, 2.08339vw, 40px);
}
.solutions-slider-item + div {
  border-left: 1px solid #EEE;
}
.solutions-slider-item:hover {
  transition: 0.5s ease all;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="199" height="133" viewBox="0 0 199 133" fill="none"><path opacity="0.1" d="M225 0L179.813 129.19C177.69 135.314 173.87 140.314 168.375 144.19C162.872 148.066 156.874 150 150.372 150C143.871 150 137.719 148.191 132.279 144.56C126.84 140.936 122.873 136.061 120.373 129.937C118.621 124.937 115.995 117.374 112.497 107.249C110.869 112.123 108.307 119.434 104.808 129.183C99.1799 143.059 89.3687 149.993 75.3678 149.993C68.8666 149.993 62.7704 148.122 57.0862 144.365C51.3951 140.615 47.4915 135.803 45.3687 129.93L0 0H50.6269L87.19 104.441L99.3754 69.7556L74.9977 0H125.639L162.216 104.525L198.779 0H225Z" fill="%23EF4136"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FFF8F7;
}
.solutions picture {
  margin-top: clamp(18px, 1.87498vw, 36px);
  padding-bottom: clamp(23px, 2.3959vw, 46px);
  margin-bottom: clamp(15px, 1.61456vw, 31px);
  border-bottom: 1px solid #EEE;
}
.solutions picture img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(182px, 18.9584vw, 364px);
}

.clients {
  background: #F5F8FA;
}
.clients h2, .clients .contact-page h1, .contact-page .clients h1 {
  color: #2F2F2F;
}
.clients .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .clients .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .clients .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 1200px) {
  .clients .slick-list {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media (min-width: 1350px) {
  .clients .slick-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1440px) {
  .clients .slick-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media (min-width: 1600px) {
  .clients .slick-list {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
@media (min-width: 1900px) {
  .clients .slick-list {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.clients picture {
  border-radius: 10px;
  background: #FFF;
  margin-left: 8px;
  margin-right: 8px;
  padding: 4px;
}
@media (min-width: 768px) {
  .clients picture {
    padding: 18px 30px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .clients picture {
    padding: 19px 32px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .clients picture {
    padding: 20px 34px;
    border-radius: 8px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 1350px) {
  .clients picture {
    padding: 21px 36px;
    border-radius: 10px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  .clients picture {
    padding: 22px 38px;
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (min-width: 1600px) {
  .clients picture {
    padding: 23px 40px;
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
}
@media (min-width: 1900px) {
  .clients picture {
    padding: 24px 42px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
.clients picture img {
  width: 100%;
  height: auto;
  margin: auto;
  filter: saturate(0);
  transition: 0.5s ease all;
}
.clients picture:hover img {
  transition: 0.5s ease all;
  filter: saturate(1);
}
.clients-dots ul {
  justify-content: center;
  margin-top: clamp(22px, 2.3438vw, 45px);
}
.clients-dots button {
  background-color: #C6C6C6;
}

html[dir=rtl] .home-about .company.bg-style::after {
  right: -7%;
  left: unset;
}
html[dir=rtl] .banner,
html[dir=rtl] .slick-slider {
  direction: ltr;
}
html[dir=rtl] .banner-text {
  text-align: right;
}
html[dir=rtl] .banner .banner-dots {
  right: unset;
  left: 0;
}
html[dir=rtl] .read-more, html[dir=rtl] .home-about .company a, .home-about .company html[dir=rtl] a, html[dir=rtl] .solutions a, .solutions html[dir=rtl] a {
  padding-right: 0;
  padding-left: 33px;
}
@media (min-width: 992px) {
  html[dir=rtl] .read-more, html[dir=rtl] .home-about .company a, .home-about .company html[dir=rtl] a, html[dir=rtl] .solutions a, .solutions html[dir=rtl] a {
    padding-left: 38px;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .read-more, html[dir=rtl] .home-about .company a, .home-about .company html[dir=rtl] a, html[dir=rtl] .solutions a, .solutions html[dir=rtl] a {
    padding-left: 42px;
  }
}
html[dir=rtl] .read-more::after, html[dir=rtl] .home-about .company a::after, .home-about .company html[dir=rtl] a::after, html[dir=rtl] .solutions a::after, .solutions html[dir=rtl] a::after {
  right: unset;
  left: 0;
}
html[dir=rtl] .home-about .counter div {
  margin-left: 0;
  padding-left: 0;
  margin-right: clamp(20px, 1.93vw, 37px);
  margin-top: clamp(6px, 1.407vw, 27px);
  padding-right: clamp(12px, 1.407vw, 18px);
}
html[dir=rtl] .home-about .counter div::before {
  left: unset;
  right: 0;
}
html[dir=rtl] .home-about .company {
  background-position: bottom left;
}
html[dir=rtl] .home-about .playButton {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .solutions .slick-nav {
  direction: ltr;
}
html[dir=rtl] .solutions-slider-item {
  background-position: bottom left;
  text-align: right;
}
html[dir=rtl] .solutions-slider-item a {
  margin-left: auto;
}

.product:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/vector/product.png);
  background-repeat: no-repeat;
}
.product .container-ctn.border-bt {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .product .container-ctn.border-bt {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .product .container-ctn.border-bt {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .product .container-ctn.border-bt {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .product .container-ctn.border-bt {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .product .container-ctn.border-bt {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .product .container-ctn.border-bt {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .product .container-ctn.border-bt {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .product .container-ctn.border-bt {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .product .container-ctn.border-bt {
    margin-bottom: 36px;
  }
}
.product .container-ctn.border-bt {
  border-bottom: 1px solid #EEEEEE;
}
.product .product-card {
  border-radius: 20px;
  background: #F5F8FA;
  padding: clamp(10px, 1.042vw, 20px);
  margin-left: clamp(7px, 0.6771vw, 13px);
  margin-right: clamp(7px, 0.6771vw, 13px);
  width: clamp(250px, 27.1875vw, 522px);
}
.product .product-card > div {
  background-color: #fff;
  border-radius: 20px;
  margin-top: clamp(8px, 0.99vw, 19px);
  padding: clamp(16px, 1.666642vw, 32px);
}
.product h3, .product .product-long-description h2, .product-long-description .product h2, .product .product-long-description .contact-page h1, .product-long-description .contact-page .product h1, .product .contact-page .product-long-description h1, .contact-page .product-long-description .product h1, .product .other-products h2, .other-products .product h2, .product .other-products .contact-page h1, .other-products .contact-page .product h1, .product .contact-page .other-products h1, .contact-page .other-products .product h1, .product .product-short-content h2, .product-short-content .product h2, .product .product-short-content .contact-page h1, .product-short-content .contact-page .product h1, .product .contact-page .product-short-content h1, .contact-page .product-short-content .product h1, .product .faq h2, .product .faq .contact-page h1, .contact-page .product .faq h1, .faq .product h2, .faq .product .contact-page h1, .contact-page .faq .product h1, .product .solution-long-description h2, .product .solution-long-description .contact-page h1, .contact-page .product .solution-long-description h1, .solution-long-description .product h2, .solution-long-description .product .contact-page h1, .contact-page .solution-long-description .product h1,
.product .solution-short-content h2,
.product .solution-short-content .contact-page h1,
.contact-page .product .solution-short-content h1,
.solution-short-content .product h2,
.solution-short-content .product .contact-page h1,
.contact-page .solution-short-content .product h1 {
  line-height: 100%;
  color: #000;
  margin-bottom: clamp(6px, 0.99vw, 12px);
}
.product .logo {
  padding-bottom: clamp(9px, 1.666642vw, 19px);
  margin-bottom: clamp(10px, 1.042vw, 20px);
  border-bottom: 1px solid #EEE;
  position: relative;
}
.product .logo::before {
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #EF4136;
  transition: 0.3s ease all;
}
.product .logo img {
  height: auto;
  width: clamp(60px, 6.7vw, 120px);
  filter: saturate(0);
  opacity: 0.5;
  transition: 0.5s ease all;
}
.product-card:hover img {
  opacity: 1;
  filter: saturate(1);
  transition: 0.5s ease all;
}
.product-card:hover .logo::before {
  width: 100%;
  transition: 0.5s ease all;
}
.product-short-description {
  font-weight: 500;
  margin-bottom: clamp(20px, 2.1354vw, 41px);
}
.product picture img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: clamp(150px, 15.8334vw, 304px);
}
.product-dots {
  position: relative;
  padding-bottom: clamp(33px, 3.4393vw, 66px);
}
.product-dots button {
  background-color: #C6C6C6;
}
.product-dots ul {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  justify-content: end;
  position: absolute;
  bottom: -6px;
  right: 0;
  padding-left: clamp(10px, 0.938vw, 18px);
}
@media (min-width: 992px) {
  .product-dots ul {
    bottom: -7px;
  }
}
@media (min-width: 1200px) {
  .product-dots ul {
    bottom: -10px;
  }
}

.services {
  background: rgba(239, 65, 54, 0.03);
}
.services .slick-dots {
  justify-content: center;
}
.services img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.services-featured img,
.services-featured picture {
  height: 100%;
}
.services-featured h2, .services-featured .contact-page h1, .contact-page .services-featured h1 {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  margin: clamp(18px, 1.875vw, 36px);
}
@media (min-width: 576px) {
  .services-featured h2, .services-featured .contact-page h1, .contact-page .services-featured h1 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .services-featured h2, .services-featured .contact-page h1, .contact-page .services-featured h1 {
    width: 60%;
  }
}
.services h3, .services .product-long-description h2, .product-long-description .services h2, .services .product-long-description .contact-page h1, .product-long-description .contact-page .services h1, .services .contact-page .product-long-description h1, .contact-page .product-long-description .services h1, .services .other-products h2, .other-products .services h2, .services .other-products .contact-page h1, .other-products .contact-page .services h1, .services .contact-page .other-products h1, .contact-page .other-products .services h1, .services .product-short-content h2, .product-short-content .services h2, .services .product-short-content .contact-page h1, .product-short-content .contact-page .services h1, .services .contact-page .product-short-content h1, .contact-page .product-short-content .services h1, .services .faq h2, .services .faq .contact-page h1, .contact-page .services .faq h1, .faq .services h2, .faq .services .contact-page h1, .contact-page .faq .services h1, .services .solution-long-description h2, .services .solution-long-description .contact-page h1, .contact-page .services .solution-long-description h1, .solution-long-description .services h2, .solution-long-description .services .contact-page h1, .contact-page .solution-long-description .services h1,
.services .solution-short-content h2,
.services .solution-short-content .contact-page h1,
.contact-page .services .solution-short-content h1,
.solution-short-content .services h2,
.solution-short-content .services .contact-page h1,
.contact-page .solution-short-content .services h1 {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  color: #000;
  padding-bottom: clamp(6px, 0.6254vw, 12px);
  margin-bottom: clamp(9px, 0.991vw, 19px);
  position: relative;
}
.services h3::after, .services .product-long-description h2::after, .product-long-description .services h2::after, .services .product-long-description .contact-page h1::after, .product-long-description .contact-page .services h1::after, .services .contact-page .product-long-description h1::after, .contact-page .product-long-description .services h1::after, .services .other-products h2::after, .other-products .services h2::after, .services .other-products .contact-page h1::after, .other-products .contact-page .services h1::after, .services .contact-page .other-products h1::after, .contact-page .other-products .services h1::after, .services .product-short-content h2::after, .product-short-content .services h2::after, .services .product-short-content .contact-page h1::after, .product-short-content .contact-page .services h1::after, .services .contact-page .product-short-content h1::after, .contact-page .product-short-content .services h1::after, .services .faq h2::after, .services .faq .contact-page h1::after, .contact-page .services .faq h1::after, .faq .services h2::after, .faq .services .contact-page h1::after, .contact-page .faq .services h1::after, .services .solution-long-description h2::after, .services .solution-long-description .contact-page h1::after, .contact-page .services .solution-long-description h1::after, .solution-long-description .services h2::after, .solution-long-description .services .contact-page h1::after, .contact-page .solution-long-description .services h1::after,
.services .solution-short-content h2::after,
.services .solution-short-content .contact-page h1::after,
.contact-page .services .solution-short-content h1::after,
.solution-short-content .services h2::after,
.solution-short-content .services .contact-page h1::after,
.contact-page .solution-short-content .services h1::after, .services h3::before, .services .product-long-description h2::before, .product-long-description .services h2::before, .services .product-long-description .contact-page h1::before, .product-long-description .contact-page .services h1::before, .services .contact-page .product-long-description h1::before, .contact-page .product-long-description .services h1::before, .services .other-products h2::before, .other-products .services h2::before, .services .other-products .contact-page h1::before, .other-products .contact-page .services h1::before, .services .contact-page .other-products h1::before, .contact-page .other-products .services h1::before, .services .product-short-content h2::before, .product-short-content .services h2::before, .services .product-short-content .contact-page h1::before, .product-short-content .contact-page .services h1::before, .services .contact-page .product-short-content h1::before, .contact-page .product-short-content .services h1::before, .services .faq h2::before, .services .faq .contact-page h1::before, .contact-page .services .faq h1::before, .faq .services h2::before, .faq .services .contact-page h1::before, .contact-page .faq .services h1::before, .services .solution-long-description h2::before, .services .solution-long-description .contact-page h1::before, .contact-page .services .solution-long-description h1::before, .solution-long-description .services h2::before, .solution-long-description .services .contact-page h1::before, .contact-page .solution-long-description .services h1::before,
.services .solution-short-content h2::before,
.services .solution-short-content .contact-page h1::before,
.contact-page .services .solution-short-content h1::before,
.solution-short-content .services h2::before,
.solution-short-content .services .contact-page h1::before,
.contact-page .solution-short-content .services h1::before {
  transition: 0.5s ease all;
  height: 4px;
  border-radius: 100px;
  left: 0;
  bottom: 0;
}
.services h3::after, .services .product-long-description h2::after, .product-long-description .services h2::after, .services .product-long-description .contact-page h1::after, .product-long-description .contact-page .services h1::after, .services .contact-page .product-long-description h1::after, .contact-page .product-long-description .services h1::after, .services .other-products h2::after, .other-products .services h2::after, .services .other-products .contact-page h1::after, .other-products .contact-page .services h1::after, .services .contact-page .other-products h1::after, .contact-page .other-products .services h1::after, .services .product-short-content h2::after, .product-short-content .services h2::after, .services .product-short-content .contact-page h1::after, .product-short-content .contact-page .services h1::after, .services .contact-page .product-short-content h1::after, .contact-page .product-short-content .services h1::after, .services .faq h2::after, .services .faq .contact-page h1::after, .contact-page .services .faq h1::after, .faq .services h2::after, .faq .services .contact-page h1::after, .contact-page .faq .services h1::after, .services .solution-long-description h2::after, .services .solution-long-description .contact-page h1::after, .contact-page .services .solution-long-description h1::after, .solution-long-description .services h2::after, .solution-long-description .services .contact-page h1::after, .contact-page .solution-long-description .services h1::after,
.services .solution-short-content h2::after,
.services .solution-short-content .contact-page h1::after,
.contact-page .services .solution-short-content h1::after,
.solution-short-content .services h2::after,
.solution-short-content .services .contact-page h1::after,
.contact-page .solution-short-content .services h1::after {
  background: #E7F2F9;
  width: 45%;
}
.services h3::before, .services .product-long-description h2::before, .product-long-description .services h2::before, .services .product-long-description .contact-page h1::before, .product-long-description .contact-page .services h1::before, .services .contact-page .product-long-description h1::before, .contact-page .product-long-description .services h1::before, .services .other-products h2::before, .other-products .services h2::before, .services .other-products .contact-page h1::before, .other-products .contact-page .services h1::before, .services .contact-page .other-products h1::before, .contact-page .other-products .services h1::before, .services .product-short-content h2::before, .product-short-content .services h2::before, .services .product-short-content .contact-page h1::before, .product-short-content .contact-page .services h1::before, .services .contact-page .product-short-content h1::before, .contact-page .product-short-content .services h1::before, .services .faq h2::before, .services .faq .contact-page h1::before, .contact-page .services .faq h1::before, .faq .services h2::before, .faq .services .contact-page h1::before, .contact-page .faq .services h1::before, .services .solution-long-description h2::before, .services .solution-long-description .contact-page h1::before, .contact-page .services .solution-long-description h1::before, .solution-long-description .services h2::before, .solution-long-description .services .contact-page h1::before, .contact-page .solution-long-description .services h1::before,
.services .solution-short-content h2::before,
.services .solution-short-content .contact-page h1::before,
.contact-page .services .solution-short-content h1::before,
.solution-short-content .services h2::before,
.solution-short-content .services .contact-page h1::before,
.contact-page .solution-short-content .services h1::before {
  background: #EF4136;
  width: 0;
  z-index: 1;
}
.services-row {
  gap: 2.13%;
}
.services-featured {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-featured {
    margin-bottom: 20px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .services-featured {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .services-featured {
    width: 23.036%;
  }
}
.services-loop {
  gap: 1.19%;
  width: 100%;
}
@media (min-width: 992px) {
  .services-loop {
    width: 74.822%;
  }
}
.services-loop button {
  background: #C6C6C6;
}
@media (max-width: 767px) {
  .services .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.services-card {
  border-radius: 20px;
  border: 1px solid #EEE;
  background: #FFF;
  width: 32.5378%;
  padding: 22px 12px 18px;
}
@media (max-width: 767px) {
  .services-card {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .services-card {
    padding: 24px 14px 20px;
  }
}
@media (min-width: 992px) {
  .services-card {
    padding: 26px 16px 22px;
  }
}
@media (min-width: 1200px) {
  .services-card {
    padding: 27px 17px 23px;
  }
}
@media (min-width: 1350px) {
  .services-card {
    padding: 28px 18px 24px;
  }
}
@media (min-width: 1440px) {
  .services-card {
    padding: 29px 19px 25px;
  }
}
@media (min-width: 1600px) {
  .services-card {
    padding: 30px 20px 26px;
  }
}
@media (min-width: 1900px) {
  .services-card {
    padding: 31px 21px 27px;
  }
}
.services-card img {
  height: clamp(180px, 19.157vw, 367.768px);
}
.services-card picture {
  margin-bottom: clamp(14px, 1.4711vw, 28.23px);
}
.services-card:hover {
  border: 1px solid #EF4136;
  box-shadow: 0 0 10px 10px rgba(239, 65, 54, 0.08);
  transition: 0.5s ease all;
}
.services-card:hover h3::before, .services-card:hover .product-long-description h2::before, .product-long-description .services-card:hover h2::before, .services-card:hover .product-long-description .contact-page h1::before, .product-long-description .contact-page .services-card:hover h1::before, .services-card:hover .contact-page .product-long-description h1::before, .contact-page .product-long-description .services-card:hover h1::before, .services-card:hover .other-products h2::before, .other-products .services-card:hover h2::before, .services-card:hover .other-products .contact-page h1::before, .other-products .contact-page .services-card:hover h1::before, .services-card:hover .contact-page .other-products h1::before, .contact-page .other-products .services-card:hover h1::before, .services-card:hover .product-short-content h2::before, .product-short-content .services-card:hover h2::before, .services-card:hover .product-short-content .contact-page h1::before, .product-short-content .contact-page .services-card:hover h1::before, .services-card:hover .contact-page .product-short-content h1::before, .contact-page .product-short-content .services-card:hover h1::before, .services-card:hover .faq h2::before, .services-card:hover .faq .contact-page h1::before, .contact-page .services-card:hover .faq h1::before, .faq .services-card:hover h2::before, .faq .services-card:hover .contact-page h1::before, .contact-page .faq .services-card:hover h1::before, .services-card:hover .solution-long-description h2::before, .services-card:hover .solution-long-description .contact-page h1::before, .contact-page .services-card:hover .solution-long-description h1::before, .solution-long-description .services-card:hover h2::before, .solution-long-description .services-card:hover .contact-page h1::before, .contact-page .solution-long-description .services-card:hover h1::before,
.services-card:hover .solution-short-content h2::before,
.services-card:hover .solution-short-content .contact-page h1::before,
.contact-page .services-card:hover .solution-short-content h1::before,
.solution-short-content .services-card:hover h2::before,
.solution-short-content .services-card:hover .contact-page h1::before,
.contact-page .solution-short-content .services-card:hover h1::before {
  width: 45%;
  transition: 0.3s ease all;
}
.services-short-description {
  border-bottom: 1px solid #EEE;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.stories h2, .stories .contact-page h1, .contact-page .stories h1,
.stories h3 {
  color: #000;
}
.stories-container {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #F5F8FA;
  padding: 20px 0px 20px 10px;
}
@media (min-width: 576px) {
  .stories-container {
    padding: 65px 0px 65px 44px;
  }
}
@media (min-width: 768px) {
  .stories-container {
    padding: 35px 0px 35px 15px;
  }
}
@media (min-width: 992px) {
  .stories-container {
    padding: 51px 0px 51px 35px;
  }
}
@media (min-width: 1200px) {
  .stories-container {
    padding: 64px 0px 64px 40px;
  }
}
@media (min-width: 1350px) {
  .stories-container {
    padding: 72px 0px 72px 45px;
  }
}
@media (min-width: 1440px) {
  .stories-container {
    padding: 75px 0px 75px 60px;
  }
}
@media (min-width: 1600px) {
  .stories-container {
    padding: 85px 0px 85px 70px;
  }
}
@media (min-width: 1900px) {
  .stories-container {
    padding: 100px 0px 100px 74px;
  }
}
.stories-container::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../images/wellbing-logo.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.stories-card {
  border: 1px solid #E7EEF3;
  border-radius: 20px;
  background: #FFF;
  margin-left: clamp(6px, 0.6254vw, 12px);
  margin-right: clamp(6px, 0.6254vw, 12px);
  position: relative;
  padding: 26px 13px 0px;
  width: 250px;
}
@media (min-width: 768px) {
  .stories-card {
    padding: 28px 14px 0px;
    width: 270px;
  }
}
@media (min-width: 992px) {
  .stories-card {
    padding: 30px 15px 0px;
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .stories-card {
    padding: 32px 16px 0px;
    width: 297px;
  }
}
@media (min-width: 1350px) {
  .stories-card {
    padding: 34px 17px 0px;
    width: 336px;
  }
}
@media (min-width: 1440px) {
  .stories-card {
    padding: 36px 18px 0px;
    width: 351px;
  }
}
@media (min-width: 1600px) {
  .stories-card {
    padding: 38px 19px 0px;
    width: 392px;
  }
}
@media (min-width: 1710px) {
  .stories-card {
    width: 423px;
  }
}
@media (min-width: 1900px) {
  .stories-card {
    padding: 40px 20px 0px;
    width: 475px;
  }
}
.stories-card .icon img {
  height: auto;
  width: clamp(55px, 5.834vw, 112px);
}
.stories-card::after {
  transition: 0.3s ease all;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36.498%;
  height: 0;
  border-radius: 0 0 10px 10px;
  background: #EF4136;
}
.stories-card h3, .stories-card .product-long-description h2, .product-long-description .stories-card h2, .stories-card .product-long-description .contact-page h1, .product-long-description .contact-page .stories-card h1, .stories-card .contact-page .product-long-description h1, .contact-page .product-long-description .stories-card h1, .stories-card .other-products h2, .other-products .stories-card h2, .stories-card .other-products .contact-page h1, .other-products .contact-page .stories-card h1, .stories-card .contact-page .other-products h1, .contact-page .other-products .stories-card h1, .stories-card .product-short-content h2, .product-short-content .stories-card h2, .stories-card .product-short-content .contact-page h1, .product-short-content .contact-page .stories-card h1, .stories-card .contact-page .product-short-content h1, .contact-page .product-short-content .stories-card h1, .stories-card .faq h2, .stories-card .faq .contact-page h1, .contact-page .stories-card .faq h1, .faq .stories-card h2, .faq .stories-card .contact-page h1, .contact-page .faq .stories-card h1, .stories-card .solution-long-description h2, .stories-card .solution-long-description .contact-page h1, .contact-page .stories-card .solution-long-description h1, .solution-long-description .stories-card h2, .solution-long-description .stories-card .contact-page h1, .contact-page .solution-long-description .stories-card h1,
.stories-card .solution-short-content h2,
.stories-card .solution-short-content .contact-page h1,
.contact-page .stories-card .solution-short-content h1,
.solution-short-content .stories-card h2,
.solution-short-content .stories-card .contact-page h1,
.contact-page .solution-short-content .stories-card h1 {
  line-height: 100%;
  margin-bottom: clamp(6px, 0.6254vw, 12px);
}
.stories-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.stories-card picture {
  position: relative;
  margin-left: clamp(21px, 2.1887vw, 42px);
  margin-right: clamp(21px, 2.1887vw, 42px);
}
.stories-card picture::before {
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="85" height="357" viewBox="0 0 85 357" fill="none"><g filter="url(%23filter0_f_354_470)"><path d="M64.5 20H20L32 357.5L64.5 20Z" fill="black" fill-opacity="0.22"/></g><defs><filter id="filter0_f_354_470" x="0" y="0" width="84.5" height="377.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_354_470"/></filter></defs></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  right: -12%;
}
.stories-card picture::after {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EF4136 100%);
  left: 0;
  bottom: 0;
  transition: 0.5s ease all;
}
.stories-card picture img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(190px, 19.386vw, 372px);
}
.stories-card:hover {
  border: 1px solid #F48078;
}
.stories-card:hover picture::after {
  height: 100%;
  transition: 0.5s ease all;
}
.stories-card:hover::after {
  transition: 0.3s ease all;
  height: 2.069%;
}
.stories-card:hover .icon img {
  filter: saturate(1);
}
.stories-card .location {
  color: #EF4136;
  font-size: 14px;
  font-weight: 600;
}
.stories-cta-logo {
  margin-top: 5px;
  margin-bottom: clamp(14px, 1.5112vw, 29px);
}
.stories-cta-logo img {
  filter: saturate(0);
}
.stories-cta-logo a {
  margin-bottom: 17px;
}
.stories-dots ul {
  justify-content: center;
  margin-top: clamp(22px, 2.084vw, 40px);
}
.stories-dots button {
  background-color: #C6C6C6;
}

.blog {
  background: #F5F8FA;
}
.blog .slick-track {
  transition: 0.5s ease all;
}
.blog-slider {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .blog-slider {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .blog-slider {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog-slider {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .blog-slider {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .blog-slider {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .blog-slider {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .blog-slider {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .blog-slider {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .blog-slider {
    margin-bottom: 36px;
  }
}
.blog .slick-list {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .blog .slick-list {
    margin: 0 -8px;
  }
}
@media (min-width: 992px) {
  .blog .slick-list {
    margin: 0 -11px;
  }
}
@media (min-width: 1200px) {
  .blog .slick-list {
    margin: 0 -12px;
  }
}
@media (min-width: 1350px) {
  .blog .slick-list {
    margin: 0 -14px;
  }
}
@media (min-width: 1440px) {
  .blog .slick-list {
    margin: 0 -15.5px;
  }
}
@media (min-width: 1600px) {
  .blog .slick-list {
    margin: 0 -16px;
  }
}
@media (min-width: 1900px) {
  .blog .slick-list {
    margin: 0 -16.5px;
  }
}
.blog .slick-slide {
  border-radius: 20px;
  width: 250px;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .blog .slick-slide {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .blog .slick-slide {
    margin: 0 11px;
    width: clamp(387px, 40.365vw, 775px);
  }
}
@media (min-width: 1200px) {
  .blog .slick-slide {
    margin: 0 12px;
  }
}
@media (min-width: 1350px) {
  .blog .slick-slide {
    margin: 0 14px;
  }
}
@media (min-width: 1440px) {
  .blog .slick-slide {
    margin: 0 15.5px;
  }
}
@media (min-width: 1600px) {
  .blog .slick-slide {
    margin: 0 16px;
  }
}
@media (min-width: 1900px) {
  .blog .slick-slide {
    margin: 0 16.5px;
  }
}
.blog .slick-slide > div {
  padding: 20px 14px 20px;
}
@media (min-width: 768px) {
  .blog .slick-slide > div {
    padding: 24px 18px 12px;
  }
}
@media (min-width: 992px) {
  .blog .slick-slide > div {
    padding: 26px 20px 14px;
  }
}
@media (min-width: 1200px) {
  .blog .slick-slide > div {
    padding: 28px 22px 16px;
  }
}
@media (min-width: 1350px) {
  .blog .slick-slide > div {
    padding: 30px 24px 18px;
  }
}
@media (min-width: 1440px) {
  .blog .slick-slide > div {
    padding: 32px 26px 20px;
  }
}
@media (min-width: 1600px) {
  .blog .slick-slide > div {
    padding: 34px 28px 22px;
  }
}
@media (min-width: 1900px) {
  .blog .slick-slide > div {
    padding: 36px 30px 24px;
  }
}
.blog .slick-slide picture img {
  border-radius: 20px 20px 0 0;
}
.blog-item {
  background: #fff;
}
.blog picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 166.615px;
}
@media (min-width: 768px) {
  .blog picture img {
    height: 276.615px;
  }
}
@media (min-width: 992px) {
  .blog picture img {
    height: 219.615px;
  }
}
@media (min-width: 1200px) {
  .blog picture img {
    height: 188.615px;
  }
}
@media (min-width: 1350px) {
  .blog picture img {
    height: 223.615px;
  }
}
@media (min-width: 1440px) {
  .blog picture img {
    height: 235.615px;
  }
}
@media (min-width: 1600px) {
  .blog picture img {
    height: 258.615px;
  }
}
@media (min-width: 1900px) {
  .blog picture img {
    height: 276.615px;
  }
}
.blog-short-content {
  padding-bottom: clamp(8px, 0.8334vw, 16px);
  margin-bottom: clamp(12px, 1.24998vw, 24px);
  border-bottom: 1px solid #EEE;
}
.blog-short-content h3, .blog-short-content .product-long-description h2, .product-long-description .blog-short-content h2, .blog-short-content .product-long-description .contact-page h1, .product-long-description .contact-page .blog-short-content h1, .blog-short-content .contact-page .product-long-description h1, .contact-page .product-long-description .blog-short-content h1, .blog-short-content .other-products h2, .other-products .blog-short-content h2, .blog-short-content .other-products .contact-page h1, .other-products .contact-page .blog-short-content h1, .blog-short-content .contact-page .other-products h1, .contact-page .other-products .blog-short-content h1, .blog-short-content .product-short-content h2, .product-short-content .blog-short-content h2, .blog-short-content .product-short-content .contact-page h1, .product-short-content .contact-page .blog-short-content h1, .blog-short-content .contact-page .product-short-content h1, .contact-page .product-short-content .blog-short-content h1, .blog-short-content .faq h2, .blog-short-content .faq .contact-page h1, .contact-page .blog-short-content .faq h1, .faq .blog-short-content h2, .faq .blog-short-content .contact-page h1, .contact-page .faq .blog-short-content h1, .blog-short-content .solution-long-description h2, .blog-short-content .solution-long-description .contact-page h1, .contact-page .blog-short-content .solution-long-description h1, .solution-long-description .blog-short-content h2, .solution-long-description .blog-short-content .contact-page h1, .contact-page .solution-long-description .blog-short-content h1,
.blog-short-content .solution-short-content h2,
.blog-short-content .solution-short-content .contact-page h1,
.contact-page .blog-short-content .solution-short-content h1,
.solution-short-content .blog-short-content h2,
.solution-short-content .blog-short-content .contact-page h1,
.contact-page .solution-short-content .blog-short-content h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-weight: 700;
  line-height: 133.333%;
  font-size: clamp(14px, 1.25vw, 24px);
}
@media (max-width: 1199px) {
  .blog .author {
    gap: 20px 0px;
  }
}
.blog .author svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .blog .author svg {
    width: 11px;
  }
}
@media (min-width: 992px) {
  .blog .author svg {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .blog .author svg {
    width: 13px;
  }
}
@media (min-width: 1350px) {
  .blog .author svg {
    width: 14px;
  }
}
@media (min-width: 1440px) {
  .blog .author svg {
    width: 15px;
  }
}
@media (min-width: 1600px) {
  .blog .author svg {
    width: 16px;
  }
}
@media (min-width: 1900px) {
  .blog .author svg {
    width: 17px;
  }
}
.blog .author-info {
  gap: 15px;
}
@media (min-width: 768px) {
  .blog .author-info {
    gap: clamp(6px, 0.63vw, 12px);
  }
}
.blog .author-info p {
  color: #EF4136;
  margin-bottom: clamp(6px, 0.625vw, 12px);
}
.blog .author-info p,
.blog .author-info span {
  line-height: 100%;
}
.blog .author-info span {
  display: flex;
  gap: clamp(4px, 0.42vw, 8px);
  font-size: clamp(14px, 1vw, 18px);
}
.blog .author img {
  border-radius: 50%;
  width: clamp(35px, 2.6042vw, 50px);
  height: clamp(35px, 2.6042vw, 50px);
}
.blog .author a {
  display: flex;
  align-items: center;
}
.blog .blog-slider-init .blog-short-content P {
  display: none;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog .blog-slider-init .slick-active.slick-current {
    transition: 0.5s ease all;
    width: clamp(436px, 45.417vw, 872px);
    display: flex !important;
  }
  .blog .blog-slider-init .slick-active.slick-current > picture {
    transition: 0.5s ease all;
    width: 37.439%;
    height: 490.318px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 363.318px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 346.318px;
  }
}
@media (min-width: 992px) and (min-width: 1350px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 390.318px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 410.318px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 447.318px;
  }
}
@media (min-width: 992px) and (min-width: 1710px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 444.318px;
  }
}
@media (min-width: 992px) and (min-width: 1900px) {
  .blog .blog-slider-init .slick-active.slick-current > picture {
    height: 490.318px;
  }
}
@media (min-width: 992px) {
  .blog .blog-slider-init .slick-active.slick-current > picture img {
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .blog .blog-slider-init .slick-active.slick-current > div {
    transition: 0.5s ease all;
    width: 62.775%;
  }
  .blog .blog-slider-init .slick-active.slick-current .blog-short-content {
    border-bottom: 1px solid #EF4136;
    padding-bottom: clamp(20px, 2.1354vw, 41px);
    margin-bottom: clamp(18px, 1.87498vw, 36px);
  }
  .blog .blog-slider-init .slick-active.slick-current .blog-short-content h3, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .product-long-description h2, .product-long-description .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .product-long-description .contact-page h1, .product-long-description .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page .product-long-description h1, .contact-page .product-long-description .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .other-products h2, .other-products .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .other-products .contact-page h1, .other-products .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page .other-products h1, .contact-page .other-products .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .product-short-content h2, .product-short-content .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .product-short-content .contact-page h1, .product-short-content .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page .product-short-content h1, .contact-page .product-short-content .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .faq h2, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .faq .contact-page h1, .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content .faq h1, .faq .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2, .faq .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page h1, .contact-page .faq .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-long-description h2, .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-long-description .contact-page h1, .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-long-description h1, .solution-long-description .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2, .solution-long-description .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page h1, .contact-page .solution-long-description .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1,
  .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-short-content h2,
  .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-short-content .contact-page h1,
  .contact-page .blog .blog-slider-init .slick-active.slick-current .blog-short-content .solution-short-content h1,
  .solution-short-content .blog .blog-slider-init .slick-active.slick-current .blog-short-content h2,
  .solution-short-content .blog .blog-slider-init .slick-active.slick-current .blog-short-content .contact-page h1,
  .contact-page .solution-short-content .blog .blog-slider-init .slick-active.slick-current .blog-short-content h1 {
    margin-bottom: clamp(8px, 0.8334vw, 16px);
  }
  .blog .blog-slider-init .slick-active.slick-current .blog-short-content p {
    display: -webkit-box;
    transition: 0.5s ease all;
  }
}

.testimonial-slider {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .testimonial-slider {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .testimonial-slider {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .testimonial-slider {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .testimonial-slider {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .testimonial-slider {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .testimonial-slider {
    margin-bottom: 36px;
  }
}
.testimonial-card {
  border-radius: 20px;
  border: 1px solid #9CB8C9;
  background: #F5F8FA;
  padding: 36px 36px 14px;
  margin: 0px 11px;
  width: 293px;
}
@media (min-width: 768px) {
  .testimonial-card {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .testimonial-card {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .testimonial-card {
    width: 350px;
  }
}
@media (min-width: 1350px) {
  .testimonial-card {
    width: 425px;
  }
}
@media (min-width: 1440px) {
  .testimonial-card {
    width: 440px;
  }
}
@media (min-width: 1600px) {
  .testimonial-card {
    width: 550px;
  }
}
@media (min-width: 1900px) {
  .testimonial-card {
    width: 643px;
  }
}
.testimonial-card > p {
  font-weight: 500;
}
.testimonial .author {
  gap: 11px;
  padding-top: 19px;
  margin-top: 16px;
  border-top: 1px solid #EEE;
}
.testimonial .author p {
  line-height: 125%;
  color: #EF4136;
  font-size: 16px;
}
.testimonial .author span {
  line-height: 100%;
  font-size: 14px;
}
.testimonial .author-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .testimonial .author-info {
    gap: 3px;
  }
}
@media (min-width: 1600px) {
  .testimonial .author-info {
    gap: 3px;
  }
}
@media (min-width: 1900px) {
  .testimonial .author-info {
    gap: 4px;
  }
}
.testimonial .author-info::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M11.666 14.0007H5.83268C5.52326 14.0007 5.22652 13.8777 5.00772 13.6589C4.78893 13.4401 4.66602 13.1434 4.66602 12.834V8.75065C4.66602 8.44123 4.78893 8.14449 5.00772 7.92569C5.22652 7.7069 5.52326 7.58398 5.83268 7.58398H10.4993C10.8088 7.58398 11.1055 7.7069 11.3243 7.92569C11.5431 8.14449 11.666 8.44123 11.666 8.75065V14.0007ZM11.666 14.0007C11.666 16.9173 10.4993 18.6673 6.99935 20.4173M23.3327 14.0007H17.4993C17.1899 14.0007 16.8932 13.8777 16.6744 13.6589C16.4556 13.4401 16.3327 13.1434 16.3327 12.834V8.75065C16.3327 8.44123 16.4556 8.14449 16.6744 7.92569C16.8932 7.7069 17.1899 7.58398 17.4993 7.58398H22.166C22.4754 7.58398 22.7722 7.7069 22.991 7.92569C23.2098 8.14449 23.3327 8.44123 23.3327 8.75065V14.0007ZM23.3327 14.0007C23.3327 16.9173 22.166 18.6673 18.666 20.4173" stroke="%23EF4136" stroke-width="1.75" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  right: 0;
  top: 25%;
  width: 50px;
  height: 50px;
}

.map {
  margin-bottom: -10px;
}
.map iframe {
  width: 100%;
  height: clamp(250px, 29.94799vw, 575px);
}

@media (min-width: 992px) {
  .about-page .about-content {
    width: 43.512%;
  }
}

.vision-mission {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.vision-mission .vision, .vision-mission .mission {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #EEEEEE;
  padding: clamp(15px, 2.4479vw, 47px);
  width: 50%;
}
@media (min-width: 992px) {
  .vision-mission .vision, .vision-mission .mission {
    width: 28.215%;
  }
}
.vision-mission picture {
  width: 100%;
}
@media (max-width: 991px) {
  .vision-mission picture {
    padding-bottom: 40px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .vision-mission picture {
    width: 43.5%;
  }
}
.vision-mission img {
  width: 100%;
  height: auto;
}
.vision-mission span {
  line-height: 100%;
  display: block;
  color: #EF4136;
  margin-bottom: clamp(9px, 0.886vw, 17px);
}
.vision-mission span, .vision-mission h3, .vision-mission .product-long-description h2, .product-long-description .vision-mission h2, .vision-mission .product-long-description .contact-page h1, .product-long-description .contact-page .vision-mission h1, .vision-mission .contact-page .product-long-description h1, .contact-page .product-long-description .vision-mission h1, .vision-mission .other-products h2, .other-products .vision-mission h2, .vision-mission .other-products .contact-page h1, .other-products .contact-page .vision-mission h1, .vision-mission .contact-page .other-products h1, .contact-page .other-products .vision-mission h1, .vision-mission .product-short-content h2, .product-short-content .vision-mission h2, .vision-mission .product-short-content .contact-page h1, .product-short-content .contact-page .vision-mission h1, .vision-mission .contact-page .product-short-content h1, .contact-page .product-short-content .vision-mission h1, .vision-mission .faq h2, .vision-mission .faq .contact-page h1, .contact-page .vision-mission .faq h1, .faq .vision-mission h2, .faq .vision-mission .contact-page h1, .contact-page .faq .vision-mission h1, .vision-mission .solution-long-description h2, .vision-mission .solution-long-description .contact-page h1, .contact-page .vision-mission .solution-long-description h1, .solution-long-description .vision-mission h2, .solution-long-description .vision-mission .contact-page h1, .contact-page .solution-long-description .vision-mission h1,
.vision-mission .solution-short-content h2,
.vision-mission .solution-short-content .contact-page h1,
.contact-page .vision-mission .solution-short-content h1,
.solution-short-content .vision-mission h2,
.solution-short-content .vision-mission .contact-page h1,
.contact-page .solution-short-content .vision-mission h1 {
  font-weight: 700;
}
.vision-mission h3, .vision-mission .product-long-description h2, .product-long-description .vision-mission h2, .vision-mission .product-long-description .contact-page h1, .product-long-description .contact-page .vision-mission h1, .vision-mission .contact-page .product-long-description h1, .contact-page .product-long-description .vision-mission h1, .vision-mission .other-products h2, .other-products .vision-mission h2, .vision-mission .other-products .contact-page h1, .other-products .contact-page .vision-mission h1, .vision-mission .contact-page .other-products h1, .contact-page .other-products .vision-mission h1, .vision-mission .product-short-content h2, .product-short-content .vision-mission h2, .vision-mission .product-short-content .contact-page h1, .product-short-content .contact-page .vision-mission h1, .vision-mission .contact-page .product-short-content h1, .contact-page .product-short-content .vision-mission h1, .vision-mission .faq h2, .vision-mission .faq .contact-page h1, .contact-page .vision-mission .faq h1, .faq .vision-mission h2, .faq .vision-mission .contact-page h1, .contact-page .faq .vision-mission h1, .vision-mission .solution-long-description h2, .vision-mission .solution-long-description .contact-page h1, .contact-page .vision-mission .solution-long-description h1, .solution-long-description .vision-mission h2, .solution-long-description .vision-mission .contact-page h1, .contact-page .solution-long-description .vision-mission h1,
.vision-mission .solution-short-content h2,
.vision-mission .solution-short-content .contact-page h1,
.contact-page .vision-mission .solution-short-content h1,
.solution-short-content .vision-mission h2,
.solution-short-content .vision-mission .contact-page h1,
.contact-page .solution-short-content .vision-mission h1 {
  color: #000;
  text-transform: uppercase;
}

.our-stories-slider {
  width: 100%;
}
@media (max-width: 991px) {
  .our-stories-slider {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .our-stories-slider {
    padding-left: clamp(44px, 4.0625vw, 78px);
    border-left: 1px solid #000;
    width: 85.179%;
  }
}
.our-stories-slider-item {
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.22);
  padding: 13px 29px;
}
@media (min-width: 768px) {
  .our-stories-slider-item {
    padding: 15px 32px;
  }
}
@media (min-width: 992px) {
  .our-stories-slider-item {
    padding: 17px 35px;
  }
}
@media (min-width: 1200px) {
  .our-stories-slider-item {
    padding: 19px 38px;
  }
}
@media (min-width: 1350px) {
  .our-stories-slider-item {
    padding: 21px 41px;
  }
}
@media (min-width: 1440px) {
  .our-stories-slider-item {
    padding: 23px 44px;
  }
}
@media (min-width: 1600px) {
  .our-stories-slider-item {
    padding: 25px 47px;
  }
}
@media (min-width: 1900px) {
  .our-stories-slider-item {
    padding: 27px 50px;
  }
}
.our-stories-slider h3, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .our-stories-slider .faq h2, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider h2, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
.our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .contact-page h1,
.contact-page .our-stories-slider .solution-short-content h1,
.solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .contact-page h1,
.contact-page .solution-short-content .our-stories-slider h1 {
  color: #000;
  font-weight: 700 !important;
}

.our-stories-wrapper {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 20px;
  margin-bottom: clamp(30px, 3.12499vw, 60px);
}

.our-stories-nav {
  margin-left: auto;
}
@media (min-width: 992px) {
  .our-stories-nav {
    width: 84.12%;
  }
}
.our-stories-nav .slick-slide {
  margin: 0px -10px;
}
@media (min-width: 768px) {
  .our-stories-nav .slick-slide {
    margin: 0px -15px;
  }
}
@media (min-width: 992px) {
  .our-stories-nav .slick-slide {
    margin: 0px -20px;
  }
}
@media (min-width: 1200px) {
  .our-stories-nav .slick-slide {
    margin: 0px -25px;
  }
}
@media (min-width: 1350px) {
  .our-stories-nav .slick-slide {
    margin: 0px -30px;
  }
}
@media (min-width: 1440px) {
  .our-stories-nav .slick-slide {
    margin: 0px -34px;
  }
}
@media (min-width: 1600px) {
  .our-stories-nav .slick-slide {
    margin: 0px -40px;
  }
}
@media (min-width: 1900px) {
  .our-stories-nav .slick-slide {
    margin: 0px -58px;
  }
}
.our-stories-nav .slick-slide {
  padding-bottom: 16px;
  margin: 0px 10px;
}
@media (min-width: 768px) {
  .our-stories-nav .slick-slide {
    margin: 0px 15px;
  }
}
@media (min-width: 992px) {
  .our-stories-nav .slick-slide {
    margin: 0px 20px;
  }
}
@media (min-width: 1200px) {
  .our-stories-nav .slick-slide {
    margin: 0px 25px;
  }
}
@media (min-width: 1350px) {
  .our-stories-nav .slick-slide {
    margin: 0px 30px;
  }
}
@media (min-width: 1440px) {
  .our-stories-nav .slick-slide {
    margin: 0px 34px;
  }
}
@media (min-width: 1600px) {
  .our-stories-nav .slick-slide {
    margin: 0px 40px;
  }
}
@media (min-width: 1900px) {
  .our-stories-nav .slick-slide {
    margin: 0px 58px;
  }
}

.our-stories-item {
  text-align: center;
  cursor: pointer;
}

.year {
  line-height: normal;
  margin-bottom: -6px;
}

.our-stories .slick-current.slick-active .year {
  color: #EF4136;
  font-weight: 700;
}
.our-stories .slick-current.slick-active p {
  color: #000;
  margin-top: 7px;
}

.our-stories {
  background-image: url(/public/images/vector/stories.png);
  background-size: 64.6%;
  background-position: left top;
  background-repeat: no-repeat;
}
.our-stories .container-ctn h2, .our-stories .container-ctn .contact-page h1, .contact-page .our-stories .container-ctn h1 {
  font-size: clamp(18px, 1.67vw, 32px);
}
.our-stories .slick-nav-count {
  height: -moz-fit-content;
  height: fit-content;
}

.ceo {
  position: relative;
}
.ceo picture {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 140px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 767px) {
  .ceo picture {
    margin-left: auto;
    margin-right: auto;
    order: 2;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .ceo picture {
    margin-top: clamp(20px, 2.135399vw, 41px);
    width: 28.2734%;
  }
}
.ceo picture img {
  height: auto;
  width: 100%;
}
.ceo picture::before {
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE2E0 82.98%);
  width: 100%;
  height: 34.125%;
  bottom: -1px;
  left: 0;
}
@media (min-width: 768px) {
  .ceo picture::before {
    bottom: 0;
    border-radius: 0 0 30px 30px;
  }
}
.ceo-message {
  border-radius: 20px;
  border: 1px solid #EF4136;
  width: 80%;
  padding: 25px 19px 50px 0px;
}
@media (max-width: 767px) {
  .ceo-message {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .ceo-message {
    padding: 40px 23px 46px 0px;
    width: 64.893%;
  }
}
@media (min-width: 992px) {
  .ceo-message {
    padding: 30px 27px 30px 0px;
  }
}
@media (min-width: 1200px) {
  .ceo-message {
    padding: 35px 31px 35px 0px;
  }
}
@media (min-width: 1350px) {
  .ceo-message {
    padding: 52px 35px 58px 0px;
  }
}
@media (min-width: 1440px) {
  .ceo-message {
    padding: 56px 39px 62px 0px;
  }
}
@media (min-width: 1600px) {
  .ceo-message {
    padding: 60px 43px 66px 0px;
  }
}
@media (min-width: 1900px) {
  .ceo-message {
    padding: 64px 47px 70px 0px;
  }
}
.ceo-message > div {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .ceo-message > div {
    margin-left: -22px;
  }
}
@media (min-width: 992px) {
  .ceo-message > div {
    margin-left: -24px;
  }
}
@media (min-width: 1200px) {
  .ceo-message > div {
    margin-left: -26px;
  }
}
@media (min-width: 1350px) {
  .ceo-message > div {
    margin-left: -28px;
  }
}
@media (min-width: 1440px) {
  .ceo-message > div {
    margin-left: -30px;
  }
}
@media (min-width: 1600px) {
  .ceo-message > div {
    margin-left: -32px;
  }
}
@media (min-width: 1900px) {
  .ceo-message > div {
    margin-left: -34px;
  }
}
.ceo-message > div > p {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .ceo-message > div > p {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .ceo-message > div > p {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .ceo-message > div > p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .ceo-message > div > p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .ceo-message > div > p {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .ceo-message > div > p {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .ceo-message > div > p {
    margin-bottom: 36px;
  }
}
.ceo-message > div div {
  color: #000;
  font-weight: 700 !important;
  line-height: 133.333%;
}
.ceo-message span {
  display: block;
  font-weight: 300;
  line-height: 100%;
  font-size: clamp(13px, 0.75vw, 16px);
}
.ceo-message svg {
  margin-bottom: 20px;
  height: auto;
  width: clamp(42px, 3.94vw, 84px);
}
.ceo-message h2, .ceo-message .contact-page h1, .contact-page .ceo-message h1 {
  margin-bottom: 16px;
  font-size: clamp(18px, 1.69vw, 32px);
}
.ceo-message img {
  height: auto;
  margin-top: clamp(6px, 0.5625vw, 12px);
  width: clamp(140px, 9.8438vw, 210px);
}

.services-listing {
  padding-bottom: clamp(46px, 4.7917vw, 92px);
}
.services-listing .services-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background: #F1F1F1;
  padding: clamp(21px, 2.1875vw, 42px);
}
@media (min-width: 768px) {
  .services-listing .services-box {
    width: 32.262%;
  }
}
.services-listing .services-box h3, .services-listing .services-box .product-long-description h2, .product-long-description .services-listing .services-box h2, .services-listing .services-box .product-long-description .contact-page h1, .product-long-description .contact-page .services-listing .services-box h1, .services-listing .services-box .contact-page .product-long-description h1, .contact-page .product-long-description .services-listing .services-box h1, .services-listing .services-box .other-products h2, .other-products .services-listing .services-box h2, .services-listing .services-box .other-products .contact-page h1, .other-products .contact-page .services-listing .services-box h1, .services-listing .services-box .contact-page .other-products h1, .contact-page .other-products .services-listing .services-box h1, .services-listing .services-box .product-short-content h2, .product-short-content .services-listing .services-box h2, .services-listing .services-box .product-short-content .contact-page h1, .product-short-content .contact-page .services-listing .services-box h1, .services-listing .services-box .contact-page .product-short-content h1, .contact-page .product-short-content .services-listing .services-box h1, .services-listing .services-box .faq h2, .services-listing .services-box .faq .contact-page h1, .contact-page .services-listing .services-box .faq h1, .faq .services-listing .services-box h2, .faq .services-listing .services-box .contact-page h1, .contact-page .faq .services-listing .services-box h1, .services-listing .services-box .solution-long-description h2, .services-listing .services-box .solution-long-description .contact-page h1, .contact-page .services-listing .services-box .solution-long-description h1, .solution-long-description .services-listing .services-box h2, .solution-long-description .services-listing .services-box .contact-page h1, .contact-page .solution-long-description .services-listing .services-box h1,
.services-listing .services-box .solution-short-content h2,
.services-listing .services-box .solution-short-content .contact-page h1,
.contact-page .services-listing .services-box .solution-short-content h1,
.solution-short-content .services-listing .services-box h2,
.solution-short-content .services-listing .services-box .contact-page h1,
.contact-page .solution-short-content .services-listing .services-box h1 {
  color: #000;
  line-height: 100%;
  margin-bottom: clamp(6px, 0.7292vw, 14px);
}
.services-listing .services-box div {
  border-radius: 20px;
  background: #FFF;
  margin-top: clamp(11px, 1.1459vw, 22px);
  margin-bottom: clamp(11px, 1.1459vw, 22px);
  padding: clamp(13px, 1.355vw, 26px);
}
.services-listing .services-box img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 190px;
}
@media (min-width: 768px) {
  .services-listing .services-box img {
    height: clamp(200px, 14.95vw, 287px);
  }
}
@media (max-width: 575px) {
  .services-listing .services-box a {
    margin-left: 5px;
  }
}
.services-listing .services-box a::after {
  background-color: #fff;
  border-radius: 50%;
}
.services-listing .services-box:hover {
  background: #FFF8F7;
}
.services-listing .services-box:hover a {
  color: #EF4136;
}
.services-listing .services-box:hover a::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><circle cx="15" cy="15" r="6.5" fill="%23EF4136" stroke="%23EF4136" stroke-dasharray="2 2"/><circle cx="15" cy="15" r="14.5" stroke="%23EF4136" stroke-dasharray="2 2"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  transition: 0.5s ease all;
  transform: translateY(-50%) rotate(180deg);
}
.services-listing .servicesRow {
  gap: 20px 1.6%;
}

.cta .container-ctn {
  border-radius: 15px;
  background: rgba(239, 65, 54, 0.13);
  padding: clamp(21px, 2.23956vw, 43px);
}
@media (min-width: 992px) {
  .cta .container-ctn {
    border-radius: 20px;
  }
}
.cta picture {
  width: 100%;
}
@media (min-width: 768px) {
  .cta picture {
    width: 52.1277%;
  }
}
@media (min-width: 992px) {
  .cta picture {
    width: 59.1277%;
  }
}
@media (min-width: 1200px) {
  .cta picture {
    width: 63.1277%;
  }
}
@media (min-width: 1350px) {
  .cta picture {
    width: 67.1277%;
  }
}
.cta picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  height: 192px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .cta picture img {
    height: 203px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .cta picture img {
    height: 212px;
  }
}
@media (min-width: 1200px) {
  .cta picture img {
    height: 221px;
  }
}
@media (min-width: 1350px) {
  .cta picture img {
    height: 235px;
  }
}
@media (min-width: 1440px) {
  .cta picture img {
    height: 277px;
  }
}
@media (min-width: 1600px) {
  .cta picture img {
    height: 281px;
  }
}
@media (min-width: 1900px) {
  .cta picture img {
    height: 302px;
  }
}
.cta-contact {
  border-radius: 15px;
  background: #FFF;
  width: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .cta-contact {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .cta-contact {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .cta-contact {
    padding: 18px;
    width: 46.305%;
  }
}
@media (min-width: 992px) {
  .cta-contact {
    padding: 19px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .cta-contact {
    padding: 20px;
    width: 35.305%;
  }
}
@media (min-width: 1350px) {
  .cta-contact {
    padding: 19px;
    width: 31.305%;
  }
}
@media (min-width: 1440px) {
  .cta-contact {
    padding: 22px;
  }
}
@media (min-width: 1600px) {
  .cta-contact {
    padding: 26px;
  }
}
@media (min-width: 1900px) {
  .cta-contact {
    padding: 32px;
  }
}
.cta-contact h3, .cta-contact .product-long-description h2, .product-long-description .cta-contact h2, .cta-contact .product-long-description .contact-page h1, .product-long-description .contact-page .cta-contact h1, .cta-contact .contact-page .product-long-description h1, .contact-page .product-long-description .cta-contact h1, .cta-contact .other-products h2, .other-products .cta-contact h2, .cta-contact .other-products .contact-page h1, .other-products .contact-page .cta-contact h1, .cta-contact .contact-page .other-products h1, .contact-page .other-products .cta-contact h1, .cta-contact .product-short-content h2, .product-short-content .cta-contact h2, .cta-contact .product-short-content .contact-page h1, .product-short-content .contact-page .cta-contact h1, .cta-contact .contact-page .product-short-content h1, .contact-page .product-short-content .cta-contact h1, .cta-contact .faq h2, .cta-contact .faq .contact-page h1, .contact-page .cta-contact .faq h1, .faq .cta-contact h2, .faq .cta-contact .contact-page h1, .contact-page .faq .cta-contact h1, .cta-contact .solution-long-description h2, .cta-contact .solution-long-description .contact-page h1, .contact-page .cta-contact .solution-long-description h1, .solution-long-description .cta-contact h2, .solution-long-description .cta-contact .contact-page h1, .contact-page .solution-long-description .cta-contact h1,
.cta-contact .solution-short-content h2,
.cta-contact .solution-short-content .contact-page h1,
.contact-page .cta-contact .solution-short-content h1,
.solution-short-content .cta-contact h2,
.solution-short-content .cta-contact .contact-page h1,
.contact-page .solution-short-content .cta-contact h1 {
  color: #EF4136;
  line-height: 100%;
  margin-bottom: 16px;
}
.cta-contact a[href^="tel:"] {
  margin-bottom: 12px;
}
.cta-contact .phone, .cta-contact .email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #D4D3D3;
  background: #FFF;
  color: #737374;
  padding: 4px 6px;
}
@media (min-width: 992px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 5px 7px;
  }
}
@media (min-width: 1200px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 6px 8px;
  }
}
@media (min-width: 1350px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 7px 9px;
  }
}
@media (min-width: 1440px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 8px 10px;
  }
}
@media (min-width: 1600px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 9px 11px;
  }
}
@media (min-width: 1900px) {
  .cta-contact .phone, .cta-contact .email {
    padding: 10px 12px;
  }
}
.cta-contact .phone p, .cta-contact .email p {
  line-height: 100%;
}
.cta-contact .phone:hover, .cta-contact .email:hover {
  background-color: #EF4136;
  color: #fff;
}
.cta-contact .phone:hover span, .cta-contact .email:hover span {
  background-color: #000;
}
.cta-contact .phone span, .cta-contact .email span {
  line-height: 100%;
  color: #fff;
  border-radius: 5px;
  background-color: #EF4136;
  font-size: clamp(12px, 1.668vw, 16px);
  padding: 6px 6px;
}
@media (min-width: 992px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 3px 10px;
  }
}
@media (min-width: 1200px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 4px 6px;
  }
}
@media (min-width: 1350px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 5px 6px;
  }
}
@media (min-width: 1440px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 6px 13px;
  }
}
@media (min-width: 1600px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 7px 14px;
  }
}
@media (min-width: 1900px) {
  .cta-contact .phone span, .cta-contact .email span {
    padding: 8px 15px;
  }
}
.cta-contact .whatsapp {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 100px;
  color: #49AE45;
  border: 1px solid #49AE45;
  background: #FFF;
  gap: 5px;
  padding: 5px 20px;
  margin-top: 17px;
}
@media (min-width: 1200px) {
  .cta-contact .whatsapp {
    gap: 6px;
    padding: 6px 21px;
    margin-top: 18px;
  }
}
@media (min-width: 1350px) {
  .cta-contact .whatsapp {
    gap: 7px;
    padding: 7px 22px;
    margin-top: 19px;
  }
}
@media (min-width: 1440px) {
  .cta-contact .whatsapp {
    gap: 8px;
    padding: 8px 23px;
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .cta-contact .whatsapp {
    gap: 9px;
    padding: 9px 24px;
    margin-top: 21px;
  }
}
@media (min-width: 1900px) {
  .cta-contact .whatsapp {
    gap: 10px;
    padding: 10px 25px;
    margin-top: 22px;
  }
}
.cta-contact .whatsapp svg {
  margin-top: -1px;
}
.cta-contact .whatsapp:hover {
  background: #49AE45;
  color: #fff;
}
.cta-contact .whatsapp:hover path {
  fill: #fff;
}

.page-solutions .container-ctn {
  border: unset;
}
.page-solutions .head {
  border: unset;
}
.page-solutions .slick-list {
  margin: 0px -7px;
}
@media (min-width: 768px) {
  .page-solutions .slick-list {
    margin: 0px -9px;
  }
}
@media (min-width: 992px) {
  .page-solutions .slick-list {
    margin: 0px -11px;
  }
}
@media (min-width: 1200px) {
  .page-solutions .slick-list {
    margin: 0px -13px;
  }
}
@media (min-width: 1350px) {
  .page-solutions .slick-list {
    margin: 0px -15px;
  }
}
@media (min-width: 1440px) {
  .page-solutions .slick-list {
    margin: 0px -17px;
  }
}
@media (min-width: 1600px) {
  .page-solutions .slick-list {
    margin: 0px -19px;
  }
}
@media (min-width: 1900px) {
  .page-solutions .slick-list {
    margin: 0px -21px;
  }
}
.page-solutions .slick-slide {
  margin: 0px 7px;
}
@media (min-width: 768px) {
  .page-solutions .slick-slide {
    margin: 0px 9px;
  }
}
@media (min-width: 992px) {
  .page-solutions .slick-slide {
    margin: 0px 11px;
  }
}
@media (min-width: 1200px) {
  .page-solutions .slick-slide {
    margin: 0px 13px;
  }
}
@media (min-width: 1350px) {
  .page-solutions .slick-slide {
    margin: 0px 15px;
  }
}
@media (min-width: 1440px) {
  .page-solutions .slick-slide {
    margin: 0px 17px;
  }
}
@media (min-width: 1600px) {
  .page-solutions .slick-slide {
    margin: 0px 19px;
  }
}
@media (min-width: 1900px) {
  .page-solutions .slick-slide {
    margin: 0px 21px;
  }
}
.page-solutions .slick-slide > .solutions-slider-item {
  width: 100%;
  box-sizing: border-box;
}
.page-solutions .solutions-slider-item {
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s ease all;
  background-color: #FFF;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="199" height="133" viewBox="0 0 199 133" fill="none"><path opacity="0.1" d="M50.2725 0.5L86.7178 104.606L87.1895 105.952L87.6621 104.607L99.8467 69.9209L99.9053 69.7559L99.8477 69.5908L75.7021 0.5H125.284L161.744 104.69L162.216 106.039L162.688 104.69L199.134 0.5H224.296L179.341 129.024V129.026C177.319 134.859 173.733 139.655 168.589 143.42L168.087 143.781C162.666 147.6 156.766 149.5 150.372 149.5C143.967 149.5 137.912 147.719 132.557 144.145V144.144L132.059 143.806C126.961 140.277 123.225 135.597 120.839 129.757C119.087 124.758 116.464 117.2 112.969 107.085L112.488 105.694L112.022 107.09C110.398 111.955 107.839 119.257 104.345 128.995C101.558 135.866 97.7504 140.982 92.9395 144.383C88.1308 147.782 82.2827 149.493 75.3682 149.493C68.9695 149.493 62.9684 147.653 57.3623 143.947H57.3613C51.7516 140.251 47.9217 135.522 45.8389 129.76L0.704102 0.5H50.2725Z" fill="white" stroke="%23EF4136"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .page-solutions .solutions-slider-item {
    background-size: 100px;
  }
}
.page-solutions .solutions-slider-item:hover {
  background-color: #FFF8F7;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="199" height="133" viewBox="0 0 199 133" fill="none"><path opacity="0.1" d="M225 0L179.813 129.19C177.69 135.314 173.87 140.314 168.375 144.19C162.872 148.066 156.874 150 150.372 150C143.871 150 137.719 148.191 132.279 144.56C126.84 140.936 122.873 136.061 120.373 129.937C118.621 124.937 115.995 117.374 112.497 107.249C110.869 112.123 108.307 119.434 104.808 129.183C99.1799 143.059 89.3687 149.993 75.3678 149.993C68.8666 149.993 62.7704 148.122 57.0862 144.365C51.3951 140.615 47.4915 135.803 45.3687 129.93L0 0H50.6269L87.19 104.441L99.3754 69.7556L74.9977 0H125.639L162.216 104.525L198.779 0H225Z" fill="%23EF4136"/></svg>');
}
.page-solutions .solutions-slider-item {
  padding: clamp(20px, 2.08339vw, 40px);
}
.page-solutions .solutions-slider-item h3, .page-solutions .solutions-slider-item .product-long-description h2, .product-long-description .page-solutions .solutions-slider-item h2, .page-solutions .solutions-slider-item .product-long-description .contact-page h1, .product-long-description .contact-page .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .contact-page .product-long-description h1, .contact-page .product-long-description .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .other-products h2, .other-products .page-solutions .solutions-slider-item h2, .page-solutions .solutions-slider-item .other-products .contact-page h1, .other-products .contact-page .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .contact-page .other-products h1, .contact-page .other-products .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .product-short-content h2, .product-short-content .page-solutions .solutions-slider-item h2, .page-solutions .solutions-slider-item .product-short-content .contact-page h1, .product-short-content .contact-page .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .contact-page .product-short-content h1, .contact-page .product-short-content .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .faq h2, .page-solutions .solutions-slider-item .faq .contact-page h1, .contact-page .page-solutions .solutions-slider-item .faq h1, .faq .page-solutions .solutions-slider-item h2, .faq .page-solutions .solutions-slider-item .contact-page h1, .contact-page .faq .page-solutions .solutions-slider-item h1, .page-solutions .solutions-slider-item .solution-long-description h2, .page-solutions .solutions-slider-item .solution-long-description .contact-page h1, .contact-page .page-solutions .solutions-slider-item .solution-long-description h1, .solution-long-description .page-solutions .solutions-slider-item h2, .solution-long-description .page-solutions .solutions-slider-item .contact-page h1, .contact-page .solution-long-description .page-solutions .solutions-slider-item h1,
.page-solutions .solutions-slider-item .solution-short-content h2,
.page-solutions .solutions-slider-item .solution-short-content .contact-page h1,
.contact-page .page-solutions .solutions-slider-item .solution-short-content h1,
.solution-short-content .page-solutions .solutions-slider-item h2,
.solution-short-content .page-solutions .solutions-slider-item .contact-page h1,
.contact-page .solution-short-content .page-solutions .solutions-slider-item h1 {
  margin: 0 0 0.25em;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.page-solutions .solutions-slider-item picture {
  margin-top: clamp(18px, 1.87498vw, 36px);
  padding-bottom: clamp(23px, 2.3959vw, 46px);
  margin-bottom: clamp(15px, 1.61456vw, 31px);
  border-bottom: 1px solid #EEE;
  display: block;
}
.page-solutions .solutions-slider-item picture img {
  width: 100%;
  height: clamp(182px, 18.9584vw, 364px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.page-solutions picture {
  padding-bottom: 0;
  margin-top: 0;
}

.side-card > div,
.side-card h3,
.side-card .product-long-description h2,
.product-long-description .side-card h2,
.side-card .product-long-description .contact-page h1,
.product-long-description .contact-page .side-card h1,
.side-card .contact-page .product-long-description h1,
.contact-page .product-long-description .side-card h1,
.side-card .other-products h2,
.other-products .side-card h2,
.side-card .other-products .contact-page h1,
.other-products .contact-page .side-card h1,
.side-card .contact-page .other-products h1,
.contact-page .other-products .side-card h1,
.side-card .product-short-content h2,
.product-short-content .side-card h2,
.side-card .product-short-content .contact-page h1,
.product-short-content .contact-page .side-card h1,
.side-card .contact-page .product-short-content h1,
.contact-page .product-short-content .side-card h1,
.side-card .faq h2,
.side-card .faq .contact-page h1,
.contact-page .side-card .faq h1,
.faq .side-card h2,
.faq .side-card .contact-page h1,
.contact-page .faq .side-card h1,
.side-card .solution-long-description h2,
.side-card .solution-long-description .contact-page h1,
.contact-page .side-card .solution-long-description h1,
.solution-long-description .side-card h2,
.solution-long-description .side-card .contact-page h1,
.contact-page .solution-long-description .side-card h1,
.side-card .solution-short-content h2,
.side-card .solution-short-content .contact-page h1,
.contact-page .side-card .solution-short-content h1,
.solution-short-content .side-card h2,
.solution-short-content .side-card .contact-page h1,
.contact-page .solution-short-content .side-card h1 {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 12px 32px;
  }
}
@media (min-width: 992px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 18px 34px;
  }
}
@media (min-width: 1200px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 24px 36px;
  }
}
@media (min-width: 1350px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 30px 21px;
  }
}
@media (min-width: 1440px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 36px 20px;
  }
}
@media (min-width: 1600px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 42px 32px;
  }
}
@media (min-width: 1900px) {
  .side-card > div,
  .side-card h3,
  .side-card .product-long-description h2,
  .product-long-description .side-card h2,
  .side-card .product-long-description .contact-page h1,
  .product-long-description .contact-page .side-card h1,
  .side-card .contact-page .product-long-description h1,
  .contact-page .product-long-description .side-card h1,
  .side-card .other-products h2,
  .other-products .side-card h2,
  .side-card .other-products .contact-page h1,
  .other-products .contact-page .side-card h1,
  .side-card .contact-page .other-products h1,
  .contact-page .other-products .side-card h1,
  .side-card .product-short-content h2,
  .product-short-content .side-card h2,
  .side-card .product-short-content .contact-page h1,
  .product-short-content .contact-page .side-card h1,
  .side-card .contact-page .product-short-content h1,
  .contact-page .product-short-content .side-card h1,
  .side-card .faq h2,
  .side-card .faq .contact-page h1,
  .contact-page .side-card .faq h1,
  .faq .side-card h2,
  .faq .side-card .contact-page h1,
  .contact-page .faq .side-card h1,
  .side-card .solution-long-description h2,
  .side-card .solution-long-description .contact-page h1,
  .contact-page .side-card .solution-long-description h1,
  .solution-long-description .side-card h2,
  .solution-long-description .side-card .contact-page h1,
  .contact-page .solution-long-description .side-card h1,
  .side-card .solution-short-content h2,
  .side-card .solution-short-content .contact-page h1,
  .contact-page .side-card .solution-short-content h1,
  .solution-short-content .side-card h2,
  .solution-short-content .side-card .contact-page h1,
  .contact-page .solution-short-content .side-card h1 {
    padding: 48px 44px;
  }
}

.side-card form {
  padding: 22px 20px;
}
@media (min-width: 768px) {
  .side-card form {
    padding: 24px 32px;
  }
}
@media (min-width: 992px) {
  .side-card form {
    padding: 26px 34px;
  }
}
@media (min-width: 1200px) {
  .side-card form {
    padding: 28px 36px;
  }
}
@media (min-width: 1350px) {
  .side-card form {
    padding: 30px 38px;
  }
}
@media (min-width: 1440px) {
  .side-card form {
    padding: 32px 40px;
  }
}
@media (min-width: 1600px) {
  .side-card form {
    padding: 34px 42px;
  }
}
@media (min-width: 1900px) {
  .side-card form {
    padding: 36px 44px;
  }
}

.side-card > div {
  background: #FDFDFD;
  border-bottom: 1px solid #EEE;
}
.side-card.menu a {
  position: relative;
  color: #000;
  display: flex;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  padding: 11px;
}
.side-card.menu a::before {
  border-radius: 10px;
  transition: 0.5s ease all;
  width: 0;
  height: 100%;
  background: rgba(239, 65, 54, 0.231372549);
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .side-card.menu a {
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .side-card.menu a {
    padding: 13px;
  }
}
@media (min-width: 1200px) {
  .side-card.menu a {
    padding: 14px;
  }
}
@media (min-width: 1350px) {
  .side-card.menu a {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .side-card.menu a {
    padding: 16px;
  }
}
@media (min-width: 1600px) {
  .side-card.menu a {
    padding: 17px;
  }
}
@media (min-width: 1900px) {
  .side-card.menu a {
    padding: 18px;
  }
}
.side-card.menu a + a {
  margin-top: 4px;
}
.side-card.menu a:hover::before {
  transition: 0.5s ease all;
  width: 100%;
}

.solution-detail-page aside {
  height: -moz-fit-content;
  height: fit-content;
  top: 100px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #EEE;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .solution-detail-page aside {
    position: sticky;
    width: 40.655%;
  }
}
@media (min-width: 1350px) {
  .solution-detail-page aside {
    width: 30.791%;
  }
}
.solution-detail-page aside h3, .solution-detail-page aside .product-long-description h2, .product-long-description .solution-detail-page aside h2, .solution-detail-page aside .product-long-description .contact-page h1, .product-long-description .contact-page .solution-detail-page aside h1, .solution-detail-page aside .contact-page .product-long-description h1, .contact-page .product-long-description .solution-detail-page aside h1, .solution-detail-page aside .other-products h2, .other-products .solution-detail-page aside h2, .solution-detail-page aside .other-products .contact-page h1, .other-products .contact-page .solution-detail-page aside h1, .solution-detail-page aside .contact-page .other-products h1, .contact-page .other-products .solution-detail-page aside h1, .solution-detail-page aside .product-short-content h2, .product-short-content .solution-detail-page aside h2, .solution-detail-page aside .product-short-content .contact-page h1, .product-short-content .contact-page .solution-detail-page aside h1, .solution-detail-page aside .contact-page .product-short-content h1, .contact-page .product-short-content .solution-detail-page aside h1, .solution-detail-page aside .faq h2, .solution-detail-page aside .faq .contact-page h1, .contact-page .solution-detail-page aside .faq h1, .faq .solution-detail-page aside h2, .faq .solution-detail-page aside .contact-page h1, .contact-page .faq .solution-detail-page aside h1, .solution-detail-page aside .solution-long-description h2, .solution-detail-page aside .solution-long-description .contact-page h1, .contact-page .solution-detail-page aside .solution-long-description h1, .solution-long-description .solution-detail-page aside h2, .solution-long-description .solution-detail-page aside .contact-page h1, .contact-page .solution-long-description .solution-detail-page aside h1,
.solution-detail-page aside .solution-short-content h2,
.solution-detail-page aside .solution-short-content .contact-page h1,
.contact-page .solution-detail-page aside .solution-short-content h1,
.solution-short-content .solution-detail-page aside h2,
.solution-short-content .solution-detail-page aside .contact-page h1,
.contact-page .solution-short-content .solution-detail-page aside h1 {
  line-height: initial;
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #EEE;
  gap: clamp(6px, 0.66vw, 12px);
}
.solution-detail-page aside h3 div, .solution-detail-page aside .product-long-description h2 div, .product-long-description .solution-detail-page aside h2 div, .solution-detail-page aside .product-long-description .contact-page h1 div, .product-long-description .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .product-long-description h1 div, .contact-page .product-long-description .solution-detail-page aside h1 div, .solution-detail-page aside .other-products h2 div, .other-products .solution-detail-page aside h2 div, .solution-detail-page aside .other-products .contact-page h1 div, .other-products .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .other-products h1 div, .contact-page .other-products .solution-detail-page aside h1 div, .solution-detail-page aside .product-short-content h2 div, .product-short-content .solution-detail-page aside h2 div, .solution-detail-page aside .product-short-content .contact-page h1 div, .product-short-content .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .product-short-content h1 div, .contact-page .product-short-content .solution-detail-page aside h1 div, .solution-detail-page aside .faq h2 div, .solution-detail-page aside .faq .contact-page h1 div, .contact-page .solution-detail-page aside .faq h1 div, .faq .solution-detail-page aside h2 div, .faq .solution-detail-page aside .contact-page h1 div, .contact-page .faq .solution-detail-page aside h1 div, .solution-detail-page aside .solution-long-description h2 div, .solution-detail-page aside .solution-long-description .contact-page h1 div, .contact-page .solution-detail-page aside .solution-long-description h1 div, .solution-long-description .solution-detail-page aside h2 div, .solution-long-description .solution-detail-page aside .contact-page h1 div, .contact-page .solution-long-description .solution-detail-page aside h1 div,
.solution-detail-page aside .solution-short-content h2 div,
.solution-detail-page aside .solution-short-content .contact-page h1 div,
.contact-page .solution-detail-page aside .solution-short-content h1 div,
.solution-short-content .solution-detail-page aside h2 div,
.solution-short-content .solution-detail-page aside .contact-page h1 div,
.contact-page .solution-short-content .solution-detail-page aside h1 div {
  background-color: #EF4136;
  border-radius: 6.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .solution-detail-page aside h3 div, .solution-detail-page aside .product-long-description h2 div, .product-long-description .solution-detail-page aside h2 div, .solution-detail-page aside .product-long-description .contact-page h1 div, .product-long-description .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .product-long-description h1 div, .contact-page .product-long-description .solution-detail-page aside h1 div, .solution-detail-page aside .other-products h2 div, .other-products .solution-detail-page aside h2 div, .solution-detail-page aside .other-products .contact-page h1 div, .other-products .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .other-products h1 div, .contact-page .other-products .solution-detail-page aside h1 div, .solution-detail-page aside .product-short-content h2 div, .product-short-content .solution-detail-page aside h2 div, .solution-detail-page aside .product-short-content .contact-page h1 div, .product-short-content .contact-page .solution-detail-page aside h1 div, .solution-detail-page aside .contact-page .product-short-content h1 div, .contact-page .product-short-content .solution-detail-page aside h1 div, .solution-detail-page aside .faq h2 div, .solution-detail-page aside .faq .contact-page h1 div, .contact-page .solution-detail-page aside .faq h1 div, .faq .solution-detail-page aside h2 div, .faq .solution-detail-page aside .contact-page h1 div, .contact-page .faq .solution-detail-page aside h1 div, .solution-detail-page aside .solution-long-description h2 div, .solution-detail-page aside .solution-long-description .contact-page h1 div, .contact-page .solution-detail-page aside .solution-long-description h1 div, .solution-long-description .solution-detail-page aside h2 div, .solution-long-description .solution-detail-page aside .contact-page h1 div, .contact-page .solution-long-description .solution-detail-page aside h1 div,
  .solution-detail-page aside .solution-short-content h2 div,
  .solution-detail-page aside .solution-short-content .contact-page h1 div,
  .contact-page .solution-detail-page aside .solution-short-content h1 div,
  .solution-short-content .solution-detail-page aside h2 div,
  .solution-short-content .solution-detail-page aside .contact-page h1 div,
  .contact-page .solution-short-content .solution-detail-page aside h1 div {
    width: clamp(40px, 2.605vw, 50px);
    height: clamp(40px, 2.605vw, 50px);
  }
}
.solution-detail-page aside h3 div svg, .solution-detail-page aside .product-long-description h2 div svg, .product-long-description .solution-detail-page aside h2 div svg, .solution-detail-page aside .product-long-description .contact-page h1 div svg, .product-long-description .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .product-long-description h1 div svg, .contact-page .product-long-description .solution-detail-page aside h1 div svg, .solution-detail-page aside .other-products h2 div svg, .other-products .solution-detail-page aside h2 div svg, .solution-detail-page aside .other-products .contact-page h1 div svg, .other-products .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .other-products h1 div svg, .contact-page .other-products .solution-detail-page aside h1 div svg, .solution-detail-page aside .product-short-content h2 div svg, .product-short-content .solution-detail-page aside h2 div svg, .solution-detail-page aside .product-short-content .contact-page h1 div svg, .product-short-content .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .product-short-content h1 div svg, .contact-page .product-short-content .solution-detail-page aside h1 div svg, .solution-detail-page aside .faq h2 div svg, .solution-detail-page aside .faq .contact-page h1 div svg, .contact-page .solution-detail-page aside .faq h1 div svg, .faq .solution-detail-page aside h2 div svg, .faq .solution-detail-page aside .contact-page h1 div svg, .contact-page .faq .solution-detail-page aside h1 div svg, .solution-detail-page aside .solution-long-description h2 div svg, .solution-detail-page aside .solution-long-description .contact-page h1 div svg, .contact-page .solution-detail-page aside .solution-long-description h1 div svg, .solution-long-description .solution-detail-page aside h2 div svg, .solution-long-description .solution-detail-page aside .contact-page h1 div svg, .contact-page .solution-long-description .solution-detail-page aside h1 div svg,
.solution-detail-page aside .solution-short-content h2 div svg,
.solution-detail-page aside .solution-short-content .contact-page h1 div svg,
.contact-page .solution-detail-page aside .solution-short-content h1 div svg,
.solution-short-content .solution-detail-page aside h2 div svg,
.solution-short-content .solution-detail-page aside .contact-page h1 div svg,
.contact-page .solution-short-content .solution-detail-page aside h1 div svg {
  height: auto;
  width: 15px;
}
@media (min-width: 768px) {
  .solution-detail-page aside h3 div svg, .solution-detail-page aside .product-long-description h2 div svg, .product-long-description .solution-detail-page aside h2 div svg, .solution-detail-page aside .product-long-description .contact-page h1 div svg, .product-long-description .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .product-long-description h1 div svg, .contact-page .product-long-description .solution-detail-page aside h1 div svg, .solution-detail-page aside .other-products h2 div svg, .other-products .solution-detail-page aside h2 div svg, .solution-detail-page aside .other-products .contact-page h1 div svg, .other-products .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .other-products h1 div svg, .contact-page .other-products .solution-detail-page aside h1 div svg, .solution-detail-page aside .product-short-content h2 div svg, .product-short-content .solution-detail-page aside h2 div svg, .solution-detail-page aside .product-short-content .contact-page h1 div svg, .product-short-content .contact-page .solution-detail-page aside h1 div svg, .solution-detail-page aside .contact-page .product-short-content h1 div svg, .contact-page .product-short-content .solution-detail-page aside h1 div svg, .solution-detail-page aside .faq h2 div svg, .solution-detail-page aside .faq .contact-page h1 div svg, .contact-page .solution-detail-page aside .faq h1 div svg, .faq .solution-detail-page aside h2 div svg, .faq .solution-detail-page aside .contact-page h1 div svg, .contact-page .faq .solution-detail-page aside h1 div svg, .solution-detail-page aside .solution-long-description h2 div svg, .solution-detail-page aside .solution-long-description .contact-page h1 div svg, .contact-page .solution-detail-page aside .solution-long-description h1 div svg, .solution-long-description .solution-detail-page aside h2 div svg, .solution-long-description .solution-detail-page aside .contact-page h1 div svg, .contact-page .solution-long-description .solution-detail-page aside h1 div svg,
  .solution-detail-page aside .solution-short-content h2 div svg,
  .solution-detail-page aside .solution-short-content .contact-page h1 div svg,
  .contact-page .solution-detail-page aside .solution-short-content h1 div svg,
  .solution-short-content .solution-detail-page aside h2 div svg,
  .solution-short-content .solution-detail-page aside .contact-page h1 div svg,
  .contact-page .solution-short-content .solution-detail-page aside h1 div svg {
    width: clamp(18px, 1.25vw, 24px);
  }
}
.solution-detail-page aside a[href^="tel:"] {
  margin-bottom: 12px;
}
.solution-detail-page aside .phone,
.solution-detail-page aside .email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #D4D3D3;
  background: #FFF;
  color: #737374;
  padding: 4px 6px;
}
@media (min-width: 992px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 5px 7px;
  }
}
@media (min-width: 1200px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 6px 8px;
  }
}
@media (min-width: 1350px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 7px 9px;
  }
}
@media (min-width: 1440px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 8px 10px;
  }
}
@media (min-width: 1600px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 9px 11px;
  }
}
@media (min-width: 1900px) {
  .solution-detail-page aside .phone,
  .solution-detail-page aside .email {
    padding: 10px 12px;
  }
}
.solution-detail-page aside .phone p,
.solution-detail-page aside .email p {
  line-height: 100%;
}
.solution-detail-page aside .phone:hover,
.solution-detail-page aside .email:hover {
  background-color: #EF4136;
  color: #fff;
}
.solution-detail-page aside .phone:hover span,
.solution-detail-page aside .email:hover span {
  background-color: #000;
}
.solution-detail-page aside .phone span,
.solution-detail-page aside .email span {
  line-height: 100%;
  color: #fff;
  border-radius: 5px;
  background-color: #EF4136;
  font-size: clamp(12px, 1.668vw, 16px);
  padding: 6px 6px;
}
@media (min-width: 992px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 3px 10px;
  }
}
@media (min-width: 1200px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 4px 6px;
  }
}
@media (min-width: 1350px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 5px 6px;
  }
}
@media (min-width: 1440px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 6px 13px;
  }
}
@media (min-width: 1600px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 7px 14px;
  }
}
@media (min-width: 1900px) {
  .solution-detail-page aside .phone span,
  .solution-detail-page aside .email span {
    padding: 8px 15px;
  }
}
.solution-detail-page aside .whatsapp {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 100px;
  color: #49AE45;
  border: 1px solid #49AE45;
  background: #FFF;
  gap: 5px;
  padding: 5px 20px;
  margin-top: 17px;
}
@media (min-width: 1200px) {
  .solution-detail-page aside .whatsapp {
    gap: 6px;
    padding: 6px 21px;
    margin-top: 18px;
  }
}
@media (min-width: 1350px) {
  .solution-detail-page aside .whatsapp {
    gap: 7px;
    padding: 7px 22px;
    margin-top: 19px;
  }
}
@media (min-width: 1440px) {
  .solution-detail-page aside .whatsapp {
    gap: 8px;
    padding: 8px 23px;
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .solution-detail-page aside .whatsapp {
    gap: 9px;
    padding: 9px 24px;
    margin-top: 21px;
  }
}
@media (min-width: 1900px) {
  .solution-detail-page aside .whatsapp {
    gap: 10px;
    padding: 10px 25px;
    margin-top: 22px;
  }
}
.solution-detail-page aside .whatsapp svg {
  margin-top: -1px;
}
.solution-detail-page aside .whatsapp:hover {
  background: #49AE45;
  color: #fff;
}
.solution-detail-page aside .whatsapp:hover path {
  fill: #fff;
}
.solution-detail-page article {
  width: 100%;
}
@media (max-width: 991px) {
  .solution-detail-page article {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .solution-detail-page article {
    width: 56.358%;
  }
}
@media (min-width: 1350px) {
  .solution-detail-page article {
    width: 65.392%;
  }
}
.solution-detail-page article h1 {
  margin-bottom: clamp(18px, 1.87498vw, 36px);
}

.solution-short-content {
  width: 100%;
}
@media (min-width: 768px) {
  .solution-short-content {
    width: 45.774%;
  }
}

.solution-long-description ul, .solution-long-description p, .solution-long-description h2, .solution-long-description h3, .solution-long-description span, .solution-long-description ol, .solution-long-description h1 {
  width: 100%;
}
.solution-long-description.has-two-images {
  display: flex;
  flex-wrap: wrap;
}
.solution-long-description.has-two-images picture {
  width: 58.288%;
}
.solution-long-description.has-two-images picture + picture {
  width: 39.163%;
}
.solution-long-description.has-two-images picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
}
@media (min-width: 768px) {
  .solution-long-description.has-two-images picture img {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .solution-long-description.has-two-images picture img {
    height: clamp(250px, 16.9792vw, 326px);
  }
}

.solution-long-description,
.solution-short-content {
  justify-content: space-between;
}
.solution-long-description h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
.solution-short-content h2,
.solution-short-content .contact-page h1,
.contact-page .solution-short-content h1 {
  margin-bottom: 0;
  font-weight: 700 !important;
}
.solution-long-description p + p,
.solution-long-description p + ul,
.solution-long-description p ol,
.solution-long-description p + h3,
.solution-long-description .product-long-description p + h2,
.product-long-description .solution-long-description p + h2,
.solution-long-description .product-long-description .contact-page p + h1,
.product-long-description .contact-page .solution-long-description p + h1,
.solution-long-description .contact-page .product-long-description p + h1,
.contact-page .product-long-description .solution-long-description p + h1,
.solution-long-description .other-products p + h2,
.other-products .solution-long-description p + h2,
.solution-long-description .other-products .contact-page p + h1,
.other-products .contact-page .solution-long-description p + h1,
.solution-long-description .contact-page .other-products p + h1,
.contact-page .other-products .solution-long-description p + h1,
.solution-long-description .product-short-content p + h2,
.product-short-content .solution-long-description p + h2,
.solution-long-description .product-short-content .contact-page p + h1,
.product-short-content .contact-page .solution-long-description p + h1,
.solution-long-description .contact-page .product-short-content p + h1,
.contact-page .product-short-content .solution-long-description p + h1,
.solution-long-description p + h2,
.solution-long-description .contact-page p + h1,
.contact-page .solution-long-description p + h1,
.solution-long-description p + picture,
.solution-long-description p + picture + picture,
.solution-long-description ul + p,
.solution-long-description ul + ul,
.solution-long-description ul ol,
.solution-long-description ul + h3,
.solution-long-description .product-long-description ul + h2,
.product-long-description .solution-long-description ul + h2,
.solution-long-description .product-long-description .contact-page ul + h1,
.product-long-description .contact-page .solution-long-description ul + h1,
.solution-long-description .contact-page .product-long-description ul + h1,
.contact-page .product-long-description .solution-long-description ul + h1,
.solution-long-description .other-products ul + h2,
.other-products .solution-long-description ul + h2,
.solution-long-description .other-products .contact-page ul + h1,
.other-products .contact-page .solution-long-description ul + h1,
.solution-long-description .contact-page .other-products ul + h1,
.contact-page .other-products .solution-long-description ul + h1,
.solution-long-description .product-short-content ul + h2,
.product-short-content .solution-long-description ul + h2,
.solution-long-description .product-short-content .contact-page ul + h1,
.product-short-content .contact-page .solution-long-description ul + h1,
.solution-long-description .contact-page .product-short-content ul + h1,
.contact-page .product-short-content .solution-long-description ul + h1,
.solution-long-description ul + h2,
.solution-long-description .contact-page ul + h1,
.contact-page .solution-long-description ul + h1,
.solution-long-description ul + picture,
.solution-long-description ul + picture + picture,
.solution-long-description ol + p,
.solution-long-description ol + ul,
.solution-long-description ol ol,
.solution-long-description ol + h3,
.solution-long-description .product-long-description ol + h2,
.product-long-description .solution-long-description ol + h2,
.solution-long-description .product-long-description .contact-page ol + h1,
.product-long-description .contact-page .solution-long-description ol + h1,
.solution-long-description .contact-page .product-long-description ol + h1,
.contact-page .product-long-description .solution-long-description ol + h1,
.solution-long-description .other-products ol + h2,
.other-products .solution-long-description ol + h2,
.solution-long-description .other-products .contact-page ol + h1,
.other-products .contact-page .solution-long-description ol + h1,
.solution-long-description .contact-page .other-products ol + h1,
.contact-page .other-products .solution-long-description ol + h1,
.solution-long-description .product-short-content ol + h2,
.product-short-content .solution-long-description ol + h2,
.solution-long-description .product-short-content .contact-page ol + h1,
.product-short-content .contact-page .solution-long-description ol + h1,
.solution-long-description .contact-page .product-short-content ol + h1,
.contact-page .product-short-content .solution-long-description ol + h1,
.solution-long-description ol + h2,
.solution-long-description .contact-page ol + h1,
.contact-page .solution-long-description ol + h1,
.solution-long-description ol + picture,
.solution-long-description ol + picture + picture,
.solution-short-content p + p,
.solution-short-content p + ul,
.solution-short-content p ol,
.solution-short-content p + h3,
.solution-short-content .product-long-description p + h2,
.product-long-description .solution-short-content p + h2,
.solution-short-content .product-long-description .contact-page p + h1,
.product-long-description .contact-page .solution-short-content p + h1,
.solution-short-content .contact-page .product-long-description p + h1,
.contact-page .product-long-description .solution-short-content p + h1,
.solution-short-content .other-products p + h2,
.other-products .solution-short-content p + h2,
.solution-short-content .other-products .contact-page p + h1,
.other-products .contact-page .solution-short-content p + h1,
.solution-short-content .contact-page .other-products p + h1,
.contact-page .other-products .solution-short-content p + h1,
.solution-short-content .product-short-content p + h2,
.product-short-content .solution-short-content p + h2,
.solution-short-content .product-short-content .contact-page p + h1,
.product-short-content .contact-page .solution-short-content p + h1,
.solution-short-content .contact-page .product-short-content p + h1,
.contact-page .product-short-content .solution-short-content p + h1,
.solution-short-content p + h2,
.solution-short-content .contact-page p + h1,
.contact-page .solution-short-content p + h1,
.solution-short-content p + picture,
.solution-short-content p + picture + picture,
.solution-short-content ul + p,
.solution-short-content ul + ul,
.solution-short-content ul ol,
.solution-short-content ul + h3,
.solution-short-content .product-long-description ul + h2,
.product-long-description .solution-short-content ul + h2,
.solution-short-content .product-long-description .contact-page ul + h1,
.product-long-description .contact-page .solution-short-content ul + h1,
.solution-short-content .contact-page .product-long-description ul + h1,
.contact-page .product-long-description .solution-short-content ul + h1,
.solution-short-content .other-products ul + h2,
.other-products .solution-short-content ul + h2,
.solution-short-content .other-products .contact-page ul + h1,
.other-products .contact-page .solution-short-content ul + h1,
.solution-short-content .contact-page .other-products ul + h1,
.contact-page .other-products .solution-short-content ul + h1,
.solution-short-content .product-short-content ul + h2,
.product-short-content .solution-short-content ul + h2,
.solution-short-content .product-short-content .contact-page ul + h1,
.product-short-content .contact-page .solution-short-content ul + h1,
.solution-short-content .contact-page .product-short-content ul + h1,
.contact-page .product-short-content .solution-short-content ul + h1,
.solution-short-content ul + h2,
.solution-short-content .contact-page ul + h1,
.contact-page .solution-short-content ul + h1,
.solution-short-content ul + picture,
.solution-short-content ul + picture + picture,
.solution-short-content ol + p,
.solution-short-content ol + ul,
.solution-short-content ol ol,
.solution-short-content ol + h3,
.solution-short-content .product-long-description ol + h2,
.product-long-description .solution-short-content ol + h2,
.solution-short-content .product-long-description .contact-page ol + h1,
.product-long-description .contact-page .solution-short-content ol + h1,
.solution-short-content .contact-page .product-long-description ol + h1,
.contact-page .product-long-description .solution-short-content ol + h1,
.solution-short-content .other-products ol + h2,
.other-products .solution-short-content ol + h2,
.solution-short-content .other-products .contact-page ol + h1,
.other-products .contact-page .solution-short-content ol + h1,
.solution-short-content .contact-page .other-products ol + h1,
.contact-page .other-products .solution-short-content ol + h1,
.solution-short-content .product-short-content ol + h2,
.product-short-content .solution-short-content ol + h2,
.solution-short-content .product-short-content .contact-page ol + h1,
.product-short-content .contact-page .solution-short-content ol + h1,
.solution-short-content .contact-page .product-short-content ol + h1,
.contact-page .product-short-content .solution-short-content ol + h1,
.solution-short-content ol + h2,
.solution-short-content .contact-page ol + h1,
.contact-page .solution-short-content ol + h1,
.solution-short-content ol + picture,
.solution-short-content ol + picture + picture {
  margin-top: clamp(10px, 0.84vw, 16px);
}
.solution-long-description ol + p,
.solution-long-description ul + p,
.solution-long-description h2 + p,
.solution-long-description .contact-page h1 + p,
.contact-page .solution-long-description h1 + p,
.solution-long-description h3 + p,
.solution-short-content ol + p,
.solution-short-content ul + p,
.solution-short-content h2 + p,
.solution-short-content .contact-page h1 + p,
.contact-page .solution-short-content h1 + p,
.solution-short-content h3 + p {
  margin-top: clamp(10px, 0.84vw, 16px);
}

.solution-long-description p + p,
.solution-long-description p + ul,
.solution-long-description p ol,
.solution-long-description p + h3,
.solution-long-description p + h2,
.solution-long-description .contact-page p + h1,
.contact-page .solution-long-description p + h1,
.solution-short-content p + p,
.solution-short-content p + ul,
.solution-short-content p ol,
.solution-short-content p + h3,
.solution-short-content p + h2,
.solution-short-content .contact-page p + h1,
.contact-page .solution-short-content p + h1,
.long-description p + p,
.long-description p + ul,
.long-description p ol,
.long-description p + h3,
.long-description p + h2,
.long-description .contact-page p + h1,
.contact-page .long-description p + h1,
.product-long-description p + p,
.product-long-description p + ul,
.product-long-description p ol,
.product-long-description p + h3,
.product-long-description .contact-page p + h1,
.contact-page .product-long-description p + h1,
.product-long-description p + h2 {
  margin-top: clamp(10px, 0.84vw, 16px);
}
.solution-long-description ol + p,
.solution-long-description ul + p,
.solution-long-description h2 + p,
.solution-long-description .contact-page h1 + p,
.contact-page .solution-long-description h1 + p,
.solution-long-description h3 + p,
.solution-short-content ol + p,
.solution-short-content ul + p,
.solution-short-content h2 + p,
.solution-short-content .contact-page h1 + p,
.contact-page .solution-short-content h1 + p,
.solution-short-content h3 + p,
.long-description ol + p,
.long-description ul + p,
.long-description h2 + p,
.long-description .contact-page h1 + p,
.contact-page .long-description h1 + p,
.long-description h3 + p,
.product-long-description ol + p,
.product-long-description ul + p,
.product-long-description h2 + p,
.product-long-description .contact-page h1 + p,
.contact-page .product-long-description h1 + p,
.product-long-description h3 + p {
  margin-top: clamp(10px, 0.84vw, 16px);
}

.contact-form label {
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.contact-form label,
.contact-form input,
.contact-form textarea {
  line-height: 87.5%;
  font-size: clamp(13px, 0.84vw, 16px);
}
.contact-form .form-group {
  position: relative;
  margin-bottom: clamp(14px, 0.84vw, 16px);
}
.contact-form input {
  height: 30px;
}
@media (min-width: 992px) {
  .contact-form input {
    height: 38px;
  }
}
@media (min-width: 1350px) {
  .contact-form input {
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .contact-form input {
    height: 42px;
  }
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  padding-left: 16px;
  padding-right: 16px;
}
.contact-form textarea {
  padding-top: 14px;
  height: 86px;
}
@media (min-width: 992px) {
  .contact-form textarea {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .contact-form textarea {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .contact-form textarea {
    height: 110px;
  }
}
@media (min-width: 1600px) {
  .contact-form textarea {
    height: 120px;
  }
}
@media (min-width: 1900px) {
  .contact-form textarea {
    height: 126px;
  }
}

.faq h2, .faq .contact-page h1, .contact-page .faq h1 {
  margin-bottom: 16px;
}
.faq .accordion {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .faq .accordion {
    margin-top: 24px;
  }
}
.faq .accordion-item {
  border: unset;
  border-radius: 10px;
  overflow: hidden;
}
.faq .accordion-item button {
  line-height: 160%;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-color: #F1F1F1;
  position: relative;
  padding: 18px 18px 17px 18px;
}
@media (min-width: 768px) {
  .faq .accordion-item button {
    padding: 22px 22px 18px 22px;
  }
}
@media (min-width: 992px) {
  .faq .accordion-item button {
    padding: 23px 23px 19px 23px;
  }
}
@media (min-width: 1200px) {
  .faq .accordion-item button {
    padding: 24px 24px 20px 24px;
  }
}
@media (min-width: 1350px) {
  .faq .accordion-item button {
    padding: 25px 25px 21px 25px;
  }
}
@media (min-width: 1440px) {
  .faq .accordion-item button {
    padding: 26px 26px 22px 26px;
  }
}
@media (min-width: 1600px) {
  .faq .accordion-item button {
    padding: 27px 27px 23px 27px;
  }
}
@media (min-width: 1900px) {
  .faq .accordion-item button {
    padding: 28px 28px 24px 28px;
  }
}
.faq .accordion-item + div {
  margin-top: 16px;
}
.faq .accordion-item .accordion-body {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #EF4136;
  border-top: unset;
  padding: 0px 18px 18px;
}
@media (min-width: 768px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 22px 22px;
  }
}
@media (min-width: 992px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 23px 23px;
  }
}
@media (min-width: 1200px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 24px 24px;
  }
}
@media (min-width: 1350px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 1440px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 26px 26px;
  }
}
@media (min-width: 1600px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 27px 27px;
  }
}
@media (min-width: 1900px) {
  .faq .accordion-item .accordion-body {
    padding: 0px 28px 28px;
  }
}
.faq .accordion-item .accordion-body .content {
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.faq .accordion-item .show {
  display: block;
}
.faq .accordion-button:not(.collapsed) {
  background: unset;
  color: #000;
  font-weight: 700;
  border: 1px solid #EF4136;
  border-bottom: unset;
}

.cta-inner {
  margin-top: 40px;
  border-radius: 10px;
  background: #F1F1F1;
  padding: 18px;
}
@media (min-width: 768px) {
  .cta-inner {
    padding: 22px;
    margin-top: 54px;
  }
}
@media (min-width: 992px) {
  .cta-inner {
    padding: 23px;
    margin-top: 58px;
  }
}
@media (min-width: 1200px) {
  .cta-inner {
    padding: 24px;
    margin-top: 62px;
  }
}
@media (min-width: 1350px) {
  .cta-inner {
    padding: 25px;
    margin-top: 66px;
  }
}
@media (min-width: 1440px) {
  .cta-inner {
    padding: 26px;
    margin-top: 70px;
  }
}
@media (min-width: 1600px) {
  .cta-inner {
    padding: 27px;
    margin-top: 74px;
  }
}
@media (min-width: 1900px) {
  .cta-inner {
    padding: 28px;
    margin-top: 78px;
  }
}
.cta-inner strong {
  color: #000;
  display: block;
}
.cta-inner .d-flex {
  gap: 12px;
  margin-bottom: 8px;
}
.cta-inner .cta-left, .cta-inner .cta-right {
  width: 100%;
}

.policy ~ .footer-cta {
  display: none;
}
.policy ol li, .policy ul li {
  color: #0A1119;
  font-size: clamp(18px, 1.3vw, 24px);
}
.policy ol li {
  list-style: decimal;
}
.policy h3, .policy .product-long-description h2, .product-long-description .policy h2, .policy .product-long-description .contact-page h1, .product-long-description .contact-page .policy h1, .policy .contact-page .product-long-description h1, .contact-page .product-long-description .policy h1, .policy .other-products h2, .other-products .policy h2, .policy .other-products .contact-page h1, .other-products .contact-page .policy h1, .policy .contact-page .other-products h1, .contact-page .other-products .policy h1, .policy .product-short-content h2, .product-short-content .policy h2, .policy .product-short-content .contact-page h1, .product-short-content .contact-page .policy h1, .policy .contact-page .product-short-content h1, .contact-page .product-short-content .policy h1, .policy .solution-long-description h2, .policy .solution-long-description .contact-page h1, .contact-page .policy .solution-long-description h1, .solution-long-description .policy h2, .solution-long-description .policy .contact-page h1, .contact-page .solution-long-description .policy h1,
.policy .solution-short-content h2,
.policy .solution-short-content .contact-page h1,
.contact-page .policy .solution-short-content h1,
.solution-short-content .policy h2,
.solution-short-content .policy .contact-page h1,
.contact-page .solution-short-content .policy h1, .policy .faq h2, .policy .faq .contact-page h1, .contact-page .policy .faq h1, .faq .policy h2, .faq .policy .contact-page h1, .contact-page .faq .policy h1 {
  color: #0A1119;
  font-size: clamp(18px, 1.3vw, 24px);
  margin-bottom: clamp(10px, 1vw, 18px);
}
.policy p + h3, .policy .product-long-description p + h2, .product-long-description .policy p + h2, .policy .product-long-description .contact-page p + h1, .product-long-description .contact-page .policy p + h1, .policy .contact-page .product-long-description p + h1, .contact-page .product-long-description .policy p + h1, .policy .other-products p + h2, .other-products .policy p + h2, .policy .other-products .contact-page p + h1, .other-products .contact-page .policy p + h1, .policy .contact-page .other-products p + h1, .contact-page .other-products .policy p + h1, .policy .product-short-content p + h2, .product-short-content .policy p + h2, .policy .product-short-content .contact-page p + h1, .product-short-content .contact-page .policy p + h1, .policy .contact-page .product-short-content p + h1, .contact-page .product-short-content .policy p + h1, .policy .solution-long-description p + h2, .policy .solution-long-description .contact-page p + h1, .contact-page .policy .solution-long-description p + h1, .solution-long-description .policy p + h2, .solution-long-description .policy .contact-page p + h1, .contact-page .solution-long-description .policy p + h1,
.policy .solution-short-content p + h2,
.policy .solution-short-content .contact-page p + h1,
.contact-page .policy .solution-short-content p + h1,
.solution-short-content .policy p + h2,
.solution-short-content .policy .contact-page p + h1,
.contact-page .solution-short-content .policy p + h1, .policy .faq p + h2, .policy .faq .contact-page p + h1, .contact-page .policy .faq p + h1, .faq .policy p + h2, .faq .policy .contact-page p + h1, .contact-page .faq .policy p + h1, .policy li + li {
  margin-top: clamp(12px, 1.25vw, 24px);
}
.policy p a, .policy li a {
  color: #EF4136;
}

.contact-page h1 {
  color: #000;
}
@media (max-width: 575px) {
  .contact-page h1 {
    margin-bottom: 25px !important;
  }
}
.contact-page aside {
  width: 100%;
}
@media (min-width: 576px) {
  .contact-page aside {
    width: 36.489%;
  }
}
.contact-page aside picture {
  margin-bottom: clamp(18px, 1.875vw, 36px);
}
.contact-page aside picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
@media (min-width: 576px) {
  .contact-page aside picture img {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .contact-page aside picture img {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .contact-page aside picture img {
    height: 204px;
  }
}
@media (min-width: 1200px) {
  .contact-page aside picture img {
    height: 209px;
  }
}
@media (min-width: 1350px) {
  .contact-page aside picture img {
    height: 237px;
  }
}
@media (min-width: 1440px) {
  .contact-page aside picture img {
    height: 252px;
  }
}
@media (min-width: 1600px) {
  .contact-page aside picture img {
    height: 271px;
  }
}
@media (min-width: 1900px) {
  .contact-page aside picture img {
    height: 300px;
  }
}
.contact-page aside textarea {
  height: 100px;
}
@media (min-width: 576px) {
  .contact-page aside textarea {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .contact-page aside textarea {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .contact-page aside textarea {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .contact-page aside textarea {
    height: 150px;
  }
}
@media (min-width: 1350px) {
  .contact-page aside textarea {
    height: 160px;
  }
}
@media (min-width: 1440px) {
  .contact-page aside textarea {
    height: 170px;
  }
}
@media (min-width: 1600px) {
  .contact-page aside textarea {
    height: 175px;
  }
}
@media (min-width: 1900px) {
  .contact-page aside textarea {
    height: 189px;
  }
}
.contact-page article {
  width: 100%;
}
@media (min-width: 576px) {
  .contact-page article {
    width: 59.465%;
  }
}
@media (max-width: 575px) {
  .contact-page article {
    order: -1;
  }
}
.contact-page article div:nth-child(1) {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-page article div:nth-child(1) {
    width: 34.035%;
  }
}
@media (max-width: 991px) {
  .contact-page article div p {
    margin-bottom: 10px;
  }
}
.contact-page article p, .contact-page article a {
  color: #737374;
}
.contact-page article span, .contact-page article p, .contact-page article a[href^="tel:"], .contact-page article a[href^="mailto:"] {
  width: 100%;
  display: flex;
}
.contact-page article a[href^="tel:"]:hover, .contact-page article a[href^="mailto:"]:hover {
  color: #EF4136;
}
.contact-page article span {
  color: #0A0A0A;
  align-items: center;
  line-height: 58.333%;
  gap: 5px;
  margin-bottom: 11px;
  font-size: clamp(16px, 1.249vw, 24px);
}
@media (min-width: 1900px) {
  .contact-page article span {
    gap: 12px;
  }
}
@media (min-width: 1900px) {
  .contact-page article span {
    gap: 12px;
  }
}
.contact-page article span svg {
  height: auto;
  margin-top: -5px;
  width: clamp(18px, 1.249vw, 24px);
}
.contact-page .address {
  border-bottom: 1px solid #EEE;
  padding-bottom: clamp(22px, 1.875vw, 36px);
  margin-bottom: clamp(22px, 1.875vw, 36px);
}
@media (max-width: 991px) {
  .contact-page .address {
    gap: 20px;
  }
}

.thank-you-padding {
  padding-top: clamp(80px, 12.2396vw, 235px);
  padding-bottom: clamp(80px, 12.6563vw, 243px);
}

.not-found-padding {
  padding-top: clamp(80px, 7.97vw, 153px);
  padding-bottom: clamp(80px, 7.97vw, 120px);
}

.not-found {
  /* Float whole illustration */
}
.not-found .error-illustration svg {
  animation: float 4s ease-in-out infinite;
  height: -moz-fit-content;
  height: fit-content;
  width: clamp(300px, 22.917vw, 440px);
}
.not-found {
  /* Face subtle pulse */
}
.not-found #face {
  transform-origin: center;
  animation: facePulse 3.5s ease-in-out infinite;
}
.not-found {
  /* Eyes blink */
}
.not-found #eyes {
  transform-origin: center;
  animation: blink 2s infinite;
}
.not-found #eyes1 {
  transform-origin: center;
  animation: blink 2s infinite;
}
.not-found {
  /* Mouth bounce */
}
.not-found #mouth {
  transform-origin: center;
  animation: mouthBounce 2.5s ease-in-out infinite;
}
.not-found {
  /* Animations */
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes facePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes blink {
  0%, 90%, 100% {
    transform: scaleY(1);
  }
  92% {
    transform: scaleY(0.1);
  }
}
@keyframes mouthBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.not-found img {
  margin-bottom: clamp(16px, 1.66664vw, 32px);
  width: 40%;
}
@media (min-width: 768px) {
  .not-found img {
    width: 15.1198%;
  }
}
.not-found h1 {
  margin-bottom: clamp(15px, 1.41vw, 27px);
}
.not-found span {
  line-height: normal;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
.not-found p {
  color: #737374;
  line-height: 160%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  width: 80%;
}
@media (min-width: 768px) {
  .not-found p {
    width: clamp(498px, 32.084vw, 616px);
  }
}
.not-found h1 {
  font-weight: 700;
}
.not-found h3, .not-found .product-long-description h2, .product-long-description .not-found h2, .not-found .product-long-description .contact-page h1, .product-long-description .contact-page .not-found h1, .not-found .contact-page .product-long-description h1, .contact-page .product-long-description .not-found h1, .not-found .other-products h2, .other-products .not-found h2, .not-found .other-products .contact-page h1, .other-products .contact-page .not-found h1, .not-found .contact-page .other-products h1, .contact-page .other-products .not-found h1, .not-found .product-short-content h2, .product-short-content .not-found h2, .not-found .product-short-content .contact-page h1, .product-short-content .contact-page .not-found h1, .not-found .contact-page .product-short-content h1, .contact-page .product-short-content .not-found h1, .not-found .solution-long-description h2, .solution-long-description .not-found h2,
.not-found .solution-short-content h2,
.solution-short-content .not-found h2, .not-found .faq h2, .faq .not-found h2, .not-found .solution-long-description .contact-page h1, .solution-long-description .contact-page .not-found h1, .not-found .contact-page .solution-long-description h1, .contact-page .solution-long-description .not-found h1,
.not-found .solution-short-content .contact-page h1,
.solution-short-content .contact-page .not-found h1,
.not-found .contact-page .solution-short-content h1,
.contact-page .solution-short-content .not-found h1, .not-found .faq .contact-page h1, .faq .contact-page .not-found h1, .not-found .contact-page .faq h1, .contact-page .faq .not-found h1 {
  color: #000;
}
.not-found .buttonwrapper {
  margin-top: clamp(18px, 1.30206vw, 25px);
  gap: clamp(7px, 0.7vw, 13px);
}
.not-found .buttonwrapper a {
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 25px;
}
.not-found .buttonwrapper a:first-child {
  background: #EF4136;
}
.not-found .buttonwrapper a:hover {
  background: #000;
}
.not-found .buttonwrapper a + a {
  color: #4B535D;
  border: 1px solid #7B7675;
}
.not-found ~ .footer-cta {
  display: none;
}

section.thank-you {
  padding-top: clamp(80px, 7.97vw, 153px);
  padding-bottom: clamp(80px, 7.97vw, 120px);
}
section.thank-you ~ .footer-cta {
  display: none;
}
section.thank-you h1 {
  font-weight: 700;
  margin-bottom: clamp(8px, 0.94vw, 18px);
}
section.thank-you picture {
  margin-bottom: clamp(10px, 2.11vw, 40.5px);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  section.thank-you picture {
    width: 21.429%;
  }
}
section.thank-you picture img {
  width: 100%;
  height: auto;
}
section.thank-you p {
  color: #3E444A;
  line-height: 160%;
  margin-bottom: clamp(10px, 2.1vw, 36px);
}

.product-listing::before {
  content: none;
}
.product-listing .product-row {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: clamp(26px, 2.669vw, 52px);
}
.product-listing .product-card {
  width: 100%;
}
@media (min-width: 576px) {
  .product-listing .product-card {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .product-listing .product-card {
    width: 32%;
  }
}
.product-listing .product-card:nth-child(5) {
  width: 100%;
}
@media (min-width: 992px) {
  .product-listing .product-card:nth-child(5) {
    width: 66%;
  }
}
.product-listing .product-card h3, .product-listing .product-card .product-long-description h2, .product-long-description .product-listing .product-card h2, .product-listing .product-card .product-long-description .contact-page h1, .product-long-description .contact-page .product-listing .product-card h1, .product-listing .product-card .contact-page .product-long-description h1, .contact-page .product-long-description .product-listing .product-card h1, .product-listing .product-card .other-products h2, .other-products .product-listing .product-card h2, .product-listing .product-card .other-products .contact-page h1, .other-products .contact-page .product-listing .product-card h1, .product-listing .product-card .contact-page .other-products h1, .contact-page .other-products .product-listing .product-card h1, .product-listing .product-card .product-short-content h2, .product-short-content .product-listing .product-card h2, .product-listing .product-card .product-short-content .contact-page h1, .product-short-content .contact-page .product-listing .product-card h1, .product-listing .product-card .contact-page .product-short-content h1, .contact-page .product-short-content .product-listing .product-card h1, .product-listing .product-card .solution-long-description h2, .solution-long-description .product-listing .product-card h2,
.product-listing .product-card .solution-short-content h2,
.solution-short-content .product-listing .product-card h2, .product-listing .product-card .faq h2, .faq .product-listing .product-card h2, .product-listing .product-card .solution-long-description .contact-page h1, .solution-long-description .contact-page .product-listing .product-card h1, .product-listing .product-card .contact-page .solution-long-description h1, .contact-page .solution-long-description .product-listing .product-card h1,
.product-listing .product-card .solution-short-content .contact-page h1,
.solution-short-content .contact-page .product-listing .product-card h1,
.product-listing .product-card .contact-page .solution-short-content h1,
.contact-page .solution-short-content .product-listing .product-card h1, .product-listing .product-card .faq .contact-page h1, .faq .contact-page .product-listing .product-card h1, .product-listing .product-card .contact-page .faq h1, .contact-page .faq .product-listing .product-card h1 {
  color: #000;
  line-height: 100%;
  margin-bottom: 12px;
}
.product-listing .product-card .logo {
  display: flex;
  padding-bottom: clamp(9px, 1.666642vw, 19px);
  margin-bottom: clamp(10px, 1.042vw, 20px);
  border-bottom: 1px solid #EEE;
  position: relative;
}
.product-listing .product-card .logo::before {
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #EF4136;
  transition: 0.3s ease all;
}
.product-listing .product-card .logo img {
  height: auto;
  width: clamp(60px, 6.7vw, 120px);
  filter: saturate(0);
  opacity: 0.5;
  transition: 0.5s ease all;
}
.product-listing .product-card:hover img {
  opacity: 1;
  filter: saturate(1);
  transition: 0.5s ease all;
}
.product-listing .product-card:hover .logo::before {
  width: 100%;
  transition: 0.5s ease all;
}
.product-listing .product-card > picture img {
  width: 100%;
  height: clamp(244px, 25.42vw, 488px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product-listing .product-card > div {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #EEE;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -66px;
  padding: 17px;
}
@media (min-width: 576px) {
  .product-listing .product-card > div {
    padding: clamp(12px, 1.24998vw, 24px);
  }
}
.product-listing .enquire {
  transition: 0.5s ease all;
  background: unset;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  padding: 2px 10px;
  gap: 5px;
}
@media (min-width: 576px) {
  .product-listing .enquire {
    padding: 1px 6px;
    gap: 3px;
  }
}
@media (min-width: 768px) {
  .product-listing .enquire {
    padding: 4px 11px;
    gap: 6px;
  }
}
@media (min-width: 992px) {
  .product-listing .enquire {
    padding: 2.5px 15px;
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .product-listing .enquire {
    padding: 3px 16px;
    gap: 6px;
  }
}
@media (min-width: 1350px) {
  .product-listing .enquire {
    padding: 3.5px 17px;
    gap: 7px;
  }
}
@media (min-width: 1440px) {
  .product-listing .enquire {
    padding: 4px 18px;
    gap: 8px;
  }
}
@media (min-width: 1600px) {
  .product-listing .enquire {
    padding: 4.5px 19px;
    gap: 9px;
  }
}
@media (min-width: 1900px) {
  .product-listing .enquire {
    padding: 5px 20px;
    gap: 10px;
  }
}
.product-listing .enquire span {
  color: #4F5762;
  padding-top: 3px;
  display: block;
  line-height: 177.778%;
  font-size: clamp(13px, 0.94vw, 18px);
}
.product-listing .enquire svg {
  margin-top: 2px;
  transition: 0.5s ease all;
}
.product-listing .enquire:hover {
  transition: 0.5s ease all;
  background: #EF4136;
}
.product-listing .enquire:hover span {
  color: #fff;
}
.product-listing .enquire:hover svg {
  transform: rotate(45deg);
}
.product-listing .enquire:hover svg path {
  fill: #fff;
}

.product-image-box {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 992px) {
  .product-image-box {
    position: sticky;
    top: 100px;
    width: 48.836%;
  }
}
.product-image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-image-slider {
  width: 100%;
}
.product-image-slider-init {
  width: 100%;
}
@media (min-width: 992px) {
  .product-image-slider-init {
    width: 79.592%;
  }
}
.product-image-slider img {
  height: 232px;
}
@media (min-width: 576px) {
  .product-image-slider img {
    height: clamp(561px, 33.386vw, 641px);
  }
}
@media (min-width: 992px) {
  .product-image-slider img {
    height: clamp(442px, 33.386vw, 641px);
  }
}
@media (min-width: 1200px) {
  .product-image-slider img {
    height: clamp(505px, 33.386vw, 641px);
  }
}
@media (min-width: 1440px) {
  .product-image-slider img {
    height: clamp(527px, 33.386vw, 641px);
  }
}
@media (min-width: 1600px) {
  .product-image-slider img {
    height: clamp(561px, 33.386vw, 641px);
  }
}

.product-image-nav {
  width: 100%;
}
@media (max-width: 991px) {
  .product-image-nav {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .product-image-nav {
    width: 18.283%;
  }
}
.product-image-nav picture {
  position: relative;
}
.product-image-nav picture::after {
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.71);
  left: 0;
  top: 0;
}
.product-image-nav picture:hover::after {
  background: rgba(239, 65, 54, 0.58);
}
.product-image-nav picture.slick-current.slick-active::after {
  height: 0;
  transition: 0.8s ease all;
}
.product-image-nav .slick-list {
  margin: 0px -4px;
}
@media (min-width: 992px) {
  .product-image-nav .slick-list {
    margin: -3.2px 0px;
  }
}
@media (min-width: 1600px) {
  .product-image-nav .slick-list {
    margin: -3.5px 0px;
  }
}
@media (min-width: 1900px) {
  .product-image-nav .slick-list {
    margin: -4.5px 0px;
  }
}
.product-image-nav .slick-slide {
  cursor: pointer;
  margin: 0px 4px;
}
@media (min-width: 992px) {
  .product-image-nav .slick-slide {
    margin: 3.2px 0px;
  }
}
@media (min-width: 1600px) {
  .product-image-nav .slick-slide {
    margin: 3.5px 0px;
  }
}
@media (min-width: 1900px) {
  .product-image-nav .slick-slide {
    margin: 4.5px 0px;
  }
}
.product-image-nav img {
  height: 81px;
}
@media (min-width: 768px) {
  .product-image-nav img {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .product-image-nav img {
    height: clamp(102px, 7.92vw, 152px);
  }
}
@media (min-width: 1200px) {
  .product-image-nav img {
    height: clamp(119px, 7.92vw, 152px);
  }
}
@media (min-width: 1440px) {
  .product-image-nav img {
    height: clamp(125px, 7.92vw, 152px);
  }
}
@media (min-width: 1600px) {
  .product-image-nav img {
    height: clamp(133px, 7.92vw, 152px);
  }
}

.product-short-content {
  width: 100%;
}
@media (max-width: 991px) {
  .product-short-content-non-category {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .product-short-content-non-category {
    width: 49.7%;
  }
}
@media (min-width: 1200px) {
  .product-short-content-non-category {
    width: 48.096%;
  }
}
.product-short-content h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .product-short-content h1 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .product-short-content h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .product-short-content h1 {
    font-size: 35px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .product-short-content h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .product-short-content h1 {
    font-size: 45px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .product-short-content h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .product-short-content h1 {
    font-size: 55px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .product-short-content h1 {
    font-size: 60px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .product-short-content h1 {
    font-size: 64px;
    margin-bottom: 36px;
  }
}
.product-short-content h1 {
  color: #000;
  line-height: 100%;
}

.product-button {
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .product-button {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .product-button {
    margin-top: 20px;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .product-button {
    margin-top: 15px;
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .product-button {
    margin-top: 20px;
    gap: 9px;
  }
}
@media (min-width: 1440px) {
  .product-button {
    margin-top: 25px;
    gap: 9px;
  }
}
@media (min-width: 1600px) {
  .product-button {
    margin-top: 30px;
    gap: 11px;
  }
}
@media (min-width: 1900px) {
  .product-button {
    margin-top: 60px;
    gap: 12px;
  }
}
.product-button a, .product-button button {
  display: flex;
  align-items: center;
  border-radius: 100px;
  gap: 8px;
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .product-button a, .product-button button {
    gap: clamp(3px, 0.569vw, 12px);
    padding: 10px 30px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .product-button a, .product-button button {
    padding: 7px 14px;
    gap: clamp(3px, 0.569vw, 12px);
  }
}
@media (min-width: 1200px) {
  .product-button a, .product-button button {
    padding: 8px 16px;
  }
}
@media (min-width: 1440px) {
  .product-button a, .product-button button {
    padding: 8px 18px;
  }
}
@media (min-width: 1600px) {
  .product-button a, .product-button button {
    padding: 9px 22px;
  }
}
@media (min-width: 1900px) {
  .product-button a, .product-button button {
    padding: 10px 25px;
  }
}
.product-button a span, .product-button button span {
  transform: translateY(2px);
}
@media (max-width: 575px) {
  .product-button a span, .product-button button span {
    line-height: normal;
  }
}
.product-button a svg, .product-button button svg {
  height: auto;
  width: 17px;
}
@media (max-width: 575px) {
  .product-button a svg, .product-button button svg {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .product-button a svg, .product-button button svg {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .product-button a svg, .product-button button svg {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .product-button a svg, .product-button button svg {
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .product-button a svg, .product-button button svg {
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .product-button a svg, .product-button button svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .product-button a svg, .product-button button svg {
    width: 24px;
  }
}
.product-button .enquire {
  background-color: #EF4136;
  color: #fff;
}
.product-button .enquire:hover {
  background-color: #000;
}
.product-button .whatsapp {
  color: #49AE45;
  border: 1px solid #49AE45;
  background: #FFF;
}
.product-button .whatsapp:hover {
  background-color: #49AE45;
  color: #fff;
}
.product-button .whatsapp:hover path {
  fill: #fff;
}
.product-button .download {
  color: #000;
  background: #F1F1F1;
}
.product-button .download:hover {
  background-color: #393939;
  color: #fff;
}

.product-long-description {
  margin-top: clamp(38px, 3.9584vw, 76px);
}

.product-detail .key-features-section {
  width: 100%;
  margin-top: clamp(38px, 3.9584vw, 76px);
}
.product-detail .key-features-section h2, .product-detail .key-features-section .contact-page h1, .contact-page .product-detail .key-features-section h1 {
  margin-bottom: clamp(16px, 1.6667vw, 32px);
  padding-bottom: 0;
}
.product-detail .key-features-section .key-features-content {
  color: #737374;
  line-height: 160%;
  font-size: clamp(14px, 0.9375vw, 18px);
}
.product-detail .key-features-section .key-features-content p {
  margin: 0 0 clamp(14px, 1.0417vw, 20px);
}
.product-detail .key-features-section .key-features-content p:last-child {
  margin-bottom: 0;
}
.product-detail .key-features-section .key-features-content ul {
  list-style: disc;
  padding-left: clamp(20px, 1.6667vw, 32px);
  margin: 0 0 clamp(14px, 1.0417vw, 20px);
}
.product-detail .key-features-section .key-features-content ul:last-of-type {
  margin-bottom: clamp(14px, 1.0417vw, 20px);
}
.product-detail .key-features-section .key-features-content ul li {
  margin-bottom: clamp(8px, 0.5208vw, 10px);
  padding-left: clamp(4px, 0.26vw, 8px);
}
.product-detail .key-features-section .key-features-content ul li:last-child {
  margin-bottom: 0;
}
.product-detail .key-features-section .key-features-content ol {
  list-style: decimal;
  padding-left: clamp(20px, 1.6667vw, 32px);
  margin: 0 0 clamp(14px, 1.0417vw, 20px);
}
.product-detail .key-features-section .key-features-content ol li {
  margin-bottom: clamp(8px, 0.5208vw, 10px);
  padding-left: clamp(4px, 0.26vw, 8px);
}

.product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1 {
  margin-bottom: 0;
  line-height: 100%;
  color: #000;
  font-weight: 700 !important;
}

.other-products-slider {
  overflow: hidden;
}
.other-products-slider .slick-list {
  margin: 0px -5.5px;
}
@media (min-width: 576px) {
  .other-products-slider .slick-list {
    margin: 0px -10.5px;
  }
}
@media (min-width: 768px) {
  .other-products-slider .slick-list {
    margin: 0px -12.5px;
  }
}
@media (min-width: 992px) {
  .other-products-slider .slick-list {
    margin: 0px -14.5px;
  }
}
@media (min-width: 1200px) {
  .other-products-slider .slick-list {
    margin: 0px -15.5px;
  }
}
@media (min-width: 1350px) {
  .other-products-slider .slick-list {
    margin: 0px -16.5px;
  }
}
@media (min-width: 1440px) {
  .other-products-slider .slick-list {
    margin: 0px -18.5px;
  }
}
@media (min-width: 1600px) {
  .other-products-slider .slick-list {
    margin: 0px -19.5px;
  }
}
@media (min-width: 1900px) {
  .other-products-slider .slick-list {
    margin: 0px -20.5px;
  }
}
.other-products-slider .slick-slide {
  margin: 0px 5.5px;
}
@media (min-width: 576px) {
  .other-products-slider .slick-slide {
    margin: 0px 10.5px;
  }
}
@media (min-width: 768px) {
  .other-products-slider .slick-slide {
    margin: 0px 12.5px;
  }
}
@media (min-width: 992px) {
  .other-products-slider .slick-slide {
    margin: 0px 14.5px;
  }
}
@media (min-width: 1200px) {
  .other-products-slider .slick-slide {
    margin: 0px 15.5px;
  }
}
@media (min-width: 1350px) {
  .other-products-slider .slick-slide {
    margin: 0px 16.5px;
  }
}
@media (min-width: 1440px) {
  .other-products-slider .slick-slide {
    margin: 0px 18.5px;
  }
}
@media (min-width: 1600px) {
  .other-products-slider .slick-slide {
    margin: 0px 19.5px;
  }
}
@media (min-width: 1900px) {
  .other-products-slider .slick-slide {
    margin: 0px 20.5px;
  }
}

.other-products-dots {
  margin-top: 36px;
}
.other-products-dots ul {
  justify-content: center;
}
.other-products-dots button {
  background-color: #C6C6C6;
}

.product-category .product-image-box {
  width: 100%;
}
@media (max-width: 991px) {
  .product-category .product-image-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .product-category .product-image-box {
    width: 45.8699%;
  }
}
@media (min-width: 1200px) {
  .product-category .product-image-box {
    width: 38.8699%;
  }
}
.product-category .product-short-content {
  width: 100%;
}
@media (min-width: 992px) {
  .product-category .product-short-content {
    width: 52.203%;
  }
}
@media (min-width: 1200px) {
  .product-category .product-short-content {
    width: 57.203%;
  }
}
.product-category .product-button {
  margin-bottom: clamp(38px, 3.9584vw, 76px);
}

.media .title h2, .media .title .contact-page h1, .contact-page .media .title h1 {
  margin: 0;
}
.media .title span {
  font-weight: 400;
  display: block;
}
.media .gallery {
  gap: 10px 1.8%;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .media .gallery {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .media .gallery {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .media .gallery {
    margin-top: 32px;
    gap: 18px 1.8%;
  }
}
@media (min-width: 1350px) {
  .media .gallery {
    gap: 20px 1.8%;
    margin-top: 34px;
  }
}
@media (min-width: 1440px) {
  .media .gallery {
    margin-top: 36px;
  }
}
.media .gallery-item {
  position: relative;
  width: 49.1%;
}
@media (min-width: 768px) {
  .media .gallery-item {
    width: 32.1%;
  }
}
@media (min-width: 1200px) {
  .media .gallery-item {
    width: 23.65%;
  }
}
.media .gallery-item::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 38.59%, rgba(0, 0, 0, 0.47) 80.87%);
  transition: 0.5s ease all;
}
.media .gallery-item::after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M9.19956 17.0026C13.6196 17.0026 17.2028 13.4194 17.2028 8.99936C17.2028 4.57928 13.6196 0.996094 9.19956 0.996094C4.77947 0.996094 1.19629 4.57928 1.19629 8.99936C1.19629 13.4194 4.77947 17.0026 9.19956 17.0026Z" stroke="%23596075" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.2036 19.0053L14.8518 14.6535M9.19947 6V12.0025M6.19824 9.00123H12.2007" stroke="%23596075" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.66);
  right: 19px;
  bottom: 13px;
  background-position: center;
  transform: scale(0);
  transition: 0.3s ease all;
}
.media .gallery-item:hover .caption {
  color: #000;
}
.media .gallery-item:hover::before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #FFD52B 100%);
  transition: 0.3s ease all;
}
.media .gallery-item:hover::after {
  transition: 0.3s ease all;
  transform: scale(1);
}
.media .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  height: 178px;
}
@media (min-width: 576px) {
  .media .gallery img {
    height: 248px;
  }
}
@media (min-width: 768px) {
  .media .gallery img {
    height: 248px;
  }
}
@media (min-width: 992px) {
  .media .gallery img {
    height: 250px;
  }
}
@media (min-width: 1350px) {
  .media .gallery img {
    height: 270px;
  }
}
@media (min-width: 1440px) {
  .media .gallery img {
    height: 298px;
  }
}
@media (min-width: 1600px) {
  .media .gallery img {
    height: 328px;
  }
}
@media (min-width: 1900px) {
  .media .gallery img {
    height: 388px;
  }
}
.media .gallery .caption {
  position: absolute;
  color: #fff;
  line-height: 90%;
  font-size: 13px;
  left: 0px;
  bottom: 10px;
}
@media (max-width: 575px) {
  .media .gallery .caption {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .media .gallery .caption {
    font-size: 14px;
    bottom: 20px;
    left: 18px;
  }
}
@media (min-width: 992px) {
  .media .gallery .caption {
    bottom: 29px;
    font-size: 15px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .media .gallery .caption {
    left: 26px;
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .media .gallery .caption {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .media .gallery .caption {
    font-size: 20px;
  }
}

.filter-dropdown {
  margin-top: 20px;
  border: 1px solid #0A1119;
  padding: 8px 15px;
  border-radius: 30px;
  color: #0A1119;
}
@media (min-width: 576px) {
  .filter-dropdown {
    width: 60%;
  }
}
.filter-dropdown:focus, .filter-dropdown:focus-within {
  border: 2px solid #0A1119;
}

.filter-buttons {
  width: 84.536%;
  display: flex;
  gap: 28px;
  position: relative;
  margin-top: 36px;
}
@media (min-width: 1440px) {
  .filter-buttons {
    gap: 28px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons {
    gap: 33px;
  }
}
.filter-buttons button {
  font-weight: 300;
  line-height: 100%;
  position: relative;
  border-radius: 80px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.filter-buttons button:first-child span {
  display: none;
}
@media (min-width: 1440px) {
  .filter-buttons button {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons button {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button {
    font-size: 20px;
  }
}
.filter-buttons button span {
  background-color: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: normal;
  border-radius: 3px;
  font-size: 10px;
}
@media (min-width: 1600px) {
  .filter-buttons button span {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button span {
    font-size: 14px;
    width: 24px;
    height: 24px;
  }
}
.filter-buttons button.active {
  background: #EF4136;
}
.filter-buttons button.active::after {
  width: 100%;
}
.filter-buttons button.active path {
  fill: #EF4136;
}
.filter-buttons button.active span {
  font-weight: 600;
  background-color: #0A1119;
  color: #fff;
}
.filter-buttons button svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1440px) {
  .filter-buttons button svg {
    width: 18px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons button svg {
    width: 20px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button svg {
    width: 22px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 33, 60, 0.53);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
@media (min-width: 768px) {
  .close-btn {
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
  }
}
.close-btn:hover {
  background-color: #EF4136;
}
.close-btn:hover svg {
  filter: invert(1);
}

.popup-caption {
  font-size: 15px;
  line-height: normal;
}
@media (min-width: 768px) {
  .popup-caption {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .popup-caption {
    font-size: 20px;
  }
}

.popup-card {
  border-radius: 20px;
  background: #FFF;
  padding: 10px 10px 25px;
  width: 85%;
}
@media (min-width: 768px) {
  .popup-card {
    padding: 20px 20px 35px;
    width: 550px;
  }
}
@media (min-width: 992px) {
  .popup-card {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .popup-card {
    width: 580px;
  }
}
@media (min-width: 1350px) {
  .popup-card {
    width: 626px;
  }
}
@media (min-width: 1440px) {
  .popup-card {
    width: 746px;
  }
}
@media (min-width: 1600px) {
  .popup-card {
    width: 760px;
  }
}
@media (min-width: 1900px) {
  .popup-card {
    width: 780px;
  }
}
.popup-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 270px;
}
@media (min-width: 768px) {
  .popup-card img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .popup-card img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .popup-card img {
    height: 450px;
  }
}
@media (min-width: 1350px) {
  .popup-card img {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .popup-card img {
    height: 576px;
  }
}
@media (min-width: 1600px) {
  .popup-card img {
    height: 590px;
  }
}
@media (min-width: 1900px) {
  .popup-card img {
    height: 610px;
  }
}

img.popup-image {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  img.popup-image {
    margin-bottom: 38px;
  }
}

.popup-nav {
  gap: 15px;
}
.popup-nav span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-nav span:hover {
  color: #EF4136;
}
.popup-nav svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1600px) {
  .popup-nav svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .popup-nav svg {
    width: 26px;
  }
}

.career .role {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background: #FFE7E5;
  padding: 8px 13px;
}
@media (min-width: 992px) {
  .career .role {
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .career .role {
    padding: 8px 17px;
  }
}
@media (min-width: 1350px) {
  .career .role {
    padding: 8px 18px;
  }
}
@media (min-width: 1600px) {
  .career .role {
    padding: 8px 20px;
  }
}
.career .role {
  margin-bottom: clamp(18px, 1.87498vw, 36px);
}
.career .role span {
  display: block;
  position: relative;
  color: #EF4136;
  line-height: 100%;
  transform: translateY(1px);
  padding-left: clamp(14px, 0.9375vw, 18px);
  font-size: clamp(12px, 0.84vw, 16px);
}
.career .role span:before {
  width: clamp(7px, 0.5209vw, 10px);
  height: clamp(7px, 0.5209vw, 10px);
  border-radius: 50%;
  background: #EF4136;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.career .careerRow {
  gap: 30px 2.23%;
}
@media (min-width: 576px) {
  .career .careerRow {
    gap: 15px 2.23%;
  }
}
@media (min-width: 768px) {
  .career .careerRow {
    gap: 18px 2.23%;
  }
}
@media (min-width: 992px) {
  .career .careerRow {
    gap: 22px 2.23%;
  }
}
@media (min-width: 1200px) {
  .career .careerRow {
    gap: 26px 2.23%;
  }
}
@media (min-width: 1350px) {
  .career .careerRow {
    gap: 30px 2.23%;
  }
}
@media (min-width: 1600px) {
  .career .careerRow {
    gap: 35px 2.23%;
  }
}
@media (min-width: 1900px) {
  .career .careerRow {
    gap: 40px 2.23%;
  }
}

.career-card {
  border-radius: 20px;
  border: 1px solid #EEE;
  background: #FFF;
  width: 100%;
  padding: clamp(15px, 1.87498vw, 36px);
}
@media (min-width: 576px) {
  .career-card {
    width: 48.8%;
  }
}
@media (min-width: 992px) {
  .career-card {
    width: 31.846%;
  }
}
.career-card h3, .career-card .solution-long-description h2, .solution-long-description .career-card h2,
.career-card .solution-short-content h2,
.solution-short-content .career-card h2, .career-card .faq h2, .faq .career-card h2, .career-card .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-card h1, .career-card .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-card h1,
.career-card .solution-short-content .contact-page h1,
.solution-short-content .contact-page .career-card h1,
.career-card .contact-page .solution-short-content h1,
.contact-page .solution-short-content .career-card h1, .career-card .faq .contact-page h1, .faq .contact-page .career-card h1, .career-card .contact-page .faq h1, .contact-page .faq .career-card h1, .career-card .product-long-description h2, .product-long-description .career-card h2, .career-card .product-long-description .contact-page h1, .product-long-description .contact-page .career-card h1, .career-card .contact-page .product-long-description h1, .contact-page .product-long-description .career-card h1, .career-card .other-products h2, .other-products .career-card h2, .career-card .other-products .contact-page h1, .other-products .contact-page .career-card h1, .career-card .contact-page .other-products h1, .contact-page .other-products .career-card h1, .career-card .product-short-content h2, .product-short-content .career-card h2, .career-card .product-short-content .contact-page h1, .product-short-content .contact-page .career-card h1, .career-card .contact-page .product-short-content h1, .contact-page .product-short-content .career-card h1 {
  line-height: 100%;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: clamp(8px, 0.62498vw, 12px);
}
.career-card .info {
  gap: 20px;
  margin-bottom: clamp(9px, 0.8854vw, 17px);
}
.career-card .info li {
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A6A6A6;
  font-size: clamp(12px, 0.84vw, 16px);
}
.career-card .info svg {
  transform: translateY(-1.5px);
}
.career-card strong {
  display: block;
  margin-bottom: 8px;
}
.career-card .butonGroup {
  margin-top: clamp(18px, 1.87498vw, 36px);
  gap: clamp(6px, 0.84vw, 16px);
}

.career-detail ul.info {
  gap: 11px;
}
@media (min-width: 768px) {
  .career-detail ul.info {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .career-detail ul.info {
    gap: 5px;
  }
}
@media (min-width: 1350px) {
  .career-detail ul.info {
    gap: 6px;
  }
}
@media (min-width: 1440px) {
  .career-detail ul.info {
    gap: 9px;
  }
}
@media (min-width: 1600px) {
  .career-detail ul.info {
    gap: 14px;
  }
}
@media (min-width: 1900px) {
  .career-detail ul.info {
    gap: 20px;
  }
}
.career-detail ul.info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .career-detail ul.info li {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .career-detail ul.info li {
    gap: 6px;
  }
}
@media (min-width: 1600px) {
  .career-detail ul.info li {
    gap: 8px;
  }
}
.career-detail ul.info li svg {
  height: auto;
  transform: translateY(-1px);
  width: 15px;
}
@media (min-width: 768px) {
  .career-detail ul.info li svg {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .career-detail ul.info li svg {
    width: 13px;
  }
}
@media (min-width: 1200px) {
  .career-detail ul.info li svg {
    width: 14px;
  }
}
@media (min-width: 1350px) {
  .career-detail ul.info li svg {
    width: 17px;
  }
}
@media (min-width: 1600px) {
  .career-detail ul.info li svg {
    width: 18px;
  }
}
.career-detail .careerInfo {
  border-bottom: 1px solid #EEE;
  padding-bottom: clamp(16px, 1.6667vw, 32px);
  margin-bottom: clamp(26px, 2.6563vw, 51px);
}
.career-detail .careerInfo h1 {
  margin-bottom: clamp(8px, 0.8854vw, 17px);
}
.career-detail .careerInfo .right {
  gap: 12px;
}
@media (max-width: 575px) {
  .career-detail .careerInfo .right {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .career-detail .careerInfo .left {
    width: 100%;
  }
}
.career-detail .share {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 2.396vw, 46px);
  height: clamp(28px, 2.396vw, 46px);
}
.career-detail .share:hover {
  background: #BFBFBF;
}
.career-detail .share:hover path {
  fill: #fff;
}
.career-detail .share svg {
  height: auto;
  width: clamp(18px, 1.4584vw, 28px);
}
.career-detail article {
  width: 100%;
}
@media (min-width: 768px) {
  .career-detail article {
    width: 66.31%;
  }
}
.career-detail article .description ul {
  padding-left: 5px;
}
.career-detail article .description ul li {
  position: relative;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .career-detail article .description ul li {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  .career-detail article .description ul li {
    padding-left: 22px;
  }
}
.career-detail article .description ul li::after {
  background: #737374;
  border-radius: 50%;
  left: 0;
  top: 7px;
  width: 6.5px;
  height: 6.5px;
}
@media (min-width: 768px) {
  .career-detail article .description ul li::after {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 992px) {
  .career-detail article .description ul li::after {
    top: 3px;
    width: 7.5px;
    height: 7.5px;
  }
}
@media (min-width: 1200px) {
  .career-detail article .description ul li::after {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1350px) {
  .career-detail article .description ul li::after {
    top: 5px;
    width: 8.5px;
    height: 8.5px;
  }
}
@media (min-width: 1440px) {
  .career-detail article .description ul li::after {
    top: 6px;
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1600px) {
  .career-detail article .description ul li::after {
    top: 7px;
    width: 9.5px;
    height: 9.5px;
  }
}
@media (min-width: 1900px) {
  .career-detail article .description ul li::after {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
.career-detail article .description p + h2, .career-detail article .description .contact-page p + h1, .contact-page .career-detail article .description p + h1, .career-detail article .description p + h3, .career-detail article .description .solution-long-description p + h2, .solution-long-description .career-detail article .description p + h2,
.career-detail article .description .solution-short-content p + h2,
.solution-short-content .career-detail article .description p + h2, .career-detail article .description .faq p + h2, .faq .career-detail article .description p + h2, .career-detail article .description .solution-long-description .contact-page p + h1, .solution-long-description .contact-page .career-detail article .description p + h1, .career-detail article .description .contact-page .solution-long-description p + h1, .contact-page .solution-long-description .career-detail article .description p + h1,
.career-detail article .description .solution-short-content .contact-page p + h1,
.solution-short-content .contact-page .career-detail article .description p + h1,
.career-detail article .description .contact-page .solution-short-content p + h1,
.contact-page .solution-short-content .career-detail article .description p + h1, .career-detail article .description .faq .contact-page p + h1, .faq .contact-page .career-detail article .description p + h1, .career-detail article .description .contact-page .faq p + h1, .contact-page .faq .career-detail article .description p + h1, .career-detail article .description .product-long-description p + h2, .product-long-description .career-detail article .description p + h2, .career-detail article .description .product-long-description .contact-page p + h1, .product-long-description .contact-page .career-detail article .description p + h1, .career-detail article .description .contact-page .product-long-description p + h1, .contact-page .product-long-description .career-detail article .description p + h1, .career-detail article .description .other-products p + h2, .other-products .career-detail article .description p + h2, .career-detail article .description .other-products .contact-page p + h1, .other-products .contact-page .career-detail article .description p + h1, .career-detail article .description .contact-page .other-products p + h1, .contact-page .other-products .career-detail article .description p + h1, .career-detail article .description .product-short-content p + h2, .product-short-content .career-detail article .description p + h2, .career-detail article .description .product-short-content .contact-page p + h1, .product-short-content .contact-page .career-detail article .description p + h1, .career-detail article .description .contact-page .product-short-content p + h1, .contact-page .product-short-content .career-detail article .description p + h1, .career-detail article .description ul + h2, .career-detail article .description .contact-page ul + h1, .contact-page .career-detail article .description ul + h1, .career-detail article .description ul + h3, .career-detail article .description .solution-long-description ul + h2, .solution-long-description .career-detail article .description ul + h2,
.career-detail article .description .solution-short-content ul + h2,
.solution-short-content .career-detail article .description ul + h2, .career-detail article .description .faq ul + h2, .faq .career-detail article .description ul + h2, .career-detail article .description .solution-long-description .contact-page ul + h1, .solution-long-description .contact-page .career-detail article .description ul + h1, .career-detail article .description .contact-page .solution-long-description ul + h1, .contact-page .solution-long-description .career-detail article .description ul + h1,
.career-detail article .description .solution-short-content .contact-page ul + h1,
.solution-short-content .contact-page .career-detail article .description ul + h1,
.career-detail article .description .contact-page .solution-short-content ul + h1,
.contact-page .solution-short-content .career-detail article .description ul + h1, .career-detail article .description .faq .contact-page ul + h1, .faq .contact-page .career-detail article .description ul + h1, .career-detail article .description .contact-page .faq ul + h1, .contact-page .faq .career-detail article .description ul + h1, .career-detail article .description .product-long-description ul + h2, .product-long-description .career-detail article .description ul + h2, .career-detail article .description .product-long-description .contact-page ul + h1, .product-long-description .contact-page .career-detail article .description ul + h1, .career-detail article .description .contact-page .product-long-description ul + h1, .contact-page .product-long-description .career-detail article .description ul + h1, .career-detail article .description .other-products ul + h2, .other-products .career-detail article .description ul + h2, .career-detail article .description .other-products .contact-page ul + h1, .other-products .contact-page .career-detail article .description ul + h1, .career-detail article .description .contact-page .other-products ul + h1, .contact-page .other-products .career-detail article .description ul + h1, .career-detail article .description .product-short-content ul + h2, .product-short-content .career-detail article .description ul + h2, .career-detail article .description .product-short-content .contact-page ul + h1, .product-short-content .contact-page .career-detail article .description ul + h1, .career-detail article .description .contact-page .product-short-content ul + h1, .contact-page .product-short-content .career-detail article .description ul + h1, .career-detail article .description ol + h2, .career-detail article .description .contact-page ol + h1, .contact-page .career-detail article .description ol + h1, .career-detail article .description ol + h3, .career-detail article .description .solution-long-description ol + h2, .solution-long-description .career-detail article .description ol + h2,
.career-detail article .description .solution-short-content ol + h2,
.solution-short-content .career-detail article .description ol + h2, .career-detail article .description .faq ol + h2, .faq .career-detail article .description ol + h2, .career-detail article .description .solution-long-description .contact-page ol + h1, .solution-long-description .contact-page .career-detail article .description ol + h1, .career-detail article .description .contact-page .solution-long-description ol + h1, .contact-page .solution-long-description .career-detail article .description ol + h1,
.career-detail article .description .solution-short-content .contact-page ol + h1,
.solution-short-content .contact-page .career-detail article .description ol + h1,
.career-detail article .description .contact-page .solution-short-content ol + h1,
.contact-page .solution-short-content .career-detail article .description ol + h1, .career-detail article .description .faq .contact-page ol + h1, .faq .contact-page .career-detail article .description ol + h1, .career-detail article .description .contact-page .faq ol + h1, .contact-page .faq .career-detail article .description ol + h1, .career-detail article .description .product-long-description ol + h2, .product-long-description .career-detail article .description ol + h2, .career-detail article .description .product-long-description .contact-page ol + h1, .product-long-description .contact-page .career-detail article .description ol + h1, .career-detail article .description .contact-page .product-long-description ol + h1, .contact-page .product-long-description .career-detail article .description ol + h1, .career-detail article .description .other-products ol + h2, .other-products .career-detail article .description ol + h2, .career-detail article .description .other-products .contact-page ol + h1, .other-products .contact-page .career-detail article .description ol + h1, .career-detail article .description .contact-page .other-products ol + h1, .contact-page .other-products .career-detail article .description ol + h1, .career-detail article .description .product-short-content ol + h2, .product-short-content .career-detail article .description ol + h2, .career-detail article .description .product-short-content .contact-page ol + h1, .product-short-content .contact-page .career-detail article .description ol + h1, .career-detail article .description .contact-page .product-short-content ol + h1, .contact-page .product-short-content .career-detail article .description ol + h1 {
  margin-top: clamp(18px, 1.88vw, 36px);
}
.career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
.career-detail article .description .solution-short-content h2,
.solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2 {
  margin-bottom: clamp(10px, 0.84vw, 16px);
}
.career-detail .info li {
  font-size: 11.5px;
}
@media (min-width: 768px) {
  .career-detail .info li {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .career-detail .info li {
    font-size: clamp(8px, 0.84vw, 16px);
  }
}
.career-detail aside {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  border: 1px solid #EEE;
  background: #FFF;
  padding: clamp(18px, 1.88vw, 36px);
  width: 100%;
}
@media (max-width: 767px) {
  .career-detail aside {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .career-detail aside {
    width: 30.1199%;
    position: sticky;
    top: 100px;
  }
}
.career-detail aside .view-more {
  color: #EF4136;
  line-height: 133.333%;
  margin-top: clamp(18px, 1.9vw, 36px);
  font-size: clamp(14px, 0.94vw, 18px);
}
.career-detail aside .view-more:hover {
  color: #000;
}
.career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
.career-detail aside .solution-short-content h2,
.solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
.career-detail aside .solution-short-content .contact-page h1,
.solution-short-content .contact-page .career-detail aside h1,
.career-detail aside .contact-page .solution-short-content h1,
.contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1 {
  color: #000;
  margin-bottom: clamp(18px, 1.876vw, 36px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .career-detail aside .info li {
    width: 100%;
  }
}
.career-detail .related-card {
  border-radius: 10px;
  background: #F1F1F1;
  padding: 15px;
}
@media (min-width: 768px) {
  .career-detail .related-card {
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .career-detail .related-card {
    padding: 13px;
  }
}
@media (min-width: 1200px) {
  .career-detail .related-card {
    padding: 16px;
  }
}
@media (min-width: 1350px) {
  .career-detail .related-card {
    padding: 18px;
  }
}
@media (min-width: 1440px) {
  .career-detail .related-card {
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  .career-detail .related-card {
    padding: 22px;
  }
}
@media (min-width: 1900px) {
  .career-detail .related-card {
    padding: 24px;
  }
}
.career-detail .related-card + div {
  margin-top: clamp(7px, 0.625vw, 12px);
}
.career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
.career-detail .related-card .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .career-detail .related-card h2,
.career-detail .related-card .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
.career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
.career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
.career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
.career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
.career-detail .related-card article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .related-card h2,
.solution-short-content .career-detail .related-card article .description h2,
.solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
.career-detail .related-card aside .solution-short-content h2,
.career-detail aside .solution-short-content .related-card h2,
.solution-short-content .career-detail .related-card aside h2,
.solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
.career-detail .related-card aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .related-card h1,
.solution-short-content .contact-page .career-detail .related-card aside h1,
.solution-short-content .contact-page .career-detail aside .related-card h1,
.career-detail .related-card aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .related-card h1,
.contact-page .solution-short-content .career-detail .related-card aside h1,
.contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1 {
  line-height: 133.333%;
  color: #000;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 12px;
}
.career-detail .related-card a.aside {
  color: #272424;
  line-height: normal;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #FFF;
  font-size: 12px;
  gap: clamp(8px, 0.61vw, 12px);
  margin-top: 20px;
  padding: 3.5px 10.5px;
}
@media (min-width: 768px) {
  .career-detail .related-card a.aside {
    padding: 4px 11px;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .career-detail .related-card a.aside {
    padding: 4.5px 11.5px;
    font-size: 11.5px;
  }
}
@media (min-width: 1200px) {
  .career-detail .related-card a.aside {
    padding: 5px 12px;
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .career-detail .related-card a.aside {
    padding: 5.5px 12.5px;
    font-size: 12.5px;
  }
}
@media (min-width: 1440px) {
  .career-detail .related-card a.aside {
    padding: 6px 13px;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .career-detail .related-card a.aside {
    padding: 6.5px 13.5px;
    font-size: 13.5px;
  }
}
@media (min-width: 1900px) {
  .career-detail .related-card a.aside {
    padding: 7px 14px;
    font-size: 14px;
  }
}
.career-detail .related-card a.aside:hover {
  background: #EF4136;
  color: #fff;
}
.career-detail .related-card a.aside:hover path {
  stroke: #fff;
}
.career-detail a {
  width: -moz-fit-content;
  width: fit-content;
}

.blog-listing .blog-slider {
  gap: 30px 2.22%;
}
@media (min-width: 576px) {
  .blog-listing .blog-slider {
    gap: 32px 2.22%;
  }
}
@media (min-width: 768px) {
  .blog-listing .blog-slider {
    gap: 33px 2.22%;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-slider {
    gap: 35px 2.22%;
  }
}
@media (min-width: 1200px) {
  .blog-listing .blog-slider {
    gap: 37px 2.22%;
  }
}
@media (min-width: 1350px) {
  .blog-listing .blog-slider {
    gap: 39px 2.22%;
  }
}
@media (min-width: 1440px) {
  .blog-listing .blog-slider {
    gap: 41px 2.22%;
  }
}
@media (min-width: 1600px) {
  .blog-listing .blog-slider {
    gap: 43px 2.22%;
  }
}
@media (min-width: 1900px) {
  .blog-listing .blog-slider {
    gap: 45px 2.22%;
  }
}
.blog-listing .blog-item {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-listing .blog-item {
    width: 48.88%;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-item {
    width: 31.846%;
  }
}
.blog-listing .blog-item > picture {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 35px;
  }
}
@media (min-width: 1900px) {
  .blog-listing .blog-item > picture {
    margin-bottom: 38px;
  }
}
.blog-listing .blog-item > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 176.563px;
}
@media (min-width: 576px) {
  .blog-listing .blog-item > picture > img {
    height: 180.563px;
  }
}
@media (min-width: 768px) {
  .blog-listing .blog-item > picture > img {
    height: 196.563px;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-item > picture > img {
    height: 186.563px;
  }
}
@media (min-width: 1200px) {
  .blog-listing .blog-item > picture > img {
    height: 236.563px;
  }
}
@media (min-width: 1350px) {
  .blog-listing .blog-item > picture > img {
    height: 256.563px;
  }
}
@media (min-width: 1440px) {
  .blog-listing .blog-item > picture > img {
    height: 226.563px;
  }
}
@media (min-width: 1600px) {
  .blog-listing .blog-item > picture > img {
    height: 266.563px;
  }
}
@media (min-width: 1900px) {
  .blog-listing .blog-item > picture > img {
    height: 286.563px;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-item:nth-child(4) {
    width: 65.92%;
  }
}
@media (min-width: 992px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 280.441px;
  }
}
@media (min-width: 1200px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 308.441px;
  }
}
@media (min-width: 1350px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 338.441px;
  }
}
@media (min-width: 1440px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 390.441px;
  }
}
@media (min-width: 1600px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 410px;
  }
}
@media (min-width: 1990px) {
  .blog-listing .blog-item:nth-child(4) > picture img, .blog-listing .blog-item:nth-child(4) + div > picture img {
    height: 448.441px;
  }
}
.blog-listing .blog-item:hover .blog-short-content {
  border-bottom: 1px solid #EF4136;
  transition: 0.5s ease all;
}
.blog-listing h3, .blog-listing .solution-long-description h2, .solution-long-description .blog-listing h2,
.blog-listing .solution-short-content h2,
.solution-short-content .blog-listing h2, .blog-listing .faq h2, .faq .blog-listing h2, .blog-listing .solution-long-description .contact-page h1, .solution-long-description .contact-page .blog-listing h1, .blog-listing .contact-page .solution-long-description h1, .contact-page .solution-long-description .blog-listing h1,
.blog-listing .solution-short-content .contact-page h1,
.solution-short-content .contact-page .blog-listing h1,
.blog-listing .contact-page .solution-short-content h1,
.contact-page .solution-short-content .blog-listing h1, .blog-listing .faq .contact-page h1, .faq .contact-page .blog-listing h1, .blog-listing .contact-page .faq h1, .contact-page .faq .blog-listing h1, .blog-listing .product-long-description h2, .product-long-description .blog-listing h2, .blog-listing .product-long-description .contact-page h1, .product-long-description .contact-page .blog-listing h1, .blog-listing .contact-page .product-long-description h1, .contact-page .product-long-description .blog-listing h1, .blog-listing .other-products h2, .other-products .blog-listing h2, .blog-listing .other-products .contact-page h1, .other-products .contact-page .blog-listing h1, .blog-listing .contact-page .other-products h1, .contact-page .other-products .blog-listing h1, .blog-listing .product-short-content h2, .product-short-content .blog-listing h2, .blog-listing .product-short-content .contact-page h1, .product-short-content .contact-page .blog-listing h1, .blog-listing .contact-page .product-short-content h1, .contact-page .product-short-content .blog-listing h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listing .blog-short-content P {
  color: #737374;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-blogs h2, .related-blogs .contact-page h1, .contact-page .related-blogs h1 {
  font-weight: 700;
}
.related-blogs .slick-dots {
  justify-content: center;
}
.related-blogs .slick-dots button {
  background: #C6C6C6;
}
.related-blogs .slick-dots .slick-active button {
  background: #EF4136;
}

.related-blogs-slider .slick-slide > div {
  padding-left: 0;
  padding-right: 0;
}
.related-blogs-slider .blog-short-content P {
  color: #737374;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-detail article {
    width: 100%;
  }
}
.blog-detail article .solution-long-description.has-two-images picture {
  height: 100%;
  margin: 36px 0px !important;
}
.blog-detail .head {
  border-bottom: 1px solid #EEE;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  .blog-detail .head {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}
.blog-detail .head h1 {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media (min-width: 768px) {
  .blog-detail .head h1 {
    width: 56.172%;
  }
}
.blog-detail .author {
  gap: 14px 0px;
  width: 100%;
}
.blog-detail .author-info {
  gap: 9px;
}
.blog-detail .author-info img {
  width: clamp(35px, 2.605vw, 50px);
  height: auto;
}
@media (max-width: 575px) {
  .blog-detail .author-info {
    width: 65%;
  }
}
.blog-detail .author-info p {
  color: #EF4136;
}
.blog-detail .author-info span {
  margin-left: 16px;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .blog-detail aside {
    width: 33.1199%;
  }
}
@media (max-width: 991px) {
  .blog-detail aside {
    width: 100%;
  }
}
.blog-detail aside .blog-short-content {
  border-bottom: 1px solid #E2E2E2;
}
.blog-detail aside .blog-item {
  background: unset;
}
.blog-detail aside .blog-item h4, .blog-detail aside .blog-item .our-stories-slider h3, .our-stories-slider .blog-detail aside .blog-item h3, .blog-detail aside .blog-item .year, .blog-detail aside .blog-item .ceo-message > div div, .ceo-message > div .blog-detail aside .blog-item div, .blog-detail aside .blog-item .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .blog-detail aside .blog-item h2,
.blog-detail aside .blog-item .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .blog-detail aside .blog-item h2,
.blog-detail aside .blog-item .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .our-stories-slider .faq h2, .our-stories-slider .faq .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .faq .our-stories-slider h2, .faq .our-stories-slider .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .blog-detail aside .blog-item h1,
.blog-detail aside .blog-item .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .blog-detail aside .blog-item h1,
.blog-detail aside .blog-item .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .blog-detail aside .blog-item h1,
.blog-detail aside .blog-item .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .blog-detail aside .blog-item h1,
.blog-detail aside .blog-item .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .other-products h2, .our-stories-slider .other-products .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .other-products .our-stories-slider h2, .other-products .our-stories-slider .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .career-detail article .description h2, .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .career-detail article .description .contact-page h1, .career-detail article .description .contact-page .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .contact-page .career-detail article .description h1, .contact-page .career-detail article .description .blog-detail aside .blog-item h1, .blog-detail aside .blog-item .career-detail article .description h3, .career-detail article .description .blog-detail aside .blog-item h3, .blog-detail aside .blog-item .career-detail article .description .solution-long-description h2, .career-detail article .description .solution-long-description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .solution-long-description .career-detail article .description h2, .solution-long-description .career-detail article .description .blog-detail aside .blog-item h2,
.blog-detail aside .blog-item .career-detail article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .blog-detail aside .blog-item h2,
.blog-detail aside .blog-item .solution-short-content .career-detail article .description h2,
.solution-short-content .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .career-detail article .description .faq h2, .career-detail article .description .faq .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .faq .career-detail article .description h2, .faq .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .career-detail article .description .product-long-description h2, .career-detail article .description .product-long-description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .product-long-description .career-detail article .description h2, .product-long-description .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .career-detail article .description .other-products h2, .career-detail article .description .other-products .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .other-products .career-detail article .description h2, .other-products .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .career-detail article .description .product-short-content h2, .career-detail article .description .product-short-content .blog-detail aside .blog-item h2, .blog-detail aside .blog-item .product-short-content .career-detail article .description h2, .product-short-content .career-detail article .description .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item h3, .career-detail .blog-detail aside .blog-item h3, .blog-detail .career-detail aside .blog-item .solution-long-description h2, .career-detail .blog-detail aside .blog-item .solution-long-description h2, .blog-detail .career-detail aside .solution-long-description .blog-item h2, .career-detail .blog-detail aside .solution-long-description .blog-item h2, .blog-detail .solution-long-description .career-detail aside .blog-item h2, .solution-long-description .career-detail .blog-detail aside .blog-item h2,
.blog-detail .career-detail aside .blog-item .solution-short-content h2,
.career-detail .blog-detail aside .blog-item .solution-short-content h2,
.blog-detail .career-detail aside .solution-short-content .blog-item h2,
.career-detail .blog-detail aside .solution-short-content .blog-item h2,
.blog-detail .solution-short-content .career-detail aside .blog-item h2,
.solution-short-content .career-detail .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item .faq h2, .career-detail .blog-detail aside .blog-item .faq h2, .blog-detail .career-detail aside .faq .blog-item h2, .career-detail .blog-detail aside .faq .blog-item h2, .blog-detail .faq .career-detail aside .blog-item h2, .faq .career-detail .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item .solution-long-description .contact-page h1, .career-detail .blog-detail aside .blog-item .solution-long-description .contact-page h1, .blog-detail .career-detail aside .solution-long-description .contact-page .blog-item h1, .career-detail .blog-detail aside .solution-long-description .contact-page .blog-item h1, .blog-detail .solution-long-description .contact-page .career-detail aside .blog-item h1, .solution-long-description .contact-page .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .contact-page .solution-long-description h1, .career-detail .blog-detail aside .blog-item .contact-page .solution-long-description h1, .blog-detail .career-detail aside .contact-page .solution-long-description .blog-item h1, .career-detail .blog-detail aside .contact-page .solution-long-description .blog-item h1, .blog-detail .contact-page .solution-long-description .career-detail aside .blog-item h1, .contact-page .solution-long-description .career-detail .blog-detail aside .blog-item h1,
.blog-detail .career-detail aside .blog-item .solution-short-content .contact-page h1,
.career-detail .blog-detail aside .blog-item .solution-short-content .contact-page h1,
.blog-detail .career-detail aside .solution-short-content .contact-page .blog-item h1,
.career-detail .blog-detail aside .solution-short-content .contact-page .blog-item h1,
.blog-detail .solution-short-content .contact-page .career-detail aside .blog-item h1,
.solution-short-content .contact-page .career-detail .blog-detail aside .blog-item h1,
.blog-detail .career-detail aside .blog-item .contact-page .solution-short-content h1,
.career-detail .blog-detail aside .blog-item .contact-page .solution-short-content h1,
.blog-detail .career-detail aside .contact-page .solution-short-content .blog-item h1,
.career-detail .blog-detail aside .contact-page .solution-short-content .blog-item h1,
.blog-detail .contact-page .solution-short-content .career-detail aside .blog-item h1,
.contact-page .solution-short-content .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .faq .contact-page h1, .career-detail .blog-detail aside .blog-item .faq .contact-page h1, .blog-detail .career-detail aside .faq .contact-page .blog-item h1, .career-detail .blog-detail aside .faq .contact-page .blog-item h1, .blog-detail .faq .contact-page .career-detail aside .blog-item h1, .faq .contact-page .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .contact-page .faq h1, .career-detail .blog-detail aside .blog-item .contact-page .faq h1, .blog-detail .career-detail aside .contact-page .faq .blog-item h1, .career-detail .blog-detail aside .contact-page .faq .blog-item h1, .blog-detail .contact-page .faq .career-detail aside .blog-item h1, .contact-page .faq .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .product-long-description h2, .career-detail .blog-detail aside .blog-item .product-long-description h2, .blog-detail .career-detail aside .product-long-description .blog-item h2, .career-detail .blog-detail aside .product-long-description .blog-item h2, .blog-detail .product-long-description .career-detail aside .blog-item h2, .product-long-description .career-detail .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item .product-long-description .contact-page h1, .career-detail .blog-detail aside .blog-item .product-long-description .contact-page h1, .blog-detail .career-detail aside .product-long-description .contact-page .blog-item h1, .career-detail .blog-detail aside .product-long-description .contact-page .blog-item h1, .blog-detail .product-long-description .contact-page .career-detail aside .blog-item h1, .product-long-description .contact-page .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .contact-page .product-long-description h1, .career-detail .blog-detail aside .blog-item .contact-page .product-long-description h1, .blog-detail .career-detail aside .contact-page .product-long-description .blog-item h1, .career-detail .blog-detail aside .contact-page .product-long-description .blog-item h1, .blog-detail .contact-page .product-long-description .career-detail aside .blog-item h1, .contact-page .product-long-description .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .other-products h2, .career-detail .blog-detail aside .blog-item .other-products h2, .blog-detail .career-detail aside .other-products .blog-item h2, .career-detail .blog-detail aside .other-products .blog-item h2, .blog-detail .other-products .career-detail aside .blog-item h2, .other-products .career-detail .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item .other-products .contact-page h1, .career-detail .blog-detail aside .blog-item .other-products .contact-page h1, .blog-detail .career-detail aside .other-products .contact-page .blog-item h1, .career-detail .blog-detail aside .other-products .contact-page .blog-item h1, .blog-detail .other-products .contact-page .career-detail aside .blog-item h1, .other-products .contact-page .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .contact-page .other-products h1, .career-detail .blog-detail aside .blog-item .contact-page .other-products h1, .blog-detail .career-detail aside .contact-page .other-products .blog-item h1, .career-detail .blog-detail aside .contact-page .other-products .blog-item h1, .blog-detail .contact-page .other-products .career-detail aside .blog-item h1, .contact-page .other-products .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .product-short-content h2, .career-detail .blog-detail aside .blog-item .product-short-content h2, .blog-detail .career-detail aside .product-short-content .blog-item h2, .career-detail .blog-detail aside .product-short-content .blog-item h2, .blog-detail .product-short-content .career-detail aside .blog-item h2, .product-short-content .career-detail .blog-detail aside .blog-item h2, .blog-detail .career-detail aside .blog-item .product-short-content .contact-page h1, .career-detail .blog-detail aside .blog-item .product-short-content .contact-page h1, .blog-detail .career-detail aside .product-short-content .contact-page .blog-item h1, .career-detail .blog-detail aside .product-short-content .contact-page .blog-item h1, .blog-detail .product-short-content .contact-page .career-detail aside .blog-item h1, .product-short-content .contact-page .career-detail .blog-detail aside .blog-item h1, .blog-detail .career-detail aside .blog-item .contact-page .product-short-content h1, .career-detail .blog-detail aside .blog-item .contact-page .product-short-content h1, .blog-detail .career-detail aside .contact-page .product-short-content .blog-item h1, .career-detail .blog-detail aside .contact-page .product-short-content .blog-item h1, .blog-detail .contact-page .product-short-content .career-detail aside .blog-item h1, .contact-page .product-short-content .career-detail .blog-detail aside .blog-item h1 {
  margin: 0;
  text-transform: capitalize;
  font-size: clamp(14px, 0.94vw, 18px);
}
.blog-detail aside .blog-item .author p,
.blog-detail aside .blog-item .author a {
  font-size: clamp(13px, 0.94vw, 16px);
}
.blog-detail aside .blog-item .author span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  font-size: clamp(11px, 0.8vw, 14px);
}
.blog-detail aside .blog-item a {
  display: flex;
  align-items: center;
}
.blog-detail nav {
  margin-top: 36px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 20px 0px;
}
.blog-detail nav a,
.blog-detail nav button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #737374;
}
.blog-detail nav a:hover,
.blog-detail nav button:hover {
  color: #EF4136;
}
.blog-detail nav a:hover path,
.blog-detail nav button:hover path {
  fill: #EF4136;
}
.blog-detail .related-card + div {
  margin-top: clamp(7px, 1.045vw, 20px);
}

.stories-grid {
  gap: 30px 1%;
}
@media (min-width: 576px) {
  .stories-grid {
    gap: 32px 1%;
  }
}
@media (min-width: 768px) {
  .stories-grid {
    gap: 33px 1%;
  }
}
@media (min-width: 992px) {
  .stories-grid {
    gap: 35px 1%;
  }
}
@media (min-width: 1200px) {
  .stories-grid {
    gap: 37px 1%;
  }
}
@media (min-width: 1350px) {
  .stories-grid {
    gap: 39px 1%;
  }
}
@media (min-width: 1440px) {
  .stories-grid {
    gap: 41px 1%;
  }
}
@media (min-width: 1600px) {
  .stories-grid {
    gap: 43px 1%;
  }
}
@media (min-width: 1900px) {
  .stories-grid {
    gap: 45px 1%;
  }
}
.stories-grid .stories-card {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .stories-grid .stories-card {
    width: 49.4%;
  }
}
@media (min-width: 768px) {
  .stories-grid .stories-card {
    width: 32.6%;
  }
}
@media (min-width: 992px) {
  .stories-grid .stories-card {
    width: 24%;
  }
}

.success-detail p,
.success-detail li,
.success-detail h2,
.success-detail .contact-page h1,
.contact-page .success-detail h1,
.success-detail h3,
.success-detail .solution-long-description h2,
.solution-long-description .success-detail h2,
.success-detail .solution-short-content h2,
.solution-short-content .success-detail h2,
.success-detail .faq h2,
.faq .success-detail h2,
.success-detail .solution-long-description .contact-page h1,
.solution-long-description .contact-page .success-detail h1,
.success-detail .contact-page .solution-long-description h1,
.contact-page .solution-long-description .success-detail h1,
.success-detail .solution-short-content .contact-page h1,
.solution-short-content .contact-page .success-detail h1,
.success-detail .contact-page .solution-short-content h1,
.contact-page .solution-short-content .success-detail h1,
.success-detail .faq .contact-page h1,
.faq .contact-page .success-detail h1,
.success-detail .contact-page .faq h1,
.contact-page .faq .success-detail h1,
.success-detail .product-long-description h2,
.product-long-description .success-detail h2,
.success-detail .product-long-description .contact-page h1,
.product-long-description .contact-page .success-detail h1,
.success-detail .contact-page .product-long-description h1,
.contact-page .product-long-description .success-detail h1,
.success-detail .other-products h2,
.other-products .success-detail h2,
.success-detail .other-products .contact-page h1,
.other-products .contact-page .success-detail h1,
.success-detail .contact-page .other-products h1,
.contact-page .other-products .success-detail h1,
.success-detail .product-short-content h2,
.product-short-content .success-detail h2,
.success-detail .product-short-content .contact-page h1,
.product-short-content .contact-page .success-detail h1,
.success-detail .contact-page .product-short-content h1,
.contact-page .product-short-content .success-detail h1,
.success-detail h4,
.success-detail .our-stories-slider h3,
.our-stories-slider .success-detail h3,
.success-detail .year,
.success-detail .ceo-message > div div,
.ceo-message > div .success-detail div,
.success-detail .our-stories-slider .solution-long-description h2,
.our-stories-slider .solution-long-description .success-detail h2,
.success-detail .solution-long-description .our-stories-slider h2,
.solution-long-description .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .success-detail h2,
.success-detail .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .faq h2,
.our-stories-slider .faq .success-detail h2,
.success-detail .faq .our-stories-slider h2,
.faq .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .solution-long-description .contact-page h1,
.our-stories-slider .solution-long-description .contact-page .success-detail h1,
.success-detail .contact-page .our-stories-slider .solution-long-description h1,
.contact-page .our-stories-slider .solution-long-description .success-detail h1,
.success-detail .solution-long-description .our-stories-slider .contact-page h1,
.solution-long-description .our-stories-slider .contact-page .success-detail h1,
.success-detail .contact-page .solution-long-description .our-stories-slider h1,
.contact-page .solution-long-description .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .success-detail h1,
.success-detail .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .success-detail h1,
.success-detail .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .success-detail h1,
.success-detail .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .faq .contact-page h1,
.our-stories-slider .faq .contact-page .success-detail h1,
.success-detail .contact-page .our-stories-slider .faq h1,
.contact-page .our-stories-slider .faq .success-detail h1,
.success-detail .faq .our-stories-slider .contact-page h1,
.faq .our-stories-slider .contact-page .success-detail h1,
.success-detail .contact-page .faq .our-stories-slider h1,
.contact-page .faq .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .product-long-description h2,
.our-stories-slider .product-long-description .success-detail h2,
.success-detail .product-long-description .our-stories-slider h2,
.product-long-description .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .product-long-description .contact-page h1,
.our-stories-slider .product-long-description .contact-page .success-detail h1,
.success-detail .product-long-description .contact-page .our-stories-slider h1,
.product-long-description .contact-page .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .contact-page .product-long-description h1,
.our-stories-slider .contact-page .product-long-description .success-detail h1,
.success-detail .contact-page .product-long-description .our-stories-slider h1,
.contact-page .product-long-description .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .other-products h2,
.our-stories-slider .other-products .success-detail h2,
.success-detail .other-products .our-stories-slider h2,
.other-products .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .other-products .contact-page h1,
.our-stories-slider .other-products .contact-page .success-detail h1,
.success-detail .other-products .contact-page .our-stories-slider h1,
.other-products .contact-page .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .contact-page .other-products h1,
.our-stories-slider .contact-page .other-products .success-detail h1,
.success-detail .contact-page .other-products .our-stories-slider h1,
.contact-page .other-products .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .product-short-content h2,
.our-stories-slider .product-short-content .success-detail h2,
.success-detail .product-short-content .our-stories-slider h2,
.product-short-content .our-stories-slider .success-detail h2,
.success-detail .our-stories-slider .product-short-content .contact-page h1,
.our-stories-slider .product-short-content .contact-page .success-detail h1,
.success-detail .product-short-content .contact-page .our-stories-slider h1,
.product-short-content .contact-page .our-stories-slider .success-detail h1,
.success-detail .our-stories-slider .contact-page .product-short-content h1,
.our-stories-slider .contact-page .product-short-content .success-detail h1,
.success-detail .contact-page .product-short-content .our-stories-slider h1,
.contact-page .product-short-content .our-stories-slider .success-detail h1,
.success-detail .career-detail article .description h2,
.career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .contact-page h1,
.career-detail article .description .contact-page .success-detail h1,
.success-detail .contact-page .career-detail article .description h1,
.contact-page .career-detail article .description .success-detail h1,
.success-detail .career-detail article .description h3,
.career-detail article .description .success-detail h3,
.success-detail .career-detail article .description .solution-long-description h2,
.career-detail article .description .solution-long-description .success-detail h2,
.success-detail .solution-long-description .career-detail article .description h2,
.solution-long-description .career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .success-detail h2,
.success-detail .solution-short-content .career-detail article .description h2,
.solution-short-content .career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .faq h2,
.career-detail article .description .faq .success-detail h2,
.success-detail .faq .career-detail article .description h2,
.faq .career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .product-long-description h2,
.career-detail article .description .product-long-description .success-detail h2,
.success-detail .product-long-description .career-detail article .description h2,
.product-long-description .career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .other-products h2,
.career-detail article .description .other-products .success-detail h2,
.success-detail .other-products .career-detail article .description h2,
.other-products .career-detail article .description .success-detail h2,
.success-detail .career-detail article .description .product-short-content h2,
.career-detail article .description .product-short-content .success-detail h2,
.success-detail .product-short-content .career-detail article .description h2,
.product-short-content .career-detail article .description .success-detail h2,
.success-detail .career-detail aside h3,
.career-detail aside .success-detail h3,
.success-detail .career-detail aside .solution-long-description h2,
.career-detail aside .solution-long-description .success-detail h2,
.success-detail .solution-long-description .career-detail aside h2,
.solution-long-description .career-detail aside .success-detail h2,
.success-detail .career-detail aside .solution-short-content h2,
.career-detail aside .solution-short-content .success-detail h2,
.success-detail .solution-short-content .career-detail aside h2,
.solution-short-content .career-detail aside .success-detail h2,
.success-detail .career-detail aside .faq h2,
.career-detail aside .faq .success-detail h2,
.success-detail .faq .career-detail aside h2,
.faq .career-detail aside .success-detail h2,
.success-detail .career-detail aside .solution-long-description .contact-page h1,
.career-detail aside .solution-long-description .contact-page .success-detail h1,
.success-detail .solution-long-description .contact-page .career-detail aside h1,
.solution-long-description .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .solution-long-description h1,
.career-detail aside .contact-page .solution-long-description .success-detail h1,
.success-detail .contact-page .solution-long-description .career-detail aside h1,
.contact-page .solution-long-description .career-detail aside .success-detail h1,
.success-detail .career-detail aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .success-detail h1,
.success-detail .solution-short-content .contact-page .career-detail aside h1,
.solution-short-content .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .success-detail h1,
.success-detail .contact-page .solution-short-content .career-detail aside h1,
.contact-page .solution-short-content .career-detail aside .success-detail h1,
.success-detail .career-detail aside .faq .contact-page h1,
.career-detail aside .faq .contact-page .success-detail h1,
.success-detail .faq .contact-page .career-detail aside h1,
.faq .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .faq h1,
.career-detail aside .contact-page .faq .success-detail h1,
.success-detail .contact-page .faq .career-detail aside h1,
.contact-page .faq .career-detail aside .success-detail h1,
.success-detail .career-detail aside .product-long-description h2,
.career-detail aside .product-long-description .success-detail h2,
.success-detail .product-long-description .career-detail aside h2,
.product-long-description .career-detail aside .success-detail h2,
.success-detail .career-detail aside .product-long-description .contact-page h1,
.career-detail aside .product-long-description .contact-page .success-detail h1,
.success-detail .product-long-description .contact-page .career-detail aside h1,
.product-long-description .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .product-long-description h1,
.career-detail aside .contact-page .product-long-description .success-detail h1,
.success-detail .contact-page .product-long-description .career-detail aside h1,
.contact-page .product-long-description .career-detail aside .success-detail h1,
.success-detail .career-detail aside .other-products h2,
.career-detail aside .other-products .success-detail h2,
.success-detail .other-products .career-detail aside h2,
.other-products .career-detail aside .success-detail h2,
.success-detail .career-detail aside .other-products .contact-page h1,
.career-detail aside .other-products .contact-page .success-detail h1,
.success-detail .other-products .contact-page .career-detail aside h1,
.other-products .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .other-products h1,
.career-detail aside .contact-page .other-products .success-detail h1,
.success-detail .contact-page .other-products .career-detail aside h1,
.contact-page .other-products .career-detail aside .success-detail h1,
.success-detail .career-detail aside .product-short-content h2,
.career-detail aside .product-short-content .success-detail h2,
.success-detail .product-short-content .career-detail aside h2,
.product-short-content .career-detail aside .success-detail h2,
.success-detail .career-detail aside .product-short-content .contact-page h1,
.career-detail aside .product-short-content .contact-page .success-detail h1,
.success-detail .product-short-content .contact-page .career-detail aside h1,
.product-short-content .contact-page .career-detail aside .success-detail h1,
.success-detail .career-detail aside .contact-page .product-short-content h1,
.career-detail aside .contact-page .product-short-content .success-detail h1,
.success-detail .contact-page .product-short-content .career-detail aside h1,
.contact-page .product-short-content .career-detail aside .success-detail h1 {
  color: #000;
}
.success-detail .success-header {
  margin-bottom: 40px;
  text-align: center;
}
.success-detail .success-header .case-badge {
  background: #EF4136;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: normal;
}
.success-detail .success-header h1 {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.success-detail .success-header .subtitle {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.success-detail .featured-image-wrapper {
  position: relative;
  margin-top: 30px;
}
.success-detail .featured-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.success-detail .featured-image-wrapper .project-icon {
  position: absolute;
  bottom: -30px;
  right: 40px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.success-detail .featured-image-wrapper .project-icon img {
  width: clamp(80px, 8vw, 120px);
  height: auto;
}
.success-detail .project-brief {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #E7EEF3;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.success-detail .project-brief .brief-item {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #F5F8FA;
}
.success-detail .project-brief .brief-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.success-detail .project-brief .brief-item span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.success-detail .project-brief .brief-item strong {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: 700;
}
.success-detail .related-stories-sidebar {
  background: #F5F8FA;
  padding: 30px;
  border-radius: 20px;
}
.success-detail .related-stories-sidebar h3, .success-detail .related-stories-sidebar .solution-long-description h2, .solution-long-description .success-detail .related-stories-sidebar h2,
.success-detail .related-stories-sidebar .solution-short-content h2,
.solution-short-content .success-detail .related-stories-sidebar h2, .success-detail .related-stories-sidebar .faq h2, .faq .success-detail .related-stories-sidebar h2, .success-detail .related-stories-sidebar .solution-long-description .contact-page h1, .solution-long-description .contact-page .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .contact-page .solution-long-description h1, .contact-page .solution-long-description .success-detail .related-stories-sidebar h1,
.success-detail .related-stories-sidebar .solution-short-content .contact-page h1,
.solution-short-content .contact-page .success-detail .related-stories-sidebar h1,
.success-detail .related-stories-sidebar .contact-page .solution-short-content h1,
.contact-page .solution-short-content .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .faq .contact-page h1, .faq .contact-page .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .contact-page .faq h1, .contact-page .faq .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .product-long-description h2, .product-long-description .success-detail .related-stories-sidebar h2, .success-detail .related-stories-sidebar .product-long-description .contact-page h1, .product-long-description .contact-page .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .contact-page .product-long-description h1, .contact-page .product-long-description .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .other-products h2, .other-products .success-detail .related-stories-sidebar h2, .success-detail .related-stories-sidebar .other-products .contact-page h1, .other-products .contact-page .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .contact-page .other-products h1, .contact-page .other-products .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .product-short-content h2, .product-short-content .success-detail .related-stories-sidebar h2, .success-detail .related-stories-sidebar .product-short-content .contact-page h1, .product-short-content .contact-page .success-detail .related-stories-sidebar h1, .success-detail .related-stories-sidebar .contact-page .product-short-content h1, .contact-page .product-short-content .success-detail .related-stories-sidebar h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}
.success-detail .related-stories-sidebar .sidebar-story-card {
  gap: 15px;
  background: #fff;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  margin-bottom: 8px;
}
.success-detail .related-stories-sidebar .sidebar-story-card:hover {
  border-color: #EF4136;
  transform: translateX(5px);
}
.success-detail .related-stories-sidebar .sidebar-story-card:hover h4, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider h3, .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h3, .success-detail .related-stories-sidebar .sidebar-story-card:hover .year, .success-detail .related-stories-sidebar .sidebar-story-card:hover .ceo-message > div div, .ceo-message > div .success-detail .related-stories-sidebar .sidebar-story-card:hover div, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .faq h2, .our-stories-slider .faq .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .faq .our-stories-slider h2, .faq .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .other-products h2, .our-stories-slider .other-products .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .other-products .our-stories-slider h2, .other-products .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description h2, .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .contact-page h1, .career-detail article .description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .career-detail article .description h1, .contact-page .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description h3, .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h3, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .solution-long-description h2, .career-detail article .description .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-long-description .career-detail article .description h2, .solution-long-description .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-short-content .career-detail article .description h2,
.solution-short-content .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .faq h2, .career-detail article .description .faq .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .faq .career-detail article .description h2, .faq .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .product-long-description h2, .career-detail article .description .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-long-description .career-detail article .description h2, .product-long-description .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .other-products h2, .career-detail article .description .other-products .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .other-products .career-detail article .description h2, .other-products .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail article .description .product-short-content h2, .career-detail article .description .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-short-content .career-detail article .description h2, .product-short-content .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside h3, .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h3, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .solution-long-description h2, .career-detail aside .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-long-description .career-detail aside h2, .solution-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .solution-short-content h2,
.career-detail aside .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-short-content .career-detail aside h2,
.solution-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .faq h2, .career-detail aside .faq .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .faq .career-detail aside h2, .faq .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-long-description .contact-page .career-detail aside h1, .solution-long-description .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .solution-long-description .career-detail aside h1, .contact-page .solution-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .solution-short-content .contact-page .career-detail aside h1,
.solution-short-content .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h1,
.success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .solution-short-content .career-detail aside h1,
.contact-page .solution-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .faq .contact-page h1, .career-detail aside .faq .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .faq .contact-page .career-detail aside h1, .faq .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .faq h1, .career-detail aside .contact-page .faq .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .faq .career-detail aside h1, .contact-page .faq .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .product-long-description h2, .career-detail aside .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-long-description .career-detail aside h2, .product-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-long-description .contact-page .career-detail aside h1, .product-long-description .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .product-long-description .career-detail aside h1, .contact-page .product-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .other-products h2, .career-detail aside .other-products .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .other-products .career-detail aside h2, .other-products .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .other-products .contact-page .career-detail aside h1, .other-products .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .other-products .career-detail aside h1, .contact-page .other-products .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .product-short-content h2, .career-detail aside .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-short-content .career-detail aside h2, .product-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h2, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .product-short-content .contact-page .career-detail aside h1, .product-short-content .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .career-detail aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card:hover h1, .success-detail .related-stories-sidebar .sidebar-story-card:hover .contact-page .product-short-content .career-detail aside h1, .contact-page .product-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card:hover h1 {
  color: #EF4136;
}
.success-detail .related-stories-sidebar .sidebar-story-card img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.success-detail .related-stories-sidebar .sidebar-story-card h4, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider h3, .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h3, .success-detail .related-stories-sidebar .sidebar-story-card .year, .success-detail .related-stories-sidebar .sidebar-story-card .ceo-message > div div, .ceo-message > div .success-detail .related-stories-sidebar .sidebar-story-card div, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .faq h2, .our-stories-slider .faq .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .faq .our-stories-slider h2, .faq .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description h2, .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .contact-page h1, .career-detail article .description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .career-detail article .description h1, .contact-page .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description h3, .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h3, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .solution-long-description h2, .career-detail article .description .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .solution-long-description .career-detail article .description h2, .solution-long-description .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .solution-short-content .career-detail article .description h2,
.solution-short-content .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .faq h2, .career-detail article .description .faq .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .faq .career-detail article .description h2, .faq .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .product-long-description h2, .career-detail article .description .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-long-description .career-detail article .description h2, .product-long-description .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .other-products h2, .career-detail article .description .other-products .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .other-products .career-detail article .description h2, .other-products .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail article .description .product-short-content h2, .career-detail article .description .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-short-content .career-detail article .description h2, .product-short-content .career-detail article .description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside h3, .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h3, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .solution-long-description h2, .career-detail aside .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .solution-long-description .career-detail aside h2, .solution-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .solution-short-content h2,
.career-detail aside .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2,
.success-detail .related-stories-sidebar .sidebar-story-card .solution-short-content .career-detail aside h2,
.solution-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .faq h2, .career-detail aside .faq .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .faq .career-detail aside h2, .faq .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .solution-long-description .contact-page .career-detail aside h1, .solution-long-description .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .solution-long-description .career-detail aside h1, .contact-page .solution-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .solution-short-content .contact-page .career-detail aside h1,
.solution-short-content .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .success-detail .related-stories-sidebar .sidebar-story-card h1,
.success-detail .related-stories-sidebar .sidebar-story-card .contact-page .solution-short-content .career-detail aside h1,
.contact-page .solution-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .faq .contact-page h1, .career-detail aside .faq .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .faq .contact-page .career-detail aside h1, .faq .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .faq h1, .career-detail aside .contact-page .faq .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .faq .career-detail aside h1, .contact-page .faq .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .product-long-description h2, .career-detail aside .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-long-description .career-detail aside h2, .product-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .product-long-description .contact-page .career-detail aside h1, .product-long-description .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .product-long-description .career-detail aside h1, .contact-page .product-long-description .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .other-products h2, .career-detail aside .other-products .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .other-products .career-detail aside h2, .other-products .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .other-products .contact-page .career-detail aside h1, .other-products .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .other-products .career-detail aside h1, .contact-page .other-products .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .product-short-content h2, .career-detail aside .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .product-short-content .career-detail aside h2, .product-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h2, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .product-short-content .contact-page .career-detail aside h1, .product-short-content .contact-page .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .career-detail aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .success-detail .related-stories-sidebar .sidebar-story-card h1, .success-detail .related-stories-sidebar .sidebar-story-card .contact-page .product-short-content .career-detail aside h1, .contact-page .product-short-content .career-detail aside .success-detail .related-stories-sidebar .sidebar-story-card h1 {
  font-size: 15px;
  margin-bottom: 3px;
  transition: 0.3s;
  color: #000;
  font-weight: 700;
}
.success-detail .related-stories-sidebar .sidebar-story-card span {
  font-size: 12px;
  color: #EF4136;
  font-weight: 700;
}
.success-detail .related-stories-sidebar .btn-all-stories {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 50px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 10px;
}
.success-detail .related-stories-sidebar .btn-all-stories:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.success-detail .case-cta {
  background: #EF4136;
  padding: 40px 30px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.success-detail .case-cta h4, .success-detail .case-cta .our-stories-slider h3, .our-stories-slider .success-detail .case-cta h3, .success-detail .case-cta .year, .success-detail .case-cta .ceo-message > div div, .ceo-message > div .success-detail .case-cta div, .success-detail .case-cta .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .success-detail .case-cta h2, .success-detail .case-cta .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .success-detail .case-cta h2,
.success-detail .case-cta .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .success-detail .case-cta h2,
.success-detail .case-cta .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .success-detail .case-cta h2, .success-detail .case-cta .our-stories-slider .faq h2, .our-stories-slider .faq .success-detail .case-cta h2, .success-detail .case-cta .faq .our-stories-slider h2, .faq .our-stories-slider .success-detail .case-cta h2, .success-detail .case-cta .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .success-detail .case-cta h1, .success-detail .case-cta .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .success-detail .case-cta h1, .success-detail .case-cta .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .success-detail .case-cta h1, .success-detail .case-cta .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .success-detail .case-cta h1,
.success-detail .case-cta .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .success-detail .case-cta h1,
.success-detail .case-cta .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .success-detail .case-cta h1,
.success-detail .case-cta .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .success-detail .case-cta h1,
.success-detail .case-cta .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .success-detail .case-cta h1, .success-detail .case-cta .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .success-detail .case-cta h1, .success-detail .case-cta .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .success-detail .case-cta h1, .success-detail .case-cta .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .success-detail .case-cta h2, .success-detail .case-cta .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .success-detail .case-cta h2, .success-detail .case-cta .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .success-detail .case-cta h1, .success-detail .case-cta .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .success-detail .case-cta h1, .success-detail .case-cta .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .other-products h2, .our-stories-slider .other-products .success-detail .case-cta h2, .success-detail .case-cta .other-products .our-stories-slider h2, .other-products .our-stories-slider .success-detail .case-cta h2, .success-detail .case-cta .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .success-detail .case-cta h1, .success-detail .case-cta .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .success-detail .case-cta h1, .success-detail .case-cta .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .success-detail .case-cta h2, .success-detail .case-cta .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .success-detail .case-cta h2, .success-detail .case-cta .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .success-detail .case-cta h1, .success-detail .case-cta .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .success-detail .case-cta h1, .success-detail .case-cta .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .success-detail .case-cta h1, .success-detail .case-cta .career-detail article .description h2, .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail article .description .contact-page h1, .career-detail article .description .contact-page .success-detail .case-cta h1, .success-detail .case-cta .contact-page .career-detail article .description h1, .contact-page .career-detail article .description .success-detail .case-cta h1, .success-detail .case-cta .career-detail article .description h3, .career-detail article .description .success-detail .case-cta h3, .success-detail .case-cta .career-detail article .description .solution-long-description h2, .career-detail article .description .solution-long-description .success-detail .case-cta h2, .success-detail .case-cta .solution-long-description .career-detail article .description h2, .solution-long-description .career-detail article .description .success-detail .case-cta h2,
.success-detail .case-cta .career-detail article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .success-detail .case-cta h2,
.success-detail .case-cta .solution-short-content .career-detail article .description h2,
.solution-short-content .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail article .description .faq h2, .career-detail article .description .faq .success-detail .case-cta h2, .success-detail .case-cta .faq .career-detail article .description h2, .faq .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail article .description .product-long-description h2, .career-detail article .description .product-long-description .success-detail .case-cta h2, .success-detail .case-cta .product-long-description .career-detail article .description h2, .product-long-description .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail article .description .other-products h2, .career-detail article .description .other-products .success-detail .case-cta h2, .success-detail .case-cta .other-products .career-detail article .description h2, .other-products .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail article .description .product-short-content h2, .career-detail article .description .product-short-content .success-detail .case-cta h2, .success-detail .case-cta .product-short-content .career-detail article .description h2, .product-short-content .career-detail article .description .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside h3, .career-detail aside .success-detail .case-cta h3, .success-detail .case-cta .career-detail aside .solution-long-description h2, .career-detail aside .solution-long-description .success-detail .case-cta h2, .success-detail .case-cta .solution-long-description .career-detail aside h2, .solution-long-description .career-detail aside .success-detail .case-cta h2,
.success-detail .case-cta .career-detail aside .solution-short-content h2,
.career-detail aside .solution-short-content .success-detail .case-cta h2,
.success-detail .case-cta .solution-short-content .career-detail aside h2,
.solution-short-content .career-detail aside .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside .faq h2, .career-detail aside .faq .success-detail .case-cta h2, .success-detail .case-cta .faq .career-detail aside h2, .faq .career-detail aside .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .success-detail .case-cta h1, .success-detail .case-cta .solution-long-description .contact-page .career-detail aside h1, .solution-long-description .contact-page .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .success-detail .case-cta h1, .success-detail .case-cta .contact-page .solution-long-description .career-detail aside h1, .contact-page .solution-long-description .career-detail aside .success-detail .case-cta h1,
.success-detail .case-cta .career-detail aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .success-detail .case-cta h1,
.success-detail .case-cta .solution-short-content .contact-page .career-detail aside h1,
.solution-short-content .contact-page .career-detail aside .success-detail .case-cta h1,
.success-detail .case-cta .career-detail aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .success-detail .case-cta h1,
.success-detail .case-cta .contact-page .solution-short-content .career-detail aside h1,
.contact-page .solution-short-content .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .faq .contact-page h1, .career-detail aside .faq .contact-page .success-detail .case-cta h1, .success-detail .case-cta .faq .contact-page .career-detail aside h1, .faq .contact-page .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .contact-page .faq h1, .career-detail aside .contact-page .faq .success-detail .case-cta h1, .success-detail .case-cta .contact-page .faq .career-detail aside h1, .contact-page .faq .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .product-long-description h2, .career-detail aside .product-long-description .success-detail .case-cta h2, .success-detail .case-cta .product-long-description .career-detail aside h2, .product-long-description .career-detail aside .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .success-detail .case-cta h1, .success-detail .case-cta .product-long-description .contact-page .career-detail aside h1, .product-long-description .contact-page .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .success-detail .case-cta h1, .success-detail .case-cta .contact-page .product-long-description .career-detail aside h1, .contact-page .product-long-description .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .other-products h2, .career-detail aside .other-products .success-detail .case-cta h2, .success-detail .case-cta .other-products .career-detail aside h2, .other-products .career-detail aside .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .success-detail .case-cta h1, .success-detail .case-cta .other-products .contact-page .career-detail aside h1, .other-products .contact-page .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .success-detail .case-cta h1, .success-detail .case-cta .contact-page .other-products .career-detail aside h1, .contact-page .other-products .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .product-short-content h2, .career-detail aside .product-short-content .success-detail .case-cta h2, .success-detail .case-cta .product-short-content .career-detail aside h2, .product-short-content .career-detail aside .success-detail .case-cta h2, .success-detail .case-cta .career-detail aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .success-detail .case-cta h1, .success-detail .case-cta .product-short-content .contact-page .career-detail aside h1, .product-short-content .contact-page .career-detail aside .success-detail .case-cta h1, .success-detail .case-cta .career-detail aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .success-detail .case-cta h1, .success-detail .case-cta .contact-page .product-short-content .career-detail aside h1, .contact-page .product-short-content .career-detail aside .success-detail .case-cta h1 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}
.success-detail .case-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.5;
}
.success-detail .case-cta .read-more, .success-detail .case-cta .home-about .company a, .home-about .company .success-detail .case-cta a, .success-detail .case-cta .solutions a, .solutions .success-detail .case-cta a {
  background: #fff;
  color: #EF4136;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s;
}
.success-detail .case-cta .read-more::after, .success-detail .case-cta .home-about .company a::after, .home-about .company .success-detail .case-cta a::after, .success-detail .case-cta .solutions a::after, .solutions .success-detail .case-cta a::after {
  display: none;
}
.success-detail .case-cta .read-more:hover, .success-detail .case-cta .home-about .company a:hover, .home-about .company .success-detail .case-cta a:hover, .success-detail .case-cta .solutions a:hover, .solutions .success-detail .case-cta a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}
.success-detail .case-nav {
  border-top: 1px solid #EEE;
  padding-top: 30px;
}
.success-detail .case-nav a {
  color: #737374;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.success-detail .case-nav a:hover {
  color: #EF4136;
}
.success-detail .case-nav a:hover path {
  fill: #EF4136;
}
@media (min-width: 992px) {
  .success-detail .sticky-container {
    position: sticky;
    top: 100px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.events-page .events-grid {
  gap: 30px 1%;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .events-page .events-grid {
    gap: 32px 1%;
  }
}
@media (min-width: 768px) {
  .events-page .events-grid {
    gap: 33px 1%;
  }
}
@media (min-width: 992px) {
  .events-page .events-grid {
    gap: 35px 1%;
  }
}
.events-page .events-card {
  width: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .events-page .events-card {
    width: 49.4%;
  }
}
@media (min-width: 768px) {
  .events-page .events-card {
    width: 32.6%;
  }
}
@media (min-width: 992px) {
  .events-page .events-card {
    width: 24%;
  }
}
.events-page .events-card__media {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 4/3;
}
.events-page .events-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.events-page .events-card__media:hover img {
  transform: scale(1.04);
}
.events-page .events-card__media:focus-visible {
  outline: 2px solid #EF4136;
  outline-offset: 3px;
}
.events-page .events-card--video .events-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 28px 28px;
  pointer-events: none;
}
.events-page .events-card__body {
  padding-top: 16px;
}
.events-page .events-card__body h3, .events-page .events-card__body .solution-long-description h2, .solution-long-description .events-page .events-card__body h2,
.events-page .events-card__body .solution-short-content h2,
.solution-short-content .events-page .events-card__body h2, .events-page .events-card__body .faq h2, .faq .events-page .events-card__body h2, .events-page .events-card__body .solution-long-description .contact-page h1, .solution-long-description .contact-page .events-page .events-card__body h1, .events-page .events-card__body .contact-page .solution-long-description h1, .contact-page .solution-long-description .events-page .events-card__body h1,
.events-page .events-card__body .solution-short-content .contact-page h1,
.solution-short-content .contact-page .events-page .events-card__body h1,
.events-page .events-card__body .contact-page .solution-short-content h1,
.contact-page .solution-short-content .events-page .events-card__body h1, .events-page .events-card__body .faq .contact-page h1, .faq .contact-page .events-page .events-card__body h1, .events-page .events-card__body .contact-page .faq h1, .contact-page .faq .events-page .events-card__body h1, .events-page .events-card__body .product-long-description h2, .product-long-description .events-page .events-card__body h2, .events-page .events-card__body .product-long-description .contact-page h1, .product-long-description .contact-page .events-page .events-card__body h1, .events-page .events-card__body .contact-page .product-long-description h1, .contact-page .product-long-description .events-page .events-card__body h1, .events-page .events-card__body .other-products h2, .other-products .events-page .events-card__body h2, .events-page .events-card__body .other-products .contact-page h1, .other-products .contact-page .events-page .events-card__body h1, .events-page .events-card__body .contact-page .other-products h1, .contact-page .other-products .events-page .events-card__body h1, .events-page .events-card__body .product-short-content h2, .product-short-content .events-page .events-card__body h2, .events-page .events-card__body .product-short-content .contact-page h1, .product-short-content .contact-page .events-page .events-card__body h1, .events-page .events-card__body .contact-page .product-short-content h1, .contact-page .product-short-content .events-page .events-card__body h1 {
  color: #000;
  font-weight: 700;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.3;
  margin-bottom: 8px;
}
.events-page .events-card__body p {
  margin: 0;
  line-height: 1.55;
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 10px;
  top: 50%;
  z-index: 10000;
  gap: 10.53px;
  padding: 10px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: linear-gradient(45deg, black, transparent);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  position: absolute;
  background: linear-gradient(45deg, black, transparent);
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #0A1119;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0px;
  overflow: hidden;
  background: #0A1119;
}
.bottomFixedMenu i {
  color: #fff;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a,
.bottomFixedMenu li button {
  background: unset;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h2, .contact-page h1, .h2,
h2 span,
.contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
  color: #000;
  line-height: 100%;
  font-size: 25px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 45px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 55px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 60px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  h2, .contact-page h1, .h2,
  h2 span,
  .contact-page h1 span, .h2 span, h2 strong, .contact-page h1 strong {
    font-size: 64px;
    margin-bottom: 36px;
  }
}

h3, .solution-long-description h2,
.solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
.solution-short-content .contact-page h1,
.contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
.h3, .h3 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 992px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 21px;
  }
}
@media (min-width: 1280px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 22px;
  }
}
@media (min-width: 1350px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 23px;
  }
}
@media (min-width: 1440px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  h3, .solution-long-description h2,
  .solution-short-content h2, .faq h2, .solution-long-description .contact-page h1, .contact-page .solution-long-description h1,
  .solution-short-content .contact-page h1,
  .contact-page .solution-short-content h1, .faq .contact-page h1, .contact-page .faq h1, .product-long-description h2, .product-long-description .contact-page h1, .contact-page .product-long-description h1, .other-products h2, .other-products .contact-page h1, .contact-page .other-products h1, .product-short-content h2, .product-short-content .contact-page h1, .contact-page .product-short-content h1,
  .h3, .h3 strong {
    font-size: 32px;
  }
}

h4, .our-stories-slider h3, .year, .ceo-message > div div, .our-stories-slider .solution-long-description h2, .solution-long-description .our-stories-slider h2,
.our-stories-slider .solution-short-content h2,
.solution-short-content .our-stories-slider h2, .our-stories-slider .faq h2, .faq .our-stories-slider h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
.our-stories-slider .solution-short-content .contact-page h1,
.contact-page .our-stories-slider .solution-short-content h1,
.solution-short-content .our-stories-slider .contact-page h1,
.contact-page .solution-short-content .our-stories-slider h1, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
.career-detail article .description .solution-short-content h2,
.solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2, .career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
.career-detail aside .solution-short-content h2,
.solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
.career-detail aside .solution-short-content .contact-page h1,
.solution-short-content .contact-page .career-detail aside h1,
.career-detail aside .contact-page .solution-short-content h1,
.contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1,
.h4, .h4 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1350px) {
  h4, .our-stories-slider h3, .year, .ceo-message > div div, .our-stories-slider .solution-long-description h2, .solution-long-description .our-stories-slider h2,
  .our-stories-slider .solution-short-content h2,
  .solution-short-content .our-stories-slider h2, .our-stories-slider .faq h2, .faq .our-stories-slider h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
  .our-stories-slider .solution-short-content .contact-page h1,
  .contact-page .our-stories-slider .solution-short-content h1,
  .solution-short-content .our-stories-slider .contact-page h1,
  .contact-page .solution-short-content .our-stories-slider h1, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
  .career-detail article .description .solution-short-content h2,
  .solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2, .career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
  .career-detail aside .solution-short-content h2,
  .solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
  .career-detail aside .solution-short-content .contact-page h1,
  .solution-short-content .contact-page .career-detail aside h1,
  .career-detail aside .contact-page .solution-short-content h1,
  .contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1,
  .h4, .h4 strong {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h4, .our-stories-slider h3, .year, .ceo-message > div div, .our-stories-slider .solution-long-description h2, .solution-long-description .our-stories-slider h2,
  .our-stories-slider .solution-short-content h2,
  .solution-short-content .our-stories-slider h2, .our-stories-slider .faq h2, .faq .our-stories-slider h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
  .our-stories-slider .solution-short-content .contact-page h1,
  .contact-page .our-stories-slider .solution-short-content h1,
  .solution-short-content .our-stories-slider .contact-page h1,
  .contact-page .solution-short-content .our-stories-slider h1, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
  .career-detail article .description .solution-short-content h2,
  .solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2, .career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
  .career-detail aside .solution-short-content h2,
  .solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
  .career-detail aside .solution-short-content .contact-page h1,
  .solution-short-content .contact-page .career-detail aside h1,
  .career-detail aside .contact-page .solution-short-content h1,
  .contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1,
  .h4, .h4 strong {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  h4, .our-stories-slider h3, .year, .ceo-message > div div, .our-stories-slider .solution-long-description h2, .solution-long-description .our-stories-slider h2,
  .our-stories-slider .solution-short-content h2,
  .solution-short-content .our-stories-slider h2, .our-stories-slider .faq h2, .faq .our-stories-slider h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
  .our-stories-slider .solution-short-content .contact-page h1,
  .contact-page .our-stories-slider .solution-short-content h1,
  .solution-short-content .our-stories-slider .contact-page h1,
  .contact-page .solution-short-content .our-stories-slider h1, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
  .career-detail article .description .solution-short-content h2,
  .solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2, .career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
  .career-detail aside .solution-short-content h2,
  .solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
  .career-detail aside .solution-short-content .contact-page h1,
  .solution-short-content .contact-page .career-detail aside h1,
  .career-detail aside .contact-page .solution-short-content h1,
  .contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1,
  .h4, .h4 strong {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  h4, .our-stories-slider h3, .year, .ceo-message > div div, .our-stories-slider .solution-long-description h2, .solution-long-description .our-stories-slider h2,
  .our-stories-slider .solution-short-content h2,
  .solution-short-content .our-stories-slider h2, .our-stories-slider .faq h2, .faq .our-stories-slider h2, .our-stories-slider .solution-long-description .contact-page h1, .contact-page .our-stories-slider .solution-long-description h1, .solution-long-description .our-stories-slider .contact-page h1, .contact-page .solution-long-description .our-stories-slider h1,
  .our-stories-slider .solution-short-content .contact-page h1,
  .contact-page .our-stories-slider .solution-short-content h1,
  .solution-short-content .our-stories-slider .contact-page h1,
  .contact-page .solution-short-content .our-stories-slider h1, .our-stories-slider .faq .contact-page h1, .contact-page .our-stories-slider .faq h1, .faq .our-stories-slider .contact-page h1, .contact-page .faq .our-stories-slider h1, .our-stories-slider .product-long-description h2, .product-long-description .our-stories-slider h2, .our-stories-slider .product-long-description .contact-page h1, .product-long-description .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-long-description h1, .contact-page .product-long-description .our-stories-slider h1, .our-stories-slider .other-products h2, .other-products .our-stories-slider h2, .our-stories-slider .other-products .contact-page h1, .other-products .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .other-products h1, .contact-page .other-products .our-stories-slider h1, .our-stories-slider .product-short-content h2, .product-short-content .our-stories-slider h2, .our-stories-slider .product-short-content .contact-page h1, .product-short-content .contact-page .our-stories-slider h1, .our-stories-slider .contact-page .product-short-content h1, .contact-page .product-short-content .our-stories-slider h1, .career-detail article .description h2, .career-detail article .description .contact-page h1, .contact-page .career-detail article .description h1, .career-detail article .description h3, .career-detail article .description .solution-long-description h2, .solution-long-description .career-detail article .description h2,
  .career-detail article .description .solution-short-content h2,
  .solution-short-content .career-detail article .description h2, .career-detail article .description .faq h2, .faq .career-detail article .description h2, .career-detail article .description .product-long-description h2, .product-long-description .career-detail article .description h2, .career-detail article .description .other-products h2, .other-products .career-detail article .description h2, .career-detail article .description .product-short-content h2, .product-short-content .career-detail article .description h2, .career-detail aside h3, .career-detail aside .solution-long-description h2, .solution-long-description .career-detail aside h2,
  .career-detail aside .solution-short-content h2,
  .solution-short-content .career-detail aside h2, .career-detail aside .faq h2, .faq .career-detail aside h2, .career-detail aside .solution-long-description .contact-page h1, .solution-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .solution-long-description h1, .contact-page .solution-long-description .career-detail aside h1,
  .career-detail aside .solution-short-content .contact-page h1,
  .solution-short-content .contact-page .career-detail aside h1,
  .career-detail aside .contact-page .solution-short-content h1,
  .contact-page .solution-short-content .career-detail aside h1, .career-detail aside .faq .contact-page h1, .faq .contact-page .career-detail aside h1, .career-detail aside .contact-page .faq h1, .contact-page .faq .career-detail aside h1, .career-detail aside .product-long-description h2, .product-long-description .career-detail aside h2, .career-detail aside .product-long-description .contact-page h1, .product-long-description .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-long-description h1, .contact-page .product-long-description .career-detail aside h1, .career-detail aside .other-products h2, .other-products .career-detail aside h2, .career-detail aside .other-products .contact-page h1, .other-products .contact-page .career-detail aside h1, .career-detail aside .contact-page .other-products h1, .contact-page .other-products .career-detail aside h1, .career-detail aside .product-short-content h2, .product-short-content .career-detail aside h2, .career-detail aside .product-short-content .contact-page h1, .product-short-content .contact-page .career-detail aside h1, .career-detail aside .contact-page .product-short-content h1, .contact-page .product-short-content .career-detail aside h1,
  .h4, .h4 strong {
    font-size: 24px;
  }
}

h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
.career-detail .related-card .our-stories-slider .solution-short-content h2,
.our-stories-slider .solution-short-content .career-detail .related-card h2,
.career-detail .related-card .solution-short-content .our-stories-slider h2,
.solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
.career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
.our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
.career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
.contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
.career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
.solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
.career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
.contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
.career-detail .related-card article .description .solution-short-content h2,
.career-detail article .description .solution-short-content .related-card h2,
.solution-short-content .career-detail .related-card article .description h2,
.solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
.career-detail .related-card aside .solution-short-content h2,
.career-detail aside .solution-short-content .related-card h2,
.solution-short-content .career-detail .related-card aside h2,
.solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
.career-detail .related-card aside .solution-short-content .contact-page h1,
.career-detail aside .solution-short-content .contact-page .related-card h1,
.solution-short-content .contact-page .career-detail .related-card aside h1,
.solution-short-content .contact-page .career-detail aside .related-card h1,
.career-detail .related-card aside .contact-page .solution-short-content h1,
.career-detail aside .contact-page .solution-short-content .related-card h1,
.contact-page .solution-short-content .career-detail .related-card aside h1,
.contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
.h5, .h5 strong {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  h5, .career-detail .related-card h4, .career-detail .related-card .our-stories-slider h3, .our-stories-slider .career-detail .related-card h3, .career-detail .related-card .year, .career-detail .related-card .ceo-message > div div, .ceo-message > div .career-detail .related-card div, .career-detail .related-card .our-stories-slider .solution-long-description h2, .our-stories-slider .solution-long-description .career-detail .related-card h2, .career-detail .related-card .solution-long-description .our-stories-slider h2, .solution-long-description .our-stories-slider .career-detail .related-card h2,
  .career-detail .related-card .our-stories-slider .solution-short-content h2,
  .our-stories-slider .solution-short-content .career-detail .related-card h2,
  .career-detail .related-card .solution-short-content .our-stories-slider h2,
  .solution-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .faq h2, .our-stories-slider .faq .career-detail .related-card h2, .career-detail .related-card .faq .our-stories-slider h2, .faq .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .solution-long-description .contact-page h1, .our-stories-slider .solution-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .solution-long-description h1, .contact-page .our-stories-slider .solution-long-description .career-detail .related-card h1, .career-detail .related-card .solution-long-description .our-stories-slider .contact-page h1, .solution-long-description .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .solution-long-description .our-stories-slider h1, .contact-page .solution-long-description .our-stories-slider .career-detail .related-card h1,
  .career-detail .related-card .our-stories-slider .solution-short-content .contact-page h1,
  .our-stories-slider .solution-short-content .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .our-stories-slider .solution-short-content h1,
  .contact-page .our-stories-slider .solution-short-content .career-detail .related-card h1,
  .career-detail .related-card .solution-short-content .our-stories-slider .contact-page h1,
  .solution-short-content .our-stories-slider .contact-page .career-detail .related-card h1,
  .career-detail .related-card .contact-page .solution-short-content .our-stories-slider h1,
  .contact-page .solution-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .faq .contact-page h1, .our-stories-slider .faq .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .our-stories-slider .faq h1, .contact-page .our-stories-slider .faq .career-detail .related-card h1, .career-detail .related-card .faq .our-stories-slider .contact-page h1, .faq .our-stories-slider .contact-page .career-detail .related-card h1, .career-detail .related-card .contact-page .faq .our-stories-slider h1, .contact-page .faq .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-long-description h2, .our-stories-slider .product-long-description .career-detail .related-card h2, .career-detail .related-card .product-long-description .our-stories-slider h2, .product-long-description .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-long-description .contact-page h1, .our-stories-slider .product-long-description .contact-page .career-detail .related-card h1, .career-detail .related-card .product-long-description .contact-page .our-stories-slider h1, .product-long-description .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-long-description h1, .our-stories-slider .contact-page .product-long-description .career-detail .related-card h1, .career-detail .related-card .contact-page .product-long-description .our-stories-slider h1, .contact-page .product-long-description .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .other-products h2, .our-stories-slider .other-products .career-detail .related-card h2, .career-detail .related-card .other-products .our-stories-slider h2, .other-products .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .other-products .contact-page h1, .our-stories-slider .other-products .contact-page .career-detail .related-card h1, .career-detail .related-card .other-products .contact-page .our-stories-slider h1, .other-products .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .other-products h1, .our-stories-slider .contact-page .other-products .career-detail .related-card h1, .career-detail .related-card .contact-page .other-products .our-stories-slider h1, .contact-page .other-products .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .product-short-content h2, .our-stories-slider .product-short-content .career-detail .related-card h2, .career-detail .related-card .product-short-content .our-stories-slider h2, .product-short-content .our-stories-slider .career-detail .related-card h2, .career-detail .related-card .our-stories-slider .product-short-content .contact-page h1, .our-stories-slider .product-short-content .contact-page .career-detail .related-card h1, .career-detail .related-card .product-short-content .contact-page .our-stories-slider h1, .product-short-content .contact-page .our-stories-slider .career-detail .related-card h1, .career-detail .related-card .our-stories-slider .contact-page .product-short-content h1, .our-stories-slider .contact-page .product-short-content .career-detail .related-card h1, .career-detail .related-card .contact-page .product-short-content .our-stories-slider h1, .contact-page .product-short-content .our-stories-slider .career-detail .related-card h1, .career-detail .related-card article .description h2, .career-detail article .description .related-card h2, .career-detail .related-card article .description .contact-page h1, .career-detail article .description .contact-page .related-card h1, .contact-page .career-detail .related-card article .description h1, .contact-page .career-detail article .description .related-card h1, .career-detail .related-card article .description h3, .career-detail article .description .related-card h3, .career-detail .related-card article .description .solution-long-description h2, .career-detail article .description .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card article .description h2, .solution-long-description .career-detail article .description .related-card h2,
  .career-detail .related-card article .description .solution-short-content h2,
  .career-detail article .description .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card article .description h2,
  .solution-short-content .career-detail article .description .related-card h2, .career-detail .related-card article .description .faq h2, .career-detail article .description .faq .related-card h2, .faq .career-detail .related-card article .description h2, .faq .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-long-description h2, .career-detail article .description .product-long-description .related-card h2, .product-long-description .career-detail .related-card article .description h2, .product-long-description .career-detail article .description .related-card h2, .career-detail .related-card article .description .other-products h2, .career-detail article .description .other-products .related-card h2, .other-products .career-detail .related-card article .description h2, .other-products .career-detail article .description .related-card h2, .career-detail .related-card article .description .product-short-content h2, .career-detail article .description .product-short-content .related-card h2, .product-short-content .career-detail .related-card article .description h2, .product-short-content .career-detail article .description .related-card h2, .career-detail .related-card aside h3, .career-detail aside .related-card h3, .career-detail .related-card aside .solution-long-description h2, .career-detail aside .solution-long-description .related-card h2, .solution-long-description .career-detail .related-card aside h2, .solution-long-description .career-detail aside .related-card h2,
  .career-detail .related-card aside .solution-short-content h2,
  .career-detail aside .solution-short-content .related-card h2,
  .solution-short-content .career-detail .related-card aside h2,
  .solution-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .faq h2, .career-detail aside .faq .related-card h2, .faq .career-detail .related-card aside h2, .faq .career-detail aside .related-card h2, .career-detail .related-card aside .solution-long-description .contact-page h1, .career-detail aside .solution-long-description .contact-page .related-card h1, .solution-long-description .contact-page .career-detail .related-card aside h1, .solution-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .solution-long-description h1, .career-detail aside .contact-page .solution-long-description .related-card h1, .contact-page .solution-long-description .career-detail .related-card aside h1, .contact-page .solution-long-description .career-detail aside .related-card h1,
  .career-detail .related-card aside .solution-short-content .contact-page h1,
  .career-detail aside .solution-short-content .contact-page .related-card h1,
  .solution-short-content .contact-page .career-detail .related-card aside h1,
  .solution-short-content .contact-page .career-detail aside .related-card h1,
  .career-detail .related-card aside .contact-page .solution-short-content h1,
  .career-detail aside .contact-page .solution-short-content .related-card h1,
  .contact-page .solution-short-content .career-detail .related-card aside h1,
  .contact-page .solution-short-content .career-detail aside .related-card h1, .career-detail .related-card aside .faq .contact-page h1, .career-detail aside .faq .contact-page .related-card h1, .faq .contact-page .career-detail .related-card aside h1, .faq .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .faq h1, .career-detail aside .contact-page .faq .related-card h1, .contact-page .faq .career-detail .related-card aside h1, .contact-page .faq .career-detail aside .related-card h1, .career-detail .related-card aside .product-long-description h2, .career-detail aside .product-long-description .related-card h2, .product-long-description .career-detail .related-card aside h2, .product-long-description .career-detail aside .related-card h2, .career-detail .related-card aside .product-long-description .contact-page h1, .career-detail aside .product-long-description .contact-page .related-card h1, .product-long-description .contact-page .career-detail .related-card aside h1, .product-long-description .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-long-description h1, .career-detail aside .contact-page .product-long-description .related-card h1, .contact-page .product-long-description .career-detail .related-card aside h1, .contact-page .product-long-description .career-detail aside .related-card h1, .career-detail .related-card aside .other-products h2, .career-detail aside .other-products .related-card h2, .other-products .career-detail .related-card aside h2, .other-products .career-detail aside .related-card h2, .career-detail .related-card aside .other-products .contact-page h1, .career-detail aside .other-products .contact-page .related-card h1, .other-products .contact-page .career-detail .related-card aside h1, .other-products .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .other-products h1, .career-detail aside .contact-page .other-products .related-card h1, .contact-page .other-products .career-detail .related-card aside h1, .contact-page .other-products .career-detail aside .related-card h1, .career-detail .related-card aside .product-short-content h2, .career-detail aside .product-short-content .related-card h2, .product-short-content .career-detail .related-card aside h2, .product-short-content .career-detail aside .related-card h2, .career-detail .related-card aside .product-short-content .contact-page h1, .career-detail aside .product-short-content .contact-page .related-card h1, .product-short-content .contact-page .career-detail .related-card aside h1, .product-short-content .contact-page .career-detail aside .related-card h1, .career-detail .related-card aside .contact-page .product-short-content h1, .career-detail aside .contact-page .product-short-content .related-card h1, .contact-page .product-short-content .career-detail .related-card aside h1, .contact-page .product-short-content .career-detail aside .related-card h1,
  .h5, .h5 strong {
    font-size: 18px;
  }
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */