@font-face {
  font-family: "Kia Signature Fix Bold";
  src: url("../../fonts/KiaSignatureFixBold.woff") format("woff2"), url("../../fonts/KiaSignatureFixBold.woff2") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Kia Signature Fix Light";
  src: url("../../fonts/KiaSignatureFixLight.woff") format("woff2"), url("../../fonts/KiaSignatureFixLight.woff2") format("woff");
  font-weight: lighter;
}
@font-face {
  font-family: "Kia Signature Fix Regular";
  src: url("../../fonts/KiaSignatureFixRegular.woff") format("woff2"), url("../../fonts/KiaSignatureFixRegular.woff") format("woff");
  font-weight: normal;
}
* {
  box-sizing: border-box;
}

body {
  background-color: #02090d;
  font-family: "Kia Signature Fix Regular";
  color: #fff;
}

h1 {
  font-size: 72px;
  font-family: "Kia Signature Fix Bold";
  font-weight: bold;
  line-height: 88px;
}
@media (width <= 767px) {
  h1 {
    font-size: 62px;
    line-height: 1.2;
  }
}
@media (width <= 575px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 50px;
}
@media (width <= 767px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (width <= 575px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 28px;
  line-height: 38px;
  font-family: "Kia Signature Fix Bold";
  font-weight: bold;
  margin-bottom: 20px;
}

h6 {
  font-size: 24px;
  line-height: 36px;
}
@media (width <= 575px) {
  h6 {
    font-size: 14px;
    font-family: "Kia Signature Fix Regular";
    line-height: 20px;
  }
}

.container {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 100%;
}
@media (width >= 576px) {
  .container {
    max-width: 550px;
  }
}
@media (width >= 768px) {
  .container {
    max-width: 720px;
  }
}
@media (width >= 992px) {
  .container {
    max-width: 950px;
  }
}
@media (width >= 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (width >= 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (width >= 1550px) {
  .container {
    max-width: 1464px;
  }
}
@media (width <= 575px) {
  .container {
    padding: 0 30px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  color: #b3b8bc;
  font-family: "Kia Signature Fix Light";
}
@media (width < 575px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

figure {
  margin: 0;
}

@media (width <= 767px) {
  .pc_only {
    display: none;
  }
}

@media (width >= 767px) {
  .mobile_only {
    display: none;
  }
}

.row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  padding: 0 12px;
  width: 100%;
}

.hero-banner {
  height: 1000px;
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
}
.hero-banner .hero-video {
  height: 100%;
}
.hero-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(0px);
  will-change: filter;
}

.banner-text-1 {
  text-align: center;
  height: calc(-150px + 100vh);
  position: relative;
  display: flex;
}
@media (width <= 575px) {
  .banner-text-1 {
    height: calc(-120px + 100vh);
  }
}
.banner-text-1 .container {
  display: flex;
}
.banner-text-1 .banner-captions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-text-1 .banner-captions h6 {
  font-family: "Kia Signature Fix Regular";
}
.banner-text-1 .banner-captions h1 {
  margin-top: 36px;
  margin-bottom: 14px;
}
@media (width <= 575px) {
  .banner-text-1 .banner-captions h1 {
    margin-top: 20px;
  }
}
.banner-text-1 .banner-captions * {
  color: #fff;
}

.banner-text-2 {
  position: relative;
  text-align: center;
  height: 200vh;
}
.banner-text-2 .container {
  position: sticky;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-text-2 h6 {
  color: #fff;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (width <= 575px) {
  .banner-text-2 h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner-text-2 ul li {
  font-size: 24px;
  line-height: 36px;
  font-family: "Kia Signature Fix Regular";
  font-weight: normal;
  color: #fff;
}
@media (width <= 991px) {
  .banner-text-2 ul li {
    font-size: 20px;
  }
}
@media (width <= 767px) {
  .banner-text-2 ul li {
    font-size: 18px;
  }
}

.history {
  position: relative;
}
.history .history-pin {
  position: relative;
  height: 850vh;
}
@media (max-width: 767px) {
  .history .history-pin {
    height: 600vh;
    padding: 10px;
  }
}
.history .history-pin .spacer_celabrate_ico {
  position: absolute;
  background: red;
  width: 2px;
  left: 0;
  height: 150vh;
  top: 430vh;
  z-index: 99999;
  opacity: 0;
}
@media (max-width: 767px) {
  .history .history-pin .spacer_celabrate_ico {
    top: 320vh;
  }
}
.history .history-pin .spacer_title {
  position: absolute;
  background: rgb(72, 255, 0);
  width: 2px;
  height: 150vh;
  top: 300vh;
  left: 10px;
  z-index: 99999;
  opacity: 0;
}
@media (max-width: 767px) {
  .history .history-pin .spacer_title {
    top: 290vh;
  }
}
.history .history-pin .spacer_title_top {
  position: absolute;
  background: rgb(255, 0, 234);
  width: 2px;
  height: 150vh;
  top: 100vh;
  left: 20px;
  z-index: 99999;
  opacity: 0;
}
.history .history-pin .zoom_figure {
  position: absolute;
  background: rgb(255, 208, 0);
  width: 2px;
  height: 150vh;
  top: 130vh;
  left: 30px;
  z-index: 99999;
  opacity: 0;
}
.history .rolling-images {
  position: relative;
  width: calc(100% - 60px);
  margin: 30px;
  border-radius: 20px;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .history .rolling-images {
    height: 100vh;
    width: calc(100% - 60px);
    margin: 0 30px;
    transition: 400ms;
  }
}
.history .rolling-images figure {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
  opacity: 1;
}
.history .rolling-images figure img {
  width: 700px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .history .rolling-images figure img {
    max-width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
  }
}
@media (max-width: 520px) {
  .history .rolling-images figure img {
    min-width: 230px;
    max-height: 230px;
    max-width: 230px;
    min-height: 230px;
  }
}
.history .rolling-images figure.one {
  z-index: 10;
}
.history .rolling-images figure.two {
  z-index: 9;
}
.history .rolling-images figure.three {
  z-index: 8;
}
.history .rolling-images figure.four {
  z-index: 7;
}
.history .rolling-images figure.five {
  z-index: 6;
}
.history .rolling-images figure.six {
  z-index: 5;
}
.history .rolling-images figure.seven {
  z-index: 4;
}
.history .rolling-images figure.eight {
  z-index: 3;
}
.history .rolling-images figure.nine {
  z-index: 2;
}
.history .rolling-images figure.ten {
  z-index: 1;
}
.history .rolling-images figure.ten img {
  transition: 0ms;
  border-radius: 14px;
}
.history .rolling-images .numbers {
  position: absolute;
  top: 120vh;
  right: 80px;
  z-index: 9;
  transition: 200ms;
}
@media (max-width: 767px) {
  .history .rolling-images .numbers {
    left: 0px;
    right: 0px;
  }
}
.history .rolling-images .numbers h4 {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 400ms;
  line-height: normal;
}
@media (max-width: 767px) {
  .history .rolling-images .numbers h4 {
    width: 100%;
  }
}
.history .rolling-images .numbers h4::before {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 200px;
  content: "2008";
  width: 520px;
  font-family: "Kia Signature Fix Light";
  background-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .history .rolling-images .numbers h4::before {
    font-size: 150px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .history .rolling-images .numbers h4::before {
    font-size: 100px;
  }
}
.history .rolling-images.stickys {
  position: sticky;
  position: -webkit-sticky;
  /* Support for older iOS */
  top: 0;
}
.history .rolling-images.stickys figure {
  transition: 0ms;
}
.history .rolling-images.stickys figure.one {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.1s;
}
.history .rolling-images.stickys figure.two {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.15s;
}
.history .rolling-images.stickys figure.three {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.history .rolling-images.stickys figure.four {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.25s;
}
.history .rolling-images.stickys figure.five {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}
.history .rolling-images.stickys figure.six {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.35s;
}
.history .rolling-images.stickys figure.seven {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
}
.history .rolling-images.stickys figure.eight {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.45s;
}
.history .rolling-images.stickys figure.nine {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5;
}
.history .rolling-images.stickys figure.ten {
  opacity: 1;
  transition-delay: 0;
}
.history .rolling-images.stickys .numbers {
  top: 100vh;
}
.history .rolling-images.stickys .numbers h4::before {
  animation-name: number_change;
  animation-duration: 1s;
  animation-iteration-count: 1;
  content: "2026";
}
@keyframes number_change {
  5% {
    content: "2008";
  }
  10% {
    content: "2009";
  }
  15% {
    content: "2010";
  }
  20% {
    content: "2011";
  }
  25% {
    content: "2012";
  }
  30% {
    content: "2013";
  }
  35% {
    content: "2014";
  }
  40% {
    content: "2015";
  }
  45% {
    content: "2016";
  }
  50% {
    content: "2017";
  }
  55% {
    content: "2018";
  }
  60% {
    content: "2019";
  }
  65% {
    content: "2020";
  }
  70% {
    content: "2021";
  }
  75% {
    content: "2022";
  }
  80% {
    content: "2023";
  }
  85% {
    content: "2024";
  }
  93% {
    content: "2025";
  }
  100% {
    content: "2026";
  }
}
@media (max-width: 767px) {
  .history .rolling-images.zoom_in {
    height: 100vh;
    width: calc(100% - 0px);
    margin: 0;
  }
}
.history .rolling-images.zoom_in figure {
  max-width: 100%;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms;
}
.history .rolling-images img {
  width: 100%;
  display: block;
}
.history .rolling-images .banner-text-history_top {
  position: fixed;
  top: 150px;
  z-index: 0;
  width: 100%;
  opacity: 0;
  transition: 200ms;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .history .rolling-images .banner-text-history_top {
    top: 50px;
  }
}
.history .rolling-images .banner-text-history {
  position: fixed;
  top: 150px;
  z-index: 9;
  width: 100%;
}
@media (max-width: 767px) {
  .history .rolling-images .banner-text-history {
    top: 50px;
  }
}
@media (max-width: 520px) {
  .history .rolling-images .banner-text-history {
    left: 0px;
    right: 0px;
    width: auto;
  }
  .history .rolling-images .banner-text-history h3 {
    margin-bottom: 10px;
  }
}
.history .rolling-images .banner-text-history h3.aos-init.aos-animate,
.history .rolling-images .banner-text-history p.aos-init.aos-animate {
  opacity: 1;
}
.history .rolling-images .exp_years {
  margin: 0px;
  border-radius: 18px;
  height: calc(100% + 0px);
  position: static;
  top: 0;
  z-index: 999999;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7411764706);
  opacity: 0.1;
  pointer-events: none;
}
.history .rolling-images .exp_years img {
  max-width: 900px;
  height: auto;
  width: 80%;
  margin: 0 auto;
}
.history .rolling-images.first_head_show .banner-text-history_top {
  opacity: 1;
}
.history .container .caption-para {
  max-width: 500px;
}
.history .container .caption-para h3 {
  color: #fff;
}
.history .container .caption-para p {
  font-family: "Kia Signature Fix Regular";
}

.campaign {
  position: relative;
  display: flex;
  align-items: center;
}
@media (width <= 767px) {
  .campaign {
    flex-direction: column;
    padding-top: 80px;
  }
}
.campaign:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 50vh;
  background: linear-gradient(to top, #02090d, rgba(33, 88, 136, 0));
}
@media (width <= 575px) {
  .campaign:after {
    height: 20vh;
  }
}
.campaign .container {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (width <= 767px) {
  .campaign .container {
    position: relative;
    top: inherit;
  }
}
@media (width <= 575px) {
  .campaign .container {
    margin-bottom: 150px;
  }
}
.campaign .container h3 {
  color: #fff;
}
.campaign .container p {
  color: #b3b8bc;
}
.campaign .container .caption-para {
  max-width: 460px;
}
@media (width <= 767px) {
  .campaign .container .caption-para {
    max-width: 100%;
  }
}
.campaign .caption-title {
  position: absolute;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
}
@media (width <= 991px) {
  .campaign .caption-title {
    bottom: 30%;
  }
}
@media (width <= 767px) {
  .campaign .caption-title {
    bottom: inherit;
    top: 60vh;
  }
}
@media (width <= 575px) {
  .campaign .caption-title {
    top: 50vh;
  }
}
.campaign .caption-title span {
  font-size: 14.8vw;
  font-family: "Kia Signature Fix Light";
  letter-spacing: -7px;
  color: #e8eaeb;
  opacity: 0.2;
  font-weight: lighter;
}
@media (width <= 767px) {
  .campaign .caption-title span {
    letter-spacing: 0;
    font-size: 14.3vw;
  }
}
.campaign .campaign-image {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
@media (width <= 767px) {
  .campaign .campaign-image {
    margin-top: 0;
  }
}
@media (width <= 575px) {
  .campaign .campaign-image {
    margin-top: -200px;
  }
}
.campaign .campaign-image figure img {
  width: 100%;
}

[data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}

[data-aos] {
  transition-duration: 0.5s !important;
}

.pillars {
  position: relative;
  padding: 0 40px;
  background-color: #02090d;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (width <= 1199px) {
  .pillars {
    padding-bottom: 100px;
  }
}
@media (width <= 767px) {
  .pillars {
    padding: 0 10px 80px;
  }
}
.pillars .pillars-wrap {
  text-align: center;
}
.pillars .pillars-wrap .pillars-head h3 {
  color: #fff;
  margin-bottom: 0;
}
@media (width <= 1024px) {
  .pillars .pillars-wrap .pillars-head h3 {
    margin-bottom: 60px;
  }
}
@media (width <= 767px) {
  .pillars .pillars-wrap .pillars-head h3 {
    margin-bottom: 0;
  }
}
.pillars .pillars-wrap .wrapper {
  width: 100%;
  min-height: 100vh;
}
.pillars .pillars-wrap .cards {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
.pillars .pillars-wrap .card-wrapper {
  padding: 60px 0 0;
  height: calc(100vh - 80px);
  position: sticky;
  top: 65px;
}
@media (width <= 1199px) {
  .pillars .pillars-wrap .card-wrapper {
    height: calc(100vh - 150px);
  }
}
@media (width <= 1024px) {
  .pillars .pillars-wrap .card-wrapper {
    padding-top: 0;
    height: calc(100vh - 40px);
    top: 20px;
  }
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper {
    height: auto;
    display: flex;
    opacity: 0;
    transform: translateY(30px) !important;
    transition: all 500ms;
    position: relative;
    opacity: 0 !important;
    top: 0;
  }
}
.pillars .pillars-wrap .card-wrapper .card {
  display: flex;
  height: 100%;
  border-radius: 34px;
  position: relative;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card {
    flex-direction: column-reverse;
  }
}
.pillars .pillars-wrap .card-wrapper .card:before {
  content: "";
  position: absolute;
  height: 300px;
  left: 0;
  right: 0;
  top: -248px;
  z-index: 0;
  border-radius: 32px;
  background: linear-gradient(to bottom, rgba(2, 9, 13, 0) 0%, rgba(2, 9, 13, 0.71) 49%, rgb(2, 9, 13) 100%);
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card:before {
    display: none;
  }
}
.pillars .pillars-wrap .card-wrapper .card .left-content {
  text-align: left;
  width: 50%;
  position: relative;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 2px;
  padding-right: 0;
  height: 100%;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content {
    width: 100%;
    border-radius: 14px;
    height: 80vh;
    padding-right: 3px;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.pillars .pillars-wrap .card-wrapper .card .left-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 2px;
  top: 0;
  z-index: -1;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 252, 252, 0.15) 100%);
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content:after {
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.pillars .pillars-wrap .card-wrapper .card .left-content .shadow {
  position: absolute;
  background: linear-gradient(90deg, rgb(9, 41, 96) 0%, rgb(19, 150, 199) 95%);
  top: 0;
  right: 0;
  border-radius: 100%;
  opacity: 0.5;
  will-change: transform, filter;
  bottom: -100%;
  left: -750px;
  width: 1800px;
  height: 1800px;
  animation: 12s cubic-bezier(0.65, 0, 0.35, 1) 0s infinite normal none running floatingGradient;
}
.pillars .pillars-wrap .card-wrapper .card .left-content .left-wrap {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  height: 100%;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
@media (width <= 1550px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .left-wrap {
    padding: 60px;
  }
}
@media (width <= 991px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .left-wrap {
    padding: 40px;
  }
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .left-wrap {
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pillars .pillars-wrap .card-wrapper .card .left-content .top {
  position: relative;
  z-index: 1;
}
.pillars .pillars-wrap .card-wrapper .card .left-content .top h3 {
  color: #fff;
}
@media (width <= 1550px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .top h3 {
    margin-bottom: 15px;
  }
}
@media (width <= 1199px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .top h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (width <= 575px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .top h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.pillars .pillars-wrap .card-wrapper .card .left-content .top p {
  color: #b3b8bc;
  max-width: 464px;
}
.pillars .pillars-wrap .card-wrapper .card .left-content .bottom {
  position: relative;
  z-index: 1;
}
.pillars .pillars-wrap .card-wrapper .card .left-content .bottom .text {
  font-size: 100px;
  font-family: "Kia Signature Fix Light";
  font-weight: lighter;
  color: #fff;
  line-height: 118px;
}
@media (width <= 1550px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .bottom .text {
    font-size: 70px;
    line-height: 1.2;
  }
}
@media (width <= 1199px) {
  .pillars .pillars-wrap .card-wrapper .card .left-content .bottom .text {
    font-size: 50px;
    line-height: 1.2;
  }
}
.pillars .pillars-wrap .card-wrapper .card .right-image {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card .right-image {
    width: 100%;
    height: auto;
    opacity: 1 !important;
  }
}
.pillars .pillars-wrap .card-wrapper .card .right-image figure {
  width: 100%;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper .card .right-image figure {
    border-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.pillars .pillars-wrap .card-wrapper .card .right-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 767px) {
  .pillars .pillars-wrap .card-wrapper.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.pillars .pillars-wrap .card-wrapper.service-one .card:before {
  display: none;
}
.pillars .pillars-wrap .card-wrapper.service-two .card .left-content .shadow {
  background: linear-gradient(90deg, rgb(7, 24, 53) 0%, rgb(97, 60, 77) 34%, rgb(129, 86, 77) 65%, rgb(255, 134, 90) 95%);
}
.pillars .pillars-wrap .card-wrapper.service-three .card .left-content .shadow {
  background: linear-gradient(90deg, rgb(56, 82, 83) 95%, rgb(7, 24, 53) 5%);
}
.pillars .pillars-wrap .card-wrapper.service-three .right-image {
  opacity: 1 !important;
}

.ev4-ao {
  background-color: #02090d;
  position: relative;
}
@media (width <= 767px) {
  .ev4-ao {
    height: auto;
  }
}
.ev4-ao .ev4-wrapper {
  padding: 0 40px;
  position: relative;
}
@media (width <= 767px) {
  .ev4-ao .ev4-wrapper {
    height: 100%;
    padding: 0 10px;
  }
}
.ev4-ao .ev4-wrapper .ev4-caption {
  position: absolute;
  max-width: 464px;
  top: 100px;
  right: 10vw;
  z-index: 1;
}
@media (width <= 991px) {
  .ev4-ao .ev4-wrapper .ev4-caption {
    max-width: 350px;
  }
}
@media (width <= 767px) {
  .ev4-ao .ev4-wrapper .ev4-caption {
    bottom: 60px;
    left: 80px;
    top: auto;
  }
}
@media (width <= 575px) {
  .ev4-ao .ev4-wrapper .ev4-caption {
    left: 30px;
  }
}
.ev4-ao .ev4-wrapper .ev4-caption h3 {
  color: #fff;
}
@media (width <= 575px) {
  .ev4-ao .ev4-wrapper .ev4-caption h3 {
    margin-bottom: 20px;
  }
}
.ev4-ao .ev4-wrapper .ev4-caption p {
  color: #b3b8bc;
}
.ev4-ao .ev4-wrapper figure {
  overflow: hidden;
  border-radius: 32px;
}
@media (width <= 767px) {
  .ev4-ao .ev4-wrapper figure {
    height: 100%;
  }
}
@media (width <= 575px) {
  .ev4-ao .ev4-wrapper figure {
    border-radius: 14px;
  }
}
.ev4-ao .ev4-wrapper figure img {
  width: 100%;
}
@media (width <= 767px) {
  .ev4-ao .ev4-wrapper figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ev4-cta {
  padding: 40px;
  position: relative;
  background-color: #02090d;
}
@media (width <= 767px) {
  .ev4-cta {
    padding: 20px 10px;
  }
}
.ev4-cta .cta-wrap {
  background-color: #172630;
  border-radius: 32px;
  padding: 150px 50px;
}
@media (width <= 991px) {
  .ev4-cta .cta-wrap {
    padding: 80px 20px;
  }
}
@media (width <= 575px) {
  .ev4-cta .cta-wrap {
    padding: 50px 20px;
    border-radius: 14px;
  }
}
@media (width <= 575px) {
  .ev4-cta .cta-wrap .container {
    padding: 0;
  }
}
@media (width <= 767px) {
  .ev4-cta .cta-wrap .container .row {
    flex-direction: column-reverse;
  }
}
.ev4-cta .cta-wrap .container .row .left-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (width <= 767px) {
  .ev4-cta .cta-wrap .container .row .left-wrap {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (width <= 575px) {
  .ev4-cta .cta-wrap .container .row .left-wrap h4 {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}
.ev4-cta .cta-wrap .container .row .left-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "Kia Signature Fix Bold";
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 12px 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 500ms;
}
@media (width <= 767px) {
  .ev4-cta .cta-wrap .container .row .left-wrap a {
    margin-top: 30px;
  }
}
.ev4-cta .cta-wrap .container .row .left-wrap a i img {
  float: left;
  transition: all 500ms;
  margin-left: 6px;
}
.ev4-cta .cta-wrap .container .row .left-wrap a:hover {
  background-color: #fff;
  color: #000;
}
.ev4-cta .cta-wrap .container .row .left-wrap a:hover i img {
  filter: brightness(0);
  transform: translateX(10px);
}
.ev4-cta .cta-wrap .container .row .right-wrap {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (width <= 767px) {
  .ev4-cta .cta-wrap .container .row .right-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ev4-cta .cta-wrap .container .row .right-wrap figure {
  border-radius: 14px;
  overflow: hidden;
  max-width: 520px;
  height: 100%;
}
.ev4-cta .cta-wrap .container .row .right-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.outro {
  position: relative;
}
.outro:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  background: linear-gradient(to bottom, #02090d, rgba(2, 9, 13, 0));
}
.outro .outro-img figure img {
  width: 100%;
}
.outro .container {
  position: absolute;
  top: 150px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
@media (width <= 991px) {
  .outro .container {
    top: 50px;
  }
}
.outro .container .row .outro-content p {
  font-family: "Kia Signature Fix Bold";
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 26px;
}
@media (width <= 575px) {
  .outro .container .row .outro-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.outro .container .row .outro-content h6 {
  margin-top: 40px;
  line-height: 32px;
}
@media (width <= 575px) {
  .outro .container .row .outro-content h6 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.outro .bottom-small-text p {
  font-size: 10px;
  line-height: 16px;
  color: #4a565e;
  position: absolute;
  left: 60px;
  bottom: 40px;
  word-break: break-all;
}
@media (width <= 575px) {
  .outro .bottom-small-text p {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.service-outer .service-wrapper {
  height: 600px;
  position: sticky;
  top: 0;
}
.service-outer .service-wrapper h2 {
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
}
.service-outer .service-wrapper .card {
  text-align: left;
  width: 100%;
  position: relative;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 2px;
  padding-right: 0;
  height: 100%;
  display: flex;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}
.service-outer .service-wrapper .card .left-content {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  height: 100%;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 50%;
}
.service-outer .service-wrapper .card .right-image {
  width: 50%;
  height: 100%;
}
.service-outer .service-wrapper .card .right-image figure {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.service-outer .service-wrapper .card .right-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.service-outer .service-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-outer .service-wrapper ul li {
  color: #fff;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 8px 15px;
  border-radius: 50px;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}
.service-outer .service-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.service-outer .service-wrapper.service-six .content-sec .right-image {
  opacity: 1 !important;
}

.swiper-slider-wrapper {
  overflow: hidden;
  border-radius: 14px;
}

.swiper-slide {
  display: flex;
  align-items: flex-start;
}
.swiper-slide figure {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}

.swiper-slide-active .content {
  width: 100%;
  width: 100%;
}

.swiper-slide-prev .content {
  width: 100%;
  width: 100%;
  transform: translateX(-75%);
}

.mkt-activities {
  background-color: #02090d;
  padding: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (width <= 1199px) {
  .mkt-activities {
    padding-bottom: 120px;
  }
}
@media (width <= 767px) {
  .mkt-activities {
    padding-bottom: 80px;
  }
}
.mkt-activities .activities-inner {
  width: 100%;
}
.mkt-activities .activities-inner .slider-contents {
  margin-bottom: 100px;
  max-width: 464px;
}
@media (width <= 991px) {
  .mkt-activities .activities-inner .slider-contents {
    margin-bottom: 0;
  }
}
.mkt-activities .activities-inner .slider-contents p {
  max-width: 464px;
}
.mkt-activities .content {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  transform-origin: right bottom;
  border-radius: 14px;
  box-sizing: border-box;
  width: calc(100% - 367px);
  margin-left: auto;
  transition: 0.3s all;
  color: #fff;
}
@media (width <= 1549px) {
  .mkt-activities .content {
    width: calc(100% - 324px);
  }
}
@media (width <= 1399px) {
  .mkt-activities .content {
    width: calc(100% - 274px);
  }
}
@media (width <= 1199px) {
  .mkt-activities .content {
    width: calc(100% - 244px);
  }
}
@media (width <= 991px) {
  .mkt-activities .content {
    flex-direction: column;
    width: 100%;
  }
}
.mkt-activities .swiper-slider-wrapper {
  overflow: hidden;
  border-radius: 14px;
}
.mkt-activities .swiper-slide {
  display: flex;
  align-items: flex-start;
}
.mkt-activities .swiper-slide .slide-caption {
  position: absolute;
  left: calc(100% + 24px);
  z-index: 2;
  width: 464px;
  top: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
}
@media (width <= 1399px) {
  .mkt-activities .swiper-slide .slide-caption {
    width: 415px;
  }
}
@media (width <= 1199px) {
  .mkt-activities .swiper-slide .slide-caption {
    width: 100%;
  }
}
@media (width <= 991px) {
  .mkt-activities .swiper-slide .slide-caption {
    left: 0;
    margin-top: 16px;
    position: relative;
    bottom: inherit;
    top: inherit;
  }
}
.mkt-activities .swiper-slide .slide-caption h6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}
.mkt-activities .swiper-slide .slide-caption p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}
.mkt-activities .swiper-slide figure {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.mkt-activities .swiper-slide img {
  width: 100%;
}
.mkt-activities .swiper-slide.swiper-slide-active .slide-caption {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms;
}
.mkt-activities .swiper-slide.swiper-slide-active .slide-caption h6 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms;
  transition-delay: 0.3s;
}
.mkt-activities .swiper-slide.swiper-slide-active .slide-caption p {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms;
  transition-delay: 0.4s;
}
.mkt-activities .swiper-slide-active .content {
  width: 100%;
  width: 100%;
}
.mkt-activities .swiper-slide-prev .content {
  width: 100%;
  width: 100%;
  transform: translateX(-75%);
}
@media (width <= 991px) {
  .mkt-activities .swiper-slide-prev .content {
    transform: translateX(0);
  }
}
.mkt-activities .container {
  overflow: hidden;
  border-radius: 0;
  position: relative;
  z-index: 0;
}
@media (width <= 991px) {
  .mkt-activities .container {
    padding-bottom: 50px;
  }
}
.mkt-activities .container .swiper-controls {
  display: flex;
  position: absolute;
  right: 12px;
  top: 275px;
  width: 100px;
  align-items: center;
  z-index: 2;
}
@media (width <= 1549px) {
  .mkt-activities .container .swiper-controls {
    top: 250px;
  }
}
@media (width <= 1399px) {
  .mkt-activities .container .swiper-controls {
    top: 210px;
  }
}
@media (width <= 1199px) {
  .mkt-activities .container .swiper-controls {
    top: 180px;
  }
}
@media (width <= 991px) {
  .mkt-activities .container .swiper-controls {
    top: inherit;
    bottom: 0;
    left: 0;
    margin-left: 12px;
  }
}
@media (width <= 575px) {
  .mkt-activities .container .swiper-controls {
    margin-left: 30px;
  }
}
.mkt-activities .container .swiper-controls .swiper-pagination {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  line-height: 24px;
  color: #788187;
  position: relative;
  bottom: inherit;
  left: inherit;
  gap: 6px;
  z-index: 0;
}
.mkt-activities .container .swiper-controls .swiper-pagination .swiper-pagination-current {
  font-family: "Kia Signature Fix Bold";
  color: #fff;
}
.mkt-activities .container .swiper-controls .swiper-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  z-index: 1;
}
.mkt-activities .container .swiper-controls .swiper-arrow img {
  float: left;
}
.mkt-activities .container .swiper-controls .swiper-arrow span {
  cursor: pointer;
}
.mkt-activities .container .swiper-controls .swiper-arrow [data-prev] img {
  transform: rotate(-180deg);
  margin-top: -1px;
}

@keyframes floatingGradient {
  0% {
    transform: translate3d(0px, 0px, 0px);
    filter: blur(160px);
  }
  50% {
    transform: translate3d(50%, 0px, 0px);
    filter: blur(200px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    filter: blur(160px);
  }
}
[dir=rtl] .history .rolling-images .numbers {
  right: inherit;
  left: 80px;
}
@media (width <= 767px) {
  [dir=rtl] .history .rolling-images .numbers {
    left: 0;
    right: 0;
  }
}
[dir=rtl] .history .rolling-images .numbers h4 {
  right: inherit;
  left: 0;
}
[dir=rtl] .history .rolling-images .numbers h4:before {
  right: inherit;
  left: 0;
}
[dir=rtl] .campaign .campaign-image figure {
  overflow: hidden;
}
[dir=rtl] .campaign .campaign-image figure img {
  transform: translateX(-250px);
}
@media (width <= 767px) {
  [dir=rtl] .campaign .campaign-image figure img {
    transform: translateX(0);
  }
}
[dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content {
  text-align: right;
  padding-left: 0;
  padding-right: 2px;
}
@media (width >= 768px) {
  [dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
[dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content:after {
  left: 2px;
  right: 0px;
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 252, 252, 0.15) 100%);
}
@media (width >= 768px) {
  [dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
}
@media (width >= 768px) {
  [dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content .left-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
[dir=rtl] .pillars .pillars-wrap .card-wrapper .card .left-content .shadow {
  background: linear-gradient(-90deg, rgb(9, 41, 96) 0%, rgb(19, 150, 199) 95%);
}
@media (width >= 768px) {
  [dir=rtl] .pillars .pillars-wrap .card-wrapper .card .right-image figure {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
[dir=rtl] .pillars .pillars-wrap .card-wrapper.service-two .card .left-content .shadow {
  background: linear-gradient(-90deg, rgb(7, 24, 53) 0%, rgb(97, 60, 77) 34%, rgb(129, 86, 77) 65%, rgb(255, 134, 90) 95%);
}
[dir=rtl] .pillars .pillars-wrap .card-wrapper.service-three .card .left-content .shadow {
  background: linear-gradient(-90deg, rgb(56, 82, 83) 95%, rgb(7, 24, 53) 5%);
}
[dir=rtl] .ev4-cta .cta-wrap .container .row .left-wrap a i img {
  transform: rotate(-180deg);
  margin-left: 0;
  margin-right: 6px;
}
[dir=rtl] .ev4-cta .cta-wrap .container .row .left-wrap a:hover i img {
  transform: rotate(-180deg) translateX(10px);
}
[dir=rtl] .outro .bottom-small-text p {
  left: inherit;
  right: 60px;
}
@media (width <= 575px) {
  [dir=rtl] .outro .bottom-small-text p {
    right: 20px;
    left: 20px;
  }
}
[dir=rtl] .mkt-activities .content {
  margin-left: 0;
  margin-right: auto;
  transform-origin: left bottom;
}
[dir=rtl] .mkt-activities .container .swiper-controls {
  left: 12px;
  right: inherit;
}
@media (width <= 991px) {
  [dir=rtl] .mkt-activities .container .swiper-controls {
    left: inherit;
    right: 12px;
  }
}
[dir=rtl] .mkt-activities .container .swiper-controls .swiper-arrow [data-prev] img {
  transform: rotate(0deg);
}
[dir=rtl] .mkt-activities .container .swiper-controls .swiper-arrow [data-next] img {
  transform: rotate(180deg);
}
[dir=rtl] .mkt-activities .container .swiper-controls .swiper-pagination {
  right: inherit;
  left: 0;
}
[dir=rtl] .mkt-activities .container .swiper-slide .slide-caption {
  left: auto;
  right: calc(100% + 24px);
}
@media (width <= 991px) {
  [dir=rtl] .mkt-activities .container .swiper-slide .slide-caption {
    right: 0;
  }
}
[dir=rtl] .mkt-activities .container .swiper-slide .slide-caption h6,
[dir=rtl] .mkt-activities .container .swiper-slide .slide-caption p {
  transform: translateX(-30px);
}
[dir=rtl] .mkt-activities .container .swiper-slide.swiper-slide-active .slide-caption h6,
[dir=rtl] .mkt-activities .container .swiper-slide.swiper-slide-active .slide-caption p {
  transform: translateX(0);
}
[dir=rtl] .mkt-activities .container .swiper-slide.swiper-slide-prev .content {
  transform: translateX(75%);
}/*# sourceMappingURL=ao26-style.css.map */