:root {
  --cosmic-lush: #c285ca;
  --blue-glow: #67d1cd;
  --dead-sol: #3e3e3e;
  --bone-in: #f2f1ee;
  --midnight-plum: #615c89;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --waves-library--black: black;
  --dirty-void: #635240;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: var(--waves-library--white);
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--stroke: #e3e3e3;
  --waves-library--white: white;
  --waves-library--background: #faebe3;
  --size: 0px;
  --walsh--black: #2c2c2c;
}

body {
  color: #333;
  background-color: #1a0633;
  font-family: Upheavtt, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8em;
  line-height: 44px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-2 {
  z-index: 6;
  aspect-ratio: auto;
  text-align: left;
  max-width: 100%;
  margin: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg-video-wrapper {
  aspect-ratio: auto;
  background-color: #f2f1ee00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  scale: .8;
}

.bg-video-border-wrapper {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.zoom-hero-icon {
  z-index: 99;
  opacity: 0;
  width: 35vw;
  position: absolute;
}

.bg-video-inner-wrapper {
  width: 700px;
  height: 650px;
  margin: auto;
  padding-left: 0;
  transition: opacity .2s;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.sticky-background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: -15% 0% 0%;
}

.body-2 {
  box-sizing: border-box;
  background-color: var(--bone-in);
  color: var(--dead-sol);
  -webkit-text-fill-color: inherit;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c6452f737d1ddcf5d1bff5_arrow.png") 10 10, auto;
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68a959e40621cdafe63d33eb_Frame.webp");
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  overflow: hidden visible;
}

.navbar-2 {
  z-index: 11;
  pointer-events: none;
  padding: 0 2.5em 5em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-left {
  width: 13.75rem;
  padding-right: 2.5em;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_icon {
  grid-row-gap: .25em;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -.25em;
  display: flex;
  position: relative;
  scale: 2;
}

.nav-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  pointer-events: auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.menu_line {
  background-color: #fff;
  width: 2em;
  height: 2px;
}

.menu_line.menu_line-4 {
  opacity: 0;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c62256bdac6f28d55a9a16_hand.png"), auto;
}

.menu_line.menu_line-3 {
  opacity: 0;
}

.menu_line.menu_line-2 {
  background-color: var(--bone-in);
}

.menu_line.menu_line-1 {
  background-color: var(--bone-in);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.menu_button {
  z-index: 2;
  grid-column-gap: .75em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: -1em;
  padding: .75em 1em;
  font-size: .75em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.logo_link {
  pointer-events: auto;
  cursor: none;
}

.logo_link.w--current {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.menu_line-wrapper {
  position: absolute;
  transform: rotate(45deg);
}

.menu_line-wrapper.menu_line-wrapper-2 {
  transform: rotate(-45deg);
}

.menu_content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  max-height: 100%;
  display: flex;
}

.padding_global {
  padding: 8em 2.5em;
}

.padding_global.padding_menu {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 0;
  overflow: auto;
}

.menu_content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-txt {
  font-size: 4em;
  line-height: 1;
}

.menu {
  z-index: 10;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_bg {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.arrow-icon {
  width: .75em;
  min-width: 8px;
  height: .75em;
  min-height: 8px;
}

.nav_number {
  width: 2em;
  font-size: .75em;
}

.menu-nav {
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.nav_link-left {
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 57.5em;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-2 {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
}

.logo-6 {
  height: auto;
  min-height: auto;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-color: #000000ab;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-slide-mask {
  width: 33.33%;
  margin-bottom: 100px;
  padding-bottom: 40px;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  text-align: center;
  text-align: center;
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dead-sol);
  mix-blend-mode: normal;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: none;
  inset: 90% 0% 0 50%;
}

.speaker-arrow.left {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  inset: 90% 0 0 50%;
  margin-top: 0;
  margin-left: -100px;
  margin-right: 0;
  inset: 90% 0 0 50%;
  overflow: hidden;
}

.speaker-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68e1382567c0bb8404498a2c_WhatsApp%20Image%202025-10-04%20at%2020.34.24_236eee96.webp");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.six {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/6884db20b605f45008d96ac2_Justine_Foung_Professional_Head_Shot_optimized_4000.webp");
  background-position: 50%;
  background-size: cover;
}

.speaker-image.three {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68da296fd419efe247844959_Jacki%20business%20headshot.webp");
  background-position: 50%;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68da297718b69de54672cbbe_Daphne%20Lam.webp");
  background-position: 50%;
}

.speaker-image.two {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/6944988adacf0bbbffe16d04_IMG_0551.jpg");
}

.speaker-image.seven {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68e1a007487e2e6ac6aa65a0_Thikho_Portfolio_HEADSHOT.webp");
  background-position: 50%;
  width: 101%;
}

.speaker-image.five {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68e1382a13023b8399eccb34_WhatsApp%20Image%202025-10-04%20at%2020.35.29_9e9c70c2.webp");
}

.speaker-image._8 {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/691662defd305c12ce170506_WhatsApp%20Image%202025-11-14%20at%2004.22.28_7e0b1582.jpg");
}

.speaker-image.eight {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/69449c56d48a8aad2422bf25_IMG_0552.jpg");
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.speaker-slide {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  color: var(--dead-sol);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bone-in);
  text-shadow: 4px 1px 1px var(--bone-in);
  font-size: 64px;
  position: relative;
}

.button-2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--dead-sol);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--dead-sol);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--dead-sol);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--dead-sol);
  color: var(--dead-sol);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.slide-image {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.6em;
}

.body-display.large.swipe {
  color: var(--dead-sol);
}

.slide-arrow {
  width: 18px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-7.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

.hero-rotate-base {
  z-index: 1;
  perspective: 200vw;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 100vh;
  margin-top: 5%;
  display: flex;
  position: absolute;
  inset: -12% 0% 0% 15%;
  overflow: visible;
}

.image-fill {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-5 {
  z-index: 10;
  background-color: #f2f1ee;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: -5px;
}

.div-block-5.preloader {
  z-index: 12;
  background-color: var(--waves-library--black);
  -webkit-text-fill-color: inherit;
  z-index: 12;
  background-clip: border-box;
  background-color: var(--waves-library--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
}

.background-video-2 {
  text-align: left;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
}

.padding-global {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.main-wrapper-3.max-width-full {
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
}

.header-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-4:active {
  transform: scale(.95);
}

.button-4.w--current {
  border-radius: 100rem;
}

.button-4.is-alternate {
  background-color: var(--dead-sol);
  color: var(--bone-in);
  background-color: var(--dead-sol);
  border-style: solid;
  border-color: #fff;
}

.heading-style-h1 {
  letter-spacing: 2px;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h1.text-allcaps {
  color: var(--blue-glow);
  text-shadow: 5px 8px 1px var(--dirty-void);
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 8rem;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-size-large-3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-large-3.weight-normal {
  font-weight: 400;
}

.text-size-large-3.weight-normal.z-index-2 {
  z-index: 2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--dead-sol);
  text-align: center;
  text-shadow: 3px 1px 1px var(--cosmic-lush);
  object-fit: fill;
  z-index: 2;
  text-align: center;
  object-fit: fill;
  width: 80vw;
  height: 100%;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 6vh;
  position: relative;
}

.header-image-wrapper {
  border-radius: 6px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.header-image-wrapper.is-image-1 {
  width: 22vw;
}

.header-image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header-image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header-image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header-image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header-image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header-content {
  align-items: center;
  max-width: 65rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #131313;
  text-align: center;
  background-color: #0000;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-secondary:active {
  transform: scale(.95);
}

.button-secondary.is-alternate {
  border-color: var(--dead-sol);
  color: var(--dead-sol);
  border-color: var(--dead-sol);
}

.container-large-2 {
  width: 100%;
  max-width: 105vw;
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.header-component {
  height: 300vh;
  position: relative;
}

.header-content-wrapper {
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-images-wrapper.images-wrapper-right {
  z-index: 0;
  z-index: 0;
  inset: 0% 0% 0% auto;
  inset: 0% 0% 0% auto;
}

.header-image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header-ix-trigger {
  z-index: -1;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.rt-component-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rt-component-section.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section.rt-marquee-testemonial.rt-testemonial-v-eight {
  padding-top: 23px;
}

.rt-color-white {
  color: #fff;
}

.rt-marquee-train-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  font-family: Upheavtt, sans-serif;
}

.rt-marquee-text {
  color: #dedede;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100px;
}

.rt-about-one-video-marque {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% -24px;
}

.rt-marquee-two {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-1 {
  color: var(--dead-sol);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle {
  color: var(--dead-sol);
  text-align: center;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 600px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--bone-in), #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, var(--bone-in), #faebe300);
  background-image: linear-gradient(0deg, var(--bone-in), #faebe300);
  inset: auto 0% -1px;
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-services-animated {
  flex-direction: column;
  width: 80vw;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.image-service-animated {
  z-index: 10;
  object-fit: cover;
  border-radius: 8px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-100 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-service-animated {
  opacity: 1;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

.section-9 {
  padding-top: 0;
  padding-bottom: 140px;
}

.no-margins {
  color: var(--cosmic-lush);
  text-align: center;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--cosmic-lush);
  text-shadow: 5px 5px 1px var(--dead-sol);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8em;
  line-height: 80px;
}

.container-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.big-text-service-animated {
  color: var(--dead-sol);
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 110%;
  overflow: hidden;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 50vh;
  position: relative;
}

.views_image {
  filter: grayscale(30%);
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.views_text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -45vh;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.padding-global-2 {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-size-small-3 {
  font-size: .875rem;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section_views {
  z-index: 1;
  position: relative;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.padding-bottom-3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.item {
  object-fit: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.image-6 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.rt-component-container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  scale: 1;
}

.rt-component-section-5 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  width: 100%;
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.rt-component-section-5.rt-accordion-v-six {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 50px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  background-color: var(--blue-glow);
  color: var(--dead-sol);
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bone-in);
  -webkit-text-fill-color: inherit;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-clip: border-box;
  background-color: var(--blue-glow);
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bone-in);
  -webkit-text-fill-color: inherit;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-clip: border-box;
  min-width: 200px;
  font-family: Upheavtt, sans-serif;
  font-size: 30px;
}

.waves---main-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  place-items: center stretch;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: visible;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--dead-sol);
  color: var(--bone-in);
  cursor: auto;
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-family: Upheavtt, sans-serif;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--bone-in);
}

.waves-text-field-background.message {
  color: var(--waves-library--white);
  text-align: left;
  text-align: left;
  height: 120px;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---heading-2-no-margins {
  color: var(--dead-sol);
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Upheavtt, sans-serif;
  font-size: 2em;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  color: var(--dead-sol);
  flex-direction: column;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---field-label {
  color: var(--dead-sol);
  font-family: Upheavtt, sans-serif;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---checkbox {
  border-top-color: var(--waves-library--black);
  border-right-color: var(--waves-library--black);
  border-bottom-color: var(--waves-library--black);
  border-left-color: var(--waves-library--black);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  color: var(--dead-sol);
  font-family: Upheavtt, sans-serif;
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.rt-overflow-none-2, .rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-overflow-hidden-2.rt-radious-ten-2 {
  border-radius: 10px;
}

.rt-color-white-2 {
  color: #fff;
}

.rt-marquee-train-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.rt-marquee-text-3 {
  color: #dedede;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100px;
}

.rt-about-one-video-text-2 {
  z-index: 3;
  background-color: #15111c1a;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-play-pause-button-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  position: static;
}

.rt-heading-six-10 {
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.rt-heading-six-10.rt-text-color-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-six-10.rt-text-color-white-2.rt-about-one-video-text-rotate {
  letter-spacing: 2px;
  letter-spacing: 2px;
  font-family: Upheavtt, sans-serif;
  font-size: 30px;
  transform: rotate(-90deg);
}

.rt-background-video-2 {
  aspect-ratio: 2.39;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-about-one-video-linear-gradient-2 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #15111c 14%, #15111c33 60%);
  position: absolute;
  inset: 0%;
}

.rt-about-one-video-marque-2 {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% -24px;
}

.rt-marquee-two-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-position-relative-2 {
  position: relative;
}

.rt-text-color-white-2 {
  color: #fff;
}

.rt-radious-ten-2 {
  border-radius: 10px;
}

.rt-radious-ten-2.rt-overflow-hidden-2, .rt-background-dark-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-video-wrap-2 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: relative;
}

.rt-lightbox-video-2 {
  position: absolute;
}

.rt-lightbox-video-2.rt-play-pause-button-2 {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.rt-large-text-marquee-one {
  overflow: hidden;
}

.rt-large-text-marquee-text-wrap {
  color: #757575;
  letter-spacing: -2px;
  white-space: nowrap;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 5rem;
}

.rt-text-stroke {
  color: #e6e6ee00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--cosmic-lush);
}

.rt-category-cards-text-2 {
  color: var(--bone-in);
  text-transform: capitalize;
  font-family: Upheavtt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-accordion-answer-wrap {
  background-color: var(--dead-sol);
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer {
  color: var(--bone-in);
  letter-spacing: 2px;
  padding-top: 20px;
  font-family: Upheavtt, sans-serif;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--bone-in);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block {
  background-color: var(--dead-sol);
  color: var(--bone-in);
  border-radius: 10px;
  width: 40vw;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-plus {
  width: 50px;
  max-width: 100%;
  overflow: clip;
}

.rt-plus.svg {
  color: var(--bone-in);
  display: inline-flex;
}

.rt-question-icon {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.button-5 {
  z-index: 2;
  box-sizing: border-box;
  background-color: var(--dead-sol);
  box-shadow: 0 2px 5px 0 var(--bone-in);
  color: var(--bone-in);
  object-fit: fill;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  border-radius: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-left: 0;
  font-size: 1.5vw;
  display: flex;
  position: static;
  top: 80%;
  scale: 1.5;
}

.button-5:hover {
  background-color: var(--cosmic-lush);
  color: var(--bone-in);
  scale: 1.7;
}

.button-5.portfolio {
  margin-left: 0;
  font-size: 1.5vw;
  position: static;
  left: auto;
}

.button-5.nav {
  object-fit: cover;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  margin-top: 0%;
  padding: 9px 10px;
  scale: 1.2;
}

.text-block-9 {
  color: var(--midnight-plum);
  font-family: Upheavtt, sans-serif;
}

.heading-6 {
  color: #333;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Upheavtt, sans-serif;
}

.heading-6.shadow {
  color: var(--midnight-plum);
  letter-spacing: 6px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dead-sol);
  text-shadow: 5px 5px 1px var(--dead-sol);
  font-weight: 400;
  line-height: 50px;
}

.heading-6.shadow.blue {
  color: var(--blue-glow);
  -webkit-text-stroke-width: 0px;
  text-shadow: 5px 5px 1px var(--dead-sol);
  -webkit-text-stroke-width: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.back-to-top {
  z-index: 8;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.st_button {
  color: #fff;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  border: 0 solid #000;
  border-radius: 5rem;
  padding: .75rem;
}

.hide {
  display: none;
}

.image-8 {
  flex: 0 auto;
  max-width: none;
  height: 150px;
  overflow: clip;
}

.flex-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
  position: relative;
  overflow: visible;
}

.image-9 {
  max-width: none;
  height: 150px;
}

.text-block-10 {
  color: var(--dead-sol);
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-6.phone {
  display: none;
}

.rt-border-radius-six-4 {
  border-radius: 6px;
}

.rt-60-vh-4 {
  border-radius: 20px;
  height: auto;
}

.rt-sticky-4 {
  box-shadow: 10px 10px 10px 0 var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 20px;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky-4.rt-background-dark-4 {
  box-shadow: 10px 10px 10px 0 var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  box-shadow: 10px 10px 10px 0 var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 20px;
}

.rt-project-content-4 {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/687df1dd928158d21dfc68cb_2d7463ceb4bc32eeb825d894a46de944_Service%20Image%20One.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 60vh;
  position: relative;
}

.rt-project-content-4.rt-border-radius-six-4 {
  border-radius: 6px;
}

.rt-project-content-4.rt-border-radius-six-4.rt-one {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68b873f8f37f48da269fb718_Creative%20Direction%20Card.webp");
  background-position: 50%;
  background-size: 110%;
}

.rt-project-content-4.rt-border-radius-six-4.rt-two {
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68b878f3456e4c77014d2418_Production%20Design%20Card.webp");
  background-position: 50%;
  background-size: 110%;
  width: auto;
}

.rt-project-content-4.rt-border-radius-six-4.rt-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cosmic-lush);
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 65vh;
  padding: 20px;
  display: grid;
}

.rt-project-content-4.rt-border-radius-six-4.rt-three.creative {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-glow);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 700px;
  padding: 0;
  display: flex;
}

.rt-project-content-4.rt-border-radius-six-4.rt-three.pd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-plum);
  flex-flow: row;
  grid-auto-flow: row;
  height: 700px;
  padding: 0;
  display: flex;
}

.rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--dead-sol);
  grid-auto-flow: row;
  height: 700px;
  padding: 0;
  display: flex;
}

.rt-background-dark-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-component-container-6 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.rt-component-section-7 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-marque-wrap-big-oppsite-2 {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-two-text-marquee-section-2 {
  overflow: hidden;
}

.rt-marque-text-two-2 {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.code-embed-3 {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  width: 4vw;
}

.heading-11 {
  color: var(--bone-in);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-shadow: 5px 5px 1px var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Upheavtt, sans-serif;
  font-size: 6.9em;
  font-weight: 300;
  line-height: .7em;
}

.heading-11.pd {
  color: var(--bone-in);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-shadow: 5px 5px 1px var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  margin-bottom: 40px;
  font-size: 7em;
}

.image-16 {
  width: 250px;
  max-width: none;
  height: auto;
  margin: 0 20px 0 0;
  overflow: clip;
}

.paragraph {
  color: var(--bone-in);
  text-shadow: 3px 3px 1px var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  font-family: Upheavtt, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.paragraph.p-shadow {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 3em;
  line-height: 1em;
  overflow: visible;
}

.paragraph.p-shadow.dark-p {
  color: var(--dead-sol);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bone-in);
  text-shadow: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bone-in);
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-left: 20px;
  font-size: 3em;
  line-height: 1em;
  display: block;
}

.button-7 {
  background-color: var(--bone-in);
  box-shadow: 5px 5px 5px 0 var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  color: var(--dead-sol);
  border-radius: 8px;
  font-family: Upheavtt, sans-serif;
}

.button-7.dark-button {
  background-color: var(--dead-sol);
  color: var(--bone-in);
}

.button-7.dark-button.hover {
  background-color: var(--bone-in);
  color: var(--dead-sol);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bone-in);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-color: var(--bone-in);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bone-in);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  margin-left: 20px;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button-7.hover {
  color: var(--dead-sol);
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  width: auto;
  margin-left: 20px;
  font-family: Garp Sans Wide, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button-7.hover.dark-button {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  margin-top: 40px;
}

.div-block-18 {
  grid-column-gap: 0%;
  grid-row-gap: 10%;
  flex-flow: column;
  grid-template-rows: auto 25% auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  margin: 40px 20px;
  display: grid;
}

.div-block-18.full {
  grid-column-gap: 5%;
  grid-row-gap: 10%;
  grid-column-gap: 5%;
  grid-row-gap: 10%;
  grid-template-columns: 1.5fr 1fr;
}

.code-embed-6 {
  color: var(--bone-in);
  max-width: 100%;
  display: inline-flex;
  position: absolute;
}

.code-embed-6.rt-minus {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.code-embed-7 {
  color: var(--bone-in);
  width: 50px;
  max-width: 100%;
  display: inline-flex;
  overflow: clip;
}

.code-embed-7.rt-plus {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.heading-12 {
  color: var(--bone-in);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dead-sol);
  position: relative;
  top: -14px;
}

.footer {
  background-color: var(--dead-sol);
  height: auto;
}

.text-block-13 {
  color: var(--bone-in);
  text-align: center;
  font-size: 1.5vw;
  text-decoration: none;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
}

.flex-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.image-18, .image-19, .image-20 {
  width: auto;
  height: 50px;
}

.link-block-4, .link-block-5 {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.text-block-14 {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-align: center;
  margin-top: 40px;
  margin-bottom: -18px;
  font-size: 2vw;
}

.flex-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-between;
  align-items: end;
  margin-top: 50px;
  font-size: 1.3vw;
  display: grid;
}

.text-block-15 {
  color: var(--bone-in);
  text-align: center;
  font-size: 1.7vw;
}

.link-5 {
  color: var(--bone-in);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bone-in);
  text-decoration-color: var(--bone-in);
}

.div-block-19 {
  z-index: 8;
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 85%;
}

.link-6 {
  color: var(--blue-glow);
  text-decoration: none;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.f-lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.f-track {
  cursor: pointer;
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.f-track.video-element {
  border-radius: 40px;
  height: 10px;
  margin-top: 12px;
  position: relative;
}

.f-video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.f-vimeo-player {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.f-video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.f-video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.f-video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.f-video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.f-video-player-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-video-player-wrapper.custom {
  width: 80%;
  max-width: none;
  display: flex;
}

.f-video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.f-video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68e0f74e4b00f3655a535a03_Background.webp");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.f-video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.f-play-button-icon {
  display: flex;
}

.f-flowplay-video-wrapper {
  background-color: #0f0f0f;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.f-flowplay-video-wrapper.shadow {
  z-index: 0;
  z-index: 0;
}

.f-video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-video-controls-wrapper.player_1 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: stretch;
}

.f-trackinner {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.f-control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.f-control-button.hide-desktop {
  display: none;
}

.f-control-button.is-padding {
  padding: .6rem;
  display: block;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.f-fullscreen {
  display: flex;
}

.f-vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-vimeo-video-element.fp {
  aspect-ratio: 16 / 9;
  aspect-ratio: 16 / 9;
}

.f-video-play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-video-play-overlay.is-gradient {
  background-image: linear-gradient(#08080866, #02020200 12%, #1110 91%, #080808);
  overflow: hidden;
}

.f-video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.f-video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.f-video-dropdown {
  position: relative;
}

.f-html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.f-html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.f-play-button {
  z-index: 99999;
  color: #0f0a1b;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 9px;
  display: flex;
  position: relative;
}

.f-video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-video-element {
  color: #fff9f9;
}

.f-video-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.f-video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.bold-text-2 {
  letter-spacing: 2px;
  font-family: Upheavtt, sans-serif;
}

.bold-text-3 {
  letter-spacing: 2px;
  font-family: Upheavtt, sans-serif;
  font-size: 16px;
}

.video_wrapper {
  box-shadow: none;
  display: block;
}

.video_list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.video_item {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.code-embed-8 {
  z-index: 0;
  object-fit: contain;
  position: absolute;
}

.video_vimeo {
  z-index: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .3s, opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_cover-media {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  position: absolute;
  inset: 0%;
}

.video_thumbnail-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_thumbnail-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_button {
  z-index: 3;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
}

.video_button-bg {
  z-index: 1;
  opacity: .34;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
}

.video_button-icon {
  z-index: 2;
  border: 0 solid #815e5e;
  width: 40%;
  height: 40%;
  position: relative;
  transform: translate(5%);
}

.code-embed-9 {
  object-fit: cover;
  width: auto;
  height: auto;
  position: absolute;
}

.div-block-22 {
  box-shadow: 20px 20px 20px 0 var(--dead-sol);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
}

.div-block-23 {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.cs-top {
  flex-direction: column;
  justify-content: center;
}

.cs-middle {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.image-22 {
  width: 100%;
}

.cs-slider-nav {
  display: none;
}

.cs-slider {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  background-color: #ddd0;
  height: auto;
}

.cs-slider-arrow {
  display: none;
}

.cs-row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: 30vh;
}

.d--100 {
  color: var(--blue-glow);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 8px 1px 1px var(--dead-sol);
  margin-left: -7px;
  font-size: 8rem;
  font-weight: 400;
  line-height: .97;
}

.cs-page-title {
  z-index: 2;
  position: absolute;
}

.cs-page-title.position-bot {
  z-index: -1;
  bottom: -9.5rem;
}

.cs-page-title.postion--top {
  z-index: -1;
  top: -9.5rem;
}

.cs-contact-list {
  display: block;
}

.link-7 {
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link-7:hover {
  opacity: .6;
}

.cs-img-wrap {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.cs-logo {
  letter-spacing: -.015em;
  max-width: 104px;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: block;
}

.cs-page-titles {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-bot {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cs-slider-mask {
  height: auto;
}

.cs-page-wrapper {
  text-align: center;
  width: 100%;
  height: 100vh;
  margin-top: 10px;
  padding: 3rem 2rem;
}

.image-24 {
  cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.container-4 {
  position: absolute;
}

.loader-round_component {
  grid-column-gap: .25rem;
  border: .25rem solid #28272980;
  border-radius: 50rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  min-width: 10rem;
  max-width: 12rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
}

.battery-round_power-unit {
  background-color: #8f00ff;
  width: 100%;
  height: 100%;
}

.battery-round_power-unit.is-first {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.battery-round_power-unit.is-last {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.flex-block-6 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bg-video-inner-wrapper {
    height: 650px;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .col {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: auto;
    height: 100vh;
    min-height: auto;
    display: flex;
  }

  .horizontal-scroll {
    justify-content: center;
    align-items: center;
  }

  .speaker-image.six {
    background-position: 50%;
  }

  .footer-bottom-logo {
    max-width: none;
    height: 100%;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: 570px;
  }

  .rt-contact-three-left-box {
    max-width: 600px;
  }

  .waves---subtitle {
    color: var(--dead-sol);
    font-size: 35px;
    line-height: 40px;
  }

  .rt-footer-one-new {
    padding-top: 210px;
  }

  .rt-footer-image-one, .rt-footer-image-three, .rt-footer-image-two, .rt-footer-image-four {
    display: block;
    overflow: hidden;
  }

  .item {
    padding: 0;
  }

  .rt-sticky-4 {
    top: 50px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .paragraph.p-shadow.dark-p {
    width: 120%;
  }

  .div-block-18, .div-block-18.full {
    grid-row-gap: 10%;
  }

  .div-block-18.full {
    grid-row-gap: 10%;
  }

  .div-block-18.creative {
    grid-row-gap: 5%;
  }

  .div-block-18.p {
    grid-row-gap: 0%;
  }

  .section-11 {
    margin-top: 0;
  }

  .cs-row {
    top: 40vh;
  }
}

@media screen and (min-width: 1440px) {
  .bg-video-inner-wrapper {
    height: 650px;
  }

  .body-2 {
    background-color: var(--dead-sol);
    color: var(--bone-in);
  }

  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .section-7.home-hero-section {
    min-height: 60vh;
  }

  .image-fill {
    overflow: hidden;
  }

  .clip-2 {
    position: relative;
    inset: 14% 0% -46%;
  }

  .hero-rotate-item.radius-regular {
    overflow: hidden;
  }

  .note-5 {
    width: 3.333vw;
  }

  .button-snap {
    width: 11.111vw;
    height: 3.333vw;
  }

  .cookie-third, .cookie-first {
    width: 10.972vw;
  }

  .button-circle {
    width: 2.778vw;
    height: 2.778vw;
  }

  .star-first {
    width: 3.194vw;
  }

  .star-third {
    width: 8.958vw;
  }

  .lines-2 {
    width: 12.153vw;
  }

  .note-4 {
    width: 1.667vw;
  }

  .note-1 {
    width: 2.361vw;
  }

  .lines-1 {
    width: 12.153vw;
  }

  .snap-bottom-gradient {
    height: 40%;
  }

  .photo-lines-right {
    width: 5.417vw;
  }

  .star-second {
    width: 6.667vw;
  }

  .note-3 {
    width: 4.028vw;
  }

  .text-mask-snap {
    height: 10.417vw;
    padding-top: 1.302vw;
    padding-bottom: 1.302vw;
  }

  .note-6 {
    width: 1.667vw;
  }

  .cookie-second {
    width: 16.458vw;
  }

  .snap-top-gradient {
    height: 35%;
  }

  .text-snap-large {
    letter-spacing: -1.042vw;
    font-size: 13.889vw;
    line-height: 80%;
  }

  .text-snap-large.second-layer {
    pointer-events: auto;
    text-align: center;
  }

  .text-snap-large.first-layer {
    letter-spacing: -8px;
  }

  .photo-lines-left {
    width: 5.417vw;
  }

  .note-2 {
    width: 2.639vw;
  }

  .star-fourth {
    width: 4.444vw;
  }

  .background-video-2 {
    overflow: hidden;
  }

  .heading-style-h1.text-allcaps {
    color: var(--blue-glow);
  }

  .text-size-large-3.weight-normal.z-index-2 {
    width: auto;
  }

  .rt-marquee-text-2 {
    color: var(--bone-in);
  }

  .rt-project-content.rt-border-radius-six.rt-one {
    background-image: none;
  }

  .waves---subtitle {
    color: var(--dead-sol);
  }

  .rt-footer-image-overlay {
    background-color: #462720;
    position: absolute;
    inset: 0%;
  }

  .rt-footer-image-one {
    overflow: hidden;
  }

  .rt-footer-image-three {
    left: -40%;
    overflow: hidden;
  }

  .rt-footer-image-two, .rt-footer-image-four {
    overflow: hidden;
  }

  .div-block-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .d--100 {
    font-size: 8.4rem;
    line-height: .85;
  }

  .cs-page-title.position-bot {
    bottom: -10rem;
  }

  .cs-page-title.postion--top {
    top: -10rem;
  }

  .cs-img-wrap {
    max-width: 28rem;
  }
}

@media screen and (min-width: 1920px) {
  .body-2 {
    aspect-ratio: auto;
    background-color: var(--bone-in);
    color: var(--dead-sol);
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .name {
    white-space: normal;
  }

  .video-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 60vw;
    min-width: auto;
    height: 50vh;
  }

  .padding_global.padding_menu {
    padding-top: 7em;
  }

  .menu-nav {
    font-size: .8vw;
  }

  .speaker-image.six {
    background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/6884db20b605f45008d96ac2_Justine_Foung_Professional_Head_Shot_optimized_4000.webp");
    background-position: 50%;
    background-size: cover;
  }

  .speaker-slide {
    cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  }

  .button-2 {
    color: #000;
    border-color: #000;
  }

  .slide-image {
    justify-content: center;
    align-items: center;
    width: 25vw;
  }

  .body-display.large {
    text-align: center;
    text-align: center;
  }

  .hero-rotate-base {
    box-sizing: border-box;
  }

  .image-fill {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: auto;
    display: block;
    inset: 0%;
    overflow: hidden;
  }

  .note-5 {
    width: 2.6664vw;
  }

  .button-snap {
    width: 8.8888vw;
    height: 2.6664vw;
  }

  .cookie-third, .cookie-first {
    width: 8.7776vw;
  }

  .button-circle {
    width: 2.2224vw;
    height: 2.2224vw;
  }

  .star-first {
    width: 2.5552vw;
  }

  .star-third {
    width: 7.1664vw;
  }

  .lines-2 {
    width: 9.7224vw;
  }

  .note-4 {
    width: 1.3336vw;
  }

  .note-1 {
    width: 1.8888vw;
  }

  .lines-1 {
    width: 9.7224vw;
  }

  .photo-lines-right {
    width: 4.3336vw;
  }

  .star-second {
    width: 5.3336vw;
  }

  .note-3 {
    width: 3.2224vw;
  }

  .text-mask-snap {
    margin-top: 140px;
  }

  .note-6 {
    width: 1.3336vw;
  }

  .cookie-second {
    width: 13.1664vw;
  }

  .text-snap-large {
    font-size: 11.1112vw;
  }

  .text-snap-large.second-layer {
    font-size: 100px;
    line-height: 100px;
  }

  .photo-lines-left {
    width: 4.3336vw;
  }

  .note-2 {
    width: 2.1112vw;
  }

  .star-fourth {
    width: 3.5552vw;
  }

  .heading-style-h1.text-allcaps {
    color: var(--blue-glow);
  }

  .text-size-large-3.weight-normal.z-index-2 {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .header-content {
    max-width: 100%;
  }

  .text-align-center {
    text-align: left;
  }

  .rt-tag.rt-text-black {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-left-overlay {
    background-image: linear-gradient(90deg, var(--radiant-ui-components-library-marketplace--color--white), #1670f800);
    width: 20%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .rt-left-overlay.rt-right-overlay {
    background-image: linear-gradient(270deg, var(--radiant-ui-components-library-marketplace--color--white), #1670f800);
    background-image: linear-gradient(270deg, var(--radiant-ui-components-library-marketplace--color--white), #1670f800);
    left: auto;
    right: 0;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .rt-share-icon {
    margin-bottom: 0;
  }

  .rt-contact-three-left-box {
    margin-top: -10px;
  }

  .rt-contact-icon {
    margin-top: 13px;
  }

  .rt-contact-box-one.rt-contac-three-box-one.rt-box-three {
    margin-top: 10px;
  }

  .waves---subtitle {
    color: var(--dead-sol);
    font-size: 1.6vw;
    text-decoration: none;
  }

  .waves---limit-480 {
    width: auto;
    max-width: none;
    font-size: 1vw;
  }

  .waves-gallery-hero-1 {
    height: 800px;
  }

  .flex-heading-left.mg-bottom-100 {
    text-align: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  .no-margins {
    white-space: nowrap;
    line-height: 100px;
  }

  .heading {
    font-family: Upheavtt, sans-serif;
  }

  .rt-component-container-2 {
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .rt-60-vh-2 {
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .rt-sticky-2.rt-background-dark-2 {
    display: block;
  }

  .rt-project-content-2.rt-border-radius-six-2.rt-two, .rt-project-content-2.rt-border-radius-six-2.rt-three {
    width: 100vw;
    height: 100vh;
  }

  .rt-project-content-2.rt-border-radius-six-2.rt-two, .rt-project-content-2.rt-border-radius-six-2.rt-three {
    width: 100vw;
    height: 100vh;
  }

  .rt-project-content-2.rt-border-radius-six-2.rt-one {
    background-image: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/687df1dd928158d21dfc68d4_90e17ee6be312dc53678ad62bfc16043_Portfolio%203.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .rt-project-content-2.rt-border-radius-six-2.rt-two, .rt-project-content-2.rt-border-radius-six-2.rt-three {
    width: 100vw;
    height: 100vh;
  }

  .rt-footer-image-three {
    left: -50%;
  }

  .rt-footer-image-two {
    right: -45%;
  }

  .camera {
    overflow: hidden;
  }

  .item {
    flex: none;
    width: 100vw;
    height: 100vh;
    padding: 0;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .rt-component-container-4.rt-overflow-none-2 {
    overflow: visible;
  }

  .waves---cta-dark-2.wide-cta {
    background-color: var(--blue-glow);
    text-align: center;
    letter-spacing: 2px;
    background-color: var(--blue-glow);
    text-align: center;
    letter-spacing: 2px;
    min-width: 300px;
    height: 60px;
    font-size: 2em;
    line-height: 30px;
    text-decoration: none;
  }

  .waves-master-contact-1 {
    width: 100%;
  }

  .waves-form-block-contact-1 {
    width: 80vh;
    max-width: none;
  }

  .waves---form-contact-1 {
    justify-content: center;
  }

  .waves---field-label {
    font-size: 2em;
  }

  .waves---checkbox-field {
    font-size: 1vw;
  }

  .waves---checkbox {
    width: 30px;
    height: 30px;
  }

  .waves---checkbox-label {
    font-size: 1.5em;
  }

  .button-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    top: 80%;
  }

  .button-5.nav {
    cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
    cursor: url("https://cdn.prod.website-files.com/6854e53cbba96bb53ce06721/68c880eb1d719c674db2fa98_hover.png") 10 10, auto;
  }

  .flex-block {
    margin-bottom: 40px;
  }

  .rt-component-container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .rt-60-vh-4, .rt-sticky-4 {
    width: 1500px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: 700px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: 700px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: 700px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative {
    width: 1500px;
    height: 700px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: 700px;
  }

  .section-10 {
    background-size: cover;
  }

  .heading-9 {
    color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  }

  .button-7.dark-button.hover, .button-7.hover, .button-7.dark-button.hover, .button-7.dark-button.hover, .button-7.hover {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    font-size: 30px;
    display: flex;
  }

  .div-block-18 {
    grid-row-gap: 10%;
  }

  .heading-12 {
    top: -10px;
  }

  .div-block-19 {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
  }

  .f-video-player-wrapper.custom {
    width: 80%;
    max-width: none;
  }

  .f-video-subtitle {
    letter-spacing: 1px;
  }

  .f-video-title {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scene, .wheel {
    display: none;
  }

  .frame {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .knob-img {
    left: 0;
  }

  .mobile-message {
    color: var(--blue-glow);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 1.1;
    display: block;
  }

  .zoom-out-line-heading {
    text-align: center;
    font-size: 100px;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .zoom-hero-icon {
    width: 50vw;
  }

  .zoom-hero-heading {
    text-align: center;
    font-size: 100px;
  }

  .bg-video-inner-wrapper {
    width: 600px;
    height: 500px;
  }

  .hide-tablet {
    display: none;
  }

  .heading-xxlarge {
    font-size: 3.4375rem;
  }

  .is-width-50 {
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-custom1 {
    margin-top: 7rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home_three-wrapper-three {
    flex-direction: column;
  }

  .home_two-irhgt-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .main-wrapper.is-home {
    margin-top: 24rem;
  }

  .indented-heading.heading-xxlarge {
    text-indent: 10rem;
    text-indent: 10rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-small, .max-width-small.is-full, .max-width-small.is-full {
    max-width: 100%;
  }

  .relative {
    height: auto;
    min-height: 100vh;
  }

  .services-left-content {
    height: auto;
  }

  .service-title {
    font-size: 12vw;
  }

  .subhead-main {
    font-size: 29px;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    aspect-ratio: 1;
    height: auto;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-5 {
    font-size: 1.7vw;
  }

  .image-5 {
    top: auto;
    left: auto;
  }

  .nav-outer-wrap-2 {
    margin-bottom: -24px;
    padding-top: 47px;
    padding-bottom: 40px;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .nav-bar {
    background-color: #fff;
    padding-bottom: 2rem;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .super-text {
    text-align: center;
    font-size: 28vw;
  }

  .scroll-parent {
    inset: auto 0% 0% auto;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .nav-link.cta.mobile-hidden, .nav-link.brand.mobile-hidden, .nav-link.cta.mobile-hidden, .nav-link.cta.mobile-hidden, .nav-link.brand.mobile-hidden, .nav-link.brand.mobile-hidden {
    display: none;
  }

  .master-navigation-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .mobile-links {
    display: flex;
  }

  .col {
    grid-row-gap: 8px;
  }

  .nav-left {
    width: 11rem;
  }

  .logo-4 {
    min-height: 32px;
  }

  .menu_line.menu_line-2, .menu_line.menu_line-1, .menu_line.menu_line-2, .menu_line.menu_line-1 {
    width: 4em;
  }

  .menu_button {
    cursor: pointer;
    padding-right: 1rem;
  }

  .logo_link {
    cursor: auto;
  }

  .menu-nav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container {
    max-width: none;
    margin-top: 100px;
  }

  .logo-5 {
    min-height: 32px;
  }

  .logo-6 {
    min-height: auto;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-slider {
    width: 60%;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-7.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 60px;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

  .large-heading {
    font-size: 48px;
  }

  .albums-list {
    margin-top: 110vh;
  }

  .album-section.sticky {
    margin-top: -160vh;
  }

  .draggable_title_wrap {
    padding-bottom: 10%;
  }

  .draggable-width {
    width: 70%;
  }

  .draggable_circle {
    width: 36%;
  }

  .text-size-regular-2 {
    font-size: 1.1rem;
  }

  .home-service_card {
    border-bottom: 1px dashed #e7eeee;
    border-right-style: none;
    padding: 3rem 0;
  }

  .home-service-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-work-cms {
    padding-bottom: 4rem;
  }

  .home-service_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    width: 100%;
    left: 0%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .footer-menu {
    padding-bottom: 2rem;
  }

  .home-about-intro {
    max-width: 35rem;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid #e7eeee;
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .home-hero-block {
    min-height: 80vw;
    padding-bottom: 8rem;
  }

  .navbar_drop-content {
    max-height: 80vh;
    overflow: auto;
  }

  .navbar_drop-content.radius-regular {
    max-height: 65vh;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service_grid {
    padding-top: 8rem;
  }

  .note-5 {
    right: 0%;
  }

  .cookie-third, .cookie-first, .star-third {
    width: 100px;
  }

  .lines-2 {
    top: 40%;
    right: 15%;
  }

  .note-4 {
    top: 25%;
    right: 10%;
  }

  .note-1 {
    left: 15%;
  }

  .lines-1 {
    top: 40%;
    left: 15%;
  }

  .star-second {
    width: 70px;
  }

  .note-3 {
    left: 0%;
  }

  .note-6 {
    bottom: 25%;
    right: 0%;
  }

  .cookie-second {
    width: 140px;
  }

  .text-snap-large {
    font-size: 160px;
    line-height: 80%;
  }

  .note-2 {
    top: 50%;
    left: 0%;
  }

  .inertia-slide {
    width: 60vw;
  }

  .comp {
    width: 90%;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .stat-number {
    font-size: 4rem;
  }

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .heading-style-h1.text-allcaps {
    font-size: 7rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-3.weight-normal.z-index-2 {
    width: 90vw;
    font-size: 5vh;
  }

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header-image-wrapper.is-image-1 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-6, .header-image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header-image-wrapper.is-image-2, .header-image-wrapper.is-image-1 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-6, .header-image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    display: flex;
  }

  .about-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header-content-wrapper {
    height: auto;
  }

  .footer-bottom-logo {
    padding-top: 2rem;
  }

  .cta-heading-top, .cta-heading-bottom {
    font-size: 6rem;
  }

  .stats-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image {
    aspect-ratio: 3 / 2;
  }

  .rt-about-two-award-card-image-block {
    display: none;
  }

  .rt-award-card-background {
    border-radius: 30px;
  }

  .rt-about-two-award-card {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .rt-award-card-left-box-contain-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-marquee-text {
    font-size: 100px;
    line-height: 110px;
  }

  .rt-about-one-video-text {
    display: none;
  }

  .rt-play-pause-button {
    width: 80px;
    height: 80px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-background-video {
    height: 400px;
  }

  .rt-about-one-video-marque {
    bottom: -24px;
  }

  .rt-category-cards-text.rt-text-white, .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 60px;
  }

  .rt-marquee-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-marquee-big-text {
    font-size: 4.6rem;
    line-height: 5.225rem;
  }

  .rt-home-two-testimonial-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-tab-full-width-height-auto-2 {
    width: 100%;
    height: auto;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 90%;
  }

  .rt-tab-full-width-height-auto {
    width: 100%;
    height: auto;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-portfolio-product-name {
    bottom: 5%;
  }

  .rt-portfolio-round-text {
    display: none;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-form-three-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-client-text {
    font-size: 20px;
    line-height: 30px;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: none;
  }

  .rt-contact-three-left-box {
    width: 100%;
    max-width: none;
  }

  .rt-contact-box-one {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-marque-title {
    font-size: 4.6rem;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-footer-advence {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-footer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60px;
  }

  .fn-standard-dark-link {
    transition: none;
  }

  .fn-standard-dark-link:hover {
    opacity: 1;
    color: #1d1f1e;
  }

  .fn-social-link-dark {
    transition: none;
  }

  .fn-social-link-dark:hover {
    opacity: 1;
  }

  .fn-footer-image {
    height: 150px;
  }

  .fn-footer-image-2 {
    margin-top: 12px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .flex-heading-left.mg-bottom-100 {
    font-size: 2vw;
  }

  .big-text {
    font-size: 24px;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .services__container.container {
    padding-top: 7.5rem;
  }

  .services__wrapper.grid-main {
    grid-column: 1 / -1;
  }

  .services__content.grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-image-overlay {
    display: none;
  }

  .rt-footer-one-new {
    padding-top: 70px;
  }

  .rt-footer-heading {
    max-width: 550px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
  }

  .item {
    height: auto;
  }

  .rt-component-container-4 {
    max-width: none;
  }

  .rt-contact-two-form-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .rt-button-arrow-3 {
    width: 70px;
    height: 70px;
  }

  .rt-error-message-2, .rt-success-message-2 {
    padding: 10px;
  }

  .rt-smaller-text {
    text-align: left;
  }

  .waves---main-container-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .waves---heading-2-no-margins {
    font-size: 40px;
  }

  .waves---center-heading {
    font-size: 1vw;
  }

  .waves-form-block-contact-1 {
    width: 80vw;
    max-width: none;
  }

  .rt-marquee-text-3 {
    font-size: 100px;
    line-height: 110px;
  }

  .rt-about-one-video-text-2 {
    display: none;
  }

  .rt-play-pause-button-2 {
    width: 80px;
    height: 80px;
  }

  .rt-heading-six-10 {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-background-video-2 {
    height: 400px;
  }

  .rt-about-one-video-marque-2 {
    bottom: -24px;
  }

  .rt-large-text-marquee-text-wrap {
    font-size: 6rem;
  }

  .rt-sticky-3.rt-tab-sticky-off {
    position: static;
  }

  .rt-home-one-marquee-section-2 {
    padding-bottom: 60px;
  }

  .rt-marquee-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-marquee-big-text-2 {
    font-size: 4.6rem;
    line-height: 5.225rem;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .button-5, .button-5.portfolio, .button-5.portfolio {
    font-size: 2vw;
  }

  .image-8 {
    width: 20%;
    height: auto;
  }

  .image-8.ufo {
    width: 20%;
  }

  .flex-block {
    font-size: 1.2vw;
  }

  .image-9 {
    width: 20%;
    height: auto;
  }

  .image-9.ufo {
    width: 20%;
  }

  .rt-category-cards-text-3.rt-text-white-5 {
    max-width: none;
  }

  .rt-60-vh-4 {
    height: 600px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 600px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 600px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-logos-wrapper {
    width: auto;
  }

  .rt-marque-title-2 {
    font-size: 4.6rem;
  }

  .code-embed-3 {
    width: 5vw;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    font-size: 4.3em;
    position: relative;
  }

  .heading-11.pd {
    font-size: 4.1em;
  }

  .image-16 {
    width: auto;
    height: 200px;
  }

  .paragraph.p-shadow {
    font-size: 4vw;
  }

  .paragraph.p-shadow.dark-p {
    text-shadow: none;
    width: 45vw;
    font-size: 4vw;
  }

  .button-7.dark-button.hover {
    margin-top: 0;
  }

  .div-block-18 {
    grid-column-gap: 0%;
    grid-row-gap: 20%;
    justify-content: center;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-18.full {
    grid-column-gap: 0%;
    grid-row-gap: 20%;
    grid-column-gap: 0%;
    grid-row-gap: 20%;
    flex: 0 auto;
    margin-bottom: 40px;
  }

  .f-video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .f-video-subtitle {
    font-size: 1rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .f-control-button.hide-desktop {
    display: flex;
  }

  .f-video-title {
    font-size: 1.2rem;
  }

  .d--100 {
    font-size: 7rem;
  }

  .cs-page-title.position-bot, .cs-page-title.postion--top, .cs-page-title.position-bot, .cs-page-title.postion--top {
    display: none;
  }

  .cs-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loader-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .zoom-out-line-heading {
    text-align: center;
    font-size: 75px;
  }

  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .zoom-hero-icon {
    width: 55vw;
  }

  .zoom-hero-heading {
    text-align: center;
    font-size: 75px;
  }

  .bg-video-inner-wrapper {
    width: 450px;
    height: 375px;
  }

  .nav_component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .icon-2 {
    color: #000;
    font-size: 2rem;
  }

  .stories_footer-wrapper {
    z-index: 100;
    background-color: #f4f4f4;
    padding-top: .1rem;
    position: relative;
  }

  .button.is-nav {
    margin-top: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-custom1 {
    margin-top: 4.3rem;
  }

  .nav_logo {
    width: 40px;
    height: 40px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu-button {
    background-color: #0000;
    padding: 10px;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .home_one-wrapper-three {
    grid-template-columns: 1fr;
  }

  .nav_link {
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    font-size: 1.4rem;
  }

  .main-wrapper.is-home {
    margin-top: 20rem;
  }

  .footer-section {
    z-index: 100;
    background-color: #f4f4f4;
    position: relative;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-small {
    max-width: 100%;
  }

  .nav_menu {
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 2rem;
    display: flex;
  }

  .home_footer {
    min-height: auto;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

  .service-title {
    font-size: 16vw;
  }

  .subhead-main {
    font-size: 22px;
  }

  .image-wrap {
    height: 55vh;
  }

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .text-block-5 {
    display: none;
  }

  .image-5 {
    display: inline-block;
  }

  .link-block-3 {
    display: none;
  }

  .nav-bar {
    justify-content: space-between;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .super-text {
    font-size: 27.5vw;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .mobile-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-4 {
    justify-content: center;
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .gif {
    position: relative;
  }

  .section-5 {
    text-align: left;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 36px;
    line-height: 36px;
    position: relative;
  }

  .wrapper {
    padding-bottom: 200px;
  }

  .scroll {
    height: auto;
  }

  .name {
    font-size: 36px;
    line-height: 36px;
  }

  .col {
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .video-wrapper {
    width: 100%;
    min-width: auto;
  }

  .number {
    padding-top: 32px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .line {
    margin-top: 16px;
    margin-left: -8px;
  }

  .work-descr {
    align-self: end;
    margin-top: 24px;
  }

  .horizontal-scroll {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    max-width: 380px;
  }

  .navbar-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .logo-4 {
    height: 2em;
  }

  .menu_line.menu_line-4, .menu_line.menu_line-3 {
    height: 1px;
  }

  .menu_line.menu_line-2, .menu_line.menu_line-1 {
    width: 3em;
    height: 1px;
  }

  .menu_line.menu_line-4, .menu_line.menu_line-3 {
    height: 1px;
  }

  .menu_line.menu_line-2, .menu_line.menu_line-1 {
    width: 3em;
    height: 1px;
  }

  .menu_button {
    grid-column-gap: 0em;
    justify-content: center;
    align-items: center;
    margin-right: 4em;
    scale: 2;
  }

  .padding_global {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .menu {
    display: none;
  }

  .container {
    max-width: none;
  }

  .logo-5 {
    height: 2em;
  }

  .logo-6 {
    height: 18em;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-slider {
    height: auto;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .large-heading {
    font-size: 42px;
  }

  .background-cover {
    width: 100%;
  }

  .draggable_corner {
    margin: -2%;
  }

  .draggable-width {
    width: 83%;
  }

  .draggable_circle {
    width: 45%;
  }

  .text-size-regular-2 {
    font-size: 1rem;
  }

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-intro {
    max-width: 24rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    left: 0%;
    scale: 1;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-about-intro {
    max-width: 28rem;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .navbar_link {
    padding: 1.5rem;
  }

  .home-hero-block {
    min-height: 120vw;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service_grid {
    padding-top: 3rem;
  }

  .note-5 {
    width: 38px;
  }

  .button-snap {
    width: 140px;
    height: 42px;
  }

  .kid-hidden {
    max-height: 80%;
  }

  .cookie-third, .cookie-first {
    width: 80px;
  }

  .master-snap-section {
    top: 24px;
  }

  .button-circle {
    width: 35px;
    height: 35px;
  }

  .star-first {
    width: 40px;
  }

  .star-third {
    width: 70px;
  }

  .lines-2 {
    width: 120px;
  }

  .note-4 {
    width: 18px;
  }

  .kid-visible {
    max-height: 80%;
  }

  .note-1 {
    width: 24px;
  }

  .lines-1 {
    width: 120px;
  }

  .photo-lines-right {
    width: 60px;
    transform: translate(142px, -79px);
  }

  .star-second {
    width: 60px;
  }

  .note-3 {
    width: 40px;
  }

  .note-6 {
    width: 18px;
  }

  .cookie-second {
    width: 110px;
  }

  .text-snap-large {
    letter-spacing: -6px;
    font-size: 96px;
    line-height: 80px;
  }

  .photo-lines-left {
    width: 60px;
    transform: translate(-111px, -97px);
  }

  .note-2 {
    width: 28px;
  }

  .star-fourth {
    width: 50px;
  }

  .explainer-comp {
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .code-block, .explainer-copy-btn-w {
    display: none;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .input {
    opacity: 0;
  }

  .span {
    padding-top: .2rem;
  }

  .plus-icon-w {
    display: none;
  }

  .comp {
    width: 95%;
  }

  .code-block-2 {
    display: none;
  }

  .explainer-comp-2 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .mobile-explainer-prompt {
    border: 1px solid #0000004d;
    border-radius: 3px;
    margin-bottom: .4rem;
    padding: .3rem .6rem;
    display: block;
  }

  .explainer-par-2 {
    max-width: 100%;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blur-tr-container {
    width: 50vw;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .accordion-header {
    font-size: 45px;
  }

  .content-subnav {
    height: auto;
  }

  .accordion-container {
    inset: 0% 0% auto;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .blur-tr {
    width: 50vw;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    padding: .25rem 1rem;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .text-size-large-3.weight-normal.z-index-2 {
    z-index: 0;
    z-index: 0;
    z-index: 0;
    font-size: 6vw;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .header-image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header-image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header-content {
    padding-top: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-component {
    height: 150vh;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .about-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .header-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-list {
    grid-template-columns: 1fr;
  }

  .header-ix-trigger {
    margin-top: 35rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rt-component-section {
    font-size: 1vw;
  }

  .rt-about-two-award-card-image-block {
    display: none;
  }

  .rt-award-card-background {
    border-radius: 30px;
  }

  .rt-about-two-award-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-marquee-train-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-marquee-text {
    font-size: 60px;
    line-height: 70px;
  }

  .rt-play-button-icon {
    width: 15px;
    height: 17px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-about-one-video-marque {
    bottom: -15px;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 100%;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-service-sticky {
    position: static;
  }

  .rt-service-cards-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .rt-service-card {
    margin-bottom: 20px;
  }

  .rt-services-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-services-number-wrap {
    display: none;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .rt-client-text {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-form-row-one {
    flex-flow: column;
  }

  .rt-social-media-box-2 {
    padding-bottom: 10px;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .rt-contact-box-one {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-marque-title {
    font-size: 6.25rem;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-footer-advence {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fn-social-share-wrapper-second {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-footer-image {
    margin-top: 0;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .big-text-service-animated {
    text-align: center;
    font-size: 52px;
  }

  .services__item.grid-main {
    place-items: start stretch;
  }

  .services__wrapper.grid-main {
    display: flex;
  }

  .services__content.grid-main {
    flex-flow: column;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .padding-global-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .item {
    height: auto;
  }

  .rt-component-section-5.rt-accordion-v-six {
    font-size: 1vw;
  }

  .rt-contact-two-form-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .waves---main-container-2 {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 30px;
  }

  .waves-master-contact-1 {
    width: 100%;
  }

  .waves---field-label {
    font-size: 17px;
  }

  .rt-marquee-train-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-marquee-text-3 {
    font-size: 60px;
    line-height: 70px;
  }

  .rt-play-button-icon-2 {
    width: 15px;
    height: 17px;
  }

  .rt-heading-six-10 {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-about-one-video-marque-2 {
    bottom: -15px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-home-three-accordion-answer {
    font-size: 17px;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-5 {
    font-size: 1vw;
    top: 75%;
    scale: 2.5;
  }

  .button-5:hover {
    scale: 3;
  }

  .button-5.portfolio {
    font-size: 1vw;
  }

  .heading-6.shadow {
    text-shadow: 5px 5px 1px var(--dead-sol);
    text-overflow: clip;
    border: 1px solid #0000;
    font-size: 8em;
  }

  .st_button {
    scale: 2;
  }

  .div-block-8 {
    width: 100%;
  }

  .image-8, .image-9 {
    height: 10vw;
  }

  .rt-component-section-6.desktop {
    display: none;
  }

  .rt-component-section-6.phone {
    display: block;
  }

  .rt-service-sticky-2 {
    position: static;
  }

  .rt-service-cards-information-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .rt-service-card-2 {
    margin-bottom: 20px;
  }

  .rt-services-cards-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-services-number-wrap-2 {
    display: none;
  }

  .rt-60-vh-4 {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative, .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative, .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-one {
    height: 300px;
    overflow: visible;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative, .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services, .rt-project-content-4.rt-border-radius-six-4.rt-three.creative, .rt-project-content-4.rt-border-radius-six-4.rt-three.pd, .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns, .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    height: auto;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .rt-component-container-6 {
    height: auto;
  }

  .rt-marque-title-2 {
    font-size: 6.25rem;
  }

  .section-10.campaigns {
    height: 30vh;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-13 {
    line-height: 2;
  }

  .div-block-14 {
    margin-top: 20px;
  }

  .div-block-15 {
    height: 50vh;
  }

  .heading-10 {
    margin-top: 0;
  }

  .heading-11 {
    font-size: 3em;
  }

  .heading-11.phone {
    font-size: 4em;
  }

  .image-16 {
    width: 40vw;
  }

  .image-16.phone {
    text-align: center;
    text-align: center;
    width: auto;
  }

  .paragraph.p-shadow {
    font-size: 1em;
    line-height: 20px;
  }

  .paragraph.p-shadow.dark-p {
    font-size: 1em;
  }

  .paragraph.p-shadow.dark-p.phone {
    text-align: center;
    text-align: center;
    width: auto;
    font-size: 2em;
  }

  .paragraph.p-shadow.phone {
    text-align: center;
    font-size: 2em;
    line-height: 1em;
  }

  .button-7.dark-button.hover.phone {
    margin-left: 0;
  }

  .div-block-18.phone {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    display: flex;
  }

  .text-block-13 {
    font-size: 2vw;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .image-18, .image-19, .image-20 {
    width: auto;
    height: 30px;
  }

  .text-block-14 {
    font-size: 2.5vw;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2vw;
  }

  .div-block-20 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-lower-video-controls {
    margin: auto;
  }

  .div-block-21 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .f-video-controls.hide-mobile-landscape {
    display: none;
  }

  .f-video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .f-video-subtitle {
    font-size: .9rem;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    inset: 0%;
    background-image: linear-gradient(#fff0, #08090d8f);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    inset: 0%;
  }

  .f-control-button {
    width: 2rem;
    height: 2rem;
  }

  .f-control-button.hide-mobile-landscape {
    display: flex;
  }

  .f-control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .f-fullscreen {
    display: none;
  }

  .f-video-title {
    font-size: 1.1rem;
  }

  .f-html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .f-play-button {
    display: none;
  }

  .d--100 {
    letter-spacing: -.06em;
    font-size: 14vw;
    font-weight: 500;
  }

  .cs-img-wrap {
    max-width: 23rem;
  }

  .cs-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: none;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .zoom-out-line-heading {
    text-align: center;
  }

  .nav-wrapper.left {
    display: block;
  }

  .nav-wrapper.right {
    flex-flow: wrap;
    display: flex;
  }

  .nav-wrapper.mid {
    display: flex;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .zoom-hero-icon {
    width: 75vw;
  }

  .zoom-hero-heading {
    text-align: center;
  }

  .bg-video-inner-wrapper {
    width: 70%;
    height: 60vw;
    margin: auto;
    inset: auto;
  }

  .sticky-background-video {
    object-fit: cover;
    height: 100%;
    margin-left: -7px;
  }

  .home_one-grid-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .icon-2 {
    color: #000;
    font-size: 2rem;
  }

  .button.is-nav {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu-button {
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-content {
    font-size: 16px;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    aspect-ratio: 1;
    min-height: auto;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    position: relative;
    bottom: 7.3906px;
    left: -12.141px;
  }

  .text-block-5 {
    margin-top: 13px;
    margin-left: -39px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 22px;
    font-size: 3vw;
  }

  .image-5 {
    width: 30px;
    padding-top: 0;
  }

  .link-block-3 {
    display: block;
    position: relative;
    top: -8px;
    bottom: -2px;
    left: 46px;
  }

  .div-hide.pad-two {
    margin-left: -1rem;
  }

  .nav-bar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .scroll-child {
    display: none;
  }

  .super-text {
    font-size: 31vw;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-4 {
    padding-top: 200px;
  }

  .text-block-6 {
    margin-left: 16px;
    font-size: 24px;
    line-height: 24px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .scroll {
    height: auto;
  }

  .name {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 30px;
  }

  .col {
    grid-template-rows: auto auto;
  }

  .video-wrapper {
    min-height: 160px;
  }

  .number {
    padding-top: 24px;
  }

  .work-descr {
    align-self: end;
    width: 100%;
    max-width: 200px;
    margin-top: 24px;
    padding-right: 32px;
  }

  .horizontal-scroll {
    max-width: 340px;
  }

  .navbar-2 {
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .nav-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 0;
  }

  .menu_line.menu_line-2 {
    width: 4em;
  }

  .menu_line.menu_line-1 {
    width: 4em;
    height: 1px;
  }

  .menu_button {
    z-index: 10;
    width: 50px;
    height: 50px;
    padding-right: 1rem;
    scale: 1;
  }

  .padding_global {
    padding-left: 1em;
    padding-right: 1em;
  }

  .padding_global.padding_menu {
    padding-top: 25%;
  }

  .menu {
    display: none;
  }

  .container {
    font-size: 2vw;
  }

  .logo-6 {
    height: 19em;
  }

  .speaker-slide-mask {
    width: 80%;
    margin-bottom: 0;
  }

  .speaker-slide-content {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 6px;
  }

  .speakers-hero-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    scale: 1;
  }

  .speaker-slider {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .speaker-arrow {
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 0;
    inset: auto auto 0;
  }

  .speaker-arrow.left {
    inset: 92% auto auto;
    margin: 13px 100px 0 0;
    inset: 92% auto auto;
  }

  .speaker-image.one {
    background-size: cover;
  }

  .speaker-slider-wrapper {
    height: 100%;
  }

  .speaker-name {
    margin-bottom: 0;
    font-size: 50px;
  }

  .slide-image {
    width: 80vw;
    height: 60vh;
    min-height: 300px;
    overflow: hidden;
  }

  .body-display.large {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    text-align: center;
    text-align: center;
    font-size: 35px;
    line-height: 1em;
  }

  .section-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-7.home-hero-section {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .albums-list-wrapper.sticky {
    position: absolute;
  }

  .albums-list {
    margin-top: 95vh;
  }

  .album-section.sticky {
    margin-top: -145vh;
  }

  .navbar_toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-rotate-base {
    width: 100%;
    position: absolute;
    left: 0%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu {
    padding-top: 1rem;
  }

  .home-about-intro {
    padding: 2rem 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .home-hero-block {
    min-height: 110vw;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .note-5._1 {
    width: 30px;
  }

  .kid-hidden {
    max-height: 60%;
  }

  .cookie-third {
    width: 50px;
    bottom: 20%;
    right: 0%;
  }

  .cookie-first {
    width: 50px;
    top: 40%;
    left: 0%;
  }

  .star-first {
    width: 30px;
  }

  .star-third {
    width: 50px;
    top: 30%;
  }

  .lines-2._1 {
    width: 80px;
  }

  .kid-visible {
    max-height: 60%;
  }

  .wrap-kid-notes._1 {
    width: 92%;
  }

  .note-1 {
    top: 35%;
    left: 5%;
  }

  .note-1._1 {
    width: 20px;
  }

  .lines-1._1 {
    width: 80px;
  }

  .photo-lines-right {
    width: 50px;
    right: 10%;
    transform: none;
  }

  .star-second {
    width: 40px;
    bottom: 20%;
    left: 10%;
  }

  .note-3._1 {
    width: 30px;
  }

  .text-mask-snap {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-second {
    width: 80px;
    bottom: 30%;
  }

  .photo-lines-left {
    width: 40px;
    left: 15%;
    transform: none;
  }

  .div-block-5.preloader {
    display: block;
  }

  .background-video-2 {
    width: 100vw;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .comp {
    min-width: 80vw;
  }

  .explainer-par-2 {
    max-width: 100%;
  }

  .accordion-content-grid, .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blur-tr-container {
    height: 60vh;
    top: 30vh;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .accordion-header {
    font-size: 40px;
  }

  .blur-tr {
    height: 60vh;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-left-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-list {
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .heading-style-h1.text-allcaps {
    text-shadow: 6px 3px 1px var(--dead-sol);
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-size-large-3.weight-normal.z-index-2 {
    word-break: normal;
    word-break: normal;
    word-break: normal;
    font-size: 3vh;
  }

  .footer-menu-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    font-size: 5vw;
    display: flex;
  }

  .header-image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .footer-component {
    position: relative;
  }

  .header-content {
    z-index: 3;
  }

  .button-secondary {
    padding: .25rem .25rem .25rem 1rem;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .button-arrow {
    width: 1.5rem;
  }

  .footer-details-wrapper {
    text-align: center;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-list {
    grid-row-gap: 2rem;
  }

  .about-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .stats-content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer-bottom-logo {
    padding-top: 0;
  }

  .cta-heading-top, .cta-heading-bottom {
    font-size: 3rem;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image {
    aspect-ratio: 1;
  }

  .footer-bottom-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .rt-component-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .rt-about-two-award-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-award-right-button {
    display: none;
  }

  .rt-marquee-text {
    font-size: 50px;
    line-height: 60px;
  }

  .rt-about-one-video-marque {
    bottom: -14px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 55px;
  }

  .rt-home-two-testimonial-slider-image-wrap {
    width: 100%;
  }

  .rt-home-two-testimonial-slider-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .rt-service-cards-name {
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    right: auto;
  }

  .rt-service-overlays {
    background-image: linear-gradient(#05061000, #050610b3 74%);
  }

  .rt-service-card {
    justify-content: center;
    align-items: center;
  }

  .rt-portfolio-round-text {
    display: none;
  }

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .rt-client-text {
    text-align: center;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: center;
  }

  .rt-main-contact-form {
    padding: 32px 15px 26px;
  }

  .rt-responsive-text-center-2 {
    text-align: center;
  }

  .rt-form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-links.rt-links-two {
    grid-template-columns: 1fr;
  }

  .rt-contact-box-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-three-heading {
    text-align: center;
  }

  .rt-marque-title {
    font-size: 4.375rem;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-footer-image {
    height: 100px;
  }

  .waves---section-hero-primary {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---mega-heading-1.heading-6.shadow {
    font-size: 10em;
  }

  .waves---subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one, .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 2vw;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

  .section-9 {
    padding-top: 0;
  }

  .no-margins {
    text-align: center;
    text-shadow: 5px 4px 1px var(--dead-sol);
    line-height: 1em;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .services__layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .grid {
    overflow: hidden;
  }

  .heading-style-h2-2.is-views {
    font-size: 1.5rem;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-link-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-button {
    padding-bottom: 20px;
  }

  .rt-footer-heading {
    max-width: 200px;
  }

  .rt-component-container-4 {
    scale: 1;
  }

  .rt-component-container-4.rt-overflow-none-2 {
    width: 100vw;
  }

  .rt-component-section-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .rt-component-section-5.rt-accordion-v-six {
    padding-top: 0;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 5.5vw;
    font-weight: 400;
  }

  .waves---center-heading {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-master-contact-1 {
    position: relative;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---input-wrap {
    justify-content: center;
    align-items: center;
  }

  .waves---field-label {
    font-size: 20px;
  }

  .rt-marquee-text-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .rt-background-video-2 {
    width: 100vw;
  }

  .rt-about-one-video-marque-2 {
    bottom: -14px;
  }

  .rt-video-wrap-2 {
    overflow: hidden;
  }

  .rt-large-text-marquee-one {
    width: 100vw;
  }

  .rt-large-text-marquee-text-wrap, .rt-text-stroke {
    font-size: 3rem;
  }

  .rt-home-one-marquee-section-2 {
    padding-bottom: 55px;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .button-5 {
    box-shadow: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 2vw;
  }

  .button-5.portfolio {
    box-shadow: none;
    margin-top: 0%;
    font-size: 2vw;
  }

  .button-5.nav {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 3vw;
    display: block;
    scale: 1;
  }

  .button-5.nav:hover {
    scale: 1;
  }

  .text-block-9 {
    font-size: 3rem;
  }

  .heading-6.shadow {
    text-shadow: 5px 4px 1px var(--dead-sol);
    white-space: normal;
    word-break: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15em;
    line-height: 40px;
  }

  .heading-6.shadow.blue {
    text-shadow: 5px 4px 1px var(--dead-sol);
    font-size: 15em;
  }

  .div-block-8, .code-embed-2 {
    height: 300px;
    overflow: visible;
  }

  .div-block-9 {
    overflow: visible;
  }

  .image-8 {
    height: auto;
    display: none;
  }

  .flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1vw;
    line-height: 1.5px;
    overflow: hidden;
  }

  .image-9 {
    height: auto;
    display: none;
  }

  .rt-component-section-6.desktop {
    display: none;
  }

  .rt-component-section-6.phone {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .rt-service-cards-name-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    right: auto;
  }

  .rt-service-overlays-2 {
    background-image: linear-gradient(#05061000, #050610b3 74%);
  }

  .rt-service-card-2 {
    justify-content: center;
    align-items: center;
  }

  .rt-60-vh-4 {
    height: 60vh;
  }

  .rt-60-vh-4.phone {
    height: 500px;
  }

  .rt-sticky-4 {
    margin-bottom: 60px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 60vh;
    padding: 20px 20px 40px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.creative.phone {
    width: 90vw;
    height: 500px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 60vh;
    padding: 20px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.pd.phone {
    width: 90vw;
    height: 500px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 60vh;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.production-content-campaigns.phone {
    width: 90vw;
    height: 500px;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 60vh;
  }

  .rt-project-content-4.rt-border-radius-six-4.rt-three.other-design-services.phone {
    width: 90vw;
    height: 500px;
    padding: 20px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-logos-wrapper {
    padding: 35px 10px;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .rt-component-container-6 {
    width: 100%;
  }

  .rt-component-section-7 {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .rt-marque-wrap-big-oppsite-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    scale: .5;
  }

  .rt-marque-text-two-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    overflow: hidden;
  }

  .rt-marque-title-2 {
    font-size: 4.375rem;
  }

  .section-10.prod, .section-10.head, .section-10.art, .section-10.prod, .section-10.head, .section-10.art {
    height: 30vh;
  }

  .heading-9 {
    font-size: 10em;
  }

  .div-block-12 {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5vw;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-11 {
    font-size: 8vw;
    top: 0;
  }

  .div-block-15 {
    height: 30vh;
  }

  .heading-10 {
    font-size: 8em;
  }

  .code-embed-5 {
    width: 20vw;
  }

  .heading-11 {
    text-align: center;
    font-size: 2em;
  }

  .heading-11.pd {
    font-size: 2em;
  }

  .heading-11.phone {
    -webkit-text-stroke-width: 1px;
    font-size: 2.5em;
  }

  .image-16 {
    width: 30vw;
    height: auto;
  }

  .image-16.phone {
    width: 30vw;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph.p-shadow, .paragraph.p-shadow.dark-p {
    text-align: center;
    width: 80vw;
    font-size: 1em;
    line-height: 20px;
  }

  .paragraph.p-shadow, .paragraph.p-shadow.dark-p {
    text-align: center;
    width: 80vw;
    font-size: 1em;
    line-height: 20px;
  }

  .paragraph.p-shadow.dark-p {
    text-align: center;
    width: 80vw;
    font-size: 1em;
    line-height: 20px;
  }

  .paragraph.p-shadow.dark-p.phone {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    margin-left: 0;
    font-size: 1.3em;
  }

  .paragraph.p-shadow.phone {
    -webkit-text-stroke-width: 1px;
    text-shadow: none;
    width: auto;
    margin-left: 0;
    font-size: 1.3em;
  }

  .button-7.dark-button.hover.phone, .button-7.hover.phone, .button-7.dark-button.hover.phone, .button-7.dark-button.hover.phone, .button-7.dark-button.hover.phone, .button-7.hover.phone, .button-7.hover.phone {
    font-size: 20px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-18.phone {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    justify-content: center;
    align-items: center;
  }

  .text-block-12 {
    font-size: 3rem;
  }

  .heading-12 {
    white-space: nowrap;
    overflow-wrap: normal;
    object-fit: contain;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    top: -19px;
  }

  .footer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-13 {
    font-size: 3vw;
  }

  .flex-block-3 {
    flex-flow: wrap;
    margin-top: 0;
  }

  .text-block-14 {
    color: var(--bone-in);
    margin-top: 20px;
    font-size: 4vw;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

  .text-block-15 {
    white-space: nowrap;
    font-size: 3vw;
  }

  .div-block-19 {
    grid-column-gap: 30%;
    grid-row-gap: 30%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 200px;
    top: 60%;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .f-video-subtitle {
    font-size: .7rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: .75rem;
  }

  .f-control-button {
    height: 2.5rem;
    padding: 0;
  }

  .f-video-title {
    font-size: .9rem;
  }

  .video_button-icon {
    border-width: 0;
  }

  .section-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cs-top {
    padding-bottom: 3rem;
  }

  .cs-row {
    flex-flow: row;
    justify-content: center;
    top: auto;
  }

  .d--100 {
    letter-spacing: -.05em;
    text-shadow: 5px 1px 1px var(--dead-sol);
    font-size: 15vw;
  }

  .cs-page-title.position-bot {
    display: block;
    bottom: -6rem;
  }

  .cs-page-title.postion--top {
    display: block;
    top: -6rem;
  }

  .cs-img-wrap {
    width: 60%;
    max-width: 17rem;
  }

  .cs-bot {
    padding-top: 3rem;
  }

  .cs-page-wrapper {
    height: 40vh;
    padding: 0;
  }

  .container-4 {
    width: 100%;
    top: 25%;
  }

  .code-embed-10 {
    object-fit: cover;
  }

  .loader-round_component {
    height: 1.5rem;
    margin-top: 60vh;
    position: relative;
  }

  .battery-round_power-unit {
    background-color: var(--dead-sol);
  }

  .battery-round_power-unit.is-first {
    background-color: var(--blue-glow);
    background-color: var(--blue-glow);
  }

  .text-block-16 {
    color: var(--bone-in);
    text-align: center;
    font-size: 5vw;
  }

  .flex-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

#w-node-e3965bb5-9929-11ce-dd3c-8699722c931d-1e3ad695, #w-node-e3965bb5-9929-11ce-dd3c-8699722c931f-1e3ad695, #w-node-e3965bb5-9929-11ce-dd3c-8699722c9323-1e3ad695, #w-node-e3965bb5-9929-11ce-dd3c-8699722c9325-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6cad303-84ac-fa45-6fa8-41d8afce9040-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff71b0a6-8143-04b5-a0b1-34620f50c15c-1e3ad695 {
  justify-self: center;
}

#w-node-a2c6fcd9-6348-d3b8-ea30-0e86808ca9f7-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755e4-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755e5-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755e7-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755eb-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755e9-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77eac-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77ead-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77eaf-1e3ad695 {
  justify-self: auto;
}

#w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77eb3-1e3ad695 {
  justify-self: center;
}

#w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77eb1-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto start;
}

#w-node-a532c791-1085-ac71-9018-3610623c15f5-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a532c791-1085-ac71-9018-3610623c15f6-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a532c791-1085-ac71-9018-3610623c15fc-1e3ad695 {
  justify-self: center;
}

#w-node-a532c791-1085-ac71-9018-3610623c15fa-1e3ad695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_967e93f1-9d3d-5e55-4e75-cc98f7021031-1e3ad695, #w-node-_967e93f1-9d3d-5e55-4e75-cc98f702103c-1e3ad695, #w-node-_967e93f1-9d3d-5e55-4e75-cc98f7021047-1e3ad695, #w-node-_967e93f1-9d3d-5e55-4e75-cc98f7021052-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab5fd4c-23c2-9cd6-21be-badc153cce43-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8ab5fd4c-23c2-9cd6-21be-badc153cce4c-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e88516906-1e3ad695 {
  grid-area: 10 / 2 / 14 / 6;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e88516907-1e3ad695 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e88516908-1e3ad695 {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e88516909-1e3ad695 {
  grid-area: 15 / 7 / 19 / 13;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e8851690a-1e3ad695 {
  grid-area: 22 / 2 / 27 / 7;
}

#w-node-_94aed615-d35d-7d50-3ca8-006e8851690b-1e3ad695 {
  grid-area: 25 / 8 / 31 / 13;
}

#w-node-_62c3265a-a8cb-1bd6-e4fb-2ef4cfc95306-1e3ad695, #w-node-_62c3265a-a8cb-1bd6-e4fb-2ef4cfc9530a-1e3ad695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_8c58c6f4-79a1-b6cd-6cbe-613704e77eaf-1e3ad695 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ff71b0a6-8143-04b5-a0b1-34620f50c15c-1e3ad695 {
    align-self: center;
  }

  #w-node-a2c6fcd9-6348-d3b8-ea30-0e86808ca9f7-1e3ad695, #w-node-bccbd5ec-17a6-f768-3db0-3feeb7e755e9-1e3ad695 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ea377f2-f173-6bc2-72d9-40cffda50174-1e3ad695 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_2ea377f2-f173-6bc2-72d9-40cffda50176-1e3ad695 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ea377f2-f173-6bc2-72d9-40cffda50178-1e3ad695 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2ea377f2-f173-6bc2-72d9-40cffda5017a-1e3ad695 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2ea377f2-f173-6bc2-72d9-40cffda5017c-1e3ad695 {
    grid-area: 1 / 4 / 2 / 5;
  }
}
