@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

body {
  background-color: rgb(255, 255, 255) !important;
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255) !important;
}
main section {
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  main section {
    padding: 70px 20px;
  }
}
@media (max-width: 768px) {
  main section {
    padding: 55px 20px;
  }
}
@media (max-width: 480px) {
  main section {
    padding: 35px 20px;
  }
}
@media (max-width: 440px) {
  main section {
    padding: 30px 20px;
  }
}
main h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
  main h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 1024px) {
  main h1 {
    font-size: 48px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  main h1 {
    font-size: 43px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  main h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 440px) {
  main h1 {
    font-size: 33px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
main h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 107% !important;
  margin-top: 0 !important;
}
main h2.centered {
  text-align: center;
}
@media (max-width: 1024px) {
  main h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 768px) {
  main h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 480px) {
  main h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 440px) {
  main h2 {
    font-size: 26px !important;
  }
}
main h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  main h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  main h3 {
    font-size: 23px !important;
  }
}
main h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  main h4 {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  main h4 {
    font-size: 19px !important;
  }
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  color: #000000;
}
main .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-radius: 47px;
  min-width: 225px;
  max-width: 375px;
  width: 100%;
  padding: 10px 30px;
  height: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  main .global-btn {
    font-size: 15px;
    height: 45px;
  }
}
main .global-btn.centered {
  margin: 0 auto;
}
main .global-btn.ghost-btn {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 2px solid #00aae5;
}
main .global-btn.ghost-btn.white-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn.white-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}
main .global-btn.white-btn {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 2px solid rgb(255, 255, 255);
}
main .global-btn.white-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.small {
  min-width: 100px;
  max-width: 115px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
main .global-btn:hover {
  background-color: #0279a5;
}

#header.aw-header .wrapper .row .content-wrap .search-wrap input {
  max-width: 134px !important;
}

.columns {
  width: 100%;
}
.columns.two-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.columns.three-cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin: 80px auto;
}

.animation-wrap {
  width: 100%;
  background-image: url("../../../../../uploads/2026/04/Automotive-Columns-Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.animation-card,
.responsive-card {
  position: relative;
  width: 100%;
  min-height: 451px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
}
.animation-card.centered,
.responsive-card.centered {
  justify-content: center;
}
.animation-card.bottom,
.responsive-card.bottom {
  padding-bottom: 0;
  align-items: flex-end;
  justify-content: flex-end;
}
.animation-card.bottom .card-border,
.responsive-card.bottom .card-border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 15px 15px 0 15px;
  border: 1px solid rgb(255, 255, 255);
  border-bottom: none;
  background: transparent !important;
}
.animation-card.bottom .card-border .compliance-card,
.responsive-card.bottom .card-border .compliance-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 350px;
}
.animation-card .responsive-card,
.responsive-card .responsive-card {
  display: none;
}
@media (max-width: 1200px) {
  .animation-card,
  .responsive-card {
    display: none;
  }
}

