.tp-landingpage .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;
}.tp-landingpage .speaker-hor-line {
  width: 90%;
  height: 10px;
  background-color: #1f1e1e;
  border-radius: 20px;
}.tp-landingpage .speaker-hor-line.light {
  background-color: rgba(157, 42, 28, .36);
}.tp-landingpage .on-button {
  margin-right: 8px;
  display: flex;
  position: relative;
}.tp-landingpage .channel-block {
  height: 40%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}.tp-landingpage .container-2 {
  z-index: 3;
  display: flex;
  position: relative;
  overflow: visible;
}.tp-landingpage .top-shape {
  width: 100%;
  border-bottom: 30px solid #363636;
  border-left: 30px solid rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}.tp-landingpage .shadow-bottom {
  width: 100%;
  height: 16px;
  filter: blur(11px);
  background-color: rgba(18, 18, 18, .44);
  border-radius: 20px;
  margin-top: 60px;
  transform: skew(-36deg);
}.tp-landingpage .speaker-block {
  height: 40%;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}.tp-landingpage .speaker-var-block-copy {
  height: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}.tp-landingpage .num-02 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 56%;
  left: auto;
  right: 15%;
}.tp-landingpage .button-shape-left {
  border-top: 20px solid #66aba6;
  border-bottom: 20px solid #66aba6;
  border-left: 20px solid rgba(0, 0, 0, 0);
}.tp-landingpage .button-shape-left.orange {
  border-top-color: #f0b04e;
  border-bottom-color: #f0b04e;
}.tp-landingpage .on-text {
  order: -1;
  margin-top: 0;
  margin-right: 8px;
}.tp-landingpage .full-tv {
  width: 71vw;
  height: 80vh;
  border-radius: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 40px 0 0;
  display: flex;
  position: relative;
}.tp-landingpage .tolltip-wrap {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .power-block {
  height: 16%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}.tp-landingpage .speaker-block-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}.tp-landingpage .speaker-block-wrap.sh-speaker {
  z-index: 1;
  width: 100%;
  margin-top: 4px;
  margin-left: 5px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .tv-base {
  width: 100%;
  height: 100%;
  background-color: #464646;
  border-bottom-left-radius: 8px;
  justify-content: space-around;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}.tp-landingpage .circle-base {
  border-radius: 50%;
}.tp-landingpage .circle-base.dark {
  z-index: 2;
  width: 80px;
  height: 40px;
  cursor: pointer;
  background-color: #444;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}.tp-landingpage .circle-base.channel-shadow {
  z-index: 1;
  width: 120px;
  height: 120px;
  background-color: rgba(157, 42, 28, .36);
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: -18px;
  display: flex;
  position: absolute;
}.tp-landingpage .circle-base.shadow-circle {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: rgba(157, 42, 28, .36);
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-left: 4px;
  margin-right: 0;
  display: flex;
  position: absolute;
}.tp-landingpage .circle-base.channel {
  z-index: 2;
  width: 180px;
  height: 180px;
  background-color: #1f1e1e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}.tp-landingpage .circle-base.light {
  z-index: 2;
  width: 60%;
  height: 60%;
  background-color: #707070;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .57);
}.tp-landingpage .circle-base.light.slide {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #ffb700;
  border-radius: 6px;
}.tp-landingpage .shadow-full-right {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 130px solid rgba(0, 0, 0, 0);
  border-bottom: 100px solid rgba(0, 0, 0, 0);
  border-left: 100px solid rgba(0, 0, 0, 0);
  border-right: 20vh solid #b63525;
  display: none;
  position: absolute;
}.tp-landingpage .tv-box {
  width: 100%;
  height: 100%;
  display: flex;
}.tp-landingpage .video-base {
  z-index: 9;
  width: 86%;
  height: 84%;
  filter: sepia(113%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}.tp-landingpage .rigtleft-shape {
  width: 40px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-right: 40px solid #666;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}.tp-landingpage .controlers-block {
  width: 31%;
  height: 95%;
  background-color: #212121;
  border: 6px solid #181818;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}.tp-landingpage .heading {
  color: #c5c5c5;
  cursor: pointer;
}.tp-landingpage .video-block {
  width: 100%;
  height: 100%;
  position: absolute;
}.tp-landingpage .video-block._1 {
  z-index: 1;
  display: block;
}.tp-landingpage .video-block._4 {
  display: none;
}.tp-landingpage .video-block._3 {
  z-index: 3;
  display: none;
}.tp-landingpage .video-block._2 {
  z-index: 2;
  display: none;
}.tp-landingpage .shdoe-fuul-page {
  width: 106%;
  height: 109%;
  max-width: 106%;
  min-width: 106%;
  filter: blur(20px);
  border: 40px #5f4b10;
}.tp-landingpage .blak-wrap {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .num-01 {
  z-index: 12;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
}.tp-landingpage .bg {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}.tp-landingpage .tooltip {
  z-index: 9999;
  width: 100%;
  background-color: #f0b04e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .button-shape {
  border-top: 20px solid #66aba6;
  border-bottom: 20px solid #66aba6;
  border-right: 20px solid rgba(0, 0, 0, 0);
}.tp-landingpage .button-shape.ornge {
  border-top-color: #f0b04e;
  border-bottom-color: #f0b04e;
}.tp-landingpage .turn {
  z-index: 999;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .tv-shadow-block {
  width: 100%;
  height: 100%;
  background-color: #141414;
  border: 6px solid #181818;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}.tp-landingpage .background-video {
  width: 100%;
  height: 100%;
}.tp-landingpage .shadow-controlers-block {
  width: 95%;
  height: 96%;
  background-color: #3b3b3b;
  border-top-left-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 7px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}.tp-landingpage .num-03 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5%;
}.tp-landingpage .tv {
  width: 100%;
  height: 100%;
}.tp-landingpage .tv-block {
  width: 66%;
  height: 95%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}.tp-landingpage .section-2 {
  height: 100vh;
  background-color: rgba(223, 222, 220, 0);
  justify-content: center;
  align-items: center;
  display: none;
}.tp-landingpage .background {
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: .08;
  display: block;
  overflow: visible;
}.tp-landingpage .shadow-full {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #373737;
  position: absolute;
}.tp-landingpage .right-shape {
  width: 40px;
  height: 100%;
  color: #050505;
  background-color: rgba(255, 255, 255, 0);
  border-top: 40px solid #666;
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #666;
}.tp-landingpage .video-base-shadow {
  z-index: 9999;
  width: 110%;
  height: 112%;
  filter: blur(8px);
  border: 37px solid #000;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  position: absolute;
  overflow: hidden;
}.tp-landingpage .speaker-ver-line {
  width: 10px;
  height: 90%;
  background-color: #1f1e1e;
  border-radius: 20px;
}.tp-landingpage .speaker-ver-line.light {
  background-color: rgba(157, 42, 28, .36);
}.tp-landingpage .bottom {
  z-index: 4;
  width: 114%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5vw solid #de7357;
  border-left: 15vh solid rgba(0, 0, 0, 0);
  border-right: 16vh solid rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
}.tp-landingpage .speaker-var-block {
  height: 40%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}.tp-landingpage .num-04 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 56%;
  bottom: 0%;
  left: auto;
  right: 15%;
}.tp-landingpage .heading-3 {
  color: #b63525;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
}.tp-landingpage .tooltip-text {
  position: relative;
}.tp-landingpage .slider {
  z-index: 11;
  width: 10px;
  height: 90%;
  background-color: #1f1e1e;
  position: relative;
  transform: rotate(3deg);
}.tp-landingpage .shadow-video-base {
  z-index: 9;
  width: 88%;
  height: 88%;
  filter: blur(10px) sepia(113%);
  border: 8px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}.tp-landingpage .black--split {
  height: 50%;
  background-color: #121212;
}.tp-landingpage .bg-img {
  z-index: 1;
  opacity: .02;
  filter: sepia();
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .heading-4 {
  color: #c5c5c5;
}.tp-landingpage .image {
  width: 100%;
  height: 100%;
  position: relative;
}.tp-landingpage {
  max-width: 1250px;
  background-color: #151619;
  padding-bottom: 40px;
}.tp-landingpage .image-2 {
  display: none;
}.tp-landingpage .grid {
  grid-template-rows: auto 50%;
  grid-template-columns: 1fr 1fr 1fr;
}.tp-landingpage .image-3 {
  max-width: 50%;
}.tp-landingpage .heading-5 {
  color: #fff;
  text-align: center;
  font-family: Gtamerica, sans-serif;
  font-size: 28px;
  font-weight: 900;
}.tp-landingpage .text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 15%;
  margin-right: 15%;
  font-family: Gtamerica, sans-serif;
  font-size: 20px;
}.tp-landingpage .einzel {
  width: 40%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 20px;
  margin-left: 30%;
  margin-right: 30%;
  font-family: Gtamerica, sans-serif;
  font-weight: 900;
}.tp-landingpage .einzel.unten {
  width: 20%;
  background-color: #ff007e;
  margin-left: 40%;
  margin-right: 40%;
}.tp-landingpage .einzel.unten.prostaff {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage .einzel.unten.oberhalb {
  display: none;
}.tp-landingpage .retrofernsehergrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  margin-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}.tp-landingpage .div-block-2 {
  background-color: #e38;
  border-radius: 20px;
  margin-top: -29%;
  margin-left: 5%;
  margin-right: -5%;
  padding-right: 0%;
}.tp-landingpage .image-4 {
  border-radius: 20px;
  margin-left: -2%;
}.tp-landingpage .text-block-5 {
  color: #fff;
  margin-right: 0%;
  padding: 8%;
  font-family: Gtamerica, sans-serif;
  font-size: 20px;
}.tp-landingpage .stripestaschen {
  margin-top: 0%;
}.tp-landingpage .stripewoosh {
  margin-top: 5%;
}.tp-landingpage .balken-1,.tp-landingpage .balken-2,.tp-landingpage .balken-3,.tp-landingpage .balken-4,.tp-landingpage .balken-5 {
  display: none;
}.tp-landingpage .grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 5%;
}.tp-landingpage .image-5 {
  max-width: 70%;
  border-radius: 20px;
}.tp-landingpage .image-6 {
  border-radius: 20px;
  margin-top: -20%;
  margin-left: -10%;
}.tp-landingpage .grid-3 {
  grid-template-rows: auto;
  margin-top: -5%;
}.tp-landingpage .kraft {
  color: #fff;
  text-align: center;
  margin-top: 5%;
  font-family: Gtamerica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: block;
}.tp-landingpage .performance,.tp-landingpage .kontrolle {
  opacity: 0;
  color: #fff;
  text-align: center;
  margin-top: 5%;
  font-family: Gtamerica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: block;
}.tp-landingpage .div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}.tp-landingpage .text-block-6 {
  color: #fff;
  margin-top: 5%;
  font-family: Gtamerica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}.tp-landingpage .bold-text {
  font-size: 16px;
}.tp-landingpage .div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  padding-right: 15%;
  display: flex;
}.tp-landingpage .bold-text-2 {
  font-size: 16px;
}.tp-landingpage .div-block-6 {
  background-image: url('../images/neuerbackground.png');
  background-position: 0 0;
  background-size: auto;
}.tp-landingpage .grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {.tp-landingpage .channel-block {
    height: auto;
  }.tp-landingpage .speaker-block {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }.tp-landingpage .power-block {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }.tp-landingpage .speaker-block-wrap {
    width: 120px;
    padding-right: 16px;
  }.tp-landingpage .tv-base {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
  }.tp-landingpage .circle-base.channel {
    width: 140px;
    height: 140px;
  }.tp-landingpage .controlers-block {
    width: 100%;
    height: 40%;
    flex-direction: row;
    display: flex;
  }.tp-landingpage .shadow-controlers-block {
    flex-direction: row;
  }.tp-landingpage .tv-block {
    width: 100%;
    height: 70%;
    margin-bottom: 14px;
  }.tp-landingpage .text-block-4 {
    font-size: 16px;
  }.tp-landingpage .einzel {
    width: 20%;
    font-size: 10px;
  }.tp-landingpage .einzel.unten {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }.tp-landingpage .div-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }.tp-landingpage .retrofernsehergrid {
    grid-template-columns: .75fr 1fr;
  }.tp-landingpage .div-block-2 {
    margin-right: -17%;
  }.tp-landingpage .text-block-5 {
    padding: 16%;
    font-size: 16px;
  }.tp-landingpage .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }.tp-landingpage .image-5 {
    max-width: 90%;
  }.tp-landingpage .image-6 {
    margin-top: -5%;
  }.tp-landingpage .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }.tp-landingpage .div-block-4 {
    margin-left: 10%;
    padding-right: 5%;
  }.tp-landingpage .div-block-5 {
    flex-direction: column;
    display: flex;
  }.tp-landingpage .div-block-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .full-tv {
    width: 90vw;
    padding-top: 0;
  }.tp-landingpage .tolltip-wrap {
    bottom: -6%;
  }.tp-landingpage .bg {
    height: 120vh;
  }.tp-landingpage .section-2 {
    height: 120vh;
    align-items: flex-start;
    margin-top: 40px;
  }.tp-landingpage .text-block-4 {
    margin-left: 10%;
    margin-right: 10%;
    line-height: 16px;
  }.tp-landingpage .einzel {
    width: 30%;
    margin-left: 35%;
  }.tp-landingpage .einzel.unten {
    margin-left: 30%;
  }.tp-landingpage .einzel.unten.prostaff {
    justify-content: center;
    align-items: center;
    display: flex;
  }.tp-landingpage .retrofernsehergrid {
    grid-template-rows: 50% auto;
  }.tp-landingpage .div-block-2 {
    margin-top: -6%;
    margin-right: 0%;
  }.tp-landingpage .text-block-5 {
    padding: 10%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .top-shape {
    border-bottom-width: 10px;
    border-left-width: 10px;
  }.tp-landingpage .speaker-block {
    display: none;
  }.tp-landingpage .video-base {
    height: 90%;
  }.tp-landingpage .rigtleft-shape {
    border-top-width: 10px;
    border-right-width: 20px;
  }.tp-landingpage .right-shape {
    width: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
  }.tp-landingpage .bottom {
    border-left-width: 5vh;
    border-right-width: 5vh;
  }.tp-landingpage .image-3 {
    max-width: 80%;
    margin-top: -21px;
  }.tp-landingpage .heading-5 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }.tp-landingpage .text-block-4 {
    margin-top: 10px;
    font-size: 12px;
  }.tp-landingpage .einzel {
    width: 50%;
    margin-left: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
  }.tp-landingpage .einzel.unten {
    width: 80%;
    margin-left: 10%;
    font-size: 8px;
  }.tp-landingpage .retrofernsehergrid {
    grid-template-rows: 50% auto;
  }.tp-landingpage .stripewoosh {
    margin-top: 15%;
  }.tp-landingpage .grid-2 {
    grid-template-rows: auto auto auto auto;
    margin-top: 15%;
  }.tp-landingpage .image-5 {
    max-width: 80%;
    margin-top: 15%;
  }.tp-landingpage .image-6 {
    max-width: 90%;
    margin-left: 5%;
  }.tp-landingpage .grid-3 {
    margin-top: 0%;
  }.tp-landingpage .text-block-6 {
    font-size: 14px;
  }.tp-landingpage .bold-text,.tp-landingpage .bold-text-2 {
    font-size: 12px;
  }
}.tp-landingpage #w-node-_86beb0db-1a27-3f49-2703-c7602ef4b5de-4138a196,.tp-landingpage #w-node-_49d7386a-33d6-025a-8e2b-5d809ed4283f-4138a196 {
  grid-area: 1 / 1 / 3 / 4;
}.tp-landingpage #w-node-_48fa66cc-a462-6c61-312f-8263ada95507-4138a196 {
  grid-area: 2 / 3 / 3 / 4;
}.tp-landingpage #w-node-f5428bd0-fe9b-2524-b195-c18192017c0c-4138a196 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_4e4a0e98-4970-cab5-6e6d-565c8fbca3c6-4138a196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}.tp-landingpage #w-node-_4c0b3e17-3860-abca-a7e4-114d45d50b1b-4138a196 {
  grid-area: 2 / 1 / 3 / 2;
}.tp-landingpage #w-node-_224a35a7-04a3-8b91-77ca-ce3a4f4e36b0-4138a196 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}.tp-landingpage #w-node-_81c5ca95-950a-65fb-5a79-ad005c1127c5-4138a196 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_5319842e-c4ec-23e3-4238-5c2c96198e03-4138a196 {
  grid-area: 2 / 2 / 3 / 3;
}.tp-landingpage #w-node-b523b41b-a8ee-2ff1-305a-6f680d5aa3f6-4138a196 {
  grid-area: 1 / 2 / 2 / 3;
}.tp-landingpage #w-node-_4f3b0bf5-3f3a-eb7d-eb51-dfb08102d382-4138a196,.tp-landingpage #w-node-_3be1bfb3-d52c-22f3-aae5-8143e5c0381e-4138a196,.tp-landingpage #w-node-_2b6b9c96-7c43-10c7-8f0d-7a27e9f00b66-4138a196 {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-_252f0f7f-ae2c-0c4d-cae8-0f75866524eb-4138a196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}.tp-landingpage #w-node-cfebe3c7-c46c-3164-8145-ec89c3b286a7-4138a196 {
  grid-area: 2 / 1 / 3 / 2;
}.tp-landingpage #w-node-_5015fc94-cdf7-d523-29c6-60289847562b-4138a196 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: end;
}.tp-landingpage #w-node-_500a69b3-a2c6-9554-d3a9-034d49637f1f-4138a196,.tp-landingpage #w-node-_9eb18ea7-d888-5df5-49f2-f1660a75fc9a-4138a196,.tp-landingpage #w-node-_72e8586c-9564-7d61-8369-db0bb81e5fe6-4138a196,.tp-landingpage #w-node-_124fa08f-30d9-cb3b-53e9-1901347f9831-4138a196,.tp-landingpage #w-node-_3aa534cb-11d1-8de0-70cd-0ede80ca7941-4138a196,.tp-landingpage #w-node-_29fabfe6-0fdb-3aa6-92b1-c83ef9e3bf07-4138a196 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-aa6825bd-5151-b5fb-8829-739fd7689d08-4138a196 {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-db9b1cfd-f93c-ac44-0ee9-f7dea53a646d-4138a196 {
  grid-area: 1 / 3 / 2 / 5;
}

