@font-face {
  font-family: Asap Expanded;
  src: url('../fonts/Asap_Expanded-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Asap Expanded;
  src: url('../fonts/Asap_Expanded-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --hintergrund: #131635;
  --links: #bfff00;
  --black: #000;
  --x: #555b9c;
}

body {
  background-color: var(--white);
  color: var(--hintergrund);
  font-family: Futuranow;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura Now;
  font-size: 1em;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--white);
  font-family: Asap Expanded, Verdana, sans-serif;
  text-decoration: underline;
}

a.w--current {
  text-decoration: none;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--white);
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

label {
  margin-bottom: 5px;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 700;
  display: block;
}

strong {
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 700;
}

.hide {
  display: none;
}

.div-text {
  color: var(--hintergrund);
  width: 100%;
  margin-top: 10%;
  padding-right: 0;
  font-family: Futuranow;
  font-weight: 300;
}

.div-text._2 {
  margin-top: 40px;
}

.div-text.position-botttom {
  margin-top: auto;
}

.div-text.position-botttom.text-center {
  margin-top: 4%;
  margin-bottom: 7%;
}

.div-text.text-center {
  color: var(--hintergrund);
  margin-top: 5%;
}

.section {
  color: var(--hintergrund);
  justify-content: center;
  align-items: center;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 500;
  display: flex;
}

.section.hide {
  display: none;
}

.link {
  color: var(--hintergrund);
}

.link:hover {
  color: var(--black);
}

.divider {
  background-color: #43785a;
  width: 70%;
  max-width: 300px;
  height: 2px;
  margin: 40px auto;
}

.button {
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  transition: background-color .12s ease-in-out;
}

.button:hover {
  background-color: #7d4b95;
}

.slide {
  background-image: url('../images/2022-06_Olives-Bistrorante_Corporate_ID-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._04 {
  background-image: url('../images/SVEDIX-payment-solutions.webp');
  background-position: 55%;
  background-size: cover;
  background-attachment: fixed;
}

.slide._01 {
  background-image: url('../images/pecus-finance_badhomburg.jpg');
  background-size: cover;
}

.slide._02 {
  background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0128.jpg');
}

.slide._03 {
  background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0141.jpg');
}

.slider {
  background-color: var(--hintergrund);
  width: 100%;
  height: 100vh;
}

.logo {
  min-width: 25%;
  max-width: 520px;
  margin: 43px auto 0%;
  display: block;
}

.div-block {
  margin-top: 21px;
  margin-bottom: 80px;
}

.container {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 3%;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 500;
  display: flex;
}

.container.max-600 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  min-height: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.div-50 {
  width: 50%;
  height: 100vh;
  overflow: auto;
}

.div-50.image {
  width: 45vw;
  overflow: clip;
}

.div-50.content {
  color: var(--hintergrund);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  padding: 5% 4%;
  font-family: Lato, sans-serif;
  display: flex;
  overflow: scroll;
}

.image.cover {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.image.cover.cover-left {
  object-position: 0% 50%;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  opacity: 1;
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.btn-primary.white {
  color: #14123a;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #fff;
  background-color: #4d4d63;
}

.btn-primary.pd-0px {
  padding: 0;
}

.btn-primary.pd-0px.contact-form-btn {
  margin-top: 16px;
}

.btn-primary.width-100 {
  transform-style: preserve-3d;
  display: block;
}

.btn-primary.width-100:hover {
  transform: scale3d(.99, .99, 1.01);
}

.btn-primary.width-100.contact-form-btn {
  padding-left: 44px;
  padding-right: 44px;
}

.display-2 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.container-default {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.shape-3d.cta-v2---03 {
  max-width: 32%;
  margin-bottom: -19%;
  bottom: 0%;
  left: 20%;
}

.position-absolute.shape-3d.cta-v2---02 {
  max-width: 35%;
  margin-top: -12%;
  top: 0%;
  right: -5%;
}

.position-absolute.shape-3d.teams-01 {
  max-width: 35%;
  top: -14%;
  right: -16.5%;
}

.position-absolute.shape-3d.teams-02 {
  max-width: 30%;
  bottom: 4%;
  left: -14%;
}

.position-absolute.shape-3d.card-contact-form {
  max-width: 55%;
  margin-bottom: -30%;
  margin-right: -23%;
  bottom: 0%;
  right: 0%;
}

.position-absolute.over-image.teams-03 {
  max-width: 34%;
  bottom: -48px;
  left: 41%;
}

.position-absolute.over-image.teams-02 {
  max-width: 34%;
  top: 221px;
  right: -51px;
}

.position-absolute.over-image.teams-01 {
  max-width: 34%;
  top: 134px;
  left: -135px;
}

.position-absolute.top {
  inset: 0% 0% auto;
}

.position-absolute.full {
  inset: 0%;
}

.position-absolute.full.btn-primary-bg {
  background-image: linear-gradient(to right, #27a4ff, #3354ff 28%, #7433ff 50%, #f64abb 79%, #ff7c33);
}

.position-absolute.contact-bg {
  background-image: url('../images/gradient-02-darkbit-template.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 36px;
  width: 657px;
  inset: -77px auto 193px 148px;
}

.inner-container.cta-v2 {
  align-items: center;
  width: 49%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inner-container._533px {
  perspective: 1000px;
  max-width: 533px;
}

.inner-container._295px {
  max-width: 295px;
}

.inner-container._41px {
  max-width: 41px;
}

.inner-container._867px {
  max-width: 867px;
}

.inner-container._1050px {
  max-width: 1050px;
}

.inner-container._706px {
  max-width: 706px;
}

.inner-container._29px {
  max-width: 29px;
}

.inner-container._318px {
  max-width: 318px;
}

.inner-container._500px {
  max-width: 500px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.card-contact-link-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.grid-2-columns.contact {
  grid-template-columns: .65fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.buttons-row {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.buttons-row.center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

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

.position-relative.teams {
  padding-top: 73px;
  padding-left: 79px;
  padding-right: 56px;
}

.position-relative.z-index-2 {
  z-index: 2;
}

.text-no-wrap {
  white-space: nowrap;
}

.card {
  background-color: #29284d;
  border-radius: 28px;
  overflow: hidden;
}

.card.cta-v2 {
  background-image: url('../images/gradient-01-darkbit-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 186px 54px;
  position: relative;
}

.card.link-card {
  color: #c3c3d0;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: block;
}

.card.link-card:hover {
  opacity: 1;
  color: #c3c3d0;
  background-color: #323244;
  transform: scale3d(.99, .99, 1.01);
}

.card.link-card.card-contact-link {
  border-radius: 16px;
  padding: 24px 25px;
}

.card.contact {
  flex-direction: column;
  justify-content: center;
  min-height: 742px;
  padding: 80px 75px;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.cta-v2 {
  border-top: 1px solid #ffffff1f;
  border-bottom: 1px solid #ffffff1f;
  border-left: 1px solid #ffffff1f;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  width: 100%;
  position: absolute;
  inset: 80px 0%;
}

.image-wrapper.over-image {
  border: 1px solid #ffffff1f;
  box-shadow: 0 12px 44px #00000054;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

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

.mg-bottom-50px {
  margin-bottom: 50px;
}

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

.mg-bottom-135px {
  margin-bottom: 135px;
}

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

.mg-top-56px {
  margin-top: 56px;
}

.mg-bottom-34px {
  margin-bottom: 34px;
}

.success-message {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-weight: 500;
}

.line-rounded-icon.success-message-check {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #27a4ff, #3354ff 20%, #7433ff 50%, #f64abb 80%, #ff7c33);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1em;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 600;
}

.text-area {
  color: #fff;
  background-color: #4d4d63;
  border: 0 solid #000;
  border-radius: 22px;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  padding: 24px;
  font-size: 18px;
  transition: background-color .3s, color .3s;
  box-shadow: 0 2px 12px #00000014;
}

.text-area:hover {
  background-color: #4d4d6380;
}

.text-area:focus {
  color: #fff;
  background-color: #4d4d6380;
}

.text-area::placeholder {
  color: #e4e4ed;
}

.display-1 {
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  line-height: 1.093em;
}

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

.message-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

.input {
  color: #fff;
  background-color: #4d4d63;
  border: 0 solid #000;
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: background-color .3s, color .3s;
  box-shadow: 0 2px 12px #00000014;
}

.input:hover {
  background-color: #4d4d6380;
}

.input:focus {
  color: #fff;
  background-color: #4d4d6380;
}

.input::placeholder {
  color: #e4e4ed;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.error-message {
  color: #ff5a65;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.body {
  border: 1px solid var(--white);
  background-color: var(--hintergrund);
  font-family: Futuranow;
}

.heading {
  color: var(--white);
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1.3em;
}

.color {
  color: var(--hintergrund);
  margin-top: 14px;
  display: block;
}

.small {
  color: var(--hintergrund);
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Futuranow;
  font-size: 14px;
}

.paragraph {
  color: var(--hintergrund);
  margin-top: 5%;
  margin-bottom: 10px;
  font-family: Futura Now;
}

.text-span {
  margin-top: 14px;
  display: inline-block;
}

.paragraph-2 {
  color: var(--hintergrund);
  font-family: Futuranow;
}

.link-2 {
  color: var(--white);
  font-family: Asap Expanded, Verdana, sans-serif;
}

.link-3 {
  color: var(--hintergrund);
}

.bold-text, .bold-text-2 {
  font-family: Futura Now;
}

.heading-4 {
  font-family: Futura Now;
  font-weight: 700;
}

.text-block {
  color: var(--hintergrund);
  font-family: Futura Now;
}

.text-block.div-text {
  color: var(--hintergrund);
  font-size: 18px;
  line-height: 28px;
}

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

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

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

.text-wrapper {
  text-align: center;
  margin-top: 9%;
  margin-bottom: -1%;
}

.text-wrapper.second {
  margin-bottom: 24%;
}

.flex-wrapper-centered {
  grid-column-gap: 3.2em;
  grid-row-gap: 3.2em;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 6%;
  display: flex;
}

.logo-wrapper {
  box-shadow: none;
  color: var(--white);
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 108px;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: transform .2s;
  display: flex;
}

.logo-wrapper:hover {
  transform: scale(1.07);
}

.body-2 {
  color: var(--hintergrund);
}

.subline {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.image-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-5 {
  margin-bottom: 20px;
}

.p {
  text-align: left;
  font-family: Futura Now;
  font-size: 1.3em;
  font-weight: 400;
}

.content-wrapper {
  width: 75%;
  max-width: 1440px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 500;
}

.nav-link {
  color: #f8f4ee;
  padding-top: .6em;
  padding-bottom: .7em;
  padding-left: 30px;
  font-size: 1.4em;
  display: block;
}

.nav-link:hover {
  background-color: #2a448b;
}

.nav-link.w--current {
  color: #202840;
  background-color: #e2d7c5;
}

.nav-link.back {
  background-color: var(--hintergrund);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding: .8em 28px;
  font-family: Futuranow;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav-link.back:hover {
  background-color: var(--links);
  color: var(--white);
  padding-left: 45px;
  padding-right: 48px;
}

.nav-link.back.w--current {
  background-color: var(--links);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 700;
}

.nav-link.back {
  background-color: var(--hintergrund);
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding: 1em 28px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav-link.back:hover {
  color: var(--hintergrund);
  background-color: #bfff00;
  padding-left: 45px;
  padding-right: 48px;
}

.nav-link.back.w--current {
  color: var(--hintergrund);
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-link.back.w--current:hover {
  color: var(--hintergrund);
}

.image-12 {
  color: var(--hintergrund);
  margin-right: 13px;
}

.text-block-3 {
  color: var(--hintergrund);
  padding-top: 3px;
  font-size: .9em;
  line-height: 1.1em;
}

.text-block-3:hover {
  color: #fff;
}

.code-embed {
  text-align: left;
  margin-bottom: 60px;
  text-decoration: none;
}

.div-block-4 {
  text-decoration: none;
}

.left {
  color: var(--white);
  text-align: left;
}

.embed-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

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

.body-3 {
  background-color: var(--hintergrund);
}

.heading-7 {
  color: var(--links);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-7.h2-2 {
  color: var(--white);
  font-weight: 500;
}

.paragraph-4 {
  margin-bottom: 3%;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.paragraph-4.paragraph-h1 {
  margin-top: 25px;
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.heading-8 {
  margin-top: 0;
  padding-top: 0;
}

.text-field {
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: var(--links);
  color: var(--hintergrund);
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 700;
}

.text-block-4 {
  font-family: Asap Expanded, Verdana, sans-serif;
  font-weight: 700;
}

.colored {
  color: var(--links);
  font-weight: 700;
}

.div-block-6 {
  min-height: 50px;
}

.link-5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.link-5:hover {
  color: var(--links);
}

.link-5.mail {
  font-size: 1.1em;
}

.colored-dark {
  color: var(--x);
}

.paragraph-7 {
  font-size: 1em;
}

.paragraph-7.nomargin {
  margin: -5px 7px 0 9px;
  font-size: .8em;
}

.inline {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  display: flex;
}

.image-14 {
  margin-right: 13px;
}

.text-block-5 {
  padding-top: 3px;
  font-size: .9em;
  line-height: 1.1em;
}

.textlink {
  color: var(--white);
  margin: 0 9px;
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-7 {
  margin-top: 5%;
  margin-bottom: 20%;
}

.e-maillink {
  color: var(--white);
  font-family: Asap Expanded, Verdana, sans-serif;
  font-size: 1.2em;
}

.div-block-8 {
  margin-left: 6px;
  margin-right: 6px;
}

.paragraph-8 {
  margin-bottom: 5px;
}

.link-6 {
  font-family: Lato, sans-serif;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fff;
    font-size: 18px;
  }

  h1 {
    color: var(--hintergrund);
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 600;
    line-height: 1.1em;
  }

  h2 {
    font-family: Asap Expanded, Verdana, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
  }

  h3 {
    font-family: Futura Now;
    font-size: 1.3em;
    font-weight: 700;
  }

  h4 {
    font-family: Futura Now;
    font-size: 1.1em;
    font-weight: 700;
  }

  p {
    color: var(--white);
    font-size: 1.1em;
    line-height: 1.4em;
  }

  a {
    color: var(--white);
  }

  a:hover {
    color: var(--links);
  }

  li {
    margin-bottom: 8px;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  strong {
    color: var(--white);
  }

  .div-text.position-botttom.text-center {
    margin-top: 5%;
  }

  .slide._04 {
    background-image: url('../images/Street-at-night.png');
    background-position: 55%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .slide._02 {
    background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0128.jpg');
  }

  .slide._03 {
    background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0141.jpg');
  }

  .logo {
    text-align: center;
    max-width: 400px;
  }

  .container.max-600 {
    min-height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-50.image {
    width: 50%;
  }

  .div-50.content {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding-bottom: 4%;
    position: relative;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .small {
    margin-top: 90px;
    font-size: 1em;
  }

  .heading-3 {
    font-size: 3.5em;
  }

  .bold-text-3 {
    font-family: Futura Now;
    font-weight: 700;
  }

  .text-wrapper {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
  }

  .flex-wrapper-centered {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 6%;
    display: flex;
  }

  .logo-wrapper {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 108px;
    display: flex;
  }

  .subline {
    font-size: 1.4em;
  }

  .image-2 {
    inset: 0% 0% auto auto;
  }

  .nav-link.back.w--current {
    color: var(--hintergrund);
  }

  .heading-7 {
    font-size: 3.4em;
  }

  .paragraph-4 {
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 1.2em;
  }

  .paragraph-4.paragraph-h1 {
    color: var(--white);
    font-size: 1.4em;
  }

  .paragraph-5 {
    margin-bottom: -31px;
    font-size: 1.2em;
  }

  .link-4 {
    color: var(--white);
  }

  .heading-8 {
    font-family: Asap Expanded, Verdana, sans-serif;
    font-size: 1.8em;
  }

  .link-block-33 {
    text-align: center;
  }

  .link-block-34 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .textlink {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1920px) {
  a {
    color: var(--white);
  }

  .slide._04 {
    background-image: url('../images/Street-at-night.png');
    background-position: 55% 60%;
  }

  .logo {
    max-width: 600px;
  }

  .container.max-600 {
    min-height: auto;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .small {
    margin-top: 155px;
    font-size: 1.3em;
  }

  .heading-3 {
    font-size: 3.5em;
  }

  .subline {
    margin-top: 20px;
    font-size: 1.8em;
  }

  .image-2 {
    max-width: 120%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .heading-7 {
    font-size: 4.3em;
  }

  .paragraph-4 {
    font-size: 1.6em;
  }

  .paragraph-4.paragraph-h1 {
    color: var(--white);
    font-size: 1.8em;
  }

  .paragraph-5 {
    font-size: 1.6em;
  }

  .heading-8 {
    margin-top: 30px;
    font-size: 2.2em;
  }

  .textlink {
    margin-top: 20px;
    font-size: 1.8em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }

  .div-text.position-botttom.text-center {
    margin-top: 1%;
    margin-bottom: 0%;
  }

  .section {
    flex-flow: column;
  }

  .slide._04 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .slider {
    height: 100%;
  }

  .logo {
    margin-top: 40px;
    margin-bottom: 0%;
  }

  .container.max-600 {
    height: auto;
    overflow: visible;
  }

  .div-50.image {
    width: 100%;
    height: 70vh;
  }

  .div-50.content {
    width: 100%;
    height: auto;
    overflow: clip;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .display-2 {
    font-size: 45px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 40%;
    margin-bottom: -31%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    max-width: 53%;
    margin-top: -22%;
    right: -10%;
  }

  .position-absolute.shape-3d.teams-01 {
    max-width: 36%;
    display: none;
  }

  .position-absolute.shape-3d.teams-02 {
    max-width: 33%;
    display: none;
    bottom: -5%;
  }

  .position-absolute.shape-3d.card-contact-form {
    margin-bottom: -38%;
    margin-right: -15%;
  }

  .position-absolute.over-image.teams-02 {
    right: -16px;
  }

  .position-absolute.over-image.teams-01 {
    left: -13px;
  }

  .position-absolute.contact-bg {
    width: 100%;
    top: -45px;
    bottom: 160px;
    left: 100px;
  }

  .inner-container.cta-v2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 54px;
    position: static;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .grid-2-columns.cta-v2 {
    grid-template-columns: 1fr;
    margin-left: 54px;
    margin-right: 54px;
  }

  .grid-2-columns.card-contact-link-grid {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact {
    grid-column-gap: 28px;
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .position-relative.teams {
    padding-top: 61px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.cta-v2 {
    padding: 80px 0 0;
  }

  .card.link-card.card-contact-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.contact {
    min-height: 738px;
  }

  .image-wrapper.cta-v2 {
    position: static;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 18px;
  }

  .mg-bottom-135px {
    margin-bottom: 113px;
  }

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

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .display-1 {
    font-size: 72px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading {
    font-size: 2.8em;
    line-height: 1.2em;
  }

  .image-2 {
    inset: 0% 0% auto auto;
  }

  .nav-link {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-family: Futura Now;
    font-weight: 700;
  }

  a {
    word-break: break-all;
  }

  .section {
    flex-direction: column;
    display: block;
  }

  .link {
    text-decoration: underline;
  }

  .slide._04 {
    background-position: 50%;
  }

  .slider {
    height: 100%;
  }

  .logo {
    margin-bottom: 0%;
  }

  .container.max-600 {
    padding-bottom: 0%;
  }

  .div-50.image {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .div-50.content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 0;
    overflow: visible;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .btn-primary.pd-0px.contact-form-btn {
    margin-top: 0;
  }

  .display-2 {
    font-size: 34px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 53%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    margin-top: -26%;
  }

  .position-absolute.over-image.teams-03 {
    bottom: -6%;
  }

  .position-absolute.over-image.teams-02 {
    top: 32%;
  }

  .position-absolute.over-image.teams-01 {
    top: 20%;
  }

  .position-absolute.contact-bg {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    top: -36px;
    bottom: 133px;
    left: 83px;
  }

  .inner-container.cta-v2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 34px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

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

  .grid-2-columns.cta-v2 {
    margin-left: 34px;
    margin-right: 34px;
  }

  .grid-2-columns.contact {
    grid-column-gap: 28px;
    grid-row-gap: 80px;
  }

  .grid-2-columns.form {
    grid-row-gap: 28px;
  }

  .position-relative.teams {
    padding-top: 51px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .card {
    border-radius: 20px;
  }

  .card.cta-v2 {
    padding-top: 70px;
  }

  .card.link-card.card-contact-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.contact {
    min-height: 917px;
    padding: 66px 34px;
  }

  .image-wrapper.cta-v2 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .image-wrapper.border-radius-32px {
    border-radius: 25px;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 11px;
  }

  .image-wrapper.border-radius-28px {
    border-radius: 20px;
  }

  .mg-bottom-50px {
    margin-bottom: 40px;
  }

  .mg-bottom-135px {
    margin-bottom: 94px;
  }

  .grid-3-columns, .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .text-center---mbl {
    text-align: center;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-area {
    border-radius: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .display-1 {
    font-size: 46px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.color-neutral-500.text-size-14px---tablet {
    font-size: 14px;
  }

  .input {
    min-height: 65px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .heading {
    font-size: 2.2em;
  }

  .flex-wrapper-centered {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .subline {
    font-size: 1.1em;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .content-wrapper {
    width: 88%;
  }

  .nav-link {
    color: #f8f4ee;
    padding-left: 1.3em;
    padding-right: 1em;
  }

  .textlink {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }

  h1 {
    text-align: left;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  h2 {
    text-align: left;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  h3 {
    text-align: left;
    font-size: 1.2em;
    line-height: 25px;
  }

  h4 {
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Asap Expanded, Verdana, sans-serif;
    font-size: .8em;
    line-height: 20px;
  }

  p {
    text-align: center;
    font-size: .8em;
  }

  li {
    margin-top: 10px;
    font-size: .8em;
    line-height: 1.5em;
  }

  .section {
    text-align: center;
  }

  .slide._04 {
    background-image: url('../images/Street-at-night.png');
    background-position: 50%;
  }

  .logo {
    min-width: 240px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10%;
  }

  .container.max-600 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .div-50.content {
    text-align: center;
    padding: 17% 5% 0;
  }

  .btn-primary {
    width: 100%;
    padding: 20px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .btn-primary.pd-0px.contact-form-btn {
    margin-top: 0;
  }

  .display-2 {
    font-size: 29px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 67%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    max-width: 70%;
    margin-top: -39%;
    display: none;
    right: -33%;
  }

  .position-absolute.shape-3d.card-contact-form {
    margin-bottom: -44%;
    margin-right: -23%;
    display: none;
  }

  .position-absolute.over-image.teams-02 {
    top: 42%;
  }

  .position-absolute.over-image.teams-01 {
    top: 27%;
  }

  .position-absolute.contact-bg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    top: -26px;
    bottom: 100px;
    left: 40px;
  }

  .inner-container.cta-v2 {
    padding-left: 23px;
  }

  .grid-2-columns.cta-v2 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .grid-2-columns.contact {
    grid-column-gap: 28px;
    grid-row-gap: 70px;
  }

  .buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .position-relative.teams {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.cta-v2 {
    border-radius: 20px;
    padding-top: 60px;
  }

  .card.contact {
    min-height: 890px;
    padding: 55px 23px;
  }

  .image-wrapper.border-radius-32px {
    border-radius: 20px;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 6px;
  }

  .image-wrapper.border-radius-28px.shadow.border-01 {
    border-radius: 15px;
  }

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

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

  .display-1 {
    font-size: 35px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr;
  }

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

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .heading {
    text-align: center;
  }

  .small {
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .paragraph, .bold-text {
    text-align: center;
  }

  .subline {
    text-align: center;
    font-size: 1.1em;
  }

  .image-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .content-wrapper {
    padding-top: 0%;
  }

  .nav-link {
    padding-left: 1em;
    font-size: 1.7rem;
    display: block;
  }

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

  .paragraph-4 {
    text-align: center;
  }

  .paragraph-6 {
    font-size: .8em;
  }

  .link-block {
    margin-top: 3px;
  }

  .link-block-2, .link-block-3 {
    margin-top: 7px;
  }

  .link-block-4, .link-block-5 {
    margin-top: 11px;
  }

  .link-block-6, .link-block-7 {
    margin-top: 12px;
  }

  .link-block-8, .link-block-9 {
    margin-top: 15px;
  }

  .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
    margin-top: 18px;
  }

  .link-block-20, .link-block-21, .link-block-22, .link-block-23 {
    margin-top: 17px;
  }

  .link-block-24, .link-block-25, .link-block-26, .link-block-27 {
    margin-top: 18px;
  }

  .link-block-28, .link-block-29, .link-block-30 {
    margin-top: 19px;
  }

  .link-block-31, .link-block-32 {
    margin-top: 20px;
  }

  .heading-9 {
    font-size: 1.2em;
  }

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

  .paragraph-7 {
    text-align: center;
  }

  .textlink {
    text-align: center;
    font-size: 1.1em;
  }
}


@font-face {
  font-family: 'Asap Expanded';
  src: url('../fonts/Asap_Expanded-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Asap Expanded';
  src: url('../fonts/Asap_Expanded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}