.animation-line {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.animation-line--vertical {
  top: 12%;
  height: 71%;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(90deg, #00aae5 0%, #fff 50%, #00aae5 100%);
}

.animation-line--horizontal {
  left: 32%;
  top: 50%;
  height: 2px;
  width: 50px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #00aae5 0%, #fff 50%, #00aae5 100%);
}

.animation-row {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 2;
}

.animation-pill {
  background-color: rgb(255, 255, 255);
  color: rgb(36, 38, 38);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  min-width: 94px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  z-index: 2;
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.animation-pill--top,
.animation-pill--bottom {
  min-width: 184px;
  height: 48px;
  font-size: 22px;
}

.animation-pill--center {
  background-color: #fa6423;
  color: rgb(255, 255, 255);
  padding: 8px 20px;
  box-shadow: 6.662px 6.662px 13.324px 0 rgba(0, 121, 165, 0.2);
  min-width: 87px;
  min-height: 48px;
  font-size: 22px;
}

.animation-pill--left,
.animation-pill--right {
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(31, 40, 44, 0.12);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.animation-pill--left {
  position: relative;
  border-color: #00394c;
  z-index: 22;
}

.is-not-ready,
.is-ready {
  transition: opacity 700ms ease;
}

.animation-wrap .is-not-ready {
  opacity: 1;
  background-color: #47bee9;
}

.animation-wrap .is-ready {
  opacity: 0.35;
}

.animation-wrap.is-animated .is-not-ready {
  opacity: 0.35;
}

.animation-wrap.is-animated .is-ready {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}

.animation-wrap--svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-wrap--compliance {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-card--compliance {
  padding: 28px 24px;
  align-items: stretch;
  justify-content: center;
}

.animation-card--compliance .card-border {
  width: 100%;
  padding: 2px;
  border-radius: 22px;
  background: linear-gradient(180deg, #cfeefe 0%, #ffffff 50%, #cfeefe 100%);
}

.animation-card--compliance .card {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  padding: 22px 20px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

.compliance-card__header {
  margin-bottom: 18px;
}

.compliance-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 4px;
  color: rgb(36, 38, 38);
}

.compliance-card__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
  color: #6f7a82;
}

.compliance-card__list {
  position: relative;
  padding-left: 18px;
}

.compliance-card__list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  width: 2px;
  border-radius: 2px;
  background-color: #d7dde2;
}

.compliance-card__row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e6ebef;
}

.compliance-card__row:last-child {
  border-bottom: none;
}

.compliance-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00aae5;
  position: relative;
  left: -16.5px;
}
@media (max-width: 1200px) {
  .compliance-card__dot {
    display: none;
  }
}

.compliance-card__row--compliant .compliance-card__dot {
  background-color: #2da6dd;
}

.compliance-card__row--noncompliant .compliance-card__dot {
  background-color: #ff9632;
}

.compliance-card__row--noncompliant {
  opacity: 0.5;
  transition: opacity 240ms ease, filter 240ms ease;
  filter: blur(1px);
}

.compliance-card__row--pending .compliance-card__dot {
  background-color: #c8cdd2;
}

.compliance-card__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(36, 38, 38);
}

.compliance-card__status {
  border-radius: 999px;
  padding: 6px 16px;
  min-width: 130px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.compliance-card__status--compliant {
  background-color: #2da6dd;
  border-color: #2da6dd;
  color: rgb(255, 255, 255);
}

.compliance-card__status--noncompliant {
  background-color: rgb(255, 255, 255);
  border-color: #ff9632;
  color: #000000;
}

.compliance-card__status--pending {
  background-color: rgb(255, 255, 255);
  border-color: #cdd3d9;
  color: #9ea6ad;
}

.industry-svg {
  width: 100%;
  max-width: 406px;
  height: auto;
  display: block;
  position: relative;
  aspect-ratio: 398/304;
  margin: 0 auto;
}

.industry-flow__line {
  position: absolute;
  left: 10.95%;
  width: 1%;
  min-width: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.industry-flow__line--upper {
  top: 31.7%;
  height: 18.2%;
  background: linear-gradient(180deg, #00aae5 0%, #fff 50%, #00aae5 100%);
}

.industry-flow__line--lower {
  top: 73.9%;
  height: 25.9%;
  background-color: #fff;
  opacity: 0.3;
}

.industry-flow__icon {
  position: absolute;
  left: 1.7%;
  width: 18.5%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6.662px 6.662px 13.324px 0 rgba(0, 121, 165, 0.2);
}

.industry-flow__icon--top {
  top: 10.3%;
  background-color: #fff;
}

.industry-flow__icon--bottom {
  top: 53.3%;
  background-color: #fa6423;
}

.industry-flow__icon-svg {
  width: 55%;
  height: 55%;
  display: block;
}

.industry-flow__card {
  position: absolute;
  left: 26.8%;
  border-radius: 15px;
}

.industry-flow__card--top {
  top: 6%;
  width: 67.6%;
  height: 33.2%;
  padding: 16px 18px;
  background-color: #fff;
  box-shadow: 6.662px 6.662px 13.324px 0 rgba(0, 121, 165, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-flow__title {
  margin: 0;
  color: #00394c;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}

.industry-flow__line-item {
  height: 12px;
  background-color: #f6f6f6;
  border-radius: 6px;
  display: block;
}

.industry-flow__line-item--long {
  width: 83%;
}

.industry-flow__line-item--short {
  width: 74%;
}

.industry-flow__card--bottom {
  top: 53%;
  width: 68.1%;
  height: 24.7%;
  padding: 12px;
  border-radius: 16px;
  border: 2px solid #00394c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.industry-flow__title--inverse {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
}

.industry-svg__pulse {
  opacity: 0.5;
  transition: opacity 240ms ease, filter 240ms ease;
  filter: blur(1px);
}

.animation-wrap.is-animated .industry-svg__pulse {
  animation: industry-svg-fade 1.2s ease-in-out forwards;
  filter: none;
}

@keyframes industry-svg-fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.animation-wrap.is-animated .compliance-card__row--noncompliant {
  animation: compliance-row-fade 1.2s ease-in-out forwards;
  filter: none;
}

@keyframes compliance-row-fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .animation-card {
    max-width: 280px;
    min-height: 210px;
    padding: 20px 16px;
  }
  .animation-pill {
    font-size: 13px;
    min-width: 98px;
  }
  .animation-pill--top,
  .animation-pill--bottom {
    min-width: 150px;
  }
  .animation-card--compliance {
    padding: 22px 16px;
  }
  .compliance-card__row {
    grid-template-columns: 10px 1fr;
    row-gap: 8px;
  }
  .compliance-card__status {
    min-width: 0;
    justify-self: start;
  }
  .industry-flow__title {
    font-size: 12px;
  }
  .industry-flow__title--inverse {
    font-size: 10px;
  }
  .industry-flow__line-item {
    height: 9px;
  }
}
.responsive-card {
  display: none;
}
.responsive-card.bottom {
  padding-bottom: 0;
  bottom: -20px;
}
@media (max-width: 1200px) {
  .responsive-card {
    display: block;
    min-height: 370px;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .responsive-card {
    min-height: unset;
  }
}

main .wrapper {
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
}

body #header {
  z-index: 1 !important;
}
body .form-talk-to-an-expert {
  cursor: pointer;
}
body .popup-wrap.aw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  padding: 25px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .popup-wrap.aw-popup.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
body .popup-wrap.aw-popup .popup-close {
  position: absolute;
  right: -22px;
  top: -22px;
  padding: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #00aae5 0%, #0095cc 100%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
body .popup-wrap.aw-popup .popup-close svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .popup-close {
    right: 18px;
    top: 6px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 490px) {
  body .popup-wrap.aw-popup .popup-close {
    right: 10px;
  }
}
body .popup-wrap.aw-popup .form-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 0 25px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 400px;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .form-wrap {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 585px) {
  body .popup-wrap.aw-popup .form-wrap {
    max-width: 400px;
  }
}
body .popup-wrap.aw-popup .popup-form {
  overflow-y: visible;
  max-height: 90vh !important;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .popup-form {
    overflow-y: scroll;
    max-height: 80vh !important;
    padding-right: 25px;
  }
}
@media (max-width: 415px) {
  body .popup-wrap.aw-popup .popup-form {
    height: 100vh;
    max-height: 100vh;
  }
}
body .popup-wrap.aw-popup label {
  font-size: 12px;
  line-height: 1.3;
}
body .popup-wrap.aw-popup label span {
  line-height: 1.3;
}
body .popup-wrap.aw-popup input[type=text], body .popup-wrap.aw-popup input[type=text]:hover, body .popup-wrap.aw-popup input[type=text]:focus, body .popup-wrap.aw-popup input[type=text]:active, body .popup-wrap.aw-popup input[type=text]:focus-visible,
body .popup-wrap.aw-popup input[type=email],
body .popup-wrap.aw-popup input[type=email]:hover,
body .popup-wrap.aw-popup input[type=email]:focus,
body .popup-wrap.aw-popup input[type=email]:active,
body .popup-wrap.aw-popup input[type=email]:focus-visible,
body .popup-wrap.aw-popup input[type=tel],
body .popup-wrap.aw-popup input[type=tel]:hover,
body .popup-wrap.aw-popup input[type=tel]:focus,
body .popup-wrap.aw-popup input[type=tel]:active,
body .popup-wrap.aw-popup input[type=tel]:focus-visible,
body .popup-wrap.aw-popup input[type=number],
body .popup-wrap.aw-popup input[type=number]:hover,
body .popup-wrap.aw-popup input[type=number]:focus,
body .popup-wrap.aw-popup input[type=number]:active,
body .popup-wrap.aw-popup input[type=number]:focus-visible {
  height: 25px !important;
  margin: 0 !important;
  font-size: 12px !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  outline: none !important;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup input[type=text],
  body .popup-wrap.aw-popup input[type=email],
  body .popup-wrap.aw-popup input[type=tel],
  body .popup-wrap.aw-popup input[type=number] {
    width: 100% !important;
  }
}
body .popup-wrap.aw-popup input[type=submit] {
  background: #00aae5;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 40px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0px 18px;
  border-radius: 21px;
  text-transform: capitalize;
}
body .popup-wrap.aw-popup input[type=submit]:hover {
  background-color: #0079a5 !important;
}
body .popup-wrap.aw-popup select, body .popup-wrap.aw-popup select:hover, body .popup-wrap.aw-popup select:focus, body .popup-wrap.aw-popup select:active, body .popup-wrap.aw-popup select:focus-visible {
  font-size: 14px !important;
  margin: 0 !important;
  height: 25px !important;
  width: 97% !important;
  font-size: 12px;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
body .popup-wrap.aw-popup select option {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup .htmlContent {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup textarea, body .popup-wrap.aw-popup textarea:hover, body .popup-wrap.aw-popup textarea:focus, body .popup-wrap.aw-popup textarea:active, body .popup-wrap.aw-popup textarea:focus-visible {
  max-height: 35px;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
body .popup-wrap.aw-popup #tfa_22,
body .popup-wrap.aw-popup *[id^="tfa_22["] {
  width: 97% !important;
}
body .popup-wrap.aw-popup #tfa_20-L {
  width: 97% !important;
}
body .popup-wrap.aw-popup #tfa_21 {
  position: relative !important;
  top: 2px !important;
}
body .popup-wrap.aw-popup #disabled-explanation {
  font-size: 14px !important;
  margin-top: 0 !important;
}
body .popup-wrap.aw-popup .oneField.field-container-D {
  margin-top: 0 !important;
}
body .popup-wrap.aw-popup #google-captcha br {
  display: none !important;
}
body .popup-wrap.aw-popup .captchaHelp {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup .wForm .errMsg {
  display: none !important;
}
body span.oneChoice input[type=checkbox] {
  margin: 0 !important;
}
body .aw-popup .popup-form {
  display: none !important;
}
body .aw-popup .popup-form.active {
  display: block !important;
}
body .aw-popup .wFormContainer .wFormHeader {
  display: none !important;
}
body .aw-popup #tfa_17-D {
  margin-top: 5px !important;
}
body .aw-popup .wFormContainer .htmlSection {
  margin-top: 0 !important;
}
body .aw-popup .oneField .label span {
  font-size: 12px !important;
}
body .aw-popup .wFormContainer .wForm .inputWrapper textarea {
  height: 20px !important;
}
body .aw-popup .wFormContainer .wForm .inputWrapper .oneChoice .label {
  margin-left: 5px !important;
}

.wFormContainer .wForm .inputWrapper input[type=text]:focus,
.wFormContainer .wForm .inputWrapper input[type=text].required:focus,
.wFormContainer .wForm .inputWrapper input[type=password]:focus,
.wFormContainer .wForm .inputWrapper input[type=password].required:focus,
.wFormContainer .wForm .inputWrapper select:focus,
.wFormContainer .wForm .inputWrapper select.required:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}
.wFormContainer .wForm .inputWrapper textarea:focus,
.wFormContainer .wForm .inputWrapper textarea.required:focus {
  max-height: 35px;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#hero .two-cols {
  gap: 40px;
}
@media (max-width: 1024px) {
  #hero .two-cols {
    flex-direction: column;
  }
}
#hero .two-cols .col {
  width: 50%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col {
    width: 100%;
    max-width: 650px;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap h1 {
    text-align: center;
  }
}
#hero .two-cols .col.text-wrap .pre-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    gap: 15px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .pre-heading .svg-wrap svg {
    max-width: 45px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .pre-heading .svg-wrap svg {
    max-width: 35px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .pre-heading .svg-wrap svg {
    max-width: 30px;
  }
}
@media (max-width: 440px) {
  #hero .two-cols .col.text-wrap .pre-heading .svg-wrap svg {
    max-width: 25px;
  }
}
#hero .two-cols .col.text-wrap .pre-heading .text-wrap {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  text-transform: uppercase;
  letter-spacing: 4.4px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .pre-heading .text-wrap {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .pre-heading .text-wrap {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .pre-heading .text-wrap {
    font-size: 19px;
  }
}
@media (max-width: 440px) {
  #hero .two-cols .col.text-wrap .pre-heading .text-wrap {
    font-size: 18px;
  }
}
#hero .two-cols .col.text-wrap .post-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .post-heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .post-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .post-heading {
    font-size: 16px;
  }
}
#hero .two-cols .col.text-wrap .logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
#hero .two-cols .col.text-wrap .logo-wrap .logo svg {
  width: 100%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .logo-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 660px) {
  #hero .two-cols .col.text-wrap .logo-wrap .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
#hero .two-cols .col.text-wrap .btn-wrap {
  justify-content: flex-start;
  gap: 23px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .btn-wrap {
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 510px) {
  #hero .two-cols .col.text-wrap .btn-wrap {
    flex-direction: column;
  }
}
#hero .two-cols .col.img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#hero .two-cols .col.img-wrap img {
  border-radius: 15px;
}

