@font-face {
  font-family: "Montserrat";
  src: url(../../fonts/Montserrat-VariableFont_wght.ttf);
}
:root {
  scroll-behavior: initial;
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #ffc100;
}

body {
  box-sizing: border-box;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}
body section {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1550px;
  }
}

a,
.btn {
  transition: all ease 0.2s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-weight: 700;
}

p {
  padding: 0rem;
  margin: 0rem;
  word-break: break-word;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10006;
  background: #333;
  background: url(../../images/hero-bg.jpg) no-repeat center/cover;
  cursor: auto;
}
#loading::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.85;
  background-color: #5c5c5c;
  z-index: 1;
}
#loading * {
  cursor: auto;
}
#loading.white {
  background: #fff;
}
#loading .mask_img,
#loading .loading_img,
#loading .loading_text {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#loading .mask_img {
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  position: relative;
  background: #fff;
}
#loading .mask_img:before, #loading .mask_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(30vh - 150px);
  left: 0;
  background-color: #fff;
}
#loading .mask_img:before {
  top: 0;
}
#loading .mask_img:after {
  bottom: 0;
}
#loading .loading_img {
  transition: opacity 1.2s ease-in-out;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 2;
}
#loading > img {
  max-width: 300px;
}
#loading.img_hide {
  pointer-events: none;
  background-color: transparent;
}
#loading.img_hide .loading_img {
  opacity: 0;
}
#loading.scale .mask_img {
  transition: transform 1.8s cubic-bezier(1, 0.01, 0, 0.04), opacity 1.5s ease-in 0.8s;
  transform: translate(-50%, -50%) scale(100);
  opacity: 0;
}

.font-14 {
  font-size: 0.7777777778rem !important;
}

.font-16 {
  font-size: 0.8888888889rem !important;
}

.font-18 {
  font-size: 1rem !important;
}

.font-20 {
  font-size: 1.1111111111rem !important;
}

.font-22 {
  font-size: 1.1111111111rem !important;
}

.font-24 {
  font-size: 1.3333333333rem !important;
}

.font-26 {
  font-size: 1.4444444444rem !important;
}

.font-28 {
  font-size: 1.5555555556rem !important;
}

.font-30 {
  font-size: 1.6666666667rem !important;
}

.font-32 {
  font-size: 1.7777777778rem !important;
}

.line-normal {
  line-height: normal;
}

.w-100 {
  width: 100%;
}

/****************/
.anim-wrap {
  overflow: hidden;
}

.base-fit, .inner-hero .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.base-fit::before, .inner-hero .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.base-fit video, .inner-hero .image-wrapper video,
.base-fit img,
.inner-hero .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icons .icons-grid .icon {
  position: relative;
  margin-bottom: 2.2222222222rem;
  cursor: pointer;
}
.icons .icons-grid .icon img {
  margin: auto;
  height: 3.8888888889rem;
  opacity: 0.8;
  transition: all ease 0.4s;
}
@media (max-width: 767px) {
  .icons .icons-grid .icon img {
    height: 2.5rem;
  }
}
.icons .icons-grid .icon img:first-child {
  display: block;
}
.icons .icons-grid .icon img:nth-child(2) {
  display: none;
}
.icons .icons-grid .icon.active img:first-child {
  display: none;
}
.icons .icons-grid .icon.active img:nth-child(2) {
  display: block;
  opacity: 1;
}
.icons .icons-grid h6 {
  color: #b3b3b3;
  font-size: 0.6666666667rem;
  margin-top: 0.5555555556rem;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .icons .icons-grid h6 {
    font-size: 0.8888888889rem;
  }
}
@media (max-width: 767px) {
  .icons .icon-large {
    margin-top: 4.4444444444rem;
  }
}
.icons .icon-large img {
  height: 16.6666666667rem;
  margin-bottom: 4.4444444444rem;
}
@media (max-width: 767px) {
  .icons .icon-large img {
    height: 11.1111111111rem;
    margin-bottom: 1.6666666667rem;
  }
}
.icons .icon-large h3 {
  font-size: 3.6666666667rem;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .icons .icon-large h3 {
    font-size: 2.5rem;
  }
}

