@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

body {
  min-height: 100vh;
}

button {
  border: none;
  outline: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
@media screen and (max-width: 1179px) {
  html,
  body {
    scroll-padding-top: 75px;
  }
}

button,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

/* Normalize for Wordpress*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

input[type=search] {
  padding: 3px 5px;
  border: 1px solid #000;
  outline: none;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2.5em 0 3.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  /* flex-shrink: 0; */
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* video */
figure.wp-block-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

figure.wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* fix */
.newsfeed-item img.attachment-post-thumbnail.size-post-thumbnail {
  aspect-ratio: 16/9;
}

.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

/* 
* MAIN STYLES 
*/
.fixed body {
  overflow: hidden;
}

.fixed:after {
  opacity: 0.2;
  visibility: visible;
  transition: all 0.3s ease;
}

html {
  margin-top: 0 !important;
}

html:after {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

:root {
  --mainFont: 'Montserrat';
  --orange: #F55321;
  --aimsblau: #0F597B;
  --schwarz: #4C4C4C;
  --black: #0F172A;
  --textcolor: #000;
}

body {
  position: relative;
  font-family: var(--mainFont);
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  color: var(--textcolor);
  background: #fff;
  min-width: 375px;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.main-wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

[class*=__container] {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}

h1 {
  font-size: 84px;
  line-height: 87px;
  font-weight: bold;
}
@media screen and (max-width: 1179px) {
  h1 {
    font-size: 35px;
    line-height: 41px;
  }
}

h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 55px;
}
h2 p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1179px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
  h2 p {
    font-size: inherit;
    line-height: inherit;
  }
}

h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 1179px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (max-width: 1179px) {
  h4 {
    font-size: 18px;
    line-height: 39px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1179px) {
  h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 1179px) {
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1179px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  p.is-empty {
    display: none;
  }
}

hr {
  height: 1px;
  border: none;
  background: #000;
  margin: 40px 0;
}

ol,
ul {
  font-size: inherit;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  ol,
  ul {
    font-size: 16px;
    line-height: 22px;
  }
  ol li,
  ul li {
    margin-bottom: 5px;
  }
  ol li:last-child,
  ul li:last-child {
    margin-bottom: 0;
  }
}

blockquote,
blockquote.wp-block-quote {
  overflow-wrap: break-word;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
blockquote p,
blockquote.wp-block-quote p {
  font-weight: normal;
  font-size: 28px;
  line-height: 41px;
  color: #000;
}
blockquote cite,
blockquote em,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote em {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 1179px) {
  blockquote p,
  blockquote.wp-block-quote p {
    font-size: 20px;
    line-height: 30px;
  }
  blockquote cite,
  blockquote em,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote em {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  blockquote p,
  blockquote.wp-block-quote p {
    font-size: 16px;
    line-height: 26px;
  }
  blockquote cite,
  blockquote em,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote em {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
  outline: 0;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 5px 14px;
  width: 100%;
  background-position: center right 14px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: all 0.25s ease-in;
}

input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #707173;
}

input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #707173;
}

input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #707173;
}

input[type=date]:focus-within,
input[type=datetime-local]:focus-within,
input[type=email]:focus-within,
input[type=month]:focus-within,
input[type=number]:focus-within,
input[type=password]:focus-within,
input[type=search]:focus-within,
input[type=tel]:focus-within,
input[type=text]:focus-within,
input[type=time]:focus-within,
input[type=url]:focus-within,
textarea:focus-within {
  border-color: var(--orange);
  transition: all 0.25s ease-in;
}

input[type=date]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=month]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=time]:-webkit-autofill,
input[type=url]:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #eef1f5 !important;
  -webkit-box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=date]:-moz-autofill,
input[type=datetime-local]:-moz-autofill,
input[type=email]:-moz-autofill,
input[type=month]:-moz-autofill,
input[type=number]:-moz-autofill,
input[type=password]:-moz-autofill,
input[type=search]:-moz-autofill,
input[type=tel]:-moz-autofill,
input[type=text]:-moz-autofill,
input[type=time]:-moz-autofill,
input[type=url]:-moz-autofill,
textarea:-moz-autofill {
  box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  -moz-box-shadow: 0 0 0 1000px #eef1f5 inset !important;
  background-color: #eef1f5 !important;
}