#automotive .automotive-slider {
  width: 100%;
  margin: 80px auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #automotive .automotive-slider {
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  #automotive .automotive-slider {
    margin: 20px auto;
  }
}
@media (min-width: 1025px) {
  #automotive .automotive-slider .slider-viewport {
    overflow: visible;
    width: 100%;
  }
  #automotive .automotive-slider .slider-track {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    transform: none !important;
    transition: none !important;
  }
  #automotive .automotive-slider .slide {
    flex: 1 1 0;
    min-width: 0;
    max-width: 451px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #automotive .automotive-slider .col {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
  }
  #automotive .automotive-slider .animation-wrap {
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  #automotive .automotive-slider .col .text-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    align-self: stretch;
  }
  #automotive .automotive-slider .slider-arrows,
  #automotive .automotive-slider .slider-dots {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  #automotive .automotive-slider .animation-wrap {
    height: 451px;
    min-height: 451px;
    max-height: 451px;
  }
  #automotive .automotive-slider .animation-wrap > .animation-card {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  #automotive .automotive-slider .animation-wrap > .animation-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#automotive .col {
  width: 100%;
  max-width: 451px;
  align-self: stretch;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
#automotive .col h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  text-align: left !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
@media (max-width: 1200px) {
  #automotive .col h3 {
    font-size: 29px !important;
  }
}
@media (max-width: 768px) {
  #automotive .col h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 480px) {
  #automotive .col h3 {
    font-size: 21px !important;
  }
}
#automotive .col p.desc {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 125% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  #automotive .col p.desc {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  #automotive .col p.desc {
    font-size: 16px !important;
  }
}
#automotive .col .text-wrap {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#automotive .col .img-margin {
  display: block;
  margin: 20px;
}
#automotive .col .img-left-right-margin {
  display: block;
  margin: 10px 0 0px 15px;
}
@media (max-width: 392px) {
  #automotive .global-btn {
    height: 55px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) {
  #automotive .automotive-slider .slider-track {
    align-items: stretch;
  }
  #automotive .col {
    flex: 1 1 0;
    min-width: 0;
  }
  #automotive .animation-wrap {
    flex-shrink: 0;
    height: 370px;
    min-height: 370px;
    max-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
  }
  #automotive .animation-wrap > .responsive-card {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  #automotive .responsive-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
    position: relative;
    bottom: auto;
  }
  #automotive .responsive-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  #automotive .responsive-card.bottom {
    bottom: auto;
  }
  #automotive .col .text-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  #automotive .automotive-slider {
    position: relative;
  }
  #automotive .automotive-slider .slider-viewport {
    overflow: hidden;
    width: 100%;
  }
  #automotive .automotive-slider .slider-track {
    display: flex;
    align-items: stretch;
    gap: 0;
    transition: transform 0.35s ease;
    will-change: transform;
  }
  #automotive .automotive-slider .slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #automotive .automotive-slider .col {
    flex: 1 1 auto;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    align-items: stretch;
  }
  #automotive .automotive-slider .animation-wrap {
    flex-shrink: 0;
    width: 100%;
    align-self: stretch;
  }
  #automotive .automotive-slider .col .text-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #automotive .automotive-slider .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
  #automotive .automotive-slider .slider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #000000;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  #automotive .automotive-slider .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  #automotive .automotive-slider .slider-arrow {
    width: 35px;
    height: 35px;
  }
  #automotive .automotive-slider .slider-arrow svg {
    width: 15px;
  }
}
@media (max-width: 1024px) {
  #automotive .automotive-slider .slider-arrow:hover:not(:disabled) {
    opacity: 0.85;
  }
  #automotive .automotive-slider .slider-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
  #automotive .automotive-slider .slider-arrow svg {
    display: block;
  }
  #automotive .automotive-slider .slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }
  #automotive .automotive-slider .slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  #automotive .automotive-slider .slider-dot.is-active {
    background: #000000;
    transform: scale(1.15);
  }
}
@media (max-width: 1024px) {
  #automotive .automotive-slide {
    margin: 40px auto 30px auto;
  }
}
@media (max-width: 768px) {
  #automotive .automotive-slide {
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  #automotive .automotive-slide {
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  #automotive .col {
    max-width: 300px;
  }
  #automotive .col .text-wrap {
    padding: 20px;
  }
}

