:root {
  --bs-blue: #0e80f6;
  --bs-font-sans-serif: "Manrope", sans-serif;
}

.hero-title {
  font-size: 4.375rem;
}

.hero-title span {
  text-wrap: nowrap;
}

.germany-flag {
  width: 21px;
  height: 15px;
  background-image: linear-gradient(
    to bottom,
    #000 33%,
    #d60000 33%,
    #f7c800 33%
  );
}
.lang-dropdown {
  position: relative;
}
.lang-dropdown .dropdown-menu {
  min-width: auto;
  width: 100%;
  padding: 0.2rem 0 0 0;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  background: #000;
  color: #fff;
}

.lang-dropdown .dropdown-menu li{
 margin-bottom: 0.2rem;
}

.lang-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.2rem .8rem;
  border-radius: 0;
  transition: background-color 0.2s ease;
  color: #fff;
  font-size: 0.875rem;
}

.lang-dropdown .dropdown-item:hover {
  background-color: #0d6efd;
  color: white;
}

.lang-dropdown .dropdown-item img {
  width: 20px;
  height: 15px;
  object-fit: cover;
  margin-left: auto;
}


.lang-dropdown .btn img {
  width: 20px;
  height: 15px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .lang-dropdown .dropdown-item {
    padding: 0.5rem .3rem;
  }
}

.border-footer-top-1 {
  border-top: 1px solid rgba(176, 207, 232, 0.25);
}

.w-90 {
  width: 98% !important;
}

.legal-pages-list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .legal-pages-list {
    font-size: 0.625rem;
  }
  .legal-pages-list li {
    height: 2rem;
  }
}

.legal-list-title {
  font-size: 40px;
}

.text-muted {
  color: #8f8f8f !important;
}

body {
  background-color: #191919;
}

.bitcoin-img {
  top: -60px;
  position: absolute;
}

.navbar-dark {
  background-color: rgba(118, 118, 118, 0.1);
  transition: background-color 0.5s ease;
}

ul li::marker {
  color: #407afd;
}

.p-card-l {
  font-size: 1.25rem;
}

.p-card-l-2 {
  font-size: 1.25rem;
  width: 92%;
}

.p-card-l-3 {
  font-size: 1.25rem;
  width: 90%;
}

.p-card-l-4 {
  font-size: 1.25rem;
  width: 88%;
}

.margin-top-text {
  margin-top: -30px;
}

.card-text {
  margin-top: -20px;
  margin-left: 20px;
}

.card-text-1 {
  margin-left: 20px;
}

.card-text-2 {
  margin-left: 20px;
  margin-top: -30px;
}
@media (min-width: 991px) and (max-width: 2000px) {
  .card-text {
    margin-left: 0;
  }

  .card-text-1 {
    margin-left: 0;
  }

  .card-text-2 {
    margin-left: 0;
  }
}

.list-lh {
  line-height: 0.75;
}

.light-pos {
  right: 20px;
  top: 15px;
}

.jr-card-size {
  width: 629px;
  height: 351px;
}