@media screen and (max-width: 991px) {.tp-landingpage #w-node-_81c5ca95-950a-65fb-5a79-ad005c1127c5-4138a196 {
    grid-area: 1 / 1 / 3 / 4;
  }.tp-landingpage #w-node-_5319842e-c4ec-23e3-4238-5c2c96198e03-4138a196 {
    grid-area: 2 / 2 / 3 / 4;
  }.tp-landingpage #w-node-b523b41b-a8ee-2ff1-305a-6f680d5aa3f6-4138a196 {
    grid-area: 1 / 2 / 2 / 4;
  }.tp-landingpage #w-node-_3be1bfb3-d52c-22f3-aae5-8143e5c0381e-4138a196 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-cfebe3c7-c46c-3164-8145-ec89c3b286a7-4138a196 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_4c0b3e17-3860-abca-a7e4-114d45d50b1b-4138a196 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_224a35a7-04a3-8b91-77ca-ce3a4f4e36b0-4138a196 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
    justify-self: start;
  }.tp-landingpage #w-node-_5319842e-c4ec-23e3-4238-5c2c96198e03-4138a196 {
    grid-area: 3 / 1 / 4 / 4;
  }.tp-landingpage #w-node-b523b41b-a8ee-2ff1-305a-6f680d5aa3f6-4138a196 {
    grid-area: 1 / 1 / 2 / 4;
  }.tp-landingpage #w-node-cfebe3c7-c46c-3164-8145-ec89c3b286a7-4138a196 {
    grid-area: 4 / 1 / 5 / 4;
  }.tp-landingpage #w-node-_5015fc94-cdf7-d523-29c6-60289847562b-4138a196 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-ExpandedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}