:root {
  --main: #f72e26;
}

.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: #fff;
  background-color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero-section {
  background-image: linear-gradient(90deg, #000 29%, #fff0);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  background-color: var(--main);
  height: 100px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #ffffffbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding: 15px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 25px;
}

.button-primary {
  border: 1px solid var(--main);
  background-color: var(--main);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff3830;
}

.button-primary:active {
  background-color: #ff3830;
}

.button-primary.alt {
  background-color: #f72e2600;
}

.button-primary.alt:hover {
  background-color: #ff3830;
}

.button-primary.white {
  color: var(--main);
  background-color: #fff;
  font-weight: 800;
}

.button-primary.white.big {
  font-size: 14px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.hero-text-block {
  min-width: 530px;
}

.hero-text-block.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
}

.logo.b {
  letter-spacing: 1px;
}

.h1 {
  text-transform: capitalize;
  font-size: 62px;
  line-height: 72px;
}

.paragraph {
  color: #ccc;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
  font-weight: 500;
}

.paragraph.white.big {
  font-size: 18px;
}

.paragraph h1, .paragraph h2, .paragraph h3 {
  color: #fff;
}

.button-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.button-block.small {
  margin-top: 15px;
}

.button-block.centered {
  justify-content: center;
}

.image {
  width: 160px;
}

.basic-section {
  margin-top: 125px;
  margin-bottom: 125px;
}

.basic-section.sdsd {
  background-color: #211f1f00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.basic-section.overflow-h {
  overflow: hidden;
}

.basic-section.x {
  display: none;
}

.basic-section.bg-image {
  background-image: linear-gradient(#000, #0009 50%, #000), url('../images/2147752887.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -125px;
  margin-bottom: -125px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.basic-section.low-margin-bottom {
  margin-bottom: 75px;
}

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

.title-block {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-block.alt {
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(0, -35px);
}

.title-block.low-margin {
  margin-bottom: 20px;
}

.title-block.center {
  justify-content: center;
}

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

.stripes {
  height: 50px;
  margin-right: 15px;
}

.stripes.small {
  height: 40px;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 56px;
}

.h2.small {
  font-size: 36px;
}

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

.dienst-card {
  color: #fff;
  width: 100%;
  height: 400px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  box-shadow: 0 0 30px #f72e26;
}

.dienst-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 50px #f72e26;
}

.dienst-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dienst-layer {
  background-image: linear-gradient(#0000 27%, #000000bf);
  position: absolute;
  inset: 0%;
}

.dienst-content {
  z-index: 10;
  background-image: linear-gradient(#0000 48%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 38px;
}

.grid-regular {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.image-4 {
  object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  width: 100%;
  height: 500px;
}

.red-bg-span {
  border-bottom: 2px solid var(--main);
}

.text-block {
  margin-top: 15px;
}

.div-block-4 {
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 100% 100%, 0% 100%);
  background-color: #191818;
  width: 60%;
  height: 85px;
  position: relative;
}

.div-block-5 {
  background-color: #191818;
  padding-bottom: 100px;
}

.section-red {
  background-color: var(--main);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.section-red-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-red-text-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  min-width: 900px;
  display: flex;
}

.image-89 {
  width: 60px;
}

.counter-number-big {
  color: #c9d7f7;
  order: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.counter-number-big.no-margin {
  color: #fff;
  order: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.footer-dark {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #ccc;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #353535;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.footer-divider.bottom {
  margin-bottom: 35px;
}

.footer-copyright-center {
  color: #ccc;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}

.footer-company-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 400px;
  margin-right: 25px;
  display: flex;
}

.mask-horizontal {
  overflow: visible;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.right-arrow {
  background-color: var(--main);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.horizontal-logo {
  height: 25px;
  margin-bottom: 25px;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.horizontal-content-block {
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 25%, 100% 100%, 0% 100%);
  background-color: #191818;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 50px 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  overflow: visible;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-job {
  color: #151c3480;
}

.column-wrap {
  background-color: #19181800;
  display: flex;
}

.play-icon {
  width: 60px;
}

.testimonial-card {
  align-items: stretch;
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  background-color: var(--main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.h4 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

.usp-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sdfsdf {
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  background-color: #191818;
  height: 200px;
  padding: 25px;
  position: relative;
}

.image-90 {
  background-color: var(--main);
  border-radius: 99999px;
  width: 35px;
  margin-bottom: 15px;
  padding: 5px;
}

.usp {
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  background-color: #191818;
  text-decoration: none;
  position: relative;
}

.usp-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 25%, 100% 100%, 0% 100%);
  background-color: #191818bf;
  padding: 30px;
  text-decoration: none;
  position: relative;
}

.h5 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
}

._50px-divider {
  height: 50px;
}

.red-text-span {
  color: var(--main);
}

.uui-faq01_list {
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.uui-faq01_component {
  margin-top: 0;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 25px;
  display: flex;
  position: relative;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 30px;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #353535;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.paragraph-2 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cta-block {
  text-align: center;
  background-image: linear-gradient(#f72e26d9, #f72e26d9), url('../images/2148768868.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 50px;
  display: flex;
}

.basic-section-copy {
  padding-top: 125px;
  padding-bottom: 125px;
}

.basic-section-copy.sdsd {
  background-color: #211f1f00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.basic-section-copy.overflow-h {
  overflow: hidden;
}

.basic-section-copy.x {
  display: none;
}

.basic-section-copy.bg-image {
  background-image: linear-gradient(#000, #0009 50%, #000), url('../images/2147752887.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -125px;
  margin-bottom: -125px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.basic-section-copy.low-margin-bottom {
  margin-bottom: 75px;
}

.section-background {
  background-image: linear-gradient(-90deg, #000 29%, #fff0), url('../images/2149049771.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 125px;
}

.section-background.left {
  background-image: linear-gradient(90deg, #000 29%, #fff0), url('../images/20694.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-179 {
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px -5px red;
}

.div-block-180 {
  position: relative;
}

.blocked {
  z-index: 100000;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.card-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 36px;
}

.button-primary-simple {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--main);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f72e2600;
  align-items: center;
  padding: 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-simple:hover {
  color: #fff;
  background-color: #ff383000;
}

.button-primary-simple:active {
  background-color: #43464d;
}

.button-primary-simple.alt {
  background-color: #f72e2600;
}

.button-primary-simple.alt:hover {
  background-color: #ff3830;
}

.button-primary-simple.white {
  color: var(--main);
  background-color: #fff;
  font-weight: 800;
}

.button-primary-simple.white.big {
  font-size: 14px;
}

.hero-section-landing {
  background-image: linear-gradient(0deg, #000, #0006 77%);
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}

.image-91 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.image-92 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.section {
  margin-top: -75px;
  position: relative;
}

.header-bg {
  z-index: -10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-cs {
  background-image: linear-gradient(90deg, #000 29%, #fff0);
  align-items: center;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #000000b3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 5% 50px;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    margin: 0;
    padding: 0;
  }

  .nav-dropdown {
    margin: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--main);
    color: #fff;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .usp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blocked {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-grid {
    display: block;
  }

  .hero-text-block {
    min-width: 0;
  }

  .grid-regular {
    display: block;
  }

  .counter-number-big {
    font-size: 60px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-company-block {
    text-align: center;
    margin-right: 0;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(90deg, #000 50%, #fff0), url('../images/2148768868.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph.white.big {
    font-size: 16px;
  }

  .button-block {
    flex-flow: wrap;
  }

  .basic-section {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .basic-section.bg-image {
    background-image: linear-gradient(#000, #0009 50%, #000);
    background-position: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-company-block {
    width: 100%;
  }

  .right-arrow {
    margin-bottom: 35px;
    inset: auto 20% -3% auto;
  }

  .horizontal-content-block {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 100% 100%, 0% 100%);
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    margin-bottom: 35px;
    inset: auto auto -3% 20%;
  }

  .h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .usp-grid {
    grid-template-columns: 1fr;
  }

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

  .uui-faq01_component {
    margin-top: 0;
  }

  .section-background {
    background-image: linear-gradient(#000000c9, #000000c9), url('../images/2149049771.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-section-landing {
    background-image: linear-gradient(90deg, #000 50%, #fff0), url('../images/2148768868.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hero-section-cs {
    background-image: linear-gradient(0deg, #000, #0006), url('../images/2148768868.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

#w-node-_4f2ea450-0a70-5fff-2ed1-9d93f6f366c6-f6f366bc, #w-node-_4f2ea450-0a70-5fff-2ed1-9d93f6f366d1-f6f366bc, #w-node-_4f2ea450-0a70-5fff-2ed1-9d93f6f366dc-f6f366bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


