:root {
  --white: white;
  --black: black;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 32px 24px;
  width: 80%;
  max-width: 500px;
  border-radius: 1rem;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.review-container {
  font-family: Helvetica Neue, Helvetica, Arial, "sans-serif";
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
  margin: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.review-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.review {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding: 0px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  white-space: normal;
	margin-top: 25px;
		margin-right: 25px;
		margin-bottom: 0px; /* Set bottom margin to 0 */
		margin-left: 25px;
}
.star-rating {
  margin-bottom: 7px;
  display: flex; /* Maak dit een flex container */
  justify-content: space-between; /* Ruimte gelijkmatig verdelen */
  align-items: center; /* Centreer items verticaal */
  width: 100%; /* Gebruik de volledige breedte */
}
.star-rating img {
  width: 100px; /* Set a fixed width for the star images */
}
.review h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px; /* Ensure spacing between elements */
}
.review p {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.review p strong {
  display: block; /* Make the reviewer's name on a new line */
  font-size: .9rem;
  margin-top: 10px; /* Add spacing above the reviewer's name */
  
  font-weight: normal;
}

.date {
  color: #696a6a; /* Grijs */
  font-size: 0.9rem; /* Lettergrootte aanpassen */
}

.zero-link-style {
  color: black !important;
}

.all-reviews-link {
	display: block;
	font-size: .8rem;
	text-align: center;
	margin-bottom: 20px;
	color: #a6b1bf !important;
}

.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;
}

a {
  text-decoration: underline;
}

.image-link {
  position: relative;
  display: inline-block; /* Zorgt ervoor dat de link net zo groot is als de afbeelding */
}

.fancybox__container {
  z-index: 999999 !important;
}

.fancybox__content {
  aspect-ratio: 9 / 16 !important;

}

.play-icon {
  position: absolute;
  top: 50%;  /* Centreert verticaal */
  left: 50%; /* Centreert horizontaal */
  transform: translate(-50%, -50%); /* Nauwkeurige centrering van het icoon */
  height: 100px; /* Aanpassen op basis van gewenste grootte */
  width: 100px;  /* Aanpassen op basis van gewenste grootte */
  animation: zoomInOut 2s infinite; /* Roept de animatie op, met een duur van 2 seconden, oneindig herhalend */
  opacity: 0.5;
}

.corner-icon {
  position: absolute;
  bottom: 10px;  /* 10px van de onderkant */
  left: 10px;    /* 10px van de linkerzijde */
  width: 30px;   /* Stel breedte in */
  height: auto;  /* Behoud aspect ratio */
}

@keyframes zoomInOut {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); /* Begin en eind met normale grootte */
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1); /* Zoomt in naar 110% van de normale grootte in het midden van de animatie */
  }
}


.invalidlink {
  display: none;
}

.hamburger-only {
  display: none;
}

.div-block-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.features-metrics-copy {
  background-color: #f1e7f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 50px;
  position: relative;
}