.visuals {
  display: flex;
  flex-grow: 1;
}
.visuals > .row {
  flex-grow: 1;
}
.visuals > .row > div {
  display: flex;
  align-items: center;
}
.visuals > .row > div > div {
  flex-grow: 1;
}
.visuals .visuals-grid .visual {
  cursor: pointer;
}
.visuals .visuals-grid .visual:not(.active) {
  opacity: 0.2;
}
.visuals .visuals-grid.has-active .visual img {
  border: 2px solid transparent;
}
.visuals .visuals-grid.has-active .visual.active img {
  border-color: #173999;
}
.visuals .visuals-large {
  width: 100%;
  position: relative;
}
.visuals .visuals-large.loading {
  position: relative;
  min-height: 5.5555555556rem;
}
.visuals .visuals-large.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  background: url(../../images/header-logo.svg) no-repeat center/100%;
  z-index: 1;
}
.visuals .visuals-large img {
  max-height: 50vh;
}
.visuals .visuals-large .gif {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.visuals .visuals-large.mac {
  display: flex;
}
.visuals .visuals-large.mac .holder {
  margin: auto;
  position: relative;
}
.visuals .visuals-large.mac img:last-child {
  position: absolute;
  top: 9.5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 73%;
  max-height: 76.5%;
}
.visuals .visuals-large.mobile {
  display: flex;
}
.visuals .visuals-large.mobile .holder {
  margin: auto;
  position: relative;
}
.visuals .visuals-large.mobile img:first-child {
  position: relative;
  z-index: 1;
}
.visuals .visuals-large.mobile img:last-child {
  position: absolute;
  z-index: 0;
  top: 7.8%;
  left: -3%;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 89%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 25px;
}
@media (min-width: 580px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 100px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5dvh 0;
}
header .logo {
  position: relative;
  z-index: 10;
}
header .logo img {
  height: 2.1111111111rem;
}
header .logo .head-logo {
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
header .logo .head-logo.white {
  display: none;
}
header .logo .menu-logo {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: all ease 0.3s;
  height: 2.1111111111rem;
  max-width: none;
  transition-delay: 0.4s;
}
header .menu {
  display: flex;
  align-items: start;
}
header .nav-list {
  display: flex;
}
@media (max-width: 768px) {
  header .nav-list {
    display: none;
  }
}
header .nav-list > li + li {
  margin-inline-start: 1.9444444444rem;
}
header .nav-list > li > a {
  font-size: 1.0555555556rem;
  font-weight: 200;
}
header .nav-list > li:hover ul {
  opacity: 1;
  visibility: visible;
}
header .nav-list a {
  color: #888888;
  display: block;
}
header .nav-list a:hover, header .nav-list a.active {
  color: #173999;
}
header .nav-list a.active {
  font-weight: 700;
}
header .nav-list ul {
  position: absolute;
  padding-top: 0.6666666667rem;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
header .nav-list ul a {
  font-size: 0.6666666667rem;
  font-weight: 500;
}
header .nav-list ul a:hover, header .nav-list ul a.active {
  color: #ffc100;
}
header .nav-btn {
  position: relative;
  z-index: 10;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  margin-inline-start: 3.8888888889rem;
  height: 1.5555555556rem;
}
header .nav-btn:hover {
  color: #173999;
}
header .nav-btn:hover > i {
  background-color: #173999;
}
header .nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .nav-btn > i {
  display: block;
  width: 1.5555555556rem;
  height: 0.1111111111rem;
  margin: 0 auto;
  background-color: #ffc100;
  transition: all linear 0.2s;
}
header .nav-btn > i:first-child {
  transform: translateY(0.0555555556rem) rotateZ(90deg);
}
header .nav-btn > i:nth-child(2) {
  transform: translateY(-0.0555555556rem);
}
header .nav-btn span {
  position: absolute;
  right: 100%;
  margin-inline-end: 1.3888888889rem;
  font-size: 1.5555555556rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
header.white .nav-list a {
  color: #fff;
}
header.white .nav-list a:hover, header.white .nav-list a.active {
  color: #ffc100;
}
header.white .logo .head-logo.black {
  display: none;
}
header.white .logo .head-logo.white {
  display: block;
}
header.white .nav-btn:hover {
  color: #ffc100;
}
header.white .nav-btn:hover > i {
  background-color: #ffc100;
}

body .main-wrapper > * {
  transition: all ease 0.3s;
}
body.menu-opened .nav-btn > i:first-child {
  transform: translateY(0.0555555556rem) rotateZ(135deg);
}
body.menu-opened .nav-btn > i:nth-child(2) {
  transform: translateY(-0.0555555556rem) rotateZ(45deg);
}
body.menu-opened .nav-btn span {
  opacity: 1;
  visibility: visible;
}
body.menu-opened header .logo .menu-logo {
  opacity: 1;
}
body.menu-opened header .logo .head-logo {
  opacity: 0;
}
body.menu-opened menu {
  transform: translateY(0);
}
body.menu-opened menu .content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
}

menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
menu .content {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: calc(10dvh + 5.5555555556rem);
  padding-bottom: 10dvh;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  menu .content {
    padding-top: 8.3333333333rem;
    padding-bottom: 1.6666666667rem;
  }
}
menu .content > div {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  overflow: auto;
}
menu a {
  color: #888888;
}
menu a:hover, menu a.active {
  color: #ffc100;
}
menu .menu-item {
  display: flex;
  align-items: start;
  width: 33.3333333333%;
  padding-inline-end: 1.1111111111rem;
  padding-block: 3.5dvh;
}
@media (max-width: 992px) {
  menu .menu-item {
    width: 50%;
  }
}
menu .menu-item .number {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-inline-end: 1.6666666667rem;
}
menu .menu-item div > a {
  display: block;
  color: #000000;
  font-size: 2.2222222222rem;
  font-weight: 500;
  margin-bottom: 1.1111111111rem;
}
menu .menu-item div > a:hover, menu .menu-item div > a.active {
  color: #173999;
}
@media (max-width: 768px) {
  menu .menu-item .number {
    font-size: 2.5rem;
    margin-inline-end: 1.1111111111rem;
  }
  menu .menu-item div > a {
    font-size: 1.9444444444rem;
    line-height: 1.2;
    margin-bottom: 0.8333333333rem;
  }
}

footer {
  padding: 3.0555555556rem 0;
  text-align: center;
  background: rgb(28, 42, 239);
  background: linear-gradient(90deg, rgb(28, 42, 239) 0%, rgb(120, 48, 235) 100%);
  color: #ffffff;
}
footer .content {
  max-width: 100%;
  width: 42.2222222222rem;
  margin: auto;
}
footer p {
  font-size: 1.1111111111rem;
  margin: 0;
}
footer p + p {
  margin-top: 1.1111111111rem;
}

.backtop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1.1111111111rem;
  right: 1.6666666667rem;
  z-index: 99;
  border: none;
  outline: none;
  transition: all ease 0.3s;
  cursor: pointer;
  padding: 1.6666666667rem;
  border-radius: 50%;
  background: url(../../images/icons/arrow-white-right.svg) no-repeat #173999 center/1.1111111111rem;
  transform: rotate(-90deg);
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 767px) {
  .mobile-vr {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop-vr {
    display: none;
  }
}

.rotate-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 0 10px;
}
.rotate-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.6666666667rem;
  font-size: 20px;
  color: #fff;
}
.rotate-popup .phone-container {
  min-width: 28px;
  height: 50px;
  border: 3px solid white;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
  animation: tilt 1.5s infinite ease-in-out alternate;
}
.rotate-popup .message {
  font-size: 18px;
  margin-left: 20px;
  padding-left: 20px;
  color: white;
  border-left: 1px solid white;
  width: 300px;
  max-width: 63%;
}
@media screen and (orientation: portrait) {
  .rotate-popup {
    display: flex;
    opacity: 1;
  }
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.7777777778rem 0;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 580px) {
  .hero {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
.hero .logo-container img {
  width: 25%;
}
@media (max-width: 580px) {
  .hero .logo-container img {
    width: auto;
    width: 40%;
  }
}
.hero .text {
  font-size: 3.0555555556rem;
  font-size: 2.75vw;
  margin-top: 2vw;
}
@media (max-width: 580px) {
  .hero .text {
    font-size: 4.5vw;
    margin-top: 4vw;
  }
}
.hero .title {
  font-size: 6.1111111111rem;
  font-size: 5vw;
  color: #173999;
  margin-bottom: 6.5vw;
  margin-bottom: 3vw;
}
@media (max-width: 580px) {
  .hero .title {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
.hero .link {
  margin-bottom: 6.5vw;
}
.hero .link a {
  font-size: 1.7vw;
}
.hero .link a img {
  width: 2.5vw;
}
@media (max-width: 580px) {
  .hero .link {
    margin-bottom: 7.2222222222rem;
  }
  .hero .link a {
    font-size: 4.5vw;
  }
  .hero .link a img {
    width: 5vw;
  }
}
.hero .down-arrow {
  animation: igSplitHeroArrowAnimation 2.5s infinite cubic-bezier(0, 0, 0.1, 1);
  display: inline-block;
  width: 3.0555555556rem;
  height: 3.0555555556rem;
}
@media (max-width: 580px) {
  .hero .down-arrow {
    width: 2.2222222222rem;
    height: 2.2222222222rem;
  }
}
.hero .down-arrow {
  background: url(../../images/icons/arrow-down-primary.svg) center/100%;
}
@media (max-width: 767px) {
  .hero .art-wrapper {
    margin: auto;
    max-width: 22.7777777778rem;
  }
}

@keyframes igSplitHeroArrowAnimation {
  0% {
    transform: translateY(-150%);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}
a.brand-manual-link {
  font-size: 1.5rem;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}
a.brand-manual-link img {
  width: 2.2222222222rem !important;
  transition: transform ease 0.5s;
}
a.brand-manual-link::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  color: #ffc100;
  content: attr(data-hover);
  transition: max-width 0.5s;
  white-space: nowrap;
}
a.brand-manual-link:hover::before {
  max-width: 100%;
}
a.brand-manual-link:hover img {
  transform: translate(10%, -10%);
}

/***********************************/
.home-wrapper {
  position: relative;
}

.home-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 1.2222222222rem;
  padding: 3.8888888889rem 0;
  font-weight: 500;
}
.home-header .container {
  display: flex;
  justify-content: space-between;
}
.home-header a {
  color: #000;
}
.home-header.white {
  color: #fff;
}
.home-header.white a {
  color: #fff;
}

.home-section {
  position: relative;
}
.home-section > img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home-section > img {
    height: 100vh;
    max-width: none;
  }
}
.home-section img,
.home-section video {
  width: 100%;
}
.home-section.remmit-hero .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 5.5555555556rem 0;
}
@media (max-width: 767px) {
  .home-section.remmit-hero .content {
    padding: 2.2222222222rem 0;
  }
}
.home-section.images-grid {
  background-color: #000000;
}
.home-section.images-grid video {
  width: 100%;
}
.home-section.images-grid {
  /* clear fix */
}
.home-section.images-grid .grid:after {
  content: "";
  display: block;
  clear: both;
}
.home-section.images-grid {
  /* ---- .grid-item ---- */
}
.home-section.images-grid .grid-sizer {
  width: 100%;
}
.home-section.images-grid .grid-item {
  float: left;
  width: 20%;
  text-align: center;
}
.home-section.images-grid .grid-item > div {
  position: relative;
  margin: 7px;
}
.home-section.images-grid .grid-item > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-section.images-grid .grid-item > div > * {
  height: 100%;
  max-width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-section.images-grid .grid-item.grid-item--width2 {
  width: 40%;
}
.home-section.images-grid .grid-item.grid-item--width2 > div::before {
  padding-top: 50%;
}
.home-section.images-grid .grid-item.grid-item--height2 > div:before {
  padding: 102.5% 0;
}
.home-section.color-palette {
  color: #ffffff;
}
.home-section.color-palette .content {
  display: flex;
  height: 100svh;
  flex-wrap: wrap;
}
.home-section.color-palette .content > .col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.home-section.color-palette .content .main-color {
  flex-grow: 1;
  background-color: var(--bg-color);
  padding: 5.5555555556rem 0;
}
.home-section.color-palette .content .gradient {
  padding: 2.7777777778rem 0;
  background: var(--bg-color);
  background: linear-gradient(90deg, var(--bg-color) 0%, rgb(255, 255, 255) 100%);
}
.home-section.color-palette .content .gradient .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section.color-palette .section-title {
  font-size: 4.4444444444rem;
  line-height: 1.2;
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 767px) {
  .home-section.logo, .home-section.mobile-app, .home-section.active-anim, .home-section.shaping-section {
    display: flex;
    align-items: center;
    min-height: 100svh;
  }
}
.home-section.icons {
  padding: 5.5555555556rem 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-section.icons .container {
  margin: auto;
}
.home-section.active-anim {
  padding: 5.5555555556rem 0;
}
.home-section.shaping-section {
  padding: 8.3333333333rem 0 11.1111111111rem;
  text-align: center;
}
.home-section.shaping-section h3 {
  font-size: 2.5rem;
}
.home-section.shaping-section h2 {
  font-size: 4.4444444444rem;
  font-weight: 700;
}
.home-section.shaping-section .anim-erea {
  margin: 6.9444444444rem auto 0;
  width: 55.5555555556rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .home-section.shaping-section h3 {
    font-size: 1.8888888889rem;
  }
  .home-section.shaping-section h2 {
    font-size: 2.7777777778rem;
  }
}
.home-section.mobile-app {
  background-color: #000000;
  padding: 5.5555555556rem 0;
  text-align: center;
}
.home-section.mobile-app img {
  max-width: 100%;
}
.home-section.mobile-app .img-container {
  position: relative;
  display: inline-block;
}
.home-section.mobile-app .img-container lottie-player {
  width: 80%;
  position: absolute;
  top: 7%;
  left: 10%;
  z-index: 1;
}
.home-section.sliders {
  background-color: #000000;
  padding: 10vh 0;
}
.home-section.sliders .left-slider {
  margin-bottom: 10vh;
}
.home-section.sliders .item {
  padding: 0 1.3888888889rem;
}
.home-section.sliders img {
  height: 35vh;
  max-height: 21.1111111111rem;
  width: auto;
}
@media (max-width: 992px) {
  .home-section.sliders img {
    height: 13.8888888889rem;
  }
}
@media (max-width: 480px) {
  .home-section.sliders img {
    height: 11.1111111111rem;
  }
}
.home-section.brand-info-section {
  padding: 6.6666666667rem 0;
  text-align: center;
}
.home-section.brand-info-section .container > div {
  width: 37.2222222222rem;
  margin: auto;
  max-width: 100%;
}
.home-section.brand-info-section h3 {
  margin-bottom: 1.9444444444rem;
  font-size: 2rem;
  line-height: 2.7222222222rem;
}
.home-section.brand-info-section p {
  font-size: 1.1111111111rem;
  line-height: 1.3333333333rem;
}
.home-section.brand-info-section .img-container {
  padding: 6.6666666667rem 0 4.4444444444rem;
  width: 16.1111111111rem;
  max-width: 80%;
  margin: auto;
  position: relative;
}
.home-section.brand-info-section .img-container img,
.home-section.brand-info-section .img-container .lottie-player {
  max-width: 100%;
}
.home-section.brand-info-section .img-container lottie-player {
  height: auto;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5%;
}
.home-section.brand-info-section .link {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7777777778rem;
}
.home-section.brand-info-section .animation {
  margin-top: 3.3333333333rem;
}
.home-section.brand-info-section .animation > * {
  width: 5.7222222222rem;
}

.inner-section .full-h-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 22dvh;
  padding-top: 12dvh;
}
@media (max-width: 992px) {
  .inner-section .full-h-wrapper {
    padding-top: 5.5555555556rem;
  }
}
.inner-section:not(.inner-hero) .full-h-wrapper {
  padding-bottom: 8dvh;
}
.inner-section .content-wrapper {
  padding: 5dvh 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-section .media-content {
  text-align: center;
  height: 44dvh;
  height: 55dvh;
  display: flex;
  flex-direction: column;
}
.inner-section .media-content img {
  margin: auto;
  max-height: 100%;
}
.inner-section .media-content > div {
  height: 100%;
}
@media (max-height: 580px) {
  .inner-section .media-content {
    height: 70vh;
  }
}
.inner-section .media-content [class*=col] {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .inner-section .media-content [class*=col] {
    flex: auto;
  }
}
.inner-section .owl-carousel,
.inner-section .owl-stage,
.inner-section .owl-stage-outer {
  height: 40svh;
}
.inner-section .item {
  height: 40svh;
  padding: 0 1.3888888889rem;
}
@media (max-width: 767px) {
  .inner-section .item {
    display: flex;
  }
  .inner-section .item img {
    margin: auto;
  }
}
.inner-section .item img {
  height: 40svh;
  width: auto;
}
@media (max-width: 992px) {
  .inner-section .item img {
    height: 13.8888888889rem;
  }
}
@media (max-width: 480px) {
  .inner-section .item img {
    height: 11.1111111111rem;
  }
}
.inner-section .section-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .inner-section .section-foot {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .inner-section .section-foot > div {
    margin: 0.5555555556rem 0;
  }
  .inner-section .section-foot > div.text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inner-section .section-foot > div {
    width: 20.2777777778rem;
    width: 33.3333333333%;
  }
}
.inner-section .section-foot > div:nth-child(2) {
  text-align: center;
}
.inner-section .section-foot > div:last-child {
  text-align: end;
}
@media (max-width: 768px) {
  .inner-section .section-foot > div:last-child {
    display: block;
  }
}
.inner-section .section-foot > div img {
  height: 3.8888888889rem;
}
.inner-section .section-foot h2 {
  font-size: 1.3888888889rem;
  margin: 0 0 0.7777777778rem;
  font-weight: 700;
}
.inner-section .section-foot p {
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  font-weight: 500;
}
.inner-section .section-foot a.download {
  font-size: 1.3888888889rem;
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-weight: 500;
}
.inner-section .section-foot a.download:after {
  width: 1.0277777778rem;
  height: 1.2222222222rem;
  content: "";
  background: url(../../images/icons/arrow-down-orange.svg) no-repeat center/100%;
  margin-inline-start: 0.5rem;
}
.inner-section .section-foot a.download:hover {
  color: #ffc100;
}
.inner-section .icons .icons-grid .icon {
  margin-bottom: 1.6666666667rem;
}
.inner-section .icons .icons-grid .icon img {
  height: 2.7777777778rem;
}
@media (max-width: 767px) {
  .inner-section .icons .icons-grid .icon img {
    height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .inner-container {
    width: 84%;
    margin: auto;
  }
}

.gray-bg {
  background-color: #e8e8e8;
}

.blue-bg {
  background-color: #173999;
  color: #fff;
}
.blue-bg * {
  color: #fff;
}
.blue-bg a {
  color: #fff !important;
}
.blue-bg a:hover {
  color: #ffc100 !important;
}

.inner-hero .text-wrapper {
  display: flex;
}
.inner-hero .text-wrapper > div {
  width: 50%;
}
.inner-hero .text-wrapper h1 {
  font-weight: 700;
  margin: 0;
}
.inner-hero .text-wrapper p {
  font-weight: 500;
}
.inner-hero .image-wrapper {
  margin-top: auto;
  height: 50vh;
}/*# sourceMappingURL=style.css.map */