@charset "UTF-8";
:root {
  --color-primary: #ff4121;
  --color-charcoal: #1a1a1a;
  --color-pink: #ff8dff;
  --color-green: #01f081;
  --color-lime: #aff152;
  --color-orange: #ff9700;
  --color-white: #ffffff;
  --color-secondary: #1a1a1a;
  --color-steel: #1a1a1a;
  --color-accent: #ff8dff;
  --color-light: #f2f2f2;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../../fonts/Mona-Sans.ttf") format("truetype-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
:root {
  scroll-behavior: initial;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

body {
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "Manrope", "Mona Sans", sans-serif;
  overflow: hidden;
}
body section {
  overflow: hidden;
}
body.loaded {
  overflow: initial;
}

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

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

img {
  max-width: 100%;
}

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

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

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

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

#loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10006;
  background: #ff4121;
  cursor: wait;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loading * {
  cursor: wait;
}
#loading .loader-logo {
  width: 12.2222222222rem;
  max-width: 55vw;
  margin-bottom: 2.5rem;
  animation: loaderPulse 1.6s ease-in-out infinite;
}
@media (max-width: 580px) {
  #loading .loader-logo {
    width: 10rem;
  }
}
#loading .loader-spinner {
  width: 2.5555555556rem;
  height: 2.5555555556rem;
  border-radius: 50%;
  border: 0.1666666667rem solid rgba(26, 26, 26, 0.25);
  border-top-color: #1a1a1a;
  animation: loaderSpin 0.85s linear infinite;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loading.white {
  background: #ffffff;
}
#loading.white .loader-spinner {
  border-color: rgba(255, 65, 33, 0.2);
  border-top-color: #ff4121;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loaderPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.94);
    opacity: 0.75;
  }
}
.font-10 {
  font-size: 0.5555555556rem !important;
}

.font-11 {
  font-size: 0.6111111111rem !important;
}

.font-12 {
  font-size: 0.6666666667rem !important;
}

.font-13 {
  font-size: 0.7222222222rem !important;
}

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

.font-15 {
  font-size: 0.8333333333rem !important;
}

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

.font-17 {
  font-size: 0.9444444444rem !important;
}

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

.font-19 {
  font-size: 1.0555555556rem !important;
}

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

.font-21 {
  font-size: 1.1666666667rem !important;
}

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

.font-23 {
  font-size: 1.2777777778rem !important;
}

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

.font-25 {
  font-size: 1.3888888889rem !important;
}

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

.font-27 {
  font-size: 1.5rem !important;
}

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

.font-29 {
  font-size: 1.6111111111rem !important;
}

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

.font-31 {
  font-size: 1.7222222222rem !important;
}

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

.font-33 {
  font-size: 1.8333333333rem !important;
}

.font-34 {
  font-size: 1.8888888889rem !important;
}

.font-35 {
  font-size: 1.9444444444rem !important;
}

.font-36 {
  font-size: 2rem !important;
}

.font-37 {
  font-size: 2.0555555556rem !important;
}

.font-38 {
  font-size: 2.1111111111rem !important;
}

.font-39 {
  font-size: 2.1666666667rem !important;
}

.font-40 {
  font-size: 2.2222222222rem !important;
}

.font-100 {
  font-size: 5.5555555556rem;
}

.fontLight {
  font-weight: 300 !important;
}

.fontRegular {
  font-weight: 400 !important;
}

.fontSemiBold {
  font-weight: 600 !important;
}

.fontBold {
  font-weight: 700 !important;
}

.t-uppercase {
  text-transform: uppercase;
}

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

.w-100 {
  width: 100%;
}

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

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

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5dvh 0;
}
header .logo {
  position: relative;
  z-index: 10;
}
header .logo.dropdown > a {
  display: flex;
  align-items: center;
}
header .logo.dropdown > a svg {
  width: 1.1111111111rem;
  margin-left: 0.5555555556rem;
}
header .logo.dropdown.active .logo-menu {
  margin-top: 0.5555555556rem;
  opacity: 1;
  visibility: visible;
}
header .logo.dropdown.active svg {
  transform: rotate(180deg);
}
header .logo .logo-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  border-radius: 0.2777777778rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0.5555555556rem;
  margin-top: 1.6666666667rem;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
