@charset "UTF-8";
@import url("satoshi.css");
*,
*::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;
}

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: "Satoshi-Variable";
  --violet: #f46cff;
  --textcolor: #3A3A3A;
  --black: #000000;
  --aimsblau: #0F597B;
  --schwarz: #4C4C4C;
}

body {
  position: relative;
  font-family: var(--mainFont);
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  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: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1360px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

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: 72px;
  line-height: normal;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1179px) {
  h1 {
    font-size: 35px;
    line-height: 41px;
  }
}

h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: normal;
}
h2.section-title strong {
  font-weight: inherit;
  background: linear-gradient(90deg, rgba(253, 101, 166, 0.9) 33%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1179px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
}

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

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}
@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: 165%;
  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;
  }
}

blockquote,
blockquote.wp-block-quote {
  overflow-wrap: break-word;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 126%;
  color: #6F6C8F;
  text-align: center;
}

blockquote p,
blockquote.wp-block-quote p {
  font-weight: 500;
  margin-bottom: 10px;
}

blockquote cite,
blockquote.wp-block-quote cite {
  font-size: 14px;
}

blockquote {
  padding: 0;
  background: transparent;
  font-size: 20px;
  line-height: 126%;
  color: #6F6C8F;
  text-align: center;
}

blockquote p.quote-text {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 126%;
}
blockquote p.quote-text svg.quote-icon {
  vertical-align: super;
}

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(--aimsrot);
  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: center;
  font-size: 18px;
  line-height: 165%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 12px;
  background-color: #CD43FF;
  border-radius: 100px;
  border: none;
  z-index: 0;
  overflow: hidden;
}
.button-primary.bwide {
  flex: 0 1 385px;
}
.button-primary::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 20%, rgb(252, 150, 81) 70%, rgb(255, 189, 114) 100%);
  z-index: -1;
  transition: transform 0.12s ease-in;
  transform-origin: 0 0;
}
@media (any-hover: hover) {
  .button-primary:hover::after {
    transition: transform 0.12s ease-in;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1179px) {
  .button-primary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.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: 18px;
  line-height: 165%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 12px;
  border-radius: 100px;
  border: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(130deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 20%, rgb(252, 150, 81) 70%, rgb(255, 189, 114) 100%);
}
.button-outline.bwide {
  padding: 16px 40px;
}
.button-outline.blight {
  color: var(--textcolor);
}
.button-outline.blight::after {
  background: linear-gradient(130deg, rgba(205, 67, 255, 0) 0%, rgba(253, 101, 167, 0) 20%, rgba(252, 149, 81, 0) 70%, rgba(255, 189, 114, 0) 100%), #FFF;
}
.button-outline::after {
  position: absolute;
  content: "";
  left: 50%;
  width: calc(100% - 3px);
  height: calc(100% - 4px);
  z-index: -1;
  transition: transform 0.12s ease-in;
  transform-origin: 0 0;
  background-color: #07081f;
  background: linear-gradient(130deg, rgba(205, 67, 255, 0) 0%, rgba(253, 101, 167, 0) 20%, rgba(252, 149, 81, 0) 70%, rgba(255, 189, 114, 0) 100%), #07081f;
  top: calc(50% + 0.1px);
  margin: 0;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease-in;
}
@media (any-hover: hover) {
  .button-outline:hover {
    cursor: pointer;
    color: #fff;
  }
  .button-outline:hover::after {
    background: linear-gradient(130deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 20%, rgb(252, 150, 81) 70%, rgb(255, 189, 114) 100%), rgba(7, 8, 31, 0);
    transition: background 0.3s ease-in;
  }
}
@media screen and (max-width: 1360px) {
  .button-outline {
    font-size: 16px;
    padding: 14px 10px;
  }
  .button-outline.bwide {
    flex: 0 1 270px;
  }
}
@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%;
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  max-height: 862px;
  height: 100vh;
  overflow: hidden;
}
.hero__container {
  padding-top: 150px;
  max-width: 1340px;
  position: relative;
  height: 100%;
}
.hero h1 {
  color: #fff;
}
.hero h1 span.title-primary {
  display: block;
  margin-bottom: 20px;
}
.hero h1 span.title-secondary {
  display: block;
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  max-width: 755px;
}
.hero h1 span strong {
  background: linear-gradient(136deg, rgb(205, 67, 255) 0%, rgba(253, 101, 166, 0.75) 34%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}
.hero__base-foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
}

.hero-media {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-media picture.hero-media__image {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  max-width: 816px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  right: 0;
  bottom: 0;
}

.trust {
  display: flex;
  max-width: 38%;
  margin-top: 114px;
}

.trust__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  max-width: 380px;
  width: 100%;
}

