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

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

a {
  color: #1f1f1f;
  text-decoration: none;
}

.nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.nav-items {
  height: 42px;
  max-width: 60%;
  cursor: crosshair;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
  display: flex;
}

.nav-item {
  width: 100px;
  text-align: center;
  cursor: cell;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-item:hover {
  font-weight: 800;
}

.nav-item.w--current {
  color: #1f1f1f;
  cursor: cell;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.nav-item.w--current:hover {
  font-weight: 800;
}

.nav-wrap {
  align-items: center;
  display: flex;
}

.list {
  list-style-type: none;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block {
  height: 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-right: 59px;
  display: block;
}

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

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

.main-home {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.main-home.w--current {
  color: #1f1f1f;
  font-family: Karla, sans-serif;
}

.body {
  color: #1f1f1f;
  background-color: #fff;
  font-family: Karla, sans-serif;
  line-height: 24px;
}

.section {
  perspective: 1000px;
  transform: ;
  align-items: flex-start;
  margin-bottom: 103px;
  display: block;
}

.banner-header {
  height: 80px;
  font-size: 45px;
  line-height: 20px;
}

.div-block-2 {
  line-height: 20px;
}

.container-1 {
  max-width: 75%;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  width: 50%;
  color: #40defd;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
}

.image {
  max-width: 200px;
  min-width: 40%;
}

.text-span {
  padding-top: 25px;
  font-size: 26px;
  display: inline-block;
}

.grid {
  grid-column-gap: 57px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-container {
  max-width: 75%;
  margin-top: 38px;
}

.section-2 {
  justify-content: center;
  display: flex;
}

.case-heading {
  margin-bottom: 51px;
  font-size: 24px;
  font-weight: 400;
}

.case-sub {
  color: #31eaff;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  line-height: 31px;
}

.case-banner1 {
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.container-2 {
  max-width: 75%;
}

.case-block {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 76px;
  display: flex;
}

.case-block.info-box {
  perspective: 1000px;
  margin-top: 0;
}

.case-right {
  max-width: 45%;
  min-width: 45%;
  flex: 1;
}

.image-2 {
  max-width: 100%;
  text-align: left;
  border-radius: 10px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 97px;
  padding-bottom: 28px;
  display: flex;
}

.image-3 {
  max-width: 12px;
}

.text-block {
  margin-top: -69px;
  font-size: 16px;
}

.cases-container {
  max-width: 55%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.hover-circle {
  z-index: -1;
  width: 76px;
  height: 76px;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #ff3cff, #a42ca7 9%, #13131a 13%, #14131a 42%, rgba(20, 19, 26, .11) 63%, rgba(20, 19, 26, 0));
  border-radius: 50%;
  margin-top: -38px;
  margin-left: -38px;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.div-block-4 {
  max-width: 67%;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7, .div-block-8, .div-block-9 {
  background-color: #31eaff;
}

.dash-left {
  width: 10px;
  height: 1px;
  background-color: #31eaff;
  margin-right: 7px;
}

.dash-right {
  width: 10px;
  height: 1px;
  background-color: #31eaff;
  margin-left: 7px;
  margin-right: 0;
}

.button {
  color: #14131a;
  cursor: cell;
  background-color: #31eaff;
  font-family: Space Mono, sans-serif;
}

.button:hover {
  background-color: #23c6d8;
}

.case-dashes {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  top: -76px;
}

.case-dash {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.case-banner {
  max-width: 100%;
  min-width: 100%;
  cursor: cell;
  object-fit: cover;
  border-radius: 10px;
}

.text-span-2 {
  color: #1f1f1f;
  font-size: 26px;
}

.text-span-3 {
  color: rgba(49, 234, 255, .57);
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.section-3 {
  height: 250px;
  color: #14131a;
  cursor: crosshair;
}

.div-block-10 {
  height: 100%;
  max-width: 55%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading {
  font-size: 24px;
}

.skills-dashes {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #1f1f1f;
  font-size: 24px;
  line-height: 32px;
}

.skills {
  list-style-type: none;
}

.skill {
  color: #1f1f1f;
  margin-top: 9px;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
}

.skill-column {
  padding-left: 0;
  padding-right: 0;
}

.grid-item {
  margin-right: 29px;
}

.grid-item.grid-item-last {
  margin-right: 0;
}

.case-title {
  width: 457px;
  height: 86px;
  cursor: crosshair;
  background-color: #741fb9;
  margin-top: -46px;
  margin-bottom: 14px;
  margin-left: 100px;
  padding-top: 21px;
  padding-left: 14px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .63);
}

.div-block-11 {
  width: 100%;
  height: 25%;
  background-image: linear-gradient(rgba(20, 19, 26, 0), #14131a);
  position: relative;
}

.case-hero {
  height: 300px;
  perspective: 1000px;
  transform: ;
  cursor: crosshair;
  background-color: #7339b9;
  background-image: url('../images/Custom-Size-–-1.png'), linear-gradient(to right, #5131dd, #991395);
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto 55%, auto;
  background-attachment: fixed, scroll;
  align-items: flex-end;
  display: flex;
}

.section-4 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  padding-right: 22px;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 600;
}

.detail-titles {
  font-size: 24px;
  font-weight: 600;
}

.div-block-13 {
  flex-direction: column;
  margin-bottom: 27px;
  display: flex;
}

.details {
  color: #1f1f1f;
  margin-left: 33px;
  font-family: Karla, sans-serif;
  font-size: 19px;
}

.info-box {
  margin-top: 0;
  margin-bottom: 48px;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.section-label {
  color: #acacac;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}

.text-span-4 {
  color: #1f1f1f;
  text-transform: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 21px;
}

.text-span-5 {
  color: #1f1f1f;
  text-transform: none;
  font-size: 19px;
  font-weight: 400;
}

.text-span-6 {
  color: #1f1f1f;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
}

.link-block {
  min-width: 100%;
}

.text-span-7 {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 400;
}

.grid-4 {
  cursor: crosshair;
  margin-bottom: 27px;
}

.header-area {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.div-block-15 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.screencap {
  margin-bottom: 15px;
}

.div-block-16 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 16px;
  display: flex;
}

.image-4 {
  max-width: 40%;
  object-fit: contain;
  margin-left: 15px;
}

.text-block-5 {
  font-size: 16px;
}

.case-title-lumina {
  width: 830px;
  height: 86px;
  cursor: crosshair;
  background-color: #2f4be7;
  margin-top: -46px;
  margin-bottom: 14px;
  margin-left: 100px;
  padding-top: 21px;
  padding-left: 14px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .63);
}

.case-hero-lumina {
  height: 300px;
  perspective: 1000px;
  transform: ;
  cursor: crosshair;
  background-color: #7339b9;
  background-image: url('../images/tydal-banner.png'), linear-gradient(to right, #4684ef, #2220a4);
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto 55%, auto;
  background-attachment: fixed, scroll;
  align-items: flex-end;
  display: flex;
}

.text-block-6, .text-block-7 {
  font-size: 16px;
}

.div-block-18 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.asterisk {
  color: #3142ff;
  font-size: 57px;
  position: relative;
  top: 30px;
  left: -36px;
}

.asterisk1 {
  color: #31eaff;
  font-size: 57px;
  position: absolute;
  top: 1265px;
  left: 250px;
}

.asterisk2 {
  color: #31eaff;
  font-size: 57px;
  position: absolute;
  top: 2190px;
  left: 250px;
}

.asterisk3 {
  color: #31eaff;
  font-size: 57px;
  position: absolute;
  top: 4292px;
  left: 250px;
}

.asterisk4 {
  color: #31eaff;
  font-size: 57px;
  position: absolute;
  top: 5194px;
  left: 250px;
}

.button-2 {
  color: #14131a;
  background-color: rgba(0, 0, 0, 0);
  font-size: 19px;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.section-5 {
  display: none;
}

.footer {
  text-align: center;
  cursor: crosshair;
  border-top: 1px solid #acacac;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}

.footer-link {
  color: silver;
  cursor: cell;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 19px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #1f1f1f;
  text-decoration: none;
}

.container-3 {
  max-width: 75%;
}

.div-block-16-copy {
  max-width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  cursor: crosshair;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-5 {
  cursor: crosshair;
}

.button-3 {
  color: #fff;
  background-image: linear-gradient(to right, #37a8ff, #3741fc);
  border-radius: 2px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-weight: 800;
}

.div-block-19 {
  width: 75%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  display: flex;
}

.text-block-8 {
  font-size: 19px;
}

.image-6 {
  width: 1500px;
  cursor: crosshair;
  border-radius: 1000px;
  margin-top: 20px;
}

.heading-3 {
  margin-top: 0;
}

.section-main {
  height: 500px;
  perspective: 2000px;
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: 60%;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-10 {
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 600;
}

.image-8 {
  background-color: #fff;
  margin-bottom: 13px;
}

.tydalimage {
  max-width: 80%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-hero-lumina1 {
  height: 300px;
  perspective: 1000px;
  transform: ;
  cursor: crosshair;
  background-color: #7339b9;
  background-image: url('../images/lumina-case-head.png'), linear-gradient(to right, #ac2ac6, #5b20a4);
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto 55%, auto;
  background-attachment: fixed, scroll;
  align-items: flex-end;
  display: flex;
}

.case-title-tydal {
  width: 583px;
  height: 86px;
  color: #fff;
  cursor: crosshair;
  background-color: #2c41b9;
  margin-top: -46px;
  margin-bottom: 14px;
  margin-left: 100px;
  padding-top: 21px;
  padding-left: 14px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .63);
}

.div-block-20 {
  width: 40%;
  max-height: 435px;
  max-width: 435px;
  perspective: 1000px;
  background-image: url('../images/signal-2022-07-11-160329_001.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  box-shadow: inset 2px 2px 2px #fff, 0 1px 200px 70px rgba(38, 81, 255, .26);
}

.link-block-2 {
  width: 100%;
  min-width: 100%;
}

.asterisk-main {
  color: #31eaff;
  font-size: 57px;
  position: relative;
  top: 58px;
  left: -44px;
}

.link-block-2-copy {
  width: 100%;
  min-width: 100%;
}

.sub-head {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-11 {
  font-size: 16px;
}

.video {
  margin-top: 20px;
}

.heading-4 {
  margin-top: 27px;
  font-size: 26px;
  font-weight: 400;
}

.heading-5 {
  font-size: 42px;
  font-weight: 400;
}

.container-4 {
  max-width: 75%;
}

.case-entry-banner {
  height: 240px;
  background-image: url('../images/tydal-banner.jpg');
  background-size: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.div-block-22 {
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 19px 17px;
  box-shadow: inset 0 -5px #3ea1ff;
}

.div-block-22.pc {
  box-shadow: inset 0 -5px #105de6;
}

.div-block-22.lum {
  box-shadow: inset 0 -5px #b40acb;
}

.div-block-22.jam {
  box-shadow: inset 0 -5px #6c5ac2;
}

.div-block-22.od {
  box-shadow: inset 0 -5px #26272e;
}

.heading-6 {
  font-size: 26px;
  font-weight: 800;
  display: inline-block;
}

.paragraph-2, .paragraph-2-copt {
  font-size: 19px;
}

.p2 {
  color: #acacac;
  font-size: 19px;
}

.section-6 {
  margin-top: 44px;
  margin-bottom: 77px;
}

.paragraph-3 {
  color: #acacac;
  font-size: 19px;
}

.case-entry {
  transition: box-shadow .1s;
}

.case-entry:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .28);
}

.privacycode {
  height: 240px;
  background-image: url('../images/pc-showcase.jpg');
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #acacac;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.lumina {
  height: 240px;
  background-image: url('../images/lumina-banner.jpg');
  background-position: 0 -63px;
  background-size: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.tydal {
  height: 240px;
  background-image: url('../images/tydal-banner.jpg');
  background-position: 0 -63px;
  background-size: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.jamlet {
  height: 240px;
  background-image: url('../images/jamletBannerThumb.png');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.image-9 {
  margin-bottom: 11px;
  margin-left: 4px;
}

.image-10 {
  margin-bottom: 9px;
  margin-left: 6px;
}

.text-block-12 {
  margin-top: 13px;
  font-family: Karla, sans-serif;
  font-weight: 800;
}

.section-headline {
  margin-bottom: 32px;
  font-size: 42px;
}

.div-block-23 {
  height: 400px;
  background-image: url('../images/jamletBannerThumb.png');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 2px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 12px;
}

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

.text-block-13 {
  font-size: 19px;
  line-height: 40px;
}

.columns-2 {
  margin-bottom: 56px;
}

.div-bock-test {
  max-width: 53%;
}

.image-11 {
  z-index: 0;
  position: absolute;
  left: 59%;
}

.image-12 {
  position: absolute;
  bottom: 71%;
  left: 64%;
}

.image-13 {
  position: absolute;
  bottom: 69%;
  left: 83%;
}

.image-14 {
  position: absolute;
  top: 50%;
  left: 61%;
}

.image-15 {
  position: absolute;
  top: 71%;
  left: 81%;
}

.grid-6 {
  grid-template-rows: auto auto auto;
}

.div-block-24 {
  max-width: 50%;
}

.header-area-2 {
  display: flex;
}

.div-block-f {
  height: 450px;
  background-image: url('../images/pc-showcase.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

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

.about-list {
  font-size: 16px;
  line-height: 36px;
}

.columns-3 {
  margin-top: 38px;
  margin-bottom: 38px;
}

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

.ods {
  height: 240px;
  background-image: url('../images/Mockup-Spread1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-c {
  height: 400px;
  background-image: url('../images/Mockup-Spread1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-14 {
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 24px;
}

.paragraph-4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.list-item {
  font-size: 18px;
}

.list-item-2 {
  margin-bottom: 16px;
  font-size: 18px;
}

.heading-8 {
  margin-top: 32px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.div-block-26 {
  color: #e77c02;
  background-color: #ffe3a8;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 800;
}

.div-block-f-copy {
  height: 450px;
  background-image: url('../images/lumina-banner.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .nav-items {
    max-width: 50%;
  }

  .container-1 {
    max-width: 65%;
  }

  .section-4 {
    max-width: 50%;
  }

  .details {
    color: #1f1f1f;
    font-family: Karla, sans-serif;
    font-size: 19px;
  }

  .text-span-7 {
    font-size: 19px;
  }

  .div-block-19 {
    width: 65%;
  }

  .text-block-10 {
    font-size: 19px;
  }

  .container-4 {
    max-width: 65%;
  }

  .div-block-22.pc, .div-block-22.lum, .div-block-22.tyd, .div-block-22.jam {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .privacycode, .lumina, .tydal, .jamlet {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .div-block-23 {
    border-radius: 4px;
  }

  .div-bock-test {
    max-width: 59%;
  }

  .header-area-2 {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-items {
    max-width: 35%;
  }

  .container-1 {
    max-width: 50%;
  }

  .section-4 {
    max-width: 35%;
    margin-bottom: 80px;
  }

  .asterisk {
    font-size: 72px;
    top: 35px;
  }

  .container-3 {
    max-width: 50%;
  }

  .div-block-19 {
    width: 50%;
  }

  .container-4 {
    max-width: 50%;
  }

  .image-11 {
    left: 55%;
  }

  .image-12 {
    left: 59%;
  }

  .image-13 {
    left: 70%;
  }

  .image-14 {
    left: 57%;
  }

  .image-15 {
    left: 70%;
  }
}

@media screen and (max-width: 991px) {
  .nav-items {
    max-width: 90%;
  }

  .section {
    margin-top: 56px;
    padding-top: 0;
  }

  .container-1 {
    max-width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    max-width: 100%;
    padding-top: 66px;
  }

  .cases-container {
    max-width: 75%;
  }

  .hover-circle {
    display: none;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .text-span-2 {
    line-height: 53px;
  }

  .case-hero {
    margin-top: 56px;
    padding-top: 0;
  }

  .section-4 {
    max-width: 90%;
  }

  .case-hero-lumina {
    margin-top: 56px;
    padding-top: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 90%;
  }

  .div-block-19 {
    flex-direction: column;
    padding-top: 0;
  }

  .section-main {
    padding-top: 0;
  }

  .case-hero-lumina1 {
    margin-top: 56px;
    padding-top: 0;
  }

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

  .container-4 {
    max-width: 90%;
  }

  .image-11 {
    top: 28px;
    left: 44%;
  }

  .image-12 {
    left: 57%;
  }

  .image-13 {
    left: 88%;
  }

  .image-14 {
    top: 51%;
    left: 51%;
  }

  .image-15 {
    left: 84%;
  }

  .div-block-24 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .nav-items {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    margin-top: 0;
  }

  .container-1 {
    max-width: 91%;
    align-items: center;
  }

  .image {
    max-width: 80%;
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1.4);
  }

  .case-block {
    flex-direction: column;
    flex: 0 auto;
  }

  .section-3 {
    height: 570px;
  }

  .div-block-10 {
    max-width: 90%;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .case-hero {
    margin-top: 0;
  }

  .section-4 {
    max-width: 90%;
  }

  .info-box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .case-title-lumina {
    width: 296px;
    height: 128px;
    margin-left: 12px;
    padding-top: 5px;
    font-size: 48px;
    line-height: 57px;
  }

  .case-hero-lumina {
    margin-top: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-3 {
    max-width: 90%;
  }

  .div-block-19 {
    width: 90%;
  }

  .text-block-8 {
    margin-right: 0;
  }

  .section-main {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 167px;
  }

  .case-hero-lumina1 {
    margin-top: 0;
  }

  .case-title-tydal {
    width: 296px;
    height: 128px;
    margin-left: 12px;
    padding-top: 5px;
    font-size: 48px;
    line-height: 57px;
  }

  .heading-4 {
    font-size: 19px;
  }

  .heading-5 {
    font-size: 27px;
    line-height: 27px;
  }

  .container-4 {
    max-width: 90%;
  }

  .privacycode, .lumina, .tydal, .jamlet {
    height: 180px;
  }

  .section-headline {
    font-size: 26px;
    line-height: 30px;
  }

  .div-bock-test {
    max-width: 90%;
  }

  .image-11 {
    position: absolute;
    top: 287.297px;
    left: auto;
  }

  .image-12 {
    bottom: 23%;
    left: 13%;
  }

  .image-13 {
    position: absolute;
    top: 334px;
    bottom: auto;
    left: 75%;
  }

  .image-14 {
    top: 95%;
    left: 9%;
  }

  .image-15 {
    top: 105%;
    left: 70%;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }
}