@media screen and (max-width: 1179px) {
  input[type=date],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
textarea {
  resize: none;
}

.site-indent {
  display: none;
}

/* 
* BUTTONS
*/
.button-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 7.5px 7.5px 7.5px 27px;
  background-color: var(--orange);
  border-radius: 50px;
  outline: 1px solid var(--orange);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.button-primary::after {
  position: relative;
  font-family: "icons";
  content: "\e900";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 10px;
  color: #03045E;
  margin-left: 12px;
  flex-shrink: 0;
}
.button-primary.large {
  padding: 17px 54px;
}
.button-primary.phone-icon::after {
  content: "\e905";
  font-size: 15px;
}
@media (any-hover: hover) {
  .button-primary:hover {
    background-color: #fff;
    color: var(--orange);
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (max-width: 1179px) {
  .button-primary {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }
  .button-primary::after {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button-primary {
    padding: 8px 8px 8px 18px;
  }
}

.button-primary.button-primary--grey {
  background-color: var(--highlight);
  color: var(--white);
}

@media (any-hover: hover) {
  .button-primary.button-primary--grey:hover {
    color: var(--white);
    background-color: var(--pink);
    transition: all 0.3s ease-in-out;
  }
}
.button-primary.button-primary--small {
  font-size: 15px;
  padding: 10px 4px;
}

.button-primary.button-primary--small::after {
  display: none;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: #f6f6f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0iI0UyMDA3QSIvPgo8L3N2Zz4K);
  transition: background-color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .button-link:hover {
    background-color: var(--highlight);
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDI2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zNTM2IDQuMzUzNTVDMjUuNTQ4OCA0LjE1ODI5IDI1LjU0ODggMy44NDE3MSAyNS4zNTM2IDMuNjQ2NDVMMjIuMTcxNiAwLjQ2NDQ2NkMyMS45NzYzIDAuMjY5MjA0IDIxLjY1OTcgMC4yNjkyMDQgMjEuNDY0NSAwLjQ2NDQ2NkMyMS4yNjkyIDAuNjU5NzI4IDIxLjI2OTIgMC45NzYzMTEgMjEuNDY0NSAxLjE3MTU3TDI0LjI5MjkgNEwyMS40NjQ1IDYuODI4NDNDMjEuMjY5MiA3LjAyMzY5IDIxLjI2OTIgNy4zNDAyNyAyMS40NjQ1IDcuNTM1NTNDMjEuNjU5NyA3LjczMDggMjEuOTc2MyA3LjczMDggMjIuMTcxNiA3LjUzNTUzTDI1LjM1MzYgNC4zNTM1NVpNMCA0LjVIMjVWMy41SDBWNC41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  }
}
.button-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--orange);
  padding: 7.5px 7.5px 7.5px 27px;
  background-color: #fff;
  border-radius: 50px;
  outline: 1px solid var(--orange);
  outline-offset: -1px;
  border: none;
  justify-content: space-between;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.button-outline::after {
  position: relative;
  font-family: "icons";
  content: "\e900";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--orange);
  font-size: 10px;
  color: #fff;
  margin-left: 12px;
  flex-shrink: 0;
}
.button-outline.large {
  padding: 17px 54px;
}
@media (any-hover: hover) {
  .button-outline:hover {
    background-color: var(--orange);
    color: #fff;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .button-outline:hover::after {
    background-color: #fff;
    color: var(--orange);
  }
}
@media screen and (max-width: 1179px) {
  .button-outline {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.kein-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: var(--hellgrau);
}

@media screen and (max-width: 1365px) {
  header.site-header .button-primary {
    min-height: 66px;
  }
}
/*
* HERO SECTION
*/
.hero {
  position: relative;
  width: 100%;
  z-index: 0;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 265px;
}
.hero .hero-wrapper {
  background: url(../img/qtd-hero.webp), linear-gradient(90deg, #f3f9fa, transparent);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .hero-wrapper .hero__description {
  margin-bottom: 60px;
  text-align: center;
}
.hero .hero-wrapper .hero__description p {
  font-size: 84px;
  line-height: 87px;
  font-weight: bold;
  color: #3A3A3A;
}
.hero .hero-wrapper .hero__description p strong {
  color: #669FB3;
  font-weight: bold;
}
@media screen and (max-width: 1179px) {
  .hero .hero-wrapper .hero__description p {
    font-size: 35px;
    line-height: 41px;
  }
}
.hero .hero-wrapper__container {
  padding-top: 160px;
}
.hero .hero-wrapper .hero-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hero .hero-wrapper .hero-media {
  position: relative;
  max-width: 686px;
  width: 100%;
  margin-bottom: -130px;
}
.hero .hero-wrapper .hero__leftside {
  width: 100%;
  max-width: 180px;
  font-size: 32px;
  line-height: 62px;
  font-weight: 500;
}
.hero .hero-wrapper .hero__rightside {
  position: relative;
  margin-left: -100px;
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 36px;
}
.hero .hero-wrapper .hero__title h1 {
  text-align: left;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}
@media screen and (max-width: 1179px) {
  .hero {
    margin-bottom: 80px;
  }
  .hero .hero-wrapper {
    margin-bottom: 100px;
    background-position: left center;
  }
  .hero .hero-wrapper__container {
    padding-top: 120px;
  }
  .hero .hero-wrapper .hero__description {
    margin-bottom: 20px;
  }
  .hero .hero-wrapper .hero__leftside {
    font-size: 20px;
    line-height: 32px;
    order: 0;
    text-align: center;
  }
  .hero .hero-wrapper .hero-media {
    order: 1;
    max-width: 380px;
    margin-bottom: -80px;
  }
  .hero .hero-wrapper .hero-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .hero .hero-wrapper .hero__rightside {
    margin-left: 0;
    gap: 20px;
    order: -1;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 660px;
  }
  .hero .hero-wrapper .hero__title h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .hero .hero-wrapper .hero-info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .hero-wrapper__container {
    padding-top: 80px;
  }
  .hero .hero-wrapper .hero__description {
    margin-bottom: 20px;
  }
  .hero .hero-wrapper .hero__description p {
    font-size: 30px;
    line-height: 36px;
  }
  .hero .hero-wrapper .hero__leftside {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .hero-wrapper .hero-media {
    margin-bottom: -70px;
  }
  .hero .hero-wrapper .hero__rightside {
    gap: 20px;
  }
  .hero .hero-wrapper .hero__title h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .hero .hero-wrapper .hero-info {
    gap: 14px;
  }
}
@media screen and (max-width: 520px) {
  .hero .hero-wrapper {
    margin-bottom: 70px;
  }
  .hero .hero-wrapper .hero-media {
    max-width: 280px;
    margin-bottom: -50px;
  }
  .hero .hero-wrapper__container {
    padding-top: 80px;
  }
  .hero .hero-wrapper .hero__description p {
    font-size: 30px;
    line-height: 36px;
  }
}

.trust {
  position: relative;
  margin-top: -52px;
}
.trust .trust__inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
}
.trust picture.trust__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust picture.trust__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trust .trust__inner-list {
  display: flex;
  gap: 12px;
}
.trust .trust__inner-list picture.trust__image {
  border: 1px solid #CAB9A2;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  min-width: 80px;
  max-width: 120px;
  width: 100%;
}
.trust .trust__inner-list .trust__item {
  border: 1px solid #CAB9A2;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  min-width: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 148px;
  width: 100%;
}
.trust .trust__inner-list .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal][data-pid=beadaa5637b167932b363503aef] a.ti-header:hover {
  background-color: #fff !important;
}
.trust .trust__inner-list .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-header {
  padding: 0 !important;
  display: flex;
}
.trust .trust__inner-list .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container {
  margin: 0 !important;
  width: auto !important;
  display: flex;
}
.trust .trust__inner-list .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] {
  display: flex;
}
.trust .trust__inner-list .trust__item .trust__codebox {
  display: flex;
}
@media screen and (max-width: 1179px) {
  .trust {
    margin-top: 0;
  }
  .trust .trust__inner {
    justify-content: center;
  }
}

/*
* PAGE HEADING
*/
.pageheading {
  position: relative;
  display: flex;
  background-image: url(../img/pageheading-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 160px;
  padding-top: 166px;
  padding-bottom: 62px;
  min-height: 662px;
}
.pageheading h1 span.title-primary {
  display: block;
  margin-bottom: 42px;
  letter-spacing: -1.52px;
}
.pageheading h1 span.title-secondary {
  display: block;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  max-width: 864px;
}
.pageheading .section-bage {
  margin-bottom: 20px;
}
.pageheading .pageheading__container {
  display: flex;
  position: relative;
}
.pageheading .pageheading__base {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pageheading .trust {
  position: absolute;
  top: 89%;
  max-width: 1310px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.pageheading .trust__inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.pageheading .trust__inner-col {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.pageheading picture.trust__image {
  border: 1px solid #0F597B;
  border-radius: 10px;
  overflow: hidden;
}
.pageheading .trust__item {
  border: 1px solid #0F597B;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  min-width: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(126px, 9.6vw, 182px);
}
.pageheading .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal][data-pid=beadaa5637b167932b363503aef] a.ti-header:hover {
  background-color: #fff !important;
}
.pageheading .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-header {
  padding: 0 !important;
  display: flex;
}
.pageheading .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container {
  margin: 0 !important;
  width: auto !important;
  display: flex;
}
.pageheading .trust__item .ti-widget[data-layout-id="56"][data-set-id=light-minimal] {
  display: flex;
}
.pageheading .trust__item .trust__codebox {
  display: flex;
}

.pageheading__base-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  max-width: 640px;
  width: 100%;
}

/*
* LOGOS LIST
*/
.logos {
  margin-bottom: 90px;
  margin-top: 110px;
}
.logos .logos__heading {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  color: #3A3A3A;
}
.logos .swiper.logos__slider .swiper-wrapper {
  align-items: center;
}
.logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logos .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logos__info {
  max-width: 870px;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .logos {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
/*
* PARTNERS
*/
.partners {
  margin-top: 110px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1179px) {
  .partners {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.partners__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.partners__partnercard {
  display: flex;
  align-items: center;
  flex: 1 320px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid var(--aimsblau);
  overflow: hidden;
}
.partners__partnercard-image {
  max-width: 320px;
  width: 100%;
  height: 100%;
  flex: 1 320px;
}
.partners__partnercard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.partners__partnercard-content {
  padding: 12px 20px 26px 30px;
  height: 100%;
  flex: 1 280px;
}
.partners__partnercard-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.partners__partnercard-info p {
  font-size: 18px;
  line-height: 32px;
  color: #3A3A3A;
}
@media screen and (max-width: 1280px) {
  .partners__partnercard {
    flex-direction: column;
  }
  .partners__partnercard .partners__partnercard-image {
    max-width: 100%;
    max-height: 320px;
    overflow: hidden;
  }
  .partners__partnercard .partners__partnercard-image img {
    -o-object-position: center;
       object-position: center;
  }
  .partners__partnercard .partners__partnercard-content {
    padding: 20px 10px;
  }
  .partners__partnercard .partners__partnercard-logo {
    margin-bottom: 30px;
    justify-content: center;
  }
}

/*
* CERTIFICATE HELP
*/
.certificatehelp {
  margin-top: 150px;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: rgba(40, 178, 209, 0.04);
}
.certificatehelp .section-title {
  color: var(--aimsblau);
  margin-bottom: 88px;
}

.certificatehelp-steplist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(344px, 1fr));
  gap: 90px 130px;
  background-image: url(../img/help-pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.certificatehelp__content {
  max-width: 1240px;
  margin: auto;
}

.certificatehelp-step {
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.certificatehelp-step__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.certificatehelp-step__heading-text p {
  display: inline-block;
}
.certificatehelp-step__heading-logo {
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #CAB9A2;
  max-width: 94px;
  width: 100%;
  background-color: #fff;
}
.certificatehelp-step__heading-logo .ti-widget-container {
  margin: 0 !important;
}
.certificatehelp-step__heading-logo a.ti-header.ti-header-grid.source-Google {
  padding: 0px 10px !important;
}
.certificatehelp-step__number {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau), 0px 0px 1px var(--aimsblau);
}
.certificatehelp-step__title {
  font-weight: 600;
  font-size: 27px;
  line-height: normal;
  color: var(--aimsblau);
}
.certificatehelp-step__desc {
  font-size: 18px;
  line-height: 32px;
  color: var(--aimsblau);
}
.certificatehelp-step__content {
  background-color: #fff;
  padding: 34px 27px 32px 15px;
  border: 1px solid var(--aimsblau);
  border-radius: 13px;
  overflow: hidden;
  opacity: 0.8;
}
.certificatehelp-step__content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.certificatehelp-step__content ul {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
}
.certificatehelp-step__content ul li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.certificatehelp-step__content ul li::before {
  font-family: "icons";
  content: "\e901";
  color: #34C759;
  font-size: 9.5px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #D4FADD;
}
.certificatehelp-step:nth-child(even) {
  flex-direction: column-reverse;
}

.certificatehelp__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}

@media screen and (max-width: 1179px) {
  .certificatehelp {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .certificatehelp .section-title {
    margin-bottom: 30px;
  }
  .certificatehelp-steplist {
    gap: 60px;
  }
  .certificatehelp-step {
    gap: 14px;
  }
  .certificatehelp-step__heading {
    gap: 14px;
  }
  .certificatehelp-step__number {
    font-size: 45px;
  }
  .certificatehelp-step__title {
    font-size: 22px;
  }
  .certificatehelp-step__desc {
    font-size: 16px;
    line-height: 26px;
  }
  .certificatehelp-step__content {
    padding: 34px 27px 32px 15px;
  }
  .certificatehelp-step__content p {
    font-size: 16px;
    line-height: 26px;
  }
  .certificatehelp-step__content ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .certificatehelp__foot {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .certificatehelp-step__desc {
    width: 100%;
  }
  .certificatehelp-step:nth-child(even) {
    flex-direction: column;
  }
}
/*
*  BIOTEXT
*/
.biotext {
  margin-top: 100px;
  margin-bottom: 200px;
}

.biotext__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.biotext__content-title {
  text-align: right;
  flex: 1 320px;
}

.biotext__content-text {
  color: #333333;
}

/*
* STEPSBOX
*/
.stepsbox {
  margin-bottom: 120px;
}

.stepsbox__heading {
  text-align: center;
  margin-bottom: 80px;
  color: #3A3A3A;
}

.stepsbox__description {
  margin-bottom: 40px;
}

.stepsbox__content {
  display: flex;
  gap: 30px;
}

.stepsbox__step {
  position: relative;
  display: flex;
  max-width: 250px;
  width: 100%;
  gap: 14px;
  flex-direction: column;
  justify-content: space-evenly;
}
.stepsbox__step:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.stepsbox__step:nth-child(even) .stepsbox__step-inner::after {
  top: 37px;
}
.stepsbox__step:last-child .stepsbox__step-inner::after {
  display: none;
}

.stepsbox__step-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  padding: 20px 12px 30px 18px;
  outline: 3px solid var(--aimsblau);
  outline-offset: -3px;
  min-height: 178px;
}
.stepsbox__step-inner::after {
  content: "";
  position: absolute;
  top: 17px;
  right: -73px;
  width: 116px;
  height: 115px;
  background-image: url(../img/steppattern.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.stepbox__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.stepsbox__step-title {
  color: var(--aimsblau);
  text-align: center;
  hyphens: auto;
}

.stepsbox__step-text {
  color: var(--schwarz);
}

.stepsbox__step-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.stepsbox__step-list li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  padding-left: 32px;
}
.stepsbox__step-list li::before {
  font-family: "icons";
  content: "\e901";
  color: #34C759;
  font-size: 9.5px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #D4FADD;
}

.steps__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 76px;
}

@media screen and (max-width: 1179px) {
  .stepsbox {
    margin-bottom: 60px;
  }
  .stepsbox__heading {
    margin-bottom: 30px;
  }
  .stepsbox__content {
    flex-wrap: wrap;
    gap: 30px 18px;
  }
  .stepsbox__step {
    flex: 1 280px;
    max-width: 100%;
  }
  .stepsbox__step:nth-child(even) {
    flex-direction: column;
  }
  .stepsbox__step:nth-child(even) .stepsbox__step-inner::after {
    display: none;
  }
  .stepsbox__step-inner {
    margin-top: auto;
  }
  .steps__foot {
    margin-top: 30px;
  }
}
/*
* TEXTBILD
*/
.textbild {
  position: relative;
  padding-top: 68px;
  padding-bottom: 10px;
  background-color: rgba(40, 178, 209, 0.04);
  overflow: hidden;
  z-index: 0;
}
.textbild .textbild__heading {
  max-width: 1140px;
  margin: 0 auto 150px auto;
  text-align: center;
}
.textbild .textbild__heading h2 {
  margin-bottom: 20px;
  color: #3A3A3A;
}
.textbild .textbild__heading p {
  font-size: 18px;
  font-weight: 32px;
}
.textbild .textbild__foot.textbild__foot-mobile {
  display: none;
}
.textbild .textbild__text ul {
  list-style: none;
  padding: 0;
}
.textbild .textbild__text ul li {
  position: relative;
  padding-left: 36px;
}
.textbild .textbild__text ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 2px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDBDMTAuNDI4OCAwIDcuOTE1NDMgMC43NjI0MzYgNS43Nzc1OSAyLjE5MDg5QzMuNjM5NzUgMy42MTkzNSAxLjk3MzUxIDUuNjQ5NjcgMC45ODk1NzIgOC4wMjUxMUMwLjAwNTYzMjcyIDEwLjQwMDYgLTAuMjUxODExIDEzLjAxNDQgMC4yNDk3OTcgMTUuNTM2MkMwLjc1MTQwNSAxOC4wNTc5IDEuOTg5NTMgMjAuMzc0MyAzLjgwNzYyIDIyLjE5MjRDNS42MjU3IDI0LjAxMDUgNy45NDIwOCAyNS4yNDg2IDEwLjQ2MzggMjUuNzUwMkMxMi45ODU2IDI2LjI1MTggMTUuNTk5NCAyNS45OTQ0IDE3Ljk3NDkgMjUuMDEwNEMyMC4zNTAzIDI0LjAyNjUgMjIuMzgwNiAyMi4zNjAyIDIzLjgwOTEgMjAuMjIyNEMyNS4yMzc2IDE4LjA4NDYgMjYgMTUuNTcxMiAyNiAxM0MyNiA5LjU1MjE4IDI0LjYzMDQgNi4yNDU1OCAyMi4xOTI0IDMuODA3NjFDMTkuNzU0NCAxLjM2OTY0IDE2LjQ0NzggMCAxMyAwWk0xOS4xMSA5LjMzMTExTDEyLjY5NjcgMTguMjI4OUMxMi41MDU2IDE4LjQ4NjggMTIuMjI2OCAxOC42NjU5IDExLjkxMjkgMTguNzMyNEMxMS41OTg5IDE4Ljc5ODkgMTEuMjcxNCAxOC43NDgzIDEwLjk5MjIgMTguNTlMNy4zMDg4OSAxNi40Mzc4QzcuMDEwMDggMTYuMjU3NyA2Ljc5NTA0IDE1Ljk2NjMgNi43MTEwNiAxNS42Mjc3QzYuNjI3MDkgMTUuMjg5MSA2LjY4MTA2IDE0LjkzMSA2Ljg2MTExIDE0LjYzMjJDNy4wNDExNyAxNC4zMzM0IDcuMzMyNTUgMTQuMTE4NCA3LjY3MTE1IDE0LjAzNDRDOC4wMDk3NiAxMy45NTA0IDguMzY3ODYgMTQuMDA0NCA4LjY2NjY3IDE0LjE4NDRMMTEuMjgxMSAxNS43NDQ0TDE3LjA1ODkgNy44MTQ0NEMxNy4yNzMzIDcuNTk5NjIgMTcuNTU2MiA3LjQ2NjYgMTcuODU4NCA3LjQzODQ1QzE4LjE2MDYgNy40MTAzIDE4LjQ2MzIgNy40ODg3OCAxOC43MTM2IDcuNjYwMzFDMTguOTY0IDcuODMxODMgMTkuMTQ2NSA4LjA4NTU3IDE5LjIyOTUgOC4zNzc1NEMxOS4zMTI0IDguNjY5NTIgMTkuMjkwNiA4Ljk4MTMxIDE5LjE2NzggOS4yNTg4OUwxOS4xMSA5LjMzMTExWiIgZmlsbD0iIzM0Qzc1OSIvPgo8L3N2Zz4K");
}
.textbild.textbild-type1 .textbild__col:first-child {
  background-image: url(../img/pattern-6.svg);
  background-size: auto;
  background-position: left bottom 60px;
  background-repeat: no-repeat;
}
.textbild.textbild-type1 .textbild__col-grid {
  gap: 20px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image {
  transition: transform 0.12s ease-in-out;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image:hover {
  cursor: pointer;
  transform: scale(1.5);
  z-index: 10;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image img {
  border-radius: 8px;
  overflow: hidden;
}
.textbild.textbild-type1 .textbild__col-grid .textbild__image:nth-child(n+7) {
  transform-origin: 50% 250%;
}
.textbild.textbild-type2 {
  padding-top: 60px;
  padding-bottom: 90px;
  margin-bottom: 140px;
  padding-right: 100px;
  padding-left: 100px;
}
.textbild.textbild-type2 .textbild__heading {
  max-width: 100%;
  margin: 0 0 90px 0;
  text-align: left;
}
.textbild.textbild-type2 .textbild__col {
  background-image: none !important;
}
.textbild.textbild-type2 .textbild__container {
  position: relative;
}
.textbild.textbild-type2 .textbild__container::after {
  position: absolute;
  content: "";
  right: -90px;
  bottom: 5px;
  width: 525px;
  height: 590px;
  background-image: url(../img/pattern-4.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.textbild.textbild-type2 .textbild__wrapper {
  gap: 26px;
}
.textbild.textbild-type2:before {
  top: 0;
}
.textbild.textbild-type2 .textbild__col:nth-child(2) {
  position: relative;
  margin-bottom: 0;
}
.textbild.textbild-type2 .textbild__foot {
  max-width: 920px;
  width: 100%;
  justify-content: center;
  margin-top: 80px;
  gap: 20px;
  flex-wrap: wrap;
}
.textbild.textbild-type2 .textbild__image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1435px) {
  .textbild.textbild-type2 .textbild__container::after {
    bottom: 10px;
    width: 425px;
    background-size: contain;
  }
}
@media screen and (max-width: 1280px) {
  .textbild.textbild-type2 {
    padding-left: 0;
    padding-right: 0;
  }
  .textbild.textbild-type2 .textbild__container::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .textbild.textbild-type2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .textbild.textbild-type2 .textbild__title {
    margin-bottom: 30px;
  }
  .textbild.textbild-type2 .textbild__text ul li:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 1px;
  }
  .textbild.textbild-type2 .textbild__text ul {
    margin-bottom: 20px;
  }
  .textbild.textbild-type2 .textbild__text ul li {
    padding-left: 26px;
  }
  .textbild.textbild-type2 .textbild__wrapper {
    padding-bottom: 0;
  }
  .textbild.textbild-type2 .textbild__foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .textbild .textbild__title {
    margin-bottom: 30px;
  }
  .textbild .textbild__text p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  .textbild .textbild__col {
    flex: auto;
  }
}

.textbild__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.textbild__col {
  flex: 1 315px;
}

.section-bage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 16px 18px 16px;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  color: #040404;
  border-radius: 20px;
  overflow: hidden;
  background: #F9C269;
  background: linear-gradient(180deg, rgb(249, 194, 105) 26%, rgba(252, 221, 172, 0.56) 69%, rgb(255, 255, 255) 100%);
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .section-bage {
    font-size: 18px;
    padding: 10px 13px 15px 13px;
    margin-bottom: 20px;
  }
}
.textbild__title {
  margin-bottom: 55px;
}

.textbild__text p {
  color: #000;
}
.textbild__text p strong {
  color: #000;
  font-weight: bold;
}

.textbild__foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 90px;
  gap: 20px;
  flex-wrap: wrap;
}

.textbild__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.textbild__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1179px) {
  .textbild .textbild__heading {
    margin: 0 auto 50px auto;
  }
  .textbild.textbild-type2 .textbild__heading {
    margin: 0 0 50px 0;
  }
  .textbild.textbild-type2 .textbild__foot {
    max-width: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .textbild.textbild-type1::before {
    display: none;
  }
  .textbild.textbild-type1 .textbild__col:first-child {
    padding-bottom: 50px;
    background-position: left bottom 50px;
  }
}
@media screen and (max-width: 1024px) {
  .textbild__wrapper {
    padding-bottom: 50px;
  }
  .textbild.textbild-type1 .textbild__col:first-child {
    padding-bottom: 0;
    background-position: left bottom;
  }
  .textbild.textbild-type1 .textbild__col:nth-child(2) {
    margin-bottom: 0;
  }
  .textbild.textbild-type1 .textbild__col-grid {
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .textbild__title {
    margin-bottom: 30px;
  }
  .textbild__text p {
    margin-bottom: 30px;
  }
  .textbild__text p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .textbild.textbild-type1 .textbild__col:first-child {
    background-image: none;
  }
  .textbild.textbild-type1 .textbild__col:first-child .textbild__foot {
    display: none;
  }
  .textbild .textbild__foot.textbild__foot-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .textbild__wrapper {
    flex-direction: column;
  }
}
/*
* IMAGEBAMNNER 
*/
.imagebanner {
  max-height: 510px;
  overflow: hidden;
}

/*
* FREEEDITOR
*/
.block {
  margin-top: 150px;
  margin-bottom: 50px;
}
.block h2 {
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 82px;
}
.block h2 strong {
  font-weight: 500;
  color: var(--aimsblau);
}

/*
* STEPSBOX-BANNER
*/
.stepsbox-banner {
  margin-bottom: 170px;
  margin-top: 160px;
}

.stepsbox-banner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.stepsbox-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 320px;
  -o-object-position: left;
     object-position: left;
}

.stepsbox-banner__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 18px 37px 18px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0F597B;
  margin-top: -150px;
  background-image: url(../img/pattern.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.stepsbox-banner__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  text-align: center;
  color: #fff;
  z-index: 0;
  gap: 30px;
}
.stepsbox-banner__step::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  transform-origin: 0 0;
  z-index: -1;
}
.stepsbox-banner__step:last-child::after {
  display: none;
}
.stepsbox-banner__step:nth-child(odd) {
  margin-top: 40px;
}
.stepsbox-banner__step:nth-child(odd)::after {
  transform: rotate(-7deg);
}
.stepsbox-banner__step:nth-child(even)::after {
  transform: rotate(7deg);
}

.stepsbox-banner__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #0f597b;
}

.stepsbox-banner__step-text {
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 1200px) {
  .stepsbox-banner__step::after {
    transition: transform 0.5s ease-in-out;
  }
  .stepsbox-banner__step:nth-child(even)::after {
    transform: rotate(5deg);
  }
  .stepsbox-banner__step:nth-child(odd)::after {
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 1024px) {
  .stepsbox-banner {
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .stepsbox-banner__content {
    padding: 15px 18px 15px 18px;
    margin-top: -80px;
  }
  .stepsbox-banner__step:nth-child(odd) {
    margin-top: 20px;
  }
  .stepsbox-banner__step-text {
    font-size: 16px;
    line-height: 20px;
  }
  .stepsbox-banner__step {
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .stepsbox-banner__step::after {
    display: none;
  }
  .stepsbox-banner__step:nth-child(odd) {
    margin: 0;
  }
  .stepsbox-banner__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 30px 10px;
  }
  .stepsbox-banner__step-text {
    font-size: 14px;
    line-height: 18px;
  }
}
/*
* TEXTVIDEO
*/
/*
* TEXTBILD3
*/
.textbild3 {
  margin-bottom: 180px;
}

.textbild3__container-xl {
  max-width: 1440px;
}

.textbild3__wrapper {
  position: relative;
  display: flex;
  align-self: flex-start;
  gap: 46px;
  flex-wrap: wrap;
}

.textbild3__col:first-child {
  max-width: 614px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.textbild3__col {
  flex: 1 320px;
}

picture.textbild3__col {
  display: flex;
  padding-left: 56px;
  background-image: url(../img/textbild3-pattern.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 74px;
  padding-right: 40px;
}
picture.textbild3__col img {
  width: 100%;
  max-height: 385px;
  max-width: 590px;
  border-radius: 10px;
  overflow: hidden;
}

.textbild3__title {
  margin-bottom: 55px;
}

.textbild3__text {
  margin-bottom: 70px;
}
.textbild3__text p strong {
  font-weight: bold;
}

.textbild3__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}

@media screen and (max-width: 1055px) {
  .textvideo__col:nth-child(2) {
    background-image: none;
    padding-right: 0;
    padding-bottom: 0;
    transition: padding 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .textvideo {
    margin-bottom: 100px;
  }
  h2.textvideo__title {
    margin-bottom: 30px;
  }
  .textvideo__text p {
    margin-bottom: 20px;
  }
  .textvideo__text p:last-child {
    margin-bottom: 0;
  }
  .textvideo__wrapper {
    gap: 18px;
  }
  .textvideo__col:first-child {
    padding: 18px;
  }
}
@media screen and (max-width: 820px) {
  .textvideo__wrapper {
    gap: 18px;
    flex-direction: column;
  }
  .textvideo__col:first-child {
    flex: auto;
  }
  .textvideo__col video {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
/*
* GOOGLE REVIEWS
*/
.googlereviews {
  margin-top: 130px;
  margin-bottom: 130px;
}
.googlereviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
.googlereviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  border-width: 2px !important;
  border-color: #0F597B !important;
}
.googlereviews .ti-widget.ti-goog .ti-controls .ti-next,
.googlereviews .ti-widget.ti-goog .ti-controls .ti-prev {
  outline-color: #E5E6E8 !important;
}

.googlereviews__container {
  max-width: 1310px;
}

.googlereviews .section-title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1179px) {
  .googlereviews {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .googlereviews .section-title {
    margin-bottom: 30px;
  }
}
/*
* ABOUT BLOCK
*/
.aboutblock {
  margin-top: 165px;
  margin-bottom: 200px;
}

.aboutblock__heading h2 {
  margin-bottom: 82px;
  font-weight: 500;
}
.aboutblock__heading h2 p {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
}
.aboutblock__heading h2 p strong {
  font-weight: 500;
  color: var(--aimsblau);
}

.aboutblock__subtitle {
  position: relative;
  margin-bottom: 80px;
  z-index: 0;
  padding: 20px;
}
.aboutblock__subtitle:after {
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
  background: rgba(40, 178, 209, 0.0588235294);
  z-index: -1;
  width: 200vw;
  height: 100%;
}

.aboutblock__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.aboutblock__textcontent {
  flex: 1 320px;
  max-width: 520px;
}
.aboutblock__textcontent p b,
.aboutblock__textcontent p strong {
  font-weight: 600;
}
.aboutblock__textcontent .aboutblock__list {
  margin-top: 55px;
  padding: 26px 20px 24px 22px;
  list-style: none;
  background-color: #669FB3;
  border-radius: 13px;
  overflow: hidden;
}
.aboutblock__textcontent .aboutblock__list li {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  padding-left: 32px;
}
.aboutblock__textcontent .aboutblock__list li::before {
  font-family: "icons";
  content: "\e901";
  color: #34C759;
  font-size: 9.5px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #D4FADD;
}

.aboutblock__image {
  max-width: 698px;
  width: 100%;
  flex: 1 320px;
  background-color: #669FB3;
  border-radius: 10px 10px 20px 20px;
  border-bottom: 20px solid #669FB3;
  overflow: hidden;
}
.aboutblock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.aboutblock__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 62px;
}

.aboutblock__stats {
  display: flex;
  align-items: center;
  gap: 20px 0;
  flex-wrap: wrap;
}
.aboutblock__stats .aboutblock__stats-item {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #5A5A5A;
}
.aboutblock__stats .aboutblock__stats-item--head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.aboutblock__stats .aboutblock__stats-item--number {
  font-size: 53px;
  font-weight: bold;
  line-height: 1;
}
.aboutblock__stats .aboutblock__stats-item--info {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
.aboutblock__stats .aboutblock__stats-item--desc {
  font-size: 14px;
  line-height: 1;
}
.aboutblock__stats .aboutblock__stats-item:last-child {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 1179px) {
  .aboutblock {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .aboutblock__heading h2 {
    margin-bottom: 40px;
  }
  .aboutblock__heading h2 p {
    font-size: 26px;
    line-height: 33px;
  }
  .aboutblock__stats .aboutblock__stats-item--number {
    font-size: 40px;
  }
  .aboutblock__stats .aboutblock__stats-item--info {
    font-size: 12px;
  }
  .aboutblock__stats .aboutblock__stats-item--desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .aboutblock__wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .aboutblock__subtitle {
    margin-bottom: 25px;
  }
  .aboutblock__textcontent {
    max-width: 100%;
    flex: auto;
  }
  .aboutblock__textcontent .aboutblock__list {
    margin-top: 20px;
    padding: 15px;
  }
  .aboutblock__textcontent .aboutblock__list li {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutblock__stats {
    justify-content: center;
  }
  .aboutblock__image {
    max-width: 100%;
    flex: auto;
  }
  .aboutblock__foot {
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .aboutblock__stats .aboutblock__stats-item {
    width: 100%;
    border: none;
  }
}
/*
* PRICESBOX
*/
/*
* ARTICLE FEED
*/
/*
* FAQ LIST
*/
.faqlist {
  margin-top: 150px;
  margin-bottom: 200px;
}
.faqlist__container {
  max-width: 1280px;
}

.faqlist__head {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 1179px) {
  .faqlist {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .faqlist__head {
    margin-bottom: 30px;
  }
}
/*
* SPOILER
*/
.spoiler-item {
  border: 3px solid #669FB3;
  padding: 17px 30px 13px 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spoiler-item:last-child {
  margin-bottom: 0;
}

.spoiler-item.active .spoiler-item__title::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDMwIDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIyOS40OTUxIiB5MT0iMC41IiB4Mj0iMC4zOTM3NzIiIHkyPSIwLjQ5OTk5OCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  transition: background-image 0.3s ease;
}

.spoiler-item__content {
  display: none;
  padding-top: 18px;
  max-width: 954px;
  width: 100%;
}
.spoiler-item__content p {
  color: #737B7D;
}

.spoiler-item__title {
  position: relative;
  display: flex;
  padding-right: 50px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.spoiler-item__title p {
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
  color: #737B7D;
}

.spoiler-item__title:hover {
  cursor: pointer;
}

.spoiler-item__title::after {
  position: absolute;
  display: flex;
  align-items: center;
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjI5LjQ5NTEiIHkxPSIxNC40NjA5IiB4Mj0iMC4zOTM3NzIiIHkyPSIxNC40NjA5IiBzdHJva2U9ImJsYWNrIi8+CjxsaW5lIHgxPSIxNC40NDQzIiB5MT0iMjYuOTYwOSIgeDI9IjE0LjQ0NDMiIHkyPSIwLjk2MDkzOCIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1179px) {
  .spoiler-item {
    padding: 10px 15px 8px 8px;
  }
  .spoiler-item__title p {
    font-size: 16px;
    line-height: 22px;
  }
  .spoiler-item__content p {
    font-size: 14px;
    line-height: 160%;
  }
}
/*
* FORMBANNER
*/
.formbanner {
  margin-bottom: 200px;
}
.formbanner .gform-theme--foundation .gform_footer,
.formbanner .gform-theme--foundation .gform_page_footer {
  margin-block-start: 40px;
}

.formbanner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 605px;
}
.formbanner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 220px;
  transform-origin: center top;
}

.formbanner__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 45px 80px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #669FB3;
  margin-top: -210px;
}

.formbanner__title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}

.formbanner__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1095px;
  width: 100%;
}

.formbanner__content-text {
  max-width: 690px;
  width: 100%;
}
.formbanner__content-text p {
  color: #fff;
}
.formbanner__content-text p strong {
  font-weight: bold;
}

.formbanner__content-form {
  max-width: 300px;
  width: 100%;
  flex: 1 200px;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control {
  color: #fff !important;
  padding: 7px 20px 6px 25px !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control::-moz-placeholder {
  color: #fff !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control::placeholder {
  color: #fff !important;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control[type=email] {
  background-image: url(../img/main-icon.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1179px) {
  .formbanner {
    margin-bottom: 60px;
  }
  .formbanner__wrapper {
    padding: 30px 20px;
    margin-top: -80px;
  }
  .formbanner__title {
    margin-bottom: 20px;
  }
  .formbanner__content-text {
    flex: 1 370px;
  }
}
@media screen and (max-width: 767px) {
  .formbanner__content-form {
    max-width: none;
    flex: auto;
  }
  .formbanner .gform-theme--foundation .gform_footer,
  .formbanner .gform-theme--foundation .gform_page_footer {
    margin-block-start: 20px;
  }
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 17px 22px;
  background-color: var(--orange);
  border-radius: 50px;
  outline: 1px solid var(--orange);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:focus, .fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:hover,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):focus,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):hover {
  opacity: 1;
  background-color: #fff;
  color: var(--orange);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.ff-el-form-check.ff-el-tc.ff_item_selected label.ff-el-form-check-label span::after {
  opacity: 1;
  visibility: visible;
}

.fluentform .text-with-iconuser input[type=text] {
  background-image: url(../img/user.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform {
  /* Невалидные поля */
}
.fluentform #ff_1_2_names_first_name_:invalid:not(:-moz-placeholder), .fluentform #ff_1_2_subject:invalid:not(:-moz-placeholder), .fluentform #ff_1_2_email:invalid:not(:-moz-placeholder) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.fluentform #ff_1_2_names_first_name_:invalid:not(:placeholder-shown),
.fluentform #ff_1_2_subject:invalid:not(:placeholder-shown),
.fluentform #ff_1_2_email:invalid:not(:placeholder-shown) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.fluentform {
  /* Валидные поля */
}
.fluentform #ff_1_2_names_first_name_:valid:not(:-moz-placeholder), .fluentform #ff_1_2_subject:valid:not(:-moz-placeholder), .fluentform #ff_1_2_email:valid:not(:-moz-placeholder) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:placeholder-shown),
.fluentform #ff_1_2_subject:valid:not(:placeholder-shown),
.fluentform #ff_1_2_email:valid:not(:placeholder-shown) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:-moz-placeholder) {
  background-image: url(../img/user-valid.svg) !important;
}
.fluentform #ff_1_2_names_first_name_:valid:not(:placeholder-shown) {
  background-image: url(../img/user-valid.svg) !important;
}
.fluentform #ff_1_2_subject:valid:not(:-moz-placeholder) {
  background-image: url(../img/haus-valid.svg) !important;
}
.fluentform #ff_1_2_subject:valid:not(:placeholder-shown) {
  background-image: url(../img/haus-valid.svg) !important;
}
.fluentform #ff_1_2_email:valid:not(:-moz-placeholder) {
  background-image: url(../img/brief-valid.svg) !important;
}
.fluentform #ff_1_2_email:valid:not(:placeholder-shown) {
  background-image: url(../img/brief-valid.svg) !important;
}
.fluentform {
  /*  автозаполнение  */
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill,
.fluentform #ff_1_2_subject:-webkit-autofill,
.fluentform #ff_1_2_email:-webkit-autofill,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:hover,
.fluentform #ff_1_2_subject:-webkit-autofill:hover,
.fluentform #ff_1_2_email:-webkit-autofill:hover,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus,
.fluentform #ff_1_2_subject:-webkit-autofill:focus,
.fluentform #ff_1_2_email:-webkit-autofill:focus {
  box-shadow: none !important;
  -webkit-text-fill-color: #333 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:hover,
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus {
  background-image: url(../img/user.svg) !important;
}
.fluentform #ff_1_2_subject:-webkit-autofill,
.fluentform #ff_1_2_subject:-webkit-autofill:hover,
.fluentform #ff_1_2_subject:-webkit-autofill:focus {
  background-image: url(../img/haus.svg) !important;
}
.fluentform #ff_1_2_names_first_name_:-webkit-autofill:focus,
.fluentform #ff_1_2_subject:-webkit-autofill:focus,
.fluentform #ff_1_2_email:-webkit-autofill:focus {
  background-image: url(../img/brief.svg) !important;
}

.fluentform input.ff-el-form-control {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1) !important;
  border-radius: 50px !important;
  color: #4C4C4C !important;
  font-family: var(--mainFont) !important;
  font-size: 20px;
  padding: 10px 20px 9px 25px !important;
}
.fluentform input.ff-el-form-control[type=email].email-with-icon {
  background-image: url(../img/brief.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control[type=text].text-with-iconhouse {
  background-image: url(../img/haus.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield-number;
}
.fluentform input.ff-el-form-control[type=number].tel-with-icon {
  background-image: url(../img/tel.svg);
  background-size: 16px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.fluentform input.ff-el-form-control::-moz-placeholder {
  color: #4C4C4C !important;
}
.fluentform input.ff-el-form-control::placeholder {
  color: #4C4C4C !important;
}
.fluentform input.ff-el-form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.ff-el-group.contactform-row {
  margin-top: 32px;
  margin-bottom: 28px;
  color: #333333;
}
.ff-el-group.contactform-row .ff-el-input--label label {
  margin-bottom: 20px;
}

.ff-default .ff-el-input--label label {
  color: #333333;
}

label.ff-el-form-check-label.ff_tc_label p {
  color: #333333;
}

textarea.ff-el-form-control {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1) !important;
  border-radius: 10px !important;
  color: #4C4C4C !important;
  font-family: var(--mainFont) !important;
  font-size: 20px;
  padding: 10px 14px 10px 14px !important;
}
textarea.ff-el-form-control::-moz-placeholder {
  color: #4C4C4C !important;
}
textarea.ff-el-form-control::placeholder {
  color: #4C4C4C !important;
}
textarea.ff-el-form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0;
  }
  .fluentform input.ff-el-form-control {
    font-size: 16px;
  }
  .ff-el-group.contactform-row {
    margin-top: 20px;
  }
  .ff-el-group.contactform-row .ff-el-input--label label {
    margin-bottom: 10px;
  }
  label.ff-el-form-check-label span {
    font-size: 16px;
  }
  .ff-default .ff-el-form-check label.ff-el-form-check-label {
    margin-bottom: 0;
  }
  textarea.ff-el-form-control {
    font-size: 16px;
  }
}
/*
* CONTACT FORM
*/
.contactform {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: rgba(40, 178, 209, 0.03);
}
.contactform .section-title {
  text-align: center;
  margin-bottom: 52px;
}
.contactform .fluentform .ff-el-group {
  margin-bottom: 15px;
}
.contactform .fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit,
.contactform .fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style) {
  width: auto;
  padding: 17px 70px;
}

.contactform__contactinfo {
  padding: 32px 27px;
  background-color: #0F597B;
  border-radius: 17px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px 130px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.contactinfo-item {
  max-width: 305px;
  width: 100%;
  flex: 1 200px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.contactinfo-item p {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
}
.contactinfo-item p strong {
  font-weight: bold;
}

.contactform__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 142px;
  flex-wrap: wrap;
}

.contactform__form-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  width: 100%;
}
.contactform__form-info a.button-outline {
  width: 100%;
  max-width: 336px;
  margin-top: 100px;
}

.contactform__form-infotext {
  color: #333333;
}
.contactform__form-infotext p {
  font-size: 18px;
  line-height: 32px;
}

.contactform__form-shortcode {
  position: relative;
  flex: 1 320px;
  max-width: 750px;
  z-index: 0;
}

.fluentform .ff-el-group {
  margin-bottom: 10px;
}

form.frm-fluent-form .ff-el-form-check {
  margin-top: 0px;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label {
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
}

form.frm-fluent-form .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  top: 8px;
  vertical-align: middle;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox {
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: relative;
  padding: 0 !important;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 0px;
  border: 1px solid #B1B1B1;
  background: #fff;
  cursor: pointer;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #B1B1B1;
  border-bottom: 2px solid #B1B1B1;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label span.ff_tc_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff_t_c {
  color: #595959;
}

form.frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff_t_c a {
  color: var(--blue3);
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-underline-offset: 3px;
}

label.ff-el-form-check-label {
  display: block;
  position: relative;
}
label.ff-el-form-check-label input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  opacity: 0;
}
label.ff-el-form-check-label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
label.ff-el-form-check-label span {
  display: block;
  position: relative;
  padding-left: 22px;
}
label.ff-el-form-check-label span::before {
  content: "" !important;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #B1B1B1;
}
label.ff-el-form-check-label span::after {
  content: "" !important;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #B1B1B1;
  border-bottom: 2px solid #B1B1B1;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

@media screen and (max-width: 1179px) {
  .contactform {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contactform .fluentform .ff-el-group {
    margin-bottom: 10px;
  }
  .contactform .section-title {
    margin-bottom: 35px;
  }
  .contactform__contactinfo {
    padding: 20px 15px;
    gap: 20px 70px;
    margin-bottom: 40px;
  }
  .contactinfo-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .contactform__form-info {
    flex: 1 200px;
  }
  .contactform__form {
    gap: 32px 70px;
  }
  .contactform__form-info a.button-outline {
    margin-top: 50px;
  }
}
/*
* CONTACT INFO
*/
.imagebanner picture.imagebanner__image img {
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/*
* TABLEBOX
*/
.tablebox {
  margin-top: 200px;
  margin-bottom: 180px;
}
.tablebox .tablebox__head {
  margin-bottom: 130px;
}

.tablebox__container {
  position: relative;
}
.tablebox__container::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -160px;
  width: 100%;
  height: 100%;
  background-image: url(../img/table-pattern.svg);
  background-size: 690px;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.tablebox__tablewrap {
  border: 1px solid #B9B9B9;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
}

table {
  border: none;
}
table tbody tr:first-child td:first-child {
  border-left: none;
  border-top: none;
}
table tbody tr:first-child td {
  border: 1px solid #B9B9B9;
  border-top: none;
  min-width: 174px;
  padding: 10px 12px 40px 12px;
  background: #F7DCE2;
  background: linear-gradient(180deg, rgb(247, 220, 226) 0%, rgb(255, 255, 255) 100%);
}
table tbody tr:first-child td:last-child {
  border-right: none;
  border-top: none;
}
table tbody tr td:first-child {
  border: 1px solid #B9B9B9;
  border-left: none;
  text-align: left;
}
table tbody tr td {
  border: 1px solid #B9B9B9;
  text-align: center;
  padding: 10px 12px 23px 12px;
}
table tbody tr td img.aligncenter {
  margin: auto;
}
table tbody tr td strong {
  font-weight: bold;
}
table tbody tr td:last-child {
  border: 1px solid #B9B9B9;
  border-right: none;
}
table tbody tr:last-child td:first-child {
  border-left: none;
}
table tbody tr:last-child td {
  border: 1px solid #B9B9B9;
  border-bottom: none;
}
table tbody tr:last-child td:last-child {
  border-right: none;
}

.tablebox__button {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
* TEAM
*/
.team {
  margin-top: 100px;
  margin-bottom: 200px;
}

.team-title {
  text-align: center;
  margin-bottom: 70px;
}

.team-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 408px;
  width: 100%;
  flex: 1 320px;
}

.team-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 420px;
  max-height: 405px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.team-card__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}

.team-card__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.team-card__important {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  max-width: 89px;
  width: 100%;
  height: 48px;
  font-size: 0;
  background-color: #fff;
}

.team-card__name {
  text-align: center;
  margin-bottom: 26px;
}

.team-card__positions {
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  font-weight: normal;
}

.team-card__text {
  margin-top: 20px;
  color: #4C4C4C;
}
.team-card__text p {
  font-size: 16px;
}

.team-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 112px;
}

@media screen and (max-width: 1179px) {
  .team {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .team .section-title {
    text-align: left;
  }
  .team-title {
    margin-bottom: 74px;
  }
  .team-content {
    gap: 100px 20px;
  }
  .team-card__image {
    position: relative;
    max-height: 394px;
    overflow: hidden;
    margin-bottom: 35px;
    aspect-ratio: 402/394;
  }
  .team-card__image picture {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .team-card__image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .team-card__image .button-link {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .team-card__positions {
    font-size: 16px;
    line-height: 39px;
  }
  .team-buttons {
    margin-top: 70px;
  }
}
header.post-header {
  display: flex;
  padding-top: 210px;
  padding-bottom: 60px;
  min-height: 598px;
  margin-bottom: 38px;
  background-image: url(../img/article-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.post-date .post-date-icon {
  display: flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
}

.post-date .post-date-date {
  display: block;
  color: #707070;
  font-weight: normal;
}

.post-category {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.post-category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 22px;
  background-color: var(--orange);
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
}

.post-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 65px;
}

.post-content__text {
  flex: 1 480px;
  color: #333333;
}
.post-content__text strong {
  font-weight: bold;
}

.post-content__text p {
  margin-bottom: 30px;
}
.post-content__text p strong {
  font-weight: bold;
}

.post-content__thumb {
  flex: 1 auto;
  max-width: 520px;
}
.post-content__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.post-content__thumb-caption {
  margin-top: 16px;
  font-size: 18px;
  color: #333333;
  line-height: normal;
}

body.single-post article.post,
body.single-case-studies article.case-studies {
  margin-bottom: 220px;
}

.newsfeed__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 45px;
}

.news-page__header {
  margin-bottom: 120px;
}

.newsfeed__categories-wrapper {
  margin-bottom: 25px;
}

.newsfeed__categories-listcats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-item-active a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 600;
  gap: 5px;
  flex-wrap: nowrap;
  transition: color 0.12s ease;
}

.filter-item-active a:hover {
  color: rgba(115, 123, 125, 0.368627451);
  transition: color 0.12s ease;
}

.filter-item-active a:hover span.remove-active-icon svg path {
  stroke: var(--pink);
  transition: stroke 0.12s ease;
}

.filter-item-active a span.remove-active-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

ul.newsfeed__categories {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.active-filters {
  display: flex;
  width: 100%;
}

.newsfeed__categories-listcats > span {
  display: inline-block;
  color: #737b7d;
  font-size: 18px;
  line-height: 32px;
}

ul.newsfeed__categories li a {
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 700;
}

ul.newsfeed__categories li {
  position: relative;
  display: flex;
}

ul.newsfeed__categories li:after {
  content: "|";
  font-size: 18px;
  color: #737b7d;
  line-height: 32px;
  font-weight: 700;
  padding-left: 10px;
}

ul.newsfeed__categories li:last-child::after {
  display: none;
}

ul.newsfeed__categories li:hover a {
  color: var(--pink);
}

.newsfeed__content-wrapper.loading .newsfeed__content {
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
}

.newsfeed__categories-wrapper.loading {
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
}

.archive-page {
  padding: 100px 0;
}

.archive-page header.page-header {
  text-align: center;
  margin-bottom: 50px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination .pagination-next,
.pagination .pagination-prev {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #707173;
  border: 1px solid #707173;
  line-height: 1;
  transition: all 0.12s ease;
}

.pagination .pagination-next svg path,
.pagination .pagination-prev svg path {
  transition: fill 0.12s ease;
}

.pagination .pagination-next:hover,
.pagination .pagination-prev:hover {
  cursor: pointer;
  border-color: var(--pink);
}

.pagination .pagination-next:hover svg path,
.pagination .pagination-prev:hover svg path {
  fill: var(--pink);
}

.pagination .pagination-next.disabled,
.pagination .pagination-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-pageslist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-pageslist .next.page-numbers,
.pagination-pageslist .prev.page-numbers {
  display: none;
}

.pagination-pageslist .page-numbers {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #707173;
  border: 1px solid #707173;
  line-height: 1;
}

.pagination-pageslist .page-numbers.current,
.pagination-pageslist .page-numbers:hover {
  cursor: pointer;
  border-color: var(--pink);
  color: var(--pink);
}

.loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.loader-wrapper .loader-loader {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input.wpcf7-form-control.wpcf7-not-valid {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NjM4XzYwNzApIj4KPHBhdGggZD0iTTguMDAwNjUgNS4zMzMzN1Y4LjAwMDA0TTguMDAwNjUgMTAuNjY2N0g4LjAwNzMyTTE0LjY2NzMgOC4wMDAwNEMxNC42NjczIDExLjY4MTkgMTEuNjgyNiAxNC42NjY3IDguMDAwNjUgMTQuNjY2N0M0LjMxODc1IDE0LjY2NjcgMS4zMzM5OCAxMS42ODE5IDEuMzMzOTggOC4wMDAwNEMxLjMzMzk4IDQuMzE4MTQgNC4zMTg3NSAxLjMzMzM3IDguMDAwNjUgMS4zMzMzN0MxMS42ODI2IDEuMzMzMzcgMTQuNjY3MyA0LjMxODE0IDE0LjY2NzMgOC4wMDAwNFoiIHN0cm9rZT0iI0YwNDQzOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzYzOF82MDcwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  border-color: #f04438;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wpcf7-not-valid-tip {
  color: #f04438;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin-top: 6px;
}

.form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
}

.form-foot {
  position: relative;
  width: 100%;
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

span.wpcf7-spinner {
  position: absolute;
  left: 0;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}

.form-grid .form-row {
  display: grid;
  grid-template-columns: 33% auto;
  gap: 0;
}

.form-grid .form-col:first-child {
  padding: 15px 5px 15px 15px;
  border-right: 1px solid #e3e3e3;
}

.form-grid .form-col:last-child {
  padding: 15px;
  background: #f6f6f6;
}

.form-grid .form-foot {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 64px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 992px) {
  .form-grid .form-row {
    grid-template-columns: 50% auto;
  }
}
@media screen and (max-width: 579px) {
  .form-grid .form-row {
    grid-template-columns: 1fr;
  }
}
.form-col {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  flex: 1;
}

.form-row {
  display: flex;
  gap: 20px;
}

span.field-hint {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: block;
  position: relative;
}

.wpcf7-acceptance label:hover {
  cursor: pointer;
}

.wpcf7-acceptance label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.wpcf7-acceptance label input[type=checkbox]:checked + span::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.wpcf7-acceptance label input[type=checkbox]:checked + span::before {
  border-color: var(--pink);
  outline-color: var(--pink);
  transition: border-color 0.12s ease-in-out, outline-color 0.12s ease-in-out;
}

.wpcf7-acceptance label span {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 32px;
  color: var(--black);
}

.wpcf7-acceptance label span a {
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.12s ease-in-out;
}

@media (any-hover: hover) {
  .wpcf7-acceptance label span a:hover {
    text-decoration-color: transparent;
    transition: text-decoration-color 0.12s ease-in-out;
  }
}
.wpcf7-acceptance label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #b1b1b1;
  background-color: transparent;
  transition: border-color 0.12s ease-in-out, outline-color 0.12s ease-in-out;
  outline: 4px solid transparent;
  outline-offset: -8px;
}

form.wpcf7 {
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

form.wpcf7.form-sended {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base {
  position: relative;
}

.formular-base .formular-success-message {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base .formular-success-message.success-send {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-base .formular-success-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin: auto;
  text-align: center;
  gap: 25px;
}

img.alignleft {
  float: left;
  margin: 20px 38px 0 38px;
}

img.alignleft:first-child {
  margin-left: 0;
}

nav.social-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

nav.social-menu ul li a {
  display: flex;
  transition: color 0.12s ease-in-out;
}

nav.social-menu ul li a .social-icon {
  display: flex;
  font-size: 24px;
}

@media (any-hover: hover) {
  nav.social-menu ul li:hover a {
    color: var(--highlight);
  }
}
.not-found {
  padding: 150px 0;
}

.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found h1 {
  font-size: 98px;
}

.not-found .page-header {
  text-align: center;
}

.ti-widget.ti-goog .ti-controls {
  display: block !important;
}

.gform_wrapper form input[type=text],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=email],
.gform_wrapper form textarea {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1);
  border-radius: 50px;
  color: #4C4C4C;
  font-family: var(--mainFont);
  font-size: 20px;
  line-height: 20px;
  padding: 8px 20px 7px 25px;
  height: auto;
}
.gform_wrapper form input[type=text]::-moz-placeholder, .gform_wrapper form input[type=tel]::-moz-placeholder, .gform_wrapper form input[type=number]::-moz-placeholder, .gform_wrapper form input[type=email]::-moz-placeholder, .gform_wrapper form textarea::-moz-placeholder {
  color: #FFF !important;
}
.gform_wrapper form input[type=text]::placeholder,
.gform_wrapper form input[type=tel]::placeholder,
.gform_wrapper form input[type=number]::placeholder,
.gform_wrapper form input[type=email]::placeholder,
.gform_wrapper form textarea::placeholder {
  color: #FFF !important;
}
.gform_wrapper form input[type=text]::-moz-placeholder,
.gform_wrapper form input[type=tel]::-moz-placeholder,
.gform_wrapper form input[type=number]::-moz-placeholder,
.gform_wrapper form input[type=email]::-moz-placeholder,
.gform_wrapper form textarea::-moz-placeholder {
  color: #FFF !important;
}
.gform_wrapper form textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 20px;
  resize: none;
}
.gform_wrapper form .gfield_checkbox input[type=checkbox] {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  border-radius: 0;
  box-shadow: none;
}
.gform_wrapper form .gfield_checkbox input[type=checkbox]:focus {
  outline: none !important;
}
.gform_wrapper form legend.gfield_label.gform-field-label {
  font-size: 20px;
  font-weight: 500;
}
.gform_wrapper form .gfield_checkbox .gform-field-label {
  font-size: 20px;
  font-weight: 400;
  margin-left: 0;
}
.gform_wrapper form .gchoice {
  align-items: center;
  gap: 16px 5px !important;
}
.gform_wrapper form .gfield_description a {
  text-decoration: underline;
}
.gform_wrapper form .ginput_container_consent {
  align-items: baseline;
}
.gform_wrapper form .ginput_container_consent input[type=checkbox] {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  border-radius: 0;
  box-shadow: none;
}
.gform_wrapper form .ginput_container_consent input[type=checkbox]:focus {
  outline: none !important;
}
.gform_wrapper form .ginput_container_consent label.gfield_consent_label {
  font-size: 20px;
}
.gform_wrapper form .ginput_container_consent label.gfield_consent_label a {
  color: var(--orange);
}

.accepted-document {
  border: var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);
  max-height: var(--gf-ctrl-desc-max-height-consent);
  outline-color: var(--gf-ctrl-outline-color);
  outline-offset: var(--gf-ctrl-outline-offset);
  outline-style: var(--gf-ctrl-outline-style);
  outline-width: var(--gf-ctrl-outline-width);
  overflow-y: auto;
  padding: 16px;
  transition: var(--gf-ctrl-transition);
  --gf-local-color: var(--gf-ctrl-desc-color);
  --gf-local-font-family: var(--gf-ctrl-desc-font-family);
  --gf-local-font-size: var(--gf-ctrl-desc-font-size);
  --gf-local-font-style: var(--gf-ctrl-desc-font-style);
  --gf-local-font-weight: var(--gf-ctrl-desc-font-weight);
  --gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing);
  --gf-local-line-height: var(--gf-ctrl-desc-line-height);
  color: var(--gf-local-color);
  display: block;
  font-family: var(--gf-local-font-family);
  font-size: var(--gf-local-font-size);
  font-style: var(--gf-local-font-style);
  font-weight: var(--gf-local-font-weight);
  letter-spacing: var(--gf-local-letter-spacing);
  line-height: var(--gf-local-line-height);
}

.accepted-document a {
  color: inherit;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 2px;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #b1b1b1 !important;
  font-size: 12px !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-local-border-color: #c7173d !important;
  --gf-local-outline-color: rgb(227 17 63 / 60%) !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-bg-color: #c7173d !important;
  --gf-local-radius: 50px !important;
  --gf-local-border-color: #c7173d !important;
  --gf-local-border-style: solid !important;
  --gf-local-font-size: 16px !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  --gf-local-bg-color: #ffffff !important;
  --gf-local-color: #c7173d !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #c7173d !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area {
  --gf-local-radius: 20px !important;
}

.gfield.newsletter-field-icon .ginput_container.ginput_container_email input[type=email] {
  background-image: url(../img/main-icon.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(1, 9, 21, 0.1) !important;
  border-radius: 50px !important;
  font-family: var(--mainFont) !important;
  font-size: 20px;
  color: #fff !important;
  padding: 7px 20px 6px 25px !important;
}

input#gform_submit_button_2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  padding: 7.5px 27px 7.5px 27px;
  background-color: var(--orange);
  border-radius: 50px;
  outline: 1px solid var(--orange);
  outline-offset: -1px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

form#gform_3 {
  --gf-form-gap-y: 15px;
}
form#gform_3 input[type=text]::-moz-placeholder, form#gform_3 input[type=email]::-moz-placeholder, form#gform_3 input[type=text]::-moz-placeholder, form#gform_3 input[type=tel]::-moz-placeholder {
  color: #4C4C4C !important;
}
form#gform_3 input[type=text]::placeholder,
form#gform_3 input[type=email]::placeholder,
form#gform_3 input[type=text]::placeholder,
form#gform_3 input[type=tel]::placeholder {
  color: #4C4C4C !important;
}
form#gform_3 textarea::-moz-placeholder {
  color: #4C4C4C !important;
}
form#gform_3 textarea::placeholder {
  color: #4C4C4C !important;
}
form#gform_3 textarea::-moz-placeholder {
  color: #4C4C4C !important;
}
form#gform_3 input#gform_submit_button_3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 27px 11px 27px;
  background-color: var(--orange);
  border-radius: 50px;
  outline: 1px solid var(--orange);
  outline-offset: -1px;
  line-height: 1;
  border: none;
  justify-content: space-between;
  transition: color 0.3s ease, background-color 0.3s ease;
}
form#gform_3 input#gform_submit_button_3:hover {
  background-color: #fff;
  color: var(--orange);
  transition: color 0.3s ease, background-color 0.3s ease;
}
form#gform_3 fieldset#field_3_91 {
  margin: 20px 0;
}
form#gform_3 .gform-footer {
  justify-content: flex-end;
}

#gform_wrapper_3 .gform_heading {
  display: none;
}