.trust__image, .trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  min-width: 80px;
  flex: 1;
  max-height: 80px;
  height: 100%;
  padding: 1px;
  background: linear-gradient(155deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 34%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
}
.trust__image-inner,
.trust__image .trust__codebox, .trust__item-inner,
.trust__item .trust__codebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
}
.trust__image img, .trust__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.trust__image .trust__codebox .ti-widget[data-layout-id="55"][data-set-id=light-minimal] .ti-widget-container, .trust__item .trust__codebox .ti-widget[data-layout-id="55"][data-set-id=light-minimal] .ti-widget-container {
  margin: 0 !important;
}

@media screen and (max-width: 1360px) {
  .hero-media picture.hero-media__image {
    width: 60%;
    transition: width 0.12s ease;
  }
  .hero__container {
    padding-top: 100px;
  }
  .hero__base-foot {
    margin-top: 50px;
  }
  .hero h1 span.title-secondary {
    font-size: 24px;
  }
  .trust {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1180px) {
  .hero__container {
    display: flex;
    flex-direction: column;
  }
  .trust {
    max-width: 100%;
  }
  .hero-media picture.hero-media__image {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: none;
    background-color: #07081f;
    height: 100%;
    max-height: none;
  }
  .hero-media {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    height: auto;
    justify-content: center;
    margin-top: 20px;
    align-items: flex-end;
    flex: 1;
  }
  .hero-media picture.hero-media__image {
    position: static;
    justify-content: center;
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .trust {
    margin-top: 40px;
  }
}
/*
* 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__base-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  max-width: 640px;
  width: 100%;
}

/*
* LOGOS LIST
*/
.logos {
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D3D3;
}
.logos .logos__heading {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.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;
  filter: grayscale(1);
}

@media screen and (max-width: 1180px) {
  .logos {
    margin-bottom: 40px;
  }
}
/*
* PARTNERS
*/
.partners {
  margin-bottom: 160px;
}

.partners__heading {
  margin-bottom: 55px;
}

.partners__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 92px;
}

.partners .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}
.partners .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
* INFOTEXT
*/
.infotext {
  margin-top: 80px;
  margin-bottom: 100px;
}