.features-metrics-copy.blue {
  background-color: #daf3f6;
  background-image: linear-gradient(rgba(218, 243, 246, .98), rgba(218, 243, 246, .98)), var(--image-341e3a33);
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.blog68_heading {
  flex: 1;
}

.blog68_title-wrapper {
  margin-bottom: .5rem;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_blog68 {
  overflow: hidden;
}

.blog68_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog68_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog68_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog68_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

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

.blog68_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog68_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.blog68_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 8rem;
  position: relative;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog68_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog68_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog68_button-row.show-mobile-landscape {
  display: none;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.slide68_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide68_arrow.left {
  right: 4rem;
}

.blog68_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.collection-item {
  margin-bottom: 50px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  column-rule-color: #e93434;
  column-rule-style: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 43px;
  display: block;
}

.image-8 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.image-8.on-paghe {
  margin-bottom: 50px;
  border-radius: 1rem;
}

.rich-text-block-2 {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.blog68_heading {
  margin-right: 3rem;
}

.padding-section-large-3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blog68_mask {
  width: 50%;
}

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

.blog68_button-row {
  flex: none;
}

.blog68_heading-wrapper {
  grid-column-gap: 3rem;
}


.faq6_question.blog {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  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 {
  float: left;
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.nav-link.sub {
  font-size: .8rem;
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

.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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

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

.features-list.collab {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #000;
  text-transform: none;
  background-color: #ffdb00;
  border-radius: .5rem;
  padding: 12px 25px;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.button-primary.chat {
  margin-right: 15px;
}

.navbar-logo-center {
  z-index: 999;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.text-span {
  text-align: center;
  font-size: 9px;
}

.html-embed {
  height: 30px;
}

.hero-heading-left {
  background-color: #fdefbf;
  background-image: linear-gradient(rgba(253, 239, 191, .98), rgba(253, 239, 191, .98)), url('../images/Water.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
  border-bottom: 1px #e4ebf3;
  padding: 25px 30px;
}

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

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

.hero-split {
  /* max-width: 46%; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.hero-split.with-bullets {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.shadow-two {
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two.lock {
  height: 120px;
}

.heading {
  margin-top: 0;
  font-family: NieNummer, sans-serif;
  font-weight: 400;
}

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

.heading.no-margin.white {
  color: #fff;
}

.heading.with-typer {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.margin-bottom--20px {
  margin-bottom: -20px;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall.list-check {
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  margin-right: 5px;
}

.list-item {
  margin-bottom: 10px;
  display: flex;
}

.list-item.pricing-feature-list-item {
  margin-bottom: 20px;
}

.list-item.bordered {
  background-color: #fff;
  border-radius: .5rem;
  padding: 3px 10px;
}

.list-item.left {
  justify-content: flex-end;
}

.list-item.privacyfirst {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.text-block {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.text-block.pricing-feature-list-item.paysafe {
  font-size: .8rem;
  text-align: center;
  max-width: 200px;
}

.text-block.bordered {
  width: 100%;
  color: #000;
  background-color: #daf3f6;
  border-radius: .5rem;
  align-self: flex-start;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: .9rem;
}

.text-block.centered {
  line-height: 1.5rem;
}

.approx-exterioresnie {
  margin-top: 5px;
  font-family: NieNummer, sans-serif;
}

.approx-exterioresnie.disclaimer {
  font-size: 13px;
  font-weight: 400;
}

.icon-embed-xsmall {
  width: 1.2rem;
  height: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.live {
  width: .7rem;
  height: .8rem;
  color: #15ad24;
  margin-top: 8px;
  margin-right: 4px;
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-list {
  border-bottom: 1px solid #e4ebf3;
  
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list.green {
  background-color: #def7db;
  background-image: linear-gradient(#def7db, #fff);
}

.features-list.grey {
  background-color: #FAEEC2;
}

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

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-left.fixed-top {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.features-left.totalwidth {
  max-width: 80%;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: NieNummer, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: grid;
}

.features-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 16px;
}

.heading-2 {
  font-family: NieNummer, sans-serif;
  font-size: 30px;
}

.paragraph {
  float: left;
  align-self: center;
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.paragraph.top {
  margin-bottom: 20px;
}

.paragraph.right {
  text-align: left;
}

.paragraph.right.small {
  font-size: .9rem;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: NieNummer, sans-serif;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NieNummer, sans-serif;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: NieNummer, sans-serif;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.pricing-comparison {
  background-color: #daf3f6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 0 150px -50px rgba(255, 219, 0, .52);
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: NieNummer, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-family: NieNummer, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: NieNummer, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 30px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  padding-right: 20px;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: NieNummer, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.list {
  float: right;
  padding-left: 0;
  position: relative;
  top: -108px;
  left: 53px;
}

.text-block-2 {
  position: relative;
}

.pointer {
  height: 22px;
  object-fit: contain;
  margin-right: 7px;
}

.pointer._2 {
  width: 20px;
  height: 40px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-39deg);
}

.image {
  width: 100px;
  margin-top: -50px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block {
  min-width: 1px;
  position: relative;
  top: 300px;
  right: 29px;
}

.inside-image {
  min-width: 300px;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

.image-2 {
  width: 100px;
  position: relative;
  top: -30px;
  right: 313px;
}

._3 {
  width: 120px;
  position: relative;
  top: 443px;
  left: -470px;
}

.arrow {
  width: 50px;
  margin-left: -60px;
  position: absolute;
  transform: rotate(-180deg);
}

.arrow.tablet {
  display: none;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  width: 200px;
  height: 280px;
  object-fit: cover;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.check {
  width: 20px;
  height: 22px;
  object-fit: contain;
  margin-right: 7px;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image-2 {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-family: NieNummer, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-block-two.hidden-small {
  align-self: center;
}

.footer-title {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  margin-bottom: 20px;
  font-family: NieNummer, sans-serif;
}

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

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

.link {
  color: #333;
}

.link-toch{
  display: none;
    color: #333;
  }

.image-2-copy {
  width: 150px;
  position: relative;
  transform: rotate(12deg);
}

.from-tablet {
  display: none;
}

.image-3 {
  width: 100px;
  margin-top: -50px;
  position: absolute;
}

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

.text-size-medium.text-weight-bold {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.faq6_accordion {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  color: #333;
}


.faq6_answer.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}


.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1.5rem;
  display: flex;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_icon-wrapper {
  width: 2rem;
  justify-content: flex-end;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.paragraph-2 {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.div-block-2 {
  max-width: 46%;
  margin-left: 1.5rem;
}

.image-4 {
  width: 80px;
  align-self: center;
  margin-top: 60px;
  transform: rotate(7deg);
}

.pricing26_row-content {
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing26_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing26_tab-link {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1.5rem;
}

.pricing26_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.text-weight-bold {
  font-weight: 700;
}

.pricing26_top-row-content {
  height: 100%;
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  display: flex;
}

.margin-vertical, .margin-vertical.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.pricing26_heading-row {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing26_tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing26_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.pricing26_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing26_plans {
  width: 100%;
}

.pricing26_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.pricing26_tabs-menu {
  align-self: center;
  margin-bottom: 5rem;
  display: flex;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field-2::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

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

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

.payment-success {
  background-color: #def7db;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.payment-success.thumb {
  background-image: none;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph-3 {
  font-family: NieNummer, sans-serif;
}

.rich-text-block {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.blue {
  background-color: #206f8b;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.blue.thumb {
  background-image: none;
}

.arrow-copy {
  width: 50px;
  position: relative;
  top: -40px;
  left: -65px;
  transform: rotate(-180deg);
}

.arrow-copy.tablet {
  display: none;
}

.video {
  width: 100px;
}

.image-2-copy, .thumber {
  width: 100px;
  position: relative;
  top: 0;
  right: 147px;
  transform: none;
}

.hero-wrapper-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-copy {
  max-width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-split-copy.with-bullets {
  flex-direction: row;
}

.text-block-copy {
  text-align: center;
  flex: 1;
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.text-block-copy.bordered {
  width: 100%;
  clear: right;
  color: #fff;
  background-color: #ad1519;
  border-radius: .5rem;
  padding: 5px 12px;
}

.text-block-copy.centered {
  line-height: 1.5rem;
}

.thank-you-page {
  background-color: #def7db;
  background-image: linear-gradient(rgba(222, 247, 219, .98), rgba(222, 247, 219, .98)), url('../images/Water.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.thank-you-page.verify {
  padding-top: 60px;
  padding-bottom: 55px;
}

._3-copy {
  width: 120px;
  position: relative;
  top: 461px;
  left: -226px;
  transform: rotate(15deg);
}

.features-metrics {
  background-color: #f1e7f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 50px;
  position: relative;
}

.features-metrics.blue {
  background-color: #daf3f6;
  background-image: linear-gradient(rgba(218, 243, 246, .98), rgba(218, 243, 246, .98)), url('../images/Water.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
}

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

.features-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.features-block.privacy {
  border: 1px solid #000;
  border-radius: 1rem;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features-block.privacy.other {
  margin-top: 0;
}

.features-block.questions {
  border: 1px solid #000;
  border-radius: 1rem;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

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

.feature-image {
  margin-bottom: 20px;
}

.feature-image.small, .form_checkbox-label {
  margin-bottom: 0;
}

.form_field-wrapper {
  position: relative;
}

.form_radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-vertical, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.form_radio-label {
  margin-bottom: 0;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.contact2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.container-small {
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  text-align: left;
  background-color: rgba(255, 222, 222, 0);
  margin-top: 1.5rem;
  padding: 0 1rem .875rem 0;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-text {
  color: #e23939;
}

.form_input {
  height: auto;
  min-height: 2.75rem;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border: 1px solid #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::-ms-input-placeholder {
  color: #000;
}

.form_input::placeholder {
  color: #000;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-select-input {
  background-image: none;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form13_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form13_block {
  margin-bottom: 0;
}

.multi-form13_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form13_radio.is-radio-icon {
  padding-left: .5rem;
}

.multi-form13_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form13_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-primary-1\>);
  color: var(--\<unknown\|relume-variable-color-primary-2\>);
}

.section_multi-form13 {
  position: relative;
}

.multi-form13_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.multi-form13_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form13_radio-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.multi-form13_radio-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.multi-form13_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.multi-form13_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.multi-form13_radio-letter {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.multi-form13_progress-divider {
  height: 1px;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-form13_progress {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.multi-form13_progress.completed, .multi-form13_progress.progress-current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.multi-form13_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.multi-form13_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form13_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.multi-form13_progress-wrapper {
  width: 100%;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form13_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.navbar-brand-2 {
  margin-right: 20px;
}

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

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.typed-words {
  font-family: NieNummer, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.typed-words.no-margin {
  margin-top: 0;
}

.typed-words.no-margin.white {
  color: #fff;
}

.div-block-4 {
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.typed-words-mobile {
  min-height: 40px;
  min-width: 200px;
  margin-bottom: 20px;
  font-family: NieNummer, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.typed-words-mobile.no-margin {
  margin-top: 0;
}

.typed-words-mobile.no-margin.white {
  color: #fff;
}

.image-5 {
  align-self: flex-end;
  margin-top: -89px;
  margin-left: 322px;
  display: inline-block;
  position: absolute;
}

.div-block-5 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -2%;
  right: -6%;
  transform: rotate(15deg);
  z-index: 10;
}

.div-block-5-copy {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: -2%;
  right: -10%;
  z-index: 10;
}

.div-block-5-copy-copy {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -2%;
  left: -10%;
  z-index: 10;
}

.superscript {
  font-size: 20px;
  font-weight: 400;
}

.approx-exterioresnie-copy {
  margin-top: 5px;
  font-family: NieNummer, sans-serif;
}

.approx-exterioresnie-copy.disclaimer {
  font-size: 13px;
  font-weight: 400;
}

.image-6 {
  width: 130px;
}

.privacy {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.list-2 {
  margin-bottom: 0;
}

.html-embed-2 {
  margin-top: 20px;
  font-family: NieNummer, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  display: none;
}

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

.contact-modal6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-modal6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-3col-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-3col-copy-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-split-copy-copy {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-split-copy-copy.with-bullets {
  flex-direction: row;
}

.blue-copy {
  background-color: #206f8b;
  background-image: linear-gradient(rgba(32, 111, 139, .89), rgba(32, 111, 139, .89)), url('../images/Water.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.blue-copy.thumb {
  background-image: none;
}

.div-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

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

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.thank-you-page .weglot-container {
  display: none !important;
}

.wg-default {
  display: none !important;
}

.nametag {
  width: 150px;
}


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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.sub {
    float: none;
  }

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

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

  .menu-button {
    padding: 12px 12px 12px 0;
  }

  .menu-button.w--open {
    pointer-events: auto;
    color: #fff;
    background-color: #fff;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* .container {
    max-width: 729px;
  } */

  .thank-you-page .weglot-container {
    display: none !important;
  }

  .wg-default {
    display: none !important;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 76px;
  }

  .nav-menu-three {
    max-width: 728px;
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-block.hide-from-tablet {
    display: none;
  }

  .hero-heading-left {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    align-self: flex-start;
  }

  .hero-split.with-bullets {
    flex: 1;
    align-content: space-around;
    margin-bottom: 0;
  }

  .hero-split.text {
    padding-right: 25px;
  }

  .shadow-two {
    height: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    max-height: 900px;
  }

  .shadow-two.thumb {
    height: 18px;
    aspect-ratio: auto;
    object-fit: contain;
    margin-left: 30px;
    display: none;
  }

  .shadow-two.lock {
    max-width: 80px;
    aspect-ratio: auto;
    object-fit: contain;
    margin-left: 30px;
  }

  .approx-exterioresnie {
    display: block;
  }

  .features-list, .features-list.green {
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-left.fixed-top {
    max-width: 40%;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .pricing-comparison {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pricing-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-auto-columns: 1.25fr;
    grid-auto-flow: column;
    justify-items: center;
    display: flex;
  }

  .pricing-card {
    width: 100%;
  }

  .image-2 {
    display: block;
    right: 308px;
  }

  ._3 {
    display: block;
    top: 395px;
    left: -311px;
  }

  .arrow.tablet {
    display: none;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .footer-light {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-2-copy {
    top: 354px;
    right: 342px;
  }

  .from-tablet {
    display: block;
  }

  .button.max-width-full.is-pricing26-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    max-width: 60%;
  }

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing26_top-row-price {
    font-size: 3.25rem;
  }

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

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .payment-success, .blue {
    padding-left: 50px;
    padding-right: 50px;
  }

  .arrow-copy.tablet {
    display: none;
  }

  .image-2-copy, .thumber {
    display: none;
    right: 190px;
  }

  .hero-wrapper-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split-copy {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
  }

  .thank-you-page {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._3-copy {
    display: block;
    top: 395px;
    left: -214px;
  }

  .openmobmenu {
    height: 20px;
  }

  .closemobmenu {
    height: 20px;
    display: none;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

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

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .typed-words-mobile {
    min-width: 405px;
  }

  .div-block-5 {
    bottom: -5%;
    right: -5%;
  }

  .div-block-5-copy, .div-block-5-copy-copy {
    top: -10%;
    right: -5%;
  }

  .approx-exterioresnie-copy {
    display: block;
  }

  .div-block-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-7 {
    margin-bottom: 25px;
  }

  .hero-split-copy-copy {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
  }

  .blue-copy {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

  .nametag {
    width: 180px;
  }

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

  .nav-link {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: 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 rgba(0, 0, 0, .05);
  }

  .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;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

  .hero-heading-left {
    padding: 25px 50px 60px;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .hero-split.text {
    align-self: center;
    margin-top: 30px;
  }

  .shadow-two {
    height: 300px;
    max-height: 100px;
    max-width: 100%;
    min-height: 220px;
    aspect-ratio: 5 / 1;
    object-fit: cover;
  }

  .shadow-two.thumb, .shadow-two.lock {
    height: 60px;
    min-height: 50px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 0% 50%;
    align-self: flex-start;
    margin-left: 0;
  }

  .heading {
    margin-top: 0;
  }

  .text-block.centered.dosc {
    margin-top: 50px;
  }

  .features-list {
    padding: 60px 50px;
  }

  .features-list.green {
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-wrapper-two {
    flex-direction: column;
  }

  .features-left.fixed-top {
    max-width: 100%;
    position: static;
  }

  .features-table, .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pricing-comparison {
    padding: 60px 50px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .image-2 {
    position: absolute;
    top: 133px;
    left: auto;
    right: 29px;
  }

  ._3 {
    display: none;
    top: 117px;
    left: -503px;
  }

  .arrow {
    margin-top: 20px;
    display: block;
  }

  .arrow.tablet {
    display: none;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-light {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-wrapper-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-block-two.hidden-small {
    display: none;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .image-2-copy {
    top: 43px;
    right: 216px;
  }

  .from-tablet {
    display: flex;
  }

 

  .image-3 {
    display: none;
    top: 846.164px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .div-block-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-4 {
    display: none;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first, .pricing26_top-row-content.is-first {
    border-left-style: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .pricing26_feature {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    padding-right: 1rem;
  }

  .pricing26_empty-space {
    display: none;
  }

  .pricing26_tabs-menu {
    margin-bottom: 3rem;
  }

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

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .payment-success, .blue {
    padding: 60px 50px;
  }

  .arrow-copy.tablet {
    display: none;
  }

  .image-2-copy, .thumber {
    left: -59px;
  }

  .hero-wrapper-copy {
    flex-direction: column-reverse;
  }

  .hero-split-copy {
    margin-bottom: 10px;
  }

  .thank-you-page {
    padding: 60px 50px;
  }

  ._3-copy {
    display: block;
    position: absolute;
    top: 111px;
    left: 17px;
    right: auto;
    transform: rotate(-7deg);
  }

  .features-metrics {
    padding: 60px 50px;
  }

  .features-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -40px;
    display: grid;
  }

  .features-wrapper.questions {
    margin-bottom: 0;
    display: block;
  }

  .features-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .features-block.privacy.other {
    background-color: #daf3f6;
  }

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .div-block-5 {
    top: -5%;
    bottom: auto;
    left: -5%;
    right: auto;
    transform: rotate(-15deg);
  }

  .div-block-5-copy-copy {
    left: -10px;
  }

  .image-6 {
    width: 100px;
  }

  .div-block-6 {
    z-index: 999;
    background-color: #fff;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .form_field-3col-copy.is-mobile-1col, .form_field-3col-copy-copy.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .hero-split-copy-copy {
    margin-bottom: 10px;
  }

  .collection-list-2 {
    column-count: 1;
  }

  .blue-copy {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .collection-list-2 {
    column-count: 1;
  }

  .nav-link {
    float: none;
    font-size: 1.1rem;
  }

  .nav-link.sub {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

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

  .menu-button {
    z-index: 9999;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-heading-left {
    padding: 25px;
  }

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

  .hero-split {
    margin-bottom: 0;
  }

  .shadow-two.thumb, .shadow-two.lock {
    margin-bottom: 20px;
  }

  .heading {
    margin-top: 0;
  }

  .heading.no-margin {
    text-align: center;
  }

  .features-list, .features-list.green {
    padding-left: 25px;
    padding-right: 25px;
  }

  .features-left.fixed-top {
    position: static;
  }

  .features-left.totalwidth {
    max-width: 100%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph.right.small.not-on-mobile {
    display: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .pricing-comparison {
    background-color: #daf3f6;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-2 {
    position: absolute;
    top: 123px;
    left: auto;
    right: 40px;
  }

  ._3 {
    width: 100px;
    display: none;
    left: -414px;
  }

  .arrow {
    display: none;
  }

  .arrow.tablet {
    width: 30px;
    margin-top: 0;
    margin-left: -40px;
    padding-top: 15px;
    display: block;
    position: absolute;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .footer-light {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .image-2-copy {
    width: 100px;
    top: 115px;
    right: 183px;
  }

  .from-tablet {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-3 {
    margin-top: 0;
    padding-left: 0;
    display: none;
  }

  .button.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-4 {
    display: none;
  }

  .pricing26_top-row-content {
    padding: 1rem .5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing26_top-row-price {
    font-size: 1.5rem;
  }

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

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .payment-success {
    padding-top: 30px;
  }

  .blue {
    padding: 60px 25px;
  }

  .arrow-copy {
    display: none;
  }

  .arrow-copy.tablet {
    width: 30px;
    display: block;
    position: relative;
    top: 27px;
    left: -35px;
  }

  .image-2-copy, .thumber {
    right: 41px;
  }

  .hero-split-copy {
    text-align: left;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .thank-you-page {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .thank-you-page.verify {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._3-copy {
    width: 100px;
    clear: left;
    display: block;
    position: absolute;
    top: 121px;
    left: 26px;
    right: auto;
  }

  .features-metrics {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .features-wrapper {
    display: flex;
  }

  .features-wrapper.verify {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .form_field-2col {
    flex-direction: column;
    display: flex;
  }

  .multi-form13_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    display: grid;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

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

  .div-block-4 {
    display: block;
  }

  .typed-words-mobile {
    min-width: 200px;
    margin-top: 20px;
  }

  .body {
    min-width: 320px;
  }

  .div-block-5 {
    top: -10%;
  }

  .div-block-5-copy {
    right: -5%;
  }

  .bold-text {
    text-align: left;
  }

  .div-block-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form_field-3col-copy {
    flex-direction: column;
    display: flex;
  }

  .form_field-3col-copy-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-split-copy-copy {
    text-align: left;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .blue-copy {
    padding: 60px 25px;
  }
}

#w-node-c8d2b0a8-dbd2-bca5-27f0-5ab8a0bf942b-a0bf9428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca0c61d6-6b23-93f5-db6b-41cc96df4d9a-a0bf9428 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-c8d2b0a8-dbd2-bca5-27f0-5ab8a0bf9448-a0bf9428, #w-node-c8d2b0a8-dbd2-bca5-27f0-5ab8a0bf9471-a0bf9428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8d2b0a8-dbd2-bca5-27f0-5ab8a0bf949c-a0bf9428 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: center;
}

#w-node-_69300893-21fb-781a-3f4b-1d53b47bd56a-cf7cc98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05a4f41-c492-52b4-746a-f8d7ec00fc18-cf7cc98a {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-ca0c61d6-6b23-93f5-db6b-41cc96df4d9a-a0bf9428, #w-node-_619d05cc-d6c8-08d3-4898-5f3436d55935-34f4da3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b47539af-4341-12d7-fbec-7ebd791b93be-cf7cc98a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

#w-node-_69300893-21fb-781a-3f4b-1d53b47bd56a-94c5990b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05a4f41-c492-52b4-746a-f8d7ec00fc18-94c5990b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-ca0c61d6-6b23-93f5-db6b-41cc96df4d9a-a0bf9428, #w-node-_619d05cc-d6c8-08d3-4898-5f3436d55935-94c5990d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .link-toch{
    display: block;
      color: #333;
    }
  }
  


@media screen and (max-width: 479px) {
  #w-node-b47539af-4341-12d7-fbec-7ebd791b93be-94c5990b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-only {
    display: block;
  }
}




@font-face {
  font-family: 'NieNummer';
  src: url('../fonts/neuefreigeist-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NieNummer';
  src: url('../fonts/neuefreigeist-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NieNummer';
  src: url('../fonts/neuefreigeist-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.mobile-language-selector {
  display: none;
}

@media screen and (max-width: 900px) {

.mobile-language-selector {
  text-align: right;
  z-index: 9999;
  position: relative;
  padding-right: 40px;
  margin-bottom: -20px;
  display: block;
}
}

@media screen and (max-width: 479px) {
  .mobile-language-selector {
    text-align: right;
    z-index: 9999;
    position: relative;
    padding-right: 11px;
    margin-bottom: -20px;
    display: block;
  }
}