.gfield.text-with-iconuser input[type=text] {
  background-image: url(../img/user.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.gfield.text-with-iconuser input[type=text]:valid:not(:-moz-placeholder) {
  background-image: url(../img/user-valid.svg) !important;
}
.gfield.text-with-iconuser input[type=text]:valid:not(:placeholder-shown) {
  background-image: url(../img/user-valid.svg) !important;
}
.gfield.text-with-iconhouse input[type=text] {
  background-image: url(../img/haus.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.gfield.text-with-iconhouse input[type=text]:valid:not(:-moz-placeholder) {
  background-image: url(../img/haus-valid.svg) !important;
}
.gfield.text-with-iconhouse input[type=text]:valid:not(:placeholder-shown) {
  background-image: url(../img/haus-valid.svg) !important;
}
.gfield.text-with-iconphone input[type=text] {
  background-image: url(../img/tel.svg);
  background-size: 15px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.gfield.text-with-iconphone input[type=text]:valid:not(:-moz-placeholder) {
  background-image: url(../img/tel-valid.svg) !important;
}
.gfield.text-with-iconphone input[type=text]:valid:not(:placeholder-shown) {
  background-image: url(../img/tel-valid.svg) !important;
}
.gfield.email-with-icon input[type=email] {
  background-image: url(../img/brief.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.gfield.email-with-icon input[type=email]:valid:not(:-moz-placeholder) {
  background-image: url(../img/brief-valid.svg) !important;
}
.gfield.email-with-icon input[type=email]:valid:not(:placeholder-shown) {
  background-image: url(../img/brief-valid.svg) !important;
}
.gfield input[type=text]:invalid:not(:-moz-placeholder), .gfield input[type=email]:invalid:not(:-moz-placeholder) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.gfield input[type=text]:invalid:not(:placeholder-shown),
.gfield input[type=email]:invalid:not(:placeholder-shown) {
  border-color: #ff4444 !important;
  background-color: transparent !important;
}
.gfield input[type=text]:valid:not(:-moz-placeholder), .gfield input[type=email]:valid:not(:-moz-placeholder) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.gfield input[type=text]:valid:not(:placeholder-shown),
.gfield input[type=email]:valid:not(:placeholder-shown) {
  border-color: rgba(0, 200, 81, 0.4196078431) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.gfield input[type=text]:-webkit-autofill, .gfield input[type=text]:-webkit-autofill:hover, .gfield input[type=text]:-webkit-autofill:focus,
.gfield input[type=email]:-webkit-autofill,
.gfield input[type=email]:-webkit-autofill:hover,
.gfield input[type=email]:-webkit-autofill:focus {
  box-shadow: none !important;
  -webkit-text-fill-color: #333 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
}

form.avv-form-new {
  margin: 40px 0;
  --gf-form-gap-y: 20px;
}
form.avv-form-new .ginput_container_consent label.gfield_consent_label {
  font-size: 16px;
  margin-top: 20px;
}