.infotext__content {
  position: relative;
  color: #3A3A3A;
  z-index: 0;
}
.infotext__content p {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
}
.infotext__content p strong {
  font-weight: 500;
  background: linear-gradient(90deg, rgba(253, 101, 166, 0.9) 33%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1360px) {
  .infotext {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .infotext__content p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .infotext {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .infotext__content p {
    font-size: 18px;
    line-height: 135%;
    font-weight: 500;
  }
}
/*
* solutions
*/
.solutions {
  margin-top: 100px;
  margin-bottom: 100px;
}

.solutions__title {
  text-align: center;
  margin-bottom: 50px;
}

.solutions__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 40px;
}

.solutions__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.solutions__item-image {
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 34%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  position: relative;
  max-height: 273px;
  aspect-ratio: 293/273;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.solutions__item-image picture {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.solutions__item-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions__item-image picture::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(255, 189, 114) 100%);
  opacity: 0.2;
}
.solutions__item-add {
  position: absolute;
  left: 13px;
  bottom: 13px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  background-color: rgba(237, 246, 255, 0.32);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.solutions__item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.solutions__item-title {
  margin-bottom: 10px;
}
.solutions__item-cats {
  list-style: none;
  padding: 0;
  margin-top: auto;
}
.solutions__item-cats li {
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
}

@media screen and (max-width: 1360px) {
  .solutions {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .solutions {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*
*  BENEFITS
*/
.benefits {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: space-between;
}

.benefits__item {
  flex: 1 200px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

.benefits__item-image {
  max-width: 82px;
  max-height: 82px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1360px) {
  .benefits {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .benefits {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__list {
    justify-content: center;
  }
}
/*
*  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;
}

/*
* Features
*/
.features {
  position: relative;
  margin-bottom: 210px;
  padding-top: 46px;
  padding-bottom: 46px;
  z-index: 0;
}
.features::before, .features::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features::before {
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}
.features::after {
  background: linear-gradient(90deg, rgb(204, 66, 254) 0%, rgb(254, 184, 109) 100%);
  opacity: 0.6;
  z-index: -1;
}

.features__heading {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  padding-top: 10px;
}

.features__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 35px;
}

.features__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

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

.features__step-text {
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .features {
    margin-bottom: 60px;
  }
  .features__heading {
    margin-bottom: 38px;
  }
  .features__description {
    margin-bottom: 25px;
  }
  .features__description ol {
    justify-content: center;
  }
  .features__description ol li {
    font-size: 18px;
    line-height: 24px;
  }
  .features__step-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .features__content {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media screen and (max-width: 580px) {
  .features__step {
    padding: 15px 6px 6px 6px;
  }
  .stepbox__step-icon {
    margin-bottom: 12px;
  }
  .features__description ol {
    gap: 10px;
  }
  .features__description ol li {
    font-size: 15px;
    line-height: 20px;
  }
  .stepbox__step-icon svg {
    width: 13px;
    height: 13px;
  }
  .features__step-title {
    font-size: 15px;
    line-height: 20px;
  }
  .features__step-text {
    font-size: 13px;
    line-height: 20px;
  }
}
/*
* Our products
*/
.ourprod {
  margin-bottom: 220px;
  margin-top: 200px;
}

.ourprod__wrapper {
  border-radius: 20px;
  background-color: #191932;
  padding: 56px 106px 76px 106px;
}

.ourprod__title {
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}

.ourprod-item {
  counter-increment: prodcounter;
}
.ourprod-item:last-child {
  margin-bottom: 0;
}
.ourprod-item.active .ourprod-item__head h3,
.ourprod-item.active .ourprod-item__head p {
  color: #fff;
}
.ourprod-item.active .ourprod-item__head h3::before,
.ourprod-item.active .ourprod-item__head p::before {
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 20%, rgb(252, 150, 81) 69%, rgb(255, 189, 114) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.5s ease-in-out;
}

.ourprod-item__head {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px solid #A3A3AD;
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.6);
}
.ourprod-item__head h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.ourprod-item__head h3::before {
  font-size: 16px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 0.16px;
  content: "0" counter(prodcounter);
}
.ourprod-item__head p {
  max-width: 476px;
  width: 100%;
}

.ourprod-item__content {
  display: none;
  padding-bottom: 32px;
}

.ourprod-item__content-inner {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #302D47;
}

.ourprod-item__content-left {
  flex: 1 1 50%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 22px 32px;
}

.ourprod-item__image {
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 34%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  position: relative;
  max-height: 365px;
  aspect-ratio: 500/365;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.ourprod-item__image picture {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ourprod-item__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solutions__item-add {
  position: absolute;
  left: 13px;
  bottom: 13px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  background-color: rgba(237, 246, 255, 0.32);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.ourprod-item__bage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 100px;
  overflow: hidden;
  padding: 2px 12px;
  color: #fff;
}

.ourprod-item__content-right {
  flex: 1 1 50%;
  color: #fff;
  padding: 22px 15px 35px 40px;
}

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

@media screen and (max-width: 1360px) {
  .ourprod {
    margin-bottom: 90px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1180px) {
  .ourprod {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .ourprod__wrapper {
    padding: 30px;
  }
  .ourprod__title {
    margin-bottom: 40px;
  }
  .ourprod-item__head {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .ourprod-item__content-left {
    padding: 20px;
    flex: 1 420px;
  }
  .ourprod-item__image {
    aspect-ratio: auto;
  }
  .ourprod-item__content-right {
    padding: 20px;
    flex: 1 280px;
  }
  .ourprod-item__content-inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .ourprod {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .ourprod__wrapper {
    padding: 10px;
  }
  .ourprod__title {
    margin-bottom: 30px;
  }
  .ourprod-item__head {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .ourprod-item__content-left {
    padding: 20px;
    flex: 1 420px;
  }
  .ourprod-item__content-right {
    padding: 20px;
    flex: 1 280px;
  }
  .ourprod-item__content-inner {
    flex-wrap: wrap;
  }
}
/*
* TEXTBILD
*/
.textbild {
  position: relative;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-bottom: 24px;
}
.textbild::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 540px;
  height: 523px;
  background-image: url(../img/earth-sphere-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.textbild__container {
  max-width: 1320px;
}

.textbild__title {
  margin-bottom: 100px;
}

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

.textbild__content {
  flex: 1 320px;
}

.textbild__image {
  flex: 1 320px;
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 34%, rgb(252, 150, 81) 68%, rgb(255, 189, 114) 100%);
  position: relative;
  max-height: 365px;
  aspect-ratio: 500/365;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.textbild__image picture {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.textbild__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.textbild__image picture::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(205, 67, 255) 0%, rgb(255, 189, 114) 100%);
  opacity: 0.2;
}

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

.textbild__foot-mobile {
  display: none;
}

@media screen and (max-width: 1360px) {
  .textbild {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1180px) {
  .textbild {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .textbild__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .textbild {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*
* FREEEDITOR
*/
.freeeditor {
  margin-top: 150px;
  margin-bottom: 150px;
}

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

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

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

.features-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;
}
.features-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;
}
.features-banner__step:last-child::after {
  display: none;
}
.features-banner__step:nth-child(odd) {
  margin-top: 40px;
}
.features-banner__step:nth-child(odd)::after {
  transform: rotate(-7deg);
}
.features-banner__step:nth-child(even)::after {
  transform: rotate(7deg);
}

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

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

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

.textvideo__container {
  max-width: 1440px;
}

.textvideo__wrapper {
  display: flex;
  align-self: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.textvideo__col {
  flex: 1 320px;
}
.textvideo__col:first-child {
  flex: 1 222px;
  padding: 36px 16px;
  border-radius: 10px;
  background-size: 150% 150%;
  background-position: 0% 0%;
  animation: gradientMove 10s ease infinite;
  background-color: hsl(203, 74%, 82%);
  background-image: radial-gradient(at 32% 79%, hsl(201, 100%, 86%) 0px, transparent 50%), radial-gradient(at 100% 77%, hsl(212, 100%, 64%) 0px, transparent 50%), radial-gradient(at 57% 0%, hsl(235, 86%, 90%) 0px, transparent 50%), radial-gradient(at 8% 15%, hsl(52, 100%, 93%) 0px, transparent 50%);
  overflow: hidden;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.textvideo__col video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 630px;
  max-height: 450px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 18px 3px rgba(0, 0, 0, 0.25);
}
.textvideo__col:nth-child(2) {
  background-image: url(../img/pattern-2.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 70px;
  padding-bottom: 32px;
  transition: padding 0.3s ease-in-out;
}

.textvideo__title {
  margin-bottom: 55px;
}

.textvideo__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 36px;
}

/*
* 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-bottom: 130px;
  margin-top: 200px;
  background-color: #050520;
  padding-top: 90px;
  padding-bottom: 110px;
}
.googlereviews .ti-widget[data-layout-id="36"][data-set-id=light-contrast] .ti-review-item > .ti-inner,
.googlereviews .ti-widget[data-layout-id="36"][data-set-id=light-contrast] .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: #191932 !important;
  border-radius: 0 !important;
  border-color: #191932 !important;
}

.googlereviews .section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .googlereviews {
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .googlereviews .section-title {
    margin-bottom: 30px;
  }
}
/*
* TARIFSBOX
*/
.tarifsbox {
  margin-bottom: 110px;
}
.tarifsbox__title {
  margin-bottom: 60px;
  text-align: center;
}

.tarifsbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.tarifsbox__tarifcard {
  flex: 1 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
  border-radius: 32px;
  overflow: hidden;
}
.tarifsbox__tarifcard:nth-child(even) {
  background: #F7DCE2;
  background: linear-gradient(180deg, rgba(29, 140, 233, 0.15) 0%, rgb(255, 255, 255) 100%);
}

.tarifsbox__tarifcard-top {
  padding: 36px 20px 28px 30px;
}

.tarifsbox__tarifcard-title {
  margin-bottom: 30px;
  color: #170F49;
}
.tarifsbox__tarifcard-title span.tarifsbox__tarifcard-subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
}

.tarifsbox__tarifcard-prices {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.tarifsbox__tarifcard-prices.col-2 {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.tarifsbox__tarifcard-prices.col-2 .pricebox-desc {
  width: 100%;
}
.tarifsbox__tarifcard-prices .pricebox {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #170F49;
  margin-bottom: 7px;
}
.tarifsbox__tarifcard-prices .pricebox-desc {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.tarifsbox__tarifcard-prices .pricebox-desc span {
  display: block;
  flex: 1 100px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsbox__tarifcard-licenz {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tarifsbox__tarifcard-licenz .pricelicenz {
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  color: #170F49;
}
.tarifsbox__tarifcard-licenz .pricelicenz-info {
  flex: 1 120px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsbox__tarifcard-licenzfoot {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}
.tarifsbox__tarifcard-licenzfoot p {
  width: 100%;
  color: #6F6C8F;
  text-align: left;
}
.tarifsbox__tarifcard-licenzfoot a.button-primary {
  width: 100%;
}

.tarifsbox__tarifcard-additional {
  padding: 0px 32px 25px 30px;
}

.tarifsbox__tarifcard-additionalunion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-additionalunion svg {
  opacity: 0.5;
}

.tarifsbox__tarifcard-additionaltext p {
  color: #6F6C8F;
}
.tarifsbox__tarifcard-additionaltext p strong {
  font-weight: normal;
  color: #000;
}

.tarifsbox__tarifcard-additionalprice {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tarifsbox__tarifcard-additionalprice span {
  display: inline-block;
  font-size: 40px;
  line-height: normal;
  color: #000;
}
.tarifsbox__tarifcard-additionalprice p {
  color: #6F6C8F;
}

.tarifsbox__tarifcard-standarts ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-standarts ul:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-standarts ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-standarts ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsbox__tarifcard-addsbutton {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifsbox__tarifcard-addsbutton a.button-primary {
  width: 100%;
}

.tarifsbox__tarifcard-foot {
  border-top: 1px solid #F1F2F9;
  padding: 24px 32px 25px 30px;
}
.tarifsbox__tarifcard-foot button.expand-card {
  width: 100%;
  margin-top: 17px;
  font-size: 0;
  border-top: 1px solid var(--aimsrot);
  padding: 0;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
}
.tarifsbox__tarifcard-foot button.expand-card svg {
  transition: transform 0.3s ease;
}

.tarifsbox__tarifcard-descbox p,
.tarifsbox__tarifcard-moreinfo p {
  color: #6F6C8F;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-descbox p strong,
.tarifsbox__tarifcard-moreinfo p strong {
  color: #170F49;
  font-weight: bold;
}
.tarifsbox__tarifcard-descbox ul,
.tarifsbox__tarifcard-moreinfo ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-descbox ul:last-child,
.tarifsbox__tarifcard-moreinfo ul:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-descbox ul li,
.tarifsbox__tarifcard-moreinfo ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-descbox ul li::before,
.tarifsbox__tarifcard-moreinfo ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsbox__tarifcard-descbox {
  margin-bottom: 20px;
}

.tarifsbox__tarifcard-moreinfo {
  max-height: 170px;
  overflow: hidden;
  transition: max-height 1s ease;
  will-change: max-height;
}
.tarifsbox__tarifcard-moreinfo.active {
  max-height: var(--descHeight);
  transition: max-height 1s ease;
  will-change: max-height;
}
.tarifsbox__tarifcard-moreinfo.active ~ .expand-card svg {
  transform: rotate(180deg);
}
.tarifsbox__tarifcard-moreinfo ol {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsbox__tarifcard-moreinfo ol:last-child {
  margin-bottom: 0;
}
.tarifsbox__tarifcard-moreinfo ol li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsbox__tarifcard-moreinfo ol li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1180px) {
  .tarifsbox__title {
    margin-bottom: 30px;
  }
  .tarifsbox__tarifcard-title span.tarifsbox__tarifcard-subtitle {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }
  .tarifsbox__tarifcard-title {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-prices {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-prices .pricebox {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-prices .pricebox-desc {
    gap: 20px;
  }
  .tarifsbox__tarifcard-prices .pricebox-desc span {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-additional {
    padding: 20px;
  }
  .tarifsbox__tarifcard-licenz {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-licenz .pricelicenz {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-licenz .pricelicenz-info {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-licenzfoot {
    gap: 20px;
  }
  .tarifsbox__tarifcard-top {
    padding: 20px;
  }
  .tarifsbox__tarifcard-foot {
    padding: 20px;
  }
  .tarifsbox__tarifcard-descbox p,
  .tarifsbox__tarifcard-moreinfo p {
    margin-bottom: 10px;
  }
  .tarifsbox__tarifcard-descbox ul,
  .tarifsbox__tarifcard-moreinfo ul {
    gap: 10px;
  }
  .tarifsbox__tarifcard-descbox ul li,
  .tarifsbox__tarifcard-moreinfo ul li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-additional {
    padding: 20px;
  }
  .tarifsbox__tarifcard-moreinfo ol {
    gap: 10px;
  }
  .tarifsbox__tarifcard-moreinfo ol li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-moreinfo {
    min-height: 186px;
  }
  .tarifsbox__tarifcard-licenzfoot p {
    font-size: 14px;
    line-height: 140%;
  }
  .tarifsbox__tarifcard-additionaltext p {
    font-size: 14px;
    line-height: 140%;
  }
  .tarifsbox__tarifcard-additionalprice span {
    font-size: 30px;
  }
  .tarifsbox__tarifcard-additionalprice p {
    font-size: 14px;
  }
  .tarifsbox__tarifcard-additionalprice {
    margin-bottom: 20px;
  }
  .tarifsbox__tarifcard-standarts ul {
    gap: 10px;
  }
  .tarifsbox__tarifcard-standarts ul li {
    font-size: 14px;
    line-height: 120%;
  }
  .tarifsbox__tarifcard-addsbutton {
    margin-top: 30px;
  }
}
/*
* TARIF SINGLE
*/
.tarifsingle {
  margin-top: 126px;
  margin-bottom: 140px;
}

.tarifsingle__title {
  margin-bottom: 140px;
}

.tarifsingle__wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../img/skizze.svg);
  background-size: auto;
  background-position: right bottom 180px;
  background-repeat: no-repeat;
}

.tarifsingle__tarifcard {
  flex: 1 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
  border-radius: 32px;
  overflow: hidden;
  max-width: 737px;
  width: 100%;
  background: #F7DCE2;
  background: linear-gradient(180deg, rgb(247, 220, 226) 0%, rgb(255, 255, 255) 38%);
}

.tarifsingle .tarifsbox__tarifcard-moreinfo {
  max-height: initial;
}

.tarifsingle__tarifcard-descbox {
  margin-bottom: 20px;
}

.tarifsingle__tarifcard-top {
  padding: 36px 20px 26px 30px;
}

.tarifsingle__tarifcard-title {
  margin-bottom: 30px;
  color: #170F49;
}
.tarifsingle__tarifcard-title span.tarifsbox__tarifcard-subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
}

.tarifsingle__tarifcard-prices {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.tarifsingle__tarifcard-prices.col-2 {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.tarifsingle__tarifcard-prices.col-2 .pricebox-desc {
  width: 100%;
}
.tarifsingle__tarifcard-prices .pricebox {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #170F49;
  margin-bottom: 7px;
}
.tarifsingle__tarifcard-prices .pricebox-desc {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.tarifsingle__tarifcard-prices .pricebox-desc span {
  display: block;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsingle__tarifcard-licenz {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.tarifsingle__tarifcard-licenz .pricelicenz {
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  color: #170F49;
}
.tarifsingle__tarifcard-licenz .pricelicenz-info {
  flex: 1 120px;
  font-size: 17px;
  line-height: normal;
  color: #6F6C8F;
}

.tarifsingle__tarifcard-licenzfoot {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}
.tarifsingle__tarifcard-licenzfoot p {
  width: 100%;
  color: #6F6C8F;
  line-height: 24px;
  text-align: left;
}
.tarifsingle__tarifcard-licenzfoot a.button-primary {
  width: 100%;
}

.tarifsingle__tarifcard-additional {
  padding: 0px 32px 25px 30px;
}

.tarifsingle__tarifcard-additionalunion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-additionalunion svg {
  opacity: 0.5;
}

.tarifsingle__tarifcard-additionaltext p {
  color: #6F6C8F;
}
.tarifsingle__tarifcard-additionaltext p strong {
  font-weight: normal;
  color: #000;
}

.tarifsingle__tarifcard-additionalprice {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tarifsingle__tarifcard-additionalprice span {
  display: inline-block;
  font-size: 40px;
  line-height: normal;
  color: #000;
}
.tarifsingle__tarifcard-additionalprice p {
  color: #6F6C8F;
}

.tarifsingle__tarifcard-standarts ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-standarts ul:last-child {
  margin-bottom: 0;
}
.tarifsingle__tarifcard-standarts ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsingle__tarifcard-standarts ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsingle__tarifcard-addsbutton {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifsingle__tarifcard-addsbutton a.button-primary {
  width: 100%;
}

.tarifsingle__tarifcard-foot {
  border-top: 1px solid #F1F2F9;
  padding: 24px 32px 25px 30px;
}
.tarifsingle__tarifcard-foot button.expand-card {
  width: 100%;
  margin-top: 17px;
  font-size: 0;
  border-top: 1px solid var(--aimsrot);
  padding: 0;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
}

.tarifsingle__tarifcard-descbox p {
  color: #6F6C8F;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-descbox p strong {
  color: #170F49;
  font-weight: bold;
}
.tarifsingle__tarifcard-descbox ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tarifsingle__tarifcard-descbox ul:last-child {
  margin-bottom: 0;
}
.tarifsingle__tarifcard-descbox ul li {
  position: relative;
  color: #6F6C8F;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.tarifsingle__tarifcard-descbox ul li::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/listcheck.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tarifsingle__tarifbenefits {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  gap: 32px;
}

.tarifsingle__tarifbenefit {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(8, 23, 46, 0.08);
}

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

.tarifsingle__tarifbenefit-title {
  color: var(--aimsrot);
}

.tarifsingle__tarifbenefit-text {
  opacity: 0.7;
  color: var(--schwarz);
}

/*
* ARTICLE FEED
*/
.articlefeed {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #050520;
}

.articlefeed__head {
  margin-bottom: 60px;
}
.articlefeed__head h2.section-title {
  color: #fff;
}
.articlefeed__head h2.section-title strong {
  background: linear-gradient(136deg, rgb(205, 67, 255) 0%, rgba(253, 101, 166, 0.75) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.articlefeed__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 40px;
}

.articlefeed__head-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.articlefeed__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.articlefeed__slider-nav {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

button.articlefeed-nav {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
button.articlefeed-nav.swiper-button-disabled svg linearGradient stop {
  stop-color: #696979;
}

.article-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 20px;
}

.article-item__header {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
.article-item__header picture {
  border-radius: 16px;
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 26px;
}
.article-item__header picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 402/246;
}
.article-item__header picture::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.article-item__category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.aricle-item__category-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  background-color: var(--violet);
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 100px;
  overflow: hidden;
}

.article-item__title {
  margin-bottom: 20px;
}
.article-item__title a {
  color: #fff;
}

.article-item__date {
  color: #FFF;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
  margin-bottom: 20px;
}

.article-item__text p {
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  color: #FFF;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
}

.article-item__footer {
  margin-top: 24px;
}

.link-more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.link-more span.icon-arrow-right {
  font-size: 12px;
}
.link-more span.link-more__text {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
}
.link-more:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1360px) {
  .articlefeed {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .articlefeed {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .articlefeed__content {
    gap: 20px;
  }
  .articlefeed__head {
    margin-bottom: 30px;
  }
  .article-item__header {
    margin-bottom: 20px;
  }
  .aricle-item__category-name {
    font-size: 12px;
    line-height: 18px;
  }
  .article-item__date .article-item__date-date {
    font-size: 14px;
    line-height: 140%;
  }
  .article-item__footer {
    margin-top: 15px;
  }
  .link-more .link-more__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .articlefeed__head-opt {
    flex-wrap: wrap;
    gap: 20px;
    align-content: center;
    justify-content: center;
  }
}
/*
* FAQ LIST
*/
.faqlist {
  margin-top: 180px;
  margin-bottom: 200px;
}

.faqlist__container {
  max-width: 1280px;
}

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

@media screen and (max-width: 1180px) {
  .faqlist {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .faqlist__head {
    margin-bottom: 30px;
  }
}
/*
* EVENT LIST
*/
.eventlist {
  margin-top: 130px;
  margin-bottom: 200px;
}

@media screen and (max-width: 1180px) {
  .eventlist {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
/*
* SPOILER
*/
.spoiler-item {
  border: 1px solid #3A3A3A;
  padding: 17px 20px 18px 30px;
  margin-bottom: 10px;
  border-radius: 20px;
  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: 22px;
  max-width: 954px;
  width: 100%;
}
.spoiler-item__content p {
  font-weight: 500;
}

.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: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: 1180px) {
  .spoiler-item__content p {
    font-size: 16px;
    line-height: 160%;
  }
}
/*
* CARDS LIST
*/
.cardslist {
  margin-top: 200px;
  margin-bottom: 160px;
}

.cardslist__container {
  max-width: 1340px;
}

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

.cardslist__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

.cardslist__item {
  background: linear-gradient(136deg, rgb(193, 51, 243) 0%, rgba(198, 18, 18, 0.75) 33%, rgb(245, 134, 87) 69%, rgb(255, 189, 114) 100%);
  padding: 1px;
  border-radius: 12px;
  overflow: hidden;
}
.cardslist__item-inner {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 18px 40px 4px 16px;
  height: 100%;
}
.cardslist__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.cardslist__item-title {
  margin-bottom: 6px;
}
.cardslist__item-text {
  color: #898989;
  line-height: 165%;
}

@media screen and (max-width: 1360px) {
  .cardslist {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .cardslist__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .cardslist {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cardslist__head {
    margin-bottom: 40px;
  }
  .cardslist__item-inner {
    overflow: hidden;
    padding: 18px 10px 4px 18px;
  }
  .cardslist__item-text {
    font-size: 16px;
  }
}
/*
* FORMBANNER
*/
.formbanner {
  position: relative;
  margin-bottom: 180px;
  padding-bottom: 80px;
  padding-top: 46px;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.formbanner::before, .formbanner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.formbanner::before {
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}
.formbanner::after {
  background: linear-gradient(90deg, rgb(204, 66, 254) 0%, rgb(254, 184, 109) 100%);
  opacity: 0.6;
  z-index: -1;
}

.formbanner__container {
  max-width: 1270px;
}

.formbanner__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.formbanner__content-text {
  flex: 1 320px;
  width: 100%;
}
.formbanner__content-text p {
  font-size: 36px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}
.formbanner__content-text p strong {
  font-weight: bold;
}

.formbanner__content-form {
  max-width: 230px;
  width: 100%;
  flex: 1 230px;
}
.formbanner__content-form .fluentform .subscibe-form input.ff-el-form-control {
  padding: 7px 20px 6px 25px !important;
}

@media screen and (max-width: 1180px) {
  .formbanner {
    margin-bottom: 100px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .formbanner__content-text p {
    font-size: 22px;
  }
  .formbanner__title {
    margin-bottom: 20px;
  }
  .formbanner__content-text {
    flex: 1 370px;
  }
}
@media screen and (max-width: 767px) {
  .formbanner {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  .formbanner__image img {
    -o-object-position: right;
       object-position: right;
  }
  .formbanner__content-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 682px) {
  .formbanner__content {
    justify-content: center;
  }
  .formbanner__content-form {
    max-width: 420px;
  }
}
.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) {
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 165%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 12px;
  background-color: #CD43FF;
  border-radius: 100px;
  border: none;
  z-index: 0;
  overflow: hidden;
  white-space: normal;
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit::after,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style)::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgb(205, 67, 255) 0%, rgb(253, 101, 166) 20%, rgb(252, 150, 81) 70%, rgb(255, 189, 114) 100%);
  z-index: -1;
  transition: transform 0.12s ease-in;
  transform-origin: 0 0;
}
.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 !important;
}
.fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:focus::after, .fluentform form.frm-fluent-form button.ff-btn.ff-btn-submit:hover::after,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):focus::after,
.fluentform form.frm-fluent-form button.ff-btn-submit:not(.ff_btn_no_style):hover::after {
  transition: transform 0.12s ease-in;
  transform: scale(1.2);
}

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

.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 #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_:-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 input.ff-el-form-control {
  background-color: #fff;
  border: 1px solid #B1B1B1 !important;
  border-radius: 20px !important;
  color: var(--textcolor) !important;
  font-family: var(--mainFont) !important;
  font-size: 18px;
  padding: 10px 20px 10px 25px !important;
}

.ff-el-group.contactform-row {
  margin-top: 32px;
  margin-bottom: 28px;
  color: var(--textcolor);
}
.ff-el-group.contactform-row .ff-el-input--label label {
  margin-bottom: 20px;
}

.ff-default .ff-el-input--label label {
  color: var(--textcolor);
}

label.ff-el-form-check-label.ff_tc_label p {
  color: var(--textcolor);
  font-weight: 500;
}

textarea.ff-el-form-control {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #b1b1b1 !important;
  border-radius: 20px !important;
  color: var(--textcolor) !important;
  font-family: var(--mainFont) !important;
  font-size: 18px;
  padding: 10px 14px 10px 14px !important;
}

@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 {
  margin-top: 70px;
  margin-bottom: 100px;
}
.contactform .section-title {
  text-align: center;
  margin-bottom: 78px;
}
.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__form-wrapper {
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 65px;
}

.contactform__contactinfo {
  padding: 25px 92px 15px 45px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  background: #191932;
  border-radius: 20px;
}
.contactform__contactinfo figure.contactinfo-logo {
  margin-top: -45px;
  margin-bottom: -35px;
}

.contactinfo-item {
  width: 100%;
  flex: 1 280px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.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;
  gap: 32px 64px;
  flex-wrap: wrap;
}

.contactform__form-info {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  width: 100%;
}

.contactform__form-infobtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 150px;
}
.contactform__form-infobtns a.button-outline {
  min-width: 210px;
}

.contactform__form-infotext {
  color: #333333;
}

.contactform__form-shortcode {
  position: relative;
  flex: 1 320px;
  width: 100%;
}

form#fluentform_1 button.ff-btn.ff-btn-submit,
form#fluentform_1 button.ff-btn-submit:not(.ff_btn_no_style) {
  margin-top: 30px;
}

.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: 1360px) {
  .contactform {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .contactform .section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .contactform {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contactform .section-title {
    margin-bottom: 40px;
  }
  .contactform__contactinfo figure.contactinfo-logo {
    width: 262px;
  }
  .contactform__contactinfo {
    padding: 25px 62px 15px 35px;
  }
  .contactform__form-wrapper {
    margin-bottom: 40px;
  }
  .contactform__form-infobtns {
    margin-top: 120px;
  }
  .contactform__form {
    gap: 32px 40px;
  }
  .contactform .fluentform .ff-el-group {
    margin-bottom: 10px;
  }
  .contactinfo-item p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 998px) {
  .contactform__contactinfo figure.contactinfo-logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .contactform__form-info {
    max-width: 100%;
  }
  .contactform__form-infobtns {
    margin-top: 20px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .ff-el-group.ff-text-right.ff_submit_btn_wrapper {
    display: flex;
    justify-content: center;
  }
  .contactform .section-title {
    margin-bottom: 30px;
  }
  .contactform__contactinfo {
    padding: 15px 25px 15px 25px;
  }
  .contactform__contactinfo figure.contactinfo-logo {
    width: 205px;
  }
  .contactinfo-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .contactform__form-wrapper {
    margin-bottom: 0;
    padding-top: 32px;
  }
}
/*
* 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(--aimsrot);
  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;
  padding: 10px 20px 9px 25px;
}
.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 {
  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 .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(--aimsrot);
}

.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 {
  line-height: 1;
  font-weight: 600;
  padding: 17px 22px;
}

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 {
  width: auto;
  padding: 17px 70px;
}
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.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;
}/*# sourceMappingURL=main.css.map */