#stats {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  position: relative;
  overflow: hidden;
}
#stats h2 {
  color: rgb(255, 255, 255);
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#stats .wrapper {
  position: relative;
  z-index: 1;
}
#stats .background-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../../uploads/2026/04/SPS-Logo-Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#stats .three-cols {
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  #stats .three-cols {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #stats .three-cols {
    margin-top: 30px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  #stats .three-cols {
    gap: 25px;
  }
}
#stats .three-cols .col {
  max-width: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#stats .three-cols .col:nth-of-type(2) {
  margin-right: 50px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col:nth-of-type(2) {
    margin-right: 40px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col:nth-of-type(2) {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
#stats .three-cols .col:nth-of-type(2) {
  position: relative;
}
#stats .three-cols .col:nth-of-type(2)::before, #stats .three-cols .col:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110%;
  background: rgb(255, 255, 255);
}
@media (max-width: 870px) {
  #stats .three-cols .col:nth-of-type(2)::before, #stats .three-cols .col:nth-of-type(2)::after {
    display: none;
  }
}
#stats .three-cols .col:nth-of-type(2)::before {
  left: 0;
}
#stats .three-cols .col:nth-of-type(2)::after {
  right: 0;
}
@media (max-width: 1200px) {
  #stats .three-cols .col {
    max-width: 280px;
  }
}
#stats .three-cols .col .num {
  font-size: 80px;
  font-weight: 600;
  line-height: 107%;
  background: linear-gradient(87deg, #80d4f2 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col .num {
    font-size: 70px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col .num {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #stats .three-cols .col .num {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  #stats .three-cols .col .num {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols .col .num {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  #stats .three-cols .col .num {
    font-size: 30px;
  }
}
#stats .three-cols .col .small {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
}
@media (max-width: 1200px) {
  #stats .three-cols .col .small br {
    display: none;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col .small {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #stats .three-cols .col .small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols .col .small {
    font-size: 16px;
  }
}

