:root {
  --hypr-blue: #4879b9;
  --yellow: #faaf52;
  --black: #111;
  --haze: #f7f7f7;
  --dim-grey: #40424b;
  --dark-space: #1c1d24;
  --dark: #26272e;
  --gainsboro: #ddd;
  --light-grey: #e7e7e7;
  --dodger-blue: #4a92f1;
  --dark-slate-grey: #363840;
  --silver: #bbb;
  --dark-grey: #777;
  --midnight-blue: rgba(29, 38, 77, .61);
  --red: #ee4869;
  --purple: #6165f4;
  --aqua: #22c8e1;
  --dim-grey-2: #4d5a6a;
  --dark-slate-blue: #114993;
  --steel-blue: rgba(81, 120, 188, .51);
  --hypr-overlay: rgba(72, 121, 185, .8);
  --dark-slate-grey-2: #404147;
  --midnight-blue-2: #162065;
  --white-smoke: #f0f0f0;
  --white: white;
  --white-smoke-2: #f9f9f9;
}

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--hypr-blue);
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 24px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--yellow);
  margin-bottom: 32px;
  padding: 12px 20px 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: left;
  background-color: rgba(17, 17, 17, .5);
  margin-top: -31px;
  padding: 8px 12px 7px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}

.body {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

.section {
  z-index: 6;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0%;
  display: none;
  position: relative;
  overflow: hidden;
}

.section.no-paddings {
  background-color: var(--haze);
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  padding: 0% 0% 0;
}

.section.dark {
  background-image: linear-gradient(to right, var(--dim-grey), var(--dark-space));
  color: #fff;
  flex-direction: column;
}

.section.dark.no-padding-vertical {
  position: relative;
}

.section.dark.casestudies {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  padding-top: 2px;
  padding-bottom: 60px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.page-section {
  padding-top: 64px;
}

.section.no-top-padding.about {
  background-color: #fff;
  padding-top: 120px;
}

.section.promo-section {
  background-image: url('../images/ipad-promo.jpg');
  background-position: 50% 210%;
  background-repeat: no-repeat;
  background-size: 1836px;
  height: 728px;
}

.section.no-side-paddings {
  padding-left: 0%;
  padding-right: 0%;
}

.section.no-side-paddings.no-bottom-padding {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .4s;
  overflow: hidden;
}

.section.border-top {
  border-top: 1px solid var(--gainsboro);
}

.section.about-v2-hero {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/sirotorn-sumpunkulpak-180551-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-4 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/nathan-anderson-472406.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(65, 84, 108, .82), rgba(65, 84, 108, .82)), url('../images/hyprposters_11.2.18_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  margin-top: -3%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.section.image-1 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/nikolay-tarashchenko-551710-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-5 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/benjamin-voros-310026-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/rawpixel-com-463439-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-7 {
  background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/brevite-434280-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1500px;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/benjaminrobyn-jespersen-438640.jpg');
  background-position: 0 0, 50% -100px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.side-works-section {
  align-items: flex-start;
  padding-right: 0%;
}

.section.image-8 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/clem-onojeghuo-123657.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-3 {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: url('../images/HyprMX-St-Muted.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 30px;
  display: grid;
}

.section.portfolio-hero {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/portfolio-hero.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.portfolio-works {
  padding-top: 0;
  overflow: visible;
}

.section.portfolio-nav {
  border-bottom: 1px solid var(--light-grey);
  min-height: 88px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.monetization {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 19px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 120px 5%;
  display: block;
}

.section.publishers {
  cursor: pointer;
}

.section.media {
  background-color: #fff;
}

.section.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--haze);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 150vh;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.section.about.no-top-padding {
  display: block;
}

.section.brands {
  background-color: #f2f2f2;
  margin-bottom: 0;
}

.section.performance {
  background-color: #fff;
}

.section.publisher {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.wrapper {
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8%;
  margin-bottom: 8%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper.side-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.monetization-brands {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 0;
  position: absolute;
}

.button {
  background-color: var(--hypr-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 5px;
  height: 48px;
  padding: 11px 24px;
  font-family: industry, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
}

.button:hover {
  background-color: var(--dodger-blue);
}

.button.white-button:hover {
  background-color: var(--yellow);
  color: #fff;
}

.button.ghost-button {
  box-shadow: inset 0 0 0 1px var(--black);
  transition: color .4s, background-color .6s, box-shadow .6s;
}

.button.ghost-button:hover {
  background-color: var(--yellow);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button.subscribe-button {
  background-color: var(--hypr-blue);
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
}

.button.link-button {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  font-family: Karla, sans-serif;
  transition: color .4s, background-color .4s;
  display: block;
  box-shadow: inset 3px 0 #4879b9;
}

.button.link-button:hover {
  color: #fff;
}

.button.link-button._404-button {
  color: #fff;
  margin-top: 24px;
}

.button.link-button.text-white {
  color: #fff;
  height: 60px;
  margin-top: 48px;
  margin-bottom: 12px;
  margin-right: 27px;
  padding-top: 17px;
}

.button.link-button.text-white:hover {
  color: #fff;
}

.button.contact-button {
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.button.password-button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-image: url('../images/lock-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}

.button.ghost-white-button {
  background-color: rgba(0, 0, 0, 0);
  transition: color .4s, background-color .4s, box-shadow .4s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.button.ghost-white-button:hover {
  background-color: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 33.33%;
  padding: 48px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: #222;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/james-pond-185593.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ghost-button {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #ddd;
}

.white-button {
  color: #222;
  background-color: #fff;
}

.nav-bar-left {
  z-index: 200;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 88px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-wrapper._404 {
  background-image: url('../images/rock-skyline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.page-wrapper.nav-left-wide {
  margin-left: 232px;
}

.page-wrapper.nav-left {
  margin-left: 2%;
}

.page-wrapper.style-guide-wrapper {
  margin-left: 270px;
  padding-top: 0;
}

.nav-link {
  opacity: .7;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 10px;
  font-family: Karla, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 32px;
  transition: opacity .4s;
  display: flex;
  position: static;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--black);
  margin-left: 0;
  padding-right: 10px;
}

.nav-menu-left {
  text-align: right;
  width: 480px;
  position: absolute;
  top: 328px;
  left: -196px;
  transform: rotate(-90deg);
}

.nav-menu-left.hidden {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.brand.nav-top-brand {
  flex: none;
}

.brand.nav-top-brand.w--current {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: 25px;
  padding-right: 60px;
  position: relative;
}

.hero-split {
  display: flex;
}

.split-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image.hero-2 {
  background-image: url('../images/oladimeji-odunsi-307743.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.split-image.contact {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 30%), url('../images/luca-bravo-65126.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.split-image.protected-image {
  background-image: url('../images/siarhei-horbach-267470.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image.post-image {
  z-index: 2;
}

.split-image.hero-1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 25%), url('../images/berwin-coroza-340446.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
}

.split-image.about {
  background-image: url('../images/PCH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image.about.pch {
  background-image: none;
  height: 100%;
  position: absolute;
}

.split-image.about.magmic {
  background-image: none;
  margin-top: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.split-image.about.playrix {
  background-image: url('../images/zimad-bg3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 180vh;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
}

.split-image.about.tapas {
  background-image: none;
  height: 100%;
  position: absolute;
}

.split-image.about.perk {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.split-image.about.bigviking {
  background-image: none;
  height: 100%;
  position: absolute;
}

.split-image.about.squaretwo {
  background-image: none;
  height: 100%;
}

.split-image.image-1 {
  background-image: url('../images/jakob-owens-486025-unsplash-copy.jpg');
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.hero-split-intro {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.color-hover {
  background-color: var(--hypr-blue);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-hover.left {
  background-color: #4879b9;
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.color-hover.down {
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.line-button-text {
  z-index: 1;
  color: #fff;
  font-family: industry-inc-base, sans-serif;
  font-size: 18px;
  position: relative;
}

.line-button-text:hover {
  color: var(--dark-slate-grey);
}

.contact {
  color: var(--silver);
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact.home-v8-contact {
  color: #fff;
  position: absolute;
  left: 40px;
}

.contact.home-v6 {
  color: #fff;
  margin-top: 20px;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: auto;
  right: 3%;
}

.contact.email-home-v3 {
  color: #fff;
  margin-right: 16px;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 48px;
}

.contact.phone-home-v3 {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 48px;
}

.contact-text {
  margin-right: 10px;
}

.link-v1 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
}

.link-v1:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v1.white-link {
  color: #fff;
  box-shadow: 0 2px rgba(255, 255, 255, .4);
}

.link-v1.white-link:hover {
  box-shadow: 0 2px #fff;
}

.link-v1.more-link {
  margin-top: 24px;
}

.link-v1.sg-back-link {
  position: absolute;
  bottom: 40px;
}

.nav-left-social-icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-left-social-icons.horizontal {
  flex-direction: row;
  padding-bottom: 40px;
}

.social-icon-link {
  opacity: .4;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .4s;
  display: flex;
}

.social-icon-link:hover {
  opacity: 1;
}

.location {
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 32px;
  padding-left: 40px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.location.home-v2 {
  color: var(--dark-grey);
  margin-bottom: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.location.home-v1 {
  color: #fff;
  position: absolute;
  bottom: 38px;
  left: 48px;
}

.location.home-v8-location {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.location.hero-slider-location {
  z-index: 3;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.location-icon {
  float: left;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block {
  float: left;
}

.location-text {
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.location-text.black-text {
  color: var(--black);
}

.grey-text {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  align-content: space-between;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Overpass, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.text-link {
  box-shadow: 0 1px 0 0 var(--yellow);
  color: var(--yellow);
  text-decoration: none;
  transition: box-shadow .4s;
}

.text-link:hover {
  box-shadow: 0 2px 0 0 var(--yellow);
}

.scroll-link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-left: -27px;
  padding: 24px 24px 34px 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll-arrow {
  z-index: 1;
  position: relative;
}

.scroll-arrow.scroll-link-icon {
  margin-right: 8px;
}

.about {
  align-items: flex-start;
  display: flex;
}

.side-works-info {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 25vh;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.side-works-info:hover {
  background-image: url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-heading {
  width: 50%;
  margin-top: -8px;
  margin-bottom: 24px;
}

.about-text {
  color: var(--dark-grey);
  column-count: 2;
  column-gap: 56px;
  width: 100%;
  padding-right: 56px;
}

.about-more-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.about-links {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 24px;
  line-height: 40px;
  display: flex;
}

.link-v2 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
}

.link-v2:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.w--current {
  color: var(--hypr-blue);
}

.link-v2.about-link {
  margin-bottom: 16px;
}

.link-v2.white {
  color: #fff;
  box-shadow: 0 2px rgba(255, 255, 255, .2);
}

.link-v2.white:hover {
  box-shadow: 0 2px #fff;
}

.link-v2.category-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 40px;
  padding: 0;
}

.link-v2.category-link.w--current {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.category-link.right {
  margin-left: 40px;
  margin-right: 0;
}

.link-v2.white-link {
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px rgba(255, 255, 255, .4);
}

.link-v2.white-link:hover {
  box-shadow: 0 2px #fff;
}

.signature {
  margin-bottom: 8px;
}

.counters {
  background-image: linear-gradient(to right, var(--dim-grey), var(--dark-space));
  width: 100%;
  display: flex;
}

.counters.image-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/oliver-pecker-364272.jpg'), linear-gradient(to right, var(--dim-grey), var(--dark-space));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.counters.light {
  background-color: #fff;
  background-image: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.counters.image-2 {
  background-image: linear-gradient(to bottom, var(--haze), var(--haze));
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.counters.image-3 {
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/darren-coleshill-558552-unsplash.jpg'), linear-gradient(to right, var(--dim-grey), var(--dark-space));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.about-image-wrapper {
  flex: 1;
  position: relative;
}

.counter {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 88px 3% 96px 0%;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 0 rgba(255, 255, 255, .15);
}

.counter._1 {
  text-align: center;
  background-image: url('../images/done-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.counter._2 {
  background-image: url('../images/mask-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._3 {
  background-image: url('../images/calendar-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._4 {
  background-image: url('../images/win-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  flex-direction: column;
}

.counter.light {
  box-shadow: 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
}

.counter.brands {
  padding-right: 0%;
}

.counter.publishers {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 60px 2% 60px 5%;
  display: grid;
}

.counter-number {
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.counter-divider {
  background-color: #fff;
  width: 32px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.counter-divider.red {
  background-color: var(--red);
}

.side-works {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.about-info {
  flex-direction: column;
  align-items: flex-start;
  width: 66.66%;
  padding: 16px 15px 0;
  display: flex;
}

.clients-v2-logotypes {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.clients-v2-logotypes.monetize-brands {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  position: relative;
}

.side-works-heading {
  color: #fff;
  margin-bottom: 40px;
}

.service-blocks {
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.service-block {
  box-shadow: 0 0 0 1px var(--light-grey);
  background-color: #fff;
  flex: 1;
  margin-top: 1px;
  padding: 88px 5% 64px;
  position: relative;
}

.service-block._33-percent {
  flex: 0 auto;
  width: 33.33%;
}

.square-icon {
  border: 1px solid var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.square-icon-line-left {
  z-index: 1;
  background-color: var(--yellow);
  width: 3px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.service-block-numbers {
  opacity: .15;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.service-block-number-1 {
  font-size: 32px;
  line-height: 36px;
}

.service-block-number-2 {
  margin-left: 2px;
}

.testimonials-v1 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-left: 5%;
  padding-left: 30%;
  position: static;
}

.testimonials-v1-arrow {
  border: 2px solid rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-top: 160px;
  display: flex;
  bottom: 0;
  left: 0;
  right: 100%;
}

.testimonials-v1-arrow.right {
  border-left-style: none;
  width: 62px;
  left: 64px;
}

.testimonials-v1-arrow.border-grey {
  border-color: var(--gainsboro);
}

.testimonials-nav {
  display: none;
}

.testimonials-v1-heading {
  color: #252525;
  width: 30%;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.review-v1 {
  background-image: url('../images/quote-icon.svg');
  background-position: 85% 0;
  background-repeat: no-repeat;
  align-items: flex-start;
  padding-right: 25%;
  display: flex;
}

.review-v1.light {
  background-image: none;
  padding-left: 5%;
  padding-right: 10%;
  position: static;
}

.review-v1-content {
  flex: 1;
  max-width: 600px;
  margin-left: 30px;
}

.review-v1-avatar-wrapper {
  background-image: url('../images/avatar-border.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-v1-avatar-wrapper.color {
  background-image: url('../images/avatar-border-color.svg');
}

.review-v1-text {
  color: rgba(255, 255, 255, .7);
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px;
}

.review-v1-text.grey-text {
  color: var(--dark-grey);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.review-v1-avatar {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 10px;
}

.clients-v2 {
  clear: left;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.clients-v2-info {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  max-width: 400px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.side-works-images {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.client-v2-logo-wrapper {
  box-shadow: none;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0);
  border: 0 #fff;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 5px 0 5%;
  padding: 16px 15px 15px;
  font-size: 20px;
  transition: opacity .4s;
  display: flex;
}

.client-v2-logo-wrapper:hover {
  opacity: 1;
}

.client-v2-logo-wrapper.monetize-brands {
  opacity: .85;
  text-align: left;
  width: 13%;
  margin: 2% 0;
  padding: 10px 10px 10px 0;
  font-size: 16px;
}

.client-v2-logo-wrapper.monetize-brands.admob {
  justify-content: center;
  align-self: start;
  width: 100%;
  padding-right: 0;
}

.client-v2-logo-wrapper.monetize-brands.deltadna {
  justify-content: center;
  width: 100%;
  padding-right: 0;
}

.client-v2-logo-wrapper.monetize-brands.fyber {
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding-right: 0;
}

.client-v2-logo-wrapper.monetize-brands.mopub {
  justify-content: center;
  width: 100%;
  padding-right: 0;
}

.client-v2-logo-wrapper.monetize-brands.iqzone {
  justify-content: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.client-v2-logo-wrapper.monetize-brands.ironsource {
  justify-content: center;
  width: 100%;
  padding-right: 0;
}

.client-v2-logo-wrapper.monetize-brands.tapdaq {
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding-right: 0;
}

.client-logo {
  max-height: 70px;
}

.clients-v2-link {
  box-shadow: inset 0 0 0 1px var(--gainsboro), inset 0 -4px 0 0 var(--yellow);
  color: var(--black);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: -1px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-v2-link:hover {
  color: #fff;
}

.clients-v2-link-color {
  background-color: var(--yellow);
  box-shadow: 0 -4px 0 0 var(--yellow);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.blog-posts {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.blog-post {
  width: 33.33%;
}

.post-card {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-date-wrapper {
  z-index: 1;
  align-items: center;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
}

.post-card-date-line {
  background-color: var(--yellow);
  width: 8%;
  height: 3px;
  margin-right: 24px;
}

.zoom-image {
  width: 100%;
}

.zoom-image.split-about {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/anton-darius-sollers-424830.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoom-image.split-contacts {
  background-color: var(--dark);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoom-image.split-works {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoom-image.split-blog {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/darren-coleshill-558552-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoom-image.home-v7-work-image {
  width: auto;
  height: 100%;
}

.post-card-content {
  z-index: 1;
  padding-left: 0;
  padding-right: 24px;
  position: relative;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .5);
  height: 24px;
  margin-bottom: 281px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge.color {
  border-style: none;
  border-color: var(--dark-grey);
  background-color: var(--black);
  padding-top: 2px;
}

.badge.post-card-v2-badge {
  border-style: none;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.badge.nav-layout-badge {
  color: var(--black);
  background-color: #f7f7f7;
  margin-top: 16px;
}

.clients-v2-link-text {
  z-index: 1;
  position: relative;
}

.side-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1 {
  color: #fff;
  background-color: #363840;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-v1-subscrube {
  background-color: #3a4048;
  width: 33.33%;
  margin-bottom: 0;
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-v1-subscribe-form {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  transition: border .6s;
}

.input:hover {
  border-bottom-color: var(--silver);
}

.input:focus {
  border-bottom-color: var(--yellow);
}

.input.subscribe-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .3);
  flex: 1;
  margin-bottom: 8px;
  margin-right: -2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: industry, sans-serif;
  transition: border .6s;
}

.input.subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.input.subscribe-input:focus {
  border-color: var(--hypr-blue);
}

.input.subscribe-input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  margin-right: 30px;
}

.input.half-width {
  flex: 40%;
  margin-right: 30px;
}

.input.password-input {
  width: 200px;
  margin-right: 24px;
}

.footer-v1-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  display: flex;
}

.footer-v1-link {
  color: rgba(255, 255, 255, .5);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 8%;
  font-size: 13px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
}

.footer-v1-link:hover {
  color: #fff;
}

.footer-v1-links {
  justify-content: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 79px;
  display: flex;
}

.footer-v1-link-heading {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: industry, sans-serif;
  font-weight: 500;
}

.footer-v1-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: auto;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.scroll-up-button {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  left: 64px;
  overflow: hidden;
}

.footer-v1-bottom-text {
  color: rgba(255, 255, 255, .5);
  flex: 1;
  margin-top: 0;
  padding-right: 0%;
}

.hover-base {
  background-color: var(--yellow);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.hover-base.down {
  transform: translate(0, 100%);
}

.footer-v1-subscribe-text {
  opacity: .25;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.hero-scroll-button {
  z-index: 1;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: -48px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

.hero-scroll-button.w--current {
  left: -48px;
}

.services-v2 {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.service-v2 {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  flex-grow: 1;
  flex-basis: 45%;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5% 48px;
  display: flex;
  position: relative;
}

.service-v2-number {
  opacity: .1;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 64px;
  position: absolute;
  top: -30px;
  left: -20px;
}

.service-v2-info {
  padding-left: 16px;
  padding-right: 8px;
  position: relative;
}

.service-v2-heading {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.service-v2-description {
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  position: relative;
}

.place-top {
  z-index: 1;
  position: relative;
}

.story {
  flex: 1;
  display: flex;
}

.story-info {
  flex: 0 auto;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 6%;
}

.experience {
  flex: 1;
  padding-left: 15px;
  padding-right: 6%;
}

.story-more {
  flex: 0 auto;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.job {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 0;
}

.story-heading {
  margin-top: -12px;
  margin-bottom: 40px;
}

.job-time {
  color: var(--yellow);
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
}

.job-heading {
  display: inline-block;
}

.job-name {
  color: var(--silver);
  margin-bottom: 8px;
  margin-left: 8px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.story-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  line-height: 40px;
  display: flex;
}

.side-works-images-wrapper {
  flex: 0 auto;
  width: 75%;
  height: 280px;
  overflow: hidden;
}

.side-work-card {
  position: relative;
  overflow: hidden;
}

.side-works-link {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  color: var(--black);
  width: 48px;
  text-decoration: none;
  transition: color .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-works-link:hover {
  color: #fff;
}

.side-works-link-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 48%;
  left: -76px;
  transform: rotate(90deg);
}

.card-image {
  width: 100%;
}

.card-image.side-work {
  width: auto;
  max-width: none;
  height: 280px;
}

.work-card {
  color: var(--black);
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work {
  width: 33.33%;
  padding: 12px 15px;
}

.works {
  flex-wrap: wrap;
  display: flex;
}

.section-side-intro {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -16px;
  padding-bottom: 40px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.split-content {
  z-index: 1;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  min-height: 100vh;
  margin-top: 70px;
  margin-left: -200px;
  padding: 60px 2% 120px 0%;
  position: relative;
  overflow: visible;
}

.split-content.center {
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.split-content.right {
  margin-left: 50%;
  margin-right: 0;
}

.split-content.right.post {
  padding-top: 144px;
  padding-bottom: 64px;
}

.split-content.flex-center {
  align-items: center;
  display: flex;
}

.split-content.blog-post-content {
  margin-left: 50%;
  margin-right: 0;
}

.split-content.blog-post-content.post {
  padding-top: 144px;
  padding-bottom: 64px;
}

.split-media {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.split-media.left {
  right: auto;
}

.split-media.left.nav-left {
  z-index: 2;
  padding-left: 44px;
  left: 44px;
}

.split-media.nav-left {
  padding-left: 44px;
}

.split-media.right {
  left: auto;
}

.split-media.right.nav-bar-left {
  padding-left: 44px;
}

.split-media.right.nav-left {
  width: 50%;
  padding-left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.first-letter {
  float: left;
  color: var(--yellow);
  margin-top: 1px;
  margin-right: 8px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  line-height: 40px;
}

.about-video {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.about-video-preview {
  background-image: url('../images/nielsen-ramon-279902.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  position: relative;
}

.about-video-play {
  background-color: var(--yellow);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-video-info {
  flex: 1;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-video-description {
  color: var(--dark-grey);
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
}

.about-video-time {
  color: var(--dark-grey);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.contact-v1-form {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.password-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 44px;
  display: block;
}

.password-form {
  flex-direction: row;
  align-items: stretch;
  padding-top: 24px;
  display: flex;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-100%);
}

.post-date {
  color: var(--silver);
  font-size: 13px;
}

.post-panel {
  z-index: 1;
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 72px;
  padding-bottom: 1px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.post-panel.nav-left {
  padding-left: 76px;
}

.post-back-link {
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 0 54%;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  text-decoration: none;
}

.post-heading {
  margin-top: 16px;
}

.work-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.work-details {
  flex-direction: column;
  width: 25%;
  min-width: 270px;
  display: flex;
}

.work-details-block {
  border: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: -1px;
  padding: 15px 24px 16px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-details-heading {
  color: var(--dark-grey);
  margin-right: 8px;
}

.work-heading {
  margin-top: 12px;
}

.project-details-icon {
  z-index: 1;
  opacity: .2;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .3);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-hover.big-work-hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding: 48px 48px 32px;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-hover-info.work-big-info {
  max-width: 370px;
}

.works-masonry {
  column-count: 3;
  column-gap: 0;
}

.work-masonry {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.works-view {
  z-index: 5;
  float: right;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.works-view-icon {
  opacity: .3;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .6s;
  display: flex;
}

.works-view-icon:hover, .works-view-icon.w--current {
  opacity: 1;
}

.tabs-menu {
  text-align: left;
  margin-bottom: 108px;
  padding: 30px 112px 34px 15px;
}

.portfolio-nav-bar {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.menu-button.w--open {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.hero-full-image {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-full-image.home-v5 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/aziz-acharki-253909.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  display: flex;
}

.hero-full-image.home-v3 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/clem-onojeghuo-277043.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.hero-full-image.home-v8 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/beardface.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-works-button {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-small-heading {
  color: var(--yellow);
  margin-bottom: 13px;
}

.hero-big-heading {
  font-size: 72px;
  line-height: 80px;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.home-v2-icons {
  margin-right: -4px;
  position: absolute;
  bottom: 40px;
  right: 48px;
}

.social-icons.contact {
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 40px;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.social-icons.hero-v7-icons {
  justify-content: flex-start;
  margin-right: 32px;
}

.social-icons.home-v3-icons {
  margin-right: -4px;
  position: absolute;
  top: 40px;
  right: 48px;
}

.social-link {
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.vertical-line {
  background-color: rgba(255, 255, 255, .3);
  width: 2px;
  height: 24px;
  margin-top: 16px;
}

.vertical-info {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 400px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 24px;
}

.vertical-text {
  width: 300px;
  position: relative;
  top: 160px;
  left: 1px;
  transform: rotate(90deg);
}

.name {
  color: #fff;
  margin-top: 12px;
  margin-left: 16px;
  position: absolute;
  top: 24px;
  left: 3%;
}

.name.home-v3 {
  margin-left: 0;
  left: 48px;
}

.hero-down-intro {
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  margin-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero-down-heading {
  margin-bottom: 48px;
  margin-left: 16px;
}

.hero-services {
  width: auto;
  display: flex;
}

.hero-service {
  flex: 1;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 32px;
  padding-right: 16px;
  position: relative;
  box-shadow: inset 0 1px rgba(255, 255, 255, .3);
}

.hero-service-line {
  z-index: 1;
  background-color: var(--yellow);
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.categories {
  display: flex;
}

.category-heading {
  margin-bottom: 48px;
}

.categories-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.hero-left-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

._404-message {
  color: rgba(17, 17, 17, .36);
  background-color: rgba(35, 35, 35, .54);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 300px;
  margin-left: 20%;
  padding: 20px;
  display: flex;
}

.licensing {
  width: 100%;
  padding-top: 8px;
}

.licence-items {
  flex-direction: column;
  padding-bottom: 32px;
  display: flex;
}

.licence-item {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  align-items: center;
  margin-bottom: -1px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.licence-item-info {
  margin-left: 32px;
  padding-bottom: 8px;
}

.dot-divider {
  background-color: var(--gainsboro);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.post-card-info {
  z-index: 1;
  background-color: rgba(17, 17, 17, .2);
  flex-direction: column;
  justify-content: flex-end;
  padding: 104px 8% 48px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-icon {
  width: 40px;
}

.paragraph {
  color: #fff;
}

.contact-v1-heading {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 30px;
}

.nav-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.nav-info-description {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.nav-info-heading {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.full-screen-menu-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 14px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  position: static;
}

.full-screen-menu-link:hover {
  color: var(--black);
  transform: translate(8px);
}

.full-screen-menu-link.w--current {
  opacity: 1;
  color: var(--black);
}

.full-screen-menu {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 88px;
  padding-left: 16.66%;
  padding-right: 176px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.menu-button-line {
  background-color: var(--black);
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.full-screen-menu-button {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.full-screen-menu-button.w--open {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.menu-close-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  left: 64px;
}

.intro-page-hero {
  color: #fff;
  background-color: #0b101d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0%;
  margin-left: 0;
  padding: 0 0%;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: #fff;
  text-align: left;
}

.nav-bar-wide {
  z-index: 199;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 232px;
  padding-top: 32px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-menu-wide {
  text-align: right;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.nav-link-wide {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  color: rgba(17, 17, 17, .5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition: color .4s, background-color .4s;
  display: block;
  position: static;
}

.nav-link-wide:hover {
  color: #111;
  background-color: rgba(231, 231, 231, .35);
}

.nav-link-wide.w--current {
  opacity: 1;
  color: var(--black);
}

.no-margin-top {
  margin-top: 0;
}

.split-image-link {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-image-links {
  height: 100vh;
  display: flex;
}

.split-image-header {
  z-index: 1;
  margin-top: 16px;
  position: relative;
}

.layouts {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin-bottom: -64px;
  display: flex;
}

.layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  padding: 16px 8% 80px;
  display: flex;
}

.layout-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.layout-link {
  padding: 16px;
  transition: transform .4s;
}

.layout-link:hover {
  transform: scale(1.02);
}

.hero-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.section-intro.monetize {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mini-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 16px;
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.mini-heading.dark-bg {
  color: rgba(255, 255, 255, .6);
}

.blog-post-v2 {
  flex-direction: row;
  flex: 1 0 500px;
  width: 50%;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-v2 {
  border: 1px solid var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v2-image {
  width: 36%;
  min-width: 200px;
}

.post-card-v2-info {
  flex: 1;
  padding-left: 6%;
  padding-right: 6%;
}

.no-top-padding {
  padding-top: 0;
}

.more-posts-heading {
  border-top: 1px solid var(--gainsboro);
  margin-top: 40px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.no-margin {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.blog-categories {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-categories-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.work-category-tabs {
  margin-top: -89px;
}

.promo-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 470px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.inner-pages-text {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  max-width: 570px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.inner-pages {
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.inner-page {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 40%;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  margin-bottom: 38px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 1% 24px 30px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.inner-page:hover {
  background-color: rgba(255, 255, 255, .02);
  border-color: rgba(255, 255, 255, .5);
}

.inner-page.cs-1 {
  opacity: .55;
  background-image: url('../images/case_study_Magmic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  flex-direction: column;
  width: 100%;
}

.inner-page.cs-1:hover {
  opacity: 1;
}

.inner-page.cs-2 {
  opacity: .55;
  background-image: url('../images/case_study_PCH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  flex: none;
  width: 100%;
  padding-right: 33px;
}

.inner-page.cs-2:hover {
  opacity: 1;
}

.inner-page.cs-3 {
  opacity: .55;
  background-image: url('../images/case_study_new_02_playrix.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  width: 100%;
}

.inner-page.cs-3:hover {
  opacity: 1;
}

.inner-page.cs-4 {
  opacity: .55;
  background-image: url('../images/case_study_new_01_perk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.inner-page.cs-4:hover {
  opacity: 1;
}

.inner-page-preview {
  width: 144px;
  margin-right: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

.work-card-image-wrapper {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.work-card-category {
  color: var(--dark-grey);
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}

.instagram {
  flex-wrap: nowrap;
  width: 90%;
  margin-right: 0;
  display: flex;
}

.instagram-more {
  color: #fff;
  background-color: #191a21;
  background-image: url('../images/instagram-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-left: 5px;
  margin-right: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.full-width {
  width: 100%;
}

.instagram-link {
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.instagram-link.featured {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50vh;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.instagram-link.link2 {
  margin-left: 5px;
  margin-right: 5px;
}

.instagram-link.link1 {
  margin-right: 5px;
}

.instagram-link.link3, .instagram-link.link4 {
  margin-left: 5px;
  margin-right: 5px;
}

.transparent-text {
  color: rgba(255, 255, 255, .7);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.skill-circle {
  background-color: rgba(255, 255, 255, .12);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.skill-circle.light {
  background-color: var(--light-grey);
}

.skill-circle-bg {
  z-index: 2;
  background-color: rgba(17, 17, 17, .75);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
}

.skill-circle-bg.light {
  background-color: #fff;
  background-image: none;
}

.skill-circle-bg.image-3 {
  background-image: linear-gradient(rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/darren-coleshill-558552-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.skill-progress {
  background-color: var(--yellow);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skill-progress._1 {
  height: 92%;
}

.skill-progress._2 {
  background-color: var(--red);
  height: 75%;
}

.skill-progress._3 {
  background-color: var(--purple);
  height: 88%;
}

.skill-progress._4 {
  background-color: var(--aqua);
  height: 70%;
}

.post-card-v3 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-info-v3 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .4));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 104px 12% 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-v3 {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.career {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.career-job-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 970px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.career-job {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gainsboro);
  color: var(--black);
  text-align: center;
  background-color: #fff;
  width: 44%;
  padding: 40px;
  position: relative;
}

.career-job.left {
  box-shadow: -3px 0 0 0 var(--yellow);
  border-right-style: solid;
}

.career-job.right {
  box-shadow: 3px 0 0 0 var(--yellow);
  border-left-style: solid;
}

.career-job-corner {
  box-shadow: 1px -1px 0 0 var(--gainsboro);
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.career-job-corner.right {
  right: -7px;
}

.career-job-corner.left {
  box-shadow: -1px 1px 0 0 var(--gainsboro);
  left: -7px;
}

.career-job-position {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}

.career-job-period {
  width: 44%;
}

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

.text-right {
  text-align: right;
}

.career-timeline {
  background-image: linear-gradient(to bottom, rgba(231, 231, 231, 0), var(--light-grey) 5%, var(--light-grey) 95%, rgba(231, 231, 231, 0));
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.career-timeline.dark-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .2) 5%, rgba(255, 255, 255, .2) 95%, rgba(0, 0, 0, 0));
}

.timeline-dot-v1 {
  z-index: 1;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}

.buttons-wrapper {
  justify-content: center;
  display: flex;
}

.footer-v2 {
  color: var(--dark-grey);
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: rgba(255, 255, 255, .7);
  justify-content: center;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 3%;
  display: flex;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-heading {
  color: var(--black);
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: #fff;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-email {
  color: var(--dark-grey);
  text-decoration: none;
}

.footer-v2-email:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-signature {
  opacity: 1;
  height: 44px;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-nav-link {
  color: var(--dark-grey);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom-v2 {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  clear: none;
  color: rgba(255, 255, 255, .6);
  border-top-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-right {
  margin-left: 16px;
}

.link-dark {
  color: var(--black);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.works-big {
  height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
}

.works-big-item {
  flex: none;
  height: 100%;
  position: relative;
}

.works-big-wrapper {
  width: 100%;
  position: relative;
  overflow: scroll;
}

.work-big {
  width: auto;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.split-footer {
  border-top: 1px solid var(--gainsboro);
  color: var(--dark-grey);
  flex-wrap: wrap;
  width: 50%;
  padding: 64px 6% 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.split-footer.right {
  margin-left: 50%;
  padding-top: 56px;
}

.split-footer.left {
  margin-right: 50%;
}

.split-footer-about {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 48px;
  padding-right: 6%;
  display: flex;
}

.split-footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 48px;
  display: flex;
}

.split-footer-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 32px;
  display: flex;
}

.split-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 32px;
  padding-right: 15px;
  display: flex;
}

.split-footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.about-image-link {
  z-index: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .6);
  background-image: url('../images/location-icon-white.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 6px 12px 6px 34px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-image-link:hover {
  background-color: var(--purple);
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-info {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.right {
  margin-left: 33.33%;
}

.side-image-back.left {
  margin-right: 33.33%;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px rgba(0, 0, 0, .16);
}

.side-image-float.right {
  right: 15px;
}

.side-image-float.left {
  width: 63%;
  left: 0;
}

.big-quote {
  align-items: flex-start;
  width: 66.66%;
  max-width: 700px;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-quote-text {
  flex: 1;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.big-quote-icon {
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
}

.side-video {
  width: 83.33%;
  text-decoration: none;
  position: relative;
}

.side-video.right {
  margin-right: 16.66%;
}

.side-video.left {
  margin-left: 16.66%;
}

.play-button {
  background-color: rgba(17, 17, 17, .7);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.play-button.color-1 {
  background-color: var(--yellow);
}

.video-time {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(17, 17, 17, .6);
  padding: 6px 12px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.timeline-dot-v2 {
  z-index: 1;
  background-color: var(--yellow);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 0 6px rgba(250, 175, 82, .4);
}

.text-color-1 {
  color: var(--yellow);
}

.pricing {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.pricing-table {
  box-shadow: 0 0 0 1px var(--light-grey);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 72px 6% 80px;
  display: flex;
}

.divider {
  border-left: 32px solid var(--yellow);
  box-shadow: inset 0 1px 0 0 var(--light-grey);
  width: 100%;
  height: 3px;
  margin-bottom: 32px;
}

.text-thin {
  font-weight: 300;
}

.pricing-features {
  flex: 1;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 32px;
}

.pricing-feature {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 2px 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 8px;
  padding-left: 32px;
}

.contact-v2-card {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 64px;
  display: flex;
  position: relative;
}

.contact-v2-card.right {
  float: right;
  margin-right: 12%;
}

.contact-v2-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.contact-v2-heading {
  margin-bottom: 32px;
}

.info-card {
  background-color: #fff;
  width: 41.66%;
  padding: 64px;
}

.info-card.right {
  margin-left: 58.33%;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.clients-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.client-v1-link {
  opacity: .6;
  margin: 8px 20px;
  padding: 8px 16px;
  transition: opacity .3s;
}

.client-v1-link:hover {
  opacity: 1;
}

.services-v1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-bottom: -40px;
  display: flex;
}

.service-v1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 24px 3% 25px;
  display: flex;
}

.service-v1.monetization-8 {
  display: none;
}

.square-icon-line-bottom {
  z-index: 1;
  background-color: var(--dark-slate-grey);
  width: 32px;
  height: 3px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link {
  z-index: 3;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.mouse {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.mouse-wheel {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 8px;
}

.hero-slider {
  background-color: var(--black);
  min-height: 100vh;
}

.hero-slider.nav-margin-top {
  padding-top: 72px;
}

.hero-slider-intro {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 96px auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.hero-slide._1 {
  background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/fabrizio-verrecchia-438342.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/james-pond-185593.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: linear-gradient(rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/jake-davies-235504-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider-arrow {
  box-shadow: inset 0 -1px 0 0 var(--light-grey);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  right: 0;
}

.hero-slider-arrow.left {
  box-shadow: inset 0 -1px 0 0 var(--light-grey), inset -1px 0 0 0 var(--light-grey);
  right: 64px;
}

.hidden {
  margin-left: 0;
  display: none;
}

.nav-bar-top {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-top {
  clear: none;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-top-social {
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.review-v2-text {
  max-width: 670px;
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 36px;
}

.testimonials-v2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.review-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.slider-arrow-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.slider-arrow-button:hover {
  border-color: #fff;
}

.review-v2-author {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.review-v2-author-line {
  background-color: #fff;
  width: 32px;
  height: 2px;
  margin-left: 12px;
  margin-right: 8px;
}

.review-v2-author-link {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.testimonials-v2-nav {
  font-size: 10px;
  display: none;
}

.post-card-v3-heading {
  margin-top: 8px;
}

.hero-v7-top {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-v7-intro {
  flex: 1;
  margin-top: 1px;
  font-size: 13px;
  line-height: 20px;
}

.hero-v7-bottom {
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-v7-scroll {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.home-v7-scroll-icon {
  margin-left: 8px;
}

.work-info {
  flex: 1;
  max-width: 670px;
  padding-right: 40px;
}

.portfolio-icon-button {
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 56px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-layouts {
  flex-wrap: wrap;
  display: flex;
  position: static;
}

.nav-layout {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-layout-hover {
  z-index: 1;
  background-image: url('../images/jakob-owens-486025-unsplash-copy.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-layout-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.side-heading {
  margin-top: 3px;
}

.sg-sidebar {
  border-right: 1px solid var(--light-grey);
  width: 270px;
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-link {
  color: var(--dark-grey);
  text-transform: uppercase;
  width: 100%;
  padding: 10px 40px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s, box-shadow .3s;
}

.sg-sidebar-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.sg-sidebar-link.w--current {
  box-shadow: inset 3px 0 0 0 var(--yellow);
  color: var(--black);
}

.sg-sidebar-heading {
  margin-bottom: 40px;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.work-presentation p {
  width: 66.66%;
}

.work-presentation figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
  width: 66.66%;
}

.form-success {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.image-9 {
  max-width: 200%;
  margin-left: 76px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  color: #3e3e3e;
  flex: 1;
  align-self: center;
  width: 100%;
  margin-top: 50%;
  margin-bottom: 13px;
  margin-left: 403px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
}

.slider {
  width: 85%;
  max-width: 2000px;
  height: 70vh;
  margin-top: 23px;
}

.heading-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.heading-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  display: flex;
}

.paragraph-2 {
  clear: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 22%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  position: relative;
}

.div-block {
  clear: left;
  margin-left: 0;
  position: static;
  bottom: 0;
  left: 50%;
}

.div-block-2 {
  clear: right;
  margin-left: 0;
  margin-right: 16px;
  position: relative;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-4 {
  float: left;
  clear: none;
  background-image: url('../images/jakob-owens-486025-unsplash-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 300px;
  margin-top: 25px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-4.headshot3 {
  background-image: url('../images/circle-man.jpg');
  background-position: 50% 0;
  justify-content: center;
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.div-block-4.headshot2 {
  clear: right;
  background-image: url('../images/page-404.jpg');
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.div-block-4.headshot1 {
  float: left;
  clear: left;
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4.title-3 {
  background-image: none;
  width: 31%;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-4.title2 {
  background-image: none;
  width: 31%;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-4.title1 {
  background-image: none;
  width: 31%;
}

.div-block-4.headshot6 {
  background-image: url('../images/city.jpg');
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 15px;
}

.div-block-4.headshot5 {
  background-image: url('../images/photo-table.jpg');
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 20px;
}

.div-block-4.headshot4 {
  background-image: url('../images/gabriel-izgi-173852-unsplash.jpg');
  width: 31%;
  height: 400px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-5 {
  float: right;
  clear: none;
  width: 50%;
  height: 150px;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
}

.heading-5, .heading-6 {
  color: var(--hypr-blue);
  position: relative;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  position: relative;
}

.heading-7, .heading-8 {
  color: var(--hypr-blue);
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.paragraph-6 {
  position: relative;
}

.heading-9, .heading-10 {
  color: var(--hypr-blue);
}

.heading-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title1 {
  background-color: #f0f0f0;
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px 10px 12px;
}

.title2 {
  background-color: #f0f0f0;
  width: 31%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 5px 10px 10px;
}

.title3 {
  background-color: #f0f0f0;
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px 10px 10px;
}

.headshots-row-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 46px;
  display: flex;
}

.title.title1 {
  padding-left: 10px;
}

.text-block-2 {
  margin-bottom: 30px;
}

.container {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-6 {
  float: left;
  clear: none;
  width: 50%;
  height: 400px;
  display: block;
}

.publisher2 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BVG_LogoNew_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
}

.publisher2:hover {
  opacity: 1;
  filter: none;
}

.publisher1 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Logo-SocialPoint-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.publisher1:hover {
  opacity: 1;
  filter: none;
}

.publisher3 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tumblr_static_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
}

.publisher3:hover {
  opacity: 1;
  filter: none;
}

.publisher4 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/recolor-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
}

.publisher4:hover {
  opacity: 1;
  filter: none;
}

.publisher5 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/2000px-Ubisoft_logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
}

.publisher5:hover {
  opacity: 1;
  filter: none;
}

.pub-logos-1 {
  clear: both;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 1px;
  display: flex;
}

.publisher6 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/zynga-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.publisher6:hover {
  opacity: 1;
  filter: none;
}

.publisher7 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/p365-logo_600px-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.publisher7:hover {
  opacity: 1;
  filter: none;
}

.publisher8 {
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Backflip_V_white_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.publisher8:hover {
  opacity: 1;
  filter: none;
}

.publisher9 {
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/MW_logo_stacked_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.publisher9:hover {
  opacity: 1;
  filter: none;
}

.publisher10 {
  clear: none;
  border: 0px solid var(--gainsboro);
  opacity: .55;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/jrg-logo_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
}

.publisher10:hover {
  opacity: 1;
  filter: none;
}

.heading-12 {
  color: var(--dim-grey-2);
  text-align: left;
  text-transform: none;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: industry, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 75px;
  display: flex;
}

.publisher11 {
  opacity: .55;
  background-image: url('../images/PCH-Stacked-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 100px;
  transition: opacity .4s;
}

.publisher11:hover {
  opacity: 1;
}

.publisher12 {
  opacity: .55;
  background-image: url('../images/playrix-white_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  transition: opacity .4s;
}

.publisher12:hover {
  opacity: 1;
}

.publisher13 {
  opacity: .55;
  background-image: url('../images/pinger-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 100px;
  transition: opacity .4s;
}

.publisher13:hover {
  opacity: 1;
}

.publisher14 {
  opacity: .55;
  background-image: url('../images/hipster-whale_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  transition: opacity .4s;
}

.publisher14:hover {
  opacity: 1;
}

.publisher15 {
  opacity: .55;
  background-image: url('../images/glu-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 100px;
  transition: opacity .4s;
}

.publisher15:hover {
  opacity: 1;
}

.publisher16 {
  opacity: .55;
  background-image: url('../images/dots_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  transition: opacity .4s;
}

.publisher16:hover {
  opacity: 1;
}

.publisher17 {
  opacity: .55;
  background-image: url('../images/zeptolab.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 100px;
  transition: opacity .4s;
}

.publisher17:hover {
  opacity: 1;
}

.publisher18 {
  opacity: .55;
  background-image: url('../images/meetme_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 100px;
  transition: opacity .4s;
}

.publisher18:hover {
  opacity: 1;
}

.publisher19 {
  opacity: .55;
  background-image: url('../images/DoubleDown.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  height: 100px;
  transition: opacity .4s;
}

.publisher19:hover {
  opacity: 1;
}

.publisher20 {
  opacity: .54;
  background-image: url('../images/gsn-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  transition: opacity .4s;
}

.publisher20:hover {
  opacity: 1;
}

.publisher21 {
  opacity: .55;
  background-image: url('../images/tapas_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 100px;
  transition: opacity .4s;
}

.publisher21:hover {
  opacity: 1;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-8, .div-block-9 {
  width: 35%;
}

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

.paragraph-7 {
  color: #fff;
}

.heading-13, .heading-14 {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.paragraph-8 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 5%;
  font-size: 1.25em;
  display: none;
  overflow: visible;
}

.text-block-3 {
  text-transform: none;
  transition: opacity .2s, opacity .2s;
}

.text-block-4 {
  text-transform: none;
}

.heading-15 {
  display: block;
}

.div-block-10 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
  width: 20%;
  height: 150px;
}

.paragraph-9 {
  color: #fff;
  margin-top: 34px;
  margin-bottom: 0;
}

.nav-brand {
  flex: 1;
  width: 120px;
  max-width: 120px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-31, .div-block-32 {
  border: 1px solid #000;
  width: 40%;
  height: 250px;
}

.div-block-33, .div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 35px;
}

.heading-16 {
  margin-bottom: 40px;
}

.heading-17 {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
}

.heading-18, .heading-19 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
}

.heading-20 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  display: flex;
}

.heading-21, .heading-22 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
}

.heading-23 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  display: flex;
}

.paragraph-10 {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: .5px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0%;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  position: static;
}

.heading-24 {
  border: 2px solid #fff;
  margin: 19px 14px 0 8%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.container-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-11 {
  background-image: url('../images/Logo-SocialPoint-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  height: 100px;
  display: block;
}

.div-block-35 {
  z-index: 3;
  background-image: url('../images/empire-bldg.png');
  background-position: 472px 54px;
  background-repeat: no-repeat;
  background-size: 900px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -76px;
}

.div-block-35.empire-state {
  z-index: 4;
  opacity: 1;
  text-align: left;
  background-image: url('../images/subway-entrance1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 135vh;
  display: flex;
  right: 0;
}

.div-block-36 {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/sky.jpg'), linear-gradient(#d2d2d2, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.heading-25 {
  z-index: 8;
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(54, 56, 64, .48);
  width: 100%;
  margin: 0% 0% 0 5%;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  line-height: 1.35em;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero {
  background-image: linear-gradient(#c5c5c5, #fff), linear-gradient(#dfe0e9, #dfe0e9);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.birds {
  z-index: 0;
  background-image: url('../images/birds.png');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: absolute;
  top: 67px;
  bottom: 0;
  left: -10px;
  right: 25px;
  transform: scale(1.22);
}

.clouds {
  background-image: url('../images/clouds.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 600px;
  position: absolute;
  top: -107px;
  left: 28px;
  right: 32px;
}

.buildings-foreground {
  z-index: 2;
  background-image: url('../images/foreground-buildings.png');
  background-position: 50% 112%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  bottom: -92px;
  left: 0;
  right: 0;
  transform: scale(1.11);
}

.button-2 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Karla, sans-serif;
  transition: background-color .4s, opacity .4s;
}

.button-2:hover {
  background-color: var(--dodger-blue);
}

.button-3 {
  background-color: var(--hypr-blue);
  color: #fff;
  border-radius: 5px;
  margin-top: 43px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .4s;
}

.button-3:hover {
  background-color: var(--dodger-blue);
}

.button-4 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 225px;
  margin-top: 30px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: industry, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .4s;
}

.button-4:hover {
  background-color: var(--dodger-blue);
}

.lightbox-link {
  width: 80%;
  height: 60vh;
}

.image-12 {
  background-image: linear-gradient(#beb9b9, #beb9b9);
  width: 100%;
  height: 60vh;
}

.slider-2 {
  width: 80%;
  height: 20vh;
  margin-top: 13px;
}

.ma-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 450px;
  overflow: visible;
}

.ma-preview {
  clear: none;
  opacity: .41;
  transition: opacity .4s;
  overflow: hidden;
}

.ma-preview.active {
  opacity: 1;
  background-color: #0098ff;
}

.ma-slide {
  align-items: center;
  width: 100%;
  height: 451px;
}

.ma-slide._1 {
  height: 380px;
  overflow: hidden;
}

.ma-slide._2 {
  height: 390px;
  overflow: hidden;
}

.ma-slider-section {
  background-color: var(--light-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.ma-preview-wrapper {
  text-align: center;
}

.div-block-37 {
  background-image: linear-gradient(#dfdfdf, #dfdfdf);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 50vh;
  margin-top: 7px;
  margin-bottom: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  background-color: rgba(0, 152, 255, 0);
  height: 50vh;
  padding-left: 200px;
  padding-right: 200px;
}

.heading-26 {
  color: var(--dim-grey-2);
  text-transform: none;
  margin-bottom: 40px;
  font-family: industry, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.heading-27 {
  color: var(--hypr-blue);
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  font-family: industry-inc-inline, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  transition: opacity .4s;
  position: relative;
}

.block-quote {
  text-align: center;
}

.heading-28 {
  text-align: center;
  align-self: center;
  font-weight: 200;
}

.italic-text-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-38 {
  width: 10%;
}

.div-block-39 {
  width: 10px;
}

.div-block-40 {
  width: 10%;
}

.div-block-41 {
  width: 10px;
}

.div-block-42 {
  height: 150px;
}

.div-block-43 {
  background-image: url('../images/hyprmx_new_logo_standard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 200px;
  height: 70px;
}

.link-block {
  background-image: url('../images/hyprmx_new_logo_standard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 200px;
}

.link-block-2, .link-block-3 {
  height: 70px;
}

.link-block-4, .link-block-5, .link-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.link-block-6.w--current {
  background-size: cover;
}

.link-block-6.nav-link {
  opacity: 1;
  background-image: url('../images/hyprmx_new_logo_standard.png');
  background-position: 50%;
  background-size: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link-block-6.nav-link:focus {
  opacity: 1;
}

.image-13 {
  position: relative;
  top: 0;
  right: 0;
}

.image-14 {
  display: block;
  position: relative;
}

.heading-29 {
  display: flex;
}

.heading-30 {
  text-align: center;
}

.div-block-44 {
  background-color: #fff;
  height: 3px;
  margin-top: 25px;
}

.div-block-44.divider {
  box-shadow: none;
  align-self: end;
  width: 8%;
}

.div-block-44.division {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  align-self: end;
  width: 100%;
}

.heading-31 {
  color: var(--dark-slate-grey);
  align-self: start;
  margin-left: 5%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.heading-32 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: none;
  align-self: start;
  width: 100%;
  margin: 20px 5% 8px 0%;
  font-family: industry, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  position: relative;
}

.heading-33 {
  position: relative;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--hypr-blue);
  align-self: start;
  margin-left: 5%;
}

.image-15, .image-16 {
  margin-left: 5%;
}

.image-17 {
  margin-left: 4%;
}

.image-18 {
  margin-left: 5%;
}

.heading-34 {
  color: var(--dark-slate-grey);
  align-self: end;
  margin-left: 3%;
}

.paragraph-11 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: none;
  align-self: start;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0%;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.heading-35 {
  color: var(--dim-grey-2);
  text-align: center;
  text-transform: none;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: industry, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  display: block;
  overflow: visible;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5, .button-6, .button-7, .button-8 {
  background-color: var(--hypr-blue);
  color: #fff;
  align-self: start;
}

.div-block-46 {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-36 {
  text-transform: none;
  margin-bottom: 35px;
  font-family: industry, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.div-block-47 {
  width: 100%;
}

.heading-37 {
  color: #fcfcfc;
}

.paragraph-12 {
  color: #fff;
}

.div-block-48 {
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 30px;
}

.div-block-49 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: stretch;
  width: 640vw;
  height: 360px;
  display: flex;
}

.div-block-50 {
  width: 580px;
  height: 300px;
}

.div-block-51 {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-52 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-52.media-img1 {
  opacity: .55;
  background-image: url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block-52.media-img1:hover {
  opacity: 1;
}

.div-block-52.media-img2 {
  opacity: .55;
  background-image: url('../images/lens.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
  transition: opacity .4s;
}

.div-block-52.media-img2:hover {
  opacity: 1;
}

.div-block-52.media-img3 {
  opacity: .55;
  background-image: url('../images/licence-image-mockups.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  transition: opacity .4s;
}

.div-block-52.media-img3:hover {
  opacity: 1;
}

.div-block-52.media-img4 {
  opacity: .55;
  background-image: url('../images/photo-table.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  transition: opacity .4s;
}

.div-block-52.media-img4:hover {
  opacity: 1;
}

.div-block-53 {
  background-color: var(--hypr-blue);
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-55 {
  background-image: url('../images/Valerie-Husky.png');
  background-position: 50%;
  background-size: cover;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}

.div-block-56 {
  background-image: url('../images/Eric-Delia.png');
  background-position: 50%;
  background-size: cover;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}

.div-block-57 {
  background-image: url('../images/Michael-Panov.png');
  background-position: 50%;
  background-size: cover;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}

.div-block-58 {
  background-image: url('../images/DanMateer.png');
  background-position: 50%;
  background-size: cover;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}

.div-block-59 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 275px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.div-block-60 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 275px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.div-block-61 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 275px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.div-block-62 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: center;
  height: 275px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.image-19 {
  position: absolute;
  top: 227px;
  bottom: 244px;
  right: 910px;
}

.image-20 {
  opacity: .76;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.image-21 {
  margin-bottom: 10px;
}

.div-block-64 {
  flex-direction: column;
  align-self: start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0%;
  display: flex;
}

.div-block-65 {
  flex-direction: column;
  flex: 0 auto;
  align-self: start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0%;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
}

.image-22, .image-23 {
  margin-bottom: 10px;
}

.div-block-66 {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 11px;
  margin-left: 0%;
  display: flex;
}

.image-24 {
  margin-bottom: -8px;
}

.image-25 {
  margin-bottom: 10px;
}

.link-5 {
  color: var(--hypr-blue);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-6, .link-7, .link-8 {
  color: var(--hypr-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-67 {
  z-index: 2;
  background-image: url('../images/subway-entrance2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 135vh;
  position: absolute;
}

.heading-38 {
  z-index: 8;
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(54, 56, 64, .48);
  width: 100%;
  margin-left: 5%;
  margin-right: 0%;
  font-size: 2.5vw;
  line-height: 10vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-68 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), url('../images/JG-A-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 45vh;
  position: relative;
}

.div-block-68:hover {
  background-image: url('../images/JG-A-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-69 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), url('../images/photo-1530958937846-abbdb6cb014a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 45vh;
  position: relative;
}

.div-block-69:hover {
  background-image: url('../images/photo-1530958937846-abbdb6cb014a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-70 {
  height: 20vh;
}

.div-block-71 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
  position: relative;
}

.div-block-71:hover {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  align-self: center;
}

.div-block-72 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), url('../images/photo-table.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 35vh;
}

.div-block-72:hover {
  background-image: url('../images/photo-table.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-73 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), url('../images/circle-man.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 35vh;
}

.div-block-73:hover {
  background-image: url('../images/circle-man.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-39 {
  color: #fff;
  margin-top: 2%;
  margin-left: 2%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-40 {
  color: #fff;
  margin-top: 3%;
  margin-left: 2%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: grid;
  position: static;
  overflow: hidden;
}

.heading-41 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.div-block-75 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 5%;
  display: flex;
  position: static;
}

.div-block-76 {
  z-index: 6;
  background-color: var(--haze);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-77 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 60px;
  transition: opacity .2s, opacity .4s;
  display: flex;
  position: relative;
}

.div-block-78 {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--haze);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.div-block-79 {
  background-image: url('../images/brands.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 700px;
  padding-top: 0;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  background-image: url('../images/kym-ellis-640044-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.heading-42, .heading-43, .heading-44, .heading-45, .heading-46, .heading-47 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 5px;
}

.heading-48, .heading-49 {
  text-align: center;
  margin-bottom: 5px;
}

.link-block-11, .link-block-12 {
  background-image: url('../images/kym-ellis-640044-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.link-block-13, .link-block-14 {
  height: 25vh;
}

.heading-50, .heading-51, .heading-52, .heading-53, .heading-54, .heading-55 {
  color: var(--dark-grey);
  text-align: center;
}

.div-block-80, .div-block-81, .div-block-82, .div-block-83, .div-block-84, .div-block-85 {
  background-color: #f0f0f0;
}

.div-block-86 {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue)), url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 35vh;
}

.div-block-86:hover {
  background-image: url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-13 {
  text-align: center;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 29px auto 30px;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.slide-2 {
  clear: none;
  margin-left: auto;
  position: static;
  top: 0;
  left: 0;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 79px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0%;
  display: grid;
}

.slide-3 {
  background-color: rgba(0, 152, 255, 0);
  width: 50%;
  height: 100%;
}

.slider-4 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 120px;
  margin-left: 2%;
  margin-right: 2%;
}

.div-block-89 {
  background-image: url('../images/gabriel-izgi-173852-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: absolute;
}

.div-block-89.slide-1 {
  background-image: url('../images/DSC00993-cropped.JPG');
  width: 50%;
  height: 100%;
}

.div-block-89.slide-2, .div-block-89.slide-3, .div-block-89.slide-4 {
  background-image: url('../images/DSC00993-cropped.JPG');
  width: 50%;
}

.div-block-89.slide-5 {
  background-image: url('../images/_MG_1890_like.jpg');
  background-position: 50% 20%;
  width: 50%;
}

.div-block-89.slide-6 {
  background-image: url('../images/DSC00993-cropped.JPG');
  width: 50%;
}

.div-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 2%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block-91 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.heading-56 {
  color: var(--hypr-blue);
  margin-top: 5%;
  margin-bottom: 5px;
}

.paragraph-14 {
  margin-bottom: 10px;
  margin-right: 12%;
  padding-right: 15%;
}

.link-9 {
  color: var(--hypr-blue);
  font-size: 20px;
}

.heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62 {
  color: var(--dark-grey);
  margin-bottom: 12px;
}

.right-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-right: 0%;
  display: flex;
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.heading-63 {
  font-family: Karla, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.link-block-15 {
  opacity: .8;
}

.link-block-15:hover {
  opacity: 1;
}

.link-block-16 {
  opacity: .8;
  transition: opacity .4s;
}

.link-block-16:hover {
  opacity: 1;
}

.image-26 {
  opacity: .8;
  transition: opacity .4s;
}

.image-26:hover {
  opacity: 1;
}

.image-27 {
  opacity: .8;
  transition: opacity .4s;
}

.image-27:hover {
  opacity: 1;
}

.image-28 {
  opacity: .8;
  transition: opacity .4s;
}

.image-28:hover {
  opacity: 1;
}

.image-29 {
  opacity: .8;
  transition: opacity .4s;
}

.image-29:hover {
  opacity: 1;
}

.button-9 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 5px;
  align-self: center;
  width: 40%;
  padding: 15px 20px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .4s;
  display: block;
}

.button-9:hover {
  background-color: var(--dodger-blue);
  align-self: center;
}

.div-block-92 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: block;
}

.slider-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  overflow: visible;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  display: block;
}

.slide-7 {
  position: relative;
}

.div-block-94 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-95, .div-block-96 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-97 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-98 {
  z-index: 7;
  background-image: url('../images/fade.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.right-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-2 {
  background-color: var(--haze);
  min-height: 100vh;
  margin-top: 0;
  padding: 120px 5% 150px;
  display: block;
}

.case-studies-header-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-64 {
  color: var(--hypr-blue);
  text-align: center;
  margin-bottom: 100px;
  font-family: industry, sans-serif;
  font-weight: 600;
  position: relative;
}

.perk-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  display: grid;
  position: static;
}

.magmic-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--silver);
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay)), url('../images/crazy-maple-studio-image.png');
  white-space: normal;
  object-fit: fill;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.playrix-link {
  background-color: var(--silver);
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay)), url('../images/zimad-bg.png');
  opacity: 1;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  font-style: normal;
  display: flex;
  position: relative;
}

.pch-link {
  background-color: var(--silver);
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay)), url('../images/PCH_Small_NonBlue.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.div-block-101 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: relative;
}

.tapas-link {
  background-color: var(--silver);
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay)), url('../images/meet-group--1.jpeg'), url('../images/meetgrpsmall.jpg');
  object-fit: fill;
  background-position: 0 0, 100% 0, 100%;
  background-size: auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.link-block-21 {
  background-color: var(--silver);
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay)), url('../images/Perk_600x600.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.link-block-21:hover {
  background-image: url('../images/Perk_600x600.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}

.perk-block {
  background-color: var(--silver);
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/BigVikingGames_600x600.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.heading-65 {
  color: var(--hypr-blue);
  font-family: industry, sans-serif;
  position: relative;
}

.heading-66 {
  position: absolute;
  top: 0;
  left: 0;
}

.link-10 {
  color: var(--hypr-blue);
  margin-top: 1%;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-102 {
  z-index: 3;
  filter: saturate(66%) blur(1px);
  background-image: url('../images/subway-entrance5.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 135vh;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-103 {
  z-index: 1;
  background-image: url('../images/subway-entrance3.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 135vh;
  position: absolute;
}

.section-3 {
  background-color: var(--dark-grey);
  width: 100%;
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.div-block-104 {
  z-index: 4;
  background-image: url('../images/CityScene2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.div-block-105 {
  z-index: 1;
  background-image: url('../images/CityScene1.png');
  background-position: 50% 42%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.div-block-106 {
  z-index: 3;
  background-image: url('../images/CityScene3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.div-block-107 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
                 "."
                 / .5fr 1fr;
  align-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
  overflow: visible;
}

.div-block-108 {
  background-image: url('../images/Robert-crop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.div-block-109 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-67 {
  color: var(--dim-grey-2);
  text-transform: none;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-110 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-68 {
  color: #686666;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 25px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  overflow: visible;
}

.paragraph-15 {
  margin: 0 10px 10px;
  padding-left: 3.5%;
  padding-right: 0%;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.link-block-24 {
  margin-top: 2%;
}

.link-block-24.last {
  display: block;
}

.headshot1 {
  background-image: url('../images/CW.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.headshot2 {
  background-image: url('../images/Dan.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.headshot3 {
  background-image: url('../images/Chris-crop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
  position: static;
}

.headshot4 {
  background-image: url('../images/Chelsea_Circle_Color.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
  position: static;
}

.headshot5 {
  text-align: center;
  background-image: url('../images/JEREMY_CIRCLE_2020.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
  padding-top: 27px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: translate(0);
}

.headshot6 {
  background-image: url('../images/Eric.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  width: 100%;
  height: 25vh;
  display: flex;
}

.div-block-111, .div-block-112, .div-block-113 {
  background-color: var(--silver);
  opacity: .5;
  width: 1px;
  height: 100%;
}

.image-31 {
  position: static;
}

.lightbox-link-2 {
  color: #fff;
  background-image: url('../images/PosterImage_800x450-copy.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  text-decoration: none;
  display: flex;
}

.lightbox-link-3 {
  background-image: url('../images/MagmicMedia.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  margin-left: -1px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lightbox-link-4 {
  color: #fff;
  background-image: url('../images/Screen-Shot-2020-06-12-at-12.43.10-PM.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-5 {
  background-image: url('../images/Screen-Shot-2020-06-25-at-4.34.05-PM.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-6 {
  color: #fff;
  background-image: url('../images/Screenshot-2023-11-07-at-10.34.12-AM.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-25 {
  background-color: var(--hypr-blue);
  opacity: .75;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-25:hover {
  opacity: 1;
}

.heading-69 {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: industry, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.section-4 {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.div-block-114 {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 15%;
  padding: 120px 5% 150px;
  display: grid;
}

.heading-70 {
  color: var(--hypr-blue);
  align-self: center;
  font-family: industry, sans-serif;
  font-weight: 600;
}

.lightbox-link-7 {
  background-image: url('../images/advantage-hypr-media.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.lightbox-link-8 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.02.30-AM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-9 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.05.09-AM.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
}

.div-block-115 {
  background-color: var(--hypr-blue);
  width: 100%;
  height: 1px;
}

.div-block-116 {
  display: flex;
}

.div-block-117 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-71 {
  color: var(--hypr-blue);
  text-transform: none;
  margin-top: 5px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.lightbox-link-11 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.17.35-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-12 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.19.30-AM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-13 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.22.26-AM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
}

.heading-72, .heading-73 {
  color: var(--dark-grey);
  font-family: industry, sans-serif;
  font-weight: 600;
}

.heading-74, .heading-75 {
  color: var(--dark-grey);
}

.heading-76, .heading-77, .heading-78 {
  color: var(--dark-grey);
  font-family: industry, sans-serif;
  font-weight: 600;
}

.heading-79 {
  color: var(--dark-grey);
}

.lightbox-link-15 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.24.44-AM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-16 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-11.59.32-AM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-17 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.01.53-PM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
}

.heading-80 {
  color: #fffdfb;
  text-align: center;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading-81 {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}

.heading-82, .heading-83, .heading-84, .heading-85 {
  color: var(--hypr-blue);
  font-family: industry, sans-serif;
}

.heading-86 {
  color: var(--hypr-blue);
}

.div-block-118 {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 8%;
  padding-right: 8%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-118:hover {
  opacity: 1;
}

.div-block-119 {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  opacity: 0;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 8%;
  padding-right: 8%;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-119:hover {
  opacity: 1;
}

.heading-87 {
  font-family: Karla, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading-88 {
  text-decoration: none;
}

.div-block-120 {
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay));
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-121 {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-121:hover {
  opacity: 1;
}

.heading-89 {
  text-align: center;
  text-transform: none;
  font-family: Karla, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.heading-90 {
  text-align: center;
  text-transform: none;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.div-block-122 {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-122:hover {
  opacity: 1;
}

.heading-91 {
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.heading-92 {
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 20px;
}

.div-block-123 {
  background-image: linear-gradient(to bottom, var(--hypr-blue), var(--hypr-blue));
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s, opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-123:hover {
  opacity: 1;
}

.heading-93 {
  float: none;
  color: var(--hypr-blue);
  align-items: stretch;
  margin-bottom: 8%;
  font-family: industry, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
  display: block;
}

.heading-94 {
  color: var(--dark-slate-grey-2);
  text-transform: none;
  font-family: industry, sans-serif;
  font-weight: 600;
}

.heading-95 {
  color: var(--dark-slate-grey-2);
  text-transform: none;
  margin-top: 8%;
  font-family: industry, sans-serif;
  font-weight: 600;
}

.heading-96 {
  direction: ltr;
  color: var(--hypr-blue);
  text-align: left;
  text-transform: none;
  column-count: 1;
  margin-bottom: 8px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: industry, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.heading-97 {
  color: var(--dark-slate-grey-2);
  text-transform: none;
  margin-top: 8%;
  font-family: industry, sans-serif;
  font-weight: 600;
}

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

.heading-99 {
  font-family: industry, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-124 {
  z-index: 1;
  background-image: url('../images/hero-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-125 {
  z-index: 2;
  background-image: url('../images/hero-3_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 115vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block-126 {
  z-index: 3;
  background-image: url('../images/hero-2_1.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 115vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.div-block-127 {
  z-index: 4;
  background-image: url('../images/hero-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 116vh;
  position: absolute;
}

.div-block-128 {
  z-index: 1;
  background-image: url('../images/hero-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.div-block-129 {
  z-index: 2;
  background-image: url('../images/skyline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  margin-top: 2%;
  margin-right: 0%;
  padding-right: 0%;
  position: absolute;
  left: -11%;
  overflow: hidden;
}

.div-block-130 {
  z-index: 3;
  background-image: url('../images/hero-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-131 {
  z-index: 4;
  background-image: url('../images/empire.png');
  background-position: 150px 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  margin-top: 0%;
  position: absolute;
}

.div-block-132 {
  z-index: 5;
  background-image: url('../images/hero-1_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.heading-100 {
  z-index: 5;
  color: var(--hypr-blue);
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  bottom: 0;
  left: 0;
}

.heading-101 {
  z-index: 5;
  color: var(--haze);
  text-align: center;
  margin-bottom: 20%;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
  position: relative;
  top: 1px;
  bottom: 0;
  left: 0;
}

.div-block-133 {
  z-index: 2;
  grid-column-gap: 2px;
  grid-row-gap: 10px;
  opacity: .95;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin: 170px 0% 25% 5%;
  display: flex;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: 0;
  right: auto;
}

.heading-102 {
  z-index: 6;
  color: #a8c6ec;
  text-align: left;
  letter-spacing: .11vw;
  text-transform: uppercase;
  align-self: end;
  width: 100%;
  margin-top: 0%;
  margin-right: 0%;
  font-size: 2vw;
  font-weight: 300;
  line-height: 7vh;
  position: relative;
  top: 0;
  right: 0;
}

.heading-103 {
  z-index: 6;
  position: absolute;
}

.heading-104 {
  z-index: 2;
  color: #9daadd;
  text-shadow: -1px 1px 20px #000;
  margin-top: 20%;
  margin-right: 5%;
  font-size: 120px;
  line-height: 130px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-5 {
  width: 100%;
}

.section-6 {
  background-color: var(--haze);
  width: 100%;
  height: 100vh;
}

.div-block-134 {
  width: 100%;
  height: 100vh;
}

.div-block-135 {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(rgba(230, 230, 230, .83), rgba(230, 230, 230, .83)), url('../images/ezgif.com-optimize-1.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100vh;
  margin-top: 10%;
  margin-left: 0%;
  position: absolute;
}

.div-block-136 {
  z-index: 1;
  background-image: url('../images/hero1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  margin-top: 2%;
  position: absolute;
}

.div-block-137 {
  z-index: 3;
  background-image: url('../images/empire_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-attachment: fixed;
  width: 80%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-138 {
  z-index: 4;
  background-image: url('../images/hero2_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-139 {
  z-index: 2;
  opacity: .82;
  background-image: url('../images/hero3.png');
  background-position: -261px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-140 {
  z-index: 20;
  background-color: #272727;
  width: 200%;
  height: 100vh;
  display: none;
  position: absolute;
}

.div-block-141 {
  z-index: 20;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#272727, #272727);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -96%;
}

.section-7 {
  height: 50vh;
}

.div-block-142 {
  background-color: #a8c6ec;
  align-self: end;
  width: 100%;
  height: 2px;
  margin-top: 0%;
  margin-bottom: 5%;
  position: relative;
  top: 0;
  left: 0;
}

.heading-105 {
  opacity: 1;
  color: #2f60a1;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 21px;
  padding-top: 0;
  font-family: navigo, sans-serif;
  font-size: 2.9em;
  font-weight: 500;
  line-height: 1.15em;
  display: flex;
}

.heading-106 {
  align-self: end;
  font-size: 2.2vw;
  font-weight: 300;
}

.heading-107 {
  color: var(--dim-grey-2);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-self: end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: industry-inc-base, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130vh;
  display: flex;
  position: relative;
}

.section-8.hero {
  background-color: #fff;
  background-image: linear-gradient(#d0d8e4, #d0d8e4);
  flex-direction: row;
  height: 900px;
  position: relative;
}

.div-block-143 {
  z-index: 4;
  background-image: url('../images/wing.png');
  background-position: 0 83px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-144 {
  z-index: 5;
  text-align: left;
  letter-spacing: normal;
  background-image: url('../images/window.png');
  background-position: 50% 39px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 300vh;
  position: absolute;
  top: 0;
  left: 0;
}

.image-32 {
  opacity: .82;
  position: relative;
}

.image-34 {
  opacity: 1;
  margin-bottom: 3%;
  margin-left: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-34:hover {
  opacity: 1;
}

.div-block-145 {
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-145:hover {
  opacity: 0;
}

.div-block-146 {
  background-image: linear-gradient(rgba(72, 121, 185, .61), rgba(72, 121, 185, .61));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-146:hover {
  opacity: 0;
}

.div-block-147 {
  opacity: 1;
  background-image: linear-gradient(rgba(72, 121, 185, .6), rgba(72, 121, 185, .6));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-147:hover {
  opacity: 0;
}

.div-block-148 {
  background-image: linear-gradient(rgba(72, 121, 185, .6), rgba(72, 121, 185, .6));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-148:hover {
  opacity: 0;
}

.div-block-149 {
  background-image: linear-gradient(to bottom, var(--hypr-overlay), var(--hypr-overlay));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-149:hover {
  opacity: 0;
}

.div-block-150 {
  background-image: linear-gradient(rgba(72, 121, 185, .6), rgba(72, 121, 185, .6));
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.div-block-150:hover {
  opacity: 0;
}

.button-10 {
  border-radius: 5px;
  margin-top: 5%;
  font-size: 1.5vw;
}

.link-block-26 {
  background-image: url('../images/Gameloft.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 35vh;
}

.link-block-27 {
  background-image: url('../images/Mobile-Game-Doctor.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  display: inline;
}

.link-block-28 {
  background-image: url('../images/gumi.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-29 {
  background-image: url('../images/StealthProjects.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-30 {
  background-image: url('../images/Tapas_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-31 {
  background-image: url('../images/BigBlueBubble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-32 {
  background-image: url('../images/Zenjoy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-33 {
  background-image: url('../images/Wargaming.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-34 {
  background-image: url('../images/Magmic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-35 {
  background-image: url('../images/JamCity.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.link-block-36 {
  background-image: url('../images/Niantic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
}

.lightbox-link-19 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.03.51-PM.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-20 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.05.24-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-21 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.07.10-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-22 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.08.39-PM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-23 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.10.49-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-24 {
  background-image: url('../images/Screen-Shot-2022-05-25-at-12.12.33-PM.png');
  background-position: 50% 0;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-25 {
  background-image: url('../images/Screen-Shot-2020-06-12-at-1.29.07-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-26 {
  background-image: url('../images/Wargaming.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-27 {
  background-image: url('../images/Magmic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-28 {
  background-image: url('../images/JamCity.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.lightbox-link-29 {
  background-image: url('../images/Niantic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.heading-108 {
  margin-top: 30px;
}

.section-9 {
  width: 50%;
}

.link-11, .link-12 {
  color: var(--silver);
  margin-left: 2%;
  margin-right: 2%;
  font-size: 12px;
}

.paragraph-16 {
  color: var(--silver);
  font-size: 12px;
}

.dropdown-toggle {
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-toggle-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
}

.text-block-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 700;
}

.div-block-151, .div-block-152, .div-block-153, .div-block-154, .div-block-155 {
  margin-top: 8%;
  margin-bottom: 8%;
}

.div-block-156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: -70px;
  display: grid;
}

.heading-109 {
  color: #616161;
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.italic-text-3 {
  text-align: left;
}

.div-block-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: relative;
  left: -280px;
}

.italic-text-4 {
  text-transform: none;
  font-family: industry-inc-base, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  position: relative;
}

.div-block-158, .div-block-159, .div-block-160, .div-block-161, .div-block-162, .div-block-163 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  display: grid;
}

.div-block-164 {
  background-image: url('../images/BVG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20vh;
}

.div-block-165 {
  background-image: url('../images/Perk-graphic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20vh;
}

.div-block-166 {
  background-image: url('../images/Tapas.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 100%;
  height: 25vh;
}

.div-block-167 {
  background-image: url('../images/PCH-graphic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 100%;
  height: 25vh;
}

.div-block-168 {
  width: 100%;
  height: 20vh;
}

.div-block-169 {
  background-image: url('../images/Magmic-graphic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20vh;
  display: none;
}

.div-block-170 {
  background-image: url('../images/cmr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
  position: static;
}

.div-block-171 {
  background-image: url('../images/ZiMAD---Natalia-Simdianova-headshot-modified.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.div-block-172 {
  background-image: url('../images/Eric-Delia_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.div-block-173 {
  background-image: url('../images/IMG_8166-modified.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.div-block-174 {
  background-image: url('../images/headshotcircle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.div-block-175 {
  background-image: url('../images/New-Playgendary-headshot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  width: 100%;
  height: 25vh;
}

.div-block-175.bvg {
  background-image: url('../images/headshotcircle.png');
  background-size: contain;
}

.div-block-176, .div-block-177, .div-block-178 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.image-35, .image-36, .image-37 {
  margin-bottom: 3%;
  margin-left: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-38 {
  flex: none;
}

.image-41 {
  align-self: center;
}

.section-10 {
  width: 200%;
  height: 250px;
}

.companies-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 200%;
  height: 200px;
  display: grid;
  overflow: hidden;
}

.div-block-179 {
  width: 100%;
  overflow: scroll;
}

.mask-2 {
  clear: none;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-180 {
  z-index: 10;
  background-image: url('../images/Screen-Shot-2018-10-29-at-6.27.25-PM-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.div-block-181 {
  z-index: 10;
  background-image: url('../images/stock-photo-aerial-view-of-the-skyscrapers-of-midtown-manhattan-new-york-city-492104860.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 120px;
  position: relative;
}

.div-block-182 {
  margin-top: 8%;
  margin-left: 5%;
}

.heading-110 {
  align-self: start;
  font-size: 5em;
  line-height: 1.2em;
}

.heading-111 {
  color: #fff;
  align-self: start;
  font-size: 5em;
  line-height: 1.2em;
}

.heading-112 {
  color: #fff;
  align-self: end;
}

.div-block-183 {
  z-index: 1;
  direction: ltr;
  background-image: url('../images/skyline.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 150%;
  height: 300vh;
  position: absolute;
}

.div-block-184 {
  z-index: 1;
  background-image: url('../images/skyline-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 300vh;
  display: none;
  position: absolute;
}

.mask-3 {
  overflow: visible;
}

.div-block-185 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-186 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-6 {
  background-color: rgba(0, 0, 0, 0);
  width: 50vw;
  position: absolute;
  overflow: hidden;
}

.slider-7 {
  background-color: #fff;
  width: 100%;
  height: 150px;
  display: block;
}

.mask-4 {
  overflow: visible;
}

.slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8, .slide-1-9, .slide-1-10 {
  width: 20%;
}

.div-block-187 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide1 {
  width: 20%;
}

.left-arrow-3, .right-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.div-block-188 {
  opacity: 0;
  background-image: url('../images/crazy-maple-studio-image.png');
  background-position: 10%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-188:hover {
  opacity: 1;
}

.div-block-189 {
  opacity: 0;
  background-image: url('../images/zimad-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-189:hover {
  opacity: 1;
}

.div-block-190 {
  opacity: 0;
  background-image: url('../images/PCH_Small_NonBlue.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-190:hover {
  opacity: 1;
}

.div-block-191 {
  clear: none;
  opacity: 0;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/meet-group--1.jpeg'), url('../images/IEC-global.jpeg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-191:hover {
  opacity: 1;
}

.div-block-192 {
  opacity: 0;
  background-image: url('../images/Perk_600x600.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0%;
  height: 100%;
  transition: opacity .4s;
  display: block;
  position: absolute;
}

.div-block-192:hover {
  opacity: 1;
}

.div-block-perk-inside {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-perk-inside:hover {
  opacity: 1;
}

.div-block-perk-inside.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-perk-inside.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.mask-5 {
  overflow: hidden;
}

.image-42 {
  margin-bottom: 3%;
  margin-left: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-11 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.button-11:hover {
  background-color: var(--dodger-blue);
}

.dropdown-toggle-3 {
  padding-left: 10px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 70px;
  position: fixed;
  overflow: hidden;
}

.brand-2 {
  margin-top: 0%;
  margin-left: 3%;
  padding-top: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link-2, .nav-link-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.text-block-6, .text-block-7 {
  font-size: 16px;
}

.nav-link-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.button-12 {
  background-color: var(--hypr-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 0%;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.button-12:hover {
  background-color: var(--dodger-blue);
}

.container-3 {
  width: 100%;
}

.dropdown-toggle-4, .dropdown-toggle-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  z-index: 20;
  background-color: #fff;
  display: none;
  position: absolute;
}

.dropdown-link {
  display: none;
  position: relative;
}

.brand-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 2%;
  display: flex;
}

.container-4 {
  align-items: center;
  width: 100%;
  margin-left: 50px;
  display: flex;
}

.navbar-2 {
  z-index: 10000;
  letter-spacing: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, .18);
}

.dropdown-toggle-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 59px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.dropdown-toggle-6:hover {
  color: var(--hypr-blue);
  font-weight: 400;
}

.dropdown-toggle-6:active, .dropdown-toggle-6:focus {
  color: var(--black);
}

.dropdown-toggle-7 {
  flex-direction: column;
  justify-content: center;
  height: 59px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.dropdown-toggle-7:hover {
  color: var(--hypr-blue);
  font-weight: 400;
}

.dropdown-toggle-7:active, .dropdown-toggle-7:focus {
  color: var(--black);
}

.dropdown-toggle-7.dropdown-active {
  color: var(--hypr-blue);
}

.image-43 {
  margin-left: 0%;
}

.button-13 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: industry, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  transition: background-color .4s;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}

.button-13:hover {
  background-color: var(--dodger-blue);
}

.nav-link-5 {
  color: #000;
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-5:hover {
  color: var(--hypr-blue);
  font-weight: 400;
}

.nav-link-5:active {
  color: var(--black);
}

.nav-link-5.w--current {
  color: var(--hypr-blue);
  font-weight: 400;
}

.nav-link-5.w--current:focus, .nav-link-5.w--current:visited {
  color: var(--hypr-blue);
}

.nav-link-7 {
  color: #000;
  text-transform: uppercase;
}

.text-block-8 {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: industry, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-8:hover {
  font-weight: 400;
}

.text-block-9 {
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-weight: 400;
}

.nav-link-8 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-weight: 400;
}

.nav-link-8:hover {
  color: var(--hypr-blue);
  font-weight: 400;
}

.nav-link-8:active, .nav-link-8:focus, .nav-link-8:visited {
  color: var(--black);
}

.nav-link-8.w--current {
  color: var(--hypr-blue);
}

.dropdown-link-2 {
  text-transform: uppercase;
}

.dropdown-link-2:hover {
  color: #000;
  font-weight: 400;
}

.dropdown-link-2:visited {
  color: #000;
}

.dropdown-link-2.w--current {
  color: #111;
}

.dropdown-link-3 {
  color: #000;
  text-transform: uppercase;
}

.dropdown-link-3:hover {
  font-weight: 400;
}

.dropdown-link-3.w--current {
  color: #000;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-link-4 {
  color: #000;
  text-transform: uppercase;
}

.dropdown-link-4:hover {
  color: #000;
  font-weight: 400;
}

.dropdown-link-4:visited {
  color: #000;
}

.dropdown-link-4.w--current {
  color: var(--black);
}

.dropdown-link-5 {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.dropdown-link-5:hover {
  color: #000;
  font-weight: 400;
}

.dropdown-link-5:visited, .dropdown-link-5.w--current {
  color: #000;
}

.dropdown-list-3 {
  background-color: #fff;
}

.nav-link-9 {
  color: #000;
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-weight: 400;
}

.nav-link-9:hover {
  color: var(--hypr-blue);
  font-weight: 400;
}

.nav-link-9:active, .nav-link-9:focus, .nav-link-9:visited {
  color: var(--black);
}

.nav-link-9.w--current {
  color: var(--hypr-blue);
}

.dropdown {
  height: auto;
}

.link-block-37 {
  z-index: 10;
  color: #fff;
  text-transform: none;
  background-image: url('../images/AdvHypr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-block-38 {
  color: #fff;
  background-image: url('../images/advantage-hypr-media.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 25vw;
  height: 35vh;
  position: relative;
}

.text-span {
  font-family: hero-new-hairline, sans-serif;
  font-weight: 300;
}

.heading-113 {
  color: var(--dim-grey-2);
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  font-family: industry, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.text-block-10 {
  font-weight: 300;
}

.div-block-194 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-114 {
  color: #fff;
  text-shadow: 0 2px 2px var(--midnight-blue-2);
  font-family: industry, sans-serif;
  font-weight: 600;
}

.image-50 {
  z-index: 1000;
  align-self: auto;
  margin: 200px 50px 0% 0%;
  position: fixed;
  top: 0;
  right: 0;
}

.image-51 {
  z-index: 1000;
  margin-top: 90px;
  margin-right: 50px;
  position: fixed;
  top: 0;
  right: 0;
}

.image-52, .image-53, .image-54 {
  z-index: 1000;
  margin-top: 90px;
  margin-left: 0%;
  margin-right: 50px;
  position: fixed;
  top: 0;
  right: 0;
}

.image-55 {
  z-index: 1000;
  margin-top: 90px;
  margin-left: 5%;
  margin-right: 50px;
  position: fixed;
  top: 0;
  right: 0;
}

.section-11 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.div-block-195 {
  background-image: url('../images/sky-gradient.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.div-block-196 {
  background-image: url('../images/skline.png');
  background-position: 50% 274px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.section-12 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 120vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-197 {
  background-image: url('../images/hero2.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.div-block-198 {
  background-image: url('../images/rock-skyline_1.jpg');
  background-position: 50% 41px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.heading-115 {
  letter-spacing: 4.5px;
  margin-bottom: 5px;
  font-family: industry-inc-base, sans-serif;
  font-size: 2.15vw;
}

.heading-116 {
  text-transform: none;
  font-family: navigo, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 7.5vh;
  position: absolute;
}

.div-block-199 {
  width: 100%;
  margin-top: 10%;
  margin-left: 10%;
  position: absolute;
}

.div-block-200 {
  z-index: 3;
  width: 100%;
  margin-top: 20%;
  margin-left: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-13 {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 30vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.heading-117 {
  color: var(--dark-slate-grey);
  text-align: left;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0%;
  padding-left: 5%;
  font-family: Overpass, sans-serif;
}

.slider-8, .div-block-201 {
  display: none;
}

.div-block-202 {
  z-index: 5;
  width: 100%;
  height: 300vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-56 {
  position: fixed;
  top: 426px;
  bottom: 306px;
  right: 178px;
}

.preloader-screen {
  z-index: 3000000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-57 {
  margin-top: 30px;
}

.div-block-203 {
  z-index: 1;
  background-image: url('../images/hero-desktop-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: stretch;
  height: 900px;
  margin-top: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-204 {
  z-index: 3;
  background-image: url('../images/foreground-right.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 120vh;
  display: none;
  position: absolute;
  top: 40px;
  bottom: -32px;
  left: 0;
  right: 0;
}

.div-block-205 {
  background-image: url('../images/wtc.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 125vh;
}

.div-block-206 {
  z-index: 4;
  background-image: url('../images/foreground-left.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 120vh;
  display: none;
  position: absolute;
}

.div-block-207 {
  z-index: 6;
  background-image: url('../images/foreground-center.png');
  background-position: 69%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: fixed;
  width: 100%;
  height: 200vh;
  position: absolute;
}

.div-block-208 {
  z-index: 6;
  background-image: url('../images/foreground-center.png');
  background-position: 37% 100%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  display: none;
  position: absolute;
}

.div-block-210 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-211 {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 200px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 5%;
  position: relative;
}

.paragraph-17 {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 20px;
  margin-right: 15%;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 10px;
  display: grid;
}

.div-block-213 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 20px;
  display: grid;
}

.heading-118 {
  color: var(--dark-grey);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: industry, sans-serif;
  font-size: 22px;
  line-height: 45px;
}

.div-block-214 {
  width: 25%;
}

.div-block-215 {
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 10vh;
  display: flex;
}

.form {
  width: 100%;
  margin-left: 200px;
  margin-right: 100px;
}

.form-error-2 {
  color: #ee4869;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.footer-v1-subscrube-2 {
  background-color: #26272e;
  width: 33.33%;
  margin-bottom: 0;
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.footer-v1-link-heading-2 {
  color: #fff;
  margin-bottom: 16px;
}

.footer-v1-content-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.footer-v1-bottom-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 25%;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.footer-v1-bottom-text-2 {
  color: rgba(255, 255, 255, .5);
  flex: 1;
  margin-top: -4px;
  padding-right: 5%;
}

.scroll-up-button-2 {
  background-color: #26272e;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  left: 64px;
  overflow: hidden;
}

.button-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button-14:hover {
  background-color: #f6a136;
}

.button-14.subscribe-button {
  background-color: var(--hypr-blue);
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
}

.input-2 {
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  transition: border .6s;
}

.input-2:hover {
  border-bottom-color: #bbb;
}

.input-2:focus {
  border-bottom-color: #faaf52;
}

.input-2.subscribe-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .3);
  flex: 1;
  margin-bottom: 8px;
  margin-right: -2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: industry, sans-serif;
  transition: border .6s;
}

.input-2.subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.input-2.subscribe-input:focus {
  border-color: #faaf52;
}

.input-2.subscribe-input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.footer-v1-links-2 {
  justify-content: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 96px;
  display: flex;
}

.color-hover-2 {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-hover-2.down {
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v1-link-2 {
  color: rgba(255, 255, 255, .5);
  flex: 1;
  margin-right: 8%;
  font-size: 13px;
  text-decoration: none;
  transition: color .6s;
}

.footer-v1-link-2:hover {
  color: #fff;
}

.footer-v1-2 {
  color: #fff;
  background-color: #363840;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.link-block-39 {
  background-image: url('../images/Screen-Shot-2020-06-12-at-12.26.39-PM.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.image-58 {
  width: 100%;
  height: auto;
}

.section-14 {
  overflow: hidden;
}

.container-5 {
  position: relative;
}

.link-13 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 59px;
  padding-top: 5px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link-13:hover, .link-13.w--current {
  color: var(--hypr-blue);
}

.link-14 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link-14:hover, .link-14.w--current {
  color: var(--hypr-blue);
}

.div-block-216 {
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-217 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-60 {
  width: 130%;
  height: 100%;
}

.dropdown-3 {
  margin-bottom: 5px;
}

.dropdown-4 {
  height: auto;
}

.section-15 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-15.accent {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.section-15.accent.demos {
  height: 100vh;
}

.section-15.accent {
  background-color: #f3f3f3;
  flex-direction: column;
  height: auto;
  max-height: 100vh;
  margin-top: 0;
  padding-top: 0;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.waterfall-text-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-group {
  color: var(--dim-grey-2);
  margin-bottom: 62px;
  font-size: 50px;
}

.waterfall-image-column {
  text-align: center;
  height: 100%;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  color: var(--dim-grey);
  text-align: center;
  text-transform: none;
  text-align: center;
  margin-bottom: 60px;
  font-family: industry, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.tab-menu {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.tabs-wrapper {
  width: 100%;
  margin-top: 51px;
  position: relative;
  overflow: visible;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button-15:hover {
  background-color: #1565c0;
}

.button-15.w--current {
  background-color: #2e80b6;
}

.button-15.tab {
  background-color: var(--hypr-blue);
  margin-left: 0;
  margin-right: 8px;
  padding-left: 20px;
  font-family: industry, sans-serif;
  bottom: -23px;
  left: -340px;
}

.button-15.tab.w--current {
  background-color: var(--dodger-blue);
  margin-top: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  bottom: -82px;
  left: -184px;
}

.button-15.tab {
  background-color: #a8a8a8;
  margin-left: 8px;
  margin-right: 8px;
}

.button-15.tab:hover {
  background-color: #7e7e7e;
}

.button-15.tab.w--current {
  background-color: #2196f3;
}

.button-15.tab.w--current:hover {
  background-color: #1565c0;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--hypr-blue);
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/rock-skyline.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section-17 {
  height: auto;
}

.div-block-218 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  margin-bottom: 100px;
  display: grid;
}

.div-block-219 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-220 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-120 {
  color: #f0f0f0;
  text-align: left;
  margin-bottom: 3px;
  font-size: 30px;
}

.heading-121 {
  color: #f0f0f0;
  text-transform: none;
  font-family: navigo, sans-serif;
}

.div-block-221 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20%;
  display: flex;
}

.div-block-222 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  border-top: 1px none var(--silver);
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.div-block-223 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-224, .div-block-225 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-226, .div-block-227, .div-block-228, .div-block-229, .div-block-230, .div-block-231, .div-block-232, .div-block-233, .div-block-234 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-61 {
  opacity: .6;
  width: auto;
  height: 70px;
  position: relative;
}

.tabs-content {
  width: 80%;
  margin-top: 50px;
}

.container-6, .container-7 {
  position: relative;
}

.div-block-235 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-236 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-237 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 101px;
  display: flex;
}

.div-block-238 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-239 {
  width: 50%;
}

.div-block-240 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-62 {
  opacity: .61;
  position: relative;
}

.image-63, .image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72 {
  opacity: .6;
  position: relative;
}

.text-block-11 {
  font-family: industry, sans-serif;
}

.text-block-12 {
  margin-left: 5px;
  padding-left: 0;
  font-family: industry, sans-serif;
}

.image-73 {
  max-width: 80%;
  margin-left: 0;
  margin-right: 60px;
  padding: 0;
  position: static;
}

.section-18 {
  background-color: var(--dark-slate-grey);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-242 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.div-block-243 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-122 {
  color: var(--dark-grey);
  text-align: center;
  font-family: industry, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-18 {
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-123 {
  color: var(--dim-grey-2);
  text-align: center;
  margin-top: 80px;
  font-family: industry-inc-base, sans-serif;
  font-size: 40px;
}

.heading-123.top {
  color: var(--dim-grey-2);
  margin-top: 100px;
  margin-bottom: 30px;
  margin-right: 15%;
  font-size: 40px;
}

.heading-123.video {
  color: #fff;
  font-size: 55px;
}

.paragraph-19 {
  color: var(--dim-grey);
  font-family: Overpass, sans-serif;
  font-size: 16px;
}

.publishers {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.button-16 {
  background-color: var(--hypr-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  align-self: center;
  width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: industry, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s;
}

.button-16:hover {
  background-color: var(--dodger-blue);
  align-self: center;
}

.div-block-244 {
  grid-column-gap: 16px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div-block-245 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-246, .div-block-247 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.media {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title-group-2 {
  margin-bottom: 30px;
  display: flex;
}

.waterfall-image-column-2 {
  text-align: center;
  height: auto;
}

.tab-menu-2 {
  z-index: 5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.tabs-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #5d83bf;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 700px;
  margin-top: 30px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.tabs-wrapper-2:active {
  color: #fff;
}

.tab {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 10px 5px;
  padding: 0;
  font-family: industry, sans-serif;
  font-size: 16px;
  transition: background-color .4s;
  display: flex;
}

.tab:hover {
  background-color: var(--dodger-blue);
}

.tab.w--current {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  width: 250px;
  height: 50px;
  margin: 10px 5px;
  padding: 0;
  transition: background-color .4s;
}

.tab.w--current:hover {
  background-color: var(--dodger-blue);
}

.tab.w--current:active {
  color: #fff;
  font-weight: 400;
}

.tab-link-tab-3 {
  margin: 10px 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-14 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: industry, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-14:hover {
  color: #fff;
}

.section-19 {
  background-color: #363840;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-248 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  display: flex;
}

.div-block-249 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 600px;
  display: grid;
  position: relative;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.div-block-250 {
  width: 1000px;
}

.div-block-251 {
  background-image: url('../images/Blank_Hypr_tablet.png');
  background-position: -6%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 600px;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-content-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.text-block-15:hover {
  color: #fff;
}

.link-block-40 {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Squaretwo.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.image-74 {
  position: absolute;
}

.image-75 {
  display: none;
}

.image-76 {
  position: absolute;
  top: -127px;
}

.image-77 {
  max-width: 100%;
  margin-top: 200px;
  position: absolute;
  top: -376px;
}

.image-78 {
  width: auto;
  height: auto;
  position: absolute;
  top: 51px;
  right: 0;
}

.image-79 {
  position: absolute;
  top: -80px;
}

.image-80, .image-82 {
  position: absolute;
  top: -50px;
}

.image-83 {
  position: absolute;
  top: -75px;
}

.image-84 {
  position: absolute;
}

.div-block-252 {
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tab-pane-tab-1-2 {
  position: relative;
}

.video-3 {
  z-index: 20;
  width: 450px;
  position: relative;
}

.text-block-16 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.text-block-16:hover {
  color: #fff;
}

.text-block-17 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.text-block-17:hover {
  color: #fff;
}

.text-block-18 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.text-block-18:hover {
  color: #fff;
}

.section-20 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.heading-124 {
  color: #fff;
  text-align: center;
  font-family: industry-inc-base, sans-serif;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  font-family: Overpass, sans-serif;
  font-weight: 400;
}

.button-17 {
  background-color: var(--hypr-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: industry, sans-serif;
  font-size: 18px;
}

.video-4 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  width: 230px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-21, .section-22 {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-3 {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-4 {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 2.5px;
}

.container-8 {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-menu-2 {
  float: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.nav-link-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: 50px;
  margin-right: 10px;
  font-family: industry, sans-serif;
  display: flex;
}

.nav-link-11, .nav-link-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: industry, sans-serif;
  display: flex;
}

.div-block-253 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-254 {
  text-align: center;
}

.html-embed {
  padding-left: 15px;
  padding-right: 15px;
}

.body-2 {
  margin-bottom: 0;
  padding: 50px;
}

.heading-125 {
  width: 100%;
  margin-top: 50px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.rich-text-block {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-3 {
  margin-top: 0;
  margin-left: 0;
  padding: 50px;
}

.body-4, .body-5 {
  padding: 50px;
}

.rich-text-block-2 {
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.heading-126 {
  color: #fff;
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-18 {
  clear: both;
}

.heading-127 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.section-23 {
  z-index: 10000;
  background-color: rgba(255, 255, 255, .65);
  width: 175px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-85 {
  z-index: 200;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.heading-128 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 32px;
  line-height: 35px;
}

.paragraph-20 {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
}

.paragraph-21 {
  color: var(--dim-grey);
  margin-bottom: 25px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
}

.image-86 {
  z-index: 10;
  width: 300px;
  position: absolute;
}

.image-87 {
  z-index: 10;
  width: 600px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-5 {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: 3%;
  padding-left: 0%;
  display: flex;
  position: relative;
  left: 0%;
}

.div-block-255 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-256 {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-menu-3 {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tabs-menu-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.section-24 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.tab-link-tab-1 {
  margin-right: 20px;
}

.tab-link-tab-1.w--current, .tab-link-tab-2 {
  margin: 10px;
}

.tab-link-tab-3-2 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-4 {
  margin-right: 20px;
}

.content-tab {
  color: #fff;
  text-align: center;
  background-color: #f0f0f0;
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin: 1px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25%;
  transition: opacity .2s, background-color .4s;
  display: flex;
}

.content-tab:hover {
  background-color: var(--light-grey);
}

.content-tab.w--current {
  color: var(--hypr-blue);
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin: 0 1px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25%;
  text-decoration: none;
  display: flex;
}

.content-tab.w--current:hover, .content-tab.w--current:focus {
  background-color: #fff;
}

.content-tab.brand-video {
  border-top-width: 1px;
  border-top-color: var(--silver);
  border-bottom-width: 1px;
  border-bottom-color: var(--silver);
  color: var(--hypr-blue);
  background-color: #f0f0f0;
  margin-top: 0;
}

.content-tab.brand-video:active {
  background-color: #f0f0f0;
}

.content-tab.brand-video:focus {
  background-color: #fff;
}

.content-tab.brand-video.current {
  border-top-color: var(--silver);
  color: var(--hypr-blue);
  background-color: #f0f0f0;
}

.content-tab.qualified-video {
  border-top-width: 0;
  border-top-color: var(--silver);
  border-bottom-width: 1px;
  border-bottom-color: var(--silver);
  background-color: #f0f0f0;
  margin-top: 0;
}

.content-tab.qualified-video.current.w--current {
  background-color: #fff;
}

.content-tab.brand-content {
  border-top-width: 0;
  border-top-color: var(--silver);
  border-bottom-width: 1px;
  border-bottom-color: var(--silver);
  background-color: #f0f0f0;
  margin-top: 0;
}

.content-tab.multi-page {
  border-top-color: var(--silver);
  border-bottom-color: var(--silver);
  background-color: #f0f0f0;
  margin-top: 0;
}

.content-tab.interactive {
  border-top-width: 1px;
  border-top-color: var(--silver);
  border-bottom-width: 1px;
  border-bottom-color: var(--silver);
  background-color: #f0f0f0;
  margin-top: 0;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.video-6 {
  width: 300px;
  position: relative;
}

.tabs-content-3 {
  width: 100%;
}

.heading-129, .heading-130 {
  color: var(--hypr-blue);
  text-align: center;
  font-size: 42px;
  line-height: 48px;
}

.column {
  display: block;
}

.video7 {
  width: 100%;
}

.div-block-257 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 80%;
  display: grid;
}

.tab-pane-tab-1-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-group-3 {
  margin-bottom: 62px;
}

.waterfall-image-column-3 {
  text-align: center;
}

.tabs-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0%;
  display: grid;
  position: relative;
}

.tabs-menu-3 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  flex: 0 auto;
  height: auto;
  position: relative;
}

.columns-3, .columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5, .columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-131 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.heading-132 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.heading-133 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.heading-134 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.heading-135 {
  color: var(--hypr-blue);
  text-align: center;
  font-family: industry-inc-base, sans-serif;
  font-size: 34px;
}

.text-block-20 {
  text-align: center;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: industry-inc-base, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
}

.text-block-21 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: industry-inc-base, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
}

.text-block-22 {
  direction: ltr;
  color: var(--hypr-blue);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: industry, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-23 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: industry, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-24 {
  color: var(--hypr-blue);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: industry, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-24:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-258 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  display: grid;
}

.heading-136 {
  color: var(--hypr-blue);
  text-align: center;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: industry, sans-serif;
  display: flex;
}

.video-7 {
  height: auto;
  position: relative;
}

.div-block-259 {
  position: relative;
}

.html-embed-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-260 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-261 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / .75fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  display: grid;
  position: relative;
}

.heading-137 {
  border-top: 0px none var(--hypr-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 35px;
  font-family: industry, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: relative;
}

.tabs-content-4 {
  background-color: #fff;
  margin-top: -125px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.div-block-262 {
  background-color: var(--hypr-blue);
  color: #363840;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-pane-tab-1-4 {
  background-color: #fff;
}

.div-block-263 {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.section-25 {
  background-color: #f0f0f0;
  padding-top: 30px;
}

.heading-138 {
  color: var(--hypr-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: industry-inc-base, sans-serif;
  font-size: 34px;
  display: flex;
}

.div-block-264 {
  background-color: var(--hypr-blue);
  width: 10%;
  height: 1px;
  position: relative;
}

.div-block-265 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.image-88 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.text-block-25 {
  color: var(--hypr-blue);
  text-align: center;
  border-style: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: industry, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
}

.text-block-26 {
  color: var(--hypr-blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-style: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lightbox-link-30 {
  display: none;
}

.div-block-266 {
  color: #5c5e67;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  display: flex;
}

.div-block-267 {
  width: 50px;
  height: 1px;
  position: relative;
}

.div-block-268 {
  color: var(--hypr-blue);
  background-color: #fff;
  width: 15%;
  height: 1.25px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  position: relative;
}

.brand-video.content-tab {
  background-image: linear-gradient(to top, var(--gainsboro), #f0f0f0);
  color: var(--dim-grey-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.brand-video.content-tab:hover {
  background-color: #fff;
}

.brand-video.content-tab.w--current {
  border-top-style: none;
  border-top-color: var(--white-smoke);
  border-bottom-style: none;
  border-bottom-color: var(--white-smoke);
  color: var(--hypr-blue);
  text-align: center;
  background-color: #fff;
  background-image: none;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-weight: 600;
  transition: opacity .2s, background-color .4s, opacity .2s;
}

.qualified-video.content-tab {
  border-style: none;
  border-top-width: 1px;
  border-top-color: var(--white-smoke);
  background-color: #f0f0f0;
  background-image: linear-gradient(to top, var(--gainsboro), var(--white-smoke));
  color: var(--dim-grey-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.qualified-video.content-tab:hover {
  background-color: #fff;
}

.qualified-video.content-tab.w--current {
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: var(--white-smoke);
  color: var(--hypr-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: none;
  flex-wrap: nowrap;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.brand-content.content-tab {
  border-top: 1px none var(--light-grey);
  background-image: linear-gradient(to top, var(--gainsboro), #f0f0f0);
  color: var(--dim-grey-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.brand-content.content-tab:hover {
  background-color: #fff;
}

.brand-content.content-tab.w--current {
  border-top-style: none;
  border-top-color: var(--white-smoke);
  border-bottom-style: none;
  border-bottom-color: var(--white-smoke);
  color: var(--hypr-blue);
  background-color: #fff;
  background-image: none;
  padding-left: 0%;
  font-family: Overpass, sans-serif;
  font-weight: 600;
}

.multi-page.content-tab {
  background-color: var(--gainsboro);
  background-image: linear-gradient(to top, var(--gainsboro), #f0f0f0);
  color: var(--dim-grey-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.multi-page.content-tab:hover {
  background-color: #fff;
}

.multi-page.content-tab.w--current {
  border-top-style: none;
  border-top-color: var(--white-smoke);
  border-bottom-style: none;
  border-bottom-color: var(--white-smoke);
  color: var(--hypr-blue);
  background-color: #fff;
  background-image: none;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.interactive.content-tab {
  background-image: linear-gradient(to top, var(--gainsboro), #f0f0f0);
  color: var(--dim-grey-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.interactive.content-tab:hover {
  background-color: #fff;
}

.interactive.content-tab.w--current {
  border-style: none;
  border-top-color: var(--white-smoke);
  color: var(--hypr-blue);
  background-color: #fff;
  background-image: none;
  align-items: center;
  font-family: Overpass, sans-serif;
  font-weight: 600;
}

.div-block-269 {
  width: 100%;
  position: relative;
}

.text-block-27 {
  color: var(--hypr-blue);
  flex: none;
  font-size: 30px;
  display: block;
}

.arrow {
  color: #fff;
}

.tab-pane-brand-video {
  font-family: industry, sans-serif;
}

.headshot7 {
  background-image: url('../images/dylancircle2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.image-89 {
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 19px;
}

.new-playgendary {
  background-image: url('../images/Playgendary-preview.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  padding-left: 0;
}

.image-90 {
  float: none;
  position: absolute;
}

.image-91 {
  overflow: visible;
}

.image-91:hover {
  display: block;
}

.div-block-193-copy {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-193-copy:hover {
  opacity: 1;
}

.div-block-193-copy.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-193-copy.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.div-block-193-copy-copy {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-193-copy-copy:hover {
  opacity: 1;
}

.div-block-193-copy-copy.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-193-copy-copy.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.div-block-playgendary {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-playgendary:hover {
  opacity: 1;
}

.div-block-playgendary.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-playgendary.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.div-square {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-square:hover {
  opacity: 1;
}

.div-square.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-square.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.div-block-270 {
  background-image: url('../images/Playgendary-preview.jpg');
  background-position: 50%;
  background-size: auto;
}

.link-fusebox {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.link-fusebox:hover {
  opacity: 1;
}

.link-fusebox.squaretwo {
  text-align: center;
  background-image: url('../images/Playgendary-preview.jpg');
  background-size: 300px;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.link-fusebox.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.link-fusebox.play-copy {
  text-align: center;
  background-image: url('../images/Playgendary-preview.jpg');
  background-size: cover;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.linkplay {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Playgendary-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.perkcopydiv {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.perkcopydiv:hover {
  opacity: 1;
}

.perkcopydiv.squaretwo {
  text-align: center;
  background-image: url('../images/my.games-screenshot.jpeg');
  background-size: auto;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  left: auto;
  right: auto;
}

.perkcopydiv.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.perklinkblock {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/my.games-screenshot.jpeg'), url('../images/Perk_600x600.png');
  background-position: 0 0, 50%, 50%;
  background-size: auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.div-block-175-copy {
  background-image: url('../images/dave-yoo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  width: 100%;
  height: 25vh;
}

.div-block-175-copy.bvg {
  background-image: url('../images/james-wilcox.png');
}

.paragraph-22 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.paragraph-23 {
  text-align: center;
}

.list-item {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 21px;
  margin-left: -25px;
  padding-right: 42px;
  list-style-type: none;
}

.list-item-2, .list-item-3 {
  list-style-type: none;
}

.paragraph-24 {
  margin-left: 25px;
}

.body-6 {
  margin-bottom: 16px;
  margin-left: 25px;
}

.paragraph-25 {
  text-align: left;
  margin-bottom: auto;
  padding-right: 60px;
}

.list-item-4, .list-item-5, .list-item-6 {
  margin-left: -25px;
  list-style-type: none;
}

.paragraph-26 {
  margin-bottom: 24px;
}

.list-item-7 {
  margin-left: -25px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.list-item-8, .list-item-9 {
  margin-left: -25px;
  list-style-type: none;
}

.list-item-10 {
  color: var(--black);
  margin-left: -25px;
  padding-right: 25px;
  list-style-type: none;
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
  list-style-type: none;
}

.list-item-25 {
  padding-right: 25px;
  list-style-type: none;
}

.list-item-26, .list-item-27, .list-item-28, .list-item-29 {
  list-style-type: none;
}

.list, .list-2, .list-3 {
  color: var(--black);
  margin-left: -25px;
  padding-right: 25px;
  list-style-type: none;
}

.list-4, .list-5 {
  color: var(--black);
  margin-left: -25px;
  padding-right: 25px;
}

.list-6 {
  color: var(--black);
  margin-left: -25px;
}

.list-7 {
  color: var(--black);
  margin-left: -25px;
  padding-right: 25px;
}

.list-8 {
  color: var(--black);
  padding-right: 25px;
}

.image-92 {
  order: 0;
  align-self: center;
}

.linkplay-copy {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Fusebox-preview.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.linkplay-copy:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/Fusebox-preview.png');
}

.link-fusebox-copy {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.link-fusebox-copy:hover {
  opacity: 1;
}

.link-fusebox-copy.squaretwo {
  text-align: center;
  background-image: url('../images/Playgendary-preview.jpg');
  background-size: 300px;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.link-fusebox-copy.bvg {
  background-image: url('../images/BigVikingGames_600x600.png');
}

.link-fusebox-copy.play-copy {
  text-align: center;
  background-image: url('../images/Fusebox-preview.png');
  background-size: cover;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-fusebox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: relative;
}

.bvg-block {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  display: grid;
  position: static;
}

.bvg-link-block {
  background-color: var(--silver);
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Screen-Shot-2022-06-02-at-12.28.47-PM.png');
  background-position: 0 0, 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.perk-block-one {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  display: grid;
  position: static;
}

.case-studies-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  opacity: 1;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: static;
}

.div-block-bvg-inside-copy {
  opacity: 0;
  background-image: url('../images/Sqauretwo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.div-block-bvg-inside-copy:hover {
  opacity: 1;
}

.div-block-bvg-inside-copy.squaretwo {
  text-align: center;
  background-image: url('../images/Squaretwo.png');
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.div-block-bvg-inside-copy.bvg {
  background-image: url('../images/Screen-Shot-2022-06-02-at-12.28.47-PM.png'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.playgendary-link {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Playgendary-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.fuseboxgames-link {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Fusebox-preview.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.fuseboxgames-link:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/Fusebox-preview.png');
}

.magmic-copy-block, .playrix-copy-block, .playgendary-copy-block, .fusebox-copy-block, .tapas-copy-block, .pch-copy-block, .perk-copy-block, .squaretwo-copy-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: relative;
}

.squaretwo-link {
  background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Squaretwo.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25vw;
  height: 35vh;
  display: flex;
  position: relative;
}

.bvg-copy-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: relative;
}

.dan-mateer {
  background-image: url('../images/photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25vh;
}

.bvg-headshot {
  background-image: url('../images/New-Playgendary-headshot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  width: 100%;
  height: 25vh;
}

.bvg-headshot.bvg {
  background-image: url('../images/Mr.-Duc-modified.png');
  background-size: contain;
}

.text-field {
  float: none;
  clear: none;
  position: static;
}

.column-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 10px;
  display: block;
  position: relative;
}

.field-label {
  margin-left: auto;
}

.column-15 {
  padding-left: 0;
  padding-right: 10px;
}

.column-16 {
  padding-left: 0;
}

.column-17 {
  padding-left: 0;
  padding-right: 10px;
}

.column-18, .column-19 {
  padding-left: 0;
}

.column-20, .column-21 {
  padding-left: 0;
  padding-right: 10px;
}

.column-22 {
  padding-left: 0;
}

.column-23 {
  padding-left: 0;
  padding-right: 10px;
}

.field-label-2 {
  color: #000;
}

.paragraph-27 {
  color: var(--white);
  margin-left: auto;
  padding-left: 15px;
}

.column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31 {
  padding-left: 0;
}

.button-19 {
  font-size: 30px;
}

.italic-text-5 {
  display: inline-block;
}

.image-93 {
  display: block;
}

.italic-text-6 {
  font-weight: 500;
}

.image-94 {
  object-fit: fill;
  position: absolute;
}

.image-95 {
  position: static;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    background-color: #fff;
    padding: 60px 15px 80px;
  }

  .section.promo-section {
    background-position: 50% 100%;
    background-size: 1480px;
    justify-content: flex-start;
    height: 640px;
  }

  .section.about-v2-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sirotorn-sumpunkulpak-180551-unsplash.jpg');
    background-position: 0 0, 50% 0;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benjaminrobyn-jespersen-438640.jpg');
    background-position: 0 0, 50% 0;
  }

  .section.image-3 {
    background-image: url('../images/HyprMX-St-Muted.png');
    background-position: 88% 25%;
  }

  .section.portfolio-hero {
    background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/portfolio-hero.jpg');
    background-position: 0 0, 50% 0;
  }

  .section.monetization {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-bottom: auto;
  }

  .section.publisher {
    background-color: #fff;
  }

  .wrapper {
    flex-direction: column;
  }

  .wrapper.side-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-bar-left {
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: block;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .page-wrapper {
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper.nav-left-wide, .page-wrapper.nav-left {
    margin-left: 0;
  }

  .page-wrapper.style-guide-wrapper {
    margin-left: 220px;
  }

  .nav-link {
    border-style: none;
    border-top-width: 1px;
    border-top-color: var(--light-grey);
    border-bottom-width: 1px;
    border-bottom-color: var(--light-grey);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 8px;
    font-size: 11px;
    line-height: 30px;
    display: flex;
    position: relative;
  }

  .nav-link.w--current {
    border-style: none;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 5px;
    padding-right: 8px;
  }

  .nav-menu-left {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .brand {
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
  }

  .brand.nav-top-brand {
    width: 64px;
    height: 64px;
  }

  .hero-split {
    flex-direction: column;
  }

  .split-image {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-image.hero-2 {
    order: -1;
    width: 100%;
  }

  .split-image.protected-image {
    display: none;
  }

  .split-image.hero-1 {
    width: 100%;
  }

  .split-image.about.pch {
    background-image: none;
    height: 600px;
    position: relative;
  }

  .split-image.about.magmic {
    background-image: none;
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .split-image.about.playrix {
    background-position: 50% 57%;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
    position: relative;
    bottom: -66px;
  }

  .split-image.about.tapas {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
  }

  .split-image.about.perk {
    background-image: none;
    position: relative;
    bottom: -775px;
  }

  .split-image.about.bigviking {
    background-position: 0 70%;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
    position: relative;
  }

  .split-image.about.squaretwo {
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-split-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-split-intro {
    padding-top: 80px;
  }

  .contact {
    order: 1;
    margin-top: 48px;
    position: static;
  }

  .contact.home-v8-contact {
    margin-top: 16px;
    left: 4%;
  }

  .contact.home-v6 {
    margin-top: 80px;
    right: 2%;
  }

  .contact.email-home-v3 {
    left: 4%;
  }

  .contact.phone-home-v3 {
    right: 4%;
  }

  .contact.home-v2 {
    margin-bottom: 64px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .link-v1.more-link {
    margin-top: 16px;
  }

  .nav-left-social-icons {
    flex-direction: row;
    display: none;
  }

  .location.home-v2 {
    margin-bottom: 75px;
  }

  .location.home-v8-location, .location.hero-slider-location {
    bottom: 32px;
    left: 4%;
  }

  .grey-text {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .scroll-link {
    display: none;
  }

  .about {
    flex-direction: column-reverse;
  }

  .link-v2.category-link, .link-v2.category-link.right {
    margin-left: 0;
    margin-right: 40px;
  }

  .signature.home-v2 {
    margin-bottom: 200px;
  }

  .counters {
    flex-wrap: wrap;
  }

  .about-image-wrapper {
    padding-left: 8px;
    padding-right: 50%;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    padding-top: 96px;
    padding-bottom: 96px;
    box-shadow: 1px 0 rgba(255, 255, 255, .15), 0 1px rgba(255, 255, 255, .15);
  }

  .counter.brands {
    width: 100%;
  }

  .counter.publishers {
    grid-row-gap: 75px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .side-works {
    flex-direction: column;
    grid-template-rows: auto auto auto;
  }

  .about-info {
    width: 100%;
    padding-top: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .clients-v2-logotypes {
    margin-top: 40px;
  }

  .side-works-heading {
    margin-bottom: 16px;
  }

  .service-blocks {
    flex-direction: column;
  }

  .service-block {
    padding: 48px 33% 24px 6%;
  }

  .service-block._33-percent {
    width: 100%;
  }

  .testimonials-v1 {
    text-align: center;
    margin-bottom: -16px;
    padding-bottom: 72px;
    padding-left: 0%;
  }

  .testimonials-v1-arrow {
    display: none;
  }

  .testimonials-nav {
    font-size: 9px;
    display: block;
  }

  .testimonials-v1-heading {
    display: none;
  }

  .review-v1 {
    text-align: center;
    background-position: 100% 0;
    flex-direction: column;
    margin-top: 8px;
    padding-right: 0;
  }

  .review-v1-content {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .review-v1-avatar-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .clients-v2 {
    flex-direction: column;
  }

  .clients-v2-info {
    width: 25%;
    padding-top: 0;
  }

  .client-v2-logo-wrapper {
    width: 20%;
  }

  .client-v2-logo-wrapper.monetize-brands {
    width: 100%;
  }

  .client-v2-logo-wrapper.monetize-brands.iqzone {
    display: block;
  }

  .client-v2-logo-wrapper.monetize-brands.tapdaq, .client-v2-logo-wrapper.jaguar, .client-v2-logo-wrapper.ritz, .client-v2-logo-wrapper.remax, .client-v2-logo-wrapper.lowes {
    display: none;
  }

  .client-v2-logo-wrapper.fox, .client-v2-logo-wrapper.emirates, .client-v2-logo-wrapper.fendi, .client-v2-logo-wrapper.bmw, .client-v2-logo-wrapper.apple {
    width: 20%;
  }

  .clients-v2-link:hover {
    color: var(--black);
  }

  .post-card-date-wrapper {
    font-size: 14px;
    line-height: 20px;
    top: 36px;
  }

  .post-card-date-line {
    margin-top: 1px;
    margin-right: 12px;
  }

  .zoom-image.home-v7-work-image {
    width: 100%;
    height: auto;
  }

  .post-card-content {
    padding-left: 0;
    padding-right: 12px;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1 {
    flex-direction: column-reverse;
  }

  .footer-v1-subscrube {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 50%;
    display: flex;
  }

  .footer-v1-content {
    margin-left: 6%;
    margin-right: 6%;
  }

  .footer-v1-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
  }

  .footer-v1-link-heading {
    text-align: center;
  }

  .footer-v1-bottom {
    justify-content: center;
    padding-bottom: 24px;
  }

  .scroll-up-button {
    display: none;
  }

  .hero-scroll-button {
    width: 56px;
    height: 56px;
    display: none;
    left: -40px;
  }

  .services-v2 {
    flex-direction: column;
  }

  .story {
    flex-wrap: wrap;
  }

  .story-info {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 80px;
    padding-right: 0%;
  }

  .experience {
    padding-right: 12%;
  }

  .story-more {
    width: 33.33%;
  }

  .side-works-images-wrapper {
    width: 100%;
    margin-top: 32px;
    overflow: auto;
  }

  .side-works-link {
    height: 280px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .work {
    padding: 8px;
  }

  .split-content {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 80px 10%;
    position: relative;
    overflow: hidden;
  }

  .split-content.center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.right.post {
    margin-left: 0;
    padding-top: 144px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .split-content.flex-center {
    min-height: 0;
  }

  .split-content.blog-post-content {
    margin-left: 0%;
    padding-top: 120px;
  }

  .split-content.blog-post-content.post {
    margin-left: 0;
    padding-top: 144px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .split-media {
    order: -1;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .split-media.left.nav-left, .split-media.right.nav-bar-left {
    padding-left: 0;
  }

  .split-media.right.nav-left {
    width: 100%;
    height: 600px;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .contact-v1-form {
    margin-right: -30px;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .password-form-wrapper {
    text-align: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .post-panel {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .post-panel.nav-left {
    padding-left: 24px;
  }

  .work-top {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
    position: static;
  }

  .work-details {
    width: 100%;
    margin-top: 47px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .work-masonry {
    padding: 8px;
  }

  .tabs-menu {
    text-align: left;
    margin-bottom: 40px;
    top: 0;
  }

  .portfolio-nav-bar {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 38px;
  }

  .menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    display: none;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-full-image {
    height: auto;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/aziz-acharki-253909.jpg');
    background-attachment: scroll, fixed;
    min-height: 100vh;
    margin-top: -64px;
  }

  .hero-full-image.home-v3 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-full-image.home-v8 {
    min-height: 100vh;
    margin-top: -64px;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-big-heading {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px;
  }

  .social-icons.home-v2-icons {
    right: 40px;
  }

  .social-icons.hero-v7-icons {
    flex: 1;
    width: 100%;
    margin-left: -4px;
    margin-right: 0;
  }

  .social-icons.home-v3-icons {
    right: 4%;
  }

  .vertical-info {
    top: 104px;
    right: 16px;
  }

  .name {
    margin-top: 4px;
    left: 2%;
  }

  .name.home-v3 {
    left: 4%;
  }

  .hero-down-intro {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-services {
    flex-wrap: wrap;
  }

  .hero-service {
    flex-basis: 45%;
    margin-bottom: 8px;
    padding-top: 24px;
  }

  .category-heading {
    margin-bottom: 16px;
  }

  .hero-left-intro {
    max-width: 60%;
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: 0%;
  }

  ._404-message {
    margin-left: 8%;
  }

  .post-card-info {
    padding-bottom: 24px;
  }

  .nav-info {
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }

  .full-screen-menu-link {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .full-screen-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transform: none;
  }

  .full-screen-menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .full-screen-menu-button.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .intro-page-hero {
    height: 80vh;
    min-height: 480px;
    padding: 96px 10%;
  }

  .nav-bar-wide {
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    display: block;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-menu-wide {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .nav-link-wide {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .split-image-link {
    height: auto;
    min-height: 320px;
  }

  .split-image-links {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
  }

  .layouts {
    margin-bottom: -40px;
  }

  .layout {
    padding: 0 3% 40px;
  }

  .hero-intro {
    max-width: 70%;
    margin-left: 0%;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-post-v2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .blog-posts-v2 {
    padding-top: 0;
  }

  .blog-categories-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .promo-intro {
    max-width: 50%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .inner-pages {
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-page {
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .inner-page.cs-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/case_study_Magmic.png');
    background-position: 50%;
    background-size: cover;
    border-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-right: 284px;
    display: flex;
    position: static;
  }

  .inner-page.cs-2 {
    background-image: url('../images/case_study_PCH.png');
    background-position: 50%;
    background-size: cover;
    border-width: 1px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 312px;
  }

  .inner-page.cs-3 {
    background-image: url('../images/case_study_new_02_playrix.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    padding-right: 219px;
    display: flex;
  }

  .inner-page.cs-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 272px;
  }

  .inner-page-preview {
    width: 128px;
    margin-right: 24px;
  }

  .work-card-image-wrapper {
    margin-bottom: 16px;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .instagram-more {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .instagram-link {
    width: 25%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  }

  .skill-circle-bg.image-3 {
    background-color: rgba(17, 17, 17, .5);
    background-image: none;
    background-position: 0 0;
  }

  .post-card-info-v3 {
    padding-bottom: 32px;
  }

  .blog-post-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .works-big {
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works-big-item {
    flex: 0 auto;
  }

  .works-big-wrapper {
    overflow: visible;
  }

  .work-big {
    width: 100%;
    height: auto;
  }

  .split-footer.right {
    width: 100%;
    margin-left: 0%;
  }

  .split-footer.left {
    width: 100%;
    margin-right: 0%;
  }

  .split-footer-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .split-footer-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .about-image-link {
    left: 8px;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .side-feature.mobile-reversed {
    flex-wrap: wrap-reverse;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-quote {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-video.right {
    width: 100%;
    margin-right: 0%;
  }

  .side-video.left {
    width: 100%;
    margin-left: 0%;
  }

  .pricing-table {
    flex: 0 auto;
    padding: 48px 4%;
  }

  .contact-v2-card {
    margin-left: 8px;
    padding: 56px;
  }

  .contact-v2-card.right {
    margin-right: 8px;
  }

  .info-card {
    width: 66.66%;
  }

  .info-card.right {
    margin-left: 33.33%;
  }

  .service-v1 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .service-v1.monetization-8, .hero-scroll-link {
    display: none;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-slider.nav-margin-top {
    padding-top: 0;
  }

  .hero-slider-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 112px;
    margin-bottom: 120px;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .nav-bar-top {
    flex-direction: row;
    justify-content: center;
    padding-right: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-top {
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-top-social {
    flex: 1;
    justify-content: flex-end;
  }

  .review-v2-text {
    font-size: 22px;
    line-height: 32px;
  }

  .slider-arrow-button {
    margin-bottom: 16px;
  }

  .hero-v7-top {
    flex-wrap: wrap;
    height: auto;
    padding: 32px 32px 0;
    position: static;
  }

  .hero-v7-intro {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-v7-bottom {
    height: auto;
    padding: 24px 32px 32px;
    position: static;
  }

  .home-v7-scroll {
    display: none;
  }

  .work-info {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .nav-layout {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .sg-sidebar {
    width: 220px;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
    width: 100%;
  }

  .slider {
    width: 90%;
    height: 50vh;
  }

  .div-block-4.headshot3, .div-block-4.headshot2, .div-block-4.headshot1, .div-block-4.headshot6 {
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-4.headshot5 {
    height: 300px;
    margin-right: 10px;
  }

  .div-block-4.headshot4 {
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .title1, .title2, .title3, .title.title1 {
    font-size: 12px;
  }

  .heading-12 {
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0%;
    font-size: 70px;
  }

  .heading-13, .heading-14 {
    font-size: 18px;
  }

  .heading-17, .heading-18 {
    font-size: 1.15em;
  }

  .heading-19 {
    text-align: center;
    font-size: 1.15em;
  }

  .heading-20 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.15em;
  }

  .heading-21 {
    text-align: center;
    font-size: 1.15em;
    display: block;
  }

  .heading-22 {
    text-align: center;
    font-size: 1.15em;
  }

  .heading-23 {
    font-size: 1.15em;
  }

  .paragraph-10 {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-left: 0%;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-35.empire-state {
    background-position: -33px -75px;
  }

  .heading-25 {
    margin-top: 0%;
    margin-left: 0%;
  }

  .button-2 {
    margin-right: 25px;
  }

  .button-4 {
    padding: 10px 15px;
    font-size: 15px;
  }

  .ma-slider {
    height: 349px;
  }

  .ma-preview {
    width: 140px;
  }

  .div-block-41 {
    position: static;
  }

  .icon {
    display: none;
  }

  .heading-32 {
    align-self: start;
    margin-top: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-35 {
    font-size: 70px;
  }

  .div-block-59, .div-block-60, .div-block-61, .div-block-62 {
    align-self: start;
    height: auto;
  }

  .link-5 {
    margin-bottom: 10px;
  }

  .heading-38 {
    margin-top: 10%;
  }

  .div-block-74 {
    grid-template-rows: auto auto auto auto;
  }

  .div-block-75 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .div-block-77 {
    align-self: auto;
    margin-top: 0;
  }

  .div-block-78 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .div-block-79 {
    background-image: url('../images/brands.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 400px;
    padding-left: 0;
    left: 0;
    right: -9px;
  }

  .paragraph-13 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
  }

  .div-block-88 {
    grid-row-gap: 30px;
  }

  .slide-3 {
    width: 100%;
  }

  .button-9 {
    align-self: center;
    width: 50%;
  }

  .perk-div-block {
    grid-template-rows: auto auto auto auto 300px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .magmic-link, .playrix-link, .pch-link, .tapas-link, .link-block-21 {
    align-self: center;
    width: 35vw;
  }

  .perk-block {
    background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/Perk_600x600.png');
    align-self: center;
    width: 35vw;
  }

  .div-block-107 {
    grid-row-gap: 15px;
  }

  .heading-67 {
    text-align: left;
    margin-bottom: 0%;
    font-size: 30px;
    text-decoration: none;
  }

  .heading-68 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-30, .image-31 {
    margin-bottom: 0%;
  }

  .lightbox-link-2 {
    background-image: url('../images/advantage-hypr.png');
  }

  .lightbox-link-3 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .link-block-25 {
    height: 30vh;
  }

  .heading-69 {
    font-size: 20px;
  }

  .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17 {
    align-self: center;
    height: 25vh;
  }

  .heading-85 {
    text-align: center;
  }

  .heading-90 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-91, .heading-92 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-93 {
    font-size: 5vw;
  }

  .div-block-133 {
    z-index: 3;
    grid-row-gap: 5px;
    margin-top: 0%;
    margin-left: 5%;
    position: fixed;
    top: 150px;
    left: 0;
  }

  .heading-105 {
    align-self: start;
    font-size: 2.8em;
    line-height: 1.25em;
  }

  .heading-107 {
    letter-spacing: 2px;
    align-self: end;
    font-size: 1.4em;
    line-height: 1em;
  }

  .section-8.hero {
    background-image: linear-gradient(#d0d8e4, #d0d8e4);
    justify-content: flex-start;
    height: 900px;
  }

  .div-block-144 {
    background-position: 50% 100%;
    background-size: 1100px;
  }

  .button-10 {
    font-size: 2.5vw;
  }

  .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24 {
    align-self: center;
    height: 25vh;
  }

  .lightbox-link-25 {
    height: 25vh;
  }

  .lightbox-link-26, .lightbox-link-27, .lightbox-link-28, .lightbox-link-29 {
    align-self: center;
    height: 25vh;
  }

  .div-block-156 {
    grid-column-gap: 16px;
  }

  .div-block-157 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: 16px;
  }

  .div-block-183 {
    background-position: 50%;
    background-size: cover;
    width: 250%;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: -345px;
    right: 103px;
  }

  .slider-7 {
    height: 200px;
  }

  .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8 {
    width: 25%;
  }

  .div-block-perk-inside.bvg {
    background-image: url('../images/Perk_600x600.png');
  }

  .button-11, .button-12 {
    display: none;
  }

  .brand-3 {
    height: auto;
  }

  .container-4 {
    justify-content: flex-end;
    margin-right: 2%;
  }

  .navbar-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle-6 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    padding-left: 0;
  }

  .dropdown-toggle-7 {
    margin-left: 20px;
    padding-left: 0;
  }

  .button-13 {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .nav-link-5 {
    text-transform: uppercase;
  }

  .nav-link-6 {
    text-align: center;
  }

  .text-block-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-3 {
    color: #000;
    background-color: #fff;
  }

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

  .icon-2 {
    color: #000;
  }

  .link-block-37 {
    background-image: url('../images/AdvHypr.png');
    height: 35vh;
  }

  .link-block-38 {
    align-self: center;
    height: 25vh;
  }

  .text-block-10 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .div-block-194 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .image-50 {
    top: 79px;
    left: 0;
    right: auto;
    bottom: NaNpx;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 0;
    position: absolute;
  }

  .image-51 {
    margin-top: 90px;
    position: absolute;
  }

  .image-52 {
    position: absolute;
  }

  .image-53, .image-54 {
    margin-top: 90px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .image-55 {
    margin-top: 90px;
    margin-bottom: 0%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .heading-117 {
    text-align: center;
    margin-bottom: 15px;
  }

  .slider-8, .div-block-201 {
    display: none;
  }

  .image-56 {
    left: 444px;
  }

  .div-block-203 {
    background-image: url('../images/hero-desktop-01.jpg');
    background-position: -50px;
    background-attachment: scroll;
    height: 900px;
    display: block;
    right: -449px;
  }

  .div-block-204, .div-block-206 {
    display: none;
  }

  .div-block-208 {
    z-index: 7;
    display: none;
    position: absolute;
  }

  .div-block-210 {
    align-items: center;
  }

  .div-block-211 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-17 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-118 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 50px;
  }

  .div-block-215 {
    width: 20%;
  }

  .footer-v1-subscrube-2 {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 50%;
  }

  .footer-v1-content-2 {
    margin-left: 6%;
    margin-right: 6%;
  }

  .footer-v1-bottom-2 {
    padding-bottom: 24px;
  }

  .scroll-up-button-2 {
    display: none;
  }

  .footer-v1-2 {
    flex-direction: column-reverse;
  }

  .link-block-39 {
    background-position: 50% 0;
    height: 35vh;
  }

  .image-58 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .link-14 {
    align-items: flex-start;
  }

  .link-14.w--current {
    width: auto;
  }

  .div-block-216 {
    z-index: 2;
    background-image: url('../images/skyline_1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-217 {
    align-items: center;
  }

  .image-59 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dropdown-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-15.accent {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waterfall-text-column {
    display: block;
  }

  .section-heading.centered {
    color: var(--dim-grey);
  }

  .tabs-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .button-15.tab {
    margin-bottom: 12px;
  }

  .section-16 {
    background-image: linear-gradient(rgba(72, 121, 185, .8), rgba(72, 121, 185, .8)), url('../images/rock-skyline.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .section-17 {
    height: auto;
  }

  .div-block-218 {
    grid-template-rows: auto;
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .div-block-220 {
    background-size: contain;
    margin-top: 0;
  }

  .heading-120 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-121 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .div-block-221 {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
  }

  .div-block-222 {
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .div-block-226 {
    overflow: visible;
  }

  .div-block-241 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-73 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .div-block-242 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .heading-123 {
    font-size: 40px;
  }

  .publishers {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .button-16 {
    align-self: center;
    width: 80%;
  }

  .div-block-244 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 60px;
  }

  .waterfall-image-column-2 {
    display: none;
  }

  .tab-menu-2 {
    flex-direction: row;
    width: auto;
    margin-bottom: 0;
  }

  .tabs-wrapper-2 {
    grid-template-rows: auto auto;
    height: auto;
    padding-top: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab {
    width: 125px;
    padding: 0;
  }

  .tab.w--current {
    width: 125px;
    padding: 0;
    font-size: 14px;
  }

  .text-block-14 {
    width: 150px;
  }

  .div-block-248 {
    width: 275px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-249 {
    align-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-250 {
    width: 100%;
  }

  .div-block-251 {
    background-image: url('../images/Blank_Hypr_tablet.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    align-self: center;
    width: 700px;
    position: relative;
  }

  .text-block-15 {
    width: 125px;
    font-size: 16px;
  }

  .link-block-40 {
    width: 35vw;
    position: relative;
  }

  .image-74 {
    width: 100%;
    display: none;
  }

  .image-75 {
    width: 100vw;
    display: block;
    position: absolute;
    top: -1px;
    bottom: -180px;
    left: 0;
    right: 0;
  }

  .image-76 {
    width: 100vw;
    position: absolute;
    top: -493px;
  }

  .image-77 {
    width: 100vw;
    position: absolute;
    top: -536px;
  }

  .image-78 {
    top: -296px;
  }

  .image-80 {
    display: none;
  }

  .image-81 {
    width: 100vw;
    position: absolute;
    top: -259px;
    bottom: 75px;
  }

  .image-82 {
    top: -510px;
  }

  .image-83 {
    top: -154px;
  }

  .image-84 {
    position: absolute;
    top: -244px;
  }

  .tab-pane-tab-1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .video-3 {
    width: 100%;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    width: 125px;
  }

  .section-20 {
    padding: 100px 15px;
  }

  .div-block-253 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-126, .heading-127 {
    display: none;
  }

  .section-23 {
    width: 155px;
  }

  .paragraph-20, .paragraph-21 {
    text-align: center;
  }

  .image-87 {
    width: 100%;
  }

  .video-5 {
    left: 0;
  }

  .tabs-menu-2 {
    clear: none;
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .section-24 {
    flex-direction: column;
  }

  .content-tab {
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .content-tab.w--current {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .video-6 {
    width: 400px;
    display: block;
  }

  .heading-129 {
    display: none;
  }

  .tabs-wrapper-4 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    position: relative;
  }

  .tabs-menu-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .column-2, .column-3, .column-4, .column-5 {
    display: none;
  }

  .column-6 {
    display: block;
  }

  .column-7, .column-9, .column-11, .column-13 {
    display: none;
  }

  .text-block-23 {
    text-align: center;
    align-items: center;
  }

  .text-block-24 {
    align-items: center;
  }

  .html-embed-2 {
    border-bottom: 0 #000;
  }

  .div-block-261 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

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

  .tabs-content-4 {
    margin-top: 1px;
  }

  .div-block-262 {
    display: flex;
  }

  .text-block-25, .text-block-26 {
    text-align: center;
    align-items: center;
  }

  .lightbox-link-30 {
    display: none;
  }

  .div-block-266 {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
  }

  .div-block-268 {
    width: 10%;
  }

  .brand-video.content-tab.w--current, .qualified-video.content-tab.w--current {
    padding-left: 0;
  }

  .brand-content.content-tab.w--current {
    padding-right: 0;
  }

  .multi-page.content-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .interactive.content-tab {
    border-bottom-style: solid;
    padding-right: 0;
  }

  .interactive.content-tab.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--white-smoke);
    padding-left: 0;
  }

  .div-block-269 {
    width: 100%;
  }

  .headshot7 {
    background-position: 50%;
  }

  .linkplay, .perklinkblock, .linkplay-copy {
    width: 35vw;
    position: relative;
  }

  .bvg-block {
    grid-template-rows: auto auto auto auto 300px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bvg-link-block {
    background-image: linear-gradient(to bottom, null, null), url('../images/Perk_600x600.png');
    align-self: center;
    width: 35vw;
  }

  .perk-block-one {
    grid-template-rows: auto auto auto auto 300px auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .case-studies-grid-block {
    grid-template: "."
                   "."
                   "."
                   "."
                   "." 300px
                   "."
                   "."
                   "."
                   "." 300px
                   / 1fr 1fr;
  }

  .div-block-bvg-inside-copy.bvg {
    background-image: url('../images/BigVikingGames_600x600.png');
  }

  .playgendary-link, .fuseboxgames-link, .squaretwo-link {
    width: 35vw;
    position: relative;
  }

  .italic-text-5 {
    float: none;
    clear: none;
    width: auto;
    margin-left: auto;
    padding-left: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 14px;
  }

  .section {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.promo-section {
    background-position: 62% 213%;
    height: 656px;
  }

  .section.image-2 {
    background-image: linear-gradient(rgba(65, 84, 108, .82), rgba(65, 84, 108, .82)), url('../images/hyprposters_11.2.18.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.image-3 {
    background-image: url('../images/HyprMX-St-Muted.png');
  }

  .section.monetization {
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 51px;
  }

  .section.publishers {
    justify-items: center;
    display: flex;
  }

  .wrapper {
    margin-bottom: 22px;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .page-wrapper {
    padding-top: 56px;
  }

  .page-wrapper.style-guide-wrapper {
    margin-left: 0;
  }

  .nav-link {
    border-width: 1px;
    border-color: var(--gainsboro);
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brand, .brand.nav-top-brand {
    width: 56px;
    height: 56px;
  }

  .split-image {
    height: 600px;
    min-height: 0;
  }

  .split-image.about.pch {
    background-position: 50% 53%;
    height: 400px;
  }

  .split-image.about.magmic {
    background-position: 0 -86px;
    background-attachment: scroll;
    height: 400px;
  }

  .split-image.about.playrix {
    background-position: 50% 52%;
    height: 400px;
    top: 71px;
  }

  .split-image.about.tapas {
    background-position: 50% 57%;
    height: 400px;
  }

  .split-image.about.perk {
    background-image: none;
    height: 400px;
    bottom: -804px;
  }

  .split-image.about.bigviking {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .hero-split-intro {
    padding-top: 64px;
  }

  .contact.home-v8-contact {
    margin-top: 8px;
  }

  .link-v1.sg-back-link {
    top: 52px;
    bottom: auto;
    right: 40px;
  }

  .location.home-v1 {
    bottom: 40px;
    left: 6%;
  }

  .about-heading {
    width: 75%;
  }

  .about-text {
    column-count: 1;
    padding-right: 0;
  }

  .counter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .counter.brands {
    width: 100%;
  }

  .counter.publishers {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-block {
    padding-right: 6%;
  }

  .client-v2-logo-wrapper {
    width: 50%;
  }

  .client-v2-logo-wrapper.monetize-brands {
    margin-left: 0%;
    display: block;
  }

  .client-v2-logo-wrapper.monetize-brands.admob, .client-v2-logo-wrapper.monetize-brands.deltadna {
    margin-left: 0%;
  }

  .client-v2-logo-wrapper.lowes {
    display: flex;
  }

  .client-v2-logo-wrapper.fedex, .client-v2-logo-wrapper.carnival, .client-v2-logo-wrapper.converse, .client-v2-logo-wrapper.natgeo {
    display: none;
  }

  .client-v2-logo-wrapper.fox, .client-v2-logo-wrapper.emirates, .client-v2-logo-wrapper.fendi, .client-v2-logo-wrapper.bmw, .client-v2-logo-wrapper.apple {
    width: 50%;
  }

  .client-v2-logo-wrapper.lg {
    display: flex;
  }

  .clients-v2-link {
    width: 50%;
  }

  .blog-posts {
    flex-direction: row;
  }

  .blog-post {
    width: 50%;
  }

  .post-card-date-wrapper {
    margin-top: 0;
  }

  .post-card-date-line {
    width: 6%;
    margin-right: 16px;
  }

  .post-card-content {
    padding-left: 0;
    padding-right: 16px;
  }

  .footer-v1-subscrube {
    padding-right: 25%;
  }

  .footer-v1-content {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .footer-v1-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
    display: flex;
  }

  .footer-v1-links {
    padding-bottom: 64px;
  }

  .footer-v1-link-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
  }

  .footer-v1-bottom {
    margin-top: 20px;
    padding-right: 0%;
  }

  .scroll-up-button {
    display: none;
  }

  .footer-v1-bottom-text {
    padding-right: 0%;
  }

  .service-v2 {
    padding-bottom: 32px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .experience {
    padding-right: 8%;
  }

  .side-works-link {
    height: 200px;
  }

  .work {
    width: 100%;
  }

  .works {
    flex-direction: column;
  }

  .split-content {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .split-media.right.nav-left {
    height: 400px;
    position: relative;
  }

  .work-top {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-hover.big-work-hover {
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .works-masonry {
    flex-direction: column;
    display: flex;
  }

  .portfolio-nav-bar {
    flex-direction: column;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/aziz-acharki-253909.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-full-image.home-v8 {
    padding-bottom: 16px;
  }

  .social-icons.home-v2-icons {
    bottom: 32px;
    right: 32px;
  }

  .vertical-info {
    top: 96px;
    right: 8px;
  }

  .hero-down-intro {
    margin-top: 200px;
  }

  .hero-service {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .hero-left-intro {
    max-width: 83.33%;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .post-card-info {
    padding-bottom: 32px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-info {
    display: none;
  }

  .nav-info-heading {
    margin-bottom: 0;
  }

  .full-screen-menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .intro-page-hero {
    min-height: 400px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .split-image-link {
    flex: 0 auto;
    min-height: 248px;
  }

  .split-image-links {
    height: auto;
  }

  .hero-intro {
    max-width: 100%;
  }

  .section-intro {
    margin-bottom: 10px;
  }

  .blog-post-v2 {
    width: 100%;
  }

  .post-card-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .promo-intro {
    max-width: 100%;
    margin-top: 0;
  }

  .inner-page {
    flex: 0 auto;
    width: 66.66%;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .inner-page.cs-1, .inner-page.cs-3 {
    width: 100%;
  }

  .inner-page-preview {
    margin-right: 20px;
  }

  .work-card-image-wrapper {
    margin-bottom: 24px;
  }

  .work-card-category {
    margin-bottom: 32px;
  }

  .instagram-more {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .instagram-link {
    width: 50%;
  }

  .instagram-link.featured {
    width: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .post-card-v3 {
    margin-bottom: 32px;
  }

  .post-card-info-v3 {
    padding-bottom: 32px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .blog-post-v3 {
    width: 50%;
  }

  .career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .career-job {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .split-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .big-quote-icon {
    margin-right: 32px;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .pricing-table {
    width: 100%;
    padding: 64px 12%;
  }

  .contact-v2-card {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-v2-card.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-card {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-card.right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-v1 {
    flex-wrap: wrap;
  }

  .service-v1 {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .service-v1.monetization-1 {
    padding-top: 24px;
  }

  .service-v1.monetization-4, .service-v1.monetization-5, .service-v1.monetization-6, .service-v1.monetization-7 {
    display: none;
  }

  .service-v1.monetization-8 {
    display: block;
  }

  .hero-slider-intro {
    margin-top: 96px;
    margin-bottom: 120px;
  }

  .hero-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .hero-slider-arrow.left {
    right: 56px;
  }

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

  .nav-menu-top {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .nav-top-social {
    display: none;
  }

  .testimonials-v2 {
    margin-bottom: 0;
  }

  .review-v2 {
    padding: 48px 8px 64px;
  }

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

  .review-v2-author {
    margin-top: 16px;
  }

  .testimonials-v2-nav {
    display: inline-block;
  }

  .hero-v7-top, .hero-v7-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sg-sidebar {
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
    padding-bottom: 48px;
    position: relative;
  }

  .sg-sidebar-link {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-sidebar-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: 40vh;
  }

  .heading-12 {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .heading-17 {
    text-align: center;
    margin-left: 0%;
    font-size: 18px;
    display: block;
    overflow: visible;
  }

  .heading-18 {
    text-align: center;
    font-size: 18px;
  }

  .heading-19 {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .heading-20 {
    text-align: center;
    font-size: 18px;
  }

  .heading-21 {
    font-size: 3vw;
  }

  .heading-22 {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .heading-23 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-10 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-2 {
    display: none;
  }

  .button-4 {
    padding-left: 15px;
  }

  .ma-slider {
    height: 225px;
  }

  .heading-26 {
    font-size: 60px;
  }

  .icon {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: -10px;
    bottom: -8px;
    left: -12px;
    right: 0;
  }

  .link-block-6.nav-link {
    flex-direction: row;
    margin-left: 15%;
  }

  .heading-32 {
    align-self: start;
    font-family: industry, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-35, .heading-36 {
    font-size: 60px;
  }

  .link-5, .link-6, .link-7, .link-8 {
    font-size: 16px;
  }

  .div-block-74 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-79 {
    background-position: 50%;
    background-size: contain;
    height: 400px;
    padding-left: 0;
    position: relative;
  }

  .paragraph-13 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
  }

  .div-block-88 {
    grid-row-gap: 50px;
  }

  .slide-3 {
    width: 100%;
  }

  .left-arrow {
    align-items: center;
  }

  .button-9 {
    align-self: center;
    width: 90%;
  }

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

  .perk-div-block {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .magmic-link, .playrix-link, .pch-link, .tapas-link, .link-block-21, .perk-block {
    align-self: center;
    height: 35vh;
  }

  .div-block-107 {
    grid-row-gap: 25px;
    grid-template-columns: 50% 50%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .heading-67 {
    font-size: 24px;
  }

  .heading-68 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-15 {
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 24px;
  }

  .image-30, .image-31 {
    margin-bottom: 0%;
  }

  .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
    height: 45vh;
  }

  .link-block-25 {
    height: 25vh;
  }

  .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17 {
    align-self: center;
    height: 15vh;
  }

  .heading-80 {
    font-size: 14px;
  }

  .heading-87 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-89 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-90 {
    font-size: 12px;
  }

  .heading-91 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-92 {
    font-size: 14px;
  }

  .div-block-133 {
    z-index: 4;
    align-items: flex-start;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 5%;
    padding-left: 0%;
    display: block;
    position: fixed;
    top: 25vh;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .heading-105 {
    text-align: left;
    letter-spacing: 1.5px;
    align-self: start;
    font-size: 1.55em;
    line-height: 1.1em;
  }

  .heading-107 {
    text-align: left;
    letter-spacing: 2px;
    align-self: end;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  .section-8 {
    height: 75vh;
  }

  .section-8.hero {
    background-image: linear-gradient(#d0d8e4, #d0d8e4);
    align-items: flex-start;
    height: 620px;
    position: relative;
  }

  .div-block-143 {
    height: 75vh;
  }

  .div-block-144 {
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .button-10 {
    font-size: 3vw;
  }

  .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24, .lightbox-link-25, .lightbox-link-26, .lightbox-link-27, .lightbox-link-28, .lightbox-link-29 {
    align-self: center;
    height: 15vh;
  }

  .div-block-157 {
    left: 19px;
  }

  .div-block-183 {
    z-index: 1;
    background-image: url('../images/skyline.jpg');
    background-position: -169px 39%;
    background-size: 1000px;
    background-attachment: fixed;
    flex: 0 auto;
    height: 100vh;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-184 {
    height: 100vh;
    position: absolute;
  }

  .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8 {
    width: 25%;
  }

  .navbar-2 {
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle-7 {
    justify-content: center;
    align-items: center;
  }

  .nav-link-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 30px;
    display: flex;
  }

  .text-block-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .link-block-37 {
    background-image: url('../images/AdvHypr.png');
  }

  .link-block-38 {
    align-self: center;
    height: 15vh;
  }

  .heading-113 {
    font-size: 60px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-194 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-50 {
    top: 65px;
    right: 0;
    bottom: NaNpx;
    margin-top: 5%;
    margin-right: 20px;
  }

  .image-52 {
    margin-right: 20px;
  }

  .image-53 {
    margin-top: 90px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .heading-117 {
    text-align: center;
  }

  .slider-8, .div-block-201, .div-block-202 {
    display: none;
  }

  .div-block-203 {
    z-index: 4;
    background-image: url('../images/skyline-mobile-2-01.jpg');
    background-position: 36%;
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 620px;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-204, .div-block-206 {
    display: none;
  }

  .div-block-209 {
    z-index: 1;
    background-image: url('../images/hero2.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .div-block-210 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-17 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 18px;
  }

  .heading-118 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }

  .div-block-215 {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-v1-subscrube-2 {
    padding-right: 25%;
  }

  .footer-v1-bottom-2, .footer-v1-bottom-text-2 {
    padding-right: 0%;
  }

  .scroll-up-button-2 {
    display: none;
  }

  .footer-v1-links-2 {
    padding-bottom: 64px;
  }

  .link-block-39 {
    height: 45vh;
  }

  .image-58 {
    width: 100%;
    margin-bottom: 0;
  }

  .link-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-216 {
    z-index: 2;
    background-image: url('../images/skyline-mobile.jpg');
    background-position: 31% 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 120vh;
    margin-top: 0%;
    display: block;
    position: fixed;
    bottom: 10vh;
    left: 0;
    right: 0;
  }

  .div-block-217 {
    padding-bottom: 0%;
  }

  .dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15.accent {
    height: auto;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .waterfall-text-column {
    display: block;
  }

  .section-heading.centered {
    color: var(--dim-grey);
    font-size: 50px;
    line-height: 55px;
  }

  .tab-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .button-15.tab {
    margin-bottom: 12px;
  }

  .div-block-218 {
    grid-template-rows: auto;
    align-items: start;
  }

  .div-block-220 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    justify-content: center;
    margin-top: 0;
  }

  .heading-120 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-121 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    display: flex;
  }

  .div-block-221 {
    justify-content: center;
    align-self: end;
    align-items: center;
    margin-left: 0%;
  }

  .div-block-235, .div-block-237 {
    align-items: stretch;
    width: 100%;
  }

  .div-block-241 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-73 {
    max-width: 100%;
    padding: 0;
    position: relative;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-242 {
    align-self: center;
    height: 100%;
  }

  .heading-123.top {
    margin-top: 120px;
  }

  .publishers {
    position: relative;
  }

  .waterfall-image-column-2 {
    display: block;
  }

  .tab-menu-2 {
    clear: right;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    margin-top: 30px;
    display: block;
    position: relative;
  }

  .tabs-wrapper-2 {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .tab {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }

  .tab.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-14 {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .div-block-248 {
    width: 240px;
  }

  .div-block-250 {
    width: 100%;
  }

  .div-block-251 {
    width: 500px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .text-block-15 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .image-75 {
    height: auto;
  }

  .image-76 {
    top: -389px;
    left: 1px;
  }

  .image-77 {
    width: 100vw;
    top: -397px;
  }

  .image-78 {
    top: -169px;
  }

  .image-81 {
    top: -173px;
  }

  .image-82 {
    top: -366px;
    bottom: -58px;
  }

  .image-83 {
    top: -66px;
    left: 0;
  }

  .image-84 {
    top: -182px;
  }

  .text-block-16 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .text-block-17 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-18 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .section-23 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-128 {
    font-size: 26px;
    line-height: 28px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .video-5 {
    width: 75%;
    margin-left: 0%;
    margin-right: 25%;
    left: 72px;
  }

  .video-6 {
    width: 200px;
  }

  .tabs-wrapper-4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . ."
                         ". . . .";
  }

  .tabs-menu-3 {
    flex-direction: column;
    align-self: stretch;
    padding-bottom: 0;
    display: flex;
  }

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

  .column-11, .column-13, .div-block-258 {
    display: none;
  }

  .lightbox-link-30 {
    width: 100%;
    height: 500px;
    display: block;
  }

  .lightbox-link-30.tab1 {
    background-image: url('../images/brand-video-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-link-30.tab2 {
    background-image: url('../images/qualified-video.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-link-30.tab3 {
    background-image: url('../images/brand-content.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-link-30.tab4 {
    background-image: url('../images/multi-page-content.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-link-30.tab5 {
    background-image: url('../images/interactive.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .brand-video.content-tab.w--current, .qualified-video.content-tab.w--current {
    padding-left: 0;
  }

  .brand-content.content-tab.w--current {
    padding-right: 0;
  }

  .multi-page.content-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .interactive.content-tab.w--current {
    padding-left: 0;
  }

  .headshot7 {
    background-position: 50%;
  }

  .bvg-block {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bvg-link-block {
    align-self: center;
    height: 35vh;
  }

  .perk-block-one, .case-studies-grid-block {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .section {
    height: 900px;
    padding: 0 0%;
    position: relative;
  }

  .section.no-paddings.footer {
    height: auto;
  }

  .section.no-top-padding.about {
    height: 150vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.promo-section {
    background-position: 59% 100%;
    background-size: 1120px;
    height: 720px;
  }

  .section.no-side-paddings.no-bottom-padding {
    height: auto;
    padding-top: 60px;
  }

  .section.image-2 {
    background-image: linear-gradient(rgba(65, 84, 108, .82), rgba(65, 84, 108, .82)), url('../images/hyprposters_11.2.18.jpg');
    background-position: 0 0, 61% 36%;
    background-repeat: repeat, no-repeat;
  }

  .section.image-3 {
    z-index: 6;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/HyprMX-St-Muted.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: stretch;
    height: auto;
    display: grid;
    position: relative;
  }

  .section.portfolio-nav {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section.monetization {
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    align-content: start;
    height: 1050px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.publisher {
    height: 1900px;
  }

  .button.side-margins {
    margin-bottom: 16px;
  }

  .style-block {
    padding-left: 0;
    padding-right: 0;
  }

  .split-image {
    height: 480px;
    min-height: 0;
  }

  .split-image.about.pch {
    background-position: 50% 49%;
    background-size: auto 900px;
    height: 350px;
  }

  .split-image.about.magmic {
    background-position: -130px 0;
    background-size: 550px;
    height: 350px;
    margin-bottom: 2px;
  }

  .split-image.about.playrix {
    background-position: 0 -140px;
    height: 350px;
  }

  .split-image.about.tapas {
    background-position: 50% 49%;
    background-size: auto 900px;
    height: 350px;
  }

  .split-image.about.perk {
    background-position: 50% 63%;
    background-size: auto 800px;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .split-image.about.bigviking {
    background-position: 0 80%;
    background-size: auto 800px;
    height: 350px;
  }

  .split-image.about.squaretwo {
    background-position: 0 42%;
    background-size: auto 900px;
  }

  .hero-split-intro {
    padding-top: 48px;
  }

  .contact.home-v8-contact {
    margin-top: 4px;
    left: 6%;
  }

  .contact.email-home-v3 {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .contact.phone-home-v3 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .contact.home-v2 {
    margin-bottom: 136px;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .link-v1.more-link {
    margin-top: 0;
  }

  .link-v1.sg-back-link {
    right: 24px;
  }

  .location.home-v8-location, .location.hero-slider-location {
    bottom: 24px;
    left: 6%;
  }

  .about-heading {
    width: 100%;
  }

  .about-more-info {
    flex-direction: column;
  }

  .about-links {
    margin-top: 40px;
  }

  .link-v2.category-link {
    margin-bottom: 16px;
    margin-right: 0;
    display: inline-block;
  }

  .signature.home-v2 {
    margin-bottom: 240px;
  }

  .counters {
    flex-direction: column;
  }

  .about-image-wrapper {
    padding-right: 8px;
  }

  .counter {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .counter.publishers {
    grid-column-gap: 22px;
    grid-row-gap: 60px;
    flex: none;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 4fr;
    align-content: space-around;
    justify-content: space-around;
    justify-items: center;
    padding: 0 2% 80px;
  }

  .side-works {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .clients-v2 {
    margin-top: -24px;
  }

  .client-v2-logo-wrapper {
    width: 100%;
  }

  .client-v2-logo-wrapper.monetize-brands.iqzone {
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 0;
    display: block;
  }

  .client-v2-logo-wrapper.converse, .client-v2-logo-wrapper.almay {
    display: none;
  }

  .client-v2-logo-wrapper.fox {
    width: 100%;
  }

  .client-v2-logo-wrapper.emirates {
    display: none;
  }

  .client-v2-logo-wrapper.fendi {
    width: 100%;
    padding-top: 0;
  }

  .client-v2-logo-wrapper.bmw {
    display: none;
  }

  .client-v2-logo-wrapper.apple {
    width: 100%;
  }

  .client-v2-logo-wrapper.bvlgari, .client-v2-logo-wrapper.kellogs, .client-v2-logo-wrapper.dyson {
    display: none;
  }

  .clients-v2-link {
    width: 100%;
    height: 152px;
  }

  .blog-post {
    width: 100%;
  }

  .post-card-date-line {
    width: 8%;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1-subscrube {
    padding-right: 6%;
    display: none;
  }

  .input.subscribe-input {
    padding-left: 20px;
  }

  .input.text-area, .input.text-area.margin-right {
    margin-right: 0;
  }

  .input.half-width {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .footer-v1-link {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .footer-v1-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .footer-v1-link-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
  }

  .footer-v1-bottom {
    flex-direction: column;
  }

  .service-v2 {
    padding-top: 64px;
    padding-bottom: 16px;
  }

  .experience {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .story-more {
    width: 100%;
    margin-top: 40px;
  }

  .section-side-intro {
    flex-direction: column;
  }

  .split-content {
    margin: 0 0% 1px;
    padding: 64px 4% 80px;
  }

  .split-content.right.post, .split-content.blog-post-content.post {
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .split-media.right.nav-left {
    height: 350px;
  }

  .contact-v1-form {
    margin-right: 0;
  }

  .work-details {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-hover.big-work-hover {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-info.work-big-info {
    max-width: none;
  }

  .works-view {
    float: none;
    justify-content: center;
    width: 100%;
    top: 0;
  }

  .works-view-icon {
    margin-left: 4px;
    margin-right: 4px;
  }

  .tabs-menu {
    border-bottom: 1px solid var(--light-grey);
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .portfolio-nav-bar {
    padding-bottom: 32px;
  }

  .menu-button {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/aziz-acharki-253909.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-full-image.home-v3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 6%;
  }

  .hero-full-image.home-v8 {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beardface.jpg');
    background-position: 0 0, 63%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-big-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .social-icons.home-v3-icons {
    margin-top: -48px;
    margin-left: -4px;
    margin-right: 0;
    position: static;
    left: 0;
    right: 0;
  }

  .vertical-info {
    top: 88px;
    right: 4px;
  }

  .vertical-text {
    color: #fff;
  }

  .name {
    margin-top: 20px;
    margin-left: 0;
    position: static;
  }

  .name.home-v3 {
    position: static;
  }

  .hero-down-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-down-heading {
    margin-left: 0;
  }

  .hero-service {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .categories {
    flex-direction: column;
    align-items: center;
  }

  .categories-wrapper {
    border-top: 1px solid var(--light-grey);
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-left-intro {
    max-width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  ._404-message {
    margin-left: 6%;
    margin-right: 6%;
  }

  .post-card-info {
    padding-top: 112px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-v1-heading {
    margin-right: 0;
  }

  .intro-page-hero {
    padding-left: 8%;
    padding-right: 8%;
  }

  .layout {
    width: 100%;
  }

  .hero-intro {
    max-width: 100%;
  }

  .section-intro {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .post-card-v2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .post-card-v2-image {
    min-width: none;
    width: 100%;
  }

  .post-card-v2-info {
    padding: 24px 0% 8px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
    display: none;
  }

  .blog-categories {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-categories-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-category-tabs {
    margin-top: 32px;
  }

  .promo-intro {
    max-width: 100%;
  }

  .inner-pages {
    padding-left: 8px;
    padding-right: 8px;
  }

  .inner-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .inner-page.cs-1, .inner-page.cs-2, .inner-page.cs-3, .inner-page.cs-4 {
    height: 150px;
  }

  .inner-page-preview {
    width: 120px;
  }

  .instagram {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .instagram-more {
    margin-left: 0;
    margin-right: 0;
  }

  .instagram-link.featured {
    width: 100%;
    margin-bottom: 0;
  }

  .instagram-link.link2, .instagram-link.link1, .instagram-link.link3, .instagram-link.link4 {
    width: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .post-card-info-v3 {
    padding-top: 112px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .blog-post-v3 {
    width: 100%;
  }

  .career-job-wrapper.mobile-reversed {
    flex-direction: row-reverse;
  }

  .career-job {
    flex: 1;
    margin-left: 56px;
    padding: 24px;
  }

  .career-job.left {
    box-shadow: 3px 0 0 0 var(--yellow);
    border-left-style: solid;
    border-right-style: none;
  }

  .career-job-corner.right {
    box-shadow: -1px 1px 0 0 var(--gainsboro);
    left: -7px;
    right: auto;
  }

  .career-job-period {
    width: 60px;
    margin-top: 22px;
    font-size: 11px;
    line-height: 16px;
  }

  .career-job-period.text-left {
    text-align: right;
  }

  .career-timeline {
    left: 80px;
  }

  .timeline-dot-v1 {
    margin-left: 73px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about, .footer-v2-contacts, .footer-v2-follow, .footer-v2-nav, .split-footer-about, .split-footer-nav, .split-footer-follow, .split-footer-contacts {
    width: 100%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .big-quote {
    flex-direction: column;
    align-items: center;
  }

  .big-quote-text {
    text-align: center;
  }

  .big-quote-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .timeline-dot-v2 {
    margin-left: 77px;
  }

  .contact-v2-card {
    width: 100%;
    padding: 48px 12%;
  }

  .contact-v2-form {
    margin-right: 0;
  }

  .info-card {
    width: 100%;
    padding: 48px 16%;
  }

  .service-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-v1.monetization-4, .service-v1.monetization-5, .service-v1.monetization-6, .service-v1.monetization-7 {
    display: none;
  }

  .hero-slider {
    min-height: 720px;
  }

  .hero-slider-intro {
    max-width: 100%;
    margin-bottom: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-top-social, .slider-arrow {
    display: none;
  }

  .nav-layout {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .sg-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider {
    width: 100%;
    height: 20vh;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-4.headshot3, .div-block-4.headshot2, .div-block-4.headshot1, .div-block-4.headshot6, .div-block-4.headshot5 {
    width: 100%;
    height: 300px;
  }

  .div-block-4.headshot4 {
    width: 100%;
    height: 300px;
    display: block;
  }

  .headshots-row-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-8 {
    text-align: center;
  }

  .text-block-3 {
    text-align: center;
    font-size: 15px;
  }

  .text-block-4 {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 15px;
  }

  .heading-21 {
    font-size: 15px;
    display: block;
  }

  .heading-22, .heading-23 {
    font-size: 15px;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-2 {
    display: none;
  }

  .button-4 {
    margin-bottom: 10px;
  }

  .ma-slider {
    height: 147px;
  }

  .ma-preview {
    width: 98px;
  }

  .heading-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 40px;
    display: flex;
  }

  .icon {
    flex-direction: column;
    position: absolute;
  }

  .link-block-6.nav-link {
    margin-left: 20%;
  }

  .heading-32 {
    text-transform: none;
    align-self: end;
    font-family: industry, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-35 {
    align-self: center;
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-36 {
    font-size: 40px;
  }

  .div-block-74 {
    clear: both;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-75 {
    align-items: center;
    padding-left: 10px;
  }

  .div-block-77 {
    align-self: auto;
    height: 1200px;
  }

  .div-block-78 {
    grid-template-rows: auto auto auto;
  }

  .div-block-79 {
    background-position: 50%;
    background-size: contain;
    height: 300px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .paragraph-13 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-88 {
    grid-row-gap: 50px;
  }

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

  .slider-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0%;
    padding-top: 35%;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 35%;
  }

  .button-9 {
    letter-spacing: 0;
    align-self: center;
    width: 85%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .perk-div-block {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .magmic-link, .playrix-link, .pch-link, .tapas-link, .link-block-21, .perk-block {
    align-self: center;
    width: 100%;
    height: 45vh;
  }

  .div-block-107 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-109 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .heading-67 {
    text-align: center;
    width: 100%;
    margin-right: 10px;
    font-size: 30px;
  }

  .heading-68 {
    text-align: center;
    width: 100%;
    margin-top: -4px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-15 {
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 22px;
    position: static;
  }

  .headshot1 {
    width: 90%;
    height: 25vh;
    padding-left: 0%;
  }

  .headshot4 {
    background-position: 50%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .lightbox-link-2 {
    width: 100vw;
  }

  .lightbox-link-3 {
    background-position: 0;
  }

  .lightbox-link-4 {
    height: 45vh;
  }

  .lightbox-link-5 {
    background-image: url('../images/hypr-img22.png');
    background-position: 50%;
    align-items: stretch;
    height: 45vh;
  }

  .lightbox-link-6 {
    background-image: url('../images/hypr-img44.png');
    height: 45vh;
  }

  .link-block-25 {
    height: 25vh;
  }

  .div-block-114 {
    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 auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 30%;
  }

  .lightbox-link-8, .lightbox-link-9, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17 {
    align-self: center;
    width: 100%;
    height: 45vh;
  }

  .heading-80 {
    width: 100vw;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-86 {
    text-align: center;
  }

  .div-block-118 {
    width: 100%;
    position: absolute;
  }

  .div-block-119 {
    position: absolute;
    overflow: visible;
  }

  .heading-87 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-90 {
    font-size: 17px;
  }

  .heading-91, .heading-92 {
    font-size: 20px;
  }

  .heading-93 {
    text-align: center;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 12%;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-94, .heading-95 {
    text-align: center;
  }

  .heading-96 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-97, .heading-99 {
    text-align: center;
  }

  .div-block-133 {
    height: 650px;
    top: 22vh;
  }

  .heading-105 {
    text-align: left;
    align-self: start;
    margin-top: -15px;
    margin-bottom: 94px;
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .heading-107 {
    text-align: left;
    letter-spacing: 2px;
    align-self: end;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.8em;
  }

  .section-8 {
    height: 60vh;
  }

  .section-8.hero {
    background-image: linear-gradient(#d0d8e4, #d0d8e4);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 620px;
  }

  .div-block-143 {
    height: 60vh;
  }

  .div-block-144 {
    height: 100vh;
    display: none;
  }

  .button-10 {
    margin-top: 10%;
    font-size: 5vw;
  }

  .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24, .lightbox-link-25, .lightbox-link-26, .lightbox-link-27, .lightbox-link-28, .lightbox-link-29 {
    align-self: center;
    width: 100%;
    height: 45vh;
  }

  .link-11, .link-12, .paragraph-16 {
    color: rgba(231, 231, 231, .5);
  }

  .div-block-156 {
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
  }

  .heading-109 {
    clear: none;
    text-align: left;
    margin-left: -3px;
    padding-left: 0;
  }

  .div-block-157 {
    width: 90%;
    left: 25px;
  }

  .div-block-158, .div-block-160, .div-block-161, .div-block-162, .div-block-163 {
    grid-template-rows: auto auto;
  }

  .div-block-170, .div-block-171, .div-block-172, .div-block-173, .div-block-174, .div-block-175 {
    margin-top: 10%;
  }

  .div-block-183 {
    background-position: 40% 31%;
    height: 100vh;
    top: 59px;
    bottom: auto;
    left: -164px;
    right: 0;
  }

  .div-block-184 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
  }

  .slider-7 {
    height: 200px;
    display: none;
  }

  .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8 {
    width: 100%;
  }

  .navbar-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .link-block-37 {
    background-image: url('../images/AdvHypr-square.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 45vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .link-block-38 {
    align-self: center;
    width: 100%;
    height: 45vh;
  }

  .image-44, .image-45, .image-46, .image-47, .image-48, .image-49 {
    display: none;
  }

  .heading-113 {
    margin-top: 120px;
    font-size: 40px;
  }

  .text-block-10 {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .div-block-194 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-114 {
    line-height: 38px;
  }

  .image-50 {
    margin-top: -13%;
    margin-left: 3px;
    margin-right: 20px;
    top: 56px;
    bottom: auto;
    right: 0;
  }

  .image-51 {
    margin-top: 80px;
    margin-right: 20px;
  }

  .image-52 {
    margin-right: 20px;
  }

  .image-53 {
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .image-54 {
    margin-bottom: 0%;
    margin-right: 20px;
    position: absolute;
  }

  .image-55 {
    margin-right: 20px;
  }

  .heading-117 {
    text-align: center;
    margin-top: 25px;
    line-height: 28px;
  }

  .slider-8 {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    height: 110px;
    margin-bottom: 5px;
    display: block;
  }

  .slide-nav-4 {
    background-color: #fff;
    display: none;
  }

  .right-arrow-4, .right-arrow-5, .right-arrow-6, .right-arrow-7, .left-arrow-4, .left-arrow-5, .left-arrow-6 {
    display: none;
  }

  .div-block-201 {
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .div-block-203 {
    z-index: 4;
    background-image: url('../images/skyline-mobile-2-01.jpg');
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: 1333px;
    background-attachment: fixed;
    height: 620px;
    margin-top: 0%;
    display: block;
    position: absolute;
    top: 0;
  }

  .div-block-204, .div-block-206, .div-block-208 {
    height: 500px;
  }

  .div-block-209 {
    z-index: 2;
    background-image: url('../images/hero2.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    position: fixed;
  }

  .div-block-210 {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-17 {
    float: none;
    clear: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .heading-118 {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
  }

  .footer-v1-subscrube-2 {
    padding-right: 6%;
  }

  .footer-v1-links-2 {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .footer-v1-link-2 {
    flex: 0 auto;
    width: 42%;
    margin-bottom: 40px;
  }

  .link-block-39 {
    background-image: url('../images/hypr-img11.png');
    background-position: 50%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 45vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    overflow: hidden;
  }

  .image-58 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-216 {
    background-image: url('../images/skyline-mobile-2.jpg');
    background-position: 39% 0;
    background-size: cover;
    height: 750px;
    margin-top: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-15.accent {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-heading.centered {
    color: var(--dim-grey);
    font-size: 50px;
    line-height: 56px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .button-15.tab {
    margin-bottom: 9px;
  }

  .section-16 {
    background-image: linear-gradient(to bottom, null, null), url('../images/rock-skyline.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-218 {
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    grid-template-rows: 100px auto;
    align-items: start;
  }

  .div-block-220 {
    background-position: 50% 0;
    align-self: auto;
  }

  .heading-120 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-121 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-221 {
    align-self: end;
    margin-left: 0;
  }

  .div-block-222 {
    grid-template-columns: 1fr 1fr;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .div-block-224 {
    display: none;
  }

  .div-block-225 {
    align-self: center;
    position: relative;
  }

  .div-block-226 {
    display: none;
    position: relative;
    overflow: visible;
  }

  .div-block-227 {
    display: none;
    position: relative;
  }

  .div-block-228, .div-block-230 {
    align-self: center;
    position: relative;
  }

  .div-block-231, .div-block-232, .div-block-233 {
    display: none;
  }

  .div-block-234 {
    align-self: center;
    position: relative;
  }

  .div-block-235, .div-block-236 {
    width: 100%;
  }

  .div-block-237 {
    align-items: stretch;
    width: 100%;
  }

  .div-block-239 {
    width: 100%;
  }

  .image-63, .image-64, .image-65, .image-69, .image-70, .image-71 {
    display: none;
  }

  .image-73 {
    flex: 0 auto;
    padding: 0;
    position: relative;
  }

  .tab-pane-tab-1, .video {
    width: 100%;
  }

  .div-block-242 {
    align-self: center;
    height: 100%;
  }

  .heading-123 {
    font-size: 36px;
  }

  .heading-123.top {
    text-align: center;
    margin-top: 80px;
    font-size: 36px;
    display: block;
    position: relative;
  }

  .publishers {
    position: relative;
  }

  .div-block-246 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .tab-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: block;
    position: relative;
  }

  .tabs-wrapper-2 {
    margin-top: 50px;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .tab, .tab.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-14 {
    text-align: center;
  }

  .section-19 {
    height: auto;
  }

  .div-block-248 {
    width: 200px;
  }

  .div-block-249 {
    justify-items: center;
    width: 300px;
    height: auto;
  }

  .div-block-251 {
    width: 100%;
  }

  .tabs-content-2 {
    align-self: center;
    margin-top: 15px;
    position: relative;
  }

  .text-block-15 {
    text-align: center;
  }

  .link-block-40 {
    align-self: center;
    width: 100%;
  }

  .image-75 {
    top: 0;
  }

  .image-76 {
    top: -114px;
  }

  .image-77 {
    width: 100vw;
    top: -117px;
  }

  .image-78 {
    top: -2px;
    bottom: -199px;
  }

  .image-81 {
    top: -20px;
  }

  .image-82 {
    top: -151px;
  }

  .image-83 {
    top: 33px;
  }

  .image-84 {
    top: -3px;
  }

  .tab-pane-tab-1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    text-align: center;
  }

  .section-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-85 {
    margin-left: 0;
  }

  .heading-128 {
    font-size: 16px;
  }

  .paragraph-20 {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .image-87 {
    width: 100%;
  }

  .video-5 {
    left: 43px;
  }

  .content-tab.w--current {
    display: block;
  }

  .tabs-menu-3 {
    align-self: stretch;
    padding-bottom: 0;
  }

  .column-8, .column-9, .column-10, .column-11, .column-12, .column-13 {
    display: none;
  }

  .text-block-23 {
    text-align: center;
  }

  .div-block-258 {
    display: none;
  }

  .heading-137 {
    font-size: 19px;
  }

  .lightbox-link-30 {
    height: 300px;
  }

  .brand-video.content-tab {
    text-align: center;
  }

  .brand-video.content-tab.w--current, .qualified-video.content-tab.w--current {
    padding-left: 0;
  }

  .brand-content.content-tab.w--current {
    padding-right: 0;
  }

  .interactive.content-tab.w--current {
    padding-left: 0;
  }

  .div-block-269 {
    background-color: #f0f0f0;
    width: 100%;
  }

  .headshot7 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linkplay, .perklinkblock {
    align-self: center;
    width: 100%;
  }

  .div-block-175-copy {
    margin-top: 10%;
  }

  .linkplay-copy {
    align-self: center;
    width: 100%;
  }

  .bvg-block {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bvg-link-block {
    align-self: center;
    width: 100%;
    height: 45vh;
  }

  .perk-block-one, .case-studies-grid-block {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .playgendary-link, .fuseboxgames-link, .squaretwo-link {
    align-self: center;
    width: 100%;
  }

  .dan-mateer, .bvg-headshot {
    margin-top: 10%;
  }

  .italic-text-5 {
    width: 100%;
    margin-left: auto;
    padding-left: 0;
    position: static;
  }
}

#w-node-b417af9e-ebcf-969b-e011-5d6771fa76a8-d0d480ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_896fb190-e3e0-f4b3-61a4-e7576eef9c34-d0d480ee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_898c5f97-e85e-3f0a-c8d3-6f241e7031a6-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_690b8a7a-dccf-ce82-c2ec-4659f01a7374-d0d480ee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0394015f-440c-51df-48b6-f6be653b526d-d0d480ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4d76d1aa-98bf-3e34-7e78-c1e78e6787f9-d0d480ee {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4a4c7d75-7940-d772-4700-41bed2c8a702-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b53946f-24b6-89a3-cf01-79270c1a432e-d0d480ee {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6973df5c-bbdf-bcbf-00ce-d71fda4b8861-d0d480ee {
  align-self: end;
}

#w-node-_76ce9955-9132-84c7-c27a-a0b99636952d-d0d480ee {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_39b1ffa7-e64a-5e36-01ea-91fb7c668d25-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-_5a94a7ae-c732-e043-24f6-f659170b35f3-d0d480ee {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_24d1cb74-f810-a06c-46df-dc8f4b0a4401-d0d480ee {
  align-self: start;
}

#w-node-fdb5c473-046f-97c6-6caa-ddad6dbb326c-d0d480ee {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_94ec4175-f4fd-48f8-73a1-946134e794b2-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29d45ba6-8468-518a-9b77-0db2a1edf434-d0d480ee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0e8747a8-e344-0123-0d7e-0d7d406c3217-d0d480ee {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b9f8655d-11ab-d9f2-92df-f2f9204508e8-d0d480ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29132df8-305f-9e45-e2d3-50ef3ba2ce05-d0d480ee {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_78468baf-5379-5567-0b05-75b741fdee74-d0d480ee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bcec025a-48e0-3eb9-0e19-8ead7b97838d-d0d480ee {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0cb11e62-df95-ecbf-28f5-36e788160ca4-d0d480ee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f4862a7d-39ec-a3f0-7582-78d6410eac81-d0d480ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a11674-d0d480ee, #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167a-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167b-d0d480ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167c-d0d480ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_427dd440-5426-6278-510f-4b75dbb92ba3-d0d480ee, #w-node-_427dd440-5426-6278-510f-4b75dbb92ba9-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_427dd440-5426-6278-510f-4b75dbb92baa-d0d480ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_427dd440-5426-6278-510f-4b75dbb92bab-d0d480ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1583c409-41f6-e022-0ff0-5246747321a3-d0d480ee, #w-node-_1583c409-41f6-e022-0ff0-5246747321a4-d0d480ee, #w-node-_1583c409-41f6-e022-0ff0-5246747321a9-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1583c409-41f6-e022-0ff0-5246747321aa-d0d480ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1583c409-41f6-e022-0ff0-5246747321ab-d0d480ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_42384f1c-1561-08ec-155d-62bb263c34a1-d0d480ee, #w-node-_42384f1c-1561-08ec-155d-62bb263c34a7-d0d480ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42384f1c-1561-08ec-155d-62bb263c34a8-d0d480ee {
  grid-area: Area;
}

#w-node-_42384f1c-1561-08ec-155d-62bb263c34a9-d0d480ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4dcea53e-2f63-fa6c-baf8-404f0f947e89-96d480fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5181-96d480fb {
  grid-area: 2 / 1 / 3 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5192-96d480fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3164d9ce-b181-7e4f-781d-3d83827f7eff-96d480fb, #w-node-_14505408-612a-af48-c718-5f9cf2bf2935-96d480fb, #w-node-_8ad1f5b4-c561-c66c-c0c9-4e863c428b52-96d480fb, #w-node-_481e97fd-4e4c-ee2e-e099-28374c81bb04-96d480fb, #w-node-_8854110f-77d7-0598-c681-b580e6f9356e-96d480fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5182-96d480fb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b7ce7a4a-6803-a071-bafb-b929c830591d-96d480fb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d866-96d480fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d868-96d480fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86a-96d480fb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86c-96d480fb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86e-96d480fb {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d870-96d480fb {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d872-96d480fb {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d874-96d480fb {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d876-96d480fb {
  grid-area: 1 / 9 / 2 / 10;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d878-96d480fb {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d87a-96d480fb {
  grid-area: 1 / 10 / 2 / 11;
}

#w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d87c-96d480fb {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e30e-96d480fb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e311-96d480fb {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e315-96d480fb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658b9f2-96d480fb {
  grid-area: 3 / 1 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658b9f4-96d480fb {
  grid-area: 2 / 3 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658b9f6-96d480fb {
  align-self: end;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658b9fb-96d480fb {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658ba02-96d480fb {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: center;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658ba09-96d480fb {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fb604efe-f603-4d11-7830-ecf1c658ba0b-96d480fb {
  align-self: start;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-36d48100 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-36d48100 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6fead269-4360-f787-271c-78be300bf2d3-36d48100 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-36d48100 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b75dc5dd-c691-cc0f-febc-d6c0a5a9f2e9-84d48106 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d7016b79-5029-304b-ecf7-3543941cb0df-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-_82a346b8-d127-64ec-933f-7767d6e28f19-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_67b9412a-0763-7566-0f63-97865a44586a-84d48106 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_070b7809-09a3-f9ee-5a77-e15055170454-84d48106 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_070b7809-09a3-f9ee-5a77-e15055170455-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_01ca94a5-bb42-f938-2ac4-a2778596c22a-84d48106 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_15391918-a2ba-51a3-98e0-8f984b48cf9e-84d48106, #w-node-_15391918-a2ba-51a3-98e0-8f984b48cf9e-84d48106:hover {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_15391918-a2ba-51a3-98e0-8f984b48cf9f-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f8ed338b-b157-666a-08b0-bada5e3063ac-84d48106 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5ab27a5b-fdec-738c-2828-ec6da62cf2e7-84d48106 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5ab27a5b-fdec-738c-2828-ec6da62cf2e8-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a58d1b26-e5d0-5a34-9a4e-ea5088cd490c-84d48106 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-a58d1b26-e5d0-5a34-9a4e-ea5088cd490e-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5e04b8a0-8d92-6b78-c705-ac4ffcece863-84d48106 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5e04b8a0-8d92-6b78-c705-ac4ffcece864-84d48106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a8958b89-088b-89e4-53cd-1528a0085f5e-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-a7f88c8a-bc76-41f9-c165-cd28c17f5742-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_6564e35c-92c7-0818-f4e3-a181227791e4-84d48106, #w-node-_6564e35c-92c7-0818-f4e3-a181227791e5-84d48106 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_0e8095e5-feea-7ac4-7f04-5c9f6d673a6c-84d48106 {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e8095e5-feea-7ac4-7f04-5c9f6d673a6d-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_8d8c5400-d995-7b05-bc9e-580f38c53dfd-84d48106 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-ca1b3ed3-2f73-a7bf-d7ec-41cc58320097-84d48106 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ca1b3ed3-2f73-a7bf-d7ec-41cc58320099-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_6c616a5f-e009-5f79-09aa-b0a3b6678276-84d48106 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-b76594c1-84db-ad0e-4b3d-87c1f19e01a2-84d48106 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-b76594c1-84db-ad0e-4b3d-87c1f19e01a4-84d48106 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f0eb66a1-922a-8166-a236-cb40a115686e-84d48106 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_9645887c-2818-be80-47c9-8084d0fe6b15-5cd48109 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51c0154c-02e0-5618-cc45-599520b0c6d2-5cd48109 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_841a4079-cfe9-d993-843f-5f0fa0c0dfd4-5cd48109 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_788a9b1d-6995-1f80-8821-8e09c2fe462f-c2fe462d, #w-node-_7920a8fb-40c2-0e1a-1d06-ac875132f2d4-9beb6de6, #w-node-ba29bb2d-5a6f-b0f6-dbe9-fe33b47a51d3-b47a51d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba29bb2d-5a6f-b0f6-dbe9-fe33b47a51d8-b47a51d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-06d48110 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-06d48110 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-06d48110 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-3cd4818f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-3cd4818f, #w-node-_4e27c7e2-8c79-43a8-7cba-c111dc5f9991-3cd4818f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-3cd4818f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f19843a5-f107-7207-df8c-db96cb6938db-00d48192 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0d18386c-66f1-d1dd-bdb4-7e9c57896422-00d48192 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2552b556-835f-f4fa-dffa-ab9aedba25c2-00d48192 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_2552b556-835f-f4fa-dffa-ab9aedba25c5-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e6efba9c-16c0-7f03-3596-75127fba701b-00d48192 {
  grid-area: 8 / 3 / 9 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_18b192fc-10a0-4d2a-6fa8-f56610279da6-00d48192 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_18b192fc-10a0-4d2a-6fa8-f56610279da9-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7e35ecf1-dbbd-6368-cf63-13478484099f-00d48192 {
  grid-area: 6 / 3 / 7 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b3e0b3f-8c21-508c-4d65-0a2b6b8cb70a-00d48192 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_4b3e0b3f-8c21-508c-4d65-0a2b6b8cb70d-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a2f8f081-57b9-6842-30f6-af2369dc1109-00d48192 {
  grid-area: 10 / 3 / 11 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_6535e882-b1cc-9ae7-1800-c7335cf23dbe-00d48192 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_6535e882-b1cc-9ae7-1800-c7335cf23dc1-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_77aaba0e-f436-d94e-690f-c5bce9be3f5c-00d48192 {
  grid-area: 10 / 2 / 11 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_816a1092-1e45-9911-015c-8718c4d95280-00d48192 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_816a1092-1e45-9911-015c-8718c4d95283-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_888013a7-bf94-d834-fc8b-c2cee9d23e75-00d48192 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_888013a7-bf94-d834-fc8b-c2cee9d23e78-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6f99fb12-475f-f618-e0c9-9a773a484998-00d48192 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7a9409bc-133e-762e-fb02-f67e7767c845-00d48192 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_68fc3465-f822-7706-e10e-f7c04e0586a9-00d48192 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_68fc3465-f822-7706-e10e-f7c04e0586ac-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_07ec8c23-ea89-e43d-4032-eec1427631aa-00d48192 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_07ec8c23-ea89-e43d-4032-eec1427631ad-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f726a36-bd56-6d41-0c9c-ae245e6777db-00d48192 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7de2aa7a-c867-c4be-2b5b-1ef1eb6dbb61-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_22d3eebe-bdea-6c2a-d98c-4ec9b279db3a-00d48192 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7c2bef39-b070-c71c-a0a2-719897a07a85-00d48192 {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-_7c2bef39-b070-c71c-a0a2-719897a07a88-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_210714ed-4fe7-5cf0-a036-c1d0709d780d-00d48192 {
  grid-area: 12 / 2 / 13 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5cd71f16-e266-c5ca-15b4-53cc53150ada-00d48192 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_5cd71f16-e266-c5ca-15b4-53cc53150add-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6d8db1dc-42f6-caba-848b-d7648d49a6a8-00d48192 {
  grid-area: 12 / 3 / 13 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_87e1ab8e-f711-f7eb-a74a-f432a5b118fc-00d48192 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-_87e1ab8e-f711-f7eb-a74a-f432a5b118ff-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_60177ab1-fdae-4cce-0dc2-f9b8e10f4776-00d48192 {
  grid-area: 14 / 2 / 15 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_3c7b03dd-751a-613c-8fa2-3fe89c42ca29-00d48192 {
  grid-area: 14 / 1 / 15 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9985d23d-a8e7-9ec2-b50f-564952f25b51-00d48192 {
  grid-area: 13 / 3 / 14 / 4;
}

#w-node-_9985d23d-a8e7-9ec2-b50f-564952f25b54-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4efcded9-0802-3b05-3d6c-bee9261389fa-00d48192 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_4efcded9-0802-3b05-3d6c-bee9261389fd-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0d594cc9-1604-01ca-485a-d3ad490bf4b7-00d48192 {
  grid-area: 12 / 1 / 13 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7538e4c0-724d-878a-0615-d5d9ca2b36a9-00d48192 {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-_7538e4c0-724d-878a-0615-d5d9ca2b36ac-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_61b8382b-f931-c4c5-7060-02d046641494-00d48192 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_61b8382b-f931-c4c5-7060-02d046641497-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_01eadae7-d8f7-0d43-38cc-497a08430b75-00d48192 {
  grid-area: 10 / 1 / 11 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7924f272-9cbd-3072-e4cc-494203a5515d-00d48192 {
  grid-area: 8 / 1 / 9 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_1bb7e6ef-0bef-127d-cc49-7cf0f15e0190-00d48192 {
  grid-area: 6 / 1 / 7 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b74e85fa-4208-9b3d-c402-f93d4e8e06c7-00d48192 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3f4ffe57-5104-c39b-3391-5a1faca8be30-00d48192 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_3f4ffe57-5104-c39b-3391-5a1faca8be33-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_69638110-1948-f8ce-0433-3f9212ee3bee-00d48192 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_592f9da2-9db4-20cc-06e2-d8ace08277be-00d48192 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_592f9da2-9db4-20cc-06e2-d8ace08277c1-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8acd07be-092d-b3ab-822a-693cc5fdda67-00d48192 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_15f14ec4-03ef-c88e-2033-f760707168fc-00d48192, #w-node-_15f14ec4-03ef-c88e-2033-f760707168ff-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2a9a03fe-e0ca-85de-8878-e45fd4dc09c9-00d48192 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1803b72-c07c-7f90-f720-d2e3566804d3-00d48192 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e04f7440-bf93-90cd-690c-b13c03a1fffd-00d48192 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e04f7440-bf93-90cd-690c-b13c03a20000-00d48192 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b22b68e9-af56-ad8f-13fd-7bd4ce41ed19-00d48192 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-f2143ba0-d890-53cd-4111-ffaeb4900274-00d48192 {
  grid-column: 1 / 2;
  grid-row-start: 0;
  grid-row-end: 1;
}

#w-node-fc2c789b-cc30-63ad-765a-1397b8ecec81-00d48192 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_7eb4a89e-bca2-f1bb-9347-b7a80823ccad-00d48192 {
  align-self: auto;
  justify-self: auto;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-84d48193 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-84d48193 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-84d48193, #w-node-_6507224a-837a-4d58-c2aa-6347793e52bf-a5d48194 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6507224a-837a-4d58-c2aa-6347793e52c0-a5d48194, #w-node-_5ae91f81-77ed-0ea0-cf84-e94ef0f832e0-a5d48194 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9a6d792c-50bb-77bb-9c2c-7d865c54715b-a5d48194, #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e38-f4d48195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e39-f4d48195 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ca139555-6e2f-0c25-d696-06dc50c4c1cc-f4d48195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f168575d-b095-033b-071a-6053ebe96012-f4d48195 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db71131f-5c62-7367-658c-e5a46181d439-f4d48195, #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-46d48196 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-46d48196 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-46d48196 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_38352f12-ed2c-4c50-39cd-4523aece9714-b3d48197 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38352f12-ed2c-4c50-39cd-4523aece9715-b3d48197 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9fdfe77f-8475-188b-37d0-6e316d4e16ee-b3d48197 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa27607e-f33f-983b-b306-e2dd05e0fe7c-b3d48197 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-a6d4819f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-a6d4819f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-a6d4819f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-67d481a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-67d481a1, #w-node-_4e27c7e2-8c79-43a8-7cba-c111dc5f9991-67d481a1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-67d481a1, #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e38-96d12c25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e39-96d12c25 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ca139555-6e2f-0c25-d696-06dc50c4c1cc-96d12c25, #w-node-db71131f-5c62-7367-658c-e5a46181d439-96d12c25, #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-116428d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-116428d3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-116428d3, #w-node-_38352f12-ed2c-4c50-39cd-4523aece9714-8fef1fb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38352f12-ed2c-4c50-39cd-4523aece9715-8fef1fb6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6de6565d-fac9-6a0f-2a5c-83a8642fc905-8fef1fb6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9fdfe77f-8475-188b-37d0-6e316d4e16ee-8fef1fb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa27607e-f33f-983b-b306-e2dd05e0fe7c-8fef1fb6 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_896fb190-e3e0-f4b3-61a4-e7576eef9c34-d0d480ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_690b8a7a-dccf-ce82-c2ec-4659f01a7374-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0394015f-440c-51df-48b6-f6be653b526d-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4d76d1aa-98bf-3e34-7e78-c1e78e6787f9-d0d480ee {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2b53946f-24b6-89a3-cf01-79270c1a432e-d0d480ee {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_76ce9955-9132-84c7-c27a-a0b99636952d-d0d480ee {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_39b1ffa7-e64a-5e36-01ea-91fb7c668d25-d0d480ee {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_5a94a7ae-c732-e043-24f6-f659170b35f3-d0d480ee {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fdb5c473-046f-97c6-6caa-ddad6dbb326c-d0d480ee {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_29d45ba6-8468-518a-9b77-0db2a1edf434-d0d480ee {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0e8747a8-e344-0123-0d7e-0d7d406c3217-d0d480ee {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b9f8655d-11ab-d9f2-92df-f2f9204508e8-d0d480ee {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_29132df8-305f-9e45-e2d3-50ef3ba2ce05-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_78468baf-5379-5567-0b05-75b741fdee74-d0d480ee {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-bcec025a-48e0-3eb9-0e19-8ead7b97838d-d0d480ee {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a11674-d0d480ee {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167c-d0d480ee, #w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5192-96d480fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5182-96d480fb {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d866-96d480fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d868-96d480fb {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86a-96d480fb {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86c-96d480fb {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86e-96d480fb {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d870-96d480fb {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d872-96d480fb {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d874-96d480fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d876-96d480fb {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d878-96d480fb {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d87a-96d480fb {
    grid-area: 3 / 7 / 4 / 9;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d87c-96d480fb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e30e-96d480fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e311-96d480fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f2-96d480fb {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f4-96d480fb {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9fb-96d480fb {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba02-96d480fb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba09-96d480fb {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_01ca94a5-bb42-f938-2ac4-a2778596c22a-84d48106 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_15391918-a2ba-51a3-98e0-8f984b48cf9e-84d48106 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_5ab27a5b-fdec-738c-2828-ec6da62cf2e7-84d48106 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a58d1b26-e5d0-5a34-9a4e-ea5088cd490c-84d48106 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5e04b8a0-8d92-6b78-c705-ac4ffcece863-84d48106 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a8958b89-088b-89e4-53cd-1528a0085f5e-84d48106 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6564e35c-92c7-0818-f4e3-a181227791e4-84d48106 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_0e8095e5-feea-7ac4-7f04-5c9f6d673a6c-84d48106 {
    grid-area: 7 / 1 / 8 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d8c5400-d995-7b05-bc9e-580f38c53dfd-84d48106 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-ca1b3ed3-2f73-a7bf-d7ec-41cc58320097-84d48106 {
    grid-area: 7 / 2 / 8 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6c616a5f-e009-5f79-09aa-b0a3b6678276-84d48106 {
    grid-row: 8 / 9;
  }

  #w-node-b76594c1-84db-ad0e-4b3d-87c1f19e01a2-84d48106 {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f0eb66a1-922a-8166-a236-cb40a115686e-84d48106 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_51c0154c-02e0-5618-cc45-599520b0c6d2-5cd48109 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0d594cc9-1604-01ca-485a-d3ad490bf4b7-00d48192 {
    align-self: center;
  }

  #w-node-f2143ba0-d890-53cd-4111-ffaeb4900274-00d48192 {
    grid-column: 1 / 2;
    grid-row-start: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b53946f-24b6-89a3-cf01-79270c1a432e-d0d480ee {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_76ce9955-9132-84c7-c27a-a0b99636952d-d0d480ee {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_39b1ffa7-e64a-5e36-01ea-91fb7c668d25-d0d480ee {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_5a94a7ae-c732-e043-24f6-f659170b35f3-d0d480ee {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_29d45ba6-8468-518a-9b77-0db2a1edf434-d0d480ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e8747a8-e344-0123-0d7e-0d7d406c3217-d0d480ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9f8655d-11ab-d9f2-92df-f2f9204508e8-d0d480ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29132df8-305f-9e45-e2d3-50ef3ba2ce05-d0d480ee {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_78468baf-5379-5567-0b05-75b741fdee74-d0d480ee {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bcec025a-48e0-3eb9-0e19-8ead7b97838d-d0d480ee {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_427dd440-5426-6278-510f-4b75dbb92bab-d0d480ee, #w-node-_1583c409-41f6-e022-0ff0-5246747321ab-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5192-96d480fb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_27383fc0-8bde-a202-5cac-cca8a5ef5182-96d480fb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e30e-96d480fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e311-96d480fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f2-96d480fb {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f4-96d480fb {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9fb-96d480fb {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba02-96d480fb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba09-96d480fb {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-a58d1b26-e5d0-5a34-9a4e-ea5088cd490c-84d48106 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0e8095e5-feea-7ac4-7f04-5c9f6d673a6c-84d48106 {
    grid-area: 7 / 1 / 8 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-ca1b3ed3-2f73-a7bf-d7ec-41cc58320097-84d48106 {
    grid-area: 7 / 2 / 8 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-b76594c1-84db-ad0e-4b3d-87c1f19e01a2-84d48106 {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f2143ba0-d890-53cd-4111-ffaeb4900274-00d48192 {
    grid-column: 1 / 2;
    grid-row-start: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b53946f-24b6-89a3-cf01-79270c1a432e-d0d480ee {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_76ce9955-9132-84c7-c27a-a0b99636952d-d0d480ee {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_39b1ffa7-e64a-5e36-01ea-91fb7c668d25-d0d480ee {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_5a94a7ae-c732-e043-24f6-f659170b35f3-d0d480ee {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_29d45ba6-8468-518a-9b77-0db2a1edf434-d0d480ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e8747a8-e344-0123-0d7e-0d7d406c3217-d0d480ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9f8655d-11ab-d9f2-92df-f2f9204508e8-d0d480ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29132df8-305f-9e45-e2d3-50ef3ba2ce05-d0d480ee {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_78468baf-5379-5567-0b05-75b741fdee74-d0d480ee {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bcec025a-48e0-3eb9-0e19-8ead7b97838d-d0d480ee {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f4862a7d-39ec-a3f0-7582-78d6410eac81-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a11674-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167b-d0d480ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ef92c37-6b8b-5e36-4290-5b8b45a1167c-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_427dd440-5426-6278-510f-4b75dbb92ba3-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_427dd440-5426-6278-510f-4b75dbb92baa-d0d480ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_427dd440-5426-6278-510f-4b75dbb92bab-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1583c409-41f6-e022-0ff0-5246747321a3-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1583c409-41f6-e022-0ff0-5246747321aa-d0d480ee {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_1583c409-41f6-e022-0ff0-5246747321ab-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_42384f1c-1561-08ec-155d-62bb263c34a1-d0d480ee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42384f1c-1561-08ec-155d-62bb263c34a8-d0d480ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42384f1c-1561-08ec-155d-62bb263c34a9-d0d480ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d866-96d480fb {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86a-96d480fb {
    grid-area: 1 / 8 / 2 / 10;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d86c-96d480fb {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d870-96d480fb {
    grid-area: 3 / 7 / 4 / 9;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d872-96d480fb {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d874-96d480fb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d876-96d480fb {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d878-96d480fb {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8a0ed84-d8c6-07c9-3c7e-f0a71ec1d87c-96d480fb {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e30e-96d480fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b93c29df-1ddd-e5f3-9b2b-951cf9e9e311-96d480fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f2-96d480fb {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9f4-96d480fb {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658b9fb-96d480fb {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba02-96d480fb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-fb604efe-f603-4d11-7830-ecf1c658ba09-96d480fb {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-36d48100 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-36d48100 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6fead269-4360-f787-271c-78be300bf2d3-36d48100 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-36d48100 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b75dc5dd-c691-cc0f-febc-d6c0a5a9f2e9-84d48106 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-d7016b79-5029-304b-ecf7-3543941cb0df-84d48106 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
  }

  #w-node-_67b9412a-0763-7566-0f63-97865a44586a-84d48106 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_070b7809-09a3-f9ee-5a77-e15055170454-84d48106 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_01ca94a5-bb42-f938-2ac4-a2778596c22a-84d48106 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_15391918-a2ba-51a3-98e0-8f984b48cf9e-84d48106 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f8ed338b-b157-666a-08b0-bada5e3063ac-84d48106 {
    grid-area: 7 / 1 / 8 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5ab27a5b-fdec-738c-2828-ec6da62cf2e7-84d48106 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-a58d1b26-e5d0-5a34-9a4e-ea5088cd490c-84d48106 {
    grid-area: 11 / 1 / 12 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5e04b8a0-8d92-6b78-c705-ac4ffcece863-84d48106 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-a8958b89-088b-89e4-53cd-1528a0085f5e-84d48106 {
    grid-area: 9 / 1 / 10 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6564e35c-92c7-0818-f4e3-a181227791e4-84d48106 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_0e8095e5-feea-7ac4-7f04-5c9f6d673a6c-84d48106 {
    grid-area: 13 / 1 / 14 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d8c5400-d995-7b05-bc9e-580f38c53dfd-84d48106 {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-ca1b3ed3-2f73-a7bf-d7ec-41cc58320097-84d48106 {
    grid-area: 15 / 1 / 16 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6c616a5f-e009-5f79-09aa-b0a3b6678276-84d48106 {
    grid-area: 16 / 1 / 17 / 3;
  }

  #w-node-b76594c1-84db-ad0e-4b3d-87c1f19e01a2-84d48106 {
    grid-area: 17 / 1 / 18 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-f0eb66a1-922a-8166-a236-cb40a115686e-84d48106 {
    grid-row: 18 / 19;
    grid-column-end: 3;
  }

  #w-node-_9645887c-2818-be80-47c9-8084d0fe6b15-5cd48109 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_51c0154c-02e0-5618-cc45-599520b0c6d2-5cd48109 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_841a4079-cfe9-d993-843f-5f0fa0c0dfd4-5cd48109 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-06d48110 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-06d48110 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-06d48110, #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-3cd4818f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-3cd4818f, #w-node-_4e27c7e2-8c79-43a8-7cba-c111dc5f9991-3cd4818f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-3cd4818f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f19843a5-f107-7207-df8c-db96cb6938db-00d48192 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2552b556-835f-f4fa-dffa-ab9aedba25c2-00d48192 {
    grid-area: 25 / 1 / 26 / 2;
  }

  #w-node-e6efba9c-16c0-7f03-3596-75127fba701b-00d48192 {
    grid-area: 24 / 1 / 25 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_18b192fc-10a0-4d2a-6fa8-f56610279da6-00d48192 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_7e35ecf1-dbbd-6368-cf63-13478484099f-00d48192 {
    grid-area: 18 / 1 / 19 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4b3e0b3f-8c21-508c-4d65-0a2b6b8cb70a-00d48192 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-a2f8f081-57b9-6842-30f6-af2369dc1109-00d48192 {
    grid-area: 30 / 1 / 31 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6535e882-b1cc-9ae7-1800-c7335cf23dbe-00d48192 {
    grid-area: 29 / 1 / 30 / 2;
  }

  #w-node-_77aaba0e-f436-d94e-690f-c5bce9be3f5c-00d48192 {
    grid-area: 28 / 1 / 29 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_816a1092-1e45-9911-015c-8718c4d95280-00d48192 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-_888013a7-bf94-d834-fc8b-c2cee9d23e75-00d48192 {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-_6f99fb12-475f-f618-e0c9-9a773a484998-00d48192 {
    grid-area: 22 / 1 / 23 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7a9409bc-133e-762e-fb02-f67e7767c845-00d48192 {
    grid-area: 16 / 1 / 17 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_68fc3465-f822-7706-e10e-f7c04e0586a9-00d48192 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_07ec8c23-ea89-e43d-4032-eec1427631aa-00d48192 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_1f726a36-bd56-6d41-0c9c-ae245e6777db-00d48192 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_22d3eebe-bdea-6c2a-d98c-4ec9b279db3a-00d48192 {
    grid-area: 10 / 1 / 11 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7c2bef39-b070-c71c-a0a2-719897a07a85-00d48192 {
    grid-area: 35 / 1 / 36 / 2;
  }

  #w-node-_210714ed-4fe7-5cf0-a036-c1d0709d780d-00d48192 {
    grid-area: 34 / 1 / 35 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5cd71f16-e266-c5ca-15b4-53cc53150ada-00d48192 {
    grid-area: 33 / 1 / 34 / 2;
  }

  #w-node-_6d8db1dc-42f6-caba-848b-d7648d49a6a8-00d48192 {
    grid-area: 36 / 1 / 37 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_87e1ab8e-f711-f7eb-a74a-f432a5b118fc-00d48192 {
    grid-area: 41 / 1 / 42 / 2;
  }

  #w-node-_60177ab1-fdae-4cce-0dc2-f9b8e10f4776-00d48192 {
    grid-area: 40 / 1 / 41 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3c7b03dd-751a-613c-8fa2-3fe89c42ca29-00d48192 {
    grid-area: 38 / 1 / 39 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9985d23d-a8e7-9ec2-b50f-564952f25b51-00d48192 {
    grid-area: 37 / 1 / 38 / 2;
  }

  #w-node-_4efcded9-0802-3b05-3d6c-bee9261389fa-00d48192 {
    grid-area: 39 / 1 / 40 / 2;
  }

  #w-node-_0d594cc9-1604-01ca-485a-d3ad490bf4b7-00d48192 {
    grid-area: 32 / 1 / 33 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7538e4c0-724d-878a-0615-d5d9ca2b36a9-00d48192 {
    grid-area: 31 / 1 / 32 / 2;
  }

  #w-node-_61b8382b-f931-c4c5-7060-02d046641494-00d48192 {
    grid-area: 27 / 1 / 28 / 2;
  }

  #w-node-_01eadae7-d8f7-0d43-38cc-497a08430b75-00d48192 {
    grid-area: 26 / 1 / 27 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7924f272-9cbd-3072-e4cc-494203a5515d-00d48192 {
    grid-area: 20 / 1 / 21 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1bb7e6ef-0bef-127d-cc49-7cf0f15e0190-00d48192 {
    grid-area: 14 / 1 / 15 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3f4ffe57-5104-c39b-3391-5a1faca8be30-00d48192 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_69638110-1948-f8ce-0433-3f9212ee3bee-00d48192 {
    grid-area: 12 / 1 / 13 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_592f9da2-9db4-20cc-06e2-d8ace08277be-00d48192 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_2a9a03fe-e0ca-85de-8878-e45fd4dc09c9-00d48192 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e04f7440-bf93-90cd-690c-b13c03a1fffd-00d48192 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b22b68e9-af56-ad8f-13fd-7bd4ce41ed19-00d48192 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f2143ba0-d890-53cd-4111-ffaeb4900274-00d48192 {
    grid-column: 1 / 2;
    grid-row-start: 0;
    grid-row-end: 1;
  }

  #w-node-fc2c789b-cc30-63ad-765a-1397b8ecec81-00d48192 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-84d48193 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-84d48193 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-84d48193, #w-node-_6507224a-837a-4d58-c2aa-6347793e52bf-a5d48194 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6507224a-837a-4d58-c2aa-6347793e52c0-a5d48194, #w-node-_5ae91f81-77ed-0ea0-cf84-e94ef0f832e0-a5d48194 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9a6d792c-50bb-77bb-9c2c-7d865c54715b-a5d48194, #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e38-f4d48195 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e39-f4d48195 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-f168575d-b095-033b-071a-6053ebe96012-f4d48195 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-db71131f-5c62-7367-658c-e5a46181d439-f4d48195, #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-46d48196 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-46d48196 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-46d48196, #w-node-_38352f12-ed2c-4c50-39cd-4523aece9714-b3d48197 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_38352f12-ed2c-4c50-39cd-4523aece9715-b3d48197 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-aa27607e-f33f-983b-b306-e2dd05e0fe7c-b3d48197, #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-a6d4819f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-a6d4819f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-a6d4819f, #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594a-67d481a1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aa63fdd1-3fe9-dd95-3041-10a09b74594b-67d481a1, #w-node-_4e27c7e2-8c79-43a8-7cba-c111dc5f9991-67d481a1 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_788c91e3-2d77-c360-a4b4-f9184ef0f754-67d481a1, #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e38-96d12c25 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3aa3dde7-c295-ec12-5414-c21c79dc8e39-96d12c25 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-db71131f-5c62-7367-658c-e5a46181d439-96d12c25, #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b3489-116428d3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ddae5418-2a6c-8bf9-8f40-7789d56b348a-116428d3 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_924f6937-76c7-b3ae-7abf-fa589bf41e8e-116428d3, #w-node-_38352f12-ed2c-4c50-39cd-4523aece9714-8fef1fb6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_38352f12-ed2c-4c50-39cd-4523aece9715-8fef1fb6 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6de6565d-fac9-6a0f-2a5c-83a8642fc905-8fef1fb6, #w-node-aa27607e-f33f-983b-b306-e2dd05e0fe7c-8fef1fb6 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