header .logo .logo-menu div {
  padding: 0.5555555556rem;
}
header .logo .logo-menu div + div {
  border-top: 1px solid #858585;
}
header .logo .logo-menu .head-logo {
  transition-delay: 0s;
}
header .logo .logo-menu img:hover {
  transform: scale(1.05);
}
header .logo img {
  width: 11.1111111111rem;
}
header .logo .head-logo {
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
header .logo .head-logo.white {
  display: none;
}
header .logo .menu-logo {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  width: 11.1111111111rem;
  max-width: none;
  transition-delay: 0.4s;
}
header .menu {
  display: flex;
  align-items: start;
}
header .nav-list {
  display: flex;
}
@media (max-width: 768px) {
  header .nav-list {
    display: none;
  }
}
header .nav-list > li + li {
  margin-inline-start: 1.9444444444rem;
}
header .nav-list > li > a {
  font-size: 1.0555555556rem;
  font-weight: 400;
}
header .nav-list > li:hover ul {
  opacity: 1;
  visibility: visible;
}
header .nav-list a {
  color: #000000;
  display: block;
}
header .nav-list a:hover, header .nav-list a.active {
  color: #ff4121;
}
header .nav-list a.active {
  font-weight: 500;
}
header .nav-list ul {
  position: absolute;
  padding-top: 0.6666666667rem;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
header .nav-list ul a {
  font-size: 0.6666666667rem;
  font-weight: 500;
}
header .nav-list ul a:hover, header .nav-list ul a.active {
  color: #ff4121;
}
header .nav-btn {
  position: relative;
  z-index: 10;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  margin-inline-start: 7.2222222222rem;
  height: 1.5555555556rem;
}
header .nav-btn:hover {
  color: #000000;
}
header .nav-btn:hover > i {
  background-color: #000000;
}
header .nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .nav-btn > i {
  display: block;
  width: 1.5555555556rem;
  height: 0.1111111111rem;
  margin: 0 auto;
  background-color: #000000;
  transition: all linear 0.2s;
}
header .nav-btn > i:first-child {
  transform: translateY(0.0555555556rem) rotateZ(90deg);
}
header .nav-btn > i:nth-child(2) {
  transform: translateY(-0.0555555556rem);
}
header .nav-btn span {
  position: absolute;
  right: 100%;
  margin-inline-end: 1.3888888889rem;
  font-size: 1.5555555556rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
header.white .nav-list a {
  color: #ffffff;
}
header.white .nav-list a:hover, header.white .nav-list a.active {
  color: #ff4121;
}
header.white i {
  background-color: #ffffff;
}
header.white .logo.dropdown svg path {
  fill: #FFF;
}
header.white .logo .head-logo.black {
  display: none;
}
header.white .logo .head-logo.white {
  display: block;
}
header.on-primary .nav-list a {
  color: #1a1a1a;
}
header.on-primary .nav-list a:hover, header.on-primary .nav-list a.active {
  color: #ffffff;
}
header.on-primary i {
  background-color: #1a1a1a;
}
header.on-primary .nav-btn:hover {
  color: #ffffff;
}
header.on-primary .nav-btn:hover > i {
  background-color: #ffffff;
}
header.on-primary .logo.dropdown svg path {
  fill: #1a1a1a;
}
header.on-primary .logo .head-logo.black {
  display: block;
}
header.on-primary .logo .head-logo.white {
  display: none;
}
header.white-bg {
  background-color: #FFF;
}
header.sticky {
  position: sticky;
}

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

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

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

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

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

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

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

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

@keyframes igSplitHeroArrowAnimation {
  0% {
    transform: translateY(-150%);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}
a.brand-manual-link {
  font-size: 1.5555555556rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  a.brand-manual-link {
    font-size: 1.2222222222rem;
  }
}
a.brand-manual-link img {
  width: 1.1111111111rem !important;
  transition: transform ease 0.5s;
  margin-left: 0.7777777778rem;
}
a.brand-manual-link::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}
a.brand-manual-link:hover::before {
  max-width: 100%;
}
a.brand-manual-link:hover img {
  transform: translate(10%, -10%);
}

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

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

.home-section {
  position: relative;
}
.home-section > img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home-section > img {
    min-height: 100vh;
    max-width: none;
  }
}
.home-section > img,
.home-section > video {
  width: 100%;
  display: block;
}
.home-section > video {
  max-height: 100dvh;
}
.home-section.home-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4121;
}
.home-section.home-hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  .home-section.home-hero .hero-video {
    object-fit: cover;
  }
}
.home-section.home-hero .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 3.8888888889rem 0;
}
@media (max-width: 767px) {
  .home-section.home-hero .content {
    padding: 2.2222222222rem 0;
  }
}
.home-section.motion-section {
  background-color: #1a1a1a;
  line-height: 0;
}
.home-section.motion-section.primary-bg {
  background-color: #ff4121;
}
.home-section.motion-section .motion-media {
  width: 100%;
  height: auto;
  min-height: 0;
  max-width: 100%;
  display: block;
}
.home-section.applications-section {
  background-color: #1a1a1a;
  line-height: 0;
}
.home-section.applications-section .applications-video {
  width: 100%;
  display: block;
  aspect-ratio: 1920/1115;
  object-fit: cover;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .home-section.applications-section .applications-video {
    aspect-ratio: 4/3;
  }
}
.home-section.images-grid {
  background-color: #000000;
}
.home-section.images-grid video {
  width: 100%;
}
.home-section.images-grid {
  /* clear fix */
}
.home-section.images-grid .grid:after {
  content: "";
  display: block;
  clear: both;
}
.home-section.images-grid {
  /* ---- .grid-item ---- */
}
.home-section.images-grid .grid-sizer {
  width: 100%;
}
.home-section.images-grid .grid-item {
  float: left;
  width: 20%;
  text-align: center;
}
.home-section.images-grid .grid-item > div {
  position: relative;
  margin: 7px;
}
.home-section.images-grid .grid-item > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-section.images-grid .grid-item > div > * {
  height: 100%;
  max-width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-section.images-grid .grid-item.grid-item--width2 {
  width: 40%;
}
.home-section.images-grid .grid-item.grid-item--width2 > div::before {
  padding-top: 50%;
}
.home-section.images-grid .grid-item.grid-item--height2 > div:before {
  padding: 102.5% 0;
}
.home-section.brand-tabs {
  background-color: #e1e2e6;
}
.home-section.brand-tabs .tabs-btns > div {
  padding: 2.7777777778rem 0;
  text-align: center;
  cursor: pointer;
  font-size: 1.3333333333rem;
}
.home-section.brand-tabs .tabs-btns > div:not(.active) {
  color: #b2b2b2;
}
.home-section.brand-tabs .tab-content {
  display: none;
}
.home-section.brand-tabs .tab-content.active {
  display: block;
}
.home-section.brand-tabs .tab-content .logo-wrapper {
  padding: 8.3333333333rem 1.1111111111rem 13.8888888889rem;
}
.home-section.brand-tabs .tab-content .logo-wrapper div {
  height: 8.3333333333rem;
  display: flex;
}
.home-section.brand-tabs .tab-content .logo-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
  width: 25rem;
}
.home-section .color-wrapper .head {
  min-height: 40svh;
}
.home-section .color-wrapper .head .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-section .color-wrapper .head .top {
  padding-top: 4.4444444444rem;
}
.home-section .color-wrapper .head .bottom {
  align-items: end;
}
.home-section .color-wrapper .bottom {
  margin-top: auto;
  padding: 2.2222222222rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  text-align: right;
}
.home-section .color-wrapper .bottom img {
  height: 2.7777777778rem;
}
.home-section.color-palette {
  color: #ffffff;
}
.home-section.color-palette .content {
  display: flex;
  height: 95svh;
  flex-wrap: wrap;
}
.home-section.color-palette .content > .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 4.4444444444rem 0;
}
.home-section.color-palette .content .color {
  margin-top: auto;
}
.home-section.color-palette .content .color .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section.color-palette .content .color span:first-child {
  font-size: 1.3333333333rem;
}
.home-section.color-palette .section-title {
  font-size: 2.7777777778rem;
  line-height: 1.2;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  .home-section.color-palette .content {
    height: auto;
  }
  .home-section.color-palette .content > .col {
    flex: 0 0 100%;
    width: 100%;
    min-height: 35svh;
  }
}
@media (min-width: 767px) {
  .home-section.logo, .home-section.mobile-app, .home-section.active-anim, .home-section.shaping-section {
    display: flex;
    align-items: center;
    min-height: 100svh;
  }
}
.home-section.icons {
  padding: 5.5555555556rem 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-section.icons .container {
  margin: auto;
}
.home-section.active-anim {
  padding: 5.5555555556rem 0;
}
.home-section.shaping-section {
  padding: 8.3333333333rem 0 11.1111111111rem;
  text-align: center;
}
.home-section.shaping-section h3 {
  font-size: 2.5rem;
}
.home-section.shaping-section h2 {
  font-size: 4.4444444444rem;
  font-weight: 700;
}
.home-section.shaping-section .anim-erea {
  margin: 6.9444444444rem auto 0;
  width: 55.5555555556rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .home-section.shaping-section h3 {
    font-size: 1.8888888889rem;
  }
  .home-section.shaping-section h2 {
    font-size: 2.7777777778rem;
  }
}
.home-section.mobile-app {
  background-color: #000000;
  padding: 5.5555555556rem 0;
  text-align: center;
}
.home-section.mobile-app img {
  max-width: 100%;
}
.home-section.mobile-app .img-container {
  position: relative;
  display: inline-block;
}
.home-section.mobile-app .img-container lottie-player {
  width: 80%;
  position: absolute;
  top: 7%;
  left: 10%;
  z-index: 1;
}
.home-section.sliders {
  background-color: #1a1a1a;
  padding: 4.4444444444rem 0;
}
.home-section.sliders .item {
  padding: 0 0.5rem;
}
.home-section.sliders img {
  width: calc(22.2222222222vw - 1rem);
  height: auto;
}
@media (max-width: 992px) {
  .home-section.sliders img {
    width: calc(40vw - 1rem);
  }
}
@media (max-width: 580px) {
  .home-section.sliders img {
    width: calc(66.6666666667vw - 1rem);
  }
}
@media (max-width: 767px) {
  .home-section.sliders {
    padding: 2rem 0;
  }
}
.home-section.palette-section {
  background-color: #1a1a1a;
  display: flex;
  padding: 1.8888888889rem 2.4%;
}
@media (min-width: 992px) {
  .home-section.palette-section {
    min-height: 100svh;
  }
}
.home-section.palette-section .palette-grid {
  flex: 1;
  display: grid;
  gap: 0.2222222222rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(13.3333333333rem, auto);
}
@media (min-width: 992px) {
  .home-section.palette-section .palette-grid {
    grid-template-columns: 33fr 33.5fr 16.6fr 16.5fr;
    grid-template-rows: 52fr 48fr;
    grid-auto-rows: auto;
  }
  .home-section.palette-section .red {
    grid-area: 1/1/3/2;
  }
  .home-section.palette-section .charcoal {
    grid-area: 1/2/2/3;
  }
  .home-section.palette-section .white {
    grid-area: 2/2/3/3;
  }
  .home-section.palette-section .pink {
    grid-area: 1/3/2/4;
  }
  .home-section.palette-section .green {
    grid-area: 1/4/2/5;
  }
  .home-section.palette-section .lime {
    grid-area: 2/3/3/4;
  }
  .home-section.palette-section .orange {
    grid-area: 2/4/3/5;
  }
}
@media (max-width: 580px) {
  .home-section.palette-section {
    padding: 1rem 0.7777777778rem;
  }
  .home-section.palette-section .palette-grid {
    grid-template-columns: 1fr;
  }
}
.home-section.palette-section .block {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667rem;
  padding: 1.4444444444rem 1.5555555556rem;
  min-width: 0;
  color: #1a1a1a;
}
.home-section.palette-section .red {
  background-color: #ff4121;
}
.home-section.palette-section .charcoal {
  background-color: #1a1a1a;
  color: #ffffff;
}
.home-section.palette-section .white {
  background-color: #ffffff;
}
.home-section.palette-section .pink {
  background-color: #ff8dff;
}
.home-section.palette-section .green {
  background-color: #01f081;
}
.home-section.palette-section .lime {
  background-color: #aff152;
}
.home-section.palette-section .orange {
  background-color: #ff9700;
}
.home-section.palette-section .swatch-name {
  font-size: 0.9444444444rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.home-section.palette-section .swatch-specs {
  margin-top: auto;
  font-size: 0.6666666667rem;
  line-height: 1.55;
}
.home-section.palette-section dl {
  margin: 0;
}
.home-section.palette-section dl > div {
  display: flex;
  gap: 0.4444444444rem;
}
.home-section.palette-section dl dt {
  flex: 0 0 2.8888888889rem;
  font-weight: 700;
}
.home-section.palette-section dl dd {
  margin: 0;
  min-width: 0;
}
.home-section.palette-section dl.pantone {
  margin-top: 0.8888888889rem;
}
.home-section.palette-section dl.pantone dt {
  flex-basis: 5.3333333333rem;
}
.home-section.brand-info-section {
  text-align: center;
  background-color: #ff4121;
  color: #1a1a1a;
  padding: 12.6666666667rem 0 12.9444444444rem;
}
@media (max-width: 767px) {
  .home-section.brand-info-section {
    padding: 6.1111111111rem 0 6.1111111111rem;
  }
}
.home-section.brand-info-section .container > div {
  width: 36rem;
  max-width: 100%;
  margin: auto;
}
.home-section.brand-info-section .link {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.home-section.brand-info-section p {
  font-size: 1.0555555556rem;
  line-height: 1.45;
  margin-bottom: 9.1666666667rem;
}
@media (max-width: 767px) {
  .home-section.brand-info-section p {
    margin-bottom: 5rem;
  }
}
.home-section.brand-info-section .brand-logo {
  width: 10.6666666667rem;
  max-width: 46vw;
  margin: 0 auto;
  display: block;
}

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

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

.primary-bg {
  background-color: #ff4121;
  color: #1a1a1a;
}
.primary-bg.inner-section .section-foot a.download {
  color: #1a1a1a;
}
.primary-bg.inner-section .section-foot a.download:after {
  background: url(../../images/icons/arrow-down-black.svg) no-repeat center/100%;
}
.primary-bg.inner-section .section-foot a.download:hover {
  color: #ffffff;
}
.primary-bg.inner-section .section-foot a.download:hover:after {
  background: url(../../images/icons/arrow-down-white.svg) no-repeat center/100%;
}

.secondary-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}
.secondary-bg.inner-section .section-foot a.download {
  color: #ffffff;
}
.secondary-bg.inner-section .section-foot a.download:after {
  background: url(../../images/icons/arrow-down-white.svg) no-repeat center/100%;
}
.secondary-bg.inner-section .section-foot a.download:hover {
  color: #000000;
}
.secondary-bg.inner-section .section-foot a.download:hover:after {
  background: url(../../images/icons/arrow-down-black.svg) no-repeat center/100%;
}

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

.pink-bg {
  background-color: #FC83E1;
}

.green-bg {
  background-color: #00D4A6;
}

.inner-hero .text-wrapper {
  display: flex;
}
.inner-hero .text-wrapper > div {
  width: 50%;
}
.inner-hero .text-wrapper h1 {
  font-weight: 700;
  margin: 0;
}
.inner-hero .text-wrapper p {
  font-weight: 500;
}
.inner-hero .image-wrapper {
  margin-top: auto;
  height: 50vh;
}

/*********************************************/
/*  Intro / Brand Book pages (1–10)          */
/*  16:9 slides recreated from the PDF       */
/*********************************************/
.intro-pages {
  position: relative;
}

.ip-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5cqw 4.1666666667cqw;
  pointer-events: none;
}
.ip-header .ip-logo {
  width: 11.9791666667cqw;
  display: block;
}
.ip-header .ip-tag {
  font-size: 1.1458333333cqw;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ip-header .ip-tag b {
  font-weight: 700;
}

.intro-page {
  container-type: size;
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 16/9;
  background-color: #fff;
  overflow: hidden;
  font-family: "Manrope", "Mona Sans", sans-serif;
  color: #111111;
  font-weight: 400;
  line-height: 1.28;
}
.intro-page p {
  margin: 0;
}

.ip-orange {
  color: #ff9e3f;
}

.ip-rule {
  height: 0.1041666667cqw;
  background-color: #d8d8d8;
  border: 0;
}

.ip-cover {
  background-color: #ff9e3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-cover .ip-company {
  position: absolute;
  top: 4.9479166667cqw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4583333333cqw;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
}
.ip-cover .ip-cover-logo {
  width: 43.75cqw;
}
.ip-cover .ip-cover-foot {
  position: absolute;
  bottom: 4.9479166667cqw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.7708333333cqw;
  font-weight: 400;
}
.ip-cover .ip-cover-foot b {
  font-weight: 700;
}

.ip-intro .ip-accent {
  position: absolute;
  top: 13.28125cqw;
  left: 4.1666666667cqw;
  width: 6.25cqw;
  height: 0.2083333333cqw;
  background-color: #ff9e3f;
}
.ip-intro .ip-copy {
  position: absolute;
  left: 4.1666666667cqw;
  top: 15.625cqw;
  width: 37.5cqw;
  font-size: 1.25cqw;
  line-height: 1.5;
}
.ip-intro .ip-copy p + p {
  margin-top: 1.4583333333cqw;
}
.ip-intro .ip-copy .lead b {
  font-weight: 700;
}
.ip-intro .ip-copy .bold {
  font-weight: 700;
}
.ip-intro .ip-photo {
  position: absolute;
  right: 4.1666666667cqw;
  top: 8.75cqw;
  width: 38.5416666667cqw;
  height: 38.5416666667cqw;
  object-fit: cover;
  border-radius: 1.3541666667cqw;
}

.ip-vision {
  text-align: center;
}
.ip-vision .ip-sub {
  position: absolute;
  top: 7.8125cqw;
  left: 50%;
  transform: translateX(-50%);
  width: 52.6041666667cqw;
  font-size: 1.25cqw;
  line-height: 1.4;
}
.ip-vision .ip-headline {
  position: absolute;
  top: 12.3958333333cqw;
  left: 50%;
  transform: translateX(-50%);
  width: 62.5cqw;
  font-size: 3.75cqw;
  font-weight: 600;
  line-height: 1.06;
  color: #ff9e3f;
  text-transform: uppercase;
}
.ip-vision .ip-illus {
  position: absolute;
  bottom: 0.1041666667cqw;
  left: 50%;
  transform: translateX(-50%);
  width: 32.2916666667cqw;
  height: auto;
}

.ip-purpose {
  background-color: #ff9e3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-purpose .ip-statement {
  width: 77.0833333333cqw;
  text-align: center;
  font-size: 4.0625cqw;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}
.ip-purpose .ip-statement b {
  font-weight: 800;
}
.ip-purpose .ip-statement u {
  text-decoration: underline;
  text-underline-offset: 0.3125cqw;
}

.ip-persona .ip-persona-photo {
  position: absolute;
  left: 4.1666666667cqw;
  bottom: 0;
  width: 29.1666666667cqw;
}
.ip-persona .ip-persona-body {
  position: absolute;
  left: 39.5833333333cqw;
  right: 4.1666666667cqw;
  top: 8.0729166667cqw;
}
.ip-persona .ip-persona-body .ip-lead {
  font-size: 1.1979166667cqw;
  line-height: 1.45;
  margin-bottom: 2.3958333333cqw;
}
.ip-persona .ip-persona-body .ip-lead b {
  font-weight: 700;
}
.ip-persona .ip-traits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.6458333333cqw;
  row-gap: 1.5625cqw;
}
.ip-persona .ip-traits .ip-trait {
  border-top: 0.078125cqw solid #e2e2e2;
  padding-top: 0.9375cqw;
}
.ip-persona .ip-traits .ip-trait h4 {
  margin: 0 0 0.5208333333cqw;
  font-size: 0.9375cqw;
  font-weight: 700;
  color: #ff9e3f;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.ip-persona .ip-traits .ip-trait p {
  font-size: 0.859375cqw;
  line-height: 1.4;
  color: #333;
}

.ip-tonality .ip-title {
  position: absolute;
  top: 10.15625cqw;
  left: 4.1666666667cqw;
  width: 55.2083333333cqw;
  font-size: 2.0833333333cqw;
  font-weight: 700;
  line-height: 1.2;
}
.ip-tonality .ip-cols {
  position: absolute;
  left: 4.1666666667cqw;
  right: 4.1666666667cqw;
  top: 19.7916666667cqw;
}
.ip-tonality .ip-cols .ip-row-label {
  font-size: 0.8333333333cqw;
  line-height: 1.25;
  padding: 0.7291666667cqw 0;
}
.ip-tonality .ip-cols .ip-grid {
  display: grid;
  grid-template-columns: 8.8541666667cqw repeat(4, 1fr);
  column-gap: 1.5625cqw;
  align-items: start;
}
.ip-tonality .ip-cols .ip-heads {
  border-top: 0.078125cqw solid #cfcfcf;
  border-bottom: 0.078125cqw solid #cfcfcf;
}
.ip-tonality .ip-cols .ip-heads h4 {
  margin: 0;
  padding: 2.0833333333cqw 0;
  font-size: 1.3541666667cqw;
  font-weight: 500;
  color: #ff9e3f;
  text-transform: uppercase;
  line-height: 1.15;
}
.ip-tonality .ip-cols .ip-descs {
  margin-top: 2.3958333333cqw;
}
.ip-tonality .ip-cols .ip-descs .ip-row-label {
  padding-top: 0;
}
.ip-tonality .ip-cols .ip-descs p {
  font-size: 0.8854166667cqw;
  line-height: 1.45;
  text-align: center;
}

.ip-messaging {
  text-align: center;
}
.ip-messaging .ip-kicker {
  position: absolute;
  top: 6.25cqw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0416666667cqw;
}
.ip-messaging .ip-msg-lead {
  position: absolute;
  top: 8.59375cqw;
  left: 50%;
  transform: translateX(-50%);
  width: 57.2916666667cqw;
  font-size: 1.3541666667cqw;
  font-weight: 700;
  line-height: 1.3;
}
.ip-messaging .ip-bigtype {
  position: absolute;
  top: 18.75cqw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.1666666667cqw;
  font-weight: 700;
  color: #ff9e3f;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.ip-messaging .ip-pillars {
  position: absolute;
  left: 4.1666666667cqw;
  right: 4.1666666667cqw;
  top: 29.1666666667cqw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.6041666667cqw;
  text-align: left;
}
.ip-messaging .ip-pillars .ip-pillar .ip-pk {
  font-size: 0.8854166667cqw;
  color: #555;
  margin-bottom: 0.2083333333cqw;
}
.ip-messaging .ip-pillars .ip-pillar h4 {
  margin: 0 0 0.9375cqw;
  font-size: 1.1458333333cqw;
  font-weight: 700;
}
.ip-messaging .ip-pillars .ip-pillar img {
  width: 100%;
  height: 15.625cqw;
  object-fit: cover;
  border-radius: 0.3125cqw;
  display: block;
}

.ip-rooted .ip-rooted-graphic {
  position: absolute;
  top: 10.15625cqw;
  left: 0;
  width: 100%;
}
.ip-rooted .ip-rooted-foot {
  position: absolute;
  left: 4.1666666667cqw;
  bottom: 4.9479166667cqw;
  width: 42.7083333333cqw;
}
.ip-rooted .ip-rooted-foot .ip-kicker {
  font-size: 1.5625cqw;
  margin-bottom: 1.4583333333cqw;
}
.ip-rooted .ip-rooted-foot p {
  font-size: 1.875cqw;
  font-weight: 700;
  line-height: 1.25;
}

.ip-positioning .ip-kicker {
  position: absolute;
  top: 10.15625cqw;
  left: 4.1666666667cqw;
  font-size: 1.5625cqw;
}
.ip-positioning .ip-pos-title {
  position: absolute;
  top: 13.28125cqw;
  left: 4.1666666667cqw;
  width: 53.125cqw;
  font-size: 2.2916666667cqw;
  font-weight: 700;
  line-height: 1.22;
}
.ip-positioning .ip-pos-grid {
  position: absolute;
  left: 4.1666666667cqw;
  right: 4.1666666667cqw;
  top: 29.1666666667cqw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.125cqw;
  row-gap: 3.125cqw;
}
.ip-positioning .ip-pos-grid h4 {
  margin: 0 0 0.7291666667cqw;
  font-size: 1.3541666667cqw;
  font-weight: 600;
  color: #ff9e3f;
  text-transform: uppercase;
  line-height: 1.15;
}
.ip-positioning .ip-pos-grid p {
  font-size: 1.1458333333cqw;
  line-height: 1.35;
}

.ip-story {
  display: flex;
}
.ip-story .ip-story-left {
  position: relative;
  width: 47%;
  background-color: #ff9e3f;
  flex-shrink: 0;
}
.ip-story .ip-story-photo {
  width: 53%;
  object-fit: cover;
}
.ip-story .ip-story-copy {
  position: absolute;
  left: 4.1666666667cqw;
  top: 50%;
  transform: translateY(-50%);
  width: 32.2916666667cqw;
  font-size: 1.875cqw;
  line-height: 1.4;
}
.ip-story .ip-story-copy b {
  font-weight: 700;
}

@media (max-width: 767px) {
  .intro-pages {
    padding: 1.5625cqw 0;
  }
}

/*# sourceMappingURL=style.css.map */
