.neon-blue {
  color: #0055FF;
  background: #D6EBFF;
}

.sorbus {
  color: #CC5702;
  background: #FFF3D3;
}

.coral-red {
  color: #ED1527;
  background: #FFF1F2;
}

.global-presence {
  background: #ffffff;
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .global-presence {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .global-presence {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.global-presence.section > .container {
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .global-presence.section > .container {
    max-width: 1260px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .global-presence.section > .container {
    max-width: calc(1260px + 340 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  .global-presence.section > .container {
    max-width: 1600px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .global-presence.section > .container {
    padding-left: calc(16px + 8 * (100vw - 992px) / 608);
    padding-right: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  .global-presence.section > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.global-presence__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .global-presence__intro {
    max-width: calc(640px + 260 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__intro {
    max-width: 900px;
  }
}
.global-presence__intro {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .global-presence__intro {
    margin-bottom: calc(48px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__intro {
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .global-presence__intro {
    margin-bottom: 32px;
  }
}
.global-presence__eyebrow {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #0055FF;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .global-presence__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__eyebrow {
    font-size: 16px;
  }
}
.global-presence__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .global-presence__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__eyebrow {
    margin-bottom: 18px;
  }
}
.global-presence__heading {
  margin: 0;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .global-presence__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .global-presence__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.global-presence__heading {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .global-presence__heading {
    margin-bottom: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__heading {
    margin-bottom: 24px;
  }
}
.global-presence.section .global-presence__description p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .global-presence.section .global-presence__description p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence.section .global-presence__description p {
    font-size: 20px;
  }
}
.global-presence.section .global-presence__description p {
  color: #697586;
}
.global-presence__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .global-presence__grid {
    gap: calc(32px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__grid {
    gap: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .global-presence__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .global-presence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .global-presence__grid {
    grid-template-columns: 1fr;
  }
}
.global-presence__card {
  position: relative;
  margin: 0;
  min-width: 0;
  height: 100%;
}
.global-presence__card.inview-animate--move-up:nth-child(1) {
  transition-delay: 0s;
}
.global-presence__card.inview-animate--move-up:nth-child(2) {
  transition-delay: 0.08s;
}
.global-presence__card.inview-animate--move-up:nth-child(3) {
  transition-delay: 0.16s;
}
.global-presence__card.inview-animate--move-up:nth-child(4) {
  transition-delay: 0.24s;
}
.global-presence__card.inview-animate--move-up:nth-child(5) {
  transition-delay: 0.32s;
}
.global-presence__card.inview-animate--move-up:nth-child(6) {
  transition-delay: 0.4s;
}
.global-presence__card.inview-animate--move-up:nth-child(7) {
  transition-delay: 0.48s;
}
.global-presence__card.inview-animate--move-up:nth-child(8) {
  transition-delay: 0.56s;
}
.global-presence__frame {
  position: relative;
  height: 100%;
}
.global-presence__accent {
  position: absolute;
  z-index: 0;
  background: #0055FF;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 992px) {
  .global-presence__accent {
    width: calc(32px + 16 * (100vw - 992px) / 608);
    height: calc(32px + 16 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__accent {
    width: 48px;
    height: 48px;
  }
}
.global-presence__accent {
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .global-presence__accent {
    border-radius: calc(8px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__accent {
    border-radius: 10px;
  }
}
.global-presence__accent {
  pointer-events: none;
}
.global-presence__accent--tl {
  top: 0;
  left: 0;
  transform: translate(-28%, -28%);
}
.global-presence__accent--br {
  right: 0;
  bottom: 0;
  transform: translate(28%, 28%);
}
.global-presence__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #EEF2F6;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .global-presence__card-body {
    padding: calc(16px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__card-body {
    padding: 20px;
  }
}
.global-presence__card-body {
  gap: 14px;
}
@media only screen and (min-width: 992px) {
  .global-presence__card-body {
    gap: calc(14px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__card-body {
    gap: 18px;
  }
}
.global-presence__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 260/206;
}
.global-presence__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-presence__title {
  margin: 0;
  margin-top: auto;
  padding-top: 2px;
  color: #121926;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .global-presence__title {
    font-size: calc(18px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .global-presence__title {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .global-presence__card.inview-animate--move-up {
    transition-delay: 0s !important;
  }
}