.h-q-1 {
  height: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.btn-nav-s {
  width: 209px;
}

.nav-text-f {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}

.me-nav-b {
  margin-right: 3.125rem;
}

.p-au {
  max-width: 52%;
}

.section-tittle-big {
  font-size: 2.9375rem;
}

.nav-link {
  color: #fff;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.navbar {
  --bs-navbar-brand-padding-y: 2.5rem;
}
.menu-lang {
  display: none;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
@media (max-width: 1199px) {
  .navbar.nav-opened .menu-lang {
    display: inline-flex;
    margin-left: auto;
    margin-right: 50px;
  }

  .fs-7 {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .navbar.nav-opened .menu-lang {
    margin-right: 20px;
  }
}
@media (max-width: 330px) {
  .navbar.nav-opened .menu-lang {
    margin-right: 4px;
  }
}
.navbar-blur {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header {
  background-image: url(../assets/hero-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.875rem;
}
@media (max-width: 1399px) {
  .navbar {
    --bs-navbar-brand-padding-y: 1.5rem;
  }
  .nav-link {
    --bs-nav-link-font-size: 1rem;
  }
  header {
    padding-top: 4rem;
  }
}
@media (max-width: 1199px) {
  .nav-link {
    --bs-nav-link-font-size: 1.875rem;
  }
  header {
    padding-top: 4rem;
  }

  .nav-opened {
    background: rgb(16, 16, 16);
  }
}
@media (max-width: 991px) {
  .nav-link {
    --bs-nav-link-font-size: 1.875rem;
  }
  .navbar {
    --bs-navbar-brand-padding-y: 0.8rem;
  }
  header {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .navbar {
    --bs-navbar-brand-padding-y: 0.55rem;
  }
  header {
    padding-top: 4rem;
  }
  .navbar-blur {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.card-tablet-text {
  font-size: 0.6875rem;
}

.card-tablet-size {
  width: 280px;
  height: 216px;
}

.title-tablet-size {
  font-size: 1rem;
}

.img-card-tablet-1 {
  max-width: 117px;
  max-height: 85px;
}

.img-card-tablet-2 {
  max-width: 99px;
  max-height: 90px;
}

.elipse-tablet-size {
  height: 34px;
  width: 34px;
  margin-left: -5px;
  margin-top: 5px;
}

.p-tablet-width {
  max-width: 80%;
}

.p-tablet-width-1 {
  max-width: 85%;
}

.icon-size {
  width: 31px;
  height: 31px;
  fill: #0651c0;
}

.link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.mb-5r {
  margin-bottom: 5rem;
}

.my-5r {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.mx-5r {
  margin-left: 7rem;
  margin-right: 7rem;
}

.fs-7 {
  font-size: 0.875rem;
}

.mb-7r {
  margin-bottom: 7rem;
}

.mb-10r {
  margin-bottom: 10rem;
}

.mt-7r {
  margin-top: 7rem;
}

.btn-primary {
  --bs-btn-bg: #0e80f6;
  --bs-btn-border-color: #0e80f6;
  --bs-btn-hover-bg: #0e80f6;
}

.btn-outline-primary {
  --bs-btn-border-color: #0e80f6;
  --bs-btn-hover-bg: #0e80f6;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #1891f6;
}

.a-link-impressum {
  color: #1891f6;
  text-decoration: underline;
}

.a-link-impressum:hover {
  text-decoration: none;
}

.primary-hero {
  color: #0e80f6;
}

.primary {
  color: #2d9aff;
}

.upper-blue {
  color: #0080ff;
  text-transform: uppercase;
}

.lh-lg-2 {
  line-height: 1.75 !important;
}

.me-6 {
  margin-right: 6rem;
}

.ms-6 {
  margin-left: 6rem;
}

.max-p-width {
  max-width: 560px;
}

.max-p-width-2 {
  max-width: 594px;
}

.max-p-width-3 {
  max-width: 550px;
}

.max-80 {
  max-width: 85%;
}

.nav-bg {
  background-color: #767676;
}

.me-sm-7 {
  margin-right: 4.5rem;
}

.section-bg-0 {
  z-index: 1;
}
.profile-img {
  top: 0;
  right: 0;
}

.section-bg-3::after {
  content: "";
  background-image: url("../assets/lines.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.section-bg-6::before {
  content: "";
  background-image: url("../assets/vector-bg.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  opacity: 0.2;
  position: absolute;
}

.section-bg-5::before {
  content: "";
  background: radial-gradient(
    circle,
    rgb(14 128 246 / 29%) 0%,
    rgba(14, 128, 246, 0) 61%
  );
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 80vw;
  height: 80vw;
  top: -700px;
  left: -50vw;
  z-index: -1;
  pointer-events: none;
}
.section-bg-0::after {
  content: "";
  background: radial-gradient(
    circle,
    rgb(14 128 246 / 39%) 0%,
    rgba(14, 128, 246, 0) 61%
  );
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 80vw;
  height: 80vw;
  bottom: 100px;
  right: -30vw;
  pointer-events: none;
  z-index: -6;
}
.section-bg-5 {
  border-bottom: 1px solid rgba(176, 207, 232, 0.25);
}

.section-bg-4 {
  background-image: url("../assets/signal-bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.section-bg-4::before {
  content: "";
  background: radial-gradient(
    circle,
    rgb(14 128 246 / 39%) 0%,
    rgba(14, 128, 246, 0) 61%
  );
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 80vw;
  height: 80vw;
  top: -100vh;
  left: -30vw;
  pointer-events: none;
}
.section-bg-7-mb::after {
  content: "";
  background: radial-gradient(
    circle,
    rgb(14 128 246 / 39%) 0%,
    rgba(14, 128, 246, 0) 61%
  );
  display: inline-block;
  position: absolute;
  width: 80vw;
  height: 80vw;
  z-index: -1;
  top: -300px;
  right: 0;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .section-bg-4::before {
    top: -30vh;
  }
}
@media (min-width: 992px) {
  .section-bg-1::after,
  .section-bg-7::after {
    content: "";
    background: radial-gradient(
      circle,
      rgb(14 128 246 / 39%) 0%,
      rgba(14, 128, 246, 0) 61%
    );
    display: inline-block;
    position: absolute;
    width: 60vw;
    height: 60vw;
    z-index: -1;
    top: -300px;
    right: 0;
    pointer-events: none;
  }
  .section-bg-0::after {
    content: "";
    background: radial-gradient(
      circle,
      rgb(14 128 246 / 39%) 0%,
      rgba(14, 128, 246, 0) 61%
    );
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 40vw;
    height: 40vw;
    bottom: 100px;
    right: 0;
    pointer-events: none;
    z-index: -6;
  }
  .section-bg-0 {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .section-bg-4 {
    background-image: url("../assets/signal-bg.png"),
      url("../assets/signal-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center;
    background-size: 180%;
  }
  .section-bg-0 {
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  .section-bg-4 {
    background-image: url("../assets/signal-bg.png"),
      url("../assets/signal-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, center 30%;
    background-size: 350%;
  }
  .section-bg-4::before {
    width: 150vw;
    max-width: 100%;
    height: 150vw;
    top: 0;
  }
}
.laser-sm-3 {
  margin-left: -20px;
  width: calc(100% + 20px);
}
.laser-fluid {
  width: 45vw;
}

.bull {
  width: 449px;
}

.logo-nav {
  width: 140px;
  height: auto;
}

.under-line {
  text-decoration: underline;
}

.fs-78 {
  font-size: 4.375rem;
}

.fs-title {
  font-size: 1.5rem;
  color: rgba(186, 195, 211, 1);
}

.mb-225 {
  margin-bottom: 2.25rem;
}

.logo-w {
  max-width: 390px;
}

.card {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}
.card-title {
  color: rgba(14, 128, 246, 1);
  font-size: 1.75rem;
  font-weight: 600;
}

.card-461 {
  height: 461px;
}

.card-417 {
  height: 417px;
}

.card-421 {
  height: 421px;
}

.card-377 {
  height: 377px;
}

.cont-size {
  width: 1537px;
  height: 868px;
}

.col-cards {
  height: 100%;
}

.mb-card-1 {
  margin-right: 30px;
}

.mb-card-2 {
  margin-bottom: 30px;
}

.img-1 {
  max-width: 231px;
  max-height: 171px;
}

.img-2 {
  max-width: 181px;
  max-height: 164px;
}

.img-3 {
  max-width: 163px;
  max-height: 181px;
}

.btn-size-1 {
  width: 200px;
  height: 50px;
}

.signal-img-size {
  max-width: 565px;
  max-height: 317px;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.img-4 {
  width: 159px;
  height: 169px;
}

.question-bg {
  background: linear-gradient(
    rgba(14, 128, 246, 0.29),
    rgba(51, 132, 254, 0.08)
  );
  z-index: -3;
}

.text-added {
  color: rgba(186, 195, 211, 1);
  font-size: 1.25rem;
}

.gs-1 {
  top: 440px;
  left: 0px;
}

.gs-2 {
  right: 25%;
  top: 100px;
}

.gs-3 {
  right: 0px;
  bottom: 0px;
}

.line-1 {
  top: 150px;
  left: 300px;
}

.line-2 {
  top: 150px;
  left: 1130px;
}

.ms-elipse {
  margin-left: -15px;
}

.gs-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(14, 128, 246, 1);
}

.numbers-container {
  display: flex;
  flex-direction: column;
}

.gs-text {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 1.125rem;
}
.gs-bg-wrapper {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 1px;
  overflow: hidden;
  display: inline-block;
  border-radius: 25px;
  max-width: 500px;
  width: 100%;
}
.gs-bg {
  background: linear-gradient(
    144deg,
    rgba(0, 14, 43, 1) 0%,
    rgba(26, 48, 80, 1) 48%,
    rgba(53, 63, 74, 1) 100%
  );
  border-radius: 25px;
  max-width: 500px;
}

.rev-title {
  font-weight: 800;
  font-size: 1.875rem;
  color: rgba(14, 128, 246, 1);
  text-shadow: 0px 0px 3px #2b5cdbb0, 0px 0px 3px #2b5cdb;
  margin-top: 2.5rem;
}

.rev-text {
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
}

.rev-text li {
  margin-bottom: 0;
  line-height: 1.25;
  margin-bottom: 8px;
}

.rev-card-bg {
  background: linear-gradient(
    212deg,
    rgba(22, 93, 245, 0.2) 18%,
    rgba(244, 244, 244, 0.12) 67%
  );
  width: 100%;
  max-width: 629px;
  overflow: hidden;
  height: 100%;
  max-height: 351px;
}
.rev-card-bg-2 {
  background: linear-gradient(
    15deg,
    rgba(22, 93, 245, 0.2) 31%,
    rgba(244, 244, 244, 0.12) 94%
  );
}

.rev-card-blur {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rev-radius {
  border-radius: 25px;
}
.rev-card-line {
  top: 0px;
  height: 100%;
  z-index: -1;
}
.z-index-1 {
  z-index: 1;
}

.pos-1 {
  top: 470px;
  left: -55px;
}

.number-margin-z {
  margin-right: -25px;
  z-index: 5;
}

.line-z {
  z-index: -2;
}

.card-height {
  max-height: 501.57px;
}

.div-test {
  max-width: 502px;
  max-height: 282px;
}

/* form styling */
.section-bg-4
  .formkit-form[data-uid="fbb2dea6ec"]
  .formkit-column:first-of-type,
.section-bg-4
  .formkit-form[data-uid="8f4290ad37"]
  .formkit-column:first-of-type {
  display: none;
}
.section-bg-4 .formkit-form[data-uid="fbb2dea6ec"] .formkit-column:nth-child(2),
.section-bg-4
  .formkit-form[data-uid="8f4290ad37"]
  .formkit-column:nth-child(2) {
  border-top: none;
}
.section-bg-4 .formkit-form[data-uid="fbb2dea6ec"] .formkit-column,
.section-bg-4 .formkit-form[data-uid="8f4290ad37"] .formkit-column {
  padding: 60px;
}
.section-bg-4 .formkit-form[data-uid="fbb2dea6ec"] .formkit-input,
.section-bg-4 .formkit-form[data-uid="8f4290ad37"] .formkit-input {
  background: #1e1e1e;
  color: #9d9d9d !important;
  font-size: 14px;
  border-color: #1e1e1e !important;
}
.section-bg-4
  .formkit-form[data-uid="fbb2dea6ec"]
  [data-group="dropdown"]
  select,
.section-bg-4
  .formkit-form[data-uid="8f4290ad37"]
  [data-group="dropdown"]
  select {
  background: #1e1e1e;
  color: #9d9d9d !important;
  font-size: 14px;
  border-color: #1e1e1e !important;
}
.section-bg-4 .formkit-form[data-uid="fbb2dea6ec"],
.section-bg-4 .formkit-form[data-uid="8f4290ad37"] {
  background: rgb(2 16 44) !important;
  box-shadow: none;
}
.form-wrapper {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 1px;
  overflow: hidden;
  display: inline-block;
  border-radius: 25px;
  max-width: 500px;
  width: 100%;
}

.testimonials-slider .owl-item .item {
  filter: blur(3px);
  transform: translateY(-15%) scale(0.65);
  transition: all 0.5s;
}
.testimonials-slider .owl-item.active.center .item {
  filter: blur(0);
  transform: scale(1);
  transition: all 0.5s;
}
.testimonials-slider .owl-item:not(.active.center) .testimonial-box {
  border-color: #fff !important;
}
.testimonial-box {
  max-width: 528px;
  min-height: 419px;
  border-radius: 8px;
}

.testimonial-text {
  max-width: 456px;
  font-size: 1rem;
}

.testimonial-img {
  width: auto !important;
  height: 100px;
}

.testimonial-symbol {
  background-color: rgba(63, 63, 63, 0.6);
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 4px 0px rgba(22, 93, 245, 1);
}

.testimonial-name {
  color: rgba(22, 93, 245, 1);
  font-weight: 600;
  font-size: 24px;
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1538px;
  }
  .gs-1 {
    top: 310px;
    left: 0px;
  }

  .btn-1600 {
    width: 100%;
    max-width: 469px;
    height: 73px;
    line-height: 40px;
  }

  .subtitle-hero {
    width: 100%;
    max-width: 480px;
  }

  .gs-2 {
    right: 25%;
    top: 0px;
  }

  .mt-hero-100 {
    margin-top: 130px;
  }
}

@media (min-width: 1200px) {
  .gs-1,
  .gs-2,
  .gs-3 {
    position: absolute;
  }

  .c-h {
    height: 700px;
  }

  .mt-au-wu {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .max-p-width-4 {
    max-width: 428px;
  }
}

@media (max-width: 1600px) {
  .p-card-l-3 {
    width: 100%;
  }

  .line-2 {
    top: 160px;
    left: 950px;
  }

  .line-1 {
    top: 160px;
    left: 160px;
  }

  .nav-text-f {
    font-size: 1rem;
  }

  .img-4 {
    width: 47%;
  }

  .img-5 {
    width: 49%;
  }

  .img-6 {
    width: 52%;
  }
  .gs-1 {
    top: 300px;
    left: 0px;
  }

  .gs-2 {
    right: 25%;
    top: 0px;
  }

  .img-hero-margin {
    width: 60%;
  }
}
@media (max-width: 1500px) {
  .profile-img {
    max-width: 700px;
  }
}

@media (max-width: 1399px) {
  .bitcoin-img {
    max-width: 45%;
    top: 0;
  }
  .gs-text {
    line-height: 1.2;
  }

  .gs-1 {
    top: 250px;
    left: 0px;
  }

  .gs-2 {
    right: 25%;
    top: 0px;
  }

  .gs-3 {
    right: 0px;
    bottom: 30px;
  }

  .line-2 {
    top: 130px;
    left: 800px;
  }

  .line-1 {
    top: 130px;
    left: 100px;
  }

  .gs-bg {
    max-width: 420px;
    max-height: 253px;
  }

  .gs-text {
    font-size: 1rem;
  }

  .gs-title {
    font-size: 1.5625rem;
    line-height: 1rem;
  }

  .btn-nav-s {
    width: 150px;
  }

  .fs-title {
    font-size: 1.125rem;
  }

  .fs-78 {
    font-size: 3.125rem;
  }

  .rev-text {
    font-size: 1.125rem;
  }

  .hero-title {
    font-size: 3.25rem;
  }

  .link-list {
    font-size: 0.8125rem;
  }

  .p-card-l {
    font-size: 1.125rem;
  }

  .p-card-l-1 {
    font-size: 1.125rem;
  }

  .p-card-l-2 {
    font-size: 1.125rem;
  }

  .p-card-l-3 {
    font-size: 1.125rem;
  }

  .p-card-l-4 {
    font-size: 1.125rem;
  }

  .img-1 {
    max-width: 178px;
    max-height: 134px;
  }

  .img-2 {
    max-width: 151px;
    max-height: 137px;
  }

  .img-3 {
    max-width: 124px;
    max-height: 137px;
  }

  .img-4 {
    max-width: 133px;
    max-height: 156px;
  }

  .img-5 {
    max-width: 148px;
    max-height: 142px;
  }

  .img-6 {
    max-width: 178px;
    max-height: 125px;
  }

  .card-img {
    margin-bottom: 10px;
  }

  .number-1200 {
    max-height: 210px;
  }
}
@media (max-width: 1199px) {
  .btn-hamburger-tablet {
    width: 100%;
    max-width: 325px;
    height: 64px;
  }

  li {
    line-height: 1.1rem;
  }

  .p-card-l {
    font-size: 1rem;
  }

  .p-card-l-1 {
    font-size: 1rem;
  }

  .p-card-l-2 {
    font-size: 1rem;
  }

  .p-card-l-3 {
    font-size: 1rem;
  }

  .p-card-l-4 {
    font-size: 1rem;
  }

  .section-bg-5::before {
    top: -300px;
  }

  .hero-title {
    font-size: 2.75rem;
  }

  .p-card-l-3 {
    max-width: 100%;
  }

  .p-card-l-4 {
    max-width: 100%;
  }
  .p-card-l-2 {
    max-width: 100%;
  }

  .card-title {
    font-size: 1.5625rem;
  }

  .gs-2 {
    margin-left: auto;
  }

  .margin-card-1999 {
    margin-bottom: 20px;
  }

  .margin-card-1999.gs-1,
  .margin-card-1999.gs-3 {
    margin-right: auto;
  }

  .gs-text {
    font-size: 0.625rem;
  }

  .number-1200 {
    max-height: 120px;
  }

  .gs-title {
    font-size: 1rem;
  }

  .gs-bg {
    max-width: 350px;
  }

  .numbers-container {
    max-width: 750px;
  }
  .profile-img {
    max-width: 600px;
  }
  .rev-title {
    font-size: 1.625rem;
    margin-top: 1.875rem;
  }
  .rev-text {
    font-size: 1rem;
  }
  .rev-text li {
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .upper-brand {
    width: 100%;
    max-width: 200px;
  }
  .profile-img {
    /* position: absolute;
    right: -166px;
    top: -125px; */
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .fs-title {
    font-size: 0.75rem;
  }

  .fs-78 {
    font-size: 2.0625rem;
  }

  .pos-tablet-light {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .light-pos {
    margin-right: -12px;
  }

  .btn-size-1 {
    width: 307px;
    height: 50px;
  }

  .size-tablet-light {
    width: 20px;
    height: 20px;
  }

  li {
    margin-bottom: 0.3rem;
    line-height: 0.9rem;
  }

  .card-tablet-flex {
    max-width: 325px;
    max-height: 196px;
  }

  .rev-text {
    font-size: 0.625rem;
  }

  .rev-title {
    font-size: 1.125rem;
    margin-top: 1.3rem;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-tablet {
    max-width: 90%;
  }

  .hero-title {
    font-size: 1.875rem;
  }
  .fs-reg {
    font-size: 0.875rem !important;
  }
  .section-bg-4 .formkit-form[data-uid="fbb2dea6ec"] .formkit-column,
  .section-bg-4 .formkit-form[data-uid="8f4290ad37"] .formkit-column {
    padding: 25px;
  }
  .testimonial-text {
    font-size: 1rem;
  }
}

@media (max-width: 990px) {
  .section-bg-0 {
    background-image: url(../assets/MacBook-Pro-16.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
  }

  .fs-25 {
    font-size: 1rem;
  }
}
@media (max-width: 779px) {
  .section-bg-0 {
    background-image: url(../assets/MacBook-Pro-16-2.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: right;
  }
  header {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .fs-78 {
    font-size: 2.0625rem;
  }

  .subtitle-hero {
    max-width: 300px;
  }

  .fs-25 {
    font-size: 1rem;
  }

  .p-num-1 {
    padding-left: 35px;
  }

  .gs-2 {
    margin-left: 0;
  }

  .numbers-container {
    align-items: start;
  }

  .margin-card-1999 {
    margin-bottom: 0px;
  }

  .question-title {
    font-size: 1rem;
    color: rgba(14, 128, 246, 1);
    font-weight: 800;
  }

  .question-subtitle {
    font-size: 0.75rem;
  }

  .question-img {
    width: 100%;
  }

  .rev-title {
    margin-top: 1rem;
  }

  .rev-text {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .card-tablet-size {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 540px) {
  .container {
    --bs-gutter-x: 3.125rem;
  }

  .logo-mobile-size {
    width: 100%;
    max-width: 212px !important;
  }

  .text-added {
    font-size: 0.75rem;
  }

  .fs-78 {
    font-size: 1.875rem;
  }

  .subtitle-mobile-12px {
    font-size: 0.75rem;
  }

  .btn-size-1 {
    width: 215px;
    height: 50px;
  }

  .profile-img {
    /* right: -166px;
    top: -125px; */
    max-width: 400px;
  }
  .upper-brand {
    font-size: 0.625rem;
    min-height: 130px;
  }

  .laser-sm {
    max-width: 270px;
  }

  .card-tablet {
    max-width: 100%;
  }

  .laser-sm-2 {
    max-width: 150px;
  }
  .laser-sm-3 {
    max-width: 420px;
  }

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

  .ds-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }

  .m-540-75 {
    max-width: 75%;
  }

  .link-list {
    font-size: 0.5625rem;
  }

  .section-bg-5::before {
    width: 150vw;
    max-width: 100%;
    height: 150vw;
    top: 0;
  }

  .hero-title {
    font-size: 1.75rem;
  }
  .testimonial-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 450px) {
  .card-tablet-size {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 368px) {
  .card-img {
    margin-bottom: 0px;
  }

  .gs-title {
    line-height: 0.2rem;
  }

  .card-img-mobile {
    width: 40%;
    height: auto;
    max-height: max-content;
  }
}

@media (max-width: 350px) {
  .profile-img {
    max-width: 350px;
  }

  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 0rem;
  }

  .gs-bg {
    padding-left: 35px !important;
  }

  .rev-text {
    font-size: 0.5625rem;
  }

  .rev-title {
    font-size: 1rem;
  }
}

/* footer */

.logo-footer-1 {
  width: 305px;
  height: auto;
}



.footer-size-1 {
  font-size: 1.125rem;
}
.contact-info {
  background-color: rgba(37, 37, 37, 0.35);
  border-radius: 25px;
}
.m-icon {
  margin-bottom: -20px;
  margin-left: -20px;
}
/* 
.max-width-de-footer {
  max-width: 30%;
} */

.max-width-footer-registered {
  max-width: 260px;
}

.border-footer-start .border-footer-bottom div a:first-of-type {
  z-index: 3;
}
.border-footer-start .border-footer-bottom div a:nth-of-type(2) {
  z-index: 2;
}
@media (min-width: 1200px) {
  .footer-blue-title-width {
    max-width: 300px;
    display: inline-block;
  }
  .text-legal {
    max-width: 1050px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .footer-size-1 {
    font-size: 1rem;
  }
  .footer-blue-title-width {
    max-width: 300px;
  }
}
.border-footer-start {
  border-top: 1px solid rgba(176, 207, 232, 0.25);
}

@media (max-width: 991px) {

}
@media (min-width: 768px) {
  .border-footer-bottom {
    border-left: 1px solid rgba(176, 207, 232, 0.25);
  }
}
@media (max-width: 767px) {
  .footer-size-1 {
    font-size: 0.6875rem;
  }
  .border-footer-top {
    border-top: 1px solid rgba(176, 207, 232, 0.25);
  }
}
@media (max-width: 575px) {
  .footer-size-1 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 540px) {
  .text-legal {
    font-size: 0.75rem;
  }
  .contact-info {
    font-size: 0.75rem;
  }
}

#cookie-bar {
}
