@font-face {
  font-family: Gradient Premium Black;
  src: url(../css/GradientPremium-Black.8ba1b092.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Tungsten;
  src: url(561f38b1f4570de0fb8a39d691ab058c.098c2e3d.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url(GothamRnd-Bold.e014b547.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.tk-mundial {
  font-family: Mundial, sans-serif;
}
:root {
  --primary-color: #000;
  --primary-background: #fff;
  --header-color: #01303a;
  --doneText: 560px;
  --imposibleTextMargin: -235px;
  --imposibleTextFontSize: 120px;
  --imposibleTextMarginTop: calc(100vh - 462px);
  --imposibleTextMarginBottom: 0px;
  --spanMarginLeft: 130px;
  --svgSize: 1;
  --doneTransform: -90px;
  --heroArrowLeft: -232px;
  --heroArrowTop: 140px;
  --arrowTransform: 150px;
  --mWidth: 1440px;
}
@media (max-width: 1439px) {
  :root {
    --doneText: 450px;
    --imposibleTextMargin: -150px;
    --imposibleTextFontSize: 96px;
    --imposibleTextMarginTop: calc(100vh - 395px);
    --imposibleTextMarginBottom: 40px;
    --spanMarginLeft: 110px;
    --doneTransform: -100px;
    --heroArrowLeft: -193.5px;
    --heroArrowTop: 103px;
    --svgSize: 0.8;
    --arrowTransform: 140px;
    --mWidth: 1300px;
  }
}
@media (max-width: 1199px) {
  :root {
    --doneText: 360px;
    --imposibleX: 30%;
    --imposibleTextFontSize: 77px;
    --imposibleTextMarginTop: calc(100vh - 305px);
    --imposibleTextMarginBottom: 60px;
    --spanMarginLeft: 90px;
    --doneTransform: -130px;
    --svgSize: 0.6;
    --heroArrowTop: 80px;
    --heroArrowLeft: -161px;
    --imposibleTextMargin: -140px;
    --arrowTransform: 95px;
    --mWidth: 1200px;
  }
}
@media (max-width: 991px) {
  :root {
    --doneText: 280px;
    --imposibleTextMargin: -10%;
    --imposibleTextFontSize: 70px;
    --imposibleTextMarginTop: calc(100vh - 230px);
    --imposibleTextMarginBottom: 70px;
    --imposibleTextMargin: -70px;
    --spanMarginLeft: 75px;
    --doneTranslate: 70px;
    --doneTransform: -130px;
    --svgSize: 0.7;
    --heroArrowLeft: -120px;
    --arrowTransform: 60px;
    --heroArrowTop: 65px;
    --mWidth: 750px;
  }
}
@media (max-width: 767px) {
  :root {
    --doneText: 220px;
    --imposibleTextMargin: -5%;
    --imposibleTextFontSize: 70px;
    --imposibleTextMarginTop: 350px;
    --imposibleTextMarginBottom: 100px;
    --heroArrowTop: 65px;
    --heroArrowLeft: -120px;
    --spanMarginLeft: 80px;
    --arrowTransform: 50px;
    --svgSize: 0.6;
    --imposibleTextMargin: 0px;
    --mWidth: 550px;
  }
}
@media (max-width: 374px) {
  :root {
    --imposibleTextFontSize: 60px;
    --svgSize: 0.5;
    --heroArrowTop: 45px;
    --heroArrowLeft: -90px;
  }
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  white-space: nowrap;
  display: inline-block;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
  display: inline-block;
}
.c-scrollbar {
  width: 11px;
  height: 100%;
  transform-origin: 100%;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  opacity: 0.5;
  width: 7px;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #000;
  border-radius: 10px;
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}
[data-scroll-container] {
  perspective: 999999px !important;
}
*,
:before,
:after {
  box-sizing: border-box;
}
section {
  margin-top: -1px;
}
html,
body,
h1,
h2,
h3,
p,
a,
img,
header,
footer,
nav,
ol,
ul {
  font-size: 100%;
  font: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.125rem;
  font-weight: 300;
}
html {
  color: var(--primary-color);
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #00a8cc #000;
  background-color: var(--primary-background);
  font-family: Mundial, sans-serif;
  line-height: 1.6;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: #000;
}
html::-webkit-scrollbar-thumb {
  background-color: #00a8cc;
  border: 0;
  border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--header-color);
  font-family: Gradient Premium Black, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 3.75rem;
}
h3 {
  font-size: 2.8125rem;
}
h4 {
  font-size: 2.125rem;
  margin-bottom: 20px;
}
h5 {
  font-family: Mundial, sans-serif;
  font-size: 1.5rem;
}
h6 {
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:not([class]):hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
.mt-30 {
  margin-top: 30px;
}
input,
button {
  all: unset;
}
input,
textarea {
  cursor: text;
}
input::placeholder,
textarea::placeholder {
  color: #fff;
  transition: color 0.48s;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: #0000;
}
input[type="submit"],
button {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
}
textarea {
  font-family: Mundial, sans-serif;
}
main {
  overflow: hidden;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 991px) {
  .heading-hidden {
    display: none;
  }
}
.l-container {
  width: 100%;
  max-width: var(--mWidth);
  margin: 0 auto;
  padding: 0 1.875rem;
}
.l-container--md {
  max-width: 1030px;
}
@media (max-width: 991px) {
  .l-container {
    max-width: 730px;
    padding-inline: 1rem;
  }
}
@media (max-width: 767px) {
  .l-container {
    max-width: 575px;
  }
}
.l-container__screen {
  max-width: 90rem;
  padding-inline: 0;
}
.l-p-block {
  padding-block: 6.875rem;
}
@media (max-width: 991px) {
  .l-p-block {
    padding-block: 5rem;
  }
}
@media (max-width: 767px) {
  .l-p-block {
    padding-block: 3.75rem;
  }
}
.st-outline {
  -webkit-text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .st-outline {
    -webkit-text-stroke: 0.5px;
  }
}
.st-outline--gradient {
  color: #000;
  -webkit-text-stroke: 4px transparent;
  background: linear-gradient(
    rgba(19, 37, 68, 0.75),
    rgba(27, 126, 201, 0.75),
    rgba(33, 188, 219, 0.75)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: var(--primary-background);
  padding: 5px;
}
@media (max-width: 991px) {
  .st-outline--gradient {
    -webkit-text-stroke: 3px transparent;
  }
}
.st-outline--semitransparent {
  color: #000;
  -webkit-text-stroke: 4px transparent;
  background: #fffdf8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #141414;
  padding: 5px;
}
@media (max-width: 991px) {
  .st-outline--semitransparent {
    -webkit-text-stroke: 3px transparent;
  }
}
.st-outline--white {
  color: #fff;
  -webkit-text-fill-color: #141414;
  background: 0 0;
  -webkit-text-decoration: line-through #fff;
  text-decoration: line-through #fff;
}
.st-boldUnderline {
  color: #fff;
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  transition: all 2s;
  display: inline;
  position: relative;
}
.st-boldGradient {
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline;
  position: relative;
}
.st-underline {
  position: relative;
}
.st-underline:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
}
.st-scaleHeading {
  font-size: 11.25rem;
}
@media (max-width: 1199px) {
  .st-scaleHeading {
    font-size: 7.5rem;
  }
}
@media (max-width: 767px) {
  .st-scaleHeading {
    font-size: 4.375rem;
  }
}
@media (max-width: 600px) {
  .st-scaleHeading {
    white-space: nowrap;
    font-size: 7.5rem;
    display: inline-block;
  }
}
.st-scaleHeading--medium {
  font-size: 7.5rem;
}
@media (max-width: 1199px) {
  .st-scaleHeading--medium {
    font-size: 5.625rem !important;
  }
}
@media (max-width: 767px) {
  .st-scaleHeading--medium {
    word-wrap: break-word;
    font-size: 3rem !important;
  }
}
.st-scaleHeading--normal {
  letter-spacing: -0.05625rem;
  font-size: 4.5rem;
  line-height: 1.2;
  list-style: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .st-scaleHeading--normal {
    font-size: 3.125rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .st-scaleHeading--normal {
    word-wrap: break-word;
    font-size: 2rem !important;
  }
  h3.st-scaleHeading--normal,
  h2.st-scaleHeading--normal {
    font-size: 3rem !important;
  }
}
.st-boldArrow {
  font-family: Gradient Premium Black, sans-serif;
  line-height: 3.5625rem;
  transition: padding-left 0.32s ease-in-out;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .st-boldArrow {
    font-size: 32px;
    line-height: initial;
  }
}
.st-boldArrow:before {
  content: "";
  min-width: 40px;
  height: 50px;
  opacity: 0;
  background: url(../images/listArrow.1b71acdb.svg) 50% / contain no-repeat;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.625rem;
  transition: opacity 0.25s 0.1s;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}
.st-boldArrow:hover {
  padding-left: 3rem;
}
.st-boldArrow:hover:before {
  opacity: 1;
  display: block;
}
.st-boldArrow--capabilites:hover:before {
  display: inline-block;
}
@media (max-width: 991px) {
  .st-boldArrow--capabilites:hover:before {
    display: inline-block;
  }
}
.st-boldArrow--big {
  letter-spacing: -0.9px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .st-boldArrow--big {
    letter-spacing: initial;
  }
}
.st-boldArrow--big:before {
  content: "";
  height: 50px;
  min-width: 50px;
  top: 0.625rem;
}
.nav__services .st-boldArrow--big:before {
  height: 35px;
  width: 35px;
  min-width: 35px;
}
.c-header .st-boldArrow--big:before {
  top: calc(50% - 6px);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .st-boldArrow--big:before {
    min-width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .st-boldArrow--big:before {
    min-width: 24px;
    height: 24px;
    top: 0.25rem;
    transform: translateY(0);
  }
}
.st-boldArrow--big:hover {
  padding-left: 3.4375rem;
}
@media (max-width: 991px) {
  .st-boldArrow--big:hover {
    padding-left: 2rem;
  }
}
.st-boldArrow--small {
  font-family: Mundial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991px) {
  .st-boldArrow--small {
    padding-left: 1.3125rem;
  }
}
.st-boldArrow--small:before {
  content: "";
  height: 16px;
  min-width: 16px;
  background: url(../images/fillSmallArrow.3decd475.svg) 50% no-repeat;
  top: 0.9375rem;
}
@media (max-width: 991px) {
  .st-boldArrow--small:before {
    opacity: 1;
    width: 16px;
    display: inline-block;
  }
}
.st-boldArrow--small:hover {
  padding-left: 1.3125rem;
}
@media (max-width: 991px) {
  .st-boldArrow--small:hover:before {
    width: 16px;
    display: inline-block;
  }
}
.st-boldArrow--provideBlock {
  width: 100%;
  align-items: center;
  padding-left: 21px;
  display: flex;
}
@media (max-width: 767px) {
  .st-boldArrow--provideBlock {
    padding-left: 0;
  }
}
.st-boldArrow--provideBlock:before {
  content: "";
  height: 16px;
  width: 16px;
  opacity: 1;
  background: url(../images/fillSmallArrow.3decd475.svg) 50% no-repeat;
  margin-right: 1rem;
  transition: all 0.2s;
  display: inline-block;
}
.st-boldArrow--provideBlock:hover {
  padding-left: 1.3125rem;
}
.st-boldArrow--provideBlock.st-boldArrow--events {
  padding-left: 0;
}
.st-boldArrow--focus {
  padding-left: 3.125rem;
}
.st-boldArrow--focus:before {
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url(../images/listArrow.1b71acdb.svg) 50% / cover no-repeat;
  transition: all 0.2s;
  display: inline-block;
}
@media (max-width: 991px) {
  .st-boldArrow--focus:before {
    display: none;
  }
}
.st-boldArrow--focus:hover {
  padding-left: 3.125rem;
}
.st-color-gradient {
  background: linear-gradient(
    116.57deg,
    #f39d9e 16.67%,
    #d11452 58.65%,
    #7c1436 99.95%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-main-logo {
  z-index: 25;
  align-items: center;
  display: flex;
}
.c-main-logo img {
  display: block;
}
.c-main-logo img:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .c-main-logo img:nth-child(2) {
    display: none;
  }
}
.c-main-logo--dark {
  filter: brightness(0) saturate() invert(0%) sepia(4%) saturate(5603%)
    hue-rotate(357deg) brightness(111%) contrast(84%);
}
.c-main-logo__text {
  margin-left: 8.4px;
  font-family: Mundial, sans-serif;
  font-size: 0.40625rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .c-main-logo__text {
    display: none;
  }
}
.c-subtitle {
  font-size: 1.3125rem;
}
.c-title {
  -webkit-text-stroke: 1.5px #fffdf8;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 3rem;
  }
}
.c-heading {
  font-size: 1.75rem;
}
.c-heading:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.c-text {
  color: #fdf8f8;
  font-size: 2rem;
  line-height: 3.375rem;
}
.c-text:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .c-text {
    font-size: 1.5rem;
  }
}
.c-btn,
.c-btn--fill {
  border: 2px solid var(--primary-color);
  border-radius: 1.625rem;
  padding: 0.5rem 1.25rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.48s, background 0.48s, width 0.48s;
  position: relative;
}
.c-btn.margins,
.margins.c-btn--fill {
  margin: 1.875rem 0 6.25rem;
  display: inline-block;
}
@media (max-width: 374px) {
  .c-btn,
  .c-btn--fill {
    font-size: 16px;
  }
}
.c-btn:hover,
.c-btn--fill:hover {
  color: #000;
  background: #fff;
}
.c-btn--fill {
  color: #000;
  max-width: 220px;
  background: #fff;
  transition: all 0.2s;
}
.c-btn--fill svg {
  margin-top: -0.25rem;
  margin-right: 1rem;
}
.c-btn--fill:hover {
  color: #fff;
  background: #00a8cc;
  border-color: #00a8cc;
}
.c-btn--fill:hover svg path {
  fill: #fff;
}
.c-btn--dark {
  color: #000;
  border-color: #000;
}
.c-btn--dark:hover {
  border-color: #fff;
}
.c-btn--nmw {
  max-width: none;
}
.arrow {
  width: 15px;
  height: 3px;
  background-color: #fff;
  margin-left: 16px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  transform: translateY(-3px);
}
.arrow:before,
.arrow:after {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #fff;
  transition: all 0.2s;
  position: absolute;
}
.arrow:before {
  top: -3px;
  right: -1px;
  transform: rotate(45deg);
}
.arrow:after {
  bottom: -3px;
  right: -1px;
  transform: rotate(-45deg);
}
.arrowDark,
.arrowDark:before,
.arrowDark:after {
  background-color: #000;
}
.long,
.long--white {
  width: 25px;
  background-color: #000;
  transition: all 0.3s;
}
.long:before,
.long--white:before,
.long:after,
.long--white:after {
  background-color: #000;
}
.long--white,
.long--white:before,
.long--white:after {
  background-color: #fff;
}
.revColors,
.active {
  color: #000;
  background-color: #fff;
}
.longDark {
  width: 25px;
  transition: all 0.3s;
}
.c-cta {
  font-size: 1.125rem;
  line-height: 18px;
}
@media (max-width: 991px) {
  .c-cta {
    padding-left: 0;
  }
}
.c-cta h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-cta h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-cta h2 {
    font-size: 2.5rem;
  }
}
.c-cta p {
  margin-bottom: 2rem;
  line-height: 1.8rem;
}
.c-cta__heading {
  margin-top: 0.5rem;
}
.c-box {
  max-width: 36.875rem;
  letter-spacing: 0;
  padding-inline: 0.9375rem;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .c-box__menu {
    display: none;
  }
}
.c-box span {
  font-size: 1rem;
  font-weight: 700;
}
.c-box h2 {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
  font-size: 3rem;
}
.c-box a {
  text-decoration: underline;
}
.send-success {
  margin-bottom: 0;
  display: none;
}
.c-header {
  z-index: 60;
  padding-block: 0.9375rem;
  padding-inline: 1.25rem;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-200px);
}
@media (max-width: 991px) {
  .c-header {
    padding: 0;
    transition: all 0.2s;
    top: 0;
  }
}
.c-header--open {
  transition: all 1s;
  transform: translate(0);
}
.c-header[style="transform: translateY(-100%);"] .nav {
  height: calc(100vh + 80px);
}
.c-header__container {
  justify-content: space-between;
  align-items: center;
  column-gap: 2.5rem;
  padding: 0 1.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .c-header__container {
    z-index: 20;
    border-radius: 35px 0 0;
    padding-block: 0.9375rem;
    position: relative;
  }
  .c-header__container--active {
    background-color: #00a8cc;
  }
}
.c-header__contact {
  text-align: right;
  opacity: 1;
  max-width: 980px;
  z-index: 25;
  margin-right: 1.875rem;
  font-style: normal;
  transition: all 0.15s;
}
@media (max-width: 991px) {
  .c-header__contact {
    display: none;
  }
}
.c-header__contact a {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
}
.c-header__contact a:last-child {
  white-space: nowrap;
  margin-left: 0.625rem;
}
.c-header__contact--cta {
  z-index: 25;
  background: 0 0;
  border: 1px solid var(--primary-color);
  border-radius: 1.5625rem;
  padding: 0.5rem 1.25rem 0.625rem;
  position: relative;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  transition: all 0.48s ease-in-out !important;
}
.c-header__contact--cta span {
  z-index: 27;
  text-transform: uppercase;
  color: #1f232b;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.15s;
  position: relative;
}
.c-header__contact--cta:hover {
  color: #000;
  background-color: #fff;
}
.c-header__contact--cta.border-black:hover {
  color: #fff;
  background: #000;
}
.c-header__wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.c-header__hamburger {
  z-index: 50;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
.c-header__hamburger__lines {
  width: 1.9375rem;
  height: 0.125rem;
  background-color: var(--primary-color);
  transition: all 0.15s;
  transform: rotate(0);
}
.c-header__hamburger__lines:before,
.c-header__hamburger__lines:after {
  content: "";
  height: 0.125rem;
  background-color: var(--primary-color);
  transition: all 0.15s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-header__hamburger__lines:before {
  width: 2.4375rem;
  transform: translateY(-0.5625rem) rotate(0);
}
.c-header__hamburger__lines:after {
  width: 1.5rem;
  transition: all 0.15s;
  transform: translateY(0.5625rem) rotate(0);
}
.c-header__hamburger__lines--active {
  width: 24px;
}
.c-header__hamburger__lines--active:before {
  width: 32px;
}
.c-header__hamburger__lines--active:after {
  width: 16px;
}
.c-header__hamburger__lines--open {
  width: 22px;
  height: 6px;
  background-color: var(--primary-color);
  margin-left: 10px;
  transition: all 0.15s;
  display: inline-block;
  position: relative;
  transform: translateY(-3px);
  rotate: 270deg;
}
.c-header__hamburger__lines--open:before,
.c-header__hamburger__lines--open:after {
  content: "";
  width: 16px;
  height: 5px;
  background-color: var(--primary-color);
  transition: all 0.15s;
  position: absolute;
}
.c-header__hamburger__lines--open:before {
  top: -4px;
  right: -3px;
  transform: rotate(45deg);
}
.c-header__hamburger__lines--open:after {
  bottom: -4px;
  right: -3px;
  transform: rotate(-45deg);
}
.c-header__hamburger__lines--open--hover {
  width: 28px;
}
.nav {
  width: 100%;
  height: 100vh;
  z-index: 15;
  background: rgb(12, 123, 147);
  background: -moz-linear-gradient(
    356deg,
    rgba(12, 123, 147, 0.8688725490196079) 3%,
    rgba(0, 168, 204, 1) 36%,
    rgba(255, 255, 255, 1) 82%
  );
  background: -webkit-linear-gradient(
    356deg,
    rgba(12, 123, 147, 0.8688725490196079) 3%,
    rgba(0, 168, 204, 1) 36%,
    rgba(255, 255, 255, 1) 82%
  );
  background: linear-gradient(
    356deg,
    rgba(12, 123, 147, 0.8688725490196079) 3%,
    rgba(0, 168, 204, 1) 36%,
    rgba(255, 255, 255, 1) 82%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c7b93",endColorstr="#ffffff",GradientType=1);
  flex-direction: column;
  justify-content: space-between;
  padding: 8.3125rem 1.875rem 2rem 2.1875rem;
  transition: all 1.2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .nav {
    width: 100%;
    max-width: none;
    padding: 8.4375rem 1.6875rem 100px;
  }
}
.nav__wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .nav__wrapper {
    flex-direction: column;
  }
}
.nav__wrapper__left {
  width: 100%;
  max-width: 275px;
  font-size: 3rem;
  line-height: 4.4375rem;
}
@media (max-width: 991px) {
  .nav__wrapper__left {
    width: 100%;
    font-size: 36px;
  }
}
.nav__wrapper__left li {
  margin-bottom: 2.125rem;
}
.nav__wrapper__left li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .nav__wrapper__left li {
    margin-bottom: 2rem;
  }
  .nav__wrapper__left li:last-child {
    margin-bottom: 0;
  }
}
.nav__footer {
  max-width: 29.375rem;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8.125rem;
  margin-top: 2.125rem;
  display: flex;
  position: relative;
}
.nav__full .nav__footer {
  max-width: 100%;
}
@media (max-width: 991px) {
  .nav__footer {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .nav__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav__footer__adress {
  max-width: 176px;
  flex: 0 11rem;
  font-size: 1rem;
}
.nav__footer__adress svg {
  margin-top: -0.25rem;
}
.nav__footer__adress a:hover {
  text-decoration: none;
}
@media (max-width: 374px) {
  .nav__footer__adress {
    flex: initial;
  }
}
.nav__footer--mobile {
  margin-top: 3.125rem;
  display: none;
  position: static;
}
@media (max-width: 991px) {
  .nav__footer--mobile {
    padding-bottom: 2.5rem;
    display: block;
  }
}
.nav__footer--contact {
  display: none;
}
@media (max-width: 991px) {
  .nav__footer--contact {
    display: flex;
  }
}
.nav__footer__socials {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 1s;
  display: flex;
}
@media (max-width: 991px) {
  .nav__footer__socials {
    padding: 0;
    position: static;
    transform: translate(0);
  }
}
@media (max-width: 374px) {
  .nav__footer__socials {
    margin-top: 0.75rem;
  }
}
.nav__footer__socials li {
  margin-inline: 0.9375rem;
}
.nav__footer__socials li:last-child {
  margin-right: 0;
}
@media (max-width: 374px) {
  .nav__footer__socials li {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.nav__footer--active {
  justify-content: space-between;
  gap: 8.125rem;
}
@media (max-width: 991px) {
  .nav__footer--active {
    align-items: center;
    gap: 20px;
    margin-top: 3.125rem;
  }
}
@media (max-width: 374px) {
  .nav__footer--active {
    align-items: flex-start;
  }
}
.nav__services {
  width: 100%;
  max-width: 1200px;
  opacity: 0;
  margin-left: 1.875rem;
  transition: all 1.2s;
  display: none;
}
@media (max-width: 1199px) {
  .nav__services {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .nav__services {
    width: 100%;
    z-index: 5;
    min-height: fit-content;
    background-color: #00a8cc;
    padding-top: 6.125rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    position: absolute;
    top: 0%;
    bottom: 0;
    transform: translate(100%);
  }
}
.nav__services li {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .nav__services li {
    margin-bottom: 3rem;
  }
}
.nav__services li:last-child {
  margin-bottom: 0;
}
.nav__services span {
  line-height: 40px;
}
/* @media (max-width: 1400px) {
  .nav__services span {
    font-size: 4rem !important;
  }
} */
@media (max-width: 1100px) {
  .nav__services span {
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 991px) {
  .nav__services span {
    font-size: 1.5rem !important;
  }
}
.nav__services__col {
  /* max-width: 56.25rem; */
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.625rem;
  margin-top: 0.625rem;
  display: grid;
}
.nav__services__col-2 {
  max-width: 37.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .nav__services__col {
    height: auto !important;
  }
  .nav__services__col {
    height: 220px;
    /* width: 50%; */
    flex-flow: column wrap;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
  }
}
@media (max-width: 575px) {
  .nav__services__col {
    height: 245px;
  }
}
@media (max-width: 410px) {
  .nav__services__col {
    height: 270px;
  }
}
@media (max-width: 374px) {
  .nav__services__col {
    height: auto;
    width: 100%;
  }
}
.nav__services__col li {
  margin-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .nav__services__col li {
    width: 100%;
    height: auto;
  }
}
.nav__services__col li a:hover {
  text-decoration: none;
}
.nav__services__col--el {
  grid-area: 2/3/4/4;
  padding-right: 3.125rem;
}
@media (max-width: 991px) {
  .nav__services__col--el {
    grid-area: auto;
  }
}
.nav__services span {
  font-size: 2rem;
}
.nav__open {
  transition: all 1.2s;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .nav__open {
    transform: translate(0);
  }
}
.menuFZ {
  font-weight: 600;
  font-size: 3rem;
}
.visible {
  display: block !important;
}
.nav__full {
  transform: translate(0);
}
.nav__small {
  width: 100%;
  max-width: none;
  transition: all 2s;
  animation: 2s forwards nav__small;
}
@media (max-width: 991px) {
  .nav__small {
    animation: none;
  }
}
.overflow {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.opacity {
  opacity: 0;
  animation: 0.6s forwards opacityAn;
}
.opacityReverse {
  opacity: 1;
  animation: 1s 0.5s forwards opacityAnRev;
}
.transforming {
  transform: translate(100%);
}
.color-black {
  color: #000;
  transition: all 0.15s;
}
.border-black {
  color: #000;
  border-color: #000;
  transition: all 0.15s;
}
.border-black:hover {
  background-color: #0000;
}
.border-black--reverse {
  color: #000;
  border-color: #000;
  transition: all 0.15s;
}
.border-black--reverse:hover {
  background-color: #fff;
}
.background-black {
  background-color: #000;
  transition: all 0.15s;
}
.background-black:before,
.background-black:after {
  background-color: #000;
}
.headerBackground {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  /* background-color: var(--primary-background); */
  transition: all 0.5s;
}
.transformation-mobile {
  transition: all 1.4s;
}
@media (max-width: 991px) {
  .transformation-mobile {
    left: 0;
    transform: translate(0) !important;
  }
}
.c-footer {
  z-index: 30;
  background-color: #141414;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 991px) {
  .c-footer {
    padding-top: 3.5rem;
  }
}
.c-footer__container {
  flex-direction: column;
  display: flex;
}
@media (max-width: 1199px) {
  .c-footer__container {
    row-gap: 2.5rem;
  }
}
.c-footer__additional-links {
  gap: 16px;
  display: flex;
}
.c-footer__additional-links a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .c-footer__additional-links {
    flex-direction: column;
    margin-top: 24px;
  }
}
.c-footer__row {
  margin: 0 -30px;
  display: flex;
}
@media (max-width: 1199px) {
  .c-footer__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .c-footer__row {
    margin: 0 -16px;
  }
}
.c-footer__col {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .c-footer__col {
    margin-bottom: 32px;
    flex: 0 100% !important;
    padding: 0 16px !important;
  }
  .c-footer__col:last-child {
    margin-bottom: 0;
  }
}
.c-footer__col--link {
  margin-bottom: 30px;
}
.c-footer__brand {
  flex: 0 16%;
}
.c-footer__brand .c-main-logo {
  min-width: 8.75rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 991px) {
  .c-footer__brand .c-main-logo img {
    width: 11.5625rem;
  }
}
.c-footer__brand a:not(.c-main-logo) {
  min-width: 128px;
  display: block;
}
.c-footer__contact {
  flex: 0 24.5%;
}
.c-footer__contact a {
  color: #fff;
  font-weight: 700;
}
.c-footer__contact a[href*="mailto"] {
  text-decoration: underline;
}
.c-footer__services {
  white-space: nowrap;
  flex: 1;
  padding-left: 3.25rem;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .c-footer__services {
    padding: 0 30px;
  }
}
.c-footer__services--wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .c-footer__services--wrapper {
    flex-direction: column;
  }
}
.c-footer__services--wrapper ul {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .c-footer__services--wrapper ul {
    margin-right: 0;
  }
}
.c-footer__services--wrapper ul:last-child {
  margin-right: 0;
}
.c-footer__social {
  flex: 0 19%;
}
@media (max-width: 1199px) {
  .c-footer__social {
    flex: 0 100%;
    justify-content: flex-start;
    margin-top: 2rem;
    display: flex;
  }
}
@media (max-width: 991px) {
  .c-footer__social {
    margin-top: 0;
  }
}
.c-footer__social svg {
  fill: #fff;
  width: 1.875rem;
}
.c-footer__social ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 0.125rem;
  display: flex;
}
@media (max-width: 767px) {
  .c-footer__social ul {
    justify-content: flex-start;
  }
}
.c-footer__copyright {
  color: #fdf8f8;
  align-self: end;
  font-size: 0.8125rem;
}
.c-footer__heading {
  font-family: Mundial, sans-serif;
}
.c-footer__address {
  font-style: normal;
}
.c-footer__address a {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
}
.c-footer__address a:hover {
  text-decoration: none;
}
.c-footer__list li {
  margin-bottom: 0.25rem;
}
.c-footer__list li:last-child {
  margin-bottom: 0;
}
.c-footer__list li a {
  font-size: 0.9375rem;
}
.c-footer__list a:hover {
  text-decoration: underline;
}
.c-footer__heading {
  min-height: 1.125rem;
  margin: 0.125rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
@media (max-width: 991px) {
  .c-footer__heading {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
.c-projectBox {
  width: 100%;
  height: 585px;
  border-radius: 20px;
  margin-bottom: 4rem;
  margin-right: 100px;
  padding-left: 6.25rem;
  transition: all 2s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.c-projectBox:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .c-projectBox {
    height: 640px;
    flex-direction: column;
    margin-bottom: 6rem;
    padding-left: 0;
  }
}
.c-projectBox:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-projectBox__item.hide {
  display: none;
}
.c-projectBox__heading {
  width: 45%;
  z-index: 10;
  margin-top: 9.0625rem;
  margin-right: 1.875rem;
  position: relative;
}
@media (max-width: 991px) {
  .c-projectBox__heading {
    width: 100%;
    margin-top: 2rem;
    padding-inline: 1.5625rem;
  }
}
.c-projectBox__heading h3 {
  margin-bottom: 0.75rem;
  padding-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (max-width: 991px) {
  .c-projectBox__heading h3 {
    margin-bottom: 0.5625rem;
    font-family: Mundial, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.c-projectBox__heading p {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
}
.c-projectBox__heading__logo {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .c-projectBox__heading__logo {
    margin-bottom: 0.625rem;
  }
}
.c-projectBox__img {
  z-index: 2;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .c-projectBox__img {
    margin-inline: auto;
  }
}
.nesquik {
  background-image: url(../images/nesquik-hero-bg.697bdd30.png);
  background-size: cover;
}
@supports (background-image: url("../images/nesquik-hero-bg.webp")) {
  .nesquik {
    background-image: url(../images/nesquik-hero-bg.7c709855.webp);
  }
}
.nesquik .c-projectBox {
  position: relative;
}
.nesquik .c-projectBox__heading {
  margin-right: 13.75rem;
}
.nesquik .c-projectBox__img {
  margin-top: 3.125rem;
}
.nesquik .c-projectBox__img__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 54%;
}
@media (max-width: 991px) {
  .nesquik .c-projectBox__img__bg {
    display: none;
  }
}
.nesquik:before {
  width: 100px;
  height: 130px;
  background-image: url(nesquik-hero-hand.e0f814b6.png);
  position: absolute;
  top: 80%;
  left: 0;
}
@supports (background-image: url("../images/nesquik-hero-hand.webp")) {
  .nesquik:before {
    background-image: url(../images/nesquik-hero-hand.37a144f0.webp);
  }
}
@media (max-width: 767px) {
  .nesquik:before {
    display: none;
  }
}
.papa-johns {
  background-image: url(../images/papa-johns-bg.1002cc50.svg);
  background-size: cover;
}
.papa-johns .c-projectBox {
  position: relative;
}
.papa-johns .c-projectBox__heading {
  margin-right: 13.75rem;
}
.papa-johns .c-projectBox__img {
  margin-top: 3.125rem;
}
.papa-johns .c-projectBox__img__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 54%;
}
@media (max-width: 991px) {
  .papa-johns .c-projectBox__img__bg {
    display: none;
  }
}
.hp {
  background-color: #2191cd;
}
.hp:before {
  background-image: url(../images/hp-bg.a2b77309.svg);
}
@media (max-width: 991px) {
  .hp:before {
    background-image: url(../images/hp-component-bg-mobiles.a09d5b66.svg);
  }
}
.hp .c-projectBox__heading {
  margin-top: 6.875rem;
}
@media (max-width: 991px) {
  .hp .c-projectBox__heading {
    margin-top: 2.0625rem;
  }
}
.hp .c-projectBox__img {
  margin-top: 2rem;
  margin-left: -1.875rem;
}
@media (max-width: 991px) {
  .hp .c-projectBox__img {
    display: none;
  }
}
.hp .c-projectBox__img--mobile {
  z-index: 2;
  width: 100%;
  min-width: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-31%);
}
@media (max-width: 991px) {
  .hp .c-projectBox__img--mobile {
    pointer-events: none;
    display: flex;
  }
}
.hp .c-projectBox__img--mobile--2 {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hp .c-projectBox__img--mobile--2 img {
    max-width: none;
  }
}
.hp .c-projectBox__img2 {
  z-index: 1;
  position: absolute;
  bottom: -26%;
  right: -20%;
}
@media (max-width: 991px) {
  .hp .c-projectBox__img2 {
    display: none;
    bottom: -30%;
    right: -10%;
  }
}
@media (max-width: 767px) {
  .hp .c-projectBox__img2 {
    bottom: -21%;
    right: -24%;
  }
}
.hp__heading2 h3 {
  width: 60%;
}
@media (max-width: 1199px) {
  .hp__heading2 h3 {
    width: 100%;
  }
}
.coca-cola {
  background-color: #c70007;
  position: relative;
}
.coca-cola:before {
  background-image: url(../images/coca-cola-bg.0c5d3f74.svg);
}
.coca-cola:after {
  content: "";
  z-index: 2;
  width: 758px;
  height: 100%;
  background-image: url(../images/coca-cola-bubbles.8464dda4.svg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.coca-cola__projectBox__heading {
  z-index: 3;
}
.coca-cola__projectBox__heading h3 {
  width: 90%;
}
@media (max-width: 991px) {
  .coca-cola__projectBox__heading h3 {
    width: 100%;
  }
}
.coca-cola__img {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
}
@media (max-width: 1199px) {
  .coca-cola__img {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .coca-cola__img {
    width: 70%;
    right: 50%;
    transform: translate(50%);
  }
}
@media (max-width: 575px) {
  .coca-cola__img {
    max-width: 400px;
    width: 110%;
  }
  .coca-cola__img img {
    max-width: 330px;
    margin-left: 1.875rem;
  }
}
.c-cta {
  font-size: 1.125rem;
  line-height: 18px;
}
@media (max-width: 991px) {
  .c-cta {
    padding-left: 0;
  }
}
.c-cta h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-cta h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-cta h2 {
    font-size: 2.5rem;
  }
}
.c-cta p {
  margin-bottom: 2rem;
  line-height: 1.8rem;
}
.c-cta__heading {
  margin-top: 0.5rem;
}
.c-project2Sizes {
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-right: 6.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .c-project2Sizes {
    margin-bottom: 6rem;
  }
}
.c-project2Sizes:last-child {
  margin-bottom: 20.625rem;
}
@media (max-width: 991px) {
  .c-project2Sizes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}
.c-project2Sizes.hide {
  display: none;
}
.c-project2Sizes h2 {
  margin-bottom: 2rem;
  font-family: Mundial, sans-serif;
  font-size: 2rem;
}
.c-project2Sizes h2 a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .c-project2Sizes h2 {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
.c-project2Sizes__logo {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.c-project2Sizes__img {
  height: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
  box-shadow: 0 50px 50px #0009;
}
@media (max-width: 991px) {
  .c-project2Sizes__img {
    max-height: 330px;
  }
}
.c-project2Sizes__img--small {
  width: 100%;
  max-height: 330px;
  border-radius: 1.875rem;
  overflow: hidden;
}
.c-project2Sizes__img--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-project2Sizes__img--big-to-small {
  height: 370px;
}
@media (max-width: 991px) {
  .c-project2Sizes__img--big-to-small {
    height: auto;
  }
}
.c-project2Sizes__img--big-to-small img {
  height: 100%;
  object-fit: cover;
}
.c-project2Sizes__img--small-to-big {
  width: 450px;
  height: 330px;
}
@media (max-width: 991px) {
  .c-project2Sizes__img--small-to-big {
    height: auto;
    width: 100%;
  }
}
.c-project2Sizes__img--small-to-big img {
  height: 100%;
  object-fit: cover;
}
.c-project2Sizes__img img {
  width: 100%;
}
.c-project2Sizes--big {
  width: 44%;
  max-height: 330px;
  max-width: 29.25rem;
}
.c-project2Sizes--big img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-project2Sizes--big {
    width: 100%;
    max-height: none;
  }
}
.c-project2Sizes--small {
  max-width: 23.125rem;
  width: 35%;
  margin-top: 68px;
}
@media (max-width: 991px) {
  .c-project2Sizes--small {
    width: 100%;
    max-width: 29.25rem;
    margin-top: 6rem;
  }
}
.c-project2Sizes--ar:last-child {
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .c-project2Sizes--ar:last-child {
    margin-bottom: 3.125rem;
  }
}
.c-project2Sizes--ar .c-project2Sizes--small .c-project2Sizes__img {
  height: 20.625rem;
}
.c-project2Sizes--ar .c-project2Sizes--small .c-project2Sizes__img img {
  height: 100%;
  object-fit: cover;
}
.c-project2Sizes--ai:last-child {
  margin-bottom: 3.75rem;
}
@media (min-width: 991px) {
  .c-project2Sizes--ai:last-child {
    margin-bottom: 11.6875rem;
  }
}
.c-project2Sizes--ai .c-project2Sizes--small {
  margin-top: 4.875rem;
}
.c-project2Sizes--ai .c-project2Sizes__logo {
  margin-bottom: 0.6875rem;
}
.c-project2Sizes--ai .c-project2Sizes__logo + h2 {
  margin-bottom: 2.75rem;
}
.visuallyhidden {
  margin-bottom: 0;
  padding-block: 0;
  transition: all 0.6s;
  opacity: 0 !important;
}
.c-text-with-col {
  padding-inline: 1.875rem;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .c-text-with-col {
    padding: 0.3125rem 1rem;
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .c-text-with-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-text-with-col h2 {
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .c-text-with-col h2 {
    margin-bottom: 0.6875rem;
    padding-left: 2.5rem;
    font-size: 3rem;
    position: relative;
  }
  .c-text-with-col h2:before {
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='88' viewBox='0 0 84 88' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.88 52.4001H5V35.2001H45.88H48.3061L46.5847 33.4905L29.8967 16.9176L40.84 5.97427L78.6658 43.8001L40.84 81.6258L29.8967 70.6825L46.5847 54.1096L48.3061 52.4001H45.88Z' stroke='white' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5625rem;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
}
.c-text-with-col h2 svg {
  fill: #fff;
}
@media (max-width: 767px) {
  .c-text-with-col h2 svg {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-text-with-col > p {
    line-height: 160%;
  }
}
.c-text-with-col__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 10rem;
  margin-bottom: 12.5rem;
  font-size: 1.125rem;
  display: grid;
}
@media (max-width: 991px) {
  .c-text-with-col__grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-block: 2rem;
  }
}
@media (max-width: 767px) {
  .c-text-with-col__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.c-text-with-col__grid strong {
  margin-bottom: 0.625rem;
  font-size: 22px;
  display: block;
}
@media (max-width: 767px) {
  .c-text-with-col__grid strong {
    margin-bottom: 0.375rem;
    font-size: 1.125rem;
  }
}
.c-text-with-col__col {
  width: 100%;
}
@media (max-width: 767px) {
  .c-text-with-col__col {
    font-size: 1rem;
  }
}
.c-text-with-col__col a {
  text-decoration: underline;
}
.c-text-with-col__platforms {
  align-items: center;
  display: flex;
}
.c-text-with-col__platforms svg {
  margin-right: 1rem;
  display: block;
}
.c-text-with-col__platforms svg:last-child {
  margin-right: 0;
}
.c-text-heading {
  gap: 50px;
  margin-bottom: 12.5rem;
  font-size: 2rem;
  display: flex;
}
.c-text-heading:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .c-text-heading {
    justify-content: space-between;
    font-size: 1.625rem;
  }
}
@media (max-width: 991px) {
  .c-text-heading {
    flex-direction: column;
    gap: 0;
    margin-top: 6rem;
    margin-bottom: 60px;
    font-size: 1.125rem;
  }
}
.c-text-heading h3 {
  width: 20%;
  min-width: 350px;
  margin-top: 1.25rem;
  font-size: 4.5rem;
  position: relative;
}
@media (max-width: 1267px) {
  .c-text-heading h3 {
    padding-left: 2.375rem;
  }
}
@media (max-width: 991px) {
  .c-text-heading h3 {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-text-heading h3 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .c-text-heading h3 br {
    display: none;
  }
}
.c-text-heading__text {
  padding-left: 0.3125rem;
  font-weight: 100;
  line-height: 3.25rem;
}
@media (max-width: 1199px) {
  .c-text-heading__text {
    padding-left: 3.125rem;
    line-height: 1.625;
  }
}
@media (max-width: 991px) {
  .c-text-heading__text {
    width: 100%;
    margin-top: 1.625rem;
    padding-left: 0;
    line-height: 160%;
  }
}
.c-text-heading__text p:nth-child(2) {
  margin-top: 20px;
}
.c-text-heading__text p strong {
  margin-bottom: 0.5rem;
  display: block;
}
.c-text-heading__number {
  margin-bottom: 1.25rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  position: absolute;
  top: 0.625rem;
  left: -2.5rem;
}
@media (max-width: 1267px) {
  .c-text-heading__number {
    margin: 0;
    display: block;
    top: 0.125rem;
    left: 0;
  }
}
.c-text-heading__rating {
  margin-top: 2.5rem;
  display: block;
}
@media (max-width: 991px) {
  .c-text-heading__rating {
    margin-top: 1.5rem;
  }
}
.c-openText {
  width: 100%;
  z-index: 10;
  margin-top: 10rem;
  margin-bottom: 25.875rem;
  margin-left: 6.5625rem;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .c-openText {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .c-openText {
    margin-bottom: 11.25rem;
  }
}
.c-openText h1 {
  margin-bottom: 0.5rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .c-openText h1 {
    font-size: 1rem;
  }
}
.c-openText__text {
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
}
.c-openText__text__small-padding {
  margin-top: -35px;
  display: block;
}
@media (max-width: 991px) {
  .c-openText__text__small-padding {
    margin-top: 0;
  }
  .c-openText__text {
    font-size: 3rem;
    line-height: normal;
  }
}
@media (max-width: 374px) {
  .c-openText__text {
    font-size: 2.625rem;
    line-height: normal;
  }
}
.c-openText a {
  margin-left: 400px;
}
@media (max-width: 991px) {
  .c-openText a {
    margin-left: 0;
  }
}
.c-openText a .c-btn,
.c-openText a .c-btn--fill {
  margin-left: 400px;
}
.c-openText__dpd {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .c-openText__dpd {
    margin-bottom: 4rem;
    padding-inline: 1rem;
  }
  .c-openText__mobile-spacing {
    margin-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .c-openText__mobile-spacing {
    margin-bottom: 10rem;
  }
}
@media (max-width: 575px) {
  .c-openText__mobile-spacing {
    margin-bottom: 8.75rem;
  }
}
.c-openText__outline {
  width: 800px;
  padding-bottom: 118px;
  line-height: 5.625rem;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .c-openText__outline {
    width: 100%;
    padding-bottom: 2rem;
    line-height: 3.5625rem;
  }
}
.c-openText__restText {
  width: 38.75rem;
  -webkit-text-fill-color: #fff;
  position: absolute;
  bottom: 1.25rem;
  left: 24.375rem;
}
@media (max-width: 1050px) {
  .c-openText__restText {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .c-openText__restText {
    width: 100%;
    -webkit-text-stroke: 0px;
    display: block;
    position: static;
  }
}
.c-openText__joinus {
  margin-bottom: 9.375rem;
  padding-bottom: 3.125rem;
}
.c-openText__joinus__restText {
  width: 39.375rem;
  left: 32%;
}
@media (max-width: 1191px) {
  .c-openText__joinus__restText {
    width: 100%;
    -webkit-text-stroke: 0px;
    display: block;
    position: static;
  }
  .c-openText__joinus__outline {
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
.c-openText__joinus a {
  margin-left: 258px;
}
@media (max-width: 1191px) {
  .c-openText__joinus a {
    margin-left: 0;
  }
}
.c-openText__about {
  z-index: 30;
  margin-top: 12.5rem;
  margin-left: 100px;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 300;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .c-openText__about {
    flex-direction: column;
  }
  .c-openText__about__span-wrapper {
    flex-wrap: wrap;
    display: flex;
  }
}
.c-openText__about__span {
  width: auto;
  display: block;
}
@media (max-width: 991px) {
  .c-openText__about__span {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-openText__about__span {
    display: block;
  }
}
.c-openText__about__heading {
  width: 390px;
}
.c-openText__about__rest {
  width: 60%;
  flex-direction: column;
  padding-inline: 16px;
  display: flex;
}
@media (max-width: 991px) {
  .c-openText__about__rest {
    width: 100%;
    margin-top: -40px;
    padding-inline: 0;
  }
}
.c-openText__about__rest p {
  max-width: 600px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .c-openText__about {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .c-openText__about {
    margin-left: 0;
  }
}
.c-openText__about__restText {
  width: 39.375rem;
  position: static;
  left: 62%;
}
@media (max-width: 991px) {
  .c-openText__about__restText {
    width: 100%;
    -webkit-text-stroke: 0px;
    display: block;
    position: static;
  }
}
.c-openText__about__outline {
  width: 630px;
}
@media (max-width: 991px) {
  .c-openText__about__outline {
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
.transoformation__hero {
  width: 100%;
}
.transformation {
  margin-bottom: 4rem;
}
.transformation__text {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.transformation__restText {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
}
@media (max-width: 1050px) {
  .transformation__restText {
    display: block;
  }
}
.transformation a {
  margin-left: 686px;
}
@media (max-width: 1097px) {
  .transformation a {
    margin-left: 0;
  }
}
.marketing {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .marketing {
    margin-bottom: 8.125rem;
  }
}
.marketing__text {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
@media (max-width: 1020px) {
  .marketing__text {
    width: 100%;
  }
}
.marketing a {
  margin-top: 2rem;
  margin-left: 200px;
}
@media (max-width: 991px) {
  .marketing a {
    margin-left: 0;
  }
}
.marketing__restText {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 90px;
  left: 200px;
}
@media (max-width: 991px) {
  .marketing__restText {
    position: static;
  }
}
.moreTransform {
  transform: translate(-150px);
}
.c-sectionHeading {
  margin-bottom: 2rem;
}
.c-sectionHeading h2 {
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .c-sectionHeading h2 {
    font-size: 1rem;
  }
}
.c-sectionHeading--ai {
  margin-bottom: 2.5rem;
}
.c-quote {
  width: 100%;
  column-gap: 2.8125rem;
  margin-top: 6.5625rem;
  display: flex;
}
@media (max-width: 991px) {
  .c-quote {
    flex-direction: column-reverse;
  }
}
.c-quote__left {
  width: 30%;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 0.3125rem;
  margin-left: 1.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .c-quote__left {
    width: 100%;
    margin-left: 0;
  }
}
.c-quote__right {
  width: 57%;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 100;
}
@media (max-width: 991px) {
  .c-quote__right {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
.c-quote__right span {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}
.c-quote__name {
  margin-top: 1.5rem;
}
.c-quote__profession {
  color: #00a8cc;
}
.about__quote {
  margin-bottom: 25rem;
}
@media (max-width: 991px) {
  .about__quote {
    margin-bottom: 12.5rem;
  }
}
.c-four-mobiles {
  justify-content: center;
  padding: 0;
  display: flex;
  position: relative;
}
.gsk__mobiles--img .c-four-mobiles {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .gsk__mobiles--img .c-four-mobiles {
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .gsk__mobiles--img .c-four-mobiles {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .c-four-mobiles {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }
}
.c-four-mobiles__img:nth-child(2n) {
  margin-top: 5rem;
  margin-inline: 1.875rem;
}
@media (max-width: 991px) {
  .c-four-mobiles__img:nth-child(2n) {
    margin-inline: 0;
    margin-top: 0%;
  }
}
.c-four-mobiles__img:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .c-four-mobiles__img:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .c-four-mobiles__img:nth-child(2) {
    grid-area: 2/2/4/3;
  }
  .c-four-mobiles__img:nth-child(3) {
    grid-area: 3/1/5/2;
  }
  .c-four-mobiles__img:nth-child(4) {
    grid-area: 4/2/6/3;
  }
}
.c-four-mobiles__img__parts__after {
  margin-top: 1rem;
}
.c-four-mobiles__img--even {
  background-color: red;
  margin-top: -100px;
}
.c-chat-animation {
  width: 268px;
  height: 577px;
  will-change: transform;
  background-color: #030c1a;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000040;
}
.c-chat-animation__bar {
  width: 100%;
  z-index: 5;
  position: absolute;
  top: -2px;
  left: 0;
}
.c-chat-animation__chat-space {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  animation: 13s 1s infinite chat-scroll;
  display: flex;
  position: relative;
}
.c-chat-animation__chat-space__person {
  opacity: 0;
  margin-bottom: 0.625rem;
  animation: 13s 1s infinite person-show;
  transform: translateY(50px);
}
.c-chat-animation__chat-space__box {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-inline: 15px;
}
.c-chat-animation__chat-space__box--2 {
  justify-content: flex-end;
  display: flex;
}
.c-chat-animation__chat-space__message {
  width: 75%;
  opacity: 0;
  background-color: #121f33;
  border-radius: 20px;
  margin-bottom: 0.125rem;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
}
.c-chat-animation__chat-space__message--2 {
  width: auto;
  opacity: 0;
  transform: translateY(50px);
}
.c-chat-animation__typing {
  z-index: 5;
  width: 71px;
  height: 32px;
  width: 54px;
  background-color: #121f33;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  animation: 13s 1s infinite hidden-typing;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 12px;
  overflow: hidden;
}
#receive-message-first {
  animation: 13s 1s infinite show-message;
  transform: translateY(50px);
}
#receive-message-second {
  animation: 13s 1s infinite show-message;
  transform: translateY(60px);
}
#receive-message-third {
  animation: 13s 1s infinite show-message;
  transform: translateY(70px);
}
#receive-message-fourth,
#receive-message-fifth {
  animation: 13s 1s infinite show-message2;
  transform: translateY(50px);
}
#send-message-first {
  animation: 13s 1s infinite send-message;
}
#send-message-second {
  animation: 13s 1s infinite send-message2;
}
@keyframes person-show {
  0% {
    opacity: 0;
  }
  7.7% {
    opacity: 0;
  }
  15.4% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-message {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  23.1% {
    opacity: 0;
    transform: translateY(70px);
  }
  30.5% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-message2 {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  59.2% {
    opacity: 0;
    transform: translateY(70px);
  }
  66.6% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes send-message {
  0% {
    opacity: 0;
    background-color: #121f33;
    transform: translateY(50px);
  }
  37.8% {
    opacity: 0;
    background-color: #121f33;
    transform: translateY(50px);
  }
  42.3% {
    opacity: 1;
    background-color: #121f33;
    transform: translateY(30px);
  }
  51.3% {
    opacity: 1;
    background-color: #121f33;
    transform: translateY(30px);
  }
  55.5% {
    opacity: 1;
    background-color: #1d74f5;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    background-color: #1d74f5;
    transform: translateY(0);
  }
}
@keyframes send-message2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  74% {
    opacity: 0;
    transform: translateY(50px);
  }
  85.5% {
    opacity: 1;
    background-color: #121f33;
    transform: translateY(0);
  }
  91.76% {
    opacity: 1;
    background-color: #121f33;
    transform: translateY(0);
  }
  96.2% {
    opacity: 1;
    background-color: #1d74f5;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    background-color: #1d74f5;
    transform: translateY(0);
  }
}
@keyframes hidden-typing {
  0% {
    opacity: 1;
  }
  29.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes chat-scroll {
  0% {
    transform: translateY(0);
  }
  66.6% {
    transform: translateY(0);
  }
  74% {
    transform: translateY(-170px);
  }
  to {
    transform: translateY(-170px);
  }
}
.grid-number-list {
  width: 93%;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 9%;
  display: grid;
}
@media (max-width: 767px) {
  .grid-number-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-number-list__element__number {
  opacity: 0.4;
}
.grid-number-list__element__title {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 900;
}
.grid-number-list__element__title--big {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.section-space--400 {
  margin-top: 25rem;
}
@media (max-width: 991px) {
  .section-space--400 {
    margin-top: 12.5rem;
  }
}
.section-space--240 {
  margin-top: 15rem;
}
@media (max-width: 991px) {
  .section-space--240 {
    margin-top: 7.5rem;
  }
}
.section-space--200 {
  margin-top: 12.5rem;
}
@media (max-width: 991px) {
  .section-space--200 {
    margin-top: 6.25rem;
  }
}
.section-space--160 {
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .section-space--160 {
    margin-top: 5rem;
  }
}
.section-space--120 {
  margin-top: 7.5rem;
}
@media (max-width: 991px) {
  .section-space--120 {
    margin-top: 3.75rem;
  }
}
.section-space--90 {
  margin-top: 5.625rem;
}
@media (max-width: 991px) {
  .section-space--90 {
    margin-top: 3.75rem;
  }
}
.section-space--0 {
  margin-top: 0 !important;
}
.section-space-bottom--240 {
  margin-bottom: 15rem;
}
@media (max-width: 991px) {
  .section-space-bottom--240 {
    margin-bottom: 7.5rem;
  }
}
.section-space-bottom--200 {
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .section-space-bottom--200 {
    margin-bottom: 5rem;
  }
}
.section-space-bottom--160 {
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .section-space-bottom--160 {
    margin-bottom: 5rem;
  }
}
.section-space-all-devices--200 {
  margin-top: 12.5rem;
}
.flare-animation {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -100%;
  left: 0;
}
@media (max-width: 1199px) {
  .flare-animation {
    top: -80%;
  }
}
@media (max-width: 991px) {
  .flare-animation {
    top: -40%;
  }
}
@media (max-width: 767px) {
  .flare-animation {
    top: -30%;
    transform: scale(1.2);
  }
}
@media (max-width: 575px) {
  .flare-animation {
    top: -20%;
  }
}
@media (max-width: 374px) {
  .flare-animation {
    top: -15%;
  }
}
.flare-animation--element {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.flare-animation--1 {
  z-index: 4;
  z-index: 7;
  animation: 10s ease-in-out infinite flare1;
  top: 30%;
  left: 40%;
}
.flare-animation--2 {
  z-index: 8;
  z-index: 10;
  animation: 10s ease-in-out infinite flare2;
  top: 5%;
  left: 50%;
}
.flare-animation--3 {
  z-index: 5;
  animation: 10s ease-in-out infinite flare3;
  left: -10%;
}
.flare-animation--4 {
  z-index: 3;
  top: 33%;
  left: -30%;
}
.flare-animation--5 {
  z-index: 6;
  z-index: 7;
  animation: 10s ease-in-out infinite flare4;
  top: 25%;
  left: 40%;
}
@keyframes flare1 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-20%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes flare2 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-54%, 30%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes flare3 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: rotate(328deg) translateY(8%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes flare4 {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: translate(-30%, 10%);
  }
  50% {
    opacity: 1;
    transform: translate(-20%, 8%);
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(0);
  }
}
.video__header {
  color: #000;
  opacity: 0;
  margin-top: 31.25rem;
  animation: 1s forwards videoHeader;
  position: absolute;
}
.video__container {
  justify-content: center;
  align-items: center;
  display: flex;
}
.video__wrap {
  animation: 1s ease-in-out forwards showNav;
  transform: translateY(-200px);
}
.video__anim {
  width: 100%;
  object-fit: cover;
  height: calc(100% - 6.25rem);
  z-index: 900;
  border-radius: 3.75rem;
  margin-top: 0;
  padding-inline: 1.25rem;
  animation: 1s ease-in-out forwards scaleVideo;
  position: absolute;
  overflow: hidden;
  transform: scale(1.2);
}
.video__anim + h1 {
  animation: none;
  position: absolute;
}
@keyframes videoHeader {
  0% {
    opacity: 0;
    margin-top: 31.25rem;
  }
  40% {
    opacity: 0.5;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 1;
    margin-top: initial;
  }
}
@keyframes scaleVideo {
  0% {
    z-index: 900;
    margin-top: 0;
    transform: scale(1.2);
  }
  to {
    z-index: 900;
    margin-top: 6.25rem;
    transform: scale(1);
  }
}
@keyframes showNav {
  0% {
    transform: translateY(-200px);
  }
  to {
    transform: translateY(0);
  }
}
.s-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 575px) {
  .s-hero {
    height: 100vh;
  }
}
.s-hero__wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .s-hero__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.s-hero h1:not(.video__header) {
  font-size: var(--imposibleTextFontSize);
  margin-top: var(--imposibleTextMarginTop);
  text-align: center;
  margin-left: var(--imposibleTextMargin);
  opacity: 0;
  animation-name: impossible-animation, impossible__transform-aniamation;
  animation-duration: 2s, 2s;
  animation-timing-function: ease, ease;
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
  animation-play-state: running, running;
  animation-delay: 0.5s, 4.5s;
  animation-fill-mode: forwards;
  position: relative;
  transform: translate(-100vw);
}
@media (max-width: 991px) {
  .s-hero h1:not(.video__header) {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    animation: 2s 0.5s forwards impossible-animation--mobile;
  }
}
.s-hero h1:not(.video__header) span {
  animation: 2s 4.5s forwards opacityDown;
}
.s-hero h1:not(.video__header):after {
  content: "Impossible.";
  color: #fff;
  opacity: 0;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
  animation: 2s 4.5s forwards opacityUp;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.s-hero__done {
  width: calc(var(--imposibleTextFontSize) * 2.5);
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation-name: done-animation, color-animation;
  animation-duration: 2s, 2s;
  animation-timing-function: ease, ease;
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
  animation-play-state: running, running;
  animation-delay: 2.5s, 4.5s;
  animation-fill-mode: forwards;
  display: flex;
  position: relative;
  transform: translate(40vw);
}
@media (max-width: 991px) {
  .s-hero__done {
    animation: 2s 2.5s forwards done-animation;
  }
}
.s-hero__done img {
  width: 100%;
  opacity: 0;
  animation: 2s 2.5s forwards opacityUp;
}
.s-hero__done svg path {
  animation: 1.5s 2.5s forwards svgFill;
}
.s-hero__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: 1.5s forwards opacityUp;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.s-hero__bg--texture {
  mix-blend-mode: overlay;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
.s-hero__bg--texture img {
  width: 100%;
  height: 100%;
}
.s-hero__bg--1,
.s-hero__bg--2,
.s-hero__bg--3,
.s-hero__bg--4 {
  position: absolute;
}
.s-hero__bg--1 {
  width: 2800px;
  animation: 10s ease-in 10s infinite gradientTransform;
  top: -16px;
  left: -816px;
}
@media (max-width: 991px) {
  .s-hero__bg--1 {
    width: 2200px;
    animation: 10s ease-in 10s infinite gradientTransformMobile;
    left: -300px;
    transform: rotate(104deg);
  }
}
@media (max-width: 767px) {
  .s-hero__bg--1 {
    width: 1700px;
  }
}
.s-hero__bg--2 {
  animation: 10s ease-in 10s infinite gradientTransform2;
  top: -1015px;
  right: -800px;
}
@media (max-width: 767px) {
  .s-hero__bg--2 {
    width: 824px;
    animation: 10s ease-in 10s infinite gradientTransform2Mobile;
    top: -53px;
    right: -433px;
    transform: rotate(18deg);
  }
}
.s-hero__bg--3 {
  top: -94px;
  right: -790px;
}
.s-hero__bg--4 {
  width: 100%;
  top: 102px;
  right: -456px;
}
.s-hero__sub h1 {
  animation: none;
}
.heroArrow {
  width: 100%;
  top: var(--heroArrowTop);
  left: var(--heroArrowLeft);
  opacity: 0;
  justify-content: center;
  align-items: center;
  animation-name: arrow1, arrowRotate, arrowInfinite;
  animation-duration: 2s, 2s, 1.35s;
  animation-timing-function: ease, ease, ease;
  animation-iteration-count: 1, 1, infinite;
  animation-direction: normal, normal, normal;
  animation-play-state: running, running, running;
  animation-delay: 2.5s, 4.5s, 6.5s;
  animation-fill-mode: forwards;
  display: flex;
  position: absolute;
  transform: translate(-40vw);
}
@media (max-width: 991px) {
  .heroArrow {
    animation: 2s 2.5s forwards arrow1;
  }
}
.heroArrow svg {
  transform: scale(var(--svgSize));
  margin: 0;
  animation: 1.35s 6.5s infinite arrowFill;
}
.little-arrow {
  z-index: 20;
  opacity: 0;
  animation-name: opacityUp, arrowInfinite2;
  animation-duration: 2s, 2s;
  animation-timing-function: ease, ease;
  animation-iteration-count: 1, infinite;
  animation-direction: normal, normal;
  animation-play-state: running, running;
  animation-delay: 5.5s, 6.5s;
  animation-fill-mode: forwards;
  display: none;
  position: absolute;
  bottom: 5.625rem;
  right: 1.25rem;
}
.little-arrow svg {
  animation: 2s 6.5s infinite arrowFill;
}
@media (max-width: 991px) {
  .little-arrow {
    display: block;
  }
}
@keyframes impossible-animation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(-10%);
  }
}
@keyframes impossible-animation--mobile {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes impossible__transform-aniamation {
  to {
    margin-bottom: var(--imposibleTextMarginBottom);
    transform: translate(0);
  }
}
@keyframes done-animation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes svgAnimation {
  to {
    width: 1000px;
    height: auto;
  }
}
@keyframes color-animation {
  to {
    width: var(--mWidth);
    transform: translateY(var(--doneTransform));
    filter: brightness(0) saturate() invert(0%) sepia(7%) saturate(1078%)
      hue-rotate(16deg) brightness(89%) contrast(84%);
    margin: 0 auto;
  }
}
@keyframes opacityDown {
  to {
    opacity: 0;
  }
}
@keyframes opacityUp {
  to {
    opacity: 1;
  }
}
@keyframes gradientTransform {
  0% {
    transform: translate(0);
  }
  20% {
    transform: rotate(-20deg) translate(25%) translateY(12%);
  }
  50% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  70% {
    transform: translate(0);
  }
}
@keyframes gradientTransformMobile {
  0% {
    transform: rotate(104deg);
  }
  20% {
    transform: rotate(90deg) translateY(35%);
  }
  50% {
    transform: rotate(90deg) translateY(35%);
  }
  70% {
    transform: rotate(104deg);
  }
}
@keyframes gradientTransform2Mobile {
  0% {
    transform: rotate(18deg);
  }
  20% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(18deg);
  }
}
@keyframes gradientTransform2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  20% {
    transform: rotate(-20deg) translateY(0) translate(5%);
  }
  50% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes arrow1 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(-15px);
  }
}
@keyframes arrowRotate {
  to {
    transform: rotate(90deg) translateX(var(--arrowTransform));
  }
}
@keyframes arrowInfinite {
  0% {
    transform: rotate(90deg) translateX(var(--arrowTransform));
  }
  50% {
    transform: rotate(90deg) translateX(calc(var(--arrowTransform) - 2%));
  }
  to {
    transform: rotate(90deg) translateX(var(--arrowTransform));
  }
}
@keyframes arrowInfinite2 {
  50% {
    transform: translateY(-40%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes arrowFill {
  0% {
    fill: #0000;
  }
  50% {
    fill: #fff;
  }
  to {
    fill: #0000;
  }
}
@keyframes svgFill {
  to {
    fill: #141414;
  }
}
.c-logos {
  margin-top: 4rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .c-logos {
    margin-top: 2rem;
    margin-bottom: 7.1875rem;
  }
}
.c-logos__list {
  grid-template-columns: repeat(8, 1fr);
  column-gap: 4%;
  display: grid;
}
@media (max-width: 991px) {
  .c-logos__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 5%;
  }
}
.c-logos__item {
  justify-content: center;
  align-items: center;
  display: flex;
}
.c-logos__item:nth-child(1) {
  justify-content: flex-start;
}
.c-logos__item--small {
  padding-inline: 15px;
}
.c-logos__about {
  margin-bottom: 4rem;
}
.c-logos__about__grid {
  opacity: 0.5;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .c-logos__about__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}
.s-intro__text {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  padding-inline: 6.5625rem;
  font-weight: 100;
}
.s-intro__text--less-margin {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .s-intro__text {
    margin-bottom: 0;
    padding-inline: 0;
    font-size: 1.125rem;
  }
}
.s-intro__text .c-text {
  margin-bottom: 1rem;
}
.s-intro__text p {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .s-intro__text p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
  }
}
.s-intro__text span {
  display: inline-block;
}
.s-intro--ar .s-intro__text {
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.625rem;
  padding-inline: 6.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-intro--ar .s-intro__text {
    padding-inline: 0;
  }
}
.s-intro--ar .s-intro__text p {
  line-height: 3.1875rem;
}
@media (max-width: 991px) {
  .s-intro--ar .s-intro__text p {
    line-height: normal;
  }
}
.s-intro--ar .s-intro__text .c-btn,
.s-intro--ar .s-intro__text .c-btn--fill {
  margin-top: 1.25rem;
  padding: 0.25rem 1.3125rem 0.5rem;
  display: inline-block;
}
.s-intro--ar {
  margin-bottom: 7.5rem;
}
.s-intro--ar .vimeo-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.s-intro--ar .vimeo-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.s-intro--ar {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 991px) {
  .s-intro--ar {
    margin-top: 12rem;
    margin-bottom: 9.1875rem;
  }
}
.s-intro--ar .s-intro__text {
  margin-top: 5rem;
}
@media (min-width: 991px) {
  .s-intro--ar .s-intro__text {
    margin-top: 6.25rem;
  }
}
.s-intro--ar .s-intro__text .c-btn,
.s-intro--ar .s-intro__text .c-btn--fill {
  margin-top: 5.1875rem;
}
.s-intro--vr {
  margin-top: 1.4375rem;
  margin-bottom: 5rem;
}
.s-intro--vr.s-intro--ar-vr {
  margin-top: 2.9375rem;
}
@media (min-width: 991px) {
  .s-intro--vr {
    margin-top: 1.4375rem;
    margin-bottom: 6.5rem;
  }
}
.s-intro--vr .vimeo-container {
  margin-top: 5.3125rem;
}
@media (min-width: 767px) {
  .s-intro--vr .vimeo-container {
    margin-top: 7.1875rem;
  }
}
.s-intro--vr .s-intro__text {
  text-align: center;
  margin-top: 0;
}
.s-intro--vr .s-intro__text .c-text {
  text-align: start;
  margin-bottom: 3.1875rem;
  line-height: 1.75rem;
}
@media (min-width: 767px) {
  .s-intro--vr .s-intro__text .c-text {
    margin-bottom: 5.0625rem;
    line-height: 3.175rem;
  }
}
.s-intro--vr .s-intro__text .c-btn,
.s-intro--vr .s-intro__text .c-btn--fill {
  background-color: #00a8cc;
  border-color: #00a8cc;
  border-radius: 2.5rem;
  padding: 0.625rem 1.875rem;
  font-size: 1rem;
}
.s-intro--vr .s-intro__text .c-btn .arrow,
.s-intro--vr .s-intro__text .c-btn--fill .arrow {
  width: 1rem;
  transform: translateY(-5px);
}
.s-intro--vr .s-intro__text .c-btn .arrow.long,
.s-intro--vr .s-intro__text .c-btn--fill .arrow.long,
.s-intro--vr .s-intro__text .c-btn .arrow.long--white,
.s-intro--vr .s-intro__text .c-btn--fill .arrow.long--white {
  width: 1.5625rem;
}
@media (min-width: 767px) {
  .s-intro--vr .s-intro__text .c-btn,
  .s-intro--vr .s-intro__text .c-btn--fill {
    padding: 0.9375rem 6.25rem;
    font-size: 2rem;
  }
}
.s-intro--ai .st-outline--semitransparent {
  opacity: 0.5 !important;
}
.s-numered-cols {
  margin-top: 14.375rem;
}
@media (max-width: 991px) {
  .s-numered-cols {
    margin-top: 0;
  }
}
.s-numered-cols h2 {
  padding-top: 6.875rem;
}
@media (max-width: 991px) {
  .s-numered-cols h2 {
    margin-bottom: 4rem;
    padding-top: 0;
  }
}
.s-numered-cols__p {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 100;
}
@media (max-width: 991px) {
  .s-numered-cols__p {
    font-size: 1.125rem;
    font-weight: 300;
  }
}
.s-numered-cols__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-bottom: calc(19.5rem - 10px);
  font-size: 1.125rem;
  font-weight: 300;
  transition: all 5s;
  display: grid;
}
@media (max-width: 991px) {
  .s-numered-cols__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 10rem;
  }
}
.s-numered-cols__grid__element span {
  opacity: 0.3;
  font-size: 18px;
}
.s-numered-cols__grid__element h3 {
  margin-top: 0.625rem;
  padding-left: 0.125rem;
  font-family: Mundial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
.s-numered-cols__grid__element p {
  margin-top: 0.75rem;
}
.tranisition-1 {
  transition: all 1s !important;
}
.transition-2 {
  transition: all 2s !important;
}
.delay {
  transition-delay: 0.5s !important;
}
.s-ourWork h2 {
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.s-ourWork h2.entry {
  opacity: 0.5 !important;
}
@media (max-width: 991px) {
  .s-ourWork h2 {
    margin-bottom: 4rem;
    padding-bottom: 0;
  }
}
.s-cta-grid {
  width: 100%;
  column-gap: 3%;
  margin-bottom: 17.5rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-cta-grid {
    flex-direction: column;
    margin-bottom: 10rem;
  }
}
.s-cta-grid__heading {
  width: 35%;
  margin-right: 8%;
}
@media (max-width: 991px) {
  .s-cta-grid__heading {
    width: 100%;
    margin-bottom: 3.25rem;
  }
}
.s-cta-grid__grid {
  width: 60%;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 0 100px;
  margin-top: -0.3125rem;
  display: grid;
}
.s-cta-grid__grid img {
  padding: 0;
}
.s-cta-grid__grid.ar-vr {
  row-gap: 30px;
}
.s-cta-grid__grid.ar-vr img {
  width: 100%;
}
@media (max-width: 991px) {
  .s-cta-grid__grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-inline: 3.125rem;
  }
}
@media (max-width: 767px) {
  .s-cta-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-cta-grid__grid a:last-child {
    display: none;
  }
}
.s-cta-grid--ar {
  margin-bottom: 13.75rem;
}
@media (max-width: 767px) {
  .s-cta-grid--ar {
    margin-bottom: 3.125rem;
  }
}
.s-ourClients__services {
  margin-top: 14.75rem;
  margin-bottom: 5.625rem;
}
.s-cta-grid__ecommerce {
  margin-bottom: 214px;
}
@media (max-width: 767px) {
  .logo__1 {
    order: 2;
  }
  .logo__2 {
    order: 3;
  }
  .logo__3 {
    order: 0;
  }
  .logo__4 {
    order: 4;
  }
  .logo__5 {
    order: 5;
  }
  .logo__6 {
    order: 1;
  }
  .logo__7 {
    order: 6;
  }
  .logo__8 {
    order: 7;
  }
  .logo__9 {
    order: 12;
  }
  .logo__10 {
    order: 10;
  }
  .logo__11 {
    order: 8;
  }
  .logo__12 {
    order: 11;
  }
  .logo__13 {
    order: 13;
  }
  .logo__14 {
    order: 9;
  }
  .logo__15 {
    display: none;
  }
}
.s-text-with-big-images {
  width: 100%;
  height: 1900px;
  margin-bottom: 14.375rem;
  padding-bottom: 1.875rem;
  padding-left: 8.125rem;
  position: relative;
}
@media (max-width: 991px) {
  .s-text-with-big-images {
    height: auto;
    padding: 0;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 5rem;
    padding-inline: 1.875rem;
  }
}
.s-text-with-big-images__heading {
  width: 44%;
  line-height: 0.625rem;
}
@media (max-width: 991px) {
  .s-text-with-big-images__heading {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.s-text-with-big-images__imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .s-text-with-big-images__imgs {
    display: none;
  }
}
.s-text-with-big-images__img {
  width: 41%;
  height: 37%;
  border-radius: 30px;
  position: absolute;
  box-shadow: 0 50px 50px #000;
}
.s-text-with-big-images__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img {
    width: 100%;
    margin: 0;
    padding-inline: 30px;
    position: static;
  }
  .s-text-with-big-images__img img {
    width: 100%;
  }
}
.s-text-with-big-images__img--1 {
  top: 15.5%;
  left: 10.5%;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--1 {
    top: 0%;
  }
}
.s-text-with-big-images__img--2 {
  top: 0;
  right: 5%;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--2 {
    top: 0%;
  }
}
.s-text-with-big-images__img--3 {
  top: 42.7%;
  right: 2.5%;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--3 {
    top: 20%;
  }
}
.s-text-with-big-images__img--3__Text {
  z-index: -1;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 6.5rem;
  position: absolute;
  top: -120px;
  right: -20px;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--3__Text {
    display: none;
  }
}
.s-text-with-big-images__img--4 {
  top: 58.3%;
  left: 8%;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--4 {
    top: 20%;
  }
}
.s-text-with-big-images__img--4__Text {
  z-index: -1;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 6.5rem;
  position: absolute;
  top: -120px;
  left: -20%;
}
@media (max-width: 991px) {
  .s-text-with-big-images__img--4__Text {
    display: none;
  }
}
.js-contact.sent > .InputBox {
  display: none !important;
}
.js-contact.sent .s-contact__group {
  display: none;
}
@media (max-width: 991px) {
  .js-contact-form .InputBox {
    display: none;
  }
}
.s-contact {
  /* padding-top: 8%; */
  padding-bottom: 2%;
  position: relative;
}
.s-contact__box {
  position: relative;
}
.s-contact__about {
  margin-top: 11.25rem;
}
.s-contact .c-box {
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  .s-contact .c-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .s-contact .c-box {
    margin-bottom: 3.75rem;
  }
}
.s-contact .c-box h2 {
  margin-top: 0;
  z-index: -1;
  margin-bottom: 0.75rem;
}
.s-contact__wrapper {
  min-height: 1px;
  display: flex;
}
@media (max-width: 991px) {
  .s-contact__wrapper {
    flex-direction: column;
  }
}
.s-contact__group {
  width: 50%;
  flex: 1;
}
@media (max-width: 991px) {
  .s-contact__group {
    width: 100%;
  }
}
.s-contact__group:nth-last-child(1) {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .s-contact__group:nth-last-child(1) {
    text-align: left;
  }
}
.show-confirmation .s-contact__group {
  display: none;
}
.s-contact__header .s-contact__group:nth-last-child(2) {
  flex: 0 40.69%;
  margin-right: 2rem;
}
.s-contact__header .s-contact__group:nth-last-child(2) input {
  width: 100%;
}
.s-contact__header .s-contact__group:nth-last-child(1) {
  flex: 1;
}
.s-contact label {
  display: block;
}
.s-contact input[type="text"],
.s-contact input[type="tel"],
.s-contact input[type="email"] {
  box-sizing: border-box;
  width: 80%;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  padding: 0.8125rem 1.5rem;
  font-size: 22px;
}
@media (max-width: 991px) {
  .s-contact input[type="text"],
  .s-contact input[type="email"] {
    width: 100%;
    margin-inline: 0;
  }
}
.s-contact textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  color: #fff;
  width: 100%;
  height: 220px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 1.25rem;
  outline: none;
  margin-bottom: 1.25rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  transition: background-color 0.8s;
}
@media (max-width: 767px) {
  .s-contact textarea {
    padding-top: 2.2rem;
  }
}
.s-contact__response-output {
  font-size: 1.125rem;
  display: none;
}
.show-confirmation .s-contact__response-output {
  display: block;
}
.s-contact .c-btn,
.s-contact .c-btn--fill {
  position: relative;
}
@media (max-width: 991px) {
  .s-contact .c-btn__button {
    margin-top: 20px;
  }
  .s-contact .c-btn,
  .s-contact .c-btn--fill {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}
.s-contact .c-btn.loading,
.s-contact .loading.c-btn--fill {
  pointer-events: none;
}
.s-contact .c-btn.loading:before,
.s-contact .loading.c-btn--fill:before {
  content: "";
  z-index: 2;
  background-color: #fffffff2;
  background-image: url("data:image/svg+xml, %3Csvg class='s-contact__loader' version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 26px;
  display: block;
  position: absolute;
  inset: -2px;
}
.s-contact__services {
  margin-top: 10.625rem;
}
.s-contact__header {
  width: 90%;
  max-width: 65.5625rem;
  background: 0 0;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  .s-contact__header {
    width: 100%;
    z-index: 5;
    height: 100vh;
    min-height: 700px;
    background-color: #00a8cc;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10rem;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(100%);
    display: flex !important;
  }
}
.s-contact__header__boxes {
  margin: 0;
  padding-inline: 16px;
}
.s-contact__header__left {
  width: 36%;
  flex: none;
  margin-right: 0.625rem;
}
@media (max-width: 991px) {
  .s-contact__header__left {
    width: 100%;
  }
}
.s-contact__header__left input {
  width: 100%;
}
.s-contact__header__right {
  width: 55%;
  flex: none;
}
@media (max-width: 991px) {
  .s-contact__header__right {
    width: 100%;
  }
}
.s-contact__header__right textarea {
  margin-bottom: 1.875rem;
}
input:focus {
  color: #000;
  background-color: #fff;
}
input {
  font-size: inherit;
  color: inherit;
  background: inherit;
  font-family: inherit;
  transition: background-color 0.8s;
}
.Input,
.textarea {
  z-index: 2;
  border: 0.2em solid;
  border-radius: 0.4em;
  padding: 0.5em;
  position: relative;
}
.Input:focus,
.Input:not(:-webkit-placeholder-shown),
.Input:-webkit-autofill,
.textarea:focus,
.textarea:not(:-webkit-placeholder-shown),
.textarea:-webkit-autofill {
  background-color: #fff;
}
.Input:focus + label,
.Input:not(:placeholder-shown) + label,
.Input:-webkit-autofill + label,
.textarea:focus + label,
.textarea:not(:placeholder-shown) + label,
.textarea:-webkit-autofill + label {
  color: gray;
  z-index: 5;
  font-size: 0.8rem;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 1rem;
  transform: translate(10px);
}
.InputWrapper,
.textareaWrapper {
  flex-flow: column;
  margin: 0 0 1.5rem;
  display: flex;
  position: relative;
}
.InputWrapper input,
.textareaWrapper input {
  width: 100%;
}
.InputLabel,
.textareaLabel {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.textareaLabel {
  width: 90% !important;
  text-align: justify;
}
@media (max-width: 991px) {
  .InputLabel,
  .textareaLabel {
    top: 28px;
  }
}
.Input:not(:placeholder-shown),
.textarea:not(:placeholder-shown) {
  color: #000;
  background-color: #fff;
}
.textareaLabel {
  position: absolute;
  top: 15%;
  left: 1.5rem;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .textareaLabel {
    top: 35px;
  }
}
textarea:focus {
  color: #000;
  background-color: #fff;
}
.s-contact__box {
  position: relative;
}
.contact__bg {
  z-index: -1;
  position: absolute;
}
.contact__bg--1 {
  animation: 7s infinite gradientTransform-contact;
  top: -50%;
  left: -90%;
  right: 0;
  transform: scale(1.5);
}
@media (max-width: 991px) {
  .contact__bg--1 {
    animation: initial;
    z-index: -1;
    top: 30%;
    left: 0;
    transform: scale(3);
  }
}
@media (max-width: 767px) {
  .contact__bg--1 {
    top: 15%;
  }
}
.contact__bg--2 {
  z-index: -1;
  top: -80%;
  left: -30%;
  transform: scale(1.8);
}
@media (max-width: 991px) {
  .contact__bg--2 {
    top: 30%;
    left: 0;
    transform: scale(3);
  }
}
.contact__bg--3 {
  bottom: -90%;
  right: -80%;
}
@media (max-width: 991px) {
  .contact__bg--3 {
    top: 100%;
    left: 0;
    transform: scale(3);
  }
}
.div-step {
  margin-top: 2.5rem;
  display: none;
}
@media (max-width: 991px) {
  .div-step {
    display: flex;
  }
}
.div-step a {
  text-decoration: none;
}
@media (min-width: 991px) {
  .InputBox {
    display: block !important;
  }
}
.InputBox-heading {
  margin-bottom: 2rem;
  font-weight: 700;
  display: none;
}
@media (max-width: 991px) {
  .InputBox-heading {
    display: block;
  }
}
.input-invalid {
  color: #ff0000;
  margin-top: 4px;
  font-size: 0.875rem;
  display: none;
  position: relative;
}
@keyframes gradientTransform-contact {
  0% {
    transform: scale(1.5);
  }
  50% {
    transform: rotate(-20deg) translate(25%) translateY(20%) scale(1.5);
  }
  to {
    transform: scale(1.5);
  }
}
.s-contact__ecommerce {
  padding-bottom: 4.5%;
}
.s-contact__d-agency {
  padding-top: 3%;
  padding-bottom: 4.5%;
}
.full-image {
  width: 100%;
}
.full-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.column-imgs {
  z-index: 0;
  padding-top: 12.5rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .column-imgs {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.column-imgs__title {
  max-width: 100%;
  white-space: initial;
}
.column-imgs__col {
  gap: 2rem;
  margin-top: 3.8125rem;
  font-size: 1.125rem;
  line-height: 1.8rem;
  display: flex;
}
@media (max-width: 991px) {
  .column-imgs__col {
    flex-direction: column;
    gap: 0;
    margin-top: 2.5rem;
  }
}
.column-imgs__col p {
  margin: 0 0 1.875rem;
}
.column-imgs__col__left {
  width: 31.46%;
  font-weight: 100;
}
@media (max-width: 991px) {
  .column-imgs__col__left {
    width: 100%;
  }
}
.column-imgs__col__right {
  width: 49%;
}
@media (max-width: 991px) {
  .column-imgs__col__right {
    width: 100%;
  }
}
.column-imgs__btn {
  display: inline-block;
}
.column-imgs__imgs {
  align-items: flex-start;
  gap: 2.25rem;
  margin-top: 5.4375rem;
  display: flex;
}
@media (max-width: 991px) {
  .column-imgs__imgs {
    flex-direction: column;
    align-items: stretch;
  }
}
.column-imgs__img {
  border-radius: 0.75rem;
  overflow: hidden;
}
.column-imgs__img--1 {
  flex: 0 0 48%;
}
@media (max-width: 991px) {
  .column-imgs__img--1 {
    flex: 0 0 100%;
  }
}
.column-imgs__img--2 {
  flex: 0 0 31.4%;
  margin-top: 15.5938rem;
}
@media (max-width: 991px) {
  .column-imgs__img--2 {
    flex: 0 0 100%;
    margin-top: 0;
  }
}
.column-imgs__img img {
  width: 100%;
}
.column-imgs__bg {
  width: 31.6875rem;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 58.5%;
}
@media (max-width: 991px) {
  .column-imgs__bg {
    display: none;
  }
}
.column-imgs__bg img {
  width: 100%;
  max-width: 100%;
}
.banner-text-2 {
  color: #fff;
  letter-spacing: -0.05625rem;
  min-height: 35.9375rem;
  background-color: #00a8cc;
  padding-top: 6.875rem;
  padding-bottom: 7.25rem;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .banner-text-2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .banner-text-2 {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}
.banner-text-2 span {
  display: block;
}
.banner-text-2 .typed-cursor {
  display: none;
}
.banner-text-2__wrapper {
  width: 64.3125rem;
  max-width: 100%;
}
.vision-pro {
  z-index: 0;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  font-size: 2rem;
  font-weight: 200;
  line-height: 160%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .vision-pro {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    font-size: 1.25rem;
  }
}
.vision-pro--short {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.vision-pro--short .vision-pro__title {
  margin: 0 0 1.25rem;
}
.vision-pro--short .vision-pro__text {
  margin: 0 0 2.25rem;
}
.vision-pro__btn-wrapper {
  text-align: center;
}
.vision-pro__wrapper {
  width: 63.125rem;
  max-width: 100%;
}
.vision-pro__caption {
  background: linear-gradient(
    111deg,
    #f39d9e 26.32%,
    #d11452 64.61%,
    #7c1436 102.31%
  );
  -webkit-background-clip: text;
  color: #0000;
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 0.3125rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%;
  display: inline-block;
}
.vision-pro__title {
  max-width: 100%;
  white-space: initial;
  margin: 0 0 3.4375rem;
  padding: 0.3125rem 0.3125rem 0.5rem;
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 991px) {
  .vision-pro__title {
    margin: 0 0 1.875rem;
    font-size: 3rem;
  }
}
.vision-pro__col {
  gap: 2rem;
  margin: 0 0 6.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .vision-pro__col {
    flex-direction: column;
    gap: 0;
    margin: 0 0 1.875rem;
  }
}
.vision-pro__col p {
  margin: 0 0 1.875rem;
}
.vision-pro__col ul {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
}
.vision-pro__col ul li {
  margin: 0 0 0.4375rem;
  position: relative;
}
.vision-pro__col ul li:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M5.67836 1.86239L9.47647 5.54434L0.820312 5.54434L0.820311 8.45566L9.47646 8.45566L5.67836 12.1376L7.59949 14L14.8203 7L7.59949 1.18531e-06L5.67836 1.86239Z' fill='white'/%3E%3C/svg%3E");
  margin: 0 0.25rem 0 0;
  display: inline-block;
}
.vision-pro__col__left {
  width: 56%;
  font-weight: 100;
}
@media (max-width: 991px) {
  .vision-pro__col__left {
    width: 100%;
  }
}
.vision-pro__tiles {
  width: 60.5rem;
  max-width: 100%;
  align-items: flex-start;
  gap: 1.875rem;
  margin-top: 4.375rem;
  display: flex;
}
@media (max-width: 991px) {
  .vision-pro__tiles {
    flex-direction: column;
    align-items: stretch;
    margin-top: 3.75rem;
  }
}
.vision-pro__tile {
  color: #fff;
  background-color: #00a8cc;
  border-radius: 1rem;
  flex: 0 0 calc(50% - 0.9375rem);
  padding: 1.625rem 2rem 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%;
}
.vision-pro__header {
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8125rem;
  display: flex;
}
.vision-pro__header svg {
  width: 2.5rem;
}
.vision-pro__header-caption {
  color: #ffd60a;
  font-size: 1.125rem;
  font-weight: 700;
}
.vision-pro__header-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@keyframes arrow2 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-1.5625rem);
  }
  to {
    transform: translate(0);
  }
}
@keyframes arrowFill2 {
  0% {
    fill: #0000;
  }
  50% {
    fill: #fff;
  }
  to {
    fill: #0000;
  }
}
.hero-2 {
  z-index: 0;
  margin-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-2 {
    margin-bottom: 0;
  }
}
.hero-2__img {
  z-index: -1;
  margin: 0;
  padding: 0;
  position: absolute;
}
.hero-2__top-container {
  height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.625rem;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .hero-2__top-container {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 575px) {
  .hero-2__top-container {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 374px) {
  .hero-2__top-container {
    padding-bottom: 6.25rem;
  }
}
.hero-2__header-wrapper {
  text-align: left;
  display: inline-block;
}
.hero-2__header {
  text-align: right;
  width: 68.75rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (max-width: 991px) {
  .hero-2__header {
    width: 45.625rem;
    max-width: 100%;
  }
}
.hero-2__img {
  width: 100%;
  height: 100vh;
  top: -0.8125rem;
  left: 0;
}
.hero-2__img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.hero-2__header-caption {
  margin: 0 0 0.75rem;
}
.hero-2__header-title {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 991px) {
  .hero-2__header-title {
    font-size: 4.375rem;
  }
}
@media (max-width: 575px) {
  .hero-2__header-title {
    font-size: 2.8125rem;
  }
}
@media (max-width: 374px) {
  .hero-2__header-title {
    font-size: 2.25rem;
  }
}
@media (orientation: landscape) and (min-width: 991px) and (max-height: 820px) {
  .hero-2__header-title {
    font-size: 6.25rem;
  }
}
.hero-2__header-title span {
  color: #ffd60a;
}
.hero-2__header-title svg {
  animation: 1.5s 0.5s infinite arrowFill2;
}
@media (max-width: 991px) {
  .hero-2__header-title svg {
    width: 4.0625rem;
  }
}
@media (max-width: 575px) {
  .hero-2__header-title svg {
    width: 2.8125rem;
  }
}
.hero-2__arrow {
  animation: 1.5s infinite arrow2;
  display: inline-block;
  position: relative;
}
.hero-2__text {
  width: 60.625rem;
  max-width: 100%;
  margin: 5rem auto;
  font-size: 2rem;
  font-weight: 200;
  line-height: 160%;
}
@media (max-width: 991px) {
  .hero-2__text {
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
}
.hero-2__text p {
  margin: 0 0 32px;
}
.hero-2__text p span {
  display: inline-block;
}
.hero-2__text p span.st-boldUnderline__changeColor:after {
  content: "truly dimension smashing.";
}
.s-work {
  z-index: 40;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s-work {
    margin-bottom: 6.25rem;
  }
}
.s-work__text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .s-work__text {
    font-size: 1rem;
  }
}
.s-work__menu {
  justify-content: flex-end;
  align-items: flex-center;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 1.5rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-work__menu {
    display: none;
  }
}
.s-work__menu h1 {
  margin: auto 0;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .s-work__menu h1 {
    margin: auto;
  }
}
.s-work__menu__options {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .s-work__menu__options {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .s-work__menu__options a {
    margin: 0;
  }
}
.s-work__select {
  width: 100%;
  color: #fff;
  padding: 0.5rem 1.8125rem 0.75rem 1.25rem;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 1.625rem;
  outline: 0;
  margin-bottom: 1.5rem;
  padding-right: 100px;
  font-size: 1rem;
  font-weight: 700;
  display: none;
  position: relative;
}
.s-work__select option {
  background-color: #141414;
}
@media (max-width: 991px) {
  .s-work__select {
    display: block;
  }
}
.s-work-btn {
  font-weight: 700;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/select-arrow.c8eef46a.svg) no-repeat;
  padding: 8px 32px 8px 16px;
  position: relative;
  background-position: calc(100% - 18px) !important;
}
.margin {
  height: 200px;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .margin {
    height: 9.25rem;
  }
}
.s-work__ecommerce .c-project2Sizes {
  margin-bottom: 6.25rem;
}
@media (min-width: 991px) {
  .s-work__ecommerce .c-project2Sizes {
    margin-bottom: 15rem;
  }
}
.s-work--d-agency {
  max-width: 1133px;
}
.s-work--d-agency .c-project2Sizes {
  padding-right: 0;
}
.s-work--d-agency .c-project2Sizes--small {
  margin-top: 50px;
}
.s-work--d-agency .c-project2Sizes {
  margin-bottom: 6.25rem;
}
@media (min-width: 991px) {
  .s-work--d-agency .c-project2Sizes {
    margin-bottom: 16.375rem;
  }
}
.s-hero__columns {
  gap: 1rem;
  margin-top: 10rem;
  margin-bottom: 6.25rem;
  display: flex;
}
@media (max-width: 767px) {
  .s-hero__columns {
    margin-top: 5.125rem;
    margin-bottom: 2rem;
  }
}
.s-hero__columns h1 {
  font-size: 4.5rem;
}
.s-hero__columns__right {
  display: flex;
}
@media (max-width: 991px) {
  .s-hero__columns__right {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .s-hero__columns__heading {
    display: none;
  }
}
.s-hero__columns__arrow {
  flex-shrink: 0;
  margin-top: 0.3125rem;
  margin-right: 1.0625rem;
}
@media (max-width: 991px) {
  .s-hero__columns__arrow {
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .s-hero__columns__arrow {
    display: none;
  }
}
.s-hero__columns__arrow img {
  width: 100%;
}
.s-hero__columns__text {
  max-width: 29.375rem;
  margin-top: 0.3125rem;
}
.project__mobiles {
  margin-inline: auto;
  margin-bottom: 12.5rem;
  padding: 0 1.875rem;
  position: relative;
}
@media (max-width: 991px) {
  .project__mobiles {
    margin-bottom: 10rem;
    padding-inline: 1rem;
  }
}
.project__mobiles--img img {
  width: 100%;
}
.project__mobiles__rating {
  margin-top: 9.25rem;
  padding-left: 1.875rem;
  font-weight: 100;
}
.uncommon__mobiles .project__mobiles__rating {
  padding-left: 0;
}
.nesquik__mobiles .project__mobiles__rating {
  padding: 0;
}
.texaco__mobiles .project__mobiles__rating {
  margin-top: 12.375rem;
}
@media (max-width: 991px) {
  .texaco__mobiles .project__mobiles__rating {
    margin-top: 6rem;
  }
  .project__mobiles__rating {
    padding-left: 0;
    margin-top: 6rem;
    padding-inline: 1rem;
  }
}
@media (max-width: 575px) {
  .project__mobiles__rating {
    padding: 0;
  }
  .suzuki__project__mobiles .project__mobiles__rating {
    padding-inline: 1rem !important;
  }
  .nesquik__mobiles .project__mobiles__rating {
    margin: 0 -1rem;
  }
}
.project__mobiles--no-background {
  margin-bottom: 0;
  padding-top: 10.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .project__mobiles--no-background {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.hero__case-study {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
}
@media (max-width: 991px) {
  .hero__case-study {
    min-height: 700px;
  }
}
.hero__case-study__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__case-study__bg img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero__case-study__img img {
    max-height: 560px;
  }
}
.hero__case-study__wrapper {
  z-index: 2;
  padding-top: 8.5%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .hero__case-study__wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 0;
    padding-top: 7.1875rem;
  }
}
@media (max-width: 767px) {
  .hero__case-study__wrapper {
    height: 100vh;
  }
}
.hero__case-study__heading {
  max-width: 570px;
  margin-top: 4.0625rem;
}
@media (max-width: 991px) {
  .hero__case-study__heading {
    text-align: center;
    display: none;
  }
}
@media (max-width: 767px) {
  .hero__case-study__heading {
    display: none;
  }
}
.hero__case-study__heading h1 {
  margin-top: 1.25rem;
  font-size: 4.5rem;
  line-height: 5.25rem;
}
.hero__case-study__button {
  border-radius: 1.75rem;
  margin-top: 2rem;
  margin-left: 0.3125rem;
  padding: 1rem 4.375rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.papajohnes__case-study {
  overflow: hidden;
}
.papajohnes__heading h1 {
  color: #1a7f5e;
}
.papajohnes__wrapper {
  height: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .papajohnes__wrapper {
    padding-top: 0;
  }
}
.papajohnes__button {
  background-color: #1a7f5e;
}
.papajohnes__hero-image {
  max-width: 600px;
  align-items: end;
  display: flex;
}
@media (max-width: 991px) {
  .papajohnes__hero-image {
    display: none;
  }
}
.papajohnes__hero-image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .papajohnes__hero-image-mobile {
    display: block;
  }
}
.papajohnes__bg img {
  height: 100%;
}
.papajohnes__img:nth-child(2n) {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .papajohnes__img:nth-child(2n) {
    margin-inline: 0;
    margin-top: 0%;
  }
}
.papajohnes__img:nth-child(2) {
  margin-top: -4.375rem;
}
@media (max-width: 991px) {
  .papajohnes__img:nth-child(2) {
    margin-inline: 0;
    margin-top: -100%;
  }
  .papajohnes__img:nth-child(3) {
    margin-top: -20%;
  }
}
@media (max-width: 767px) {
  .papajohnes__img:nth-child(3) {
    margin-top: -30%;
  }
}
@media (max-width: 991px) {
  .papajohnes__img:nth-child(4) {
    margin-top: -80%;
  }
  .papajohnes-text-heading {
    margin-top: -120px;
  }
}
.hp__case-study {
  background-color: #2191cd;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hp__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .hp__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.hp__heading {
  margin-top: 3rem;
}
.hp__button {
  background-color: #6e55ad;
}
.hp__imgs {
  width: 100%;
  margin-left: 8.5%;
  position: relative;
  right: 0;
}
@media (max-width: 991px) {
  .hp__imgs {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }
}
.hp__img {
  position: absolute;
}
.hp__img--left {
  z-index: 2;
  left: -5%;
}
@media (max-width: 991px) {
  .hp__img--left {
    position: static;
  }
}
.hp__img--right {
  z-index: 2;
  top: 18%;
  left: 52%;
}
@media (max-width: 1199px) {
  .hp__img--right {
    display: none;
  }
}
.hp__img--cta {
  bottom: -42%;
  left: -36.5%;
}
@media (max-width: 1199px) {
  .hp__img--cta {
    display: none;
  }
}
.hp__img--book {
  width: 180%;
  bottom: -113%;
  left: -36%;
}
@media (max-width: 991px) {
  .hp__img--book {
    display: none;
  }
}
.hp__img--book img {
  width: 200%;
}
.hp__img--tomatos {
  top: 2%;
  right: -40%;
}
@media (max-width: 991px) {
  .hp__img--tomatos {
    display: none;
  }
}
.snickers__case-study {
  background-color: #73492c;
}
@media (max-width: 991px) {
  .snickers__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .snickers__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.snickers__button {
  text-transform: uppercase;
  color: #43180b;
  background-color: #fcaf18;
  border-radius: 0.3125rem;
  margin-inline: 0;
  padding-inline: 5rem;
  font-family: Tungsten, sans-serif;
  font-size: 1.5rem;
}
.snickers__img {
  margin-top: 3rem;
  margin-left: 8.5rem;
}
@media (max-width: 991px) {
  .snickers__img {
    margin-top: 0;
    margin-left: 0;
  }
}
.snickers__bar {
  z-index: 1;
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media (max-width: 991px) {
  .snickers__bar {
    display: none;
  }
}
.snickers__mobiles {
  background-color: #73492c;
  padding-top: 5.625rem;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .snickers__mobiles {
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 767px) {
  .snickers__mobiles {
    padding-top: 20.3125rem;
  }
}
@media (max-width: 374px) {
  .snickers__mobiles {
    padding-top: 19.0625rem;
  }
}
.snickers__mobiles .project__mobiles--img-mob {
  display: none;
}
@media (max-width: 767px) {
  .snickers__mobiles .project__mobiles--img {
    display: none;
  }
  .snickers__mobiles .project__mobiles--img-mob {
    display: block;
    position: relative;
  }
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(1),
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(3) {
    width: 45%;
    max-width: 10.9375rem;
    position: absolute;
  }
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(2) {
    max-width: initial;
    width: calc(100% + 32px);
    min-height: 270px;
    object-fit: cover;
    margin-left: -1rem;
    display: block;
  }
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(1) {
    top: -16.25rem;
    left: 0;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(1) {
    top: -13.75rem;
  }
}
@media (max-width: 767px) {
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(3) {
    top: -11.25rem;
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .snickers__mobiles .project__mobiles--img-mob img:nth-child(3) {
    top: -8.75rem;
  }
}
.compete__case-study {
  width: 100%;
  background-image: url(../images/compete-bg.917a10b6.png);
  background-position: 50% -6px;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url("../img/compete-bg.webp")) {
  .compete__case-study {
    background-image: url(../images/compete-bg.d2c1c3c8.webp);
  }
}
@media (max-width: 991px) {
  .compete__case-study {
    height: auto;
    background-position: 50%;
    align-items: center;
    display: flex;
  }
  .compete__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.compete__case-study .animation-imgs {
  height: -moz-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .compete__case-study .animation-imgs {
    display: flex;
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-1 {
  left: auto;
  right: calc(50% - 288px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-1 {
    right: calc(50% - 240px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-2 {
  left: calc(50% - 248px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-2 {
    left: calc(50% - 208px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-3 {
  left: auto;
  right: calc(50% - 213px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-3 {
    right: calc(50% - 151px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-4 {
  left: calc(50% - 154px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-4 {
    top: 74%;
    left: calc(50% - 145px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-5 {
  top: 40%;
  left: calc(50% - 155px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-5 {
    top: 42%;
    left: calc(50% - 148px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-6 {
  left: auto;
  right: calc(50% - 272px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-6 {
    right: calc(50% - 222px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-7 {
  top: 60%;
  left: calc(50% - 244px);
}
@media (max-width: 575px) {
  .compete__case-study .animation-imgs .animation-imgs-el-7 {
    left: calc(50% - 190px);
  }
}
.compete__case-study .animation-imgs .animation-imgs-el-8 {
  left: auto;
  right: calc(50% - 150px);
}
.compete__button {
  color: #fff;
  background-color: #491cff;
  margin-top: 3rem;
  padding: 0.625rem 2.625rem;
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
}
.compete__heading {
  color: #fdf8f8;
  padding-bottom: 300px;
}
.compete__img {
  z-index: 2;
  width: 74%;
  position: absolute;
  right: -20%;
}
@media (max-width: 1199px) {
  .compete__img {
    width: 50%;
    top: 30%;
    right: -8%;
  }
}
@media (max-width: 991px) {
  .compete__img {
    width: 100%;
    display: none;
    position: static;
  }
  .compete__img img {
    transform: rotate(-15deg);
  }
}
.compete__img img {
  width: 100%;
}
.compete__img--mobile {
  display: none;
}
@media (max-width: 991px) {
  .compete__img--mobile {
    display: block;
  }
}
.texaco__case-study {
  height: auto;
  background-color: #ec1c2d;
  border-radius: 0 0 112px;
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .texaco__case-study {
    height: auto;
  }
  .texaco__case-study .hero__case-study__wrapper {
    height: auto !important;
  }
}
.texaco__case-study .hero__case-study__wrapper {
  padding-top: 7.3125rem;
}
@media (max-width: 1199px) {
  .texaco__case-study .hero__case-study__heading {
    max-width: 48%;
  }
}
.texaco__case-study .taxaco-hand {
  width: 87%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .texaco__case-study .taxaco-hand {
    bottom: -5.625rem;
  }
}
@media (max-width: 1199px) {
  .texaco__case-study .taxaco-hand {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .texaco__case-study .taxaco-hand {
    display: none;
  }
}
.texaco__case-study:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #28363f;
  position: absolute;
  top: 0;
  left: 0;
}
.texaco__imgs {
  z-index: 10;
  text-align: right;
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .texaco__imgs {
    right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .texaco__imgs {
    justify-content: center;
    margin-top: 0;
    display: flex;
    position: static;
  }
}
.texaco__imgs img {
  margin-inline: 0.375rem;
}
.texaco__imgs img:nth-child(1) {
  margin-bottom: -7.8125rem;
}
@media (max-width: 991px) {
  .texaco__imgs img:nth-child(1) {
    display: none;
  }
  .texaco__imgs img:nth-child(2) {
    padding-top: 0;
  }
}
.texaco__imgs img:nth-child(3) {
  margin-top: 1.125rem;
}
@media (max-width: 991px) {
  .texaco__imgs img:nth-child(3) {
    display: none;
  }
}
.texaco__heading {
  position: relative;
}
.texaco__rating__img {
  position: absolute;
  top: -70%;
  left: 26%;
}
@media (max-width: 991px) {
  .texaco__rating__img {
    display: none;
  }
}
.texaco__mobiles {
  background-color: #ec1c2d;
  border-radius: 0 0 2.5rem 2.5rem;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .texaco__mobiles {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .texaco__four-mobiles {
    margin-top: 0;
  }
}
@media (max-width: 319px) {
  .texaco__four-mobiles {
    grid-template-rows: initial;
    grid-template-columns: 1fr;
  }
  .texaco__four-mobiles .c-four-mobiles__img {
    grid-area: initial;
  }
}
.texaco__mobile--bar {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.texaco__mobile--1 {
  background-color: red;
  position: relative;
}
.texaco__mobile--1--hidden {
  opacity: 0;
}
.texaco__mobile--2 {
  position: relative;
  overflow: hidden;
}
.texaco__mobile--2--parent {
  border: 4px solid #af1326;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.texaco__mobile--2--frame {
  width: 100%;
  margin: 0 auto;
  transition: all 2s;
  animation: 10s 3s infinite screenScroll3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .texaco__mobile--2--frame {
    animation: 10s 3s infinite screenScroll3--mobile;
  }
}
.texaco__mobile--2--frame--2 {
  animation: 10s 3s infinite screenScroll4;
}
@media (max-width: 767px) {
  .texaco__mobile--2--frame--2 {
    animation: 10s 3s infinite screenScroll4--mobile;
  }
}
.texaco__mobile--slide {
  position: absolute;
  top: 0;
  left: 0;
}
.texaco__mobile--slide1 {
  animation: 10s infinite showTexaco;
}
.texaco__mobile--slide2 {
  animation: 10s infinite showTexaco2;
}
.texaco__mobile:nth-child(1) {
  margin-top: -3.375rem;
  position: relative;
}
@media (max-width: 991px) {
  .texaco__mobile:nth-child(1) {
    margin-top: 0;
  }
}
.texaco__mobile:nth-child(2) {
  margin-top: 6.5625rem;
}
@media (max-width: 991px) {
  .texaco__mobile:nth-child(2) {
    margin-top: 0;
  }
}
.texaco__mobile:nth-child(2) > div {
  opacity: 0.99;
}
.texaco__mobile:nth-child(3) {
  margin-top: -10rem;
}
@media (max-width: 991px) {
  .texaco__mobile:nth-child(3) {
    margin-top: 0;
  }
}
.texaco__mobile:nth-child(3) > div {
  opacity: 0.99;
}
.texaco__mobile:nth-child(4) {
  margin-top: 10.9375rem;
}
@media (max-width: 991px) {
  .texaco__mobile:nth-child(4) {
    margin-top: 0;
  }
}
.baby__case-study {
  color: #141414;
  background-color: #fdf8f8;
}
@media (max-width: 991px) {
  .baby__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .baby__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.baby__mobiles {
  color: #141414;
  background-color: #fdf8f8;
  margin-bottom: 0;
  padding-top: 22.1875rem;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .baby__mobiles {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }
}
.baby__mobiles__bg {
  position: absolute;
  top: -7%;
  right: 7%;
}
@media (max-width: 991px) {
  .baby__mobiles__bg {
    display: none;
  }
}
.baby__button {
  color: #5f249f;
  background-color: #eaaa00;
  font-family: Montserrat, sans-serif;
}
.baby__bg {
  position: absolute;
  top: 15%;
  right: 18%;
}
.baby__face {
  max-width: 239px;
  position: absolute;
  bottom: -5%;
  left: -50px;
}
@media (max-width: 991px) {
  .baby__face {
    display: none;
  }
}
.baby__face img {
  width: 100%;
}
.baby__work {
  margin-top: -2px;
  padding-top: 20rem;
}
@media (max-width: 991px) {
  .baby__work {
    padding-top: 10rem;
  }
  .baby__img {
    display: none;
  }
}
.baby__img--mobile {
  display: none;
}
@media (max-width: 991px) {
  .baby__img--mobile {
    display: block;
  }
}
.nesquik__case-study {
  width: 100%;
  background-image: url(../images/nesquik-hero-bg.697bdd30.png);
  background-size: cover;
}
@supports (background-image: url("../img/nesquik-hero-bg.webp")) {
  .nesquik__case-study {
    background-image: url(../images/nesquik-hero-bg.7c709855.webp);
  }
}
@media (max-width: 991px) {
  .nesquik__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .nesquik__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.nesquik__hand {
  position: absolute;
  bottom: 11%;
}
@media (max-width: 1320px) {
  .nesquik__hand {
    display: none;
  }
}
@media (max-width: 991px) {
  .nesquik__hand {
    display: block;
  }
}
@media (max-width: 767px) {
  .nesquik__hand {
    display: none;
  }
}
.nesquik__blob {
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.nesquik__blob img {
  width: 100%;
}
.nesquik__button {
  background-color: #27346e;
  margin-left: 0;
  padding: 0.625rem 4.6875rem;
  font-family: Gotham, sans-serif;
}
.nesquik__img {
  margin-left: auto;
}
@media (max-width: 991px) {
  .nesquik__img {
    margin: 0 auto;
  }
}
.nesquik__img img {
  width: 30vh;
  max-width: 260px;
}
.nesquik__img img:nth-child(1) {
  margin-right: 1.25rem;
}
@media (max-width: 1299px) {
  .nesquik__img img:nth-child(1) {
    margin-right: 0;
  }
}
.nesquik__img img:nth-child(2) {
  margin-top: 7.5rem;
}
@media (max-width: 1299px) {
  .nesquik__img img:nth-child(2) {
    display: none;
  }
}
.nesquik__mobiles {
  padding-top: 0;
  padding-bottom: 0;
}
.nesquik__mobiles__bg {
  position: absolute;
  top: -7%;
  right: 7%;
}
.nesquik__mobiles__blob {
  width: 100%;
  position: absolute;
  top: -1%;
  left: 0;
}
.nesquik__mobiles__blob img {
  width: 100%;
}
.nesquik__mosaic {
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .nesquik__mosaic {
    display: none;
  }
}
.nesquik__mosaic-mob {
  display: none;
}
@media (max-width: 767px) {
  .nesquik__mosaic-mob {
    margin: 0 -2rem;
    padding-top: 10rem;
    padding-bottom: 4.0625rem;
    display: block;
    position: relative;
  }
}
.nesquik__mosaic-mob--small {
  max-width: 8.25rem;
  filter: drop-shadow(0 10px 20px #00000040);
  position: absolute;
}
.nesquik__mosaic-mob--small-1 {
  z-index: 5;
  top: 15.3125rem;
  left: 1.1875rem;
}
.nesquik__mosaic-mob--small-2 {
  z-index: 5;
  bottom: 0;
  right: 1.1875rem;
}
.nesquik__mosaic-mob--big {
  filter: drop-shadow(0 10px 20px #00000040);
}
.nesquik__mosaic-mob--big-1 {
  margin-bottom: -1.25rem;
  margin-left: 8.75rem;
}
.nesquik__mosaic-mob--big-2 {
  margin-left: 0.75rem;
}
.uncommon__case-study {
  background: #e6d7cd;
  overflow: hidden;
}
@media (max-width: 991px) {
  .uncommon__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .uncommon__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.uncommon__heading {
  color: #415555;
  position: relative;
}
.uncommon__heading:before {
  content: "";
  z-index: -1;
  background: #fff;
  border-radius: 0 0 999px 999px;
  display: block;
  position: absolute;
  inset: -999px -112px 0 calc(50% - 660px);
}
@media (max-width: 1920px) {
  .uncommon__heading:before {
    left: calc(585px - 50vw);
  }
}
@media (max-width: 1299px) {
  .uncommon__heading:before {
    bottom: -160px;
  }
}
@media (max-width: 1229px) {
  .uncommon__heading:before {
    left: -30px;
  }
}
.uncommon__button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: #b9873c;
  border-radius: 0;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
}
.uncommon__button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/uncommon-icon.43703d69.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  display: inline-block;
}
.uncommon__bg {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 98px);
}
.uncommon__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .uncommon__bg {
    height: auto;
    left: calc(50% - 725px);
    right: initial;
    bottom: initial;
  }
}
@media (max-width: 991px) {
  .uncommon__bg {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.uncommon__bar {
  position: absolute;
  bottom: -110px;
  left: calc(50% - 585px);
}
@media (max-width: 1199px) {
  .uncommon__bar {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .uncommon__bar {
    display: none;
  }
}
.uncommon__mobiles {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .uncommon__mobiles {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .uncommon__mobiles .project__mobiles--img {
    display: none;
  }
}
.uncommon__mobiles .project__mobiles--img-mob {
  display: none;
}
@media (max-width: 767px) {
  .uncommon__mobiles .project__mobiles--img-mob {
    margin: 0 -1rem;
    padding-bottom: 4.0625rem;
    display: block;
    position: relative;
  }
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--small {
  max-width: 8.25rem;
  filter: drop-shadow(0 10px 20px #00000040);
  position: absolute;
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--small-1 {
  z-index: 5;
  top: 5rem;
  left: 1.1875rem;
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--small-2 {
  z-index: 5;
  bottom: 0;
  right: 1.1875rem;
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--big {
  filter: drop-shadow(0 10px 20px #00000040);
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--big-1 {
  margin-bottom: -1.25rem;
  margin-left: 8.75rem;
}
.uncommon__mobiles .project__mobiles--img-mob .uncommon-image--big-2 {
  margin-left: 0.75rem;
}
.gsk__case-study {
  color: #326c39;
}
@media (max-width: 991px) {
  .gsk__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .gsk__case-study .gsk__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.gsk__case-study__heading {
  width: 45%;
}
.gsk__case-study__wrapper {
  justify-content: space-between;
  padding-right: 0;
}
@media (max-width: 991px) {
  .gsk__case-study__wrapper {
    padding-right: 1rem;
  }
}
.gsk__button {
  color: #fff;
  background: linear-gradient(#66b554 0%, #208542 89.06%);
  border-radius: 10px;
  padding-inline: 100px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
}
.gsk__img {
  margin-right: -4%;
  margin-top: 40px !important;
}
@media (max-width: 1199px) {
  .gsk__img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gsk__img {
    width: 100% !important;
    display: flex !important;
  }
}
.gsk__bar {
  z-index: 1;
  position: absolute;
  bottom: -83px;
  left: calc(50% - 610px);
}
@media (max-width: 1199px) {
  .gsk__bar {
    left: 0;
  }
}
@media (max-width: 991px) {
  .gsk__bar {
    display: none;
  }
}
.gsk__mobiles {
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .gsk__mobiles {
    margin-top: 6rem;
  }
}
.gsk__mobiles--img {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .gsk__mobiles--img {
    margin-bottom: 6rem;
  }
  .gsk__mobiles__img {
    margin-top: 0 !important;
  }
  .gsk__mobiles__img.fadeUp-right {
    transform: translateY(150px) !important;
  }
  .gsk__mobiles__img.fadeUp-left {
    transform: translateY(240px) !important;
  }
  .gsk__mobiles__img.is-visible {
    transform: none !important;
  }
}
.gsk__mobiles__img img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575px) {
  .gsk__mobiles__img img {
    width: 100%;
  }
}
.gsk__mobiles__img:first-child {
  margin-top: 2.625rem;
}
@media (max-width: 991px) {
  .gsk__mobiles__img:first-child {
    margin-top: 0;
  }
}
.gsk__mobiles__img:nth-child(2n) {
  margin-top: 9.375rem;
}
@media (max-width: 991px) {
  .gsk__mobiles__img:nth-child(2n) {
    margin-top: 6rem;
  }
}
.coca-cola__case-study {
  height: auto;
  min-height: 875px;
  background-color: #c70007;
  background-image: url(../images/coca-cola-bg.d807044b.png);
  background-size: cover;
}
@supports (background-image: url("../img/coca-cola-bg.webp")) {
  .coca-cola__case-study {
    background-image: url(../images/coca-cola-bg.9e3fb040.webp);
  }
}
@media (max-width: 991px) {
  .coca-cola__case-study {
    min-height: 43.75rem;
    align-items: center;
    display: flex;
  }
  .coca-cola__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.coca-cola__mobiles {
  background-color: #c70007;
  background-image: url(../images/coca-cola-mobiles-bg.76ec5d70.png);
  background-position-y: -200px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-top: 22.625rem;
}
@supports (background-image: url("../images/coca-cola-mobiles-bg.webp")) {
  .coca-cola__mobiles {
    background-image: url(../images/coca-cola-mobiles-bg.d21d9661.webp);
  }
}
@media (max-width: 991px) {
  .coca-cola__mobiles {
    background-position-y: 0;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }
}
.coca-cola__work {
  padding-top: 20rem;
}
@media (max-width: 991px) {
  .coca-cola__work {
    padding-top: 10rem;
  }
}
.coca-cola__four-mobiles {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .coca-cola__four-mobiles {
    margin-bottom: 6rem;
  }
}
.coca-cola__heading {
  width: 56%;
}
@media (max-width: 1199px) {
  .coca-cola__heading {
    width: 45%;
  }
}
.coca-cola__hero__img {
  width: 50%;
  margin-right: -350px;
  transform: translate(30px);
  margin-top: 20px !important;
}
@media (max-width: 1199px) {
  .coca-cola__hero__img {
    margin-right: 0;
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .coca-cola__hero__img {
    width: 100% !important;
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .coca-cola__hero__img .animation-imgs-el-5,
  .coca-cola__hero__img .animation-imgs-el-2 {
    width: 12.5rem;
  }
  .coca-cola__hero__img .animation-imgs-el-2 {
    left: calc(50% + 20px);
  }
  .coca-cola__hero__img .animation-imgs-el-5 {
    left: calc(50% - 205px) !important;
  }
}
.coca-cola__bg__img {
  position: absolute;
  bottom: 8%;
  left: 40%;
}
@media (max-width: 991px) {
  .coca-cola__bg__img {
    display: none;
  }
}
.suzuki__case-study {
  min-height: 63.75rem;
  background-color: #39758d;
  position: relative;
}
@media (max-width: 1199px) {
  .suzuki__case-study {
    height: auto;
    min-height: auto;
    padding-bottom: 23.4375rem;
  }
}
@media (max-width: 991px) {
  .suzuki__case-study {
    min-height: 43.75rem;
    padding-bottom: 0;
  }
}
.suzuki__case-study:before {
  content: "";
  height: 100px;
  background-image: url(../images/suzuki-background.d02cf681.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: -6.25rem;
  right: -6.25rem;
}
@media (max-width: 991px) {
  .suzuki__case-study:before {
    height: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .suzuki__case-study .hero__case-study__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .suzuki__case-study {
    height: auto;
    align-items: center;
    display: flex;
  }
  .suzuki__case-study .hero__case-study__wrapper {
    height: auto;
    padding-top: 0;
  }
}
.suzuki__border {
  background-color: #fff;
  border: 2px solid #145169;
  border-radius: 25px;
  box-shadow: 0 30px 30px #00000040;
}
.suzuki__button {
  background-color: #0182ca;
  border-radius: 0;
  padding-inline: 35px;
}
.suzuki__heading {
  flex: 0 50%;
  margin-top: 6rem;
}
@media (max-width: 1300px) {
  .suzuki__heading {
    flex: 0 45%;
  }
}
@media (max-width: 1199px) {
  .suzuki__heading {
    max-width: 100%;
    flex: initial;
    width: 100%;
  }
}
.suzuki__hero__img {
  width: auto !important;
  justify-content: flex-start !important;
  margin-top: 42px !important;
}
@media (max-width: 1199px) {
  .suzuki__hero__img {
    max-width: 29.375rem;
  }
}
@media (max-width: 991px) {
  .suzuki__hero__img {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .suzuki__hero__img {
    display: flex !important;
  }
}
.suzuki__project__mobiles {
  padding-inline: 0;
}
.suzuki__imgs-el-1 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.suzuki__imgs-slide2 {
  top: -11px;
  left: 0;
  transform: translate(0);
}
.section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__mobiles__blob {
  width: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: -3px;
  left: 0;
}
@media (max-width: 767px) {
  .section__mobiles__blob {
    width: 150%;
    left: 50%;
    transform: translate(-50%);
  }
}
.section__mobiles__blob img,
.section__mobiles__blob svg {
  width: 100%;
}
.section__blob {
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: -2px;
  left: 0%;
}
.section__blob img,
.section__blob svg {
  width: 100%;
}
@keyframes showTexaco {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showTexaco2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes screenScroll3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  37.5% {
    transform: translateY(-160px);
  }
  87.5% {
    transform: translateY(-160px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screenScroll3--mobile {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  37.5% {
    transform: translateY(-76px);
  }
  87.5% {
    transform: translateY(-76px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screenScroll4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  62.5% {
    transform: translateY(-160px);
  }
  87.5% {
    transform: translateY(-160px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screenScroll4--mobile {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  62.5% {
    transform: translateY(-76px);
  }
  87.5% {
    transform: translateY(-76px);
  }
  to {
    transform: translateY(0);
  }
}
.s-project__info {
  color: #fdf8f8;
  padding-top: 13.75rem;
  padding-bottom: 10rem;
  font-weight: 100;
  position: relative;
}
@media (max-width: 991px) {
  .s-project__info {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
    padding-inline: 1rem;
  }
}
.s-project__info--papajohnes {
  background: #1a7f5e;
}
.s-project__info--hp {
  background-color: #485cab;
}
.s-project__info--snickers {
  background-color: #33170f;
}
.s-project__info--compete {
  background-color: #491cff;
  border-radius: 40px;
}
.s-project__info--texaco {
  background-color: #28363f;
  border-radius: 0 0 2.5rem 2.5rem;
  padding-top: 13rem;
  padding-bottom: 20rem;
}
@media (max-width: 991px) {
  .s-project__info--texaco {
    padding-block: 3.5rem;
  }
}
.s-project__info--texaco:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ec1c2d;
  position: absolute;
  top: 0;
  left: 0;
}
.s-project__info--baby,
.s-project__info--suzuki,
.s-project__info--gsk,
.s-project__info--uncommon,
.s-project__info--nesquik {
  color: #141414;
  z-index: 2;
  background-color: #eaaa00;
  padding-bottom: 3.1875rem;
}
.s-project__info--nesquik {
  color: #fff;
  background-color: #27346e;
  padding-bottom: 8rem;
}
.s-project__info--uncommon {
  color: #fff;
  background-color: #415555;
  padding-top: 0;
  padding-bottom: 9.1875rem;
}
.s-project__info--gsk {
  color: #fff;
  background-color: #326c39;
  padding-bottom: 11.5rem;
}
@media (max-width: 991px) {
  .s-project__info--gsk {
    padding-bottom: 3.5rem;
  }
}
.s-project__info--suzuki {
  color: #fff;
  background-color: #145169;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .s-project__info--suzuki {
    padding-bottom: 3.5rem;
  }
}
.s-mobiles {
  margin-top: 10.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s-mobiles {
    margin-block: 3.125rem;
  }
}
.s-mobiles--hp {
  width: 100%;
  margin-top: 7.125rem;
  margin-bottom: 12.5rem;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .s-mobiles--hp {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-bottom: 12.5rem;
    display: grid;
  }
  .s-mobiles--hp__map {
    display: none;
  }
}
.s-mobiles--hp__screen {
  position: absolute;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen {
    width: 100%;
    position: static;
  }
}
.s-mobiles--hp__screen--1 {
  width: 22%;
  top: 2%;
  left: -12.5%;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen--1 {
    width: 100%;
  }
}
.s-mobiles--hp__screen--2 {
  width: 22%;
  top: 11.5%;
  left: 9%;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen--2 {
    width: 100%;
    margin-top: 50%;
  }
}
.s-mobiles--hp__screen--3 {
  width: 21%;
  top: 5%;
  left: 40.5%;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen--3 {
    width: 90%;
    z-index: 50;
    align-items: center;
    margin-top: -48%;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }
}
.s-mobiles--hp__screen--3__sl {
  max-width: 304px;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}
.s-mobiles--hp__screen--3__sl--1 {
  z-index: 11;
  animation-name: hp-slide1;
}
.s-mobiles--hp__screen--3__sl--2 {
  z-index: 11;
  animation-name: hp-slide2;
}
.s-mobiles--hp__screen--3__sl--3 {
  z-index: 13;
  animation-name: hp-slide3;
}
.s-mobiles--hp__screen--3__sl--4 {
  z-index: 12;
  animation-name: hp-slide4;
}
.s-mobiles--hp__screen--3__sl--5 {
  z-index: 13;
  animation-name: hp-slide5;
}
.s-mobiles--hp__screen--4 {
  width: 22%;
  top: 1%;
  right: 9.5%;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen--4 {
    width: 100%;
  }
}
.s-mobiles--hp__screen--5 {
  width: 22%;
  top: 21%;
  right: -12%;
}
@media (max-width: 991px) {
  .s-mobiles--hp__screen--5 {
    width: 100%;
    margin-top: -48%;
  }
  .s-mobiles--hp {
    margin-block: 3.125rem;
  }
}
.mobiles {
  opacity: 0.99;
  border-radius: 19px;
  position: relative;
  overflow: hidden;
}
.mobiles__map {
  opacity: 0;
  overflow-y: hidden;
}
.screenFrame {
  border-radius: 19px;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767px) {
  .screenFrame {
    border-radius: 10px;
  }
}
.screen1 {
  width: 23%;
  position: absolute;
  top: 7.6%;
  left: 0%;
}
.screen1__body {
  animation: 10s 3s infinite screenScroll1;
}
.screen2 {
  width: 26%;
  position: absolute;
  top: 0%;
  left: 24%;
}
.screen3 {
  width: 23%;
  top: 1.5%;
  left: 51%;
}
.screen3__body {
  animation: 10s infinite screenScroll2;
}
.screen3__body img {
  width: 100%;
}
.screen4 {
  width: 26%;
  position: absolute;
  top: 14%;
  right: -1.5%;
}
.screen:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #0000;
  display: block;
  position: absolute;
  left: 0;
}
.screen__body {
  z-index: 5;
  border-radius: 25px;
  transition: all 2s;
  position: absolute;
  top: 0%;
  left: 1%;
}
.screen__bar {
  width: 100%;
  z-index: 50;
  justify-content: start;
  display: flex;
  position: absolute;
  top: 0;
  left: 0%;
}
.screen1__after {
  width: 20%;
  position: absolute;
  top: 78%;
  left: 1.5%;
}
.screen3__after {
  width: 20%;
  position: absolute;
  top: 73%;
  left: 52%;
}
.rating {
  margin: 0;
  margin-top: 7.5rem;
  padding: 0;
  font-weight: 100;
}
@media (max-width: 991px) {
  .rating {
    margin-top: 0;
  }
}
.uncommon-an {
  background-color: #415555;
  padding-bottom: 10.3125rem;
  display: flex;
}
@media (max-width: 991px) {
  .uncommon-an {
    padding: 3.5rem 0;
  }
}
.uncommon-an .l-container {
  display: flex;
}
.uncommon-an-left {
  flex: 1;
  justify-content: flex-start;
  margin-top: 6.125rem;
  margin-left: 4.5rem;
  display: flex;
}
.uncommon-an-left img {
  max-width: 375px;
  max-height: 422px;
}
@media (max-width: 991px) {
  .uncommon-an-left {
    justify-content: center;
    margin: 0;
  }
}
.uncommon-an-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .uncommon-an-right {
    display: none;
  }
}
.uncommon-an-right img {
  max-width: 568px;
}
.sun {
  flex-direction: column;
  align-items: center;
  margin-top: 3.125rem;
  display: flex;
}
.sun__arrow {
  position: absolute;
  transform: rotate(285deg) translate(100px) rotate(90deg);
}
.sun__circle {
  width: 250px;
  height: 250px;
  color: #282827;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 12px 54px #afc8c8;
}
.sun__circle span {
  display: block;
}
.sun__circle span:nth-child(1) {
  font-size: 3.0625rem;
}
.sun__circle span:nth-child(2) {
  font-size: 18px;
}
.sun__point,
.sun .center {
  width: 7px;
  height: 35px;
  text-align: center;
  color: #e74c3c;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  -webkit-animation: 5s linear infinite coloration;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.sun__btns {
  gap: 0.9375rem;
  margin-top: 1.875rem;
  display: flex;
}
.sun__btn {
  width: 75px;
  height: 75px;
  touch-action: manipulation;
  cursor: pointer;
  background: #328291;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.deg0 {
  -webkit-transform: translate(150px);
  -moz-transform: translate(150px);
  -ms-transform: translate(150px);
  -o-transform: translate(150px);
  transform: translate(150px) rotate(90deg);
}
.deg15 {
  -webkit-transform: rotate(15deg) translate(150px) rotate(-15deg);
  -moz-transform: rotate(15deg) translate(150px) rotate(-15deg);
  -ms-transform: rotate(15deg) translate(150px) rotate(-15deg);
  -o-transform: rotate(15deg) translate(150px) rotate(-15deg);
  transform: rotate(15deg) translate(150px) rotate(90deg);
}
.deg30 {
  -webkit-transform: rotate(30deg) translate(150px) rotate(-30deg);
  -moz-transform: rotate(30deg) translate(150px) rotate(-30deg);
  -ms-transform: rotate(30deg) translate(150px) rotate(-30deg);
  -o-transform: rotate(30deg) translate(150px) rotate(-30deg);
  transform: translate(129.904px, 75px) rotate(120deg);
}
.deg150 {
  -webkit-transform: rotate(150deg) translate(150px) rotate(-150deg);
  -moz-transform: rotate(150deg) translate(150px) rotate(-150deg);
  -ms-transform: rotate(150deg) translate(150px) rotate(-150deg);
  -o-transform: rotate(150deg) translate(150px) rotate(-150deg);
  transform: rotate(150deg) translate(150px) rotate(90deg);
}
.deg165 {
  -webkit-transform: rotate(165deg) translate(150px) rotate(-165deg);
  -moz-transform: rotate(165deg) translate(150px) rotate(-165deg);
  -ms-transform: rotate(165deg) translate(150px) rotate(-165deg);
  -o-transform: rotate(165deg) translate(150px) rotate(-165deg);
  transform: rotate(165deg) translate(150px) rotate(90deg);
}
.deg180 {
  -webkit-transform: rotate(180deg) translate(150px) rotate(-180deg);
  -moz-transform: rotate(180deg) translate(150px) rotate(-180deg);
  -ms-transform: rotate(180deg) translate(150px) rotate(-180deg);
  -o-transform: rotate(180deg) translate(150px) rotate(-180deg);
  transform: rotate(180deg) translate(150px) rotate(90deg);
}
.deg195 {
  -webkit-transform: rotate(195deg) translate(150px) rotate(-195deg);
  -moz-transform: rotate(195deg) translate(150px) rotate(-195deg);
  -ms-transform: rotate(195deg) translate(150px) rotate(-195deg);
  -o-transform: rotate(195deg) translate(150px) rotate(-195deg);
  transform: rotate(195deg) translate(150px) rotate(90deg);
}
.deg210 {
  -webkit-transform: rotate(210deg) translate(150px) rotate(-210deg);
  -moz-transform: rotate(210deg) translate(150px) rotate(-210deg);
  -ms-transform: rotate(210deg) translate(150px) rotate(-210deg);
  -o-transform: rotate(210deg) translate(150px) rotate(-210deg);
  transform: rotate(210deg) translate(150px) rotate(90deg);
}
.deg225 {
  -webkit-transform: rotate(225deg) translate(150px) rotate(-225deg);
  -moz-transform: rotate(225deg) translate(150px) rotate(-225deg);
  -ms-transform: rotate(225deg) translate(150px) rotate(-225deg);
  -o-transform: rotate(225deg) translate(150px) rotate(-225deg);
  transform: rotate(225deg) translate(150px) rotate(90deg);
}
.deg240 {
  -webkit-transform: rotate(240deg) translate(150px) rotate(-240deg);
  -moz-transform: rotate(240deg) translate(150px) rotate(-240deg);
  -ms-transform: rotate(240deg) translate(150px) rotate(-240deg);
  -o-transform: rotate(240deg) translate(150px) rotate(-240deg);
  transform: rotate(240deg) translate(150px) rotate(90deg);
}
.deg255 {
  -webkit-transform: rotate(255deg) translate(150px) rotate(-255deg);
  -moz-transform: rotate(255deg) translate(150px) rotate(-255deg);
  -ms-transform: rotate(255deg) translate(150px) rotate(-255deg);
  -o-transform: rotate(255deg) translate(150px) rotate(-255deg);
  transform: rotate(255deg) translate(150px) rotate(90deg);
}
.deg270 {
  -webkit-transform: rotate(270deg) translate(150px) rotate(-270deg);
  -moz-transform: rotate(270deg) translate(150px) rotate(-270deg);
  -ms-transform: rotate(270deg) translate(150px) rotate(-270deg);
  -o-transform: rotate(270deg) translate(150px) rotate(-270deg);
  transform: translate(0.0000089407px, -150px);
}
.deg285 {
  -webkit-transform: rotate(285deg) translate(150px) rotate(-285deg);
  -moz-transform: rotate(285deg) translate(150px) rotate(-285deg);
  -ms-transform: rotate(285deg) translate(150px) rotate(-285deg);
  -o-transform: rotate(285deg) translate(150px) rotate(-285deg);
  transform: rotate(285deg) translate(150px) rotate(90deg);
}
.deg300 {
  -webkit-transform: rotate(300deg) translate(150px) rotate(-300deg);
  -moz-transform: rotate(300deg) translate(150px) rotate(-300deg);
  -ms-transform: rotate(300deg) translate(150px) rotate(-300deg);
  -o-transform: rotate(300deg) translate(150px) rotate(-300deg);
  transform: translate(75px, -129.904px) rotate(30deg);
}
.deg315 {
  -webkit-transform: rotate(315deg) translate(150px) rotate(-315deg);
  -moz-transform: rotate(315deg) translate(150px) rotate(-315deg);
  -ms-transform: rotate(315deg) translate(150px) rotate(-315deg);
  -o-transform: rotate(315deg) translate(150px) rotate(-315deg);
  transform: rotate(315deg) translate(150px) rotate(90deg);
}
.deg330 {
  -webkit-transform: rotate(330deg) translate(150px) rotate(-330deg);
  -moz-transform: rotate(330deg) translate(150px) rotate(-330deg);
  -ms-transform: rotate(330deg) translate(150px) rotate(-330deg);
  -o-transform: rotate(330deg) translate(150px) rotate(-330deg);
  transform: translate(129.904px, -75px) rotate(60deg);
}
.deg345 {
  -webkit-transform: rotate(345deg) translate(150px) rotate(-345deg);
  -moz-transform: rotate(345deg) translate(150px) rotate(-345deg);
  -ms-transform: rotate(345deg) translate(150px) rotate(-345deg);
  -o-transform: rotate(345deg) translate(150px) rotate(-345deg);
  transform: rotate(345deg) translate(150px) rotate(90deg);
}
.s-hero__sub {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  align-items: center;
  /* margin-bottom: 11.75rem; */
  display: flex;
  position: relative;
  overflow: hidden;
}
.s-hero__sub--height-vh {
  min-height: 500px;
}
.s-hero__sub--mobile-app {
  min-height: 49.5rem;
  align-items: flex-start;
  /* margin-bottom: 12rem; */
  overflow: visible;
}
/* @media (max-width: 1300px) {
  .s-hero__sub--mobile-app {
    margin-bottom: 40.625rem;
  }
} */
@media (max-width: 991px) {
  .s-hero__sub--mobile-app {
    min-height: initial;
    height: 100dvh;
    padding-bottom: 6rem !important;
  }
}
.s-hero__sub--mobile-app .s-hero__sub__wrapper {
  padding: 1.875rem;
}
@media (max-width: 1300px) {
  .s-hero__sub--mobile-app .s-hero__sub__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .s-hero__sub--mobile-app .s-hero__sub__wrapper {
    margin-top: 4rem;
  }
}
.s-hero__sub--mobile-app .s-hero__sub__bg {
  overflow: hidden;
}
.s-hero__sub--mobile-app .s-hero__sub__heading {
  flex: 0 55%;
  width: auto !important;
  z-index: 10;
}
@media (max-width: 1300px) {
  .s-hero__sub--mobile-app .s-hero__sub__heading {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .s-hero__sub--mobile-app .s-hero__sub__heading {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .s-hero__sub--mobile-app .s-hero__sub__heading {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .s-hero__sub--mobile-app .s-hero__sub__heading:before {
    left: -4.375rem;
  }
}
@media (max-width: 991px) {
  .s-hero__sub {
    justify-content: center;
    align-self: center;
    margin-bottom: 6rem;
    padding-bottom: 9.375rem;
    padding-left: 0;
    display: flex;
  }
}
.s-hero__sub__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: 1.5s forwards opacityUp;
  position: absolute;
  top: 0;
  left: 0;
}
.s-hero__sub__bg--texture {
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
.s-hero__sub__bg--texture img {
  width: 100%;
  height: 100%;
}
.s-hero__sub__bg--1,
.s-hero__sub__bg--2,
.s-hero__sub__bg--3,
.s-hero__sub__bg--4 {
  position: absolute;
}
.s-hero__sub__bg--1 {
  width: 2800px;
  animation: 30s ease-in 10s infinite gradientTransform;
  top: -16px;
  left: -916px;
}
.s-hero__sub__bg--2 {
  animation: 30s ease-in 10s infinite gradientTransform2;
  top: -1015px;
  right: -1000px;
}
.s-hero__sub__bg--3 {
  top: -94px;
  right: -790px;
}
.s-hero__sub__bg--4 {
  width: 100%;
  top: 102px;
  right: -456px;
}
.s-hero__sub__wrapper {
  z-index: 5;
  gap: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
}
.s-hero__sub__wrapper2 {
  column-gap: 6.25rem;
}
.s-hero__sub__wrapper2 .s-hero__sub__heading {
  width: 50%;
}
@media (max-width: 991px) {
  .s-hero__sub__wrapper2 .s-hero__sub__heading {
    width: 100%;
    gap: 50px;
  }
}
.s-hero__sub__wrapper3 {
  column-gap: 16%;
}
@media (max-width: 991px) {
  .s-hero__sub__wrapper {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 1.5rem;
  }
}
.s-hero__sub--chatbots {
  min-height: 1100px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .s-hero__sub--chatbots {
    padding-top: 0;
  }
}
.s-hero__sub__heading {
  width: 55%;
  word-wrap: break-word;
  position: relative;
}
.s-hero__sub__heading span {
  font-size: 25px;
}
.s-hero__sub__heading--48 {
  width: 48%;
}
/* .s-hero__sub__heading:before {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(arrow.4ad016c4.svg);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 40px;
  left: -80px;
} */
@media (max-width: 1330px) {
  .s-hero__sub__heading {
    width: 60%;
    margin-left: 3.125rem;
  }
}
@media (max-width: 991px) {
  .s-hero__sub__heading {
    width: 100%;
    margin-top: 150px;
    margin-left: 0;
  }
  .s-hero__sub__heading:before {
    width: 50px;
    height: 50px;
    top: 35px;
    left: -70px;
  }
}
@media (max-width: 800px) {
  .s-hero__sub__heading:before {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .s-hero__sub__heading:before {
    display: none;
  }
}
.s-hero__sub__heading h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 4.4375rem;
}
@media (max-width: 991px) {
  .s-hero__sub__heading h1 {
    font-size: 2.4rem;
    line-height: normal;
  }
}
.s-hero__sub__heading p {
  margin-bottom: 2rem;
  font-size: 17px;
}
.s-hero__sub__heading p + a,
.s-hero__sub__heading .mw--570 + a {
  margin-top: 0;
}
.s-hero__sub__heading a {
  margin-top: 0.9375rem;
  display: inline-block;
}
.s-hero__sub__imgs {
  margin-top: -1.25rem;
  display: flex;
}
@media (max-width: 1330px) {
  .s-hero__sub__imgs {
    width: 40%;
    margin-top: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s-hero__sub__imgs {
    display: none;
  }
}
.s-hero__sub__imgs__img--1 {
  margin-right: 1.25rem;
}
.s-hero__sub__imgs__img--2 {
  margin-top: 2.5rem;
}
.s-hero__sub__imgs--52.animation-imgs {
  width: 52%;
}
@media screen and (max-width: 991px) {
  .s-hero__sub__imgs--52.animation-imgs {
    width: 100%;
  }
}
.s-hero__sub__images {
  flex: 1;
  display: flex;
  position: relative;
}
/* @media (max-width: 1300px) {
  .s-hero__sub__images {
    margin-top: 3.125rem;
    margin-left: auto;
    padding-right: 38.75rem;
  }
} */
/* @media (max-width: 991px) {
  .s-hero__sub__images {
    width: 60%;
    grid-template-columns: repeat(2, auto);
    gap: 1.5rem;
    margin: 2.1875rem auto 0;
    padding-right: 0;
    display: grid;
  }
} */
/* @media (max-width: 767px) {
  .s-hero__sub__images {
    width: 100%;
  }
} */
.s-hero__sub__images-image {
  position: absolute;
  transition: opacity 2s, transform 2s !important;
}
@media (max-width: 991px) {
  .s-hero__sub__images-image {
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
.s-hero__sub__images-image img {
  min-width: 14rem;
  filter: drop-shadow(0 10px 30px #00000040);
  display: block;
  transform: rotate(32deg);
}
@media (max-width: 991px) {
  .s-hero__sub__images-image img {
    min-width: initial;
    width: 100%;
    transform: initial;
    max-width: 14.0625rem;
  }
}
.s-hero__sub__images-image.is-visible {
  transform: initial !important;
}
.s-hero__sub__images-image-1 {
  z-index: 1;
  top: -3.4375rem;
  left: -0.5rem;
  transform: translate(400px) !important;
}
@media (max-width: 991px) {
  .s-hero__sub__images-image-1 {
    transform: translate(100px) !important;
  }
}
.s-hero__sub__images-image-2 {
  top: -5.3125rem;
  left: 20.375rem;
  transform: translate(240px) !important;
}
@media (max-width: 991px) {
  .s-hero__sub__images-image-2 {
    transform: translate(100px) !important;
  }
}
.s-hero__sub__images-image-3 {
  top: 21.5625rem;
  left: 3.5rem;
  transform: translate(300px) !important;
}
@media (max-width: 991px) {
  .s-hero__sub__images-image-3 {
    transform: translate(100px) !important;
  }
}
.s-hero__sub__images-image-4 {
  top: 17.5rem;
  left: 25.125rem;
  transform: translate(200px) !important;
}
@media (max-width: 991px) {
  .s-hero__sub__images-image-4 {
    transform: translate(100px) !important;
  }
}
.s-hero__mad {
  margin-bottom: 0;
}
.animation-imgs {
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .animation-imgs {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .animation-imgs {
    display: none;
  }
}
.animation-imgs-hero {
  opacity: 0;
  animation: 2s forwards position;
  position: relative;
  transform: translate(200px);
}
.animation-imgs-el {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.animation-imgs-el-1 {
  top: 10%;
  left: 70%;
  transform: translate(400px);
}
.animation-imgs-el-2 {
  z-index: -1;
  top: 20%;
  left: 58%;
  transform: translate(400px);
}
.animation-imgs-el-3 {
  top: 60%;
  left: 60%;
  transform: translate(400px);
}
.animation-imgs-el-4 {
  z-index: -1;
  top: 30%;
  left: 15%;
  transform: translate(20px);
}
.animation-imgs-el-5 {
  top: 20%;
  left: 24%;
  transform: translate(50px, -50px);
}
.animation2-imgs .animation-imgs-el-3 {
  top: 70%;
  left: 65%;
}
.animation2-imgs .animation-imgs-el-4 {
  z-index: 1;
  top: 55%;
  left: 15%;
}
.animation2-imgs .animation-imgs-el-5 {
  top: 20%;
  left: 0%;
}
.animation3-imgs .animation-imgs-el-1 {
  top: 30%;
  left: 60%;
}
.animation3-imgs .animation-imgs-el-2 {
  z-index: 1;
  top: 55%;
}
.animation3-imgs .animation-imgs-el-4 {
  top: 65%;
  left: 16%;
}
.animation3-imgs .animation-imgs-el-5 {
  z-index: -1;
  top: 19%;
  left: 13%;
}
.animation4-imgs .animation-imgs-hero {
  border-radius: 25px;
  position: relative;
}
.animation4-imgs .animation-imgs-hero-frame {
  width: 100%;
  animation: 10s infinite screenScroll2;
  position: absolute;
  top: 0;
  left: 0;
}
.animation4-imgs .animation-imgs-hero-frame-suzuki {
  animation: 20s infinite ScreenScrollSuzuki1;
}
.animation4-imgs .animation-imgs-hero-frame-suzuki--2 {
  animation: 16s infinite ScreenScrollSuzuki2;
}
.animation4-imgs .animation-imgs-hero-frame--d-agency {
  animation: 7s 2s infinite screenScroll5;
  transform: translateY(-10%);
}
.animation4-imgs .animation-imgs-hero-phone {
  will-change: transform;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.animation4-imgs .animation-imgs-hero-bar-up {
  width: 101%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.animation4-imgs .animation-imgs-hero-bar-down {
  width: 100%;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.animation4-imgs .animation-imgs-hero .suzuki__imgs-slide2 {
  animation: 20s infinite slideOpacity1;
  top: -11px;
  left: 0;
  transform: translate(0);
}
.animation4-imgs .animation-imgs-el-1 {
  z-index: -1;
  top: 21%;
  left: 63%;
  transform: translate(350px);
}
.animation4-imgs .animation-imgs-el-2 {
  z-index: 1;
  top: 47%;
  left: 11%;
  transform: translate(150px);
}
.animation4-imgs .animation-imgs-el-3 {
  top: 16%;
  left: 80%;
  transform: translate(50px, -60px);
}
.animation4-imgs .animation-imgs-el-4 {
  top: 72%;
  left: 26%;
  transform: translate(50px, -30px);
}
.animation4-imgs .animation-imgs-el-5 {
  top: 41%;
  left: 25%;
  transform: translate(50px, -50px);
}
.animation4-imgs .animation-imgs-el-6 {
  top: 44%;
  left: 92%;
  transform: translate(50px, -30px);
}
.animation4-imgs .animation-imgs-el-7 {
  z-index: 1;
  top: 61%;
  left: 11%;
  transform: translate(50px, -60px);
}
.animation4-imgs .animation-imgs-el-8 {
  top: 38%;
  left: 70%;
  transform: translate(50px, -40px);
}
.suzuki__imgs-slide1 {
  animation: 16s infinite slideOpacity2;
  top: 0;
  left: 0;
  transform: translate(0);
}
.hero-animation-metaverse {
  width: 34.6875rem;
  aspect-ratio: 1.186/1;
  position: relative;
}
.hero-animation-metaverse__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-metaverse__image--1 {
  width: 43.2%;
  z-index: 2;
  transform: translate(200px);
}
.hero-animation-metaverse__image--2 {
  width: 29%;
  z-index: 1;
  top: 30.5%;
  left: 5.5%;
  transform: translate(150px);
}
.hero-animation-metaverse__image--3 {
  width: 29%;
  z-index: 1;
  top: 8%;
  right: 8%;
  transform: translate(350px);
}
.hero-animation-metaverse__image--4 {
  width: 15%;
  z-index: 3;
  top: 16%;
  left: -3%;
  transform: translate(50px, -30px);
}
.hero-animation-metaverse__image--5 {
  width: 15%;
  z-index: 3;
  top: 6%;
  left: 11.5%;
  transform: translate(50px, -40px);
}
.hero-animation-metaverse__image--6 {
  z-index: 4;
  bottom: 6%;
  right: 11%;
  transform: translate(50px, -50px);
}
.hero-animation-metaverse__image--7 {
  width: 10.25%;
  z-index: 3;
  bottom: 7%;
  transform: translate(50px, -60px);
}
.hero-animation-metaverse__image--8 {
  width: 13.25%;
  z-index: 3;
  bottom: 21%;
  left: 87%;
  transform: translate(50px, -60px);
}
.hero-animation-iotdevelopers {
  width: 35rem;
  height: 29.25rem;
  position: relative;
}
.hero-animation-iotdevelopers__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-iotdevelopers__image--1 {
  z-index: 2;
  transform: translate(200px);
}
.hero-animation-iotdevelopers__image--2 {
  z-index: 1;
  top: 15%;
  left: -8%;
  transform: translate(150px);
}
.hero-animation-iotdevelopers__image--3 {
  z-index: 1;
  top: 18%;
  right: -6%;
  transform: translate(350px);
}
.hero-animation-iotdevelopers__image--4 {
  z-index: 3;
  top: -8%;
  left: 58%;
  transform: translate(50px, -30px);
}
.hero-animation-iotdevelopers__image--5 {
  z-index: 3;
  top: 80%;
  left: 3%;
  transform: translate(50px, -60px);
}
.hero-animation-iotdevelopers__image--6 {
  z-index: 4;
  bottom: -2%;
  left: 12%;
  transform: translate(50px, -50px);
}
.hero-animation-iotdevelopers__image--7 {
  z-index: 3;
  bottom: 5%;
  left: 73%;
  transform: translate(50px, -50px);
}
.hero-animation-iotdevelopers__image--8 {
  z-index: 3;
  bottom: -2%;
  left: 85%;
  transform: translate(50px, -60px);
}
.hero-animation-web-design {
  width: 35rem;
  height: 29.25rem;
  position: relative;
}
.hero-animation-web-design__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-web-design__image--1 {
  z-index: 2;
  transform: translate(200px);
}
.hero-animation-web-design__image--2 {
  z-index: 1;
  top: 15%;
  left: 9%;
  transform: translate(150px);
}
.hero-animation-web-design__image--3 {
  z-index: 3;
  top: 7%;
  right: 10%;
  transform: translate(350px);
}
.hero-animation-web-design__image--4 {
  z-index: 3;
  top: -16%;
  left: 46%;
  transform: translate(50px, -30px);
}
.hero-animation-web-design__image--5 {
  z-index: 2;
  top: 69%;
  left: 57%;
  transform: translate(50px, -60px);
}
.hero-animation-sharepoint {
  width: 100%;
  max-width: 38.5rem;
  aspect-ratio: 1.446/1;
  position: relative;
  top: 10%;
}
@media screen and (min-width: 1400px) {
  .hero-animation-sharepoint {
    right: -4vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .hero-animation-sharepoint {
    margin-right: 1rem;
  }
}
.hero-animation-sharepoint__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-sharepoint__image--1 {
  z-index: 2;
  width: 90.75%;
  top: 0;
  right: 4.06%;
  transform: translate(200px);
}
.hero-animation-sharepoint__image--2 {
  z-index: 2;
  width: 24.03%;
  bottom: 0;
  left: 0;
  transform: translate(350px);
}
.hero-animation-sharepoint__image--3 {
  width: 19.81%;
  z-index: 3;
  bottom: 23.47%;
  right: 9.09%;
  transform: translate(30px, -30px);
}
.hero-animation-sharepoint__image--3 img {
  transform: rotate(-4.45deg);
}
.hero-animation-sharepoint__image--4 {
  width: 19.81%;
  z-index: 3;
  bottom: 28.4%;
  right: 0;
  transform: translate(50px, -30px);
}
.hero-animation-sharepoint__image--4 img {
  transform: rotate(2.48deg);
}
.hero-animation-internalcommunicationsagency {
  width: 48rem;
  height: 26.5rem;
  position: relative;
}
.hero-animation-internalcommunicationsagency__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-internalcommunicationsagency__image--1 {
  z-index: 2;
  top: 10%;
  transform: translate(200px);
}
.hero-animation-ux-design {
  width: 33.125rem;
  height: 29.25rem;
  position: relative;
}
.hero-animation-ux-design__image {
  opacity: 0;
  animation: 2s forwards position;
  position: absolute;
}
.hero-animation-ux-design__image--1 {
  width: 44.12%;
  z-index: 3;
  left: 23.53%;
  transform: translate(200px);
}
.hero-animation-ux-design__image--2 {
  width: 38.82%;
  z-index: 2;
  bottom: 23.5%;
  left: 0;
  transform: translate(150px);
}
.hero-animation-ux-design__image--3 {
  width: 41.18%;
  z-index: 2;
  top: 19.66%;
  right: 0;
  transform: translate(350px);
}
.hero-animation-ux-design__image--4 {
  top: 29.91%;
  left: 10.78%;
  transform: translate(30px, -30px);
}
.hero-animation-ux-design__image--5 {
  top: 5.56%;
  right: 16.47%;
  transform: translate(50px, -30px);
}
.hero-animation-ux-design__image--6 {
  z-index: 5;
  bottom: 4.27%;
  right: 9.41%;
  transform: translate(50px, -30px);
}
.hero-animation-suzuki--0 {
  opacity: 0;
  margin-top: -1.75rem;
  animation: 1s 0.5s forwards position-down;
  transform: translateY(46px);
  opacity: 1 !important;
}
.hero-animation-suzuki__image--1 {
  z-index: -1;
  order: -1;
  margin-right: 0.75rem;
  top: -10%;
  left: 2%;
  transform: translateY(14px);
  opacity: 1 !important;
  animation-duration: 1s !important;
  animation-delay: 0.5s !important;
}
@media (max-width: 991px) {
  .hero-animation-suzuki__image--1 {
    margin-inline: 0;
    left: 0%;
    position: relative !important;
  }
}
.hero-animation-suzuki__image--1__stay {
  opacity: 0;
  animation: 2s forwards position;
}
@media (max-width: 991px) {
  .hero-animation-suzuki__image--1__stay {
    animation: initial;
  }
}
.hero-animation-suzuki__image--2 {
  min-width: 10.9375rem;
  min-height: 9.5rem;
  z-index: -1;
  position: absolute;
  top: 5rem;
  right: -9.25rem;
}
.hero-animation-suzuki__image--2 .image-icon {
  margin-left: auto;
  display: block;
  right: 0;
}
.hero-animation-suzuki__image--2 .image-icon--1 {
  animation: 1.2s 0.6s forwards position, 1s 3s forwards position-top;
  transform: translate(-172px);
}
.hero-animation-suzuki__image--2 .image-icon--2 {
  animation-duration: 1s;
  animation-delay: 0.7s;
  top: 123px;
  transform: translate(-300px);
}
.hero-animation-suzuki__image--3 {
  z-index: -2;
  animation-duration: 1s;
  animation-delay: 0.6s;
  top: calc(100% + 102px);
  left: 108px;
  transform: translateY(-250px);
}
.hero-animation-suzuki__image--4 {
  z-index: -2;
  animation: 1s 0.6s forwards position, 1s 3s forwards position-down-2;
  top: calc(100% - 70px);
  left: -192px;
  transform: translate(175px, -80px);
}
.hero-animation-suzuki__image--5 {
  min-width: 10.875rem;
  z-index: -2;
  animation: 1s 0.6s forwards position, 1s 3s forwards position-down-2;
  top: calc(100% - 128px);
  left: calc(100% - 88px);
  transform: translate(-100px, -100px);
}
.hero-animation-suzuki__image--5 img {
  filter: drop-shadow(0 10px 30px #00000040);
}
.hero-animation-suzuki__image--6 {
  width: 14.125rem;
  position: absolute;
  top: calc(100% + 12px);
  left: 0.0625rem;
}
.hero-animation-suzuki__image--6 .image-icon {
  z-index: -2;
  animation-delay: 0.6s;
  transform: translateY(-90px);
}
.hero-animation-suzuki__image--6 .image-icon--3 {
  animation-duration: 1s;
}
.hero-animation-suzuki__image--6 .image-icon--4 {
  animation: 1.1s 0.6s forwards position, 1s 3s forwards position-down-2;
  right: 0;
}
.hero-animation-suzuki__image--7 {
  width: 6.25rem;
  min-height: 4rem;
  position: absolute;
  top: calc(50% + 37px);
  left: 100%;
}
.hero-animation-suzuki__image--7 .image-icon {
  z-index: -2;
  animation-duration: 1s;
  animation-delay: 0.6s;
  transform: translate(-150px);
}
.hero-animation-suzuki__image--7 .image-icon--5 {
  bottom: -0.125rem;
  left: 0.1875rem;
}
.hero-animation-suzuki__image--7 .image-icon--6 {
  bottom: -0.125rem;
  left: 2.375rem;
}
.hero-animation-suzuki__image--7 .image-icon--7 {
  animation: 1s 0.6s forwards position, 1s 3s forwards position-left-1;
  top: 0;
  left: 2.375rem;
  transform: translate(-250px);
}
.hero-animation-suzuki__image--7 .image-icon--8 {
  animation: 1s 0.6s forwards position, 1s 3s forwards position-left-2;
  top: 0;
  left: 4.6875rem;
}
.dma {
  margin-bottom: 6.25rem;
}
@media (min-width: 991px) {
  .mw--570 {
    max-width: 30rem;
  }
}
@media (min-width: 1200px) {
  .mw--570 {
    max-width: 35.625rem;
  }
}
@media (max-width: 991px) {
  .hidden-tablet {
    display: none;
  }
}
@keyframes position {
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes position-down {
  to {
    opacity: 1;
    transform: translateY(60px);
  }
}
@keyframes position-down-2 {
  to {
    transform: translateY(15px);
  }
}
@keyframes position-left-1 {
  to {
    left: 0.1875rem;
  }
}
@keyframes position-left-2 {
  to {
    left: 2.375rem;
  }
}
@keyframes position-top {
  0% {
    min-width: 10.875rem;
    top: 0;
  }
  to {
    min-width: 13.375rem;
    top: -5rem;
  }
}
@keyframes slideOpacity1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideOpacity2 {
  0% {
    opacity: 0;
  }
  68.3% {
    opacity: 0;
  }
  72.6% {
    opacity: 1;
  }
  95.7% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ScreenScrollSuzuki1 {
  25% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-300px);
  }
  65% {
    transform: translateY(-300px);
  }
  70% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ScreenScrollSuzuki2 {
  0% {
    transform: translateY(0);
  }
  17% {
    transform: translateY(0);
  }
  21.3% {
    transform: translateY(-180px);
  }
  47.3% {
    transform: translateY(-180px);
  }
  51.6% {
    transform: translateY(0);
  }
  68.3% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screenScroll5 {
  0% {
    transform: translateY(-10%);
  }
  20% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-38%);
  }
  85% {
    transform: translateY(-38%);
  }
  95% {
    transform: translateY(-10%);
  }
}
.s-pictureInformation {
  width: 100%;
  flex-direction: column;
  /* margin-bottom: 11.625rem; */
  font-size: 2rem;
  font-weight: 100;
  display: flex;
}
@media (max-width: 991px) {
  .s-pictureInformation {
    margin-bottom: 9rem;
  }
}
.s-pictureInformation__header {
  margin-bottom: 10rem;
  padding: 0 8.75rem;
}
@media (max-width: 991px) {
  .s-pictureInformation__header {
    margin-bottom: 100px;
    padding: 0 1.25rem;
  }
}
.s-pictureInformation__header h2 {
  margin-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .s-pictureInformation__header p {
    font-size: 18px;
  }
}
.s-pictureInformation__img {
  margin-left: 15%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .s-pictureInformation__img {
    margin-left: 0;
  }
}
.s-pictureInformation__img--2 {
  z-index: -1;
  position: absolute;
}
.s-pictureInformation__img__frame {
  animation: 10s infinite dpd1;
  position: absolute;
  top: 0;
  left: 0;
}
.s-pictureInformation__img__frame2 {
  animation: 10s infinite screenScroll2;
  position: absolute;
  top: 0;
  left: 0;
}
.s-pictureInformation__img__bar {
  z-index: 5;
  position: absolute;
  bottom: 0;
}
.s-pictureInformation__img__wrapper {
  position: relative;
}
.s-pictureInformation__img__mobile {
  position: absolute;
}
.s-pictureInformation__img__mobile1 {
  border-radius: 19px;
  position: absolute;
  top: -30%;
  left: 33%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s-pictureInformation__img__mobile1 {
    width: 33%;
    top: -88%;
    left: 16px;
  }
}
@media (max-width: 775px) {
  .s-pictureInformation__img__mobile1 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation__img__mobile1 {
    top: -110%;
  }
}
.s-pictureInformation__img__mobile2 {
  max-width: 263px;
  border-radius: 19px;
  position: absolute;
  top: -12%;
  left: 62%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s-pictureInformation__img__mobile2 {
    width: 33%;
    top: -60%;
    left: 55%;
  }
}
@media (max-width: 775px) {
  .s-pictureInformation__img__mobile2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation__img__mobile2 {
    top: -82%;
  }
}
.s-pictureInformation__text {
  margin-top: 7.875rem;
  padding-inline: 7.5rem;
  font-weight: 300;
}
.s-pictureInformation__text--2 {
  margin-top: 0;
  padding-inline: 7.5rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .s-pictureInformation__text--2,
  .s-pictureInformation__text {
    margin-top: 6rem;
    padding: 1rem;
    font-size: 1.125rem;
  }
}
.s-pictureInformation__text--option2 {
  column-gap: 1.875rem;
  margin-top: 16.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-pictureInformation__text--option2 {
    flex-direction: column;
    row-gap: 1.875rem;
    margin-top: 11.25rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation__text--option2 {
    margin-top: 0;
  }
}
.s-pictureInformation__text--option2 .s-pictureInformation__p {
  width: 50%;
}
@media (max-width: 991px) {
  .s-pictureInformation__text--option2 .s-pictureInformation__p {
    width: 100%;
  }
}
.s-pictureInformation__text--option2 .s-pictureInformation__cols {
  width: 50%;
  flex-direction: column;
  row-gap: 2.5rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .s-pictureInformation__text--option2 .s-pictureInformation__cols {
    width: 100%;
  }
}
.s-pictureInformation__text--option2 .s-pictureInformation__col {
  width: 100%;
  margin-block: 0;
}
.s-pictureInformation__text--option3 h2 {
  opacity: 0.5 !important;
}
.s-pictureInformation__text--option3 .s-pictureInformation__cols {
  margin-top: 2.6875rem;
}
@media (min-width: 991px) {
  .s-pictureInformation__text--option3 .s-pictureInformation__col {
    flex: 0 37%;
  }
}
.s-pictureInformation__text--option3 .s-pictureInformation__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .s-pictureInformation__text--option3 .s-pictureInformation__col--last {
    flex: 1;
    margin-top: -0.25rem;
    font-size: 2rem;
  }
}
.s-pictureInformation__cols {
  column-gap: 2.5rem;
  margin-top: 4rem;
  font-size: 1.125rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-pictureInformation__cols {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.s-pictureInformation__col {
  width: 48%;
}
.s-pictureInformation__col--last {
  width: 40%;
}
@media (max-width: 991px) {
  .s-pictureInformation__col {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.s-pictureInformation--vr {
  margin-bottom: 3.1875rem;
}
.s-pictureInformation--vr.s-pictureInformation--health {
  margin-bottom: 0;
  padding: 0;
}
.s-pictureInformation--vr.s-pictureInformation--health
  .s-pictureInformation__footer {
  margin-top: 5rem;
  font-size: 4.5rem;
  line-height: 5.125rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--vr.s-pictureInformation--health
    .s-pictureInformation__footer {
    margin-top: 3.75rem;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--vr.s-pictureInformation--health
    .s-pictureInformation__footer {
    font-size: 2.125rem;
    line-height: 1.6;
  }
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr {
  padding-left: 1.6875rem;
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__content {
  margin-top: 0.6875rem;
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__col__left {
  flex: 0 0 35%;
}
@media (min-width: 767px) {
  .s-pictureInformation--vr.s-pictureInformation--ar-vr
    .s-pictureInformation__col__left
    p {
    font-size: unset;
    line-height: unset;
  }
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__col__right {
  flex: 0 0 52.5%;
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__col__right
  ul {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__col__right
  ul
  li
  span {
  padding-left: 0;
}
.s-pictureInformation--vr.s-pictureInformation--ar-vr
  .s-pictureInformation__col__right
  p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.s-pictureInformation--vr.s-pictureInformation--events {
  margin-top: 0;
  padding: 0;
}
.s-pictureInformation--vr.s-pictureInformation--events
  .s-pictureInformation__footer {
  margin-top: 0;
  font-size: 4.5rem;
  line-height: 5.125rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--vr.s-pictureInformation--events
    .s-pictureInformation__footer {
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--vr.s-pictureInformation--events
    .s-pictureInformation__footer {
    font-size: 2.125rem;
    line-height: 1.6;
  }
}
.s-pictureInformation--vr h2 {
  margin-bottom: 1.75rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
}
@media (min-width: 767px) {
  .s-pictureInformation--vr h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (min-width: 991px) {
  .s-pictureInformation--vr h2 {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
}
.s-pictureInformation--vr .s-pictureInformation__content {
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  display: flex;
}
@media (max-width: 767px) {
  .s-pictureInformation--vr .s-pictureInformation__content {
    flex-direction: column;
  }
}
.s-pictureInformation--vr .s-pictureInformation__col__left {
  flex: 0 0 57%;
}
.s-pictureInformation--vr .s-pictureInformation__col__left p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.s-pictureInformation--vr .s-pictureInformation__col__right {
  flex: 0 0 43%;
}
.s-pictureInformation--vr .s-pictureInformation__col__right ul {
  flex-direction: column;
  justify-content: start;
  gap: 0.5rem;
  display: flex;
}
.s-pictureInformation--vr .s-pictureInformation__col__right ul li {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .s-pictureInformation--vr {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
}
.s-pictureInformation--vr .s-pictureInformation__footer {
  text-align: center;
  margin-top: 7.5rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 3.75rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--vr .s-pictureInformation__footer {
    margin-top: 3.75rem;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--vr .s-pictureInformation__footer {
    font-size: 2.125rem;
  }
}
.s-pictureInformation--vr .s-pictureInformation__footer strong {
  color: #f5dc27;
}
.s-pictureInformation--ar {
  margin-bottom: 6.875rem;
  padding-inline: 1.875rem;
  font-size: 1.5rem;
}
.s-pictureInformation--ar .s-pictureInformation__container {
  width: 100%;
  max-width: 76.875rem;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.s-pictureInformation--ar h2 {
  color: #fffdf8;
  line-height: 1.1;
  opacity: 0.5 !important;
}
.s-pictureInformation--ar .s-pictureInformation__text {
  padding-inline: 0;
}
.s-pictureInformation--ar .s-pictureInformation__text--option2 {
  margin-top: 2.5rem;
}
.s-pictureInformation--ar
  .s-pictureInformation__text--option2
  .s-pictureInformation__p {
  max-width: 23rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--ar
    .s-pictureInformation__text--option2
    .s-pictureInformation__p {
    max-width: none;
  }
}
.s-pictureInformation--ar .s-pictureInformation__cols {
  max-width: 29.375rem;
  row-gap: 1.875rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--ar .s-pictureInformation__cols {
    max-width: none;
  }
}
.s-pictureInformation--ar .s-pictureInformation__footer {
  text-align: center;
  margin-top: 7.5rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 3.75rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--ar .s-pictureInformation__footer {
    margin-top: 3.75rem;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--ar .s-pictureInformation__footer {
    font-size: 2.125rem;
  }
}
.s-pictureInformation--ar .s-pictureInformation__footer strong {
  color: #f5dc27;
}
.s-pictureInformation--8th-wall .s-pictureInformation__text {
  margin-top: 7.1875rem;
  font-weight: 200;
}
.s-pictureInformation--8th-wall .s-pictureInformation__cols {
  width: 100%;
  max-width: none;
  margin-top: 0.8125rem;
  font-size: 2rem;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .s-pictureInformation--8th-wall .s-pictureInformation__col {
    font-size: 1.125rem;
  }
}
.s-pictureInformation--8th-wall .s-pictureInformation__col p {
  margin-top: 1.25rem;
}
.s-pictureInformation--8th-wall .s-pictureInformation__col p:first-child {
  margin-top: 0;
}
.s-pictureInformation--8th-wall .s-pictureInformation__decor {
  width: 55%;
  position: absolute;
  top: -9.375rem;
  right: -3.125rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--8th-wall .s-pictureInformation__decor {
    width: 75%;
    margin: 0 auto;
    position: static;
  }
}
.s-pictureInformation--web3 {
  margin-bottom: 3rem;
}
.s-pictureInformation--web3 h2 {
  line-height: 1.1;
}
.s-pictureInformation--web3 .s-pictureInformation__text {
  margin-top: 3.0625rem;
}
.s-pictureInformation--web3 .s-pictureInformation__p {
  line-height: 1.58;
}
.s-pictureInformation--web3 .s-pictureInformation__p:last-child {
  max-width: 29.375rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--web3 .s-pictureInformation__p:last-child {
    max-width: none;
  }
}
.s-pictureInformation--nft {
  margin-bottom: 9.6875rem;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--nft {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--nft {
    margin-bottom: 4.6875rem;
  }
}
.s-pictureInformation--nft .s-pictureInformation__text--option2 {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--nft .s-pictureInformation__text--option2 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--nft .s-pictureInformation__text--option2 {
    margin-top: 1.25rem;
  }
}
.s-pictureInformation--nft
  .s-pictureInformation__text--option2
  .s-pictureInformation__p {
  max-width: 37.5rem;
}
@media (max-width: 991px) {
  .s-pictureInformation--nft
    .s-pictureInformation__text--option2
    .s-pictureInformation__p {
    max-width: none;
  }
}
.s-pictureInformation--nft .s-pictureInformation__cols {
  max-width: none;
}
.s-pictureInformation--nft .s-pictureInformation__images {
  margin-top: 7.1875rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-pictureInformation--nft .s-pictureInformation__images {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .s-pictureInformation--nft .s-pictureInformation__images {
    flex-direction: column;
    row-gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.s-pictureInformation--nft .s-pictureInformation__image:first-child {
  flex-basis: 57.8%;
  margin-top: 2.5rem;
}
.s-pictureInformation--nft .s-pictureInformation__image:nth-child(2) {
  flex-basis: 42.2%;
}
.s-pictureInformation--ai {
  margin-bottom: 6.6875rem;
}
.s-pictureInformation--ai .s-pictureInformation__text {
  margin-top: 1.5625rem;
}
.s-pictureInformation--ai .s-pictureInformation__footer {
  margin-top: 5rem;
}
@media (min-width: 991px) {
  .s-pictureInformation--ai .s-pictureInformation__footer {
    margin-top: 9.3125rem;
  }
}
.s-pictureInformation--ai.s-pictureInformation--8th-wall {
  margin-top: 5rem;
}
@media (min-width: 991px) {
  .s-pictureInformation--ai.s-pictureInformation--8th-wall {
    margin-top: 11.5625rem;
  }
}
.s-pictureInformation--ai.s-pictureInformation--8th-wall
  .s-pictureInformation__cols {
  margin-top: 0.3125rem;
}
.s-pictureInformation--d-agency {
  margin-bottom: 2.6875rem;
}
.s-pictureInformation--d-agency .s-pictureInformation__text {
  max-width: 1211px;
  margin-top: 3.125rem;
}
.s-pictureInformation--d-agency .s-pictureInformation__text h2 {
  line-height: 1;
}
@media (min-width: 991px) {
  .s-pictureInformation--d-agency .s-pictureInformation__text {
    margin-top: 242px !important;
  }
}
.s-pictureInformation--d-agency .s-pictureInformation__cols {
  margin-top: 3.125rem;
}
.s-pictureInformation__services .s-pictureInformation__img {
  margin-inline: auto;
  padding-left: 3.125rem;
}
.s-pictureInformation__services .s-pictureInformation__cols {
  column-gap: 3.5%;
}
.s-pictureInformation__services .s-pictureInformation__col {
  width: 40%;
}
.s-pictureInformation__services .s-pictureInformation__col--last {
  width: 50%;
}
.s-pictureInformation__services .s-pictureInformation__col span {
  margin-left: 15px;
  display: block;
}
@media (max-width: 991px) {
  .s-pictureInformation__services .s-pictureInformation__col {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.s-pictureInformation__services .s-pictureInformation__text {
  margin-top: 12.5rem;
  padding-inline: 8.75rem;
}
@media (max-width: 991px) {
  .s-pictureInformation__services .s-pictureInformation__text {
    margin-top: 6.25rem;
    padding-inline: 1.25rem;
  }
}
.s-pictureInformation__joinus .s-pictureInformation__img,
.s-pictureInformation__about .s-pictureInformation__img {
  margin-inline: auto;
}
.s-pictureInformation__about {
  margin-top: 12.5rem;
}
.s-pictureInformation__about .s-pictureInformation__img,
.s-pictureInformation__about .s-pictureInformation__img img {
  width: 100%;
}
.mobile-no-padding {
  padding-inline: 0;
}
.transformation__img {
  margin-bottom: 0;
  margin-left: 80px;
  margin-inline: auto;
}
@media (max-width: 1300px) {
  .transformation__img {
    margin-inline: auto;
  }
}
@media (max-width: 991px) {
  .transformation__img {
    padding-left: 0;
    padding-inline: 16px;
  }
}
.transformation__img__text {
  column-gap: 1.875rem;
  margin-top: 22.5rem;
  display: flex;
}
@media (max-width: 991px) {
  .transformation__img__text {
    flex-direction: column;
    row-gap: 1.875rem;
    margin-top: 11.25rem;
  }
}
.transformation__img__p {
  width: 50%;
}
@media (max-width: 991px) {
  .transformation__img__p {
    width: 100%;
  }
}
.transformation__img__cols {
  width: 50%;
  flex-direction: column;
  row-gap: 2.5rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .transformation__img__cols {
    width: 100%;
  }
}
.transformation__img__col {
  width: 100%;
  margin-block: 0;
}
@media (max-width: 1350px) {
  .transformation__wrapper img {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .transformation__wrapper img {
    transform: scale(1);
  }
}
.transformation__img__1 {
  width: 23%;
  max-width: 267px;
  z-index: -1;
  top: -25%;
  left: -15%;
}
@media (max-width: 1350px) {
  .transformation__img__1 {
    top: -15%;
    left: -5%;
  }
}
@media (max-width: 991px) {
  .transformation__img__1 {
    z-index: 2;
    top: -40%;
    left: 10%;
  }
}
.transformation__img__2 {
  width: 23%;
  max-width: 267px;
  z-index: -1;
  top: -10%;
  left: 97%;
}
@media (max-width: 1350px) {
  .transformation__img__2 {
    left: 85%;
  }
}
@media (max-width: 1080px) {
  .transformation__img__2 {
    left: 80%;
  }
}
@media (max-width: 991px) {
  .transformation__img__2 {
    z-index: 2;
    top: -30%;
    left: 40%;
  }
}
.transformation__img__3 {
  width: 30%;
  max-width: 267px;
  top: 32%;
  left: 80%;
}
@media (max-width: 1350px) {
  .transformation__img__3 {
    top: 25%;
    left: 70%;
  }
}
@media (max-width: 991px) {
  .transformation__img__3 {
    top: -20%;
    left: 70%;
  }
}
.marketing__img {
  margin-bottom: 0;
  margin-left: 180px;
  margin-inline: auto;
}
@media (max-width: 1300px) {
  .marketing__img {
    margin-inline: auto;
  }
}
@media (max-width: 991px) {
  .marketing__img {
    padding-left: 0;
    padding-inline: 16px;
  }
}
.marketing__img__1 {
  width: 30%;
  top: -43%;
  left: 68%;
}
@media (max-width: 991px) {
  .marketing__img__1 {
    top: -20%;
  }
}
.marketing__img__2 {
  width: 50%;
  max-width: 378px;
  top: 20%;
  left: 45%;
}
@media (max-width: 991px) {
  .marketing__img__2 {
    display: none;
  }
}
.marketing__img__2 img {
  width: 100%;
}
.marketing__img__3 {
  width: 30%;
  top: 30%;
  left: -5%;
}
@media (max-width: 991px) {
  .marketing__img__3 {
    top: -30%;
    left: 30%;
  }
}
.marketing__img__4 {
  width: 50%;
  max-width: none;
  top: -10%;
  left: -10%;
}
@media (max-width: 1050px) {
  .marketing__img__4 {
    left: -5%;
  }
}
@media (max-width: 991px) {
  .marketing__img__4 {
    display: none;
  }
}
.marketing__img__5 {
  width: 50%;
  max-width: none;
  top: 71%;
  left: 39%;
}
@media (max-width: 991px) {
  .marketing__img__5 {
    display: none;
  }
}
.iot__img {
  margin-left: auto;
}
.iot__img .transformation__wrapper img {
  transform: scale(1);
}
.iot__img .transformation__img__1 {
  width: 30%;
  left: -30%;
}
@media (max-width: 1199px) {
  .iot__img .transformation__img__1 {
    width: 25%;
    z-index: 5;
    top: -10%;
    left: 5%;
  }
}
.iot__img .transformation__img__2 {
  width: 30%;
  left: 100%;
}
@media (max-width: 1199px) {
  .iot__img .transformation__img__2 {
    width: 25%;
    z-index: 5;
    top: -30%;
    left: 70%;
  }
}
.iot__img .transformation__img__3 {
  width: 30%;
  left: 65%;
}
@media (max-width: 1199px) {
  .iot__img .transformation__img__3 {
    width: 25%;
    z-index: 5;
    top: -20%;
    left: 37.5%;
  }
  .dma__img {
    margin-inline: auto;
  }
}
.dma__img .transformation__wrapper img {
  transform: scale(1);
}
.dma__img .transformation__img__1 {
  z-index: 3;
  top: 2%;
  left: 105%;
}
@media (max-width: 1199px) {
  .dma__img .transformation__img__1 {
    width: 25%;
    z-index: 5;
    top: -10%;
    left: 20%;
  }
}
.dma__img .transformation__img__2 {
  width: 30%;
  z-index: 2;
  top: 15%;
  left: 85%;
}
@media (max-width: 1199px) {
  .dma__img .transformation__img__2 {
    width: 25%;
    z-index: 5;
    top: -30%;
    left: 60%;
  }
}
.dma__img .transformation__img__3 {
  width: 50%;
  top: 40%;
  left: 35%;
}
@media (max-width: 1199px) {
  .dma__img .transformation__img__3 {
    display: none;
  }
}
.dma__img .transformation__img__4 {
  width: 100%;
  top: 75%;
  left: 35%;
}
@media (max-width: 1199px) {
  .dma__img .transformation__img__4 {
    display: none;
  }
}
.marketing-hero__wrapper {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1.336/1;
  position: relative;
}
.marketing-hero__image {
  position: absolute;
}
.marketing-hero__image--1 {
  width: 63.75%;
  z-index: 2;
  top: 15.37%;
  left: 15.42%;
}
.marketing-hero__image--2 {
  width: 18.75%;
  z-index: 4;
  top: 4.01%;
  left: 3.83%;
}
.marketing-hero__image--3 {
  width: 27%;
  z-index: 2;
  bottom: 10%;
  left: 11.42%;
}
.marketing-hero__image--4 {
  width: 18.25%;
  top: 0;
  right: 0;
}
.marketing-hero__image--5 {
  width: 39.08%;
  z-index: 1;
  bottom: 4.9%;
  right: 6.92%;
}
.marketing-hero__image--6 {
  width: 39.08%;
  z-index: 3;
  top: 8.46%;
  left: 0;
}
.iot-sub-hero {
  align-items: center;
  padding: 0 1rem;
}
.iot-sub-hero__wrapper {
  width: 100%;
  max-width: 1048px;
  aspect-ratio: 1.105/1;
  position: relative;
}
.iot-sub-hero__image {
  position: absolute;
}
.iot-sub-hero__image--1 {
  width: 48.76%;
  top: 9.5%;
  left: 0;
}
.iot-sub-hero__image--2 {
  width: 22.52%;
  top: 0;
  right: 25.57%;
}
.iot-sub-hero__image--3 {
  width: 22.52%;
  bottom: 12%;
  right: 0;
}
.iot-sub-hero__image--4 {
  width: 38.17%;
  bottom: 0;
  right: 25.57%;
}
.sharepoint-sub-hero {
  align-items: center;
}
.sharepoint-sub-hero__wrapper {
  width: 100%;
  max-width: 920px;
  aspect-ratio: 1.325/1;
  position: relative;
}
.sharepoint-sub-hero__image {
  position: absolute;
}
.sharepoint-sub-hero__image--1 {
  width: 72.93%;
  top: 0;
  left: 0;
}
.sharepoint-sub-hero__image--2 {
  width: 23.48%;
  top: 13.4%;
  right: 0;
}
.sharepoint-sub-hero__image--3 {
  width: 29.13%;
  bottom: 0;
  right: 27.17%;
}
.metaverse-sub-hero {
  align-items: center;
  padding: 0 1rem;
}
.metaverse-sub-hero__wrapper {
  width: 100%;
  max-width: 1210px;
  aspect-ratio: 1.486/1;
  position: relative;
}
.metaverse-sub-hero__image {
  position: absolute;
}
.metaverse-sub-hero__image--1 {
  width: 55.29%;
  top: 0;
  left: 0;
}
.metaverse-sub-hero__image--2 {
  width: 21.32%;
  top: 6.88%;
  right: 20.74%;
}
.metaverse-sub-hero__image--3 {
  width: 32.81%;
  bottom: 5.9%;
  left: 22.48%;
}
.metaverse-sub-hero__image--4 {
  width: 42.07%;
  bottom: 0;
  right: 0;
}
.internal-sub-hero {
  align-items: center;
  padding: 0 1rem;
}
.internal-sub-hero__wrapper {
  width: 100%;
  max-width: 1237px;
  aspect-ratio: 1.436/1;
  position: relative;
}
.internal-sub-hero__image {
  position: absolute;
}
.internal-sub-hero__image--1 {
  width: 59.66%;
  top: 0;
  left: 0;
}
.internal-sub-hero__image--2 {
  width: 46%;
  bottom: 0;
  left: 5.42%;
}
.internal-sub-hero__image--3 {
  width: 46%;
  bottom: 17.42%;
  right: 0;
}
.digitalproductdevelopment-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.digitalproductdevelopment-sub-hero__wrapper {
  width: 100%;
  max-width: 1316px;
  aspect-ratio: 1.65119/1;
  position: relative;
}
.digitalproductdevelopment-sub-hero__image {
  position: absolute;
}
.digitalproductdevelopment-sub-hero__image--1 {
  width: 30.4%;
  top: 0;
  left: 1.82%;
}
.digitalproductdevelopment-sub-hero__image--2 {
  width: 60.94%;
  top: 0;
  right: 0;
}
.digitalproductdevelopment-sub-hero__image--3 {
  width: 17.1%;
  bottom: 0;
  left: 0;
}
.digitalproductdevelopment-sub-hero__image--4 {
  width: 17.1%;
  bottom: 4.14%;
  left: 19.6%;
}
.digitalproductdevelopment-sub-hero-mobile {
  justify-content: center;
  display: flex;
}
.digitalproductdevelopment-sub-hero-mobile__wrapper {
  width: 100%;
  aspect-ratio: 0.7/1;
  position: relative;
}
.digitalproductdevelopment-sub-hero-mobile__image {
  position: absolute;
}
.digitalproductdevelopment-sub-hero-mobile__image--1 {
  width: 41.33%;
  z-index: 2;
  top: 0;
  left: 4.27%;
}
.digitalproductdevelopment-sub-hero-mobile__image--2 {
  width: 41.33%;
  z-index: 2;
  top: 15.38%;
  right: 4.27%;
}
.digitalproductdevelopment-sub-hero-mobile__image--3 {
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.digitaltransformation-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.digitaltransformation-sub-hero__wrapper {
  width: 100%;
  max-width: 1206px;
  aspect-ratio: 1.321/1;
  position: relative;
}
.digitaltransformation-sub-hero__image {
  position: absolute;
}
.digitaltransformation-sub-hero__image--1 {
  width: 33.17%;
  top: 0;
  left: 1.41%;
}
.digitaltransformation-sub-hero__image--2 {
  width: 63.43%;
  top: 7.89%;
  right: 0;
}
.digitaltransformation-sub-hero__image--3 {
  width: 17.99%;
  bottom: 12.49%;
  left: 0;
}
.digitaltransformation-sub-hero__image--4 {
  width: 17.99%;
  bottom: 8.11%;
  left: 20.73%;
}
.digitaltransformation-sub-hero__image--5 {
  width: 38.89%;
  bottom: 0;
  right: 19.9%;
}
.services-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.services-sub-hero__wrapper {
  width: 100%;
  max-width: 1206px;
  aspect-ratio: 1.967/1;
  position: relative;
}
.services-sub-hero__image {
  position: absolute;
}
.services-sub-hero__image--1 {
  width: 59.94%;
  bottom: 0;
  left: 0;
}
.services-sub-hero__image--2 {
  width: 17.64%;
  top: 0;
  right: 20.03%;
}
.services-sub-hero__image--3 {
  width: 17.64%;
  bottom: 2.94%;
  right: 0;
}
.digitalmarketingagency-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.digitalmarketingagency-sub-hero__wrapper {
  width: 100%;
  max-width: 926px;
  aspect-ratio: 1.299/1;
  position: relative;
}
.digitalmarketingagency-sub-hero__image {
  position: absolute;
}
.digitalmarketingagency-sub-hero__image--1 {
  width: 16.85%;
  top: 5.75%;
  left: 0;
}
.digitalmarketingagency-sub-hero__image--2 {
  width: 34.99%;
  z-index: 3;
  top: 0;
  left: 19.44%;
}
.digitalmarketingagency-sub-hero__image--3 {
  width: 24.41%;
  bottom: 1.4%;
  left: 20.52%;
}
.digitalmarketingagency-sub-hero__image--4 {
  width: 25.49%;
  z-index: 2;
  bottom: 0;
  right: 26.35%;
}
.digitalmarketingagency-sub-hero__image--5 {
  width: 43.2%;
  z-index: 1;
  top: 0;
  right: 0;
}
.mobileappdevelopers-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.mobileappdevelopers-sub-hero__wrapper {
  width: 100%;
  max-width: 1044px;
  aspect-ratio: 1.066/1;
  position: relative;
}
.mobileappdevelopers-sub-hero__image {
  position: absolute;
}
.mobileappdevelopers-sub-hero__image--1 {
  width: 22.63%;
  bottom: 5.11%;
  left: 0;
}
.mobileappdevelopers-sub-hero__image--2 {
  width: 22.63%;
  z-index: 3;
  bottom: 23.93%;
  left: 25.7%;
}
.mobileappdevelopers-sub-hero__image--3 {
  width: 22.63%;
  top: 0;
  right: 25.7%;
}
.mobileappdevelopers-sub-hero__image--4 {
  width: 22.05%;
  z-index: 2;
  bottom: -6%;
  right: 25.7%;
}
.mobileappdevelopers-sub-hero__image--5 {
  width: 22.63%;
  z-index: 1;
  bottom: 17.18%;
  right: 0;
}
.mobileappdevelopers-sub-hero--web3 .mobileappdevelopers-sub-hero__wrapper {
  max-width: 1154px;
  aspect-ratio: 1.38/1;
}
.mobileappdevelopers-sub-hero--web3 .mobileappdevelopers-sub-hero__image--1 {
  width: 20.63%;
  bottom: 18.231%;
}
.mobileappdevelopers-sub-hero--web3 .mobileappdevelopers-sub-hero__image--2 {
  width: 20.93%;
  bottom: 27.931%;
  left: 26.2%;
}
.mobileappdevelopers-sub-hero--web3 .mobileappdevelopers-sub-hero__image--4 {
  width: 20.75%;
  bottom: 18.1%;
  right: 26.6%;
}
.mobileappdevelopers-sub-hero--web3 .mobileappdevelopers-sub-hero__image--5 {
  width: 21.23%;
  bottom: 21.98%;
  right: 0;
}
.mobileappdevelopers-sub-hero--digital .mobileappdevelopers-sub-hero__wrapper {
  max-width: 1000px;
  aspect-ratio: 1.066/0.8;
}
.mobileappdevelopers-sub-hero--digital .mobileappdevelopers-sub-hero__image--1 {
  width: 22.5%;
  bottom: 20.11%;
}
.mobileappdevelopers-sub-hero--digital .mobileappdevelopers-sub-hero__image--2 {
  width: 22.5%;
  bottom: 4.93%;
  left: 26.2%;
}
.mobileappdevelopers-sub-hero--digital .mobileappdevelopers-sub-hero__image--4 {
  width: 22.5%;
  bottom: 31%;
  right: 26%;
}
.mobileappdevelopers-sub-hero--digital .mobileappdevelopers-sub-hero__image--5 {
  width: 22.5%;
  bottom: -4.82%;
  right: 0;
}
.mobileappdevelopers-sub-hero--digital + .l-container {
  padding-left: 20px;
  padding-right: 20px;
}
.mobileappdevelopers-sub-hero--digital
  + .s-pictureInformation__text
  .s-pictureInformation__cols {
  max-width: 58.75rem;
}
.web-design-sub-hero {
  justify-content: center;
  margin: 0 1rem;
  display: flex;
}
.web-design-sub-hero__wrapper {
  width: 100%;
  max-width: 1240px;
  aspect-ratio: 1.127/1;
  position: relative;
}
.web-design-sub-hero__image {
  position: absolute;
}
.web-design-sub-hero__image--1 {
  width: 32.26%;
  top: 27.55%;
  left: 0;
}
.web-design-sub-hero__image--2 {
  width: 18.15%;
  z-index: 3;
  bottom: 0;
  left: 7.1%;
}
.web-design-sub-hero__image--3 {
  width: 59.52%;
  top: 6.27%;
  left: 19.76%;
}
.web-design-sub-hero__image--4 {
  width: 59.52%;
  z-index: 2;
  bottom: 5.82%;
  left: 27.82%;
}
.web-design-sub-hero__image--5 {
  width: 18.15%;
  z-index: 1;
  top: 0;
  right: 0;
}
.healthcare-sub-hero {
  align-items: center;
  padding: 0 1rem;
  display: flex;
}
.healthcare-sub-hero__wrapper {
  width: 100%;
  max-width: 1250px;
  aspect-ratio: 1.61/1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .healthcare-sub-hero__wrapper {
    left: -1rem;
  }
}
.healthcare-sub-hero__image {
  position: absolute;
}
.healthcare-sub-hero__image--1 {
  width: 18%;
  z-index: 3;
  top: 8.25%;
  left: 0;
}
.healthcare-sub-hero__image--2 {
  width: 37.52%;
  z-index: 2;
  bottom: 0;
  left: 9.68%;
}
.healthcare-sub-hero__image--3 {
  width: 59.04%;
  z-index: 3;
  top: 0;
  left: 20.56%;
}
.healthcare-sub-hero__image--4 {
  width: 18%;
  z-index: 3;
  bottom: 9.79%;
  left: 59.52%;
}
.healthcare-sub-hero__image--5 {
  width: 18%;
  z-index: 1;
  top: 8.25%;
  right: 0;
}
.chatbots-sub-hero {
  justify-content: center;
  padding: 0 1rem;
  display: flex;
}
.chatbots-sub-hero__wrapper {
  width: 100%;
  max-width: 1170px;
  aspect-ratio: 1.351/1;
  position: relative;
}
.chatbots-sub-hero__image {
  position: absolute;
}
.chatbots-sub-hero__image--1 {
  width: 43.85%;
  z-index: 1;
  bottom: 19.23%;
  left: 0;
}
.chatbots-sub-hero__image--2 {
  width: 43.68%;
  z-index: 3;
  top: 7.85%;
  right: 21.97%;
}
.chatbots-sub-hero__image--3 {
  width: 50.51%;
  z-index: 2;
  bottom: 0;
  right: 7.09%;
}
.chatbots-sub-hero__image--4 {
  width: 19.23%;
  z-index: 3;
  top: 0;
  right: 0;
}
.soogleanalitics-sub-hero {
  justify-content: center;
  padding: 0 1rem;
  display: flex;
}
.soogleanalitics-sub-hero__wrapper {
  width: 100%;
  max-width: 970px;
  aspect-ratio: 1.187/1;
  position: relative;
}
.soogleanalitics-sub-hero__image {
  position: absolute;
}
.soogleanalitics-sub-hero__image--1 {
  width: 68.97%;
  top: 0;
  left: 0;
}
.soogleanalitics-sub-hero__image--2 {
  width: 48.35%;
  bottom: 0;
  left: 20.52%;
}
.soogleanalitics-sub-hero__image--3 {
  width: 27.84%;
  top: 23.13%;
  right: 0;
}
@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
.box-shadow--20 {
  box-shadow: 0 10px 20px #00000040;
}
.border-radius--20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .border-radius--20 {
    border-radius: 0;
  }
}
.image--100 {
  width: 100%;
  height: auto;
}

.s-typingText {
  width: 100%;
  height: 35vw;
  min-height: 550px;
  background-color: #00a8cc;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10.25rem; */
  padding-top: 10rem;
  padding-bottom: 10.625rem;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .s-typingText {
    text-align: center;
    margin-bottom: 6rem;
    padding-block: 3.75rem;
  }
}
@media (max-width: 767px) {
  .s-typingText {
    height: initial;
    min-height: 20rem;
  }
}
.s-typingText__wrapper {
  width: 100%;
  padding-inline: 7.8125rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  position: absolute;
}
@media (min-width: 991px) {
  .s-typingText__wrapper {
    line-height: 4.5rem;
    top: 3.625rem;
  }
}
@media (max-width: 991px) {
  .s-typingText__wrapper {
    padding-inline: 2.5rem;
    font-size: 3.375rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .s-typingText__wrapper {
    padding-inline: 1.25rem;
    font-size: 2.5rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .s-typingText__cloud {
    margin-bottom: 0;
  }
}
.s-typingText__text {
  margin-top: -5rem;
  margin-bottom: 1.5rem;
}
.s-typingText--vr {
  height: unset;
  min-height: 23.125rem;
  padding: 4.375rem 0;
  position: relative;
}
.s-typingText--vr .s-typingText__wrapper {
  margin-top: 0;
}
@media (min-width: 767px) {
  .s-typingText--vr .s-typingText__wrapper {
    top: 3rem;
  }
  .s-typingText--vr {
    min-height: 29.375rem;
  }
}
.s-typingText--vr.s-typingText--product-visualisation {
  min-height: 26.25rem;
  margin-bottom: 0;
}
.s-typingText--vr.s-typingText--product-visualisation .s-typingText__wrapper {
  margin-left: 0;
}
@media (min-width: 767px) {
  .s-typingText--vr.s-typingText--product-visualisation .s-typingText__wrapper {
    padding-inline: 7.8125rem 20%;
    top: 3rem;
  }
}
.s-typingText--vr.s-typingText--product-visualisation .s-typingText-bg {
  width: 21.5rem;
  height: 43.875rem;
  top: -4.625rem;
  bottom: 0;
  right: -5.625rem;
}
@media (min-width: 767px) {
  .s-typingText--vr.s-typingText--product-visualisation {
    min-height: 33rem;
  }
  .s-typingText--vr.s-typingText--product-visualisation .s-typingText-bg {
    width: 30.25rem;
    height: 43.875rem;
    top: -10.625rem;
    bottom: 0;
    right: -0.625rem;
  }
}
.s-typingText--vr.s-typingText--health {
  min-height: 23.125rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .s-typingText--vr.s-typingText--health .s-typingText__wrapper {
    margin-left: 0;
    padding-inline: 7.8125rem 25%;
    top: 3rem;
  }
}
@media (min-width: 1199px) {
  .s-typingText--vr.s-typingText--health {
    min-height: 33rem;
  }
}
.s-typingText--vr.s-typingText--health .s-typingText-bg {
  width: 31.25rem;
  height: auto;
  opacity: 0.6;
  top: auto;
  bottom: 0;
  right: -23.125rem;
}
@media (min-width: 767px) {
  .s-typingText--vr.s-typingText--health .s-typingText-bg {
    width: 39.25rem;
    opacity: 1;
  }
}
@media (min-width: 1199px) {
  .s-typingText--vr.s-typingText--health .s-typingText-bg {
    width: 43.75rem;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -5.625rem;
  }
}
.s-typingText--vr.s-typingText--events {
  min-height: 33rem;
}
.s-typingText--vr.s-typingText--events .s-typingText__wrapper {
  margin-left: 0;
  padding-inline: 7.8125rem 25%;
  top: 3rem;
}
.s-typingText--vr.s-typingText--events .s-typingText-bg {
  width: 15.75rem;
  height: 100%;
  top: -4.5rem;
  bottom: 0;
  right: 0;
}
@media (min-width: 575px) {
  .s-typingText--vr.s-typingText--events .s-typingText-bg {
    width: 23.75rem;
  }
}
@media (min-width: 767px) {
  .s-typingText--vr.s-typingText--events .s-typingText-bg {
    width: 26.875rem;
  }
}
@media (min-width: 1199px) {
  .s-typingText--vr.s-typingText--events .s-typingText-bg {
    width: 34.375rem;
    top: -7.5rem;
  }
}
@media (min-width: 1439px) {
  .s-typingText--vr.s-typingText--events .s-typingText-bg {
    width: 41.75rem;
    top: -7.5rem;
  }
}
.s-typingText--vr .s-typingText-bg {
  width: 16.125rem;
  position: absolute;
  top: -5rem;
  bottom: auto;
  right: -3.125rem;
}
@media (min-width: 767px) {
  .s-typingText--vr .s-typingText-bg {
    width: 73.125rem;
    height: 41.6875rem;
    top: -7.5rem;
    right: -39.4375rem;
  }
}
@media (min-width: 991px) {
  .s-typingText--vr .s-typingText-bg {
    width: 62.5rem;
  }
}
@media (min-width: 1439px) {
  .s-typingText--vr .s-typingText-bg {
    width: 73.125rem;
  }
}
.s-typingText--ar {
  min-height: 450px;
  margin-bottom: 4.6875rem;
  position: relative;
}
.s-typingText--ar .s-typingText__wrapper {
  line-height: normal;
}
@media (min-width: 991px) {
  .s-typingText--ar .s-typingText__wrapper {
    line-height: 4.5rem;
  }
}
.s-typingText--ar .s-typingText__cloud {
  margin-bottom: 0;
}
.s-typingText--web3 {
  margin-top: 6.875rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .s-typingText--web3 {
    margin-bottom: 4.6875rem;
  }
}
.s-typingText--ai {
  min-height: 25rem;
  margin-bottom: 0;
  padding-bottom: 5.75rem;
}
@media (min-height: 991px) {
  .s-typingText--ai {
    min-height: 45.4375rem;
    margin-bottom: 3.125rem;
  }
}
.s-typingText__services {
  position: relative;
}
.typed-cursor {
  color: #fff;
}
.s-easyColumn {
  margin-bottom: 15rem;
  padding-left: 1.875rem;
}
@media (max-width: 991px) {
  .s-easyColumn {
    margin-bottom: 8.75rem;
  }
}
.s-easyColumn__services {
  max-width: 1010px;
}
.s-easyColumn__col {
  gap: 3.75rem;
  margin-top: 6rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-easyColumn__col {
    flex-direction: column;
  }
  .s-easyColumn__col.padleft {
    padding: 0 1.875rem;
  }
}
.s-easyColumn__col__services {
  margin-top: initial;
}
.s-easyColumn__col__services + .s-easyColumn__col__right {
  margin-bottom: 3.75rem;
}
.s-easyColumn__col__left {
  width: 40%;
  font-size: 2rem;
  font-weight: 100;
}
@media (max-width: 991px) {
  .s-easyColumn__col__left {
    width: 100%;
  }
}
.s-easyColumn__col__left__services {
  width: 60%;
  font-weight: 100;
}
@media (max-width: 991px) {
  .s-easyColumn__col__left__services {
    width: 100%;
  }
}
.s-easyColumn__col__right {
  width: 50%;
}
@media (max-width: 991px) {
  .s-easyColumn__col__right {
    width: 100%;
  }
}
.s-easyColumn__col__right__services {
  width: 40%;
}
@media (max-width: 991px) {
  .s-easyColumn__col__right__services {
    width: 100%;
  }
}
.s-easyColumn--ar {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.s-easyColumn--ar .s-easyColumn__container {
  max-width: 76.875rem;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.s-easyColumn--ar h2 {
  line-height: 1.1;
}
.s-easyColumn--ar .s-easyColumn__decor {
  position: absolute;
  top: -5.625rem;
  right: 0;
}
@media (max-width: 991px) {
  .s-easyColumn--ar .s-easyColumn__decor {
    top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .s-easyColumn--ar .s-easyColumn__decor {
    display: none;
  }
}
@media (max-width: 991px) {
  .s-easyColumn--ar .s-easyColumn__decor img {
    width: 12.5rem;
  }
}
.s-easyColumn--ar .s-easyColumn__col {
  gap: 1.875rem;
  margin-top: 4.6875rem;
}
.s-easyColumn--ar .s-easyColumn__col__img {
  margin-top: 1.875rem;
}
.s-easyColumn--ar .s-easyColumn__col__left {
  width: 50%;
}
@media (max-width: 991px) {
  .s-easyColumn--ar .s-easyColumn__col__left {
    width: 75%;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s-easyColumn--ar .s-easyColumn__col__left {
    width: 100%;
  }
}
.s-easyColumn--ar .s-easyColumn__col .st-boldArrow--small {
  line-height: 1.6;
}
.s-pictureGrid--ar .s-easyColumn__col__services {
  flex-shrink: 0;
}
.s-easyColumn--ai {
  padding-top: 6.875rem;
}
.s-easyColumn--ai .s-easyColumn__decor {
  top: -4.25rem;
}
.s-easyColumn--ai .s-easyColumn__col {
  margin-top: 3.75rem;
}
.s-easyColumn--ai .s-easyColumn__col__img {
  margin-top: 4.1875rem;
}
.s-easyColumn__services .s-easyColumn__col {
  justify-content: space-between;
  margin-top: 4rem;
}
.s-easyColumn--web3 {
  max-width: 1070px;
  margin-bottom: 10rem;
}
.s-easyColumn--web3 > span:not([class]) {
  display: block;
}
.s-easyColumn--web3 h2 {
  line-height: 1.04;
}
.s-easyColumn--web3 .s-easyColumn__col {
  gap: 2.1875rem;
  margin-top: 2.5rem;
}
.s-easyColumn--web3 .s-easyColumn__col li span {
  line-height: 1.6;
}
.s-easyColumn--web3 .s-easyColumn__col__left {
  width: 70%;
}
.s-easyColumn__ecommerce {
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .s-easyColumn__ecommerce {
    margin-bottom: 5rem;
  }
}
.s-easyColumn__ecommerce .s-easyColumn__col {
  margin-top: 1.25rem;
}
.s-easyColumn__d-agency {
  max-width: 1084px;
}
.s-easyColumn__d-agency .s-easyColumn__col {
  margin-top: 3.125rem;
}
.s-easyColumn__d-agency .s-easyColumn__col__left {
  width: 58%;
}
.s-easyColumn__d-agency .st-boldArrow--provideBlock:before {
  flex-shrink: 0;
}
.s-project__list {
  margin-top: 0;
  margin-bottom: 13rem;
  padding-left: 2.1875rem;
}
@media (max-width: 991px) {
  .s-project__list {
    flex-direction: column;
    margin-bottom: 14.375rem;
  }
}
.s-project__list__wrapper {
  column-gap: 1.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-project__list__wrapper {
    flex-direction: column;
  }
}
.s-project__list__wrapper ul {
  width: 50%;
  font-family: Gradient Premium Black, sans-serif;
}
@media (max-width: 991px) {
  .s-project__list__wrapper ul:nth-child(2),
  .s-project__list__wrapper ul {
    width: 100%;
  }
}
.s-project__list__wrapper ul li {
  margin-bottom: 2.1875rem;
}
@media (max-width: 991px) {
  .s-project__list__wrapper ul li {
    margin-bottom: 0.9375rem;
  }
}
.s-project__list__wrapper ul li a {
  font-size: 3rem;
  line-height: 3.5625rem;
  transition: all 0.5s;
}
@media (max-width: 1249px) {
  .s-project__list__wrapper ul li a {
    font-size: 32px;
  }
}
.s-project__list__wrapper ul li a:hover {
  text-decoration: none;
}
a:hover a :before {
  background-color: red;
  text-decoration: none;
}
.s-benefits {
  margin-top: 17.5rem;
  padding-inline: 2.5rem;
}
@media (max-width: 991px) {
  .s-benefits {
    margin-top: 0;
  }
}
.s-benefits ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 1.875rem;
  margin-top: 3.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8125rem;
  display: grid;
}
@media (max-width: 991px) {
  .s-benefits ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .s-benefits ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-benefits ul h3 {
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
  font-family: Mundial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
.s-projectsCategories {
  gap: 4.0625rem;
  margin-top: 18.125rem;
  margin-bottom: 18.125rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-projectsCategories {
    flex-direction: column;
  }
}
.s-projectsCategories__left {
  width: 30%;
}
@media (max-width: 991px) {
  .s-projectsCategories__left {
    width: 100%;
  }
}
.s-projectsCategories__left .c-cta img {
  margin-top: 1.25rem;
}
.s-projectsCategories__right {
  width: 70%;
  padding-left: 1.25rem;
}
@media (max-width: 991px) {
  .s-projectsCategories__right {
    width: 100%;
    padding-left: 0;
  }
}
.s-projectsCategories__right span {
  font-size: 1.125rem;
  display: block;
}
.s-projectsCategories__right span strong {
  font-size: 1.375rem;
}
.s-projectsCategories__right ul li {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.875rem;
  display: flex;
}
.pink {
  color: #00a8cc;
}
.s-blobs {
  width: 100%;
  height: 7600px;
  margin-top: -40%;
  position: relative;
}
@media (max-width: 991px) {
  .s-blobs {
    height: 2700px;
    margin-top: 50%;
  }
}
@media (max-width: 575px) {
  .s-blobs {
    height: 2500px;
    margin-top: 350px;
  }
}
.s-blobs #trigger {
  height: 50px;
  opacity: 0;
  width: 50px;
  background-color: #00f;
  position: absolute;
}
.s-blobs__wrapper {
  position: relative;
}
.s-blobs__left {
  width: 30%;
  max-width: 377px;
  position: absolute;
  top: 30%;
  left: 15%;
}
@media (max-width: 991px) {
  .s-blobs__left {
    max-width: none;
    width: 80%;
    left: 5%;
  }
}
.s-blobs__right {
  width: 30%;
  z-index: 2;
  max-width: 400px;
  position: absolute;
  top: 30%;
  right: 15%;
}
@media (max-width: 991px) {
  .s-blobs__right {
    max-width: none;
    width: 80%;
    top: 30%;
  }
}
.s-blobs .agency,
.s-blobs .consultancy {
  opacity: 0;
  z-index: 5;
  margin-top: -20%;
}
@media (max-width: 991px) {
  .s-blobs .agency,
  .s-blobs .consultancy {
    width: 100%;
    max-width: none;
    opacity: 1;
  }
}
.s-blobs .agency {
  transform: translate(-100vh);
}
@media (max-width: 991px) {
  .s-blobs .agency {
    width: 100%;
    transform: translateY(-70px);
  }
}
.s-blobs .agency--plus {
  opacity: 0;
  z-index: 5;
  position: absolute;
  top: 20%;
  left: 47%;
  transform: translate(-20vh);
}
@media (max-width: 991px) {
  .s-blobs .agency--plus {
    opacity: 1;
    display: block;
    top: 210px;
    left: 6%;
    transform: scale(0.7);
  }
}
@media (max-width: 575px) {
  .s-blobs .agency--plus {
    top: 250px;
  }
}
.s-blobs .consultancy {
  z-index: 10;
  transform: translate(100vh);
}
@media (max-width: 991px) {
  .s-blobs .consultancy {
    z-index: 10;
    width: 100%;
    transform: translateY(200px);
  }
}
.s-blobs__heading {
  z-index: 10;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  position: relative;
  transform: translate(0);
}
@media (max-width: 991px) {
  .s-blobs__heading {
    font-size: 48px;
  }
}
.s-blobs__text {
  z-index: 5;
  position: relative;
}
.s-blobs__gradient--light {
  width: 1222px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -150%;
  transform: scale(1.5);
}
@media (max-width: 991px) {
  .s-blobs__gradient--light {
    opacity: 1;
    top: -35%;
    left: -100%;
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .s-blobs__gradient--light {
    left: -200%;
    transform: translate(0);
  }
}
.s-blobs__gradient--light--right {
  left: -50%;
}
@media (max-width: 991px) {
  .s-blobs__gradient--light--right {
    display: none;
    top: -5%;
    left: -20%;
    transform: translate(100%);
  }
}
.s-blobs__gradient--red {
  width: 1200px;
  opacity: 0;
  position: absolute;
  top: -8.5%;
  left: -100%;
  transform: translate(-100%);
}
@media (max-width: 991px) {
  .s-blobs__gradient--red {
    opacity: 1;
    width: 900px;
    top: -20%;
    left: 0%;
    transform: scale(1.7);
  }
}
@media (max-width: 575px) {
  .s-blobs__gradient--red {
    width: 900px;
    height: 500px;
    top: -30%;
    left: -50%;
    transform: scale(1.3);
  }
}
.s-blobs__gradient--red--right {
  z-index: 3;
  transform: translate(90%);
}
@media (max-width: 991px) {
  .s-blobs__gradient--red--right {
    z-index: 3;
    width: 900px;
    display: none;
    top: -5%;
    left: -20%;
    transform: scale(2) translate(90%);
  }
}
@media (max-width: 575px) {
  .s-blobs__gradient--red--right {
    width: 600px;
    left: 100%;
  }
}
.s-blobs__second {
  width: 100%;
  z-index: 10;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.s-blobs__logo {
  z-index: 15;
  opacity: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .s-blobs__logo {
    opacity: 0;
  }
}
.s-blobs__p {
  opacity: 0;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  .s-blobs__p {
    text-align: center;
    padding: 16px;
    transform: translateY(-40%);
  }
}
@media (max-width: 575px) {
  .s-blobs__p {
    text-align: center;
    margin-top: 0;
    padding: 16px;
  }
}
.s-blobs__impossible {
  z-index: 3;
  text-align: center;
  opacity: 0;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 8vw;
  position: relative;
  transform: translateY(-80%);
}
@media (max-width: 991px) {
  .s-blobs__impossible {
    font-size: 10vw;
    transform: translateY(-120%);
  }
}
@media (max-width: 767px) {
  .s-blobs__impossible {
    font-size: 10vw;
    transform: translateY(-150%);
  }
}
@media (max-width: 575px) {
  .s-blobs__impossible {
    font-size: 15vw;
    transform: translateY(-150%);
  }
}
.s-blobs__done {
  z-index: 3;
  text-align: center;
  opacity: 0;
  margin-top: -3.125rem;
  margin-left: 12%;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 8vw;
  position: relative;
  transform: translate(100%, -100%);
}
@media (max-width: 1199px) {
  .s-blobs__done {
    transform: translateY(-80%);
  }
}
@media (max-width: 991px) {
  .s-blobs__done {
    font-size: 10vw;
    transform: translateY(-120%);
  }
}
@media (max-width: 767px) {
  .s-blobs__done {
    font-size: 10vw;
    transform: translateY(-120%);
  }
}
@media (max-width: 575px) {
  .s-blobs__done {
    margin-left: -5%;
    font-size: 15vw;
    transform: translateY(-130%);
  }
}
.s-numbers {
  margin-top: 5.9375rem;
}
.s-numbers__ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem 1.25rem;
  display: grid;
}
@media (max-width: 991px) {
  .s-numbers__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .s-numbers__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-numbers__ul li {
  font-size: 1.125rem;
}
.s-numbers__ul li span {
  font-size: 3rem;
  font-weight: 900;
  display: block;
}
.s-pictureGrid {
  margin-top: 18.125rem;
  margin-bottom: 17.5rem;
}
.s-pictureGrid--services {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .s-pictureGrid--services {
    margin: 0;
    margin-top: 10rem !important;
  }
  .s-pictureGrid--services .l-container {
    z-index: -1;
    max-width: 100%;
  }
}
.s-pictureGrid--services .s-pictureGrid__grid {
  margin-top: 0;
}
.s-pictureGrid--services .s-pictureGrid__header {
  flex-wrap: wrap;
  margin-bottom: 1.625rem;
  display: flex;
}
@media (max-width: 991px) {
  .s-pictureGrid--services .s-pictureGrid__header {
    flex-direction: column;
  }
}
.s-pictureGrid--services .s-pictureGrid__header p {
  max-width: 29.375rem;
  padding-top: 0.5rem;
  line-height: 160%;
}
.s-pictureGrid--services .s-pictureGrid__title {
  letter-spacing: -0.9px;
  margin-right: 3.4375rem;
  font-size: 72px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .s-pictureGrid--services .s-pictureGrid__title {
    margin-right: 0;
    font-size: 48px;
  }
}
.s-pictureGrid--services .leadership-mobile {
  max-width: 45.625rem;
}
@media (max-width: 991px) {
  .s-pictureGrid {
    margin-top: 0;
    margin-inline: 0;
    padding-inline: 0;
  }
}
.s-pictureGrid__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5625rem 1.5625rem;
  margin-top: -4.0625rem;
  display: grid;
}
@media (max-width: 767px) {
  .s-pictureGrid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-pictureGrid__grid__name {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 900;
  display: block;
}
.s-pictureGrid__grid__linkedin {
  max-width: 16px;
}
.s-pictureGrid__grid__linkedin img {
  border-radius: 0;
}
.s-pictureGrid__heading {
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  .s-pictureGrid__heading {
    padding-inline: 1rem;
    display: none;
  }
}
.s-pictureGrid--ar {
  margin-top: 12.5rem;
  margin-bottom: 5.9375rem;
}
.s-pictureGrid--ar h2 {
  letter-spacing: -0.9px;
  font-size: 4.5rem;
}
.s-pictureGrid--ar .s-easyColumn__col {
  gap: 3.25rem;
}
.s-pictureGrid--ar .s-easyColumn__col__right {
  max-width: 29.375rem;
}
.s-pictureGrid--ar .s-easyColumn__col__services + .s-easyColumn__col__right {
  margin-bottom: 4.6875rem;
}
.s-pictureGrid--web3 {
  margin-top: 10rem;
}
.leadership__grid {
  margin-top: -1.6875rem;
}
@media (max-width: 991px) {
  .leadership {
    display: none;
  }
}
.team-mosaic {
  width: 100%;
  grid-template-columns: 1fr 28% 1fr;
  column-gap: 1.875rem;
  display: grid;
}
@media (max-width: 991px) {
  .team-mosaic {
    column-gap: 1rem;
    display: none;
  }
}
.team-mosaic__column {
  flex-direction: column;
  row-gap: 1.875rem;
  display: flex;
}
@media (max-width: 767px) {
  .team-mosaic__column {
    row-gap: 1rem;
  }
}
.team-mosaic__column:nth-child(2n + 1) {
  margin-top: 4rem;
}
.team-mosaic__img--st2 {
  margin-left: 1.875rem;
}
.team-mosaic__img--st3 {
  margin-right: 1.875rem;
}
.grid-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}
.grid-1 img {
  width: 25%;
  max-width: 236px;
  transform: scale(1);
}
.grid-1 img:nth-child(1) {
  margin-top: 35%;
}
@media (max-width: 767px) {
  .grid-1 img {
    width: 25%;
  }
}
.grid-2 {
  flex-direction: column;
  display: flex;
}
.grid-2-up {
  display: flex;
}
.grid-2-up-el:nth-child(2) {
  margin-top: 3.125rem;
}
.grid-2-down {
  width: 63%;
  justify-content: flex-end;
  margin-top: -4.6875rem;
  display: flex;
}
.grid-3 {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 20px;
  display: flex;
}
.grid-3--up {
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  display: flex;
}
.grid-3--up img {
  width: 100%;
  flex-shrink: 1;
}
.grid-3--up img:nth-child(2) {
  align-self: center;
}
.grid-3--down {
  justify-content: center;
  column-gap: 20px;
  display: flex;
}
.grid-3--down img {
  width: 100%;
  max-width: 469px;
}
.grid-3--down .grid-3-el:nth-child(2) {
  margin-top: -2.5rem;
}
@media (max-width: 1199px) {
  .grid-3--down .grid-3-el:nth-child(2) {
    margin-top: 0;
  }
}
.grid-4 {
  width: 100%;
  flex-direction: column;
  row-gap: 32px;
  display: flex;
}
.grid-4--up {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.grid-4-el-posa {
  position: absolute;
}
.grid-4-el-posa-1 {
  z-index: -1;
  top: 50%;
  left: -3%;
}
@media (max-width: 1199px) {
  .grid-4-el-posa-1 {
    width: 40%;
    z-index: 2;
    top: -20%;
    left: 15%;
  }
}
.grid-4-el-posa-2 {
  top: -10%;
  right: -3%;
}
@media (max-width: 1199px) {
  .grid-4-el-posa-2 {
    width: 30%;
    top: -30%;
    left: 60%;
  }
}
.grid-4--down {
  width: 100%;
  justify-content: center;
  column-gap: 2rem;
  display: flex;
}
.grid-4--down--el:nth-child(1) {
  margin-top: 3.125rem;
}
.grid-5 {
  column-gap: 2%;
  padding-inline: 3.125rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .grid-5 {
    max-width: 575px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.grid-5-el-2 {
  margin-top: -3.125rem;
}
@media (max-width: 767px) {
  .grid-5-el-2 {
    width: 23%;
    position: absolute;
    top: 0;
    left: 20%;
  }
}
.grid-5-el-3 {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .grid-5-el-3 {
    width: 23%;
    position: absolute;
    top: -133px;
    left: 52%;
  }
}
.grid-6 {
  width: 100%;
  background-color: red;
  padding-inline: 3.3125rem;
  position: relative;
}
.grid-6-el {
  position: absolute;
}
.grid-6-el-4 {
  top: -20%;
  left: 42%;
}
.grid-7 {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  display: flex;
}
.grid-7-up {
  display: flex;
}
.grid-7-down {
  align-items: center;
  margin-top: -9.375rem;
  margin-right: 50px;
  display: flex;
}
@media (max-width: 991px) {
  .grid-7-down {
    margin-top: 0;
  }
}
.grid-7-down-1 {
  margin-top: 6.25rem;
}
.grid-7-down-3 {
  margin-top: -6.25rem;
}
.grid-8 {
  width: 100%;
  max-width: 1292px;
  column-gap: 9%;
  margin-inline: auto;
  display: flex;
  position: relative;
}
.grid-8__2 {
  column-gap: 24px;
}
.grid-8__2 .grid-8__mobiles {
  bottom: 10%;
}
.grid-8__right__2 {
  margin-top: 2.5rem;
}
.grid-8__right__last {
  width: 60%;
}
.grid-8__left {
  position: relative;
}
@media (max-width: 991px) {
  .grid-8__left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .grid-8__first {
    opacity: 0;
  }
}
.grid-8__mobiles {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: -20%;
  left: 0;
}
@media (max-width: 991px) {
  .grid-8__mobiles {
    margin-inline: auto;
    top: -20%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .grid-8__mobiles {
    width: 80%;
    left: 50px;
  }
}
.grid-8__mobiles img {
  max-width: 224px;
}
@media (max-width: 767px) {
  .grid-8__mobiles img {
    width: 50%;
  }
}
.grid-8__mobiles img:first-child {
  margin-top: 35px;
}
.grid-9 {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .grid-9 {
    margin-top: 5rem;
    margin-bottom: 6.25rem;
  }
}
.grid-9__right {
  width: 100%;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 32px;
  display: flex;
}
.grid-9__right--2 {
  margin-top: 32px;
}
.grid-9__left {
  width: 100%;
  gap: 32px;
  margin-bottom: 32px;
  display: flex;
}
.grid-9__left--1 {
  margin-top: -32px;
}
@media (max-width: 991px) {
  .grid-9__left--1 {
    margin-top: 0;
  }
  .grid-9 {
    padding: 0 1rem;
  }
  .grid-9 > div {
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
    display: flex;
  }
  .grid-9 > div:last-child {
    margin-bottom: 0;
  }
  .grid-9 > div > div {
    width: 85%;
    margin: 0 0 2rem;
  }
  .grid-9 > div > div:nth-child(2) {
    margin-left: auto;
  }
  .grid-9 > div > div:last-child {
    margin-bottom: 0;
  }
  .grid-9 > div img {
    border-radius: 0.625rem;
  }
}
.grid-10 {
  width: 100%;
  aspect-ratio: 1.5/1;
  justify-content: center;
  align-items: center;
  margin-top: 13.75rem;
  margin-bottom: 20rem;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .grid-10 {
    margin-bottom: 10rem;
  }
}
.grid-10--1 {
  width: 66%;
  position: absolute;
  top: 23%;
  left: 15%;
}
.grid-10--2 {
  width: 20%;
  position: absolute;
  top: 39%;
  left: 3%;
}
.grid-10--3 {
  width: 20%;
  position: absolute;
  top: -3%;
  left: 22%;
}
.grid-10--4 {
  width: 20%;
  position: absolute;
  top: 49%;
  left: 42%;
}
.grid-10--5 {
  width: 20%;
  position: absolute;
  top: 33%;
  left: 75%;
}
.s-feature {
  width: 150%;
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .s-feature {
    display: block;
  }
}
.s-feature .swiper-wrapper {
  transition-timing-function: linear;
}
.s-feature .swiper-slide {
  width: auto;
  box-shadow: none;
  align-items: center;
  margin: 0;
  display: flex;
}
.s-feature .swiper-slide img {
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .heading-hidden {
    display: none;
  }
}
.big-margin {
  margin-top: 17.5rem;
}
.mb-88 {
  margin-bottom: 5.5rem;
}
.mt-160 {
  margin-top: 10rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.hero-image {
  min-height: 100vh;
  text-align: center;
  background: url(../images/hero-bg@2x.2d996694.jpeg) 50% / cover no-repeat;
  align-items: center;
  display: flex;
  position: relative;
}
@supports (background-image: url("../images/hero-bg.webp")) {
  .hero-image {
    background-image: url(../images/hero-bg.a9f0c4da.webp);
  }
}
@media (max-width: 767px) {
  .hero-image {
    min-height: 35.5rem;
    height: 100vh;
    background-image: url(../images/hero-bg.e2b2c747.jpeg);
  }
  @supports (background-image: url("../images/hero-bg.webp")) {
    .hero-image {
      background-image: url(../images/hero-bg.a9f0c4da.webp);
    }
  }
}
.hero-image__radius {
  background: url(../images/transinformation.2ebb377c.png) 50% / cover no-repeat;
  border-radius: 0 0 64px 64px;
  justify-content: flex-start;
  padding-left: 10%;
  display: flex;
}
@supports (background-image: url("../images/transinformation.webp")) {
  .hero-image__radius {
    background-image: url(../images/transinformation.7b06b8ac.webp);
  }
}
@media (max-width: 767px) {
  .hero-image__radius {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }
}
.hero-image__container {
  position: relative;
  top: 10vh;
}
.hero-image h3 {
  text-align: right;
  margin-bottom: -1.875rem;
  padding-right: 4.375rem;
  font-family: Mundial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero-image h3 {
    text-align: center;
    margin-bottom: 0.625rem;
    padding-right: 0;
  }
}
@media (max-width: 374px) {
  .hero-image h3 {
    font-size: 14px;
  }
}
.hero-image h2 {
  -webkit-text-stroke: 1.5px #e8194b;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10vh;
  font-size: 14.375rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hero-image h2 {
    font-size: 12.1875rem;
  }
}
@media (max-width: 991px) {
  .hero-image h2 {
    font-size: 8.75rem;
  }
}
@media (max-width: 767px) {
  .hero-image h2 {
    font-size: calc(11.6331vw + 20.774px);
  }
}
.hero-image h1 {
  letter-spacing: -0.0625rem;
  margin-bottom: 1.9375rem;
  font-size: 3.8125rem;
}
@media (max-width: 767px) {
  .hero-image h1 {
    font-size: 2.8125rem;
  }
}
.hero-image__text {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.hero-image__text__span {
  margin-top: -50px;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .hero-image__text__span {
    font-size: 2.8125rem;
  }
}
.hero-image__text h1 {
  margin-top: 20px;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .hero-image__text h1 {
    font-size: 2.8125rem;
  }
}
.banner-text .swiper-wrapper {
  transition-timing-function: linear;
}
.banner-text .swiper-slide {
  width: auto;
  align-items: center;
  display: flex;
}
.banner-text .swiper-slide:nth-child(2n + 1) {
  margin-top: 0;
}
.banner-text .swiper-oval {
  width: 3.0625rem;
  height: 3.0625rem;
  background-image: linear-gradient(120deg, #ffd6d6 -2%, #e8194b 63%);
  border-radius: 50%;
  place-items: center;
  margin: 0 3.5rem;
  display: grid;
  position: relative;
}
@media (max-width: 767px) {
  .banner-text .swiper-oval {
    width: 2.0625rem;
    height: 2.0625rem;
    margin: 0 1.5rem;
  }
}
.banner-text .swiper-oval:before {
  content: "";
  width: 90%;
  height: 90%;
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
}
.banner-text .swiper-text {
  color: #141414;
  -webkit-text-stroke: 3px transparent;
  background-image: linear-gradient(96deg, #ffd6d6 4%, #e8194b 81%);
  -webkit-background-clip: text;
  padding: 2.5px;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .banner-text .swiper-text {
    font-size: 3.75rem;
  }
}
.tiles__container {
  align-items: center;
  column-gap: 12.5%;
  display: flex;
}
@media (max-width: 1199px) {
  .tiles__container {
    column-gap: 5%;
  }
}
@media (max-width: 991px) {
  .tiles__container {
    flex-direction: column-reverse;
  }
}
.tiles__aside,
.tiles__body {
  flex: 1;
}
.tiles__aside ol {
  counter-reset: count;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  display: grid;
}
@media (max-width: 767px) {
  .tiles__aside ol {
    gap: 0.9375rem;
  }
}
@media (max-width: 374px) {
  .tiles__aside ol {
    grid-template-columns: 1fr;
  }
}
.tiles__aside li {
  aspect-ratio: 1;
  border: 1px solid #fffdf8;
  align-items: flex-end;
  padding: 1.5625rem;
  transition: color 0.48s, background-color 0.48s;
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .tiles__aside li {
    aspect-ratio: auto;
    padding-top: 5.9375rem;
  }
}
.tiles__aside li:before {
  counter-increment: count;
  content: counter(count);
  -webkit-text-stroke: 1px #fffdf8;
  -webkit-text-fill-color: transparent;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 2rem;
  line-height: 1;
  transition: all 0.48s;
  position: absolute;
  top: 1.5625rem;
  left: 1.5625rem;
}
.tiles__aside li:hover {
  color: #000;
  background-color: #fff;
}
.tiles__aside li:hover:before {
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: #fff;
}
.tiles__aside li p {
  line-height: 1.625rem;
}
@media (max-width: 991px) {
  .tiles__body {
    margin-bottom: 2.5rem;
  }
}
.tiles__body__span {
  margin-bottom: 1rem;
  font-family: Gradient Premium Black, sans-serif;
  display: block;
}
.tiles__body__heading {
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .tiles__body__heading {
    font-size: 3rem;
  }
}
.tiles__body__text {
  color: #b6bac6;
}
.tiles__body__text:nth-last-child(2) {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.number-list {
  position: relative;
}
.number-list__heading {
  margin-bottom: 20px;
  padding-right: 5%;
}
.number-list__wrapper {
  z-index: 20;
  position: relative;
}
.short-with-image__img {
  justify-content: flex-end;
  display: flex;
}
.short-with-image__text {
  max-width: 60.625rem;
  font-weight: 100;
  line-height: 1.6;
}
.short-with-image__heading {
  color: #fdf8f8;
  margin-bottom: 2rem;
}
.short-slider__title {
  gap: 25px;
  margin-bottom: 1.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .short-slider__title {
    flex-direction: column;
  }
}
.short-slider__title__heading {
  width: 50%;
  font-size: 4.5rem;
}
@media (max-width: 991px) {
  .short-slider__title__heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .short-slider__title__heading {
    font-size: 2.5rem;
  }
}
.short-slider__title__text {
  max-width: 470px;
}
.short-slider--ar {
  margin-top: 12.5rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .short-slider--ar {
    margin-top: 6.25rem;
  }
}
.short-slider--product-visualisation {
  margin-top: 0;
}
.short-slider--ai {
  margin-top: 5rem;
  margin-bottom: 5.625rem;
}
@media (min-width: 991px) {
  .short-slider--ai {
    margin-top: 10.25rem;
    margin-bottom: 5.625rem;
  }
}
.short-slider--ai .short-slider__title__heading {
  letter-spacing: -0.0625rem;
}
.short-slider--ai .short-slider__title {
  gap: 12px;
  margin-bottom: 1.875rem;
}
.short-slider--web3 {
  margin-top: 10rem;
  margin-bottom: 11.5625rem;
}
@media (min-width: 991px) {
  .short-slider-d--agency .leadership-short-slider {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1199px) {
  .short-slider-d--agency .leadership-short-slider {
    padding: 0;
  }
}
.leadership-short-slider {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.mosaic-slide {
  width: 100%;
  height: 30vw;
}
@media (max-width: 991px) {
  .mosaic-slide {
    height: 40vw;
  }
}
.mosaic-slide:nth-child(2n + 1) {
  margin-top: 0;
}
.mosaic-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-transformation {
  z-index: 10;
  margin-top: 14.25rem;
  position: relative;
}
.s-transformation__bg {
  width: 135rem;
  height: 54rem;
  position: absolute;
  top: -9.875rem;
  left: -50rem;
}
.s-transformation__wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .s-transformation__wrapper {
    display: flex;
  }
}
@media (max-width: 991px) {
  .s-transformation__wrapper {
    flex-direction: column;
  }
}
.s-transformation__arrow {
  z-index: 2;
  position: absolute;
  top: 17.75rem;
  left: -135%;
}
@media (max-width: 87.5rem) {
  .s-transformation__arrow {
    top: 15.625rem;
    left: -95rem;
  }
}
@media (max-width: 1199px) {
  .s-transformation__arrow {
    top: 13.125rem;
    left: -92.5rem;
  }
}
@media (max-width: 991px) {
  .s-transformation__arrow {
    background-color: #0000;
    display: none;
  }
}
.s-transformation__arrow svg {
  width: 100%;
}
@media (max-width: 87.5rem) {
  .s-transformation__arrow svg {
    width: 100%;
  }
}
.s-transformation__belt {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 14.375rem;
  left: 45%;
}
.s-transformation__belt svg {
  width: 100%;
}
@media (max-width: 87.5rem) {
  .s-transformation__belt {
    top: 12.5rem;
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .s-transformation__belt {
    display: none;
  }
}
.s-transformation__heading {
  flex: 1;
  padding-right: 30%;
  position: relative;
}
@media (max-width: 87.5rem) {
  .s-transformation__heading {
    padding-left: 5%;
  }
}
@media (max-width: 1199px) {
  .s-transformation__heading {
    padding-left: 10%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s-transformation__heading {
    padding-left: 0;
  }
}
.s-transformation__heading h3 {
  color: #fffdf8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b182e1, #9744a6);
  -webkit-background-clip: text;
  font-size: 1.4375rem;
}
@media (max-width: 991px) {
  .s-transformation__heading h3 {
    text-align: center;
  }
}
.s-transformation__heading h2 {
  padding-top: 1.875rem;
  padding-right: 18.75rem;
  font-size: 4.5rem;
  line-height: 5.3125rem;
}
@media (max-width: 87.5rem) {
  .s-transformation__heading h2 {
    padding-right: 21.875rem;
    font-size: 3.8125rem;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .s-transformation__heading h2 {
    padding-right: 7%;
    font-size: 3.1875rem;
  }
}
@media (max-width: 991px) {
  .s-transformation__heading h2 {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .s-transformation__heading h2 {
    font-size: 1.9375rem;
    line-height: 2.5rem;
  }
}
.s-transformation__heading p {
  max-width: 470px;
}
@media (max-width: 991px) {
  .s-transformation__heading p {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }
}
.s-transformation__image {
  width: 73%;
  position: absolute;
  top: -0.8125rem;
  right: -21.1875rem;
}
@media (max-width: 87.5rem) {
  .s-transformation__image {
    width: 60%;
    right: -9.375rem;
  }
}
@media (max-width: 1199px) {
  .s-transformation__image {
    position: relative;
    top: -3.125rem;
    right: -5.625rem;
  }
}
@media (max-width: 991px) {
  .s-transformation__image {
    display: none;
  }
  .s-transformation {
    margin-top: 7.5rem;
  }
}
.private-policy {
  max-width: 970px;
  margin-top: 12.5rem;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .private-policy {
    margin-left: auto;
  }
}
.private-policy a {
  text-decoration: underline;
}
.private-policy h1,
.private-policy span {
  margin-bottom: 7rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  display: inline-block;
}
.private-policy h2 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
}
.private-policy h3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.private-policy h3:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow_full.0e8d95e4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  display: inline-block;
}
.private-policy__block {
  margin-bottom: 4rem;
}
.private-policy__small,
.private-policy__space {
  margin-bottom: 2rem;
}
.cookies {
  margin-bottom: 25rem;
}
.hero-ar {
  height: 100vh;
  background-image: url(../images/augmented-reality.4fdadf92.jpeg);
  background-position-x: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}
@supports (background-image: url("../images/augmented-reality.webp")) {
  .hero-ar {
    background-image: url(../images/augmented-reality.cc145a84.webp);
  }
}
.hero-ar__title-end {
  position: relative;
}
@media (max-width: 991px) {
  .hero-ar__title {
    width: min-content;
    line-height: 1.2;
  }
}
.hero-ar__superscript {
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  position: absolute;
  top: -3.75rem;
  right: -4.0625rem;
}
@media (max-width: 1199px) {
  .hero-ar__superscript {
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .hero-ar__superscript {
    font-size: 2.125rem;
    top: -1.25rem;
    right: -3.75rem;
  }
}
@media (max-width: 767px) {
  .hero-ar__superscript {
    font-size: 1.125rem;
    top: -0.625rem;
    right: -1.875rem;
  }
}
.hero-ar--web3 {
  height: auto;
  background-image: url(../images/web3-hero.bb77c991.jpeg);
  padding-top: 15rem;
  padding-bottom: 0;
}
@supports (background-image: url("../images/web3-hero.webp")) {
  .hero-ar--web3 {
    background-image: url(../images/web3-hero.74acc773.webp);
  }
}
@media (max-width: 991px) {
  .hero-ar--web3 {
    padding-top: 12.5rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 575px) {
  .hero-ar--web3 {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}
.hero-ar--web3 .hero-ar__content {
  max-width: 63.125rem;
  flex-direction: column;
  padding: 0 1.25rem;
  display: flex;
}
.hero-ar--web3 .hero-ar__title {
  padding: 0 0.3125rem;
  font-size: 18.75rem;
}
@media (max-width: 991px) {
  .hero-ar--web3 .hero-ar__title {
    padding: 0;
    font-size: 15.625rem;
  }
}
@media (max-width: 767px) {
  .hero-ar--web3 .hero-ar__title {
    font-size: 12.5rem;
  }
}
@media (max-width: 575px) {
  .hero-ar--web3 .hero-ar__title {
    font-size: 7.8125rem;
  }
}
@media (max-width: 374px) {
  .hero-ar--web3 .hero-ar__title {
    font-size: 6.25rem;
  }
}
.hero-ar--web3 .hero-ar__superscript {
  font-size: 11.25rem;
  top: -2.1875rem;
  right: -5.625rem;
}
@media (max-width: 991px) {
  .hero-ar--web3 .hero-ar__superscript {
    font-size: 7.8125rem;
    right: -4.6875rem;
  }
}
@media (max-width: 767px) {
  .hero-ar--web3 .hero-ar__superscript {
    font-size: 6.25rem;
    right: -3.125rem;
  }
}
@media (max-width: 575px) {
  .hero-ar--web3 .hero-ar__superscript {
    font-size: 4.6875rem;
    top: -1.25rem;
    right: -2.8125rem;
  }
}
@media (max-width: 374px) {
  .hero-ar--web3 .hero-ar__superscript {
    font-size: 3.125rem;
    right: -1.875rem;
  }
}
.hero-ar--web3 .hero-ar__subtitle {
  margin-top: -3.125rem;
  padding: 0 0.9375rem;
}
@media (max-width: 991px) {
  .hero-ar--web3 .hero-ar__subtitle {
    padding: 0;
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .hero-ar--web3 .hero-ar__subtitle {
    margin-top: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .hero-ar--web3 .hero-ar__subtitle {
    font-size: 1.875rem;
  }
}
.hero-ar--web3 .hero-ar__description {
  letter-spacing: 0.027em;
  margin-top: 6.875rem;
  font-size: 2rem;
  font-weight: 200;
}
@media (max-width: 991px) {
  .hero-ar--web3 .hero-ar__description {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .hero-ar--web3 .hero-ar__description {
    margin-top: 1.25rem;
  }
}
.hero-ar--web3 .hero-ar__btn {
  margin: 5rem auto 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-ar--web3 .hero-ar__btn {
    margin-top: 2.5rem;
  }
}
.hero-ai {
  height: 100vh;
  text-align: right;
  background-image: url(../images/artificial_intelligence_hero.4713c141.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3.125rem 3.75rem 15vh 1.875rem;
  display: flex;
}
@supports (
  background-image: url("../images/artificial_intelligence_hero.webp")
) {
  .hero-ai {
    background-image: url(../images/artificial_intelligence_hero.3f73072e.webp);
  }
}
@media (min-width: 991px) {
  .hero-ai {
    padding: 6.25rem;
  }
}
@media (min-width: 1199px) {
  .hero-ai {
    padding: 6.875rem 11.4375rem 7.0625rem 6.875rem;
  }
}
@media (min-width: 1199px) and (max-height: 990px) {
  .hero-ai {
    background-position: 50% 100%;
    background-size: contain;
  }
}
@media (min-width: 1439px) {
  .hero-ai {
    background-position: 50%;
    background-size: cover;
  }
}
.hero-ai__title {
  opacity: 0;
  line-height: 7rem;
  transition: opacity 1s, transform 1s;
  transform: translateY(150px);
}
.hero-ai__title.show-element {
  opacity: 1;
  transform: translateY(0);
}
.hero-ai__title-end {
  opacity: 0;
  transition: opacity 2s, transform 2s;
  position: relative;
  transform: translateY(100px);
}
.hero-ai__title-end.show-element {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .hero-ai__title {
    width: min-content;
    line-height: 1.2;
  }
}
.hero-ai__superscript {
  margin-right: -4rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-ai__superscript {
    margin-right: -1.875rem;
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .hero-ai__superscript {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .hero-ai__superscript {
    margin-right: 0;
    font-size: 1.125rem;
  }
}
.hero-ai--web3 {
  height: auto;
  background-image: url(../images/web3-hero.bb77c991.jpeg);
  padding-top: 15rem;
  padding-bottom: 0;
}
@supports (background-image: url("../images/web3-hero.webp")) {
  .hero-ai--web3 {
    background-image: url(../images/web3-hero.74acc773.webp);
  }
}
@media (max-width: 991px) {
  .hero-ai--web3 {
    padding-top: 12.5rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 575px) {
  .hero-ai--web3 {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}
.hero-ai--web3 .hero-ai__content {
  max-width: 63.125rem;
  flex-direction: column;
  padding: 0 1.25rem;
  display: flex;
}
.hero-ai--web3 .hero-ai__title {
  padding: 0 0.3125rem;
  font-size: 18.75rem;
}
@media (max-width: 991px) {
  .hero-ai--web3 .hero-ai__title {
    padding: 0;
    font-size: 15.625rem;
  }
}
@media (max-width: 767px) {
  .hero-ai--web3 .hero-ai__title {
    font-size: 12.5rem;
  }
}
@media (max-width: 575px) {
  .hero-ai--web3 .hero-ai__title {
    font-size: 7.8125rem;
  }
}
@media (max-width: 374px) {
  .hero-ai--web3 .hero-ai__title {
    font-size: 6.25rem;
  }
}
.hero-ai--web3 .hero-ai__superscript {
  font-size: 11.25rem;
  top: -2.1875rem;
  right: -5.625rem;
}
@media (max-width: 991px) {
  .hero-ai--web3 .hero-ai__superscript {
    font-size: 7.8125rem;
    right: -4.6875rem;
  }
}
@media (max-width: 767px) {
  .hero-ai--web3 .hero-ai__superscript {
    font-size: 6.25rem;
    right: -3.125rem;
  }
}
@media (max-width: 575px) {
  .hero-ai--web3 .hero-ai__superscript {
    font-size: 4.6875rem;
    top: -1.25rem;
    right: -2.8125rem;
  }
}
@media (max-width: 374px) {
  .hero-ai--web3 .hero-ai__superscript {
    font-size: 3.125rem;
    right: -1.875rem;
  }
}
.hero-ai--web3 .hero-ai__subtitle {
  margin-top: -3.125rem;
  padding: 0 0.9375rem;
}
@media (max-width: 991px) {
  .hero-ai--web3 .hero-ai__subtitle {
    padding: 0;
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .hero-ai--web3 .hero-ai__subtitle {
    margin-top: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .hero-ai--web3 .hero-ai__subtitle {
    font-size: 1.875rem;
  }
}
.hero-ai--web3 .hero-ai__description {
  letter-spacing: 0.027em;
  margin-top: 6.875rem;
  font-size: 2rem;
  font-weight: 200;
}
@media (max-width: 991px) {
  .hero-ai--web3 .hero-ai__description {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .hero-ai--web3 .hero-ai__description {
    margin-top: 1.25rem;
  }
}
.hero-ai--web3 .hero-ai__btn {
  margin: 5rem auto 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-ai--web3 .hero-ai__btn {
    margin-top: 2.5rem;
  }
}
.hero-vr {
  height: 100vh;
  text-align: right;
  background-image: url(../images/vr-for-learning-training_bero.b3ef0392.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 5.625rem;
  display: flex;
}
@media (min-width: 1439px) {
  .hero-vr__picture img {
    width: auto;
    max-height: 75vh;
  }
}
.hero-vr.hero-vr-ar {
  background-image: url(../images/ar-vr-for-education-hero.d3f8037e.png);
  background-position: bottom;
}
.hero-vr.hero-vr-ar--health {
  background-image: url(../images/ar-vr-for-health-hero.d8bdaedf.png);
}
.hero-vr.hero-vr-ar--events {
  background-image: url(../images/ar-vr-for-events-hero.9a09b8ae.jpeg);
}
.hero-vr.hero-vr-ar--only.hero-vr-ar {
  height: initial;
  background-image: none;
  padding-bottom: 0;
  display: block;
}
@media (min-width: 1439px) {
  .hero-vr.hero-vr-ar--only.hero-vr-ar {
    margin-bottom: -3.125rem;
  }
}
.hero-vr.hero-vr-ar--only.hero-vr-ar .st-scaleHeading--medium {
  margin-left: 0;
  font-size: 5.625rem;
  line-height: 1.3;
}
@media (min-width: 767px) {
  .hero-vr.hero-vr-ar--only.hero-vr-ar .st-scaleHeading--medium {
    font-size: 5.625rem;
    line-height: 1;
  }
}
@media (min-width: 1439px) {
  .hero-vr.hero-vr-ar--only.hero-vr-ar .st-scaleHeading--medium {
    margin-left: 0;
    font-size: 11.0625rem;
    line-height: 15.5rem;
  }
}
.hero-vr.hero-vr-ar--only .hero-vr__title {
  opacity: 1;
  padding-bottom: 0;
  transform: translateY(0);
}
.hero-vr.hero-vr-ar--only .hero-vr__title-end {
  opacity: 1;
  position: relative;
}
@media (max-width: 991px) {
  .hero-vr.hero-vr-ar--only .hero-vr__title {
    width: min-content;
    line-height: 1.2;
  }
}
.hero-vr.hero-vr-ar--only .hero-vr__superscript {
  font-family: Gradient Premium Black, sans-serif;
  position: absolute;
  top: 0.25rem;
  right: -0.1875rem;
}
@media (min-width: 767px) {
  .hero-vr.hero-vr-ar--only .hero-vr__superscript {
    font-size: 1.875rem;
    line-height: 1;
    top: 0.1875rem;
    right: 1.75rem;
  }
}
@media (min-width: 1199px) {
  .hero-vr.hero-vr-ar--only .hero-vr__superscript {
    top: 1.1875rem;
    right: 3.75rem;
  }
}
@media (min-width: 1439px) {
  .hero-vr.hero-vr-ar--only .hero-vr__superscript {
    font-size: 3.75rem;
    top: -4.375rem;
    right: 3.5rem;
  }
}
.hero-vr.hero-vr-ar--product-visualisation {
  background-image: url(../images/ar-vr-for-product-visualisation.a09cefdf.png);
}
.hero-vr.hero-vr-ar--product-visualisation .st-scaleHeading--medium {
  font-size: 11.25rem;
  line-height: 11.25rem;
  margin-left: 0 !important;
}
.hero-vr.hero-vr-ar--product-visualisation .st-scaleHeading--medium span.small {
  font-size: 4.5rem;
  line-height: 5.375rem;
}
.hero-vr.hero-vr-ar .hero-vr__title {
  line-height: 0;
}
.hero-vr.hero-vr-ar .st-scaleHeading--medium {
  font-size: 11.25rem;
  line-height: 0;
}
.hero-vr.hero-vr-ar .st-scaleHeading--medium span {
  font-size: 7.5rem;
  line-height: 7.5rem;
}
@media (max-width: 1199px) {
  .hero-vr.hero-vr-ar .st-scaleHeading--medium span {
    line-height: 0;
    font-size: 5.625rem !important;
  }
}
@media (max-width: 767px) {
  .hero-vr.hero-vr-ar .st-scaleHeading--medium span {
    font-size: 3rem !important;
  }
}
@media (min-width: 991px) {
  .hero-vr.hero-vr-ar .st-scaleHeading--medium {
    margin-left: -365px;
  }
}
.hero-vr.hero-vr-ar .st-scaleHeading--normal {
  margin-right: 0.625rem;
  font-size: 7.5rem;
  line-height: 7.5rem;
}
@media (min-width: 1439px) {
  .hero-vr {
    background-position: 50%;
    background-size: cover;
  }
}
.hero-vr__title {
  text-align: center;
  opacity: 0;
  margin-bottom: -0.8125rem;
  line-height: 1rem;
  transition: opacity 1s, transform 1s;
  transform: translateY(150px);
}
.hero-vr__title.show-element {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 991px) {
  .hero-vr__title .st-scaleHeading--medium {
    margin-left: -7.1875rem;
  }
  .hero-vr__title .st-scaleHeading--normal {
    margin-right: -15.75rem;
  }
}
.hero-vr__title-end {
  opacity: 0;
  transition: opacity 2s, transform 2s;
  position: relative;
  transform: translateY(100px);
}
.hero-vr__title-end.show-element {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .hero-vr__title {
    width: auto;
    padding-bottom: 3.125rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .hero-vr__title {
    line-height: 0.5;
  }
}
.hero-vr__superscript {
  margin-right: -4rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  display: inline-block;
  position: relative;
}
.hero-vr__superscript--between picture img {
  transform: translateY(0.875rem);
}
@media (min-width: 767px) {
  .hero-vr__superscript picture img {
    transform: translateY(-0.8125rem);
  }
}
@media (max-width: 1199px) {
  .hero-vr__superscript {
    margin-right: -1.875rem;
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .hero-vr__superscript {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .hero-vr__superscript {
    margin-right: 0;
    font-size: 1.125rem;
  }
}
.hero-vr__gradient-bg {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-vr__gradient-bg img {
  min-width: 100%;
}
.s-grid-images {
  margin-bottom: 1.6875rem;
}
.s-grid-images__wrapper {
  flex-wrap: wrap;
  gap: 0 2.25rem;
  padding-bottom: 167px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .s-grid-images__wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 767px) {
  .s-grid-images__wrapper {
    flex-wrap: nowrap;
  }
}
.s-grid-images__col--first {
  order: 2;
}
@media (min-width: 767px) {
  .s-grid-images__col--first {
    width: 66%;
    order: 1;
  }
}
.s-grid-images__col--first .s-grid-images__item {
  z-index: 0;
  position: relative;
}
.s-grid-images__col--second {
  width: 100%;
  z-index: 2;
  order: 1;
  justify-content: center;
  gap: 1rem;
  margin-bottom: -50px;
  display: flex;
}
@media (min-width: 767px) {
  .s-grid-images__col--second {
    width: 31%;
    order: 2;
    justify-content: flex-start;
    padding-top: 0.4375rem;
  }
}
.s-grid-images__item--abs {
  position: relative;
}
@media (min-width: 767px) {
  .s-grid-images__item--abs {
    position: absolute;
  }
}
.s-grid-images__item--abs-1 {
  width: auto;
  order: 3;
  margin-top: -56px;
  left: -17px;
}
@media (min-width: 575px) {
  .s-grid-images__item--abs-1 {
    right: -15px;
  }
}
@media (min-width: 767px) {
  .s-grid-images__item--abs-1 {
    width: 55%;
    bottom: 68px;
    left: -12px;
  }
}
@media (min-width: 991px) {
  .s-grid-images__item--abs-1 {
    bottom: 16px;
    left: 10px;
  }
}
@media (min-width: 1400px) {
  .s-grid-images__item--abs-1 {
    width: auto;
    bottom: -7px;
    left: -65px;
  }
}
.s-grid-images__item--abs-2 {
  order: 3;
  margin: -22px 0 auto auto;
  right: -15px;
}
@media (min-width: 575px) {
  .s-grid-images__item--abs-2 {
    margin-top: -85px;
  }
}
@media (min-width: 767px) {
  .s-grid-images__item--abs-2 {
    width: 48%;
    bottom: 35px;
    right: 26px;
  }
}
@media (min-width: 991px) {
  .s-grid-images__item--abs-2 {
    width: 50%;
    bottom: 76px;
    right: 15px;
  }
}
@media (min-width: 1400px) {
  .s-grid-images__item--abs-2 {
    right: -16px;
  }
}
.s-grid-images__vectors {
  width: 100%;
  height: 74%;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-grid-images__vectors--svg {
  width: 8%;
  transition: transform 0.3s ease-in-out;
}
.s-grid-images__vectors--svg:nth-child(1) {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}
.s-grid-images__vectors--svg:nth-child(2) {
  position: absolute;
  top: 44%;
  left: 35%;
  transform: translateY(50px);
}
.s-grid-images__vectors--svg:nth-child(3) {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%);
}
.s-grid-images__vectors--svg:nth-child(4) {
  position: absolute;
  top: 44%;
  right: 35%;
  transform: translateY(50px);
}
.s-grid-images__animation {
  aspect-ratio: 1440/940;
  background-color: #ffc72c;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.s-grid-images__animation .s-grid-images__menu {
  opacity: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(-19px);
}
.s-grid-images__video {
  opacity: 0;
  z-index: 1;
  aspect-ratio: 771/369;
  margin-top: -5px;
  position: relative;
  overflow: hidden;
}
.s-grid-images__video:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000057;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.s-grid-images__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-grid-images__video--elements {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.s-grid-images__video--content {
  width: 38%;
  z-index: 1;
  position: absolute;
  bottom: 17%;
  left: 10%;
}
.s-grid-images__video--svg {
  width: 3%;
  position: absolute;
}
.s-grid-images__video--svg:nth-of-type(1) {
  top: 4%;
  left: 2%;
}
.s-grid-images__video--svg:nth-of-type(2) {
  position: absolute;
  top: 91%;
  left: 2%;
}
.s-grid-images__video--svg:nth-of-type(3) {
  position: absolute;
  top: 5%;
  right: 2%;
}
.s-grid-images__video--svg:nth-of-type(4) {
  position: absolute;
  top: 91%;
  right: 2%;
}
.s-grid-images--animate .s-grid-images__menu {
  animation: 2s 2s forwards gridImagesAnimationMenu;
}
.s-grid-images--animate .s-grid-images__animation {
  animation: 2s forwards changeBgColorAnimation;
}
.s-grid-images--animate .s-grid-images__video {
  animation: 1s 3.5s forwards visibleAnimation;
}
.s-grid-images--animate .s-grid-images__vectors {
  animation: 0.8s forwards visibleAndMoveAnimation;
}
.s-grid-images--animate .s-grid-images__vectors--svg:nth-child(1) {
  animation: 1.5s 1s forwards moveElementSvgAnimation1;
  transform: translate(-50%);
}
.s-grid-images--animate .s-grid-images__vectors--svg:nth-child(2) {
  animation: 1.5s 1s forwards moveElementSvgAnimation2;
  transform: translateY(0);
}
.s-grid-images--animate .s-grid-images__vectors--svg:nth-child(3) {
  animation: 1.5s 1s forwards moveElementSvgAnimation3;
}
.s-grid-images--animate .s-grid-images__vectors--svg:nth-child(4) {
  animation: 1.5s 1s forwards moveElementSvgAnimation4;
  transform: translateY(0);
}
@keyframes visibleAnimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes visibleAndMoveAnimation {
  0% {
    opacity: 0;
    top: 60%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes changeBgColorAnimation {
  0% {
    background-color: #ffc72c;
  }
  20% {
    background-color: #7aa4ba;
  }
  80% {
    background-color: #7aa4ba;
  }
  to {
    background-color: #ffc72c;
  }
}
@keyframes moveElementSvgAnimation1 {
  60% {
    width: 3%;
    top: 2%;
    left: 1%;
    transform: translate(0);
  }
  to {
    width: 3%;
    top: 5%;
    left: 2%;
    transform: translate(0);
  }
}
@keyframes moveElementSvgAnimation2 {
  60% {
    width: 3%;
    top: 98%;
    left: 1%;
  }
  to {
    width: 3%;
    top: 95%;
    left: 2%;
  }
}
@keyframes moveElementSvgAnimation3 {
  60% {
    width: 3%;
    top: 98%;
    left: 96%;
    transform: translate(0);
  }
  to {
    width: 3%;
    top: 95%;
    left: 95%;
    transform: translate(0);
  }
}
@keyframes moveElementSvgAnimation4 {
  60% {
    width: 3%;
    top: 2%;
    right: 1%;
  }
  to {
    width: 3%;
    top: 5%;
    right: 2%;
  }
}
@keyframes gridImagesAnimationMenu {
  60% {
    opacity: 1;
    transform: translateY(-19px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.s-hero__sub + .s-grid-images {
  margin-top: -28px;
}
.s-textLeftImageRight {
  margin-top: 3.4375rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 767px) {
  .s-textLeftImageRight {
    margin-top: 7.8125rem;
    margin-bottom: 6.25rem;
  }
}
.s-textLeftImageRight__2 {
  margin-top: 6.4375rem;
  margin-bottom: 0;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__content {
  gap: 1.875rem;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__image {
  width: 60%;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__image.product-visualisation {
  width: 50%;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__image
  figure:first-of-type {
  margin-bottom: 4.375rem;
}
@media (max-width: 991px) {
  .s-textLeftImageRight.s-textLeftImageRight--product-visualisation
    .s-textImageRight__image {
    width: 40%;
  }
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textLeftImageRight__text {
  width: 42%;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textLeftImageRight__text.wider {
  width: 49%;
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textLeftImageRight__text.product-visualisation {
  width: 71%;
}
@media (max-width: 991px) {
  .s-textLeftImageRight.s-textLeftImageRight--product-visualisation
    .s-textLeftImageRight__text {
    width: 55%;
  }
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textLeftImageRight__text
  p {
  font-family: Mundial, sans-serif;
  font-size: 2rem;
  line-height: 3.1875rem;
}
@media (max-width: 767px) {
  .s-textLeftImageRight.s-textLeftImageRight--product-visualisation
    .s-textLeftImageRight__text
    p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__video {
  width: 41%;
}
@media (max-width: 767px) {
  .s-textLeftImageRight.s-textLeftImageRight--product-visualisation
    .s-textImageRight__video {
    width: 100%;
  }
}
.s-textLeftImageRight.s-textLeftImageRight--product-visualisation
  .s-textImageRight__video
  figcaption {
  text-align: center;
}
.s-textLeftImageRight--ar-vr .heading {
  font-size: 4.5rem;
  line-height: 5.375rem;
}
.s-textLeftImageRight--ar-vr .heading span {
  font-size: 6.875rem;
  line-height: 7.8125rem;
}
.s-textLeftImageRight--ar-vr .s-textImageRight__content {
  margin-bottom: 5rem;
}
.s-textLeftImageRight--ar-vr .s-textImageRight__content:last-of-type {
  margin-bottom: 0;
}
.s-textLeftImageRight__content {
  justify-content: space-between;
  gap: 2.5rem;
  display: flex;
}
@media (max-width: 767px) {
  .s-textLeftImageRight__content {
    flex-direction: column;
  }
}
.s-textLeftImageRight__text {
  width: 50%;
}
.s-textLeftImageRight__text .heading {
  margin-bottom: 0.9375rem;
  font-size: 4.5rem;
  line-height: 5.375rem;
}
.s-textLeftImageRight__text .heading.st-outline {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .s-textLeftImageRight__text .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
    white-space: normal !important;
  }
  .s-textLeftImageRight__text .heading.entry {
    transform: none !important;
  }
}
.s-textLeftImageRight__text p {
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.75rem;
}
.s-textLeftImageRight__text-left {
  float: left;
  width: 40%;
  margin-right: 40px;
  font-size: 1.5rem !important;
  line-height: 2.375rem !important;
}
@media (max-width: 991px) {
  .s-textLeftImageRight__text-left {
    width: 45%;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
@media (max-width: 767px) {
  .s-textLeftImageRight__text-left {
    width: 100%;
  }
}
.s-textLeftImageRight__text-right {
  float: right;
  width: 52%;
}
@media (max-width: 991px) {
  .s-textLeftImageRight__text-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .s-textLeftImageRight__text-right {
    width: 100%;
  }
}
.s-textLeftImageRight__text.wider {
  width: 58%;
}
@media (max-width: 767px) {
  .s-textLeftImageRight__text {
    width: 100% !important;
  }
}
.s-textLeftImageRight__image {
  width: 50%;
  justify-content: end;
  display: flex;
}
.s-textLeftImageRight__image figure {
  margin: 0;
}
.s-textLeftImageRight__image figcaption {
  text-align: center;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .s-textLeftImageRight__image {
    width: 100%;
  }
}
.s-imageWithCaption {
  max-width: 60.75rem;
  margin: 8.625rem auto 3.75rem;
}
.s-imageWithCaption-ar-vr {
  margin-bottom: 7.1875rem;
}
.s-imageWithCaption figure {
  margin: 0;
}
.s-imageWithCaption figcaption {
  text-align: center;
  color: #d1d1d6;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .s-imageWithCaption figcaption {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.s-textImageRight {
  margin-top: 7.8125rem;
}
.s-textImageRight .heading {
  margin-bottom: 0.9375rem;
  font-size: 7.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .s-textImageRight .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-textImageRight .heading.entry {
    white-space: normal;
    transform: none !important;
  }
}
.s-textImageRight__2 {
  margin-top: 2.6875rem;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .s-textImageRight__2 {
    margin-top: 6.4375rem;
  }
}
.s-textImageRight--health {
  margin-top: 3.4375rem;
}
@media (min-width: 1199px) {
  .s-textImageRight--health.l-container {
    max-width: 80rem;
  }
}
@media (min-width: 767px) {
  .s-textImageRight--health {
    margin-top: 9.6875rem;
  }
}
.s-textImageRight--ar-vr .heading {
  font-size: 4.5rem;
  line-height: 5.375rem;
}
.s-textImageRight--ar-vr .heading span {
  font-size: 6.875rem;
  line-height: 7.8125rem;
}
@media (max-width: 1199px) {
  .s-textImageRight--ar-vr .heading span {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }
}
@media (max-width: 991px) {
  .s-textImageRight--ar-vr .heading span {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.s-textImageRight--ar-vr .s-textImageRight__content {
  margin-bottom: 5rem;
}
.s-textImageRight--ar-vr .s-textImageRight__content:last-of-type {
  margin-bottom: 0;
}
.s-textImageRight__content {
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  display: flex;
}
@media (max-width: 767px) {
  .s-textImageRight__content {
    flex-direction: column;
  }
}
.s-textImageRight__text {
  width: 50%;
}
.s-textImageRight__text .heading {
  margin-bottom: 1.3125rem;
  font-size: 4.5rem;
  line-height: 5.375rem;
}
@media (max-width: 991px) {
  .s-textImageRight__text .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-textImageRight__text .heading.entry {
    white-space: normal;
    transform: none !important;
  }
}
.s-textImageRight__text p {
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  .s-textImageRight__text {
    width: 100%;
  }
}
.s-textImageRight__image {
  width: 50%;
  justify-content: end;
  display: flex;
}
.s-textImageRight__image figure {
  margin: 0;
}
.s-textImageRight__image figcaption {
  text-align: center;
  color: #d1d1d6;
  width: 100%;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.s-textImageRight__image.thin {
  width: 30%;
}
.s-textImageRight__image--health {
  display: block;
}
@media (max-width: 767px) {
  .s-textImageRight__image {
    justify-content: center;
    width: 100% !important;
    align-items: center !important;
  }
}
.s-textWithDoubleImage {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .s-textWithDoubleImage {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1199px) {
  .s-textWithDoubleImage.l-container {
    max-width: 51.875rem;
  }
}
.s-textWithDoubleImage .st-boldArrow--provideBlock:hover {
  padding-left: 0;
}
.s-textWithDoubleImage__heading {
  width: 100%;
}
.s-textWithDoubleImage__heading .heading {
  font-size: 4rem;
  line-height: 5.375rem;
}
.s-textWithDoubleImage__heading .heading.st-outline {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .s-textWithDoubleImage__heading .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-textWithDoubleImage__heading .heading.entry {
    transform: none !important;
  }
}
.s-textWithDoubleImage__content {
  justify-content: space-between;
  gap: 2.5rem;
  display: flex;
}
@media (max-width: 767px) {
  .s-textWithDoubleImage__content {
    flex-direction: column;
  }
}
.s-textWithDoubleImage__text {
  width: 87%;
}
.s-textWithDoubleImage__text ul li span {
  padding-left: 0;
}
.s-textWithDoubleImage__text p {
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.75rem;
}
.s-textWithDoubleImage__text .s-textImageRight__image {
  width: 100%;
  margin-top: 1.6875rem;
}
@media (max-width: 767px) {
  .s-textWithDoubleImage__text {
    width: 100%;
  }
}
.s-textWithDoubleImage__image {
  width: 13%;
  justify-content: end;
  display: flex;
}
.s-textWithDoubleImage__image figure {
  margin: 0;
}
.s-textWithDoubleImage__image figcaption {
  text-align: center;
  color: #d1d1d6;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.s-doubleImageWithCaption {
  flex-direction: column;
  justify-content: end;
  margin-top: 3.75rem;
  margin-bottom: 6.5625rem;
  display: flex;
}
@media (min-width: 767px) {
  .s-doubleImageWithCaption {
    flex-direction: row;
    margin-top: 10rem;
    margin-bottom: 10.9375rem;
  }
}
.s-doubleImageWithCaption--health
  .s-doubleImageWithCaption__image:first-of-type {
  width: 40%;
}
.s-doubleImageWithCaption--health
  .s-doubleImageWithCaption__image:last-of-type {
  width: 60%;
}
.s-doubleImageWithCaption--health .s-doubleImageWithCaption__image img {
  height: 31.25rem;
}
@media (max-width: 767px) {
  .s-doubleImageWithCaption--health .s-doubleImageWithCaption__image {
    width: 100% !important;
  }
  .s-doubleImageWithCaption--health
    .s-doubleImageWithCaption__image:first-of-type {
    margin-bottom: 5rem;
  }
}
.s-doubleImageWithCaption--events
  .s-doubleImageWithCaption__image:first-of-type {
  width: 45%;
}
.s-doubleImageWithCaption--events
  .s-doubleImageWithCaption__image:last-of-type {
  width: 55%;
}
.s-doubleImageWithCaption--events .s-doubleImageWithCaption__image img {
  height: 31.25rem;
}
@media (max-width: 767px) {
  .s-doubleImageWithCaption--events .s-doubleImageWithCaption__image {
    width: 100% !important;
  }
  .s-doubleImageWithCaption--events
    .s-doubleImageWithCaption__image:first-of-type {
    margin-bottom: 5rem;
  }
}
.s-doubleImageWithCaption--events-reverse
  .s-doubleImageWithCaption__image:first-of-type {
  width: 60%;
}
.s-doubleImageWithCaption--events-reverse
  .s-doubleImageWithCaption__image:last-of-type {
  width: 40%;
}
.s-doubleImageWithCaption--events-reverse .s-doubleImageWithCaption__image img {
  height: 31.25rem;
}
@media (max-width: 767px) {
  .s-doubleImageWithCaption--events-reverse .s-doubleImageWithCaption__image {
    width: 100% !important;
  }
  .s-doubleImageWithCaption--events-reverse
    .s-doubleImageWithCaption__image:first-of-type {
    margin-bottom: 5rem;
  }
}
@media (min-width: 767px) {
  .s-doubleImageWithCaption--vr {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.s-doubleImageWithCaption--product-visualisation {
  margin-top: 0;
}
@media (max-width: 767px) {
  .s-doubleImageWithCaption--product-visualisation {
    margin-bottom: 3.4375rem;
  }
}
.s-doubleImageWithCaption--product-visualisation
  .s-doubleImageWithCaption__image {
  width: 50%;
}
.s-doubleImageWithCaption--product-visualisation
  .s-doubleImageWithCaption__image
  img {
  height: 27.5rem;
}
@media (max-width: 767px) {
  .s-doubleImageWithCaption--product-visualisation
    .s-doubleImageWithCaption__image {
    width: 100% !important;
  }
  .s-doubleImageWithCaption--product-visualisation
    .s-doubleImageWithCaption__image:first-of-type {
    margin-bottom: 5rem;
  }
}
.s-doubleImageWithCaption .s-doubleImageWithCaption__image {
  height: 31.25rem;
  display: block;
}
.s-doubleImageWithCaption .s-doubleImageWithCaption__image img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.s-doubleImageWithCaption figure {
  margin: 0;
}
.s-doubleImageWithCaption figcaption {
  text-align: center;
  color: #d1d1d6;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.s-headingWithBottomImage__image {
  width: 100%;
  margin-top: 2.6875rem;
}
.s-headingWithBottomImage__image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1199px) {
  .s-headingWithBottomImage__text.l-container {
    max-width: 76.25rem;
  }
}
.s-headingWithBottomImage .heading {
  margin-bottom: 1.25rem;
  font-size: 7.5rem;
  line-height: 8.5rem;
}
@media (max-width: 991px) {
  .s-headingWithBottomImage .heading {
    font-size: 5rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 767px) {
  .s-headingWithBottomImage .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-headingWithBottomImage .heading.entry {
    white-space: normal;
    transform: none !important;
  }
}
.s-headingWithBottomImage figure {
  margin: 0;
}
.s-headingWithBottomImage figcaption {
  text-align: center;
  color: #d1d1d6;
  margin-top: 1.6875rem;
  font-family: Mundial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.s-headingWithBottomImage--events figure {
  text-align: center;
}
.s-headingWithBottomImage--events figure img {
  width: auto;
}
@media (min-width: 991px) {
  .s-headingWithBottomImage--events figure img {
    max-width: 60%;
  }
}
.blocks-grid {
  max-width: 100%;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
  margin-top: 4.375rem;
  display: grid;
}
@media (min-width: 767px) {
  .blocks-grid {
    width: 94%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
@media (min-width: 991px) {
  .blocks-grid {
    gap: 5.375rem 5.1875rem;
  }
}
.blocks-grid__element {
  color: #fff;
  background-color: #00a8cc;
  border-radius: 1rem;
  padding: 1.625rem 0.9375rem 2rem 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%;
}
.blocks-grid__element .c-btn,
.blocks-grid__element .c-btn--fill {
  margin-top: 1rem;
  padding: 0.4375rem 1.25rem 0.5rem;
  display: inline-block;
}
.blocks-grid__header-caption {
  color: #ffd60a;
  font-size: 1.125rem;
  font-weight: 700;
}
.blocks-grid__header-title {
  margin: 0 0 0.625rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
.vr-specialism {
  margin-top: 4.875rem;
}
.vr-specialism__heading {
  margin-bottom: 0.875rem;
}
.vr-specialism__text {
  margin-bottom: 4.0625rem;
  font-weight: 200;
}
.vr-specialism__footer {
  text-align: center;
  margin-top: 5rem;
  font-family: Gradient Premium Black, sans-serif;
  font-size: 4.5rem;
  line-height: 5.125rem;
}
@media (max-width: 991px) {
  .vr-specialism__footer {
    margin-top: 3.75rem;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .vr-specialism__footer {
    font-size: 2.125rem;
    line-height: 1.6;
  }
}
.vr-specialism__footer strong {
  color: #f5dc27;
}
@keyframes screenScroll1 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-30%);
  }
  60% {
    transform: translateY(-30%);
  }
  65% {
    transform: translateY(-46%);
  }
  90% {
    transform: translateY(-46%);
  }
  95% {
    transform: translateY(0);
  }
}
@keyframes dpd1 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-22%);
  }
  60% {
    transform: translateY(-25%);
  }
  90% {
    transform: translateY(-25%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screenScroll2 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-37.5%);
  }
  60% {
    transform: translateY(-37.5%);
  }
  65% {
    transform: translateY(-10%);
  }
  90% {
    transform: translateY(-10%);
  }
  95% {
    transform: translateY(0);
  }
}
@keyframes hp-slide1 {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hp-slide2 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes hp-slide3 {
  0% {
    opacity: 0;
  }
  36% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  56% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes hp-slide4 {
  0% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  76% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes hp-slide5 {
  0% {
    opacity: 0;
  }
  76% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes changeColor {
  to {
    opacity: 1;
  }
}
@keyframes changeSize {
  to {
    width: 100%;
  }
}
@keyframes headerOpen {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nav__full {
  0% {
    width: 33.4375rem;
  }
  to {
    width: 100%;
  }
}
@keyframes nav__small {
  0% {
    width: 100%;
  }
  to {
    width: 535px;
  }
}
@keyframes opacityAn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityAnRev {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.js .fade-up {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(150px);
}
.js .fade-up2 {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(240px);
}
.js .fade-down {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(-100px);
}
.js .fadeUp-right {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(-50px, 100px);
}
.js .fadeUp-left {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(50px, 100px);
}
.js .fade-left {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(100px);
}
.js .fade-left2 {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(200px);
}
.js .fade-right {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(-100px);
}
.js .fade-right2 {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(-200px);
}
.js .heading {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate(-100px);
}
@media (max-width: 600px) {
  .js .heading {
    transform: translate(10%);
  }
}
.js .js-step {
  transition: transform 1s;
  transform: translateY(100px);
}
.js .js-step--1,
.js .js-step--2,
.js .js-step--3 {
  transform: translate(0);
}
.js .js-step--2 {
  transition-delay: 0.5s;
}
.js .js-step--3 {
  transition-delay: 1s;
}
.js .moreTransform-1 {
  transform: translate(150px);
}
.js .moreTransform-2 {
  transform: translate(200px);
}
.js .st-boldUnderline__changeColor,
.js .st-boldUnderline__changeColor2 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor:before,
.js .st-boldUnderline__changeColor2:before {
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(
    116.57deg,
    #f39d9e 16.67%,
    #d11452 58.65%,
    #7c1436 99.95%
  );
  animation: 2s 1s forwards changeSize;
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
}
.js .st-boldUnderline__changeColor:after,
.js .st-boldUnderline__changeColor2:after {
  content: "Impossible. Done.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .st-boldUnderline__changeColor2:after {
  content: "Get in touch";
}
.js .st-boldUnderline__changeColor2--alt:after {
  content: "reality bending work.";
}
.js .st-boldUnderline__changeColor3 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor3:after {
  content: "next generation of training.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .st-boldUnderline__changeColor4 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor4:after {
  content: "bring a new dimension to learning.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .st-boldUnderline__changeColor5 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor5:after {
  content: "supercharge your healthcare comms.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .st-boldUnderline__changeColor6 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor6:after {
  content: "add a magical AR digital layer to your products.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .st-boldUnderline__changeColor7 {
  color: #0000;
  opacity: 1;
  background-color: #0000;
  transition: all 2s 0.5s;
}
.js .st-boldUnderline__changeColor7:after {
  content: "truly dimension smashing.";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #f39d9e 0%, #d11452 50%, #7c1436 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: 2s 1s forwards changeColor;
  position: absolute;
  top: 0;
  left: 0;
}
.js .is-visible {
  opacity: 1;
  transform: none;
}
.js .entry {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 600px) {
  .js .entry {
    transform: translate(-50%);
  }
}
.posAbsolute {
  position: absolute !important;
}
.closeParallax {
  height: 0;
  margin: 0;
  padding: 0;
  transition: height 2s;
}
/*# sourceMappingURL=index.f7ed5c37.css.map */
::selection {
  background: #7bdff2;
  color: #fff;
}

.justify-end {
  justify-content: end;
}

.top {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.logo {
  width: 180px;
}

.ripple-button {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  letter-spacing: 1.3px;
  font-weight: 600 !important;
  min-width: 160px;
  text-align: center;
  color: #313133;
  background: #4fd1c5;
  background: linear-gradient(
    90deg,
    rgba(129, 230, 217, 1) 0%,
    rgba(79, 209, 197, 1) 100%
  );
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 12px 25px;
  text-transform: capitalize;
}

.ripple-button.contact-us {
  font-size: 18px;
  min-width: 100px;
  letter-spacing: normal;
  padding: 8px 25px;
}

.ripple-button::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(100% + 15px);
  min-height: calc(100% + 15px);
  border: 3px solid #00ffcb;
  box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.button:hover,
.button:focus {
  color: #313133;
  transform: translateY(-6px);
}

.ripple-button:hover::before,
.ripple-button:focus::before {
  opacity: 1;
}

.ripple-button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid #00ffcb;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.ripple-button:hover::after,
.ripple-button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.s-hero__sub__wrapper {
  text-align: center;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.s-hero__sub__images {
  position: absolute;
  --transform-options: scale(1) rotateY(0deg);
}

.s-hero__sub__heading {
  width: 100% !important;
}

.mirror-image {
  transform: rotate(15deg);
  --transform-options: rotate(15deg);
}

.scaleImage {
  transform: scale(1.4);
  --transform-options: scale(1.4);
}

.mirror-image-scale {
  transform: scale(1.5) rotate(15deg);
  --transform-options: scale(1.5) rotate(15deg);
}

.s-hero__sub__images img:hover {
  animation: bounce 1s ease-in-out;
}
.scroll-down-svg {
  width: 150px;
  height: 150px;
}

@media (max-width: 1440px) and (min-width: 1300px) {
  .responsive-image {
    display: block;
  }

  .responsive-image img {
    width: 200px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0) var(--transform-options);
  }
  25% {
    transform: translateY(-20px) var(--transform-options);
  }
  50% {
    transform: translateY(0) var(--transform-options);
  }
  75% {
    transform: translateY(-10px) var(--transform-options);
  }
  100% {
    transform: translateY(0) var(--transform-options);
  }
}
/*  Button  */
.scroll-button {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -85px;
}

.go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.go-down-btn text {
  color: white;
  font-size: 11px;
  transform-origin: center;
}
.go-down-btn svg {
  position: relative;
  z-index: -1;
  display: block;
  cursor: pointer;
}
/* Animation */
@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}
.go-down-btn text {
  animation: rotate-btn 10s linear infinite;
}

/*  */

.blue-border {
  --border-color: cyan;
}
.yellow-border {
  --border-color: yellow;
}
.light-green-border {
  --border-color: greenyellow;
}
.green-border {
  --border-color: darkgreen;
}
.main-container {
  max-width: 1340px;
  padding-left: 24px;
  padding-right: 24px;
}

.w-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.wrap-projects-a {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.push-down-projects-a {
  height: 140px;
  padding: 0;
}

.wrap-project-item-a {
  height: 100%;
  max-height: 700px;
}

.list-projects-a {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.w-dyn-item:nth-child(3) {
  margin-top: -110px;
}

.link-project-a {
  width: 100%;
  grid-row-gap: 24px;
  color: var(--linen);
  text-align: left;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  box-shadow: 1px -1px 8px 0 #e0e2ffb5, -1px 1px 8px 0 var(--border-color);
  border-radius: 30px;
  padding: 20px;
}

/* .link-project-a:hover{
  background-color: #22303ea3;
  box-shadow: 1px -1px 8px 0 #e0e2ffb5, -1px 1px 8px 0 #1694d396;
  padding: 20px;
  border-radius: 30px;
} */

.image-wrap-project-a {
  border-radius: 20px;
  width: 100%;
  height: 100px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.image-project-a {
  width: 100%;
  height: 100%;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  border-radius: 30px;
  background-size: cover;
}

.overlay-project {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(1, 0, 1);
}

.text-block-heading-3-styles {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.short-description-projects-a {
  margin-bottom: 0;
  font-size: 20px;
}

.testi-container {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-tag-center {
  gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}
.footer-title:hover,
.footer-title.w--current {
  background-color: var(--primary-color);
  color: var(--primary-background);
}

.footer-title.white {
  color: #fff;
  border-color: #fff;
}

.title-tag {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.title-2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.title-2.no-top {
  margin-top: 0;
}

.margin-60px {
  margin-top: 60px;
}

.testimonials-full {
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  z-index: 4;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.testimonials-wrapper._5 {
  z-index: 3;
  bottom: 80px;
  right: 200px;
}

.testimonials-wrapper._4 {
  z-index: 5;
  position: absolute;
  top: 150px;
  right: 130px;
}

.testimonials-wrapper.second {
  z-index: 5;
  position: absolute;
  top: 140px;
  left: 200px;
}

.testimonials-wrapper._3 {
  z-index: 3;
  position: absolute;
  bottom: 45px;
  left: 100px;
}

.testimonials-wrapper._6 {
  z-index: 6;
  top: 1px;
}

.testimonials-overlay {
  width: 220px;
  height: 220px;

  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* transform: translate3d(0px, 0px, 0px) scale3d(0.7, 0.7, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
  /* transform-style: preserve-3d; */
  /* transition: all 0.2s ease; */
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.testimonials-wrapper:hover .testimonials-overlay {
  border: 2.5px dashed #1694d3;
  animation: spin 10s linear infinite;
  /* transform: translate3d(0px, 0px, 0px) scale3d(0.98, 0.98, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
}

.testimonials-overlay._2 {
  width: 150px;
  height: 150px;
}

.testimonials-overlay._3,
.testimonials-overlay._4 {
  width: 180px;
  height: 180px;
}

.testimonials-overlay._5,
.testimonials-overlay._6 {
  width: 140px;
  height: 140px;
}

.testimonials-photo {
  width: 212px;
  height: 212px;
  border: 5px solid #141414;
  background-image: url("../images/Graham.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
}

.testimonials-photo._4 {
  width: 172px;
  height: 172px;
  background-image: url("../images/Rob.webp");
}

.testimonials-photo._6 {
  width: 132px;
  height: 132px;
  background-image: url("../images/seth.webp");
}

.testimonials-photo._3 {
  width: 172px;
  height: 172px;
  background-image: url("https://assets-global.website-files.com/64cf6c97cef6adaccc5beea0/64d21c84ccbc1e762e4c446c_team-2.jpg");
}

.testimonials-photo._2 {
  width: 142px;
  height: 142px;
  background-image: url("../images/Alcia.webp");
}

.testimonials-photo._5 {
  width: 132px;
  height: 132px;
  background-image: url("https://assets-global.website-files.com/64cf6c97cef6adaccc5beea0/64d21faf2fd3bb4d6793339c_testi-4.jpg");
}

.testimonails-content {
  z-index: 2;
  width: 430px;
  max-width: 430px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-right: -140px;
  padding: 25px;
  display: none;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: 0;
  box-shadow: 4px 4px 30px 5px rgba(211, 184, 184, 0.258);
  transform-style: preserve-3d;
  transform: translate3d(0px, 220px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: max-height 0.5s ease;
}

.testimonails-content.different-margin {
  margin-right: -100px;
}

.testimonials-wrapper:hover .testimonails-content {
  opacity: 1;
  display: flex;
  min-height: 210px;
  justify-content: center;
  transform: translate3d(0px, 210px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.read-more.alcia-review-01,
.read-more.graham-review-01,
.read-more.moses-review-01,
.read-more.paul-review-01,
.read-more.alcia-review-02,
.read-more.graham-review-02,
.read-more.moses-review-02,
.read-more.paul-review-02,
.read-more.alcia-review-03,
.read-more.graham-review-03,
.read-more.moses-review-03,
.read-more.paul-review-03 {
  display: none;
}
.read-more-less,
.read-more {
  cursor: pointer;
  /* text-transform: lowercase; */
}

.testimonials-paragraph {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: black;
}

.hover-us {
  filter: brightness(0%);
  position: absolute;
  top: -5px;
  left: -72px;
}

.team-margin {
  margin-top: 25px;
}

.testi-name {
  color: black;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}

.testi-work {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

.triangle-top {
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  margin-top: -9px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

@media screen and (max-width: 991px) {
  .menuFZ {
    font-size: 2rem;
  }
  .list-projects-a {
    grid-template-columns: none;
  }
  .push-down-projects-a {
    height: 0;
  }
  .w-dyn-item:nth-child(3) {
    margin-top: 0px;
  }
  .link-project-a {
    border-radius: 40px;
  }
  .testimonials-wrapper {
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .testimonials-wrapper._5 {
    z-index: 3;
    bottom: 0;
    right: 0;
  }

  .testimonials-wrapper._4 {
    z-index: 4;
    position: relative;
    top: 0;
    right: 0;
  }

  .testimonials-wrapper.second {
    z-index: 6;
    position: relative;
    top: 0;
    left: 0;
  }

  .testimonials-wrapper._3 {
    z-index: 5;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .testimonials-wrapper._6 {
    z-index: 2;
    top: 0;
  }
  .testimonials-overlay,
  .testimonials-overlay._2,
  .testimonials-overlay._3,
  .testimonials-overlay._4,
  .testimonials-overlay._5,
  .testimonials-overlay._6 {
    width: 140px;
    height: 140px;
  }
  .testimonials-photo,
  .testimonials-photo._4,
  .testimonials-photo._6,
  .testimonials-photo._3,
  .testimonials-photo._2,
  .testimonials-photo._5 {
    width: 132px;
    height: 132px;
  }
  .testimonails-content {
    z-index: 50;
    margin-right: -120px;
  }

  .testimonails-content.different-margin {
    margin-right: -122px;
  }

  .read-more.alcia-review-01,
  .read-more.graham-review-01,
  .read-more.moses-review-01,
  .read-more.paul-review-01,
  .read-more.alcia-review-02,
  .read-more.graham-review-02,
  .read-more.moses-review-02,
  .read-more.paul-review-02,
  .read-more.alcia-review-03,
  .read-more.graham-review-03,
  .read-more.moses-review-03,
  .read-more.paul-review-03 {
    display: inline;
  }

  .read-more-less {
    display: none;
  }

  .testimonials-paragraph {
    overflow: scroll;
    max-height: 126px;
  }
  .testimonials-wrapper:hover .testimonails-content {
    transform: translate3d(0px, 280px, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}

@media screen and (max-width: 767px) {
  .menuFZ {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .testimonails-content {
    width: 300px;
    margin-right: -80px;
    padding: 22px;
  }

  .testimonails-content.different-margin {
    margin-right: -80px;
  }
}

.d-lg-visible {
  display: none;
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px;
  }
}
.mt-section {
  margin-top: 150px;
}

.why-choose-points {
  font-size: 2.125rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.text-start {
  text-align: start;
}

.mt-paragraph {
  margin-top: 2rem;
}
@media (max-width: 1300px) and (min-width: 993px) {
  .d-lg-visible {
    display: flex;
  }
  .d-lg-none {
    display: none;
  }
  .scroll-button {
    bottom: -60px !important;
  }
  .scroll-down-svg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .mt-section {
    margin-top: 100px;
  }
  .logo {
    width: 130px !important;
  }
  .s-hero__sub__images {
    display: none;
  }
  .scroll-button {
    bottom: -65px !important;
  }
  .scroll-down-svg {
    width: 110px;
    height: 110px;
  }
}
.why-choose-points li {
  font-size: 25px;
}
.why-choose-points ul li {
  list-style-type: disc;
}
.why-choose-points ul {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .why-choose-points h4 {
    font-size: 25px;
  }
  .why-choose-points li {
    font-size: 18px !important;
  }
  .testimonials-full {
    --slider-inner-width: 1000px;
    --slider-speed: 12s;
  }

  .testimonials-full {
    height: 430px;
    max-height: 450px;
    flex-direction: row;
    align-items: baseline;
    gap: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation: scroll linear infinite var(--slider-speed);
    width: calc(2 * var(--slider-inner-width));
    transition: animation-play-state ease 1s;
  }
  .testimonials-full:hover {
    animation-play-state: paused;
  }

  @keyframes scroll {
    0% {
      transform: translateX(-5%);
    }
    100% {
      transform: translateX(calc((0px - var(--slider-inner-width)) - 5%));
    }
  }
  .w-hidden-small {
    display: none !important;
  }
}

.progress-wrap {
  background-color: #00ffcc90;
  position: fixed;
  right: 10px;
  bottom: 15px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-weight: 900;
  content: "\2191";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-weight: 900;
  content: "\2191";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: #000;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #01303a;
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bold {
  font-weight: 800;
}