#solutions {
  --solutions-tab-duration: 5s;
  background: linear-gradient(291deg, #00ead0 -15.41%, #0079a5 12.68%, #1f282c 97.61%);
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
#solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,      <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 700 700' width='700' height='700'>      <defs>      <filter id='nnnoise-filter' x='-20%25' y='-20%25' width='140%25' height='140%25' filterUnits='objectBoundingBox' primitiveUnits='userSpaceOnUse' color-interpolation-filters='linearRGB'>      <feTurbulence type='turbulence' baseFrequency='0.05' numOctaves='4' seed='15' stitchTiles='stitch' x='0%25' y='0%25' width='100%25' height='100%25' result='turbulence'/>      <feSpecularLighting surfaceScale='17' specularConstant='1.4' specularExponent='20' lighting-color='%23ffffff' x='0%25' y='0%25' width='100%25' height='100%25' in='turbulence' result='specularLighting'>      <feDistantLight azimuth='3' elevation='98'/>      </feSpecularLighting>      <feColorMatrix type='saturate' values='0' x='0%25' y='0%25' width='100%25' height='100%25' in='specularLighting' result='colormatrix'/>      </filter>      </defs>      <rect width='700' height='700' fill='transparent'/>      <rect width='700' height='700' fill='%23ffffff' filter='url(%23nnnoise-filter)'/>      </svg>");
  background-size: 150px 150px;
  mix-blend-mode: overlay;
}
#solutions .two-cols {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #solutions .two-cols {
    align-items: center;
    justify-content: center;
  }
}
#solutions .two-cols .col {
  width: 50%;
}
@media (max-width: 1024px) {
  #solutions .two-cols .col {
    width: 100%;
    max-width: 650px;
  }
}
#solutions .two-cols .col.text-wrap h2 {
  background: linear-gradient(87deg, #80d4f2 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 70px !important;
  line-height: 111% !important;
  max-width: 90%;
}
@media (max-width: 1024px) {
  #solutions .two-cols .col.text-wrap h2 {
    text-align: center;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  #solutions .two-cols .col.text-wrap h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap h2 {
    margin-bottom: 20px !important;
  }
}
#solutions .two-cols .col.text-wrap h3,
#solutions .two-cols .col.text-wrap p {
  color: rgb(255, 255, 255);
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  #solutions .two-cols .col.text-wrap h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap h3 {
    font-size: 21px !important;
  }
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab {
  opacity: 0.3;
  transition: opacity 0.4s ease;
  cursor: pointer;
  margin-bottom: 23px;
  padding-bottom: 23px;
  position: relative;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.active {
  opacity: 1;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab::before, #solutions .two-cols .col.text-wrap .tabs-wrap .tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab::before {
  background: rgb(255, 255, 255);
  opacity: 0.3;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab::after {
  background: linear-gradient(90deg, #fa6423 30.29%, #62c5ab 67.79%, #00aae5 89.42%);
  opacity: 0;
  transform-origin: left;
  transform: scaleX(1);
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .title {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .title {
    gap: 10px;
  }
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab .title svg path {
  fill: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .title svg {
    height: 28px;
  }
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .title svg {
    height: 22px;
  }
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab .description {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.4s ease, margin-top 0.4s ease;
}
@media (max-width: 768px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab .description {
    font-size: 16px;
  }
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.active {
  opacity: 1;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.active::after {
  opacity: 1;
  transform: scaleX(1);
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.active .description {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 20px;
}
@media (max-width: 480px) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab.active .description {
    margin-bottom: 10px;
  }
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.active .title svg path {
  fill: #00aae5;
}
#solutions .two-cols .col.text-wrap .tabs-wrap .tab.is-timing::after {
  opacity: 1;
  transform: scaleX(0);
  animation: solutionsTabFill var(--solutions-tab-duration) linear forwards;
  will-change: transform;
}
#solutions .two-cols .col.img-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  #solutions .two-cols .col.img-wrap {
    display: none;
  }
}
#solutions .two-cols .col.img-wrap .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: flex-end;
}
#solutions .two-cols .col.img-wrap .img-inner.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#solutions .two-cols .col.img-wrap .img-inner img {
  height: auto;
  width: 100%;
  max-width: 689px;
  border-radius: 15px;
  box-shadow: 5.104px 5.104px 10.208px 0 rgba(0, 0, 0, 0.1);
}

@keyframes solutionsTabFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  #solutions .two-cols .col.text-wrap .tabs-wrap .tab.is-timing::after {
    animation: none;
    transform: scaleX(1);
  }
}
#success-stories .three-cols {
  margin: 50px auto;
  justify-content: center;
}
@media (max-width: 1400px) {
  #success-stories .three-cols {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  #success-stories .three-cols {
    flex-direction: column;
  }
}
#success-stories .three-cols .main-col {
  min-height: 664px;
  border-radius: 15px;
  max-width: 451px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col.bg-place-top {
    background-position: top;
  }
}
@media (max-width: 995px) {
  #success-stories .three-cols .main-col {
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col {
    min-height: unset;
    max-height: 340px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  #success-stories .three-cols .main-col {
    max-height: unset;
  }
}
#success-stories .three-cols .main-col::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
#success-stories .three-cols .main-col::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 170, 229, 0) 70.4%, #00aae5 90.35%);
  z-index: 1;
  pointer-events: none;
}
#success-stories .three-cols .main-col > * {
  position: relative;
  z-index: 2;
}
#success-stories .three-cols .main-col:hover::before {
  opacity: 0.7;
}
#success-stories .three-cols .main-col.set-up-a-call::after {
  background: linear-gradient(180deg, rgba(0, 170, 229, 0) 55.4%, #00aae5 70.35%);
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col.set-up-a-call::after {
    background: linear-gradient(180deg, rgba(0, 170, 229, 0) 70.4%, #00aae5 90.35%);
  }
}
#success-stories .three-cols .main-col.set-up-a-call::before {
  background: #00aae5;
}
#success-stories .three-cols .main-col.set-up-a-call:hover::before {
  opacity: 0.5;
}
#success-stories .three-cols .main-col.set-up-a-call .headline {
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col.set-up-a-call .headline {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col.set-up-a-call .headline {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #success-stories .three-cols .main-col.set-up-a-call .headline {
    font-size: 18px;
  }
}
#success-stories .three-cols .main-col .hover-text {
  padding: 40px 30px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 900px) {
  #success-stories .three-cols .main-col .hover-text {
    padding: 30px 20px;
  }
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col .hover-text {
    padding: 20px;
  }
}
#success-stories .three-cols .main-col .hover-text p {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
#success-stories .three-cols .main-col .hover-text p.headline {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col .hover-text p.headline {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #success-stories .three-cols .main-col .hover-text p.headline {
    font-size: 20px;
  }
}
#success-stories .three-cols .main-col .hover-text p.description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 15px;
}
#success-stories .three-cols .main-col .hover-text p.description:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col .hover-text p.description {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col .hover-text p.description {
    font-size: 14px;
  }
}
#success-stories .three-cols .main-col .hover-text p.num {
  font-size: 45px;
  font-weight: 600;
  line-height: 107%;
  background: linear-gradient(87deg, var(--Light-Blue, #80d4f2) 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col .hover-text p.num {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col .hover-text p.num {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #success-stories .three-cols .main-col .hover-text p.num {
    font-size: 22px;
  }
}
#success-stories .three-cols .main-col .hover-text p.col-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col .hover-text p.col-description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col .hover-text p.col-description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #success-stories .three-cols .main-col .hover-text p.col-description {
    font-size: 13px;
  }
}
#success-stories .three-cols .main-col .hover-text .stats {
  gap: 30px;
}
@media (max-width: 860px) {
  #success-stories .three-cols .main-col .hover-text .stats {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col .hover-text .stats {
    flex-direction: row;
  }
}
#success-stories .three-cols .main-col .hover-text .stats .col {
  max-width: 185px;
}
#success-stories .three-cols .main-col:hover .hover-text {
  opacity: 1;
  transform: translateY(0);
}
#success-stories .three-cols .main-col .bottom-wrap {
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call {
  flex-direction: column;
  justify-content: center;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .headline {
  color: rgb(255, 255, 255);
  text-align: center;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .custom-link .form-talk-to-an-expert {
  gap: 15px;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .custom-link .form-talk-to-an-expert:hover {
  color: black !important;
  background-color: white !important;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .custom-link svg {
  max-width: 17px;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .custom-link svg path:hover {
  fill: rgb(255, 255, 255) !important;
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .popup-trigger {
  color: black !important;
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .popup-trigger {
    min-width: unset;
    max-width: unset;
  }
}
#success-stories .three-cols .main-col .bottom-wrap.set-up-a-call .popup-trigger:hover {
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 900px) {
  #success-stories .three-cols .main-col .bottom-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
  }
}
@media (max-width: 700px) {
  #success-stories .three-cols .main-col .bottom-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 480px) {
  #success-stories .three-cols .main-col .bottom-wrap {
    padding: 20px;
  }
}
#success-stories .three-cols .main-col .bottom-wrap .logo-wrap svg {
  width: 100%;
}
@media (max-width: 1400px) {
  #success-stories .three-cols .main-col .bottom-wrap .logo-wrap {
    max-width: 210px;
  }
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col .bottom-wrap .logo-wrap {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  #success-stories .three-cols .main-col .bottom-wrap .logo-wrap {
    max-width: 110px;
  }
}
#success-stories .three-cols .main-col .bottom-wrap .custom-link svg {
  width: 100%;
  max-width: 55px;
}
@media (max-width: 1200px) {
  #success-stories .three-cols .main-col .bottom-wrap .custom-link svg {
    max-width: 40px;
  }
}
#success-stories .cta {
  background: #d9f2fb;
  padding: 50px 100px;
  gap: 40px;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  #success-stories .cta {
    padding: 50px 60px;
  }
}
@media (max-width: 1024px) {
  #success-stories .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #success-stories .cta {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  #success-stories .cta {
    padding: 30px;
  }
}
#success-stories .cta h3 {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  #success-stories .cta h3 {
    text-align: center;
  }
}
#success-stories .cta .global-btn {
  max-width: 165px;
  min-width: 165px;
}
@media (max-width: 1024px) {
  #success-stories .cta .global-btn {
    margin: 0 auto;
  }
}

#resources {
  padding-top: 50px;
}
#resources .two-cols {
  gap: 40px;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #resources .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#resources .two-cols .col h2 {
  margin-bottom: 50px !important;
}
@media (max-width: 1024px) {
  #resources .two-cols .col h2 {
    text-align: center;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col h2 {
    margin-bottom: 25px !important;
  }
}
#resources .two-cols .col.featured {
  max-width: 820px;
}
#resources .two-cols .col.featured .content-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured h4 {
    text-align: center;
  }
}
#resources .two-cols .col.featured .featured-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 35px;
  color: #000000;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured .featured-description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .featured-description {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.featured .featured-description {
    margin-bottom: 15px !important;
    font-size: 16px;
  }
}
#resources .two-cols .col.featured .text-wrap {
  padding: 30px;
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .text-wrap {
    padding: 20px;
  }
}
#resources .two-cols .col.featured .text-wrap .global-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured .text-wrap .global-btn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .text-wrap .global-btn {
    line-height: 1.2em;
  }
}
@media (max-width: 460px) {
  #resources .two-cols .col.featured .text-wrap .global-btn {
    height: 55px;
  }
}
#resources .two-cols .col.spotlight {
  max-width: 575px;
}
#resources .two-cols .col.spotlight .tab {
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
#resources .two-cols .col.spotlight .tab:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#resources .two-cols .col.spotlight .tab .icon-wrap {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #d9f2fb;
  border-radius: 9px;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab h4 {
    text-align: center;
  }
}
#resources .two-cols .col.spotlight .tab .tab-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    font-size: 16px;
  }
}
#resources .two-cols .col.spotlight .tab .default-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #00aae5;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    font-size: 16px;
  }
}
#resources .two-cols .col.spotlight .tab .default-link:hover {
  color: #0279a5;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #resources .two-cols .col {
    width: 100%;
    max-width: 650px !important;
  }
}

#cta {
  background-color: #00aae5;
}
#cta h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 40px !important;
  max-width: 75%;
}
@media (max-width: 1024px) {
  #cta h2 {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 768px) {
  #cta h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #cta h2 {
    margin-bottom: 25px !important;
  }
}
#cta .global-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}/*# sourceMappingURL=main.css.map */