@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>: #151515;
  --text-color-light-2\<deleted\|variable-623474b4-3021-c01d-e4bb-6f2dabfc215b\>: #f2f2f2;
  --color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>: #181d24;
  --szklo: #e0a9ea00;
  --color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>: #f2f2f226;
  --text-color-light-transparent\<deleted\|variable-96942801-c937-d8bf-9dcf-8aff0d278fae\>: #f2f2f273;
  --color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>: #f2f2f2;
  --color-light: #f2f2f2;
  --text-color-dark: #151515;
  --text-color-light: #f2f2f2;
  --color-light-transparent: #f2f2f240;
  --glass: #ffffffbd;
  --color-dark-transparent-2\<deleted\|variable-15d08eb8-6d5e-b6cc-8c54-1c9cf7e9ceae\>: #1e1d1e26;
  --color-dark: #181d24;
  --color-dark-transparent: #1e1d1e26;
  --line-color-02: #5ecff9;
  --line-color-01: #82dca8;
  --line-color-04: #dc82a9;
  --line-color-05: #b4dc82;
  --line-color-03: #bc82dc;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --combine-library--primary-600: #6157f8;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--white: white;
  --combine-library--grey-800: #02ccff;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-400: #8c94a5;
  --combine-library--success-800: #6d9400;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --none: #fff0;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --tester: red;
  --combine-library--grey-200: #bfc4ce;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1508px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.text-size-tiny-caps {
  color: var(--text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

.text-align-center.maxw-introduction-title {
  max-width: 940px;
}

.text-align-center.maxw-introduction-paragraph {
  max-width: 680px;
}

.wrap-introduction-title {
  margin-left: 95px;
  margin-right: 95px;
}

.dark-section {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  color: var(--text-color-light-2\<deleted\|variable-623474b4-3021-c01d-e4bb-6f2dabfc215b\>);
  margin-bottom: -1px;
}

.wrap-box-the-value {
  background-color: var(--szklo);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 65px;
  display: flex;
  position: relative;
}

.mask-link-arrows {
  pointer-events: auto;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-up {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.wrap-content-2 {
  z-index: 1;
  position: relative;
}

.slide-testimonial {
  background-color: var(--szklo);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  width: 49.2%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 80px 75px;
  position: relative;
}

.section-cta {
  padding-bottom: 70px;
  position: relative;
}

.section-cta.dark-section {
  width: 100%;
}

.text-cta {
  text-align: center;
  max-width: 680px;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 115%;
}

.section-testimonials.dark-section {
  overflow: visible;
}

.button-cta {
  background-color: var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
  pointer-events: auto;
  color: var(--text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 26px 80px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cta-ii {
  padding-bottom: 100px;
  position: relative;
}

.logo-on-dark {
  color: var(--text-color-light-2\<deleted\|variable-623474b4-3021-c01d-e4bb-6f2dabfc215b\>);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Unbounded, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.wrap-logo-on-dark {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.arrow-down {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.text-size-tiny {
  font-size: 12px;
  font-weight: 400;
}

.footer-links {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-link-left {
  flex: 1;
  display: flex;
}

.footer-link-right {
  flex: none;
  display: flex;
}

.link-flex {
  align-items: center;
  display: flex;
}

body {
  background-color: var(--color-light);
  color: var(--text-color-dark);
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  line-height: 180%;
}

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Dmsans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-color-light);
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

figcaption {
  text-align: left;
  margin-top: 5px;
}

.container {
  color: var(--text-color-dark);
  width: 100%;
  max-width: 1508px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.text-size-caps-tiny {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

.text-size-caps-tiny.text-align-center.maxw-introduction-subtitle {
  max-width: 940px;
}

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

.text-align-center.maxw-introduction-title {
  text-transform: none;
  max-width: 940px;
  font-family: Unbounded, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 150%;
}

.text-align-center.maxw-introduction-title._2 {
  color: var(--text-color-dark);
}

.text-align-center.maxw-introduction-paragraph {
  max-width: 680px;
  font-family: Unbounded, sans-serif;
}

.section-about {
  padding-top: 90px;
  position: relative;
}

.flex-ver-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-introduction-title {
  margin-left: 95px;
  margin-right: 95px;
  font-family: Satoshi, sans-serif;
}

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

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

.paragraph-small {
  color: var(--text-color-dark);
  font-size: 14px;
}

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

.text-spacing-0em {
  margin-bottom: 0;
}

.text-spacing-0em.text-color-light {
  position: relative;
}

.section-the-value {
  padding-top: 100px;
  position: relative;
}

.section-the-value.section-dark.z-index-2 {
  background-color: var(--text-color-light);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.do-not-delete---classes-used-by-animation {
  display: none;
}

.wrap-box-the-value {
  background-color: var(--szklo);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(225deg, #a223b040, #9619bc91);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 65px;
  display: flex;
  position: relative;
}

.maxw-the-value-01 {
  max-width: 330px;
}

.grid-the-value {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.maxw-the-value-02 {
  max-width: 280px;
}

.maxw-the-value-03 {
  max-width: 330px;
}

.maxw-the-value-04 {
  max-width: 300px;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.lottie-animation {
  width: 110px;
  margin-bottom: 40px;
  margin-left: -3px;
  line-height: 0;
}

.line-vertical-stretch {
  width: 6px;
  height: 100%;
  line-height: 0;
  position: relative;
}

.line-horizontal-stretch {
  flex: 1;
  width: 100%;
  height: 6px;
  line-height: 0;
  position: relative;
}

.lines-arc-90 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.lines-arc-270 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-03-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content 228px;
  grid-template-columns: 2fr min-content 3fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.line-03-cell-03 {
  margin-right: 86px;
}

.line-03-cell-04 {
  position: relative;
}

.line-03-cell-05 {
  margin-left: 86px;
}

.line-03-cell-07 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-03-cell-08 {
  position: relative;
}

.line-03-cell-09 {
  margin-left: 86px;
}

.line-03-cell-01 {
  height: 6px;
  display: none;
  position: relative;
}

.mask-line-03 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 42px 0% -300px;
}

.line-03-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto min-content 50px min-content;
  grid-template-columns: min-content 20px auto;
  grid-auto-columns: 1fr;
  height: 100%;
  display: none;
  position: relative;
}

.line-horizontal-light {
  border-bottom: 1px solid var(--color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>);
  width: 100%;
  padding-bottom: 1px;
}

.grid-main {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid-awards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: min-content;
  grid-template-columns: .4fr 1.25fr;
  grid-auto-rows: min-content;
  position: relative;
}

.grid-awards-inner {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr min-content;
  place-items: start;
}

.text-color-light-transparent {
  color: var(--color-light-transparent);
}

.section-awards {
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
}

.section-awards.section-dark {
  z-index: 100;
  color: var(--glass);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-awards.section-dark.agentur-arbeit-f-rderung-bildungsma-nahme-institut {
  flex-flow: column;
}

.hide-desktop-show-991 {
  display: none;
}

.lines-arc-271 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.lines-arc-272 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

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

.margin-bottom-45px {
  margin-bottom: 45px;
}

.mask-link-arrows {
  pointer-events: auto;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-up {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.second-arrow-up {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: -20px;
}

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

.right-arrow {
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 0%;
  inset: auto auto 0% 52%;
}

.slide-testimonial {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #b4c8f663;
  border-radius: 20px;
  width: 49.2%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 80px 75px;
  position: relative;
}

.left-arrow {
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 0%;
  inset: auto 52% 0% auto;
}

.slider {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1508px;
  height: auto;
  display: flex;
}

.mask {
  width: 100%;
  margin-left: -10px;
  padding-bottom: 65px;
  overflow: visible;
}

.text-testimonial {
  color: var(--text-color-dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.text-testimonial.text-align-center-on-478 {
  color: var(--text-color-light);
}

.text-position {
  color: var(--text-color-dark);
}

.text-name {
  color: var(--text-color-dark);
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.line-light-slider-nav {
  background-color: #f2f2f226;
  width: 1px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -4px;
}

.wrap-photo-name-and-position {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-cta-01 {
  padding-bottom: 70px;
  position: relative;
}

.text-cta {
  color: var(--text-color-light);
  text-align: center;
  max-width: 680px;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 115%;
}

.maxw-did-you-find {
  max-width: 500px;
}

.flex-social-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.flex-social-links.heading-2 {
  margin-top: 20px;
}

.text-button {
  -webkit-text-stroke-color: var(--text-color-dark);
}

.section-testimonials {
  padding-bottom: 320px;
  position: relative;
}

.lines-arc-180 {
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-left: -2px;
  line-height: 0;
  position: relative;
}

.lines-arc-360 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-right: -2px;
  line-height: 0;
}

.button-cta {
  background-color: var(--color-light);
  pointer-events: auto;
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 26px 80px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-cta:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px #000000bf;
}

.section-cta-02 {
  padding-bottom: 100px;
  position: relative;
}

.mask-line-04a {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -350px 0 0;
  overflow: hidden;
}

.line-04-cell-01 {
  height: 6px;
  position: relative;
}

.line-04-cell-02 {
  margin-right: 86px;
}

.line-04-cell-03 {
  position: relative;
}

.line-04-cell-04 {
  margin-left: 86px;
}

.line-04a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content 500px min-content min-content 3fr min-content min-content 1fr;
  grid-template-columns: auto min-content 15.5vw min-content 6vw min-content 100px 50vw;
  height: 100%;
  display: grid;
  position: relative;
}

.line-04-cell-06 {
  margin-top: -6px;
}

.line-04-cell-07 {
  position: relative;
}

.line-04-cell-10 {
  margin-top: -6px;
}

.line-04-cell-11 {
  position: relative;
}

.mask-line-04b {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 69px;
  overflow: hidden;
}

.line-04b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content 39px;
  grid-template-columns: auto min-content 9vw min-content 6vw 278px 50vw;
  justify-content: end;
  justify-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.line-04-cell-14 {
  margin-top: -6px;
  position: relative;
}

.mask-line-05a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -100px 0 200px;
  overflow: hidden;
}

.line-05a-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content min-content;
  grid-template-columns: auto min-content 10vw min-content 248px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-05-cell-01 {
  height: 6px;
  position: relative;
}

.line-05-cell-02 {
  margin-top: -6px;
}

.line-05-cell-03 {
  position: relative;
}

.line-05-cell-06 {
  margin-top: -6px;
}

.mask-line-05b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -200px 0 69px;
  overflow: hidden;
}

.line-05b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto min-content;
  grid-template-columns: auto min-content 10vw 340px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-05-cell-07 {
  position: relative;
}

.mask-line-06 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -100px 0 148px;
  overflow: hidden;
}

.line-06 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: auto min-content 404px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-06-cell-02 {
  margin-right: 86px;
}

.line-06-cell-03 {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.mask-line-07a {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -30px 0% 0%;
  overflow: hidden;
}

.line-07a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content min-content;
  grid-template-columns: 50vw 150px min-content 6vw min-content auto;
}

.line-07-cell-01 {
  height: 6px;
  position: relative;
}

.line-07-cell-03 {
  position: relative;
}

.line-07-cell-05 {
  height: 6px;
  position: relative;
}

.line-07-cell-06 {
  margin-top: -6px;
}

.mask-line-07b {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 69px;
  overflow: hidden;
}

.line-07b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content;
  grid-template-columns: 50vw 328px 6vw min-content min-content auto;
}

.line-07-cell-08 {
  margin-top: -6px;
}

.line-07-cell-09 {
  position: relative;
}

.line-07-cell-11 {
  height: 6px;
  position: relative;
}

.mask-line-08a {
  pointer-events: none;
  width: 100%;
  height: 320px;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line-08a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content min-content;
  grid-template-columns: 50vw 490px min-content 2vw min-content auto;
}

.line-08-cell-01 {
  height: 6px;
  position: relative;
}

.line-08-cell-02 {
  margin-left: 86px;
}

.line-08-cell-03 {
  position: relative;
}

.line-08-cell-05 {
  height: 6px;
  position: relative;
}

.line-08-cell-06 {
  margin-top: -6px;
}

.mask-line-08b {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -60px 0% 148px;
  overflow: hidden;
}

.line-08b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto min-content;
  grid-template-columns: 50vw 404px min-content auto;
}

.line-08-cell-07 {
  position: relative;
}

.line-08-cell-09 {
  height: 6px;
  position: relative;
}

.mask-line-09 {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 108px;
  overflow: hidden;
}

.line-09 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 50vw 580px min-content auto;
}

.line-09-cell-01 {
  height: 6px;
  position: relative;
}

.line-09-cell-02 {
  margin-left: 86px;
}

.line-09-cell-03 {
  position: relative;
}

.line-09-cell-05 {
  height: 6px;
  position: relative;
}

.logo-on-dark {
  color: var(--color-light);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
  width: 1px;
  height: 8vw;
  margin-top: 2vw;
  margin-bottom: 3vw;
  position: relative;
}

.wrap-button-cta {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  box-shadow: 0 0 30px 40px var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
}

.testimonials-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -70px;
}

.contact-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -80px;
}

.margin-bottom-cta {
  margin-bottom: 60px;
}

.arrow-down {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.second-arrow-down {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: -20px;
  left: 20px;
}

.text-size-tiny {
  color: var(--color-light);
  font-size: 12px;
  font-weight: 400;
}

.footer-links {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.footer-link-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link-right {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-right-8px {
  margin-right: 8px;
}

.link-fading {
  align-items: center;
  transition: opacity .2s;
  position: relative;
}

.link-fading:hover {
  opacity: .6;
}

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

.logo-webflow-light {
  width: 80px;
  margin-top: -3px;
  position: relative;
}

.section-footer-links {
  position: relative;
}

.info-text-footer {
  opacity: .5;
}

.link-on-light {
  pointer-events: auto;
  color: var(--text-color-dark);
  align-self: flex-start;
  display: block;
}

.section-header {
  position: relative;
}

.wrap-social-link {
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.social-link-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.underline-on-hover {
  box-sizing: content-box;
  border-bottom: 2px solid #000;
  width: 0;
  margin-bottom: -1px;
}

.underline-on-hover.dark-line {
  border: 1px solid #fff;
}

.underline-link {
  box-sizing: content-box;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 2px;
  display: flex;
}

.banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45vw;
  margin-top: 0;
  margin-left: 45px;
  margin-right: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.flex-social-links-banner {
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.lightbox {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-z {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.dark-overlay-of-banner-image {
  opacity: .3;
  background-color: #181d24;
  position: absolute;
  inset: 0%;
}

.logo-on-white {
  color: var(--text-color-dark);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Unbounded, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.lightbox-link {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.wrap-logo-light {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  display: flex;
  position: relative;
}

.social-links-bar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
}

.margin-bottom-project-paragraph {
  margin-bottom: 110px;
}

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

.grid-project-main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 22px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-project-main-content.project-position {
  pointer-events: none;
}

.video-thumbnail {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.wrap-project {
  position: relative;
}

.line-horizontal-dark {
  border-bottom: 1px solid #1e1d1e26;
  width: 100%;
  padding-bottom: 1px;
}

.text-button-on-dark {
  color: var(--color-light);
}

.section-projects {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.image-project {
  z-index: 3;
  height: 100%;
  position: relative;
}

.wrap-links-project {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.flex-hor-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-content-project {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.wrap-photo-project {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-vertical-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.flex-ver-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  pointer-events: auto;
  color: #151515;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #181d24;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-top: 55px;
  padding: 26px 70px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px -17px #000000bf;
}

.margin-bottom-5px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
}

.text-color-light {
  color: var(--text-color-light);
}

.link-on-dark {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.light-line {
  border-bottom: 1px solid var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
}

.light-line-transparent {
  border-bottom: 1px solid var(--color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>);
}

.line-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 50px min-content min-content auto min-content;
  grid-template-columns: auto min-content minmax(200px, 1152px) min-content 20px auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.line-01-cell-02 {
  margin-right: 86px;
}

.line-01-cell-03 {
  position: relative;
}

.lines-arc-361 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.line-01-cell-04 {
  margin-left: 86px;
}

.lines-arc-362 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-01-cell-06 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-01-cell-07 {
  position: relative;
}

.line-01-cell-08 {
  margin-left: 86px;
}

.mask-line-01 {
  pointer-events: none;
  position: absolute;
  inset: -170px 0 50%;
  overflow: hidden;
}

.lines-arc-363 {
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-left: -2px;
  line-height: 0;
  position: relative;
}

.lines-arc-364 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 94px auto min-content;
  grid-template-columns: auto minmax(200px, 1300px) min-content 40px auto;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.line-02-cell-01 {
  margin-bottom: -6px;
}

.line-02-cell-03 {
  margin-left: 86px;
}

.line-02-cell-04 {
  position: relative;
}

.line-02-cell-05 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-02-cell-02 {
  margin-bottom: -6px;
}

.mask-line-02 {
  pointer-events: none;
  position: absolute;
  inset: -230px 0 42px;
  overflow: hidden;
}

.dark-line-transparent {
  border-bottom: 1px solid var(--color-dark-transparent-2\<deleted\|variable-15d08eb8-6d5e-b6cc-8c54-1c9cf7e9ceae\>);
}

.dark-line {
  border-bottom: 1px solid var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
}

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

.cursor-play-reel {
  z-index: 2;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  pointer-events: none;
  background-color: #ffffffdb;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: fixed;
  inset: -70px auto auto -70px;
  transform: scale(0);
}

.text-play-reel {
  z-index: 2;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
}

.about-anchor, .projects-anchor, .value-anchor, .awards-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
}

.section-projects-on-projects-page {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}

.mask-line-02-projects-page {
  pointer-events: none;
  position: absolute;
  inset: -40px 0 42px;
  overflow: hidden;
}

.line-01-projects-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content;
  grid-template-columns: min-content auto minmax(200px, 1152px) min-content 20px auto;
  display: grid;
  position: absolute;
  inset: 0% -15px 0% -8px;
}

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

.breakpoint-indicator {
  z-index: 10000;
  letter-spacing: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 900;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #0000004d;
}

.indic-1440, .indic-991, .indic-767, .indic-478 {
  display: none;
}

.testimonials-projects-page {
  padding-top: 100px;
}

.mask-line-05a-projects-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -58px 0 200px;
  overflow: hidden;
}

.back-to-home {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5vw;
  display: flex;
}

.mask-line-01-projects-page {
  pointer-events: none;
  position: absolute;
  inset: -60px 0 50%;
  overflow: hidden;
}

.margin-vertical-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-medium {
  margin-bottom: .6em;
  font-family: Dmsans, sans-serif;
  font-size: 23px;
}

.color-light {
  background-color: var(--color-light);
}

.heading-tiny {
  margin-bottom: .7em;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.margin-bottom-100px {
  margin-bottom: 100px;
}

.color-light-transparent {
  background-color: var(--color-light-transparent);
}

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

.heading-small {
  margin-bottom: .6em;
  font-family: Dmsans, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.heading-large {
  margin-bottom: .6em;
  font-size: 34px;
}

.margin-bottom-label-tutorials {
  margin-bottom: 15px;
}

.color-dark {
  background-color: var(--color-dark);
}

.heading-xlarge {
  margin-bottom: .6em;
  font-size: 41px;
}

.heading-big {
  margin-bottom: .6em;
  font-size: 28px;
}

.style-guide {
  padding-top: 100px;
}

.style-guide-text-sample-dark-bg {
  background-color: var(--color-dark);
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 28px;
  line-height: 130%;
  display: flex;
}

.main-wrapper {
  position: relative;
}

.style-guide-text-sample-light-bg {
  background-color: var(--color-light);
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 28px;
  line-height: 130%;
  display: flex;
}

.style-guide-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  display: grid;
  overflow: hidden;
}

.color-dark-transparent {
  background-color: var(--color-dark-transparent);
}

.section-footer {
  padding-top: 70px;
}

.grid-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.line-color-02 {
  background-color: var(--line-color-02);
}

.grid-12-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.line-color-01 {
  background-color: var(--line-color-01);
}

.line-color-04 {
  background-color: var(--line-color-04);
}

.glass {
  background-color: var(--glass);
}

.line-color-05 {
  background-color: var(--line-color-05);
}

.line-color-03 {
  background-color: var(--line-color-03);
}

.heading, .heading-2, .heading-3 {
  color: var(--text-color-dark);
}

.section-dark {
  background-color: var(--color-dark);
  margin-bottom: -1px;
}

.wrap-logo-dark {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.wrap-licenses-info {
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
}

.font-sample-01 {
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.heading-medium-2 {
  font-family: Dmsans, sans-serif;
  font-size: 23px;
}

.font-sample-02 {
  text-align: center;
  font-family: Dmsans, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.font-sample-03 {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.licenses {
  padding-top: 60px;
}

.wrap-version-text {
  margin-top: 10px;
  padding-bottom: 100px;
}

.link-text-dark {
  color: var(--text-color-dark);
}

.form-block {
  width: 60%;
}

.field-label {
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  line-height: 130%;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps.rerdf {
  color: var(--text-color-light);
}

.text-weight-medium.caps {
  color: var(--text-color-dark);
  font-weight: 700;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-contact {
  font-size: 1.375rem;
}

.button-primary {
  grid-row-gap: .25rem;
  color: #efefef;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #151515;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-size-medium-vw {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 130%;
}

.text-size-medium-vw.line-02-cell-01 {
  color: var(--text-color-dark);
  margin-bottom: 20px;
}

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

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.form-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.name-wrapper-contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-wrapper.full-width {
  z-index: 2000;
  opacity: 1;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0 0% auto;
}

.text-field-contact {
  color: #151515;
  background-color: #fff;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 10px;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #151515;
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #151515;
  border-color: #212121;
}

.text-field-contact.open-modal-l {
  width: 100%;
}

.text-block {
  color: #151515bd;
  padding-top: 3px;
  padding-left: 7px;
  font-size: 13px;
  line-height: 130%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block._9 {
  width: 90%;
}

.waswirmachen {
  z-index: 100;
  flex-flow: column;
  width: 89%;
  display: flex;
  position: relative;
}

.waswirmachen.response-div-select {
  padding: 0;
}

.wwm-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wwm-item-50 {
  border-bottom: 3px solid var(--glass);
  width: 50%;
  margin-bottom: 40px;
}

.text-block-2 {
  color: var(--text-color-dark);
}

.text-block-3 {
  color: var(--text-color-dark);
  font-size: 1.2rem;
  font-weight: 400;
}

.text-block-4, .text-block-5 {
  color: var(--text-color-dark);
}

.wwm-item {
  width: 33%;
}

.paragraph {
  color: var(--text-color-light);
}

.button-copy {
  pointer-events: auto;
  color: #151515;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #181d24;
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 10px;
  padding: 26px 70px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-copy:hover {
  opacity: 1;
  background-color: #222932;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px -17px #000000bf;
}

.heading-4 {
  z-index: 4;
  color: var(--text-color-light);
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  font-weight: 700;
  position: relative;
}

.text-size-medium-vw-copy {
  z-index: 4;
  color: var(--text-color-light);
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 30%;
}

.image-2 {
  width: 10%;
}

.image-2._5 {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-modal {
  background-color: #ffffff94;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.modal-content-x {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 20px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 2px 6px 11px 3px #0003;
}

.text-field-contact-modal {
  color: #151515;
  background-color: #fff;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 10px;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
  box-shadow: 0 2px 5px #0003;
}

.text-field-contact-modal:hover {
  color: #151515;
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact-modal:active {
  color: #212121;
}

.text-field-contact-modal:focus {
  color: #151515;
  border-color: #212121;
}

.submit-button-2 {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.text-block-6 {
  align-self: flex-end;
  margin-right: 40px;
}

.text-block-7 {
  align-self: flex-start;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 100%;
}

.modal-wrapper-x {
  background-color: #ffffff9c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.close-all-modals-x {
  font-size: 45px;
  position: absolute;
  inset: 3% 3% auto auto;
  transform: rotate(45deg);
}

.modal-wrapper-x-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-2 {
  color: var(--text-color-dark);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  line-height: 130%;
}

.waswirmachen-copy {
  z-index: 100;
  background-color: #ffffff36;
  border-radius: 20px;
  flex-flow: column;
  width: 80%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000012;
}

.form-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  flex-flow: column;
  width: 57%;
  padding: 20px 60px;
  display: flex;
}

.form-2.maxw-introduction-paragraph {
  z-index: 100;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.field-label-white {
  color: #ffe6ed;
  margin-bottom: .125rem;
  padding-left: 21px;
  font-size: 1rem;
  font-weight: 500;
}

.text-input {
  color: #0f172a;
  background-color: #ffffffcf;
  border: .125rem solid #0000;
  border-radius: 2rem;
  min-height: 3.5rem;
  margin-bottom: .87rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
}

.text-input:focus {
  border: .125rem solid var(--line-color-02);
}

.text-input::placeholder {
  color: #455366;
}

.link {
  color: #ffe6ed;
  text-decoration: underline;
}

.button-copy-2 {
  color: #0f172a;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-radius: 0;
  flex: none;
  align-self: center;
  min-height: 3.5rem;
  margin-top: 40px;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
  box-shadow: 0 2px 20px 1px #0003;
}

.button-copy-2:hover {
  opacity: .88;
}

.button-copy-2:active {
  transform: scale(.98);
}

.link-2 {
  color: var(--text-color-dark);
  text-decoration: underline;
}

.code-embed-2 {
  text-align: center;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--glass);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 20px;
  width: 100%;
  padding: 80px 15px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
  box-shadow: 6px 6px 20px -6px #00000045;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-color-dust {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-pricing-one-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-pricing-one-toggle-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-pricing-one-content-list {
  flex-flow: row;
  display: flex;
}

.rt-pricing-one-content-paragraph {
  max-width: 517px;
}

.rt-home-three-hero-button, .rt-tick-icon {
  display: flex;
}

.rt-pricing-one-content-list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 16px;
  display: flex;
}

.rt-pricing-one-title-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rt-pricing-one-toggle-block {
  background-color: #deebff;
  border-radius: 30px;
  align-items: center;
  width: 61px;
  height: 22px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.rt-pricing-one-toggle {
  flex: 0 30%;
  margin-top: 20px;
}

.rt-pricing-one-toggle-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 30px;
  width: 24px;
  height: 10px;
}

.rt-pricing-one-tab {
  position: static;
}

.rt-pricing-one-content-price {
  align-items: flex-end;
  display: flex;
}

.rt-pricing-one-wrapper {
  flex: 1;
  max-width: 950px;
}

.rt-pricing-one-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-tab-link-tab-1-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #fff3;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.rt-tab-link-tab-1-two.w--current {
  background-color: #fff0;
}

.rt-tab-link-tab-1-two.rt-border-bottom-off {
  border-bottom-width: 0;
}

.rt-button-arrow-4 {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.rt-button-main-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-button-main-5.rt-underline-off.rt-chnage-direction {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.rt-pricing-one-tab-menu {
  flex-flow: column;
  margin-top: 50px;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
}

.rt-yearly {
  display: none;
}

.rt-pricing-one-content {
  border-left: 1px solid #fff3;
  margin-top: 200px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rt-pricing-one-content-list-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-smaller-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.rt-smaller-text.rt-color-dust {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-smaller-text.rt-color-dust.rt-change-min-width {
  min-width: 30px;
}

.rt-pricing-one-title {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-monthly {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-pricing-one-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-pricing-one {
  padding-left: 15px;
  padding-right: 15px;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium {
  z-index: 100;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.combine-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-section_feature2 {
  border-radius: 20px;
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h1 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.combine-heading-style-h1.combine-container-large-3._6 {
  z-index: 10;
  position: relative;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung {
  width: auto;
  margin-top: 140px;
  margin-left: 120px;
  font-family: Dmsans, sans-serif;
  display: block;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung.fortbildung-ki {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Dmsans, sans-serif;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung {
  width: auto;
  margin-top: 220px;
  margin-left: 120px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  display: block;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung._4567 {
  margin-top: 0;
  margin-left: 0;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung {
  width: auto;
  margin-top: 140px;
  margin-left: 120px;
  display: block;
}

.combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung.fortbildung-ki {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.combine-text-size-regular-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-2._2 {
  margin-left: 20px;
}

.combine-text-size-regular-2._4 {
  margin-bottom: .5rem;
  font-weight: 600;
}

.combine-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #06f;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 0 3px 11px #0000004d;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-section_header1 {
  z-index: 100;
  position: relative;
}

.combine-header1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.combine-header1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-header1_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-header1_image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  overflow: visible;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-button-small {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #02ccff;
}

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

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-text-weight-semibold {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-2 {
  z-index: 10;
  width: 25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.combine-heading-style-h2-2._3 {
  z-index: 10;
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-family: Dmsans, sans-serif;
  font-size: 9rem;
  line-height: .9;
}

.combine-heading-style-h2-2._3._6 {
  width: 22rem;
  line-height: .8;
}

.combine-heading-style-h2-2._3 {
  z-index: 10;
  color: #e0ecff;
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-size: 9rem;
  line-height: .9;
}

.combine-heading-style-h2-2._3._6 {
  width: 20rem;
  line-height: .8;
  position: static;
}

.combine-heading-style-h2-2._3._6.arebitsagentur-ai-ki-weitervbildung {
  z-index: 1;
  align-self: center;
  width: 18.3rem;
  margin-top: 140px;
  margin-right: 60px;
  font-size: 12rem;
  position: relative;
  top: auto;
  left: auto;
}

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

.combine-text-size-regular-3 {
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-3.bold {
  font-weight: 600;
}

.combine-text-size-regular-3.xbold {
  font-weight: 800;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_pricing5 {
  background-color: #ffffff94;
}

.combine-pricing5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
}

.combine-pricing5_table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-pricing5_table-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: .75rem;
  display: grid;
}

.combine-pricing5_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.combine-pricing5_span {
  font-size: 1.25rem;
}

.combine-pricing5_cost-secondary, .combine-pricing5_cost-primary, .combine-pricing5_cost-tertiary {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_table-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-pricing5_help {
  color: var(--combine-library--grey-400);
  padding: .25rem;
  position: relative;
}

.combine-pricing5_tooltip {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  border-radius: .5rem;
  width: 12rem;
  padding: .5rem .75rem;
  font-size: .75rem;
}

.combine-pricing5_tooltip-wrapper {
  z-index: 3;
  display: none;
  position: absolute;
  left: 0;
}

.combine-pricing5_tooltip-triangle {
  color: var(--combine-library--grey-800);
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.combine-icon_color5 {
  color: var(--combine-library--success-800);
}

.combine-pricing5_table-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem;
  display: flex;
}

.combine-pricing5_table-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-margin-bottom-twenty {
  color: var(--text-color-dark);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.rt-category-cards-text-2.rt-margin-top-fourty {
  margin-top: 40px;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text-2.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  color: var(--text-color-dark);
}

.rt-margin-bottom-twenty.rt-body-font-color-6 {
  color: #151515;
}

.rt-component-container-2 {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-component-section-2 {
  background-color: #ffffffa3;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  margin-bottom: 40px;
  padding: 80px 15px;
  display: flex;
  position: relative;
}

.rt-component-section-2.rt-three-x-award-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 10px;
  padding: 84px 15px 74px;
}

.rt-component-section-2.rt-icon-box-v-five {
  padding-top: 50px;
  padding-bottom: 33px;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width {
  width: 100%;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-image-wrapper.rt-position-relative.rt-overflow-hidden {
  justify-content: center;
  align-items: center;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-border-radius-six.rt-full-width.rt-autofit-2 {
  width: 90%;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--text-color-dark);
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
}

.rt-no-margin-bottom.rt-component-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-award-bottom-block {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.rt-home-one-awards-large-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  writing-mode: vertical-rl;
  font-family: Outfit;
  font-size: 110px;
  font-weight: 600;
  line-height: 100%;
  transform: rotate(180deg);
}

.rt-home-one-award-top-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-home-one-award-wrap {
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-one-award-top-left-block {
  flex: 1;
  max-width: 368px;
}

.rt-home-one-award-card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  position: relative;
}

.rt-tag-type-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: 14px;
  line-height: 24px;
}

.rt-home-one-awards-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 37ch;
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-awards-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-dizify-service-icon-box-three {
  background-image: url('../images/03.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-dizify-service-icon-box-two {
  background-image: url('../images/02.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-dizify-service-icon-box-four {
  background-image: url('../images/04.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-service-icon-box-one {
  background-image: url('../images/01.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-dizify-service-icon {
  height: auto;
}

.rt-service-row {
  grid-column-gap: 67px;
  grid-row-gap: 16px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-text-center.rt-pricing-one-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 380px;
}

.rt-button-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-text-black-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-margin-bottom-thirty, .rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-superscript {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.rt-pricing-three-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid #e9e9e933;
  flex-flow: column;
  padding-top: 11px;
  padding-bottom: 20px;
  padding-left: 45px;
  display: flex;
}

.rt-pricing-three-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 10px;
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.rt-pricing-three-box.rt-margin-bottom-thirty.rt-starter-plan-three {
  background-color: #f5f5fb;
  max-width: 915px;
}

.rt-pricing-one-lists {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.rt-button-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: capitalize;
  background-color: #ffffff26;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  overflow: hidden;
}

.rt-button-10.rt-button-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-button-10.rt-button-two.rt-button-padding-change {
  padding-left: 40px;
  padding-right: 40px;
}

.rt-button-10.rt-button-two.rt-button-padding-change.rt-button-background-dark {
  background-color: #121722;
  background-image: none;
}

.rt-button-10.rt-button-two.rt-button-padding-change.rt-button-background-dark.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-pricing-plans-tabs {
  opacity: .7;
  color: #fff;
  background-color: #323e58;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 600;
}

.rt-pricing-plans-tabs.w--current {
  opacity: 1;
  color: #08111f;
  background-color: #fff;
}

.rt-pricing-plans-tabs.rt-pricing-plan-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #ebebeb;
}

.rt-pricing-plans-tabs.rt-pricing-plan-two.w--current {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-small-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.rt-margin-bottom-sixty {
  margin-bottom: 60px;
}

.rt-margin-bottom-sixty.rt-pricing-one-tab-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-not-available-feature-one {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-pricing-three-plan {
  font-size: 16px;
}

.rt-pricing-one-plans {
  z-index: 5;
  flex-direction: column;
  display: flex;
}

.rt-capitalize-every-word {
  text-transform: capitalize;
}

.rt-capitalize-every-word.rt-button-text-hover-out {
  position: absolute;
}

.rt-pricing-three-plans-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.rt-pricing-one-hero-heading-wrapper {
  align-items: center;
}

.rt-pricing-coin-icon {
  position: absolute;
  inset: 15% -75% auto auto;
}

.rt-pricing-one-hand-image {
  position: absolute;
  inset: -22% 0% auto auto;
}

.rt-pricing-one-hand-image.rt-pricing-three-hand-image {
  top: -13%;
  right: -2%;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-no-margin {
  margin: 0;
}

.rt-home-two-new-approch-heading {
  max-width: 20ch;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-counter-heading-text {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-home-two-red-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-align: center;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 51px 15px;
  display: flex;
}

.rt-autofit-4 {
  object-fit: cover;
}

.rt-autofit-4.rt-border-radious-ten, .rt-autofit-4.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.rt-home-two-approach-right {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-home-two-our-approach-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 46%;
}

.rt-margin-top-twenty {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  position: relative;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
}

.rt-box-one-block {
  background-image: url('../images/arrow-7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  flex: 0 40%;
  align-self: center;
}

.rt-autofit-5 {
  object-fit: cover;
  height: 250px;
}

.rt-autofit-5.rt-about-img-one {
  border-radius: 10px;
  align-self: center;
  width: 250px;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-auto-fit-3 {
  height: auto;
}

.rt-left-right-effect {
  position: absolute;
}

.rt-solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px 25px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.rt-solutions-card-icons-block {
  background-color: #f0f4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-solutions-card-icons-block.rt-bg-light-green {
  background-color: #e3ffeb;
}

.rt-solutions-card-icons-block.rt-light-pink {
  background-color: #fff0ff;
}

.rt-solutions-card-flex {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.rt-solutions-card-flex.rt-align-top {
  align-items: flex-start;
}

.rt-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 60%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.rt-solutions-card-icons-col {
  flex: 1;
  max-width: 70px;
}

.rt-solutions-card-icons-col.rt-amazing-home-two {
  max-width: 78px;
}

.rt-home-three-business-flex {
  grid-column-gap: 136px;
  align-items: center;
  display: flex;
}

.rt-solutions-card-caption-col {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

.rt-home-three-business-image-block {
  flex: 0 58%;
  position: relative;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-solution-card-background {
  z-index: 1;
  opacity: 0;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px #dbdfffcc;
}

.rt-second-section-icon-divider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
}

.rt-second-section-icon-divider.rt-icon-divider-two {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
}

.rt-second-section-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.rt-icon-content-box-content {
  max-width: 330px;
  margin-top: 15px;
}

.rt-icon-content-box {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 18px;
}

.rt-icon-box-bg-color {
  pointer-events: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.rt-icon-box-divider {
  background-color: #c3c3c3;
  width: 1px;
}

.rt-second-section-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.rt-second-section-icon-box.rt-two-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.rt-second-section-icon-hover-out {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.rt-second-icon-box-second-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 590px;
  margin-top: -2px;
}

.rt-second-icon-box-section-heading {
  max-width: 426px;
  margin-top: 0;
  margin-bottom: 46px;
}

.rt-second-icon-box-first-section {
  border-radius: 10px;
  flex: 1;
  max-width: 520px;
  overflow: hidden;
}

.rt-home-three-second-icon-box-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-tag-two {
  left: -24px;
}

.rt-tag-two {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-about-two-tab-content-flex {
  grid-column-gap: 25px;
  justify-content: center;
  margin-top: 35px;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-none.rt-about-two-innovation-heading {
  max-width: 18ch;
}

.rt-about-two-margin-top {
  margin-top: 40px;
}

.rt-autofit-7 {
  object-fit: cover;
}

.rt-autofit-7.rt-responsive-full-width, .rt-autofit-7.rt-responsive-full-width.rt-margin-bottom-thirty.rt-full-width {
  width: 100%;
}

.rt-autofit-7.rt-responsive-full-width.rt-margin-bottom-thirty.rt-full-width.rt-about-two-image {
  border-radius: 10px;
}

.rt-about-two-tab-content-right, .rt-about-two-tab-content-left {
  flex: 1;
}

.rt-tag-6 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-6.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-tag-6.rt-dark-tab.rt-blue-tab {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-two-mission-left {
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.rt-about-two-mission-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 50%;
  align-self: center;
}

.rt-about-two-free-ask-heading-wrap {
  padding-left: 60px;
  display: flex;
  position: relative;
}

.rt-about-two-mission-flex {
  grid-column-gap: 45px;
  justify-content: center;
  width: 100%;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-emoji-love-big {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-home-one-support-image-block {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block.rt-radius-twenty {
  border-radius: 10px;
}

.rt-accordion-open {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content {
  overflow: hidden;
}

.rt-faq-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block {
  flex: 0 49%;
}

.rt-faq-item-trigger {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen.rt-max-width-four-fifty {
  max-width: 450px;
}

.rt-faq-accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.z {
  background-image: url('../images/karrie-kuenstlicheintelligenz-jobs.webp');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  max-width: none;
  height: 250px;
}

.ai-weiterbildung-gefoerdert {
  z-index: 10;
  background-color: #ffffff94;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}

.ai-weiterbildung-gefoerdert._7 {
  background-color: #ffffffed;
}

.right {
  width: 30rem;
  position: relative;
}

.ai-weiterbilfung-mit-bild {
  justify-content: center;
  align-items: center;
  width: 30rem;
  display: flex;
}

.div-block-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-7._8 {
  z-index: 1;
  inset: 0;
}

.div-block-7.combine-container-large-2 {
  z-index: 1;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-8 {
  z-index: 10;
  position: relative;
}

.div-block-9 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-section_feature3 {
  background-color: var(--combine-library--grey-050);
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature3_image {
  object-fit: cover;
}

.right-copy {
  width: 45rem;
  position: relative;
}

.ai-weiterbilfung-mit-bild-copy {
  justify-content: center;
  align-items: center;
  width: 20rem;
  display: flex;
}

.job-in-der-ki {
  z-index: 10;
  width: 25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.job-in-der-ki._3 {
  z-index: 10;
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-family: Dmsans, sans-serif;
  font-size: 9rem;
  line-height: .9;
}

.job-in-der-ki._3._6 {
  width: 22rem;
  line-height: .8;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-text-white-2.rt-text-lowarcase {
  text-transform: none;
}

.rt-heading-six-2.rt-text-lowarcase {
  text-transform: lowercase;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-3 {
  max-width: none;
  position: relative;
}

.rt-component-section-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #ffffff94;
  width: 90%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-vision-section {
  background-color: var(--none);
}

.rt-home-one-cta {
  background-image: url('../images/CTA-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-details-col {
  width: 30%;
}

.rt-thumb-icon-block {
  position: absolute;
  top: -30px;
  right: -30px;
}

.rt-heading-col {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 49%;
  display: flex;
}

.rt-details-block {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}

.rt-interest-flex {
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  align-items: center;
  max-width: 1097px;
  display: flex;
}

.rt-main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-main-block.rt-interest-block {
  background-image: url('../images/interest-bg.webp');
  background-size: cover;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 60px;
  overflow: hidden;
}

.rt-main-block.rt-interest-block.rt-home-one-cta {
  background-image: url('../images/Cta-background.webp');
  background-position: 50%;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.rt-main-block.rt-interest-block.rt-home-one-cta.rt-cta-nine {
  width: 100%;
  position: static;
}

.rt-main-block.rt-interest-block.rt-home-one-cta.rt-cta-nine.rt-background-dark {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.rt-description.rt-text-color-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-interest {
  margin-left: auto;
  margin-right: auto;
}

.rt-interest.rt-component-container-3 {
  width: 93%;
}

.rt-text-light-grey {
  color: #d3cedc;
}

.rt-text-color-white {
  color: #fff;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-service-one-scroll-bg-wrapper {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  border-radius: 10px;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper.rt-background-dark {
  background-image: url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2058px;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-sub-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading {
  text-align: center;
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-home-three-scroll-subheading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 4px;
}

.rt-home-three-section-eight-line {
  background-color: #fff;
  width: 74px;
  height: 1px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-home-three-section-eight-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 600px;
}

.rt-home-three-cta-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.rt-home-three-scroll-wrapper {
  text-shadow: 3px 4px 6px #000000ed;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 20px;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  background-color: #00000024;
  height: 58px;
}

.rt-button-five.rt-banner-one-button.azav-gef-rderte-ausbildung-k-nstiche-intelligenz-deutschalnd {
  padding-right: 5px;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 0;
  padding-left: 3px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.rt-hero-button-icon-two:hover {
  z-index: 15;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-body-font-color-2 {
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--theme-color), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.flex-block-2 {
  background-color: #ffffff94;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.rt-component-container-3-copy {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-team-two-work-process-block-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffffff94;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.ai_act-weiterbildung-gef-rdert {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ai_act-weiterbildung-gef-rdert._3 {
  z-index: 10;
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-family: Dmsans, sans-serif;
  font-size: 9rem;
  line-height: .9;
}

.ai_act-weiterbildung-gef-rdert._3._6 {
  width: 22rem;
  line-height: .8;
}

.rt-team-two-process-block-left-copy {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.ki_weiterbildung-berlin-llm-large-language-modell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  line-height: 180%;
}

.ki-fortbildung-online-bp-wrapper {
  flex-flow: row;
  display: flex;
}

.ki-fortbildung-online-bp {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
  margin-top: .6rem;
  margin-right: .3rem;
}

.ki-fortbildung-online-ai--bp {
  background-color: var(--none);
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
  margin-top: .6rem;
  margin-right: .3rem;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-heading-six-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-3.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-testimonials-card {
  align-items: center;
  display: flex;
}

.rt-testimonials-card.rt-card-out {
  min-height: 460px;
}

.rt-testimonials-slider-nav {
  display: none;
}

.rt-testimonials-card-bg {
  background-color: var(--glass);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.rt-padding-bottom-twenty-five {
  padding-bottom: 25px;
}

.rt-padding-bottom-twenty-five.rt-margin-top-twenty-seven.rt-body-font-color-3 {
  color: #151515;
}

.rt-testimonials-section {
  padding: 110px 15px 170px;
  overflow: hidden;
}

.rt-testimonials-section.rt-component-section-4.rt-overflow-hidden-2 {
  color: var(--text-color-dark);
  font-family: Dmsans, sans-serif;
}

.rt-testimonials-author-flex {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.rt-testimonials-right-arrow {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  top: auto;
  bottom: -13%;
  left: 6%;
  overflow: visible;
}

.rt-testimonials-arrow {
  font-weight: 700;
}

.rt-testimonials-slider-mask {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rt-testimonials-card-inner-image-block {
  z-index: 2;
  position: relative;
}

.rt-testimonials-card-image-block {
  justify-content: flex-end;
  width: 30vw;
  max-width: 460px;
  height: 15vw;
  display: flex;
  position: static;
}

.rt-testimonials-flex {
  grid-column-gap: 257px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-inner-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

.rt-testimonials-container {
  max-width: 1290px;
}

.rt-testimonials-left-arrow {
  z-index: 4;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  inset: auto 6% -13% 0%;
  overflow: visible;
}

.rt-testimonials-slider {
  background-color: #0000;
  height: auto;
}

.rt-testimonials-card-inner {
  background-color: var(--glass);
  border-radius: 20px;
  padding: 20px 10px;
}

.rt-testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

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

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-uppercase.rt-text-small.rt-text-blue-2 {
  font-weight: 400;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.nutzen-ki-weiterbildung-online-item {
  width: 45%;
}

.nutzen-ki-weiterbildung-online-row {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  display: flex;
}

.ki-berater-fortbildung-online {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 25rem;
  margin-top: 20px;
}

.flex-block-3 {
  z-index: 10;
  background-color: #ffffff94;
  border-radius: 20px;
  width: 90%;
  padding-top: 40px;
  position: relative;
  box-shadow: 20px 6px 11px -5px #0003;
}

.body {
  font-family: Unbounded, sans-serif;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.ki-weiterbildung-ai-online-jobcenter-item-copy {
  width: 45%;
  margin-top: -100px;
}

.ki_weiterbildung-hamburg-azav-llm-large-language-modell-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-light);
  text-align: center;
  text-transform: uppercase;
  width: 40rem;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
}

.text-block-9 {
  font-size: 22px;
  font-weight: 800;
}

.ki-arbeitsamt-weiterbildung-ki-jobcenter {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Dmsans, sans-serif;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ki-arbeitsamt-weiterbildung-ki-jobcenter._3 {
  z-index: 10;
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-family: Dmsans, sans-serif;
  font-size: 9rem;
  line-height: .9;
}

.ki-arbeitsamt-weiterbildung-ki-jobcenter._3._6 {
  width: 22rem;
  line-height: .8;
}

.flex-block-4 {
  z-index: 10;
  background-color: #ffffff94;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 100px;
  position: relative;
}

.ablauf-ki_weiterbildung_arbeitsagentur-geforedert {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-component-container-5 {
  max-width: 1290px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.rt-component-section-5 {
  color: var(--color-dark);
  background-color: #ffffff94;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-4 {
  color: var(--text-color-dark);
  font-weight: 500;
  transition: color .35s;
}

.rt-number-img-bg-inner {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-margin-top-thirty-2 {
  margin-top: 30px;
}

.rt-all-reviews-home {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-home-review-main-block {
  background-image: url('../images/Map.webp');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 50px;
  overflow: visible;
}

.rt-profile-image-block-home {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 4px 25px #00000014;
}

.rt-home-review-para {
  max-width: 665px;
  margin-bottom: 35px;
  padding-bottom: 27px;
}

.rt-home-review-para.rt-margin-top-thirty-2.rt-body-font-color {
  margin-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.rt-home-review-para.rt-margin-top-thirty-2.rt-body-font-color-6 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.rt-reviews-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-job-role {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
}

.rt-quotes-icon {
  height: 90px;
}

.rt-people-name-and-image {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  box-shadow: 5px 4px 60px #0000000f;
}

.ki_ausbildung_arbeitagentur {
  max-width: 495px;
}

.agentur-fuer-arbeit-fianzierung-ki-bildungsgutschein {
  margin-left: 100px;
}

.azav-zertifizierter_ki-kurs-ai {
  z-index: 10;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Dmsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.azav-zertifizierter_ki-kurs-ai._3 {
  z-index: 10;
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  text-align: right;
  letter-spacing: -15px;
  width: 35rem;
  font-family: Dmsans, sans-serif;
  font-size: 9rem;
  line-height: .9;
}

.azav-zertifizierter_ki-kurs-ai._3._6 {
  width: 22rem;
  line-height: .8;
}

.ki-weiterbildung-finanzierungm-glichkeiten {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fortbildung-ki-weiterbildung-finanizerung-agentur-arbeit {
  width: 30%;
}

.ki_ausbildung_arbeitagentur-gef-rdert-jobcenter {
  max-width: 60%;
  padding-right: 60px;
}

.combine-padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_banner1 {
  background-color: var(--combine-library--primary-600);
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 16%, var(--combine-library--primary-600) 32%, var(--combine-library--primary-600) 74%, var(--combine-library--secondary-600));
}

.combine-banner1_component {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.combine-banner1_text-link {
  color: var(--combine-library--white);
  text-decoration: underline;
}

.combine-banner1_text-link:hover {
  color: var(--combine-library--grey-100);
}

.combine-banner1_text {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-close_icon {
  color: var(--combine-library--white);
  background-color: #fff3;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.ki_weiterbildung-finden-agetur-fuer-arbeit-azav {
  z-index: 10;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 0;
  padding-left: 3px;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.brand-link {
  text-decoration: none;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-size: 27px;
  font-weight: 500;
}

.nav-link {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  color: var(--text-color-dark);
}

.section {
  margin-top: 60px;
}

.navigation-inline {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.navbar {
  background-color: var(--glass);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--text-color-dark);
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit {
  z-index: 10;
  background-color: var(--glass);
  color: var(--text-color-dark);
  text-align: center;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit:hover {
  background-color: #ffffff8a;
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.div-block-13 {
  z-index: 1000;
  background-color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 4px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-13.dont-show-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  overflow: visible;
}

.ai-weiterbildung-gefoerdert-k-mstliche-intelligenz {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
}

.ai-weiterbildung-gefoerdert-k-mstliche-intelligenz._7 {
  background-color: #ffffffed;
}

.section-2 {
  position: relative;
}

.div-block-14 {
  z-index: 1000;
  width: 100vw;
  height: 80px;
  margin-bottom: 40px;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.div-block-14.dont-show-scroll {
  width: 100%;
}

.weiterbild-agentur-f-r-arbeit-fortbildung-finden {
  padding-top: 90px;
}

.bildungsverzeichniss-ausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden {
  z-index: 1001;
  background-color: var(--color-light);
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.bildungsverzeichnissausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden-copy {
  z-index: 1001;
  background-color: var(--color-light);
  justify-content: center;
  align-items: center;
  height: 30px;
  display: none;
  position: sticky;
  top: 0;
}

.field-label-2 {
  font-weight: 700;
}

.fgh {
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.flex-block-5 {
  flex-flow: row;
}

.text-block-11 {
  white-space: nowrap;
  font-weight: 400;
}

.text-block-12, .text-block-13 {
  font-weight: 400;
}

.checkbox-2 {
  margin-top: 0;
}

.checkbox-field-2 {
  flex-flow: row;
  display: flex;
}

.flex-block-6 {
  flex-flow: column;
}

.text-span {
  white-space: nowrap;
}

.checkbox-label-2 {
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  color: var(--text-color-dark);
  text-decoration: underline;
}

.beste-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-copy {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--text-color-dark);
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  margin-top: 40px;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
}

.beste-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-copy:hover {
  font-weight: 600;
}

.beste-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-copy.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--text-color-dark);
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit:hover {
  font-weight: 700;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit._2 {
  margin-top: 100px;
}

.arbeitagentur-gef-rdert-ki_ausbildung_-jobcenter {
  max-width: 60%;
  padding-right: 60px;
}

.gef-rderte-ki-weiterbildung-agentur-fuer-arbeit {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
}

.beste-weiterbildung-agentur-f-r-arbeit-ai-ki {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--text-color-dark);
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 80px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-weiterbildung-agentur-f-r-arbeit-ai-ki:hover {
  font-weight: 700;
}

.beste-weiterbildung-agentur-f-r-arbeit-ai-ki.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.beste-weiterbildung-agentur-f-r-arbeit-ai-ki._2 {
  margin-top: 100px;
}

.text-input-copy {
  color: #0f172a;
  background-color: #ffffffcf;
  border: .125rem solid #0000;
  border-radius: .6rem;
  min-height: 8rem;
  margin-bottom: .87rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input-copy:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
}

.text-input-copy:focus {
  border: .125rem solid var(--line-color-02);
}

.text-input-copy::placeholder {
  color: #455366;
}

.ai-school-germany {
  border-radius: 40px;
  width: 250px;
  max-width: none;
  height: 250px;
}

.image-4 {
  box-shadow: -13px 0 6px -8px var(--line-color-02);
  border-radius: 10px;
}

.ai-job-finden-k-nstliche-intelligenz {
  background-image: url('../images/AI-Job-finden.webp');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  max-width: none;
  height: 250px;
}

.background-video {
  position: relative;
}

.background-video.rt-service-one-scroll-bg-wrapper.rt-background-dark {
  z-index: 100;
  background-image: none;
  min-height: 600px;
}

.beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--text-color-dark);
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy:hover {
  font-weight: 700;
}

.beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy._2 {
  margin-top: 100px;
}

.image-3 {
  width: 250px;
  height: 250px;
}

.rt-home-three-section-eight-heading-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
}

.rt-component-section-5-copy {
  color: var(--color-dark);
  background-color: #ffffff94;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 60px;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--text-color-dark);
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: .75rem 1.75rem;
  font-family: Dmsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy:hover {
  font-weight: 700;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy.w--current {
  box-shadow: inset 0 3px 0 0 var(--line-color-02);
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy._2 {
  margin-top: 100px;
}

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-4 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular-5 {
  color: var(--text-color-dark);
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-section_feature8 {
  background-color: var(--combine-library--white);
  border-radius: 20px;
  box-shadow: 3px 5px 20px -8px #0003;
}

.combine-feature8_number {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  margin-bottom: -55px;
  margin-left: -22px;
  font-family: Unbounded, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature8_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-feature8_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature8_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.bildungsverzeichniss-gefoerderte-weiterbildungen-finden-arbeitsagentur-jobcenter-bivz {
  color: var(--text-color-dark);
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.gef-rderte-weiterbildung-agentur-f-r-arbeit-erfahrung {
  border-radius: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-projects-s, .section-projects-s-copy {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.combine-heading-style-h2-4-copy {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.code-embed-3 {
  border-radius: 3px;
  width: 100%;
}

.container-3 {
  z-index: 100;
  position: relative;
}

.section-projects-copy {
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
}

.bildungsverzeichnis-deutschland-agentur-f-r-arbeit-fortbildung-foerderung {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-background {
  position: absolute;
  inset: 0%;
}

.heading-5 {
  font-size: 4.875rem;
  line-height: 1;
}

.heading-5.text-weight-light-copy {
  color: #fff;
  text-shadow: 8px 7px 6px #000;
  font-family: Unbounded, sans-serif;
}

.arrow {
  width: auto;
  height: auto;
}

.button-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.button-arrow {
  position: absolute;
}

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

.text-size-small.text-weight-medium {
  color: var(--text-color-dark);
  font-weight: 900;
}

.text-size-small.text-weight-medium.light {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.text-size-small.text-weight-medium.in-3-monaten-fortbildung-kunstliche-intelligenz-bootcamp-gefordert-jobcenter {
  color: var(--text-color-light);
}

.hero-arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #000;
  width: 1px;
  height: 1rem;
}

.circular-text {
  padding: .5rem;
  position: absolute;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.background-video-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 110%;
  display: inline-block;
}

.opacity-50 {
  opacity: .5;
}

.button-image {
  position: relative;
  inset: 0%;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #efefef;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.hero-heading {
  z-index: 5;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 63ch;
  margin-bottom: 3rem;
  margin-left: 3.5rem;
  display: flex;
  position: relative;
}

.max-width-40ch {
  max-width: 40ch;
}

.bento-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7.5rem;
  display: flex;
}

.bento-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.max-width-80ch {
  max-width: 80ch;
}

.card-overlay {
  z-index: 1;
  background-color: #272727e6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.elipse {
  background-color: #e28e2a;
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.secondary-button.white {
  color: #fff;
}

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

.section-4 {
  margin-bottom: 100px;
}

.tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

.card-big-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card-small {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-14 {
  font-weight: 500;
}

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

.card-big {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  align-items: flex-start;
  width: 65%;
  height: 50vh;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-marquee {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  white-space: nowrap;
  align-items: center;
  max-width: 15rem;
  display: flex;
  overflow: hidden;
}

.bento-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-6 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-6.black {
  color: var(--text-color-dark);
}

.heading-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bento-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.max-width-45ch {
  max-width: 45ch;
}

.arrow-wrapper {
  display: flex;
}

.heading-6-white {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.heading-7 {
  height: 35%;
  font-size: 4rem;
  line-height: 1.3;
}

.max-width-60ch {
  max-width: 60ch;
}

.primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e28e2a;
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.primary-button:hover {
  border-bottom-width: 4px;
}

.heading-6-copy {
  z-index: 10;
  width: 60%;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.rt-service-step-process-4 {
  z-index: 2;
  direction: ltr;
  background-image: linear-gradient(#116df8, #116df8);
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-advertise-icon-wrapper-2 {
  color: #150438;
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper-2.rticon-two {
  background-color: #116df8;
}

.rt-category-cards-text-6 {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-6.rt-margin-bottom-twenty {
  color: #000;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.ai_act-weiterbildung-gef-rdert-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -300px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: sticky;
  top: 6rem;
}

.ki-fortbildung-online-ai--bp-2 {
  background-color: #fff0;
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
  margin-top: .6rem;
  margin-right: .3rem;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2 {
  z-index: 10;
  color: #151515;
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: .75rem 1.75rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2:hover {
  font-weight: 700;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2.w--current {
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
  box-shadow: inset 0 3px #5ecff9;
}

.div-block-16 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-component-container-6 {
  max-width: 1290px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.top-20 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.rt-category-cards-text-7 {
  color: #150438;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-17 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-17.combine-container-large-2 {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-18 {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 4px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-18.dont-show-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  overflow: visible;
}

.ai_act-weiterbildung-gef-rdert-3 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ki-fortbildung-online-bp-2 {
  background-color: #e0ecff;
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
  margin-top: .6rem;
  margin-right: .3rem;
}

.rt-service-step-number-3 {
  color: #e0ecff;
  font-size: 5rem;
}

.flex-block-7 {
  z-index: 10;
  background-color: #ffffff94;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 100px;
  position: relative;
}

.ki-arbeitsamt-weiterbildung-ki-jobcenter-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.image-6 {
  border-radius: 10px;
  box-shadow: -13px 0 6px -8px #5ecff9;
}

.flex-block-8 {
  z-index: 10;
  background-color: #ffffff94;
  border-radius: 20px;
  width: 90%;
  padding-top: 40px;
  position: relative;
  box-shadow: 20px 6px 11px -5px #0003;
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-2 {
  z-index: 10;
  color: #151515;
  text-align: center;
  white-space: pre;
  word-break: normal;
  background-color: #ffffffbd;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-2:hover {
  background-color: #ffffff8a;
}

.ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-2.w--current {
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
  box-shadow: inset 0 3px #5ecff9;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2 {
  z-index: 10;
  color: #151515;
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: .75rem 1.75rem;
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2:hover {
  font-weight: 700;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2.w--current {
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
  box-shadow: inset 0 3px #5ecff9;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2._2 {
  margin-top: 100px;
}

.rt-body-font-color-5 {
  color: #151515;
  font-weight: 500;
  transition: color .35s;
}

.azav-zertifizierter_ki-kurs-ai-2 {
  z-index: 10;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.div-block-19 {
  z-index: 10;
  position: relative;
}

.rt-all-reviews-home-2 {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-component-section-5-copy-2 {
  color: #181d24;
  background-color: #ffffff94;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 60px;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.image-7 {
  width: 250px;
  height: 250px;
}

.flex-block-9 {
  background-color: #ffffff94;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 140px;
  position: relative;
}

.rt-testimonials-card-inner-2 {
  background-color: #ffffffbd;
  border-radius: 20px;
  padding: 20px 10px;
}

.section-3 {
  margin-top: 0;
}

.rt-body-font-color-6 {
  color: #151515;
  transition: color .35s;
}

.div-block-20 {
  z-index: 1000;
  width: 100vw;
  height: 80px;
  margin-bottom: 40px;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.div-block-20.dont-show-scroll {
  z-index: 1005;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  top: 26px;
}

.button-primary-copy {
  grid-row-gap: .25rem;
  color: #efefef;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #151515;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-copy:hover {
  background-color: #262626;
}

.rt-body-font-color-7 {
  color: #151515;
  font-weight: 500;
  transition: color .35s;
}

.azav-zertifizierter_ki-kurs-ai-3 {
  z-index: 10;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.rt-component-container-7 {
  max-width: 1290px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.submit-button-copy {
  z-index: 3;
  color: #fff;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.container-2-copy {
  z-index: 10;
  position: relative;
}

.link-4 {
  color: var(--text-color-dark);
  text-decoration: underline;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy {
  z-index: 10;
  color: #151515;
  text-align: center;
  text-shadow: none;
  white-space: pre;
  word-break: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: .75rem 1.75rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  box-shadow: 4px -5px 14px 2px #0003;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy:hover {
  font-weight: 700;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy.w--current {
  background-color: #f2f3f791;
  border-top: 1px #000;
  height: 100%;
  margin-right: 5px;
  box-shadow: inset 0 3px #5ecff9;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy.open-modalclickfunnel {
  border: 3px solid #00000012;
  border-radius: 8px;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  box-shadow: inset 6px 6px 22px 1px #39b3ff26, 15px 7px 30px 2px #48b0f166;
}

.beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy.open-modalclickfunnel:hover {
  background-color: #3590da0a;
  transform: scale(1.001)translate(-1px, -1px);
}

.text-block-15 {
  font-family: Unbounded, sans-serif;
}

@media screen and (min-width: 1280px) {
  .rt-pricing-one-content {
    margin-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .rt-pricing-one-block-2 {
    flex-flow: row;
    justify-content: flex-end;
    display: flex;
  }

  .rt-home-one-awards-large-text {
    left: -2%;
  }

  .rt-pricing-one-hand-image {
    right: -2%;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .text-align-center.maxw-introduction-title {
    max-width: 1050px;
  }

  .section-cta {
    padding-bottom: 84px;
  }

  .section-cta-ii {
    padding-bottom: 120px;
  }

  .line-08-cell-01, .line-08-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-09-cell-01, .line-09-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .wrap-logo-on-dark {
    padding-top: 60px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .container {
    padding-left: 54px;
    padding-right: 54px;
  }

  .margin-bottom-40px {
    margin-bottom: 48px;
  }

  .text-size-caps-tiny.text-align-center.maxw-introduction-subtitle, .text-align-center.maxw-introduction-title {
    max-width: 1050px;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 690px;
  }

  .section-about {
    padding-top: 108px;
  }

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

  .margin-bottom-25px {
    margin-bottom: 30px;
  }

  .paragraph-small {
    letter-spacing: .05em;
  }

  .section-the-value {
    padding-top: 120px;
  }

  .wrap-box-the-value {
    padding: 78px;
  }

  .grid-the-value {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-15px {
    margin-bottom: 18px;
  }

  .lottie-animation {
    width: 120px;
    margin-bottom: 48px;
  }

  .line-03-middle {
    grid-template-columns: 520px min-content 750px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .line-03-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mask-line-03 {
    overflow: hidden;
  }

  .line-03-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto min-content 50px min-content;
    grid-template-columns: min-content auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-main {
    grid-column-gap: 120px;
    grid-row-gap: 48px;
  }

  .grid-awards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-awards-inner {
    grid-column-gap: 48px;
  }

  .section-awards {
    padding-top: 120px;
    padding-bottom: 204px;
  }

  .margin-bottom-30px {
    margin-bottom: 36px;
  }

  .margin-bottom-45px {
    margin-bottom: 54px;
  }

  .slide-testimonial {
    margin-left: 12px;
    margin-right: 12px;
    padding: 96px 90px;
  }

  .mask {
    margin-left: -12px;
  }

  .text-testimonial {
    font-size: 19px;
  }

  .section-cta-01 {
    padding-bottom: 84px;
  }

  .section-testimonials {
    padding-bottom: 384px;
  }

  .section-cta-02 {
    padding-bottom: 120px;
  }

  .line-04-cell-12 {
    margin-top: -2px;
    margin-left: -2px;
  }

  .line-04-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-04a {
    grid-template-columns: auto min-content 210px min-content 172px min-content 100px 50vw;
  }

  .mask-line-04b {
    width: 100%;
    bottom: 83px;
  }

  .line-04b {
    flex: 0 auto;
    grid-template-columns: auto min-content 50px min-content 450px 50vw;
  }

  .line-04-cell-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 188px min-content 200px 50vw;
  }

  .line-05-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .mask-line-05b {
    bottom: 84px;
  }

  .line-05b {
    grid-template-columns: auto min-content 480px 50vw;
  }

  .mask-line-06 {
    bottom: 162px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .line-07a {
    grid-template-columns: 50vw 150px min-content 90px min-content auto;
  }

  .line-07-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .line-07-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-07b {
    bottom: 84px;
  }

  .line-07b {
    grid-template-columns: 50vw 328px 90px min-content min-content auto;
  }

  .line-07-cell-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .line-08a {
    grid-template-columns: 50vw 490px min-content 30px min-content auto;
  }

  .line-08-cell-01, .line-08-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-08b {
    bottom: 162px;
  }

  .line-08-cell-09 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-09 {
    bottom: 122px;
  }

  .line-09-cell-01, .line-09-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .margin-bottom-cta {
    margin-bottom: 70px;
  }

  .footer-links {
    margin-top: 24px;
  }

  .margin-right-30px {
    margin-right: 36px;
  }

  .logo-webflow-light {
    margin-top: -3px;
  }

  .banner {
    height: 40vw;
    margin-left: 54px;
    margin-right: 54px;
  }

  .margin-bottom-project-paragraph {
    margin-bottom: 132px;
  }

  .margin-bottom-35px {
    margin-bottom: 42px;
  }

  .wrap-links-project, .wrap-content-project {
    padding-left: 96px;
    padding-right: 96px;
  }

  .margin-vertical-35px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

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

  .line-01 {
    right: -5px;
  }

  .mask-line-01 {
    top: -160px;
  }

  .line-02 {
    right: -5px;
  }

  .section-projects-on-projects-page {
    margin-top: 60px;
    padding-top: 96px;
    padding-bottom: 168px;
  }

  .line-01-projects-page {
    right: -5px;
  }

  .indic-desktop {
    display: none;
  }

  .indic-1440 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 120px;
  }

  .mask-line-05a-projects-page {
    top: -78px;
  }

  .mask-line-01-projects-page {
    top: -45px;
  }

  .margin-vertical-50px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .margin-bottom-100px {
    margin-bottom: 120px;
  }

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

  .heading-small {
    font-size: 20px;
  }

  .heading-large {
    font-size: 37px;
  }

  .margin-bottom-label-tutorials {
    margin-bottom: 18px;
  }

  .heading-xlarge {
    font-size: 46px;
  }

  .heading-big {
    font-size: 30px;
  }

  .style-guide {
    padding-top: 120px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 30px;
  }

  .section-footer {
    padding-top: 84px;
  }

  .grid-3-columns {
    grid-column-gap: 36px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrap-licenses-info {
    max-width: 880px;
    margin-top: 72px;
  }

  .font-sample-01 {
    font-size: 108px;
  }

  .heading-medium-2 {
    font-size: 24px;
  }

  .font-sample-02, .font-sample-03 {
    font-size: 108px;
  }

  .licenses {
    padding-top: 72px;
  }

  .wrap-version-text {
    padding-bottom: 120px;
  }

  .contact-button.align-center.div-block-2 {
    margin-top: 10px;
  }

  .waswirmachen {
    width: 100%;
  }

  .section-modal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-field-contact-modal {
    box-shadow: 0 2px 5px #0000004f;
  }

  .submit-button-2 {
    position: relative;
  }

  .text-block-7 {
    margin-top: 10px;
    font-family: Satoshi, sans-serif;
  }

  .checkbox-label {
    margin-left: 5px;
    font-family: Satoshi, sans-serif;
    line-height: 1.5rem;
  }

  .checkbox-field {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .checkbox {
    margin-top: 0;
    line-height: 180%;
  }

  .close-modal {
    font-family: Dmsans, sans-serif;
    font-size: 41px;
    font-weight: 400;
    position: absolute;
    inset: 3% 3% auto auto;
    transform: rotate(45deg);
  }

  .div-block-4 {
    width: 80%;
  }

  .link-block, .link-block-2 {
    display: block;
  }

  .modal-wrapper-x-copy {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .waswirmachen-copy {
    width: 100%;
  }

  .rt-home-one-awards-large-text {
    line-height: 110px;
  }

  .rt-home-one-support-image-three {
    display: block;
    left: -12%;
  }

  .rt-main-block.rt-interest-block {
    padding-left: 200px;
    padding-right: 200px;
  }

  .rt-description.rt-text-color-white.rt-cta-max-width {
    max-width: 392px;
  }

  .rt-testimonials-card-bg {
    height: 330px;
  }

  .rt-testimonials-author-flex {
    flex-direction: row;
  }

  .rt-testimonials-right-arrow {
    left: 5%;
  }

  .rt-testimonials-left-arrow {
    right: 5%;
  }

  .rt-testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .weiterbild-agentur-f-r-arbeit-fortbildung-finden {
    padding-top: 108px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-home-one-awards-large-text {
    line-height: 90px;
  }

  .rt-counter-heading-text {
    margin-bottom: 10px;
  }

  .rt-home-two-red-bg {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left {
    max-width: 45%;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
    left: 10%;
  }

  .rt-about-two-mission-flex {
    grid-column-gap: 50px;
  }

  .rt-home-one-support-image-three {
    left: -17%;
  }

  .rt-heading-col {
    grid-row-gap: 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-interest {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .rt-home-review-main-block {
    background-position: 59% 95%;
  }
}

@media screen and (max-width: 991px) {
  .maxw-the-value-02, .maxw-the-value-03, .maxw-the-value-04 {
    max-width: 450px;
  }

  .mask {
    margin-left: -8px;
    padding-bottom: 65px;
  }

  .section-cta {
    padding-bottom: 56px;
  }

  .section-cta-ii {
    padding-bottom: 150px;
  }

  .line-04-cell-12, .line-04-cell-01 {
    display: none;
  }

  .line-04-cell-10, .line-04-cell-11 {
    display: none;
  }

  .line-04-cell-13, .line-04-cell-14, .line-04-cell-15, .line-04-cell-16 {
    display: none;
  }

  .line-07-cell-08, .line-07-cell-09 {
    display: none;
  }

  .line-08-cell-01, .line-08-cell-02, .line-08-cell-03, .line-08-cell-04 {
    display: none;
  }

  .wrap-logo-on-dark {
    padding-top: 80px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  .container {
    max-width: 820px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .margin-bottom-40px {
    margin-bottom: 32px;
  }

  .text-align-center.maxw-introduction-title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 650px;
  }

  .section-about {
    padding-top: 72px;
  }

  .wrap-introduction-title {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom-25px {
    margin-bottom: 40px;
  }

  .section-the-value {
    padding-top: 80px;
  }

  .wrap-box-the-value {
    padding: 52px;
  }

  .maxw-the-value-01 {
    max-width: 450px;
  }

  .grid-the-value {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .maxw-the-value-02, .maxw-the-value-03, .maxw-the-value-04 {
    max-width: 450px;
  }

  .margin-bottom-15px {
    margin-bottom: 12px;
  }

  .lottie-animation {
    margin-bottom: 32px;
  }

  .line-03-middle {
    grid-template-rows: min-content auto min-content 150px;
    grid-template-columns: 4fr min-content 1fr;
  }

  .line-03-cell-10 {
    display: none;
  }

  .mask-line-03 {
    top: 33px;
    bottom: -210px;
  }

  .line-03-right {
    grid-template-rows: min-content auto min-content;
    grid-template-columns: 5fr min-content 1.2fr;
    bottom: 60px;
  }

  .grid-main {
    grid-column-gap: 80px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-awards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .5fr 1.25fr;
  }

  .grid-awards-inner {
    grid-column-gap: 32px;
  }

  .section-awards {
    padding-top: 80px;
    padding-bottom: 136px;
  }

  .hide-desktop-show-991 {
    display: block;
  }

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

  .margin-bottom-45px {
    margin-bottom: 36px;
  }

  .mask-link-arrows {
    margin-top: 0;
    position: relative;
  }

  .right-arrow {
    left: 54%;
  }

  .slide-testimonial {
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .left-arrow {
    right: 54%;
  }

  .slider {
    max-width: 820px;
  }

  .mask {
    margin-left: -8px;
  }

  .text-testimonial {
    font-size: 17px;
  }

  .section-cta-01 {
    padding-bottom: 56px;
  }

  .text-cta {
    max-width: 550px;
    font-size: 50px;
  }

  .section-testimonials {
    padding-bottom: 260px;
  }

  .section-cta-02 {
    padding-bottom: 150px;
  }

  .mask-line-04a {
    top: -250px;
  }

  .line-04-cell-12, .line-04-cell-01 {
    display: none;
  }

  .line-04a {
    grid-template-rows: min-content 190px min-content min-content 3fr min-content min-content 1fr;
    grid-template-columns: auto min-content 6vw min-content 190px 50vw;
  }

  .line-04-cell-10, .line-04-cell-11 {
    display: none;
  }

  .mask-line-04b {
    justify-content: flex-end;
    align-items: flex-end;
    top: auto;
    bottom: 94px;
  }

  .line-04b {
    grid-template-rows: min-content;
    grid-template-columns: auto 50vw;
    justify-content: stretch;
    height: auto;
  }

  .line-04-cell-13, .line-04-cell-14, .line-04-cell-15, .line-04-cell-16 {
    display: none;
  }

  .mask-line-05a {
    top: -60px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw min-content 100px 50vw;
  }

  .mask-line-05b {
    bottom: 55px;
  }

  .line-05b {
    grid-template-columns: auto min-content 10vw 192px 50vw;
  }

  .mask-line-06 {
    bottom: 133px;
  }

  .line-06 {
    grid-template-columns: auto min-content 370px 50vw;
  }

  .line-07a {
    grid-template-columns: 50vw 150px min-content 6vw auto;
  }

  .line-07-cell-06 {
    display: none;
  }

  .mask-line-07b {
    justify-content: flex-start;
    align-items: flex-end;
    top: auto;
    bottom: 55px;
  }

  .line-07-cell-07 {
    display: none;
  }

  .line-07b {
    grid-template-rows: min-content;
    grid-template-columns: 50vw 411px min-content;
  }

  .line-07-cell-08, .line-07-cell-09 {
    display: none;
  }

  .mask-line-08a {
    bottom: 100px;
  }

  .line-08a {
    grid-template-columns: 50vw 356px min-content auto;
  }

  .line-08-cell-01, .line-08-cell-02, .line-08-cell-03, .line-08-cell-04 {
    display: none;
  }

  .mask-line-08b {
    top: -100px;
    bottom: 133px;
  }

  .line-08b {
    grid-template-columns: 50vw 270px min-content auto;
  }

  .mask-line-09 {
    bottom: 94px;
  }

  .line-09 {
    grid-template-columns: 50vw 370px min-content auto;
  }

  .logo-on-dark {
    font-size: 11.5vw;
  }

  .line-vertical {
    height: 15vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .margin-bottom-cta {
    margin-bottom: 130px;
  }

  .footer-links {
    margin-top: 16px;
  }

  .margin-right-30px {
    margin-right: 24px;
  }

  .logo-webflow-light {
    margin-top: -5px;
  }

  .social-link-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    margin-left: 36px;
    margin-right: 36px;
  }

  .menu-z {
    display: none;
  }

  .logo-on-white {
    font-size: 11.5vw;
  }

  .wrap-logo-light {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .social-links-bar {
    display: none;
  }

  .margin-bottom-project-paragraph {
    margin-bottom: 0;
  }

  .margin-bottom-35px {
    margin-bottom: 28px;
  }

  .grid-project-main-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 22px;
  }

  .section-projects {
    z-index: 100;
  }

  .wrap-links-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-content-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 70px;
  }

  .margin-vertical-35px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .button {
    padding-left: 65px;
    padding-right: 65px;
  }

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

  .line-01-cell-01 {
    display: none;
  }

  .line-01 {
    grid-template-rows: min-content 10px min-content min-content;
    grid-template-columns: min-content auto min-content;
    margin-left: -30px;
    position: relative;
  }

  .line-01-cell-06 {
    margin-right: -10px;
  }

  .line-01-cell-07, .line-01-cell-08, .line-01-cell-09, .line-01-cell-10 {
    display: none;
  }

  .mask-line-01 {
    top: -110px;
    bottom: auto;
  }

  .line-02 {
    grid-template-columns: 1fr 640px min-content 1fr;
    justify-content: end;
  }

  .line-02-cell-01 {
    display: none;
  }

  .mask-line-02 {
    top: -50px;
    bottom: 33px;
  }

  .cursor-play-reel {
    width: 120px;
    height: 120px;
    top: -60px;
    left: -60px;
  }

  .section-projects-on-projects-page {
    padding-top: 64px;
    padding-bottom: 112px;
  }

  .mask-line-02-projects-page {
    top: -50px;
    bottom: 33px;
  }

  .line-01-projects-page {
    grid-template-rows: min-content 10px min-content min-content;
    grid-template-columns: min-content auto min-content;
    margin-left: -30px;
    position: relative;
  }

  .wrap-project-arrow {
    padding-top: 28px;
  }

  .project-position {
    position: relative;
  }

  .indic-desktop, .indic-1440 {
    display: none;
  }

  .indic-991 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 80px;
  }

  .mask-line-05a-projects-page {
    top: -47px;
  }

  .mask-line-01-projects-page {
    top: -75px;
    bottom: auto;
  }

  .margin-vertical-50px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-medium {
    font-size: 21px;
  }

  .margin-bottom-100px {
    margin-bottom: 80px;
  }

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

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

  .heading-large {
    font-size: 28px;
  }

  .heading-xlarge {
    font-size: 32px;
  }

  .heading-big {
    font-size: 24px;
  }

  .style-guide {
    padding-top: 80px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 24px;
  }

  .section-footer {
    padding-top: 56px;
  }

  .grid-3-columns {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 80px;
  }

  .wrap-licenses-info {
    margin-top: 48px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-medium-2 {
    font-size: 21px;
  }

  .licenses {
    padding-top: 48px;
  }

  .wrap-version-text {
    padding-bottom: 80px;
  }

  .text-size-medium-vw {
    font-size: 2rem;
  }

  .text-size-medium-vw.line-02-cell-01.line-01-mask-02 {
    display: block;
  }

  .form-content {
    position: relative;
  }

  .name-wrapper-contact {
    width: 88%;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .form-wrapper, .form-wrapper.full-width, .div-block._9 {
    width: 100%;
  }

  .waswirmachen {
    width: 95%;
  }

  .wwm-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-copy {
    padding-left: 65px;
    padding-right: 65px;
  }

  .button-copy.sel-add-info {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .image-2._5 {
    width: 20%;
  }

  .modal-content-x {
    height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    align-self: flex-end;
    position: relative;
  }

  .modal-wrapper-x-copy {
    height: auto;
  }

  .paragraph-2 {
    font-size: 2rem;
  }

  .waswirmachen-copy {
    width: 95%;
  }

  .form-2 {
    width: 100%;
  }

  .form-2.maxw-introduction-paragraph {
    z-index: 100;
    position: relative;
  }

  .button-copy-2 {
    align-self: stretch;
    position: relative;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-pricing-one-toggle-main.rt-responsive-padding-bottom-thirty {
    padding-bottom: 30px;
  }

  .rt-button-arrow-4 {
    width: 70px;
    height: 70px;
  }

  .rt-pricing-one-tab-menu {
    align-items: flex-start;
    margin-top: 0;
    position: relative;
  }

  .rt-pricing-one-content {
    border-left-width: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-smaller-text {
    text-align: left;
  }

  .rt-pricing-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-heading-style-h1.combine-container-large-3._6 {
    width: 80%;
  }

  .combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung {
    width: 60%;
    margin-top: 80px;
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung.fortbildung-ki {
    width: auto;
    max-width: none;
  }

  .combine-text-size-regular-2._4 {
    width: 140%;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-heading-style-h2-2._3._8 {
    width: 43rem;
    font-size: 7rem;
  }

  .combine-heading-style-h2-2._3._6.arebitsagentur-ai-ki-weitervbildung {
    align-self: flex-start;
    margin-top: 60px;
  }

  .rt-category-cards-text-2.rt-text-white, .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-border-radius-six.rt-full-width.rt-autofit-2 {
    border-radius: 0;
    max-height: 300px;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .rt-home-one-awards-large-text {
    left: -1%;
  }

  .rt-home-one-award-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-home-one-awards-paragraph {
    max-width: none;
  }

  .rt-service-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-pricing-one-hand-image {
    display: none;
  }

  .rt-counter-heading-text {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-home-two-red-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-create-planning-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
  }

  .rt-home-three-business-flex {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .rt-home-three-business-image-block {
    width: 100%;
  }

  .rt-icon-content-box-content {
    max-width: none;
  }

  .rt-second-section-icon-box {
    width: 100%;
  }

  .rt-second-section-icon-hover-out.rt-one-icon-hover-out {
    transform: none;
  }

  .rt-second-icon-box-second-section {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .rt-second-icon-box-section-heading {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-second-icon-box-first-section {
    width: 100%;
    max-width: none;
  }

  .rt-second-icon-box-image {
    width: 100%;
    height: auto;
  }

  .rt-home-three-second-icon-box-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 70px;
  }

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-about-two-margin-top {
    margin-top: 20px;
  }

  .rt-autofit-7.rt-responsive-full-width {
    width: 100%;
  }

  .rt-about-two-mission-left {
    max-width: 100%;
  }

  .rt-about-two-mission-right {
    padding-top: 30px;
  }

  .rt-about-two-free-ask-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .rt-about-two-mission-flex {
    display: block;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-home-one-support-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block {
    width: 100%;
  }

  .rt-home-one-support-image-three {
    left: 0%;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .ai-weiterbilfung-mit-bild-copy {
    display: none;
  }

  .job-in-der-ki {
    font-size: 2.5rem;
  }

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

  .rt-component-section-3.rt-vision-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-details-col, .rt-heading-col {
    width: 100%;
  }

  .rt-interest-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-main-block.rt-interest-block {
    padding: 70px 50px;
  }

  .rt-main-block.rt-interest-block.rt-home-one-cta {
    width: auto;
  }

  .rt-interest {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-service-one-scroll-bg-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-service-one-scroll-bg-wrapper.rt-background-dark {
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-three-scroll-subheading-wrapper {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .rt-home-three-section-eight-heading {
    max-width: 100%;
  }

  .rt-home-three-scroll-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-team-two-work-process-block-copy {
    height: auto;
    display: block;
  }

  .ai_act-weiterbildung-gef-rdert {
    font-size: 2.5rem;
  }

  .rt-team-two-process-block-left-copy {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-testimonials-card.rt-card-out {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .rt-testimonials-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rt-testimonials-right-arrow {
    display: none;
  }

  .rt-testimonials-card-image-block {
    width: 20vw;
    max-width: none;
    margin-top: 20px;
    margin-right: 40px;
  }

  .rt-testimonials-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-testimonials-left-arrow {
    display: none;
  }

  .rt-testimonials-card-inner {
    margin-left: -100px;
    padding-left: 100px;
  }

  .rt-testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nutzen-ki-weiterbildung-online-header {
    align-self: center;
    width: 80%;
    margin-left: 20px;
  }

  .nutzen-ki-weiterbildung-online-t-left {
    width: 80%;
    margin-left: 20px;
  }

  .nutzen-ki-weiterbildung-online-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .nutzen-ki-weiterbildung-online-row {
    flex-flow: column;
  }

  .ki-berater-fortbildung-online {
    width: auto;
    margin-bottom: 80px;
  }

  .flex-block-3 {
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ki-weiterbildung-ai-online-jobcenter-item-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .ki_weiterbildung-hamburg-azav-llm-large-language-modell-copy {
    width: auto;
  }

  .ki-arbeitsamt-weiterbildung-ki-jobcenter {
    font-size: 2.5rem;
  }

  .ablauf-ki_weiterbildung_arbeitsagentur-geforedert {
    height: auto;
    display: block;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
    padding-bottom: 0;
  }

  .rt-home-review-para.rt-margin-top-thirty-2.rt-body-font-color, .rt-home-review-para.rt-margin-top-thirty-2.rt-body-font-color-6 {
    max-width: none;
  }

  .rt-reviews-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-reviews {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ki_ausbildung_arbeitagentur {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .agentur-fuer-arbeit-fianzierung-ki-bildungsgutschein {
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 0;
  }

  .azav-zertifizierter_ki-kurs-ai {
    font-size: 2.5rem;
  }

  .ki-weiterbildung-finanzierungm-glichkeiten {
    flex-flow: column;
  }

  .fortbildung-ki-weiterbildung-finanizerung-agentur-arbeit {
    width: 80%;
  }

  .ki_ausbildung_arbeitagentur-gef-rdert-jobcenter {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
    position: static;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .navbar {
    height: 300px;
    position: static;
  }

  .ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .div-block-13 {
    overflow: scroll;
  }

  .div-block-13.dont-show-scroll {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-14 {
    height: 70px;
    display: flex;
    overflow: scroll;
  }

  .weiterbild-agentur-f-r-arbeit-fortbildung-finden {
    padding-top: 72px;
  }

  .bildungsverzeichniss-ausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden {
    flex-flow: column;
    height: 48px;
    box-shadow: 1px 2px 7px 1px #134c6d0f;
  }

  .bildungsverzeichnissausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden-copy {
    display: flex;
  }

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

  .beste-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-copy {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit {
    white-space: nowrap;
    width: 80%;
    position: relative;
    overflow: hidden;
  }

  .arbeitagentur-gef-rdert-ki_ausbildung_-jobcenter {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .gef-rderte-ki-weiterbildung-agentur-fuer-arbeit {
    max-width: 70%;
  }

  .beste-weiterbildung-agentur-f-r-arbeit-ai-ki {
    white-space: nowrap;
    width: 80%;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  .beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    white-space: nowrap;
    width: 80%;
    position: relative;
    overflow: hidden;
  }

  .rt-home-three-section-eight-heading-copy {
    max-width: 100%;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    white-space: nowrap;
    width: 80%;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .gef-rderte-weiterbildung-agentur-f-r-arbeit-erfahrung {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-projects-s, .section-projects-s-copy {
    z-index: 100;
  }

  .combine-heading-style-h2-4-copy {
    font-size: 2.5rem;
  }

  .section-projects-copy {
    z-index: 100;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .circular-text {
    height: 7rem;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    height: 100svh;
    display: flex;
  }

  .hero-heading {
    max-width: 50ch;
  }

  .bento-row {
    flex-flow: column;
  }

  .card-small {
    order: 1;
    width: 100%;
  }

  .card-big {
    width: 100%;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .bento-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-4 {
    max-width: 90vw;
  }

  .heading-6-white {
    font-size: 2rem;
  }

  .heading-7 {
    font-size: 2.7rem;
  }

  .heading-6-copy {
    font-size: 2rem;
  }

  .ai_act-weiterbildung-gef-rdert-2 {
    margin-left: -24vw;
    font-size: 2.5vw;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2 {
    white-space: nowrap;
    width: 80%;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
  }

  .div-block-18 {
    overflow: scroll;
  }

  .div-block-18.dont-show-scroll {
    justify-content: flex-start;
    align-items: center;
  }

  .ai_act-weiterbildung-gef-rdert-3, .ki-arbeitsamt-weiterbildung-ki-jobcenter-2 {
    font-size: 2.5rem;
  }

  .flex-block-8 {
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ablauf-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-2 {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2 {
    white-space: nowrap;
    width: 80%;
    position: relative;
    overflow: hidden;
  }

  .azav-zertifizierter_ki-kurs-ai-2 {
    font-size: 2.5rem;
  }

  .rt-testimonials-card-inner-2 {
    margin-left: -100px;
    padding-left: 100px;
  }

  .div-block-20 {
    height: 70px;
    display: flex;
    overflow: scroll;
  }

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

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

  .azav-zertifizierter_ki-kurs-ai-3 {
    font-size: 2.5rem;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy {
    white-space: nowrap;
    width: 80%;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .text-size-tiny-caps {
    font-size: 10px;
  }

  .line-03-cell-07, .line-03-cell-09 {
    margin-left: 47px;
  }

  .text-position, .text-name {
    font-size: 15px;
  }

  .section-cta {
    padding-bottom: 49px;
  }

  .section-cta-ii {
    padding-bottom: 70px;
  }

  .line-04-cell-01, .line-04-cell-02, .line-04-cell-03 {
    display: none;
  }

  .wrap-logo-on-dark {
    padding-top: 35px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    max-width: 660px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .margin-bottom-40px {
    margin-bottom: 28px;
  }

  .text-size-caps-tiny {
    font-size: 10px;
  }

  .text-align-center.maxw-introduction-title {
    font-family: Unbounded, sans-serif;
    font-size: 30px;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 550px;
  }

  .section-about {
    padding-top: 63px;
  }

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

  .margin-bottom-25px {
    margin-bottom: 18px;
  }

  .section-the-value {
    padding-top: 70px;
  }

  .wrap-box-the-value {
    padding: 46px;
  }

  .grid-the-value {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .margin-bottom-15px {
    margin-bottom: 11px;
  }

  .lottie-animation {
    margin-bottom: 28px;
  }

  .line-03-middle {
    grid-template-rows: min-content auto min-content 170px;
  }

  .line-03-cell-07, .line-03-cell-09 {
    margin-left: 47px;
  }

  .mask-line-03 {
    top: 30px;
  }

  .line-03-right {
    top: -59px;
  }

  .grid-main {
    grid-column-gap: 40px;
    grid-row-gap: 28px;
  }

  .grid-awards {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: .25fr .75fr;
  }

  .grid-awards-inner {
    grid-column-gap: 28px;
  }

  .section-awards {
    padding-top: 70px;
    padding-bottom: 119px;
  }

  .margin-bottom-30px {
    margin-bottom: 21px;
  }

  .margin-bottom-45px {
    margin-bottom: 32px;
  }

  .mask-link-arrows {
    margin-top: 0;
  }

  .right-arrow {
    left: 56%;
  }

  .slide-testimonial {
    margin-left: 7px;
    margin-right: 7px;
    padding: 70px 53px;
  }

  .left-arrow {
    right: 56%;
  }

  .slider {
    max-width: 660px;
  }

  .mask {
    margin-left: -7px;
  }

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

  .text-position, .text-name {
    font-size: 15px;
  }

  .section-cta-01 {
    padding-bottom: 49px;
  }

  .text-cta {
    font-size: 45px;
  }

  .section-testimonials {
    padding-bottom: 224px;
  }

  .button-cta {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 10px;
  }

  .section-cta-02 {
    padding-bottom: 70px;
  }

  .mask-line-04a {
    top: -200px;
  }

  .line-04-cell-01, .line-04-cell-02, .line-04-cell-03 {
    display: none;
  }

  .mask-line-04b {
    bottom: 85px;
  }

  .mask-line-05a {
    bottom: 350px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw 100px min-content 50vw;
  }

  .mask-line-05b {
    top: -350px;
    bottom: 49px;
  }

  .mask-line-06 {
    bottom: 121px;
  }

  .mask-line-07b {
    bottom: 49px;
  }

  .line-07-cell-10 {
    display: none;
  }

  .mask-line-08b {
    bottom: 121px;
  }

  .mask-line-09 {
    bottom: 85px;
  }

  .logo-on-dark {
    font-size: 27vw;
  }

  .margin-bottom-cta {
    margin-bottom: 100px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-right {
    display: none;
  }

  .margin-right-30px {
    margin-right: 21px;
  }

  .logo-webflow-light {
    margin-top: -6px;
  }

  .banner {
    margin-left: 32px;
    margin-right: 32px;
  }

  .margin-bottom-35px {
    margin-bottom: 25px;
  }

  .wrap-links-project {
    padding-top: 25px;
  }

  .wrap-content-project {
    padding-top: 25px;
    padding-right: 45px;
  }

  .margin-vertical-35px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .button {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 10px;
  }

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

  .line-01 {
    grid-template-rows: min-content min-content auto min-content;
    margin-left: -10px;
  }

  .line-01-cell-02, .line-01-cell-03 {
    display: none;
  }

  .line-01-cell-04 {
    margin-left: 0;
  }

  .mask-line-01 {
    top: -15px;
  }

  .line-02 {
    grid-template-columns: 1fr 490px min-content 1fr;
    right: -10px;
  }

  .mask-line-02 {
    top: 0;
    bottom: 30px;
  }

  .cursor-play-reel {
    width: 90px;
    height: 90px;
    top: -45px;
    left: -45px;
  }

  .text-play-reel {
    font-size: 10px;
  }

  .section-projects-on-projects-page {
    padding-top: 56px;
    padding-bottom: 98px;
  }

  .mask-line-02-projects-page {
    top: -35px;
    bottom: 30px;
  }

  .line-01-projects-page {
    grid-template-rows: min-content min-content auto min-content;
    margin-left: -10px;
  }

  .wrap-project-arrow {
    padding-top: 25px;
  }

  .indic-991 {
    display: none;
  }

  .indic-767 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 70px;
  }

  .mask-line-05a-projects-page {
    top: -40px;
    bottom: 350px;
  }

  .mask-line-01-projects-page {
    top: -65px;
  }

  .line-01-cell-04-projects-page {
    margin-left: 0;
  }

  .margin-vertical-50px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .heading-medium {
    font-size: 20px;
  }

  .margin-bottom-100px {
    margin-bottom: 70px;
  }

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

  .heading-large {
    font-size: 25px;
  }

  .heading-xlarge {
    font-size: 28px;
  }

  .heading-big {
    font-size: 23px;
  }

  .style-guide {
    padding-top: 70px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 23px;
  }

  .section-footer {
    padding-top: 49px;
  }

  .grid-3-columns {
    grid-column-gap: 21px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 35px;
  }

  .wrap-licenses-info {
    margin-top: 42px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .font-sample-01 {
    font-size: 77px;
  }

  .heading-medium-2 {
    font-size: 20px;
  }

  .font-sample-02, .font-sample-03 {
    font-size: 77px;
  }

  .licenses {
    padding-top: 42px;
  }

  .wrap-version-text {
    padding-bottom: 70px;
  }

  .text-size-medium-vw {
    font-size: 1.6rem;
  }

  .form-content {
    margin-top: 0;
    position: relative;
  }

  .name-wrapper-contact {
    width: 99%;
  }

  .waswirmachen {
    width: 97%;
  }

  .waswirmachen.response-div-select {
    justify-content: center;
    align-items: stretch;
  }

  .wwm-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .wwm-item-50 {
    text-align: justify;
    width: 95%;
  }

  .wwm-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-copy {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 10px;
  }

  .button-copy.sel-add-info {
    width: 95%;
    max-width: none;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .text-size-medium-vw-copy {
    font-size: 1.4rem;
  }

  .image-2._5 {
    width: 50%;
  }

  .modal-content-x {
    width: 97%;
    height: 98vh;
  }

  .text-block-6 {
    align-self: center;
    margin-top: 60px;
    margin-right: 0;
    padding-left: 10px;
  }

  .modal-wrapper-x-copy {
    height: 100%;
  }

  .paragraph-2 {
    font-size: 1.6rem;
  }

  .waswirmachen-copy {
    width: 97%;
  }

  .waswirmachen-copy.response-div-select {
    justify-content: center;
    align-items: stretch;
  }

  .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button-arrow-4 {
    width: 50px;
    height: 50px;
  }

  .rt-pricing-one-tab-menu {
    align-items: flex-start;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-heading-style-h1.combine-container-large-3._6 {
    width: 90%;
  }

  .combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung {
    width: 85%;
  }

  .combine-text-size-regular-2._4 {
    width: auto;
  }

  .combine-header1_component {
    flex-direction: column;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-heading-style-h2-2._3._8 {
    width: 90vw;
  }

  .combine-pricing5_table-header, .combine-pricing5_table-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .combine-pricing5_table-item {
    border-bottom: 1px solid var(--combine-library--grey-100);
    padding-bottom: .5rem;
  }

  .combine-hide-mobile-landscape {
    display: none;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .rt-home-one-awards-large-text {
    font-size: 80px;
    display: none;
    position: static;
    left: 0%;
    transform: none;
  }

  .rt-home-one-award-card-block {
    flex-flow: column;
    max-width: 300px;
  }

  .rt-dizify-service-icon-box-three, .rt-dizify-service-icon-box-two, .rt-dizify-service-icon-box-four, .rt-service-icon-box-one {
    background-position: 60%;
  }

  .rt-service-column.rt-home-three {
    text-align: center;
  }

  .rt-service-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-pricing-three-price {
    border-left-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-pricing-three-plan-name {
    align-items: center;
  }

  .rt-pricing-three-plan {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rt-per-month {
    text-align: center;
  }

  .rt-pricing-three-plans-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .rt-autofit-4 {
    height: auto;
  }

  .rt-autofit-4.rt-mobile-full-width {
    width: 100%;
  }

  .rt-home-two-approach-right {
    display: none;
  }

  .rt-create-planning-flex {
    grid-column-gap: 15px;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-solutions-card-icons-col {
    max-width: 14%;
  }

  .rt-icon-box-divider {
    display: none;
  }

  .rt-second-section-icon-box {
    margin-bottom: 10px;
  }

  .rt-home-three-second-icon-box-section {
    margin-top: 62px;
  }

  .rt-autofit-7 {
    height: auto;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .z {
    width: 25rem;
    height: 25rem;
  }

  .ai-weiterbildung-gefoerdert {
    flex-flow: column;
  }

  .right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ai-weiterbilfung-mit-bild {
    order: 1;
    margin-top: 40px;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature3_component {
    flex-direction: column;
  }

  .right-copy {
    width: 95vw;
  }

  .rt-service-one-scroll-bg-wrapper.rt-background-dark {
    height: auto;
  }

  .rt-home-three-scroll-subheading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-service-process-step-2.rt-team-two {
    flex-flow: column;
  }

  .rt-service-step-number-block-2 {
    align-self: flex-end;
    height: 3rem;
    margin-bottom: -4rem;
    margin-right: 1rem;
    position: relative;
  }

  .rt-testimonials-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rt-testimonials-card.rt-card-out {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-testimonials-card-bg {
    box-shadow: none;
    height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .rt-testimonials-section {
    padding-bottom: 10px;
  }

  .rt-testimonials-card-image-block {
    width: 50vw;
    height: auto;
    position: relative;
  }

  .rt-testimonials-card-inner {
    max-width: 100%;
    margin-top: -100px;
    margin-left: 0;
    padding-top: 120px;
    padding-left: 10px;
  }

  .rt-testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nutzen-ki-weiterbildung-online-header, .nutzen-ki-weiterbildung-online-t-left {
    width: 95%;
  }

  .nutzen-ki-weiterbildung-online-item {
    margin-bottom: 0;
  }

  .flex-block-3 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    margin-top: 60px;
  }

  .ablauf-ki_weiterbildung_arbeitsagentur-geforedert {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .rt-home-review-para {
    max-width: 510px;
  }

  .ki_ausbildung_arbeitagentur {
    margin-left: 20px;
  }

  .fortbildung-ki-weiterbildung-finanizerung-agentur-arbeit {
    width: 90%;
  }

  .ki_ausbildung_arbeitagentur-gef-rdert-jobcenter {
    margin-left: 20px;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .ai-weiterbildung-gefoerdert-k-mstliche-intelligenz {
    flex-flow: column;
  }

  .weiterbild-agentur-f-r-arbeit-fortbildung-finden {
    padding-top: 33px;
  }

  .bildungsverzeichniss-ausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden {
    height: 42px;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit {
    width: 90%;
  }

  .arbeitagentur-gef-rdert-ki_ausbildung_-jobcenter {
    margin-left: 20px;
  }

  .gef-rderte-ki-weiterbildung-agentur-fuer-arbeit {
    max-width: 90%;
    font-size: 37px;
  }

  .beste-weiterbildung-agentur-f-r-arbeit-ai-ki {
    width: 90%;
    margin-bottom: 40px;
  }

  .ai-school-germany {
    width: 25rem;
  }

  .ai-job-finden-k-nstliche-intelligenz {
    width: 25rem;
    height: 25rem;
  }

  .beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    width: 90%;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    width: 90%;
    font-size: 1.6rem;
  }

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature8_component {
    flex-direction: column;
  }

  .gef-rderte-weiterbildung-agentur-f-r-arbeit-erfahrung {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-5 {
    font-size: 2.7rem;
  }

  .button-hero {
    display: none;
    position: relative;
    left: 0;
  }

  .hero-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .bento-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

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

  .card-big {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .heading-6, .heading-6-white {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .heading-6-copy {
    font-size: 2rem;
    line-height: 1.3;
  }

  .div-block-15 {
    margin-top: 60px;
  }

  .ai_act-weiterbildung-gef-rdert-2 {
    background-color: #ffffffd4;
    border-radius: 20px;
    margin-left: 0;
    font-size: 2rem;
    text-decoration: none;
    top: 4.2rem;
    box-shadow: 0 2px 8px 5px #ffffffd4;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2 {
    width: 90%;
    font-size: 1.6rem;
  }

  .rt-service-step-number-3 {
    font-size: 4rem;
  }

  .flex-block-8 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-2 {
    width: 90%;
  }

  .rt-testimonials-card-inner-2 {
    max-width: 100%;
    margin-top: -100px;
    margin-left: 0;
    padding-top: 120px;
    padding-left: 10px;
  }

  .container-2-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy {
    width: 90%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  .wrap-content-2 {
    width: 100%;
  }

  .mask {
    margin-left: -6px;
    padding-bottom: 60px;
  }

  .text-position, .text-name {
    font-size: 14px;
  }

  .section-cta {
    padding-bottom: 42px;
  }

  .text-cta {
    font-size: 35px;
  }

  .section-cta-ii {
    padding-bottom: 60px;
  }

  .wrap-logo-on-dark {
    padding-top: 30px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 17px;
  }

  h6, p {
    font-size: 15px;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .text-align-center.maxw-introduction-title {
    max-width: none;
    font-family: Satoshi, sans-serif;
  }

  .section-about {
    padding-top: 54px;
  }

  .flex-ver-center-top {
    display: block;
  }

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

  .margin-bottom-25px {
    margin-bottom: 15px;
  }

  .paragraph-small {
    font-size: 13px;
  }

  .section-the-value {
    padding-top: 60px;
  }

  .wrap-box-the-value {
    padding: 39px;
  }

  .grid-the-value {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .margin-bottom-15px {
    margin-bottom: 9px;
  }

  .lottie-animation {
    width: 90px;
    margin-bottom: 24px;
  }

  .line-03-middle {
    grid-template-columns: minmax(150px, 5fr) min-content 8px;
  }

  .line-03-right {
    grid-template-columns: 5fr min-content 8px;
    bottom: 50px;
  }

  .grid-main {
    grid-column-gap: 60px;
    grid-row-gap: 24px;
  }

  .grid-awards {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-awards-inner {
    grid-column-gap: 24px;
  }

  .section-awards {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .margin-bottom-30px {
    margin-bottom: 18px;
  }

  .margin-bottom-45px {
    margin-bottom: 27px;
  }

  .mask-link-arrows {
    margin-top: 0;
  }

  .wrap-content {
    width: 100%;
  }

  .right-arrow {
    left: 60%;
  }

  .slide-testimonial {
    margin-left: 6px;
    margin-right: 6px;
    padding: 60px 27px;
  }

  .left-arrow {
    right: 60%;
  }

  .mask {
    margin-left: -6px;
  }

  .text-testimonial {
    font-size: 15px;
  }

  .text-position, .text-name {
    font-size: 14px;
  }

  .wrap-photo-name-and-position {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-cta-01 {
    padding-bottom: 42px;
  }

  .text-cta {
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
  }

  .flex-social-links {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .section-testimonials {
    padding-bottom: 192px;
  }

  .button-cta {
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-cta-02 {
    padding-bottom: 60px;
  }

  .mask-line-04b {
    bottom: 78px;
  }

  .mask-line-05a {
    bottom: 70px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw min-content 26vw;
  }

  .line-05-cell-06 {
    display: none;
  }

  .mask-line-05b {
    bottom: 41px;
  }

  .mask-line-06 {
    bottom: 114px;
  }

  .mask-line-07a {
    bottom: 120px;
  }

  .line-07a {
    grid-template-rows: min-content auto min-content;
    grid-template-columns: 78vw 20px min-content 6vw auto;
  }

  .mask-line-07b {
    bottom: 41px;
  }

  .mask-line-08b {
    bottom: 114px;
  }

  .mask-line-09 {
    bottom: 78px;
  }

  .margin-bottom-cta {
    margin-bottom: 70px;
  }

  .hide-478 {
    display: none;
  }

  .footer-links {
    margin-top: 12px;
  }

  .margin-right-30px {
    margin-right: 18px;
  }

  .logo-webflow-light {
    margin-top: -4px;
  }

  .wrap-social-link {
    width: 100%;
  }

  .banner {
    height: 55vw;
    margin-left: 27px;
    margin-right: 27px;
  }

  .menu-z {
    display: none;
  }

  .wrap-logo-light {
    margin-top: 2vw;
  }

  .margin-bottom-35px {
    margin-bottom: 21px;
  }

  .section-projects {
    padding-top: 66px;
  }

  .wrap-links-project {
    padding-top: 21px;
  }

  .wrap-content-project {
    padding-top: 21px;
    padding-right: 0;
  }

  .wrap-photo-project {
    min-height: 55vw;
  }

  .margin-vertical-35px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .button {
    width: 100%;
    height: auto;
  }

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

  .mask-line-01 {
    top: -55px;
  }

  .line-02 {
    grid-template-columns: auto minmax(165px, 600px) min-content auto;
  }

  .mask-line-02 {
    display: none;
    top: -30px;
    bottom: 23px;
  }

  .cursor-play-reel {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }

  .text-play-reel {
    font-size: 9px;
  }

  .section-projects-on-projects-page {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 84px;
  }

  .mask-line-02-projects-page {
    display: none;
    top: -30px;
    bottom: 23px;
  }

  .wrap-project-arrow {
    padding-top: 21px;
  }

  .indic-767 {
    display: none;
  }

  .indic-478 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 60px;
  }

  .mask-line-05a-projects-page {
    bottom: 70px;
  }

  .mask-line-01-projects-page {
    top: -65px;
  }

  .margin-vertical-50px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-medium {
    font-size: 19px;
  }

  .heading-tiny {
    font-size: 15px;
  }

  .margin-bottom-100px {
    margin-bottom: 60px;
  }

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

  .heading-small {
    font-size: 17px;
  }

  .heading-large {
    font-size: 23px;
  }

  .heading-xlarge {
    font-size: 25px;
  }

  .heading-big {
    font-size: 21px;
  }

  .style-guide {
    padding-top: 60px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 21px;
  }

  .section-footer {
    padding-top: 42px;
  }

  .grid-3-columns {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 30px;
  }

  .wrap-licenses-info {
    margin-top: 36px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .heading-medium-2 {
    font-size: 19px;
  }

  .licenses {
    padding-top: 36px;
  }

  .wrap-version-text {
    padding-bottom: 60px;
  }

  .text-weight-medium.caps {
    text-align: center;
  }

  .button-primary {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .form-content {
    margin-top: 0;
  }

  .name-wrapper-contact, .form, .form-wrapper {
    width: 100%;
  }

  .waswirmachen {
    width: 100%;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .wwm-line {
    flex-flow: column;
  }

  .wwm-item-50 {
    width: 98%;
  }

  .wwm-item {
    width: 100%;
  }

  .button-copy {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-vw-copy {
    font-size: 1.3rem;
  }

  .modal-content-x {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-6 {
    align-self: flex-end;
    margin-top: 0;
  }

  .div-block-4.response-div-select {
    margin-left: 10px;
    margin-right: 10px;
  }

  .close-all-modals-x {
    top: 1%;
    right: 1%;
  }

  .waswirmachen-copy {
    width: 100%;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .form-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-input, .text-input-copy {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .button-copy-2 {
    font-size: 1rem;
  }

  .rt-pricing-one-content-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-button-arrow-4 {
    width: 50px;
    height: 50px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-section-medium-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-heading-style-h1 {
    margin-top: 2rem;
  }

  .combine-heading-style-h1.combine-container-large-3._6 {
    font-size: 12vw;
  }

  .combine-heading-style-h1.combine-container-large-3._6.ai-ki-bildungs-fortbildiung-umschulung.fortbildung-ki {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-heading-style-h2-2 {
    width: 100%;
  }

  .combine-heading-style-h2-2._3._6 {
    width: 90vw;
  }

  .combine-heading-style-h2-2._3._8 {
    top: 60px;
  }

  .combine-heading-style-h2-2._3._6 {
    z-index: 1;
    width: 90vw;
    position: relative;
  }

  .combine-heading-style-h2-2._3._6.arebitsagentur-ai-ki-weitervbildung {
    margin-top: 140px;
  }

  .combine-pricing5_table-header {
    grid-column-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .combine-pricing5_details {
    justify-content: space-between;
    padding: 0;
    font-size: .875rem;
  }

  .combine-pricing5_cost-secondary, .combine-pricing5_cost-primary, .combine-pricing5_cost-tertiary {
    font-size: 1.25rem;
  }

  .rt-advertise-content-icon-wrapper {
    margin-bottom: -30px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .rt-home-one-awards-large-text {
    left: 3%;
  }

  .rt-home-one-award-card-block {
    border-bottom: 1px solid #ffffff1a;
  }

  .rt-superscript {
    font-size: .75rem;
  }

  .rt-create-planning-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-left-right-effect {
    display: none;
  }

  .rt-solutions-card, .rt-solutions-card-flex {
    flex-direction: column;
  }

  .rt-solutions-card-icons-col {
    max-width: 30%;
  }

  .rt-solutions-card-caption-col {
    max-width: 100%;
  }

  .rt-icon-content-box-content {
    text-align: center;
  }

  .rt-icon-content-box {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-second-section-icon-box.rt-two-icon-box, .rt-second-section-icon-box.rt-one-icon-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-second-icon-box-section-heading {
    text-align: center;
  }

  .rt-about-two-tab-content-flex {
    display: block;
  }

  .rt-about-two-tab-content-left {
    margin-bottom: 30px;
  }

  .rt-font-change {
    display: inline;
  }

  .rt-home-one-support-image-two {
    display: none;
  }

  .rt-accordian-content {
    padding-left: 0;
  }

  .rt-faq-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-image-four {
    display: none;
  }

  .z {
    width: 100%;
  }

  .ai-weiterbildung-gefoerdert {
    padding-left: 0;
    padding-right: 0;
  }

  .right {
    width: 95vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ai-weiterbilfung-mit-bild {
    width: 95vw;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-feature3_wrapper {
    flex-direction: column;
  }

  .job-in-der-ki {
    width: 100%;
  }

  .rt-component-section-3.rt-vision-section {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-main-block.rt-interest-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-service-one-scroll-bg-wrapper.rt-background-dark {
    border-radius: 0;
    padding: 20px 7px;
  }

  .rt-home-three-section-eight-line {
    display: none;
  }

  .rt-home-three-cta-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
  }

  .rt-home-three-scroll-wrapper {
    max-width: 100vw;
    margin-top: 0;
    padding-bottom: 0;
  }

  .rt-button-five.rt-banner-one-button {
    width: 95%;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    align-items: center;
    right: 0;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .ai_act-weiterbildung-gef-rdert {
    width: 100%;
  }

  .rt-testimonials-card-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-testimonials-author-flex {
    flex-direction: column;
  }

  .rt-testimonials-card-image-block {
    width: 70vw;
  }

  .nutzen-ki-weiterbildung-online-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ki_weiterbildung-hamburg-azav-llm-large-language-modell-copy {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 19px;
  }

  .ki-arbeitsamt-weiterbildung-ki-jobcenter {
    width: 100%;
  }

  .flex-block-4 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .rt-component-section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .rt-all-reviews-home {
    background-color: var(--glass);
    padding: 10px 15px;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
  }

  .rt-home-review-para.rt-margin-top-thirty-2.rt-body-font-color-6 {
    word-break: normal;
  }

  .agentur-fuer-arbeit-fianzierung-ki-bildungsgutschein {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .azav-zertifizierter_ki-kurs-ai {
    width: 100%;
    max-width: 320px;
  }

  .fortbildung-ki-weiterbildung-finanizerung-agentur-arbeit {
    width: 96%;
  }

  .ki_ausbildung_arbeitagentur-gef-rdert-jobcenter {
    margin-right: 20px;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-banner1_text {
    margin-right: 1.75rem;
  }

  .ai-weiterbildung-gefoerdert-k-mstliche-intelligenz {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14.dont-show-scroll {
    z-index: 1005;
    top: 26px;
  }

  .weiterbild-agentur-f-r-arbeit-fortbildung-finden {
    padding-top: 24px;
  }

  .bildungsverzeichnissausbildung-agentur-jobcenter-fortbildung-weiterbildung-finden-copy {
    z-index: 1002;
    display: block;
    position: relative;
  }

  .beste-ki-ai-k-nstliche-intelligenz-weiterbildung-angetur-f-r-arbeit-copy {
    display: none;
  }

  .arbeitagentur-gef-rdert-ki_ausbildung_-jobcenter {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .gef-rderte-ki-weiterbildung-agentur-fuer-arbeit {
    word-break: normal;
    max-width: 100%;
    font-size: 37px;
  }

  .beste-weiterbildung-agentur-f-r-arbeit-ai-ki {
    width: 90%;
  }

  .text-input-copy {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .ai-school-germany, .ai-job-finden-k-nstliche-intelligenz {
    width: 100%;
  }

  .background-video.rt-service-one-scroll-bg-wrapper.rt-background-dark {
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .beste-k-nstliche-karriere-zugintelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    white-space: normal;
  }

  .rt-home-three-section-eight-heading-copy {
    text-transform: uppercase;
    font-size: 37px;
  }

  .rt-component-section-5-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy {
    white-space: normal;
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-container-large-6 {
    width: auto;
    max-width: none;
  }

  .combine-section_feature8 {
    border-radius: 0;
  }

  .combine-feature8_number {
    margin-left: -15px;
  }

  .combine-feature8_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-feature8_content {
    width: auto;
    max-width: none;
  }

  .combine-feature8_wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-direction: column;
  }

  .gef-rderte-weiterbildung-agentur-f-r-arbeit-erfahrung {
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-projects-s {
    padding-top: 66px;
  }

  .section-projects-s-copy {
    padding-top: 0;
  }

  .combine-heading-style-h2-4-copy {
    word-break: break-all;
  }

  .section-projects-copy {
    padding-top: 66px;
  }

  .bildungsverzeichnis-deutschland-agentur-f-r-arbeit-fortbildung-foerderung {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .overlay-mobile {
    z-index: 2;
    background-image: linear-gradient(0deg, #efefef, #efefef00);
    height: 50vh;
    position: absolute;
    inset: auto 0% 0;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6, .heading-6-white {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .heading-7 {
    font-size: 2.2rem;
  }

  .heading-6-copy {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .rt-service-step-process-4 {
    display: none;
  }

  .ai_act-weiterbildung-gef-rdert-2 {
    width: 100%;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2 {
    white-space: normal;
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .ai_act-weiterbildung-gef-rdert-3 {
    width: 100%;
  }

  .flex-block-7 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .ki-arbeitsamt-weiterbildung-ki-jobcenter-2 {
    width: 100%;
  }

  .azav-zertifizierter_ki-kurs-ai-2 {
    width: 100%;
    max-width: 320px;
  }

  .rt-all-reviews-home-2 {
    background-color: #ffffffbd;
    padding: 10px 15px;
  }

  .rt-component-section-5-copy-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    padding-bottom: 3px;
  }

  .button-primary-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .azav-zertifizierter_ki-kurs-ai-3 {
    width: 100%;
    max-width: 320px;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy {
    white-space: normal;
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .beste-k-nstliche-intelligenz-weiterbildung-agentur-f-r-arbeit-copy-2-copy.open-modalclickfunnel {
    font-size: 1.5rem;
  }
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-e93baa63 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-e93baa63 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-e93baa63 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e93baa63 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e93baa63 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e93baa63 {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-e93baa63 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-e93baa63 {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-e93baa63 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-e93baa63 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-e93baa63 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-e93baa63 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-e93baa63 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-e93baa63 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-e93baa63 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-e93baa63 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-e93baa63 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069a-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec938069d-e93baa63 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069f-e93baa63 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a1-e93baa63 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a3-e93baa63 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a5-e93baa63 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a8-e93baa63 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806aa-e93baa63 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ac-e93baa63 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ae-e93baa63 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b11-9edb6b00 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b13-9edb6b00 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b15-9edb6b00 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b17-9edb6b00 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b19-9edb6b00 {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1b-9edb6b00 {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1d-9edb6b00 {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1f-9edb6b00 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b21-9edb6b00 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b23-9edb6b00 {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b25-9edb6b00 {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b30-9edb6b00 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b32-9edb6b00 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b34-9edb6b00 {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b36-9edb6b00 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b38-9edb6b00 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b3a-9edb6b00 {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b45-9edb6b00 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b47-9edb6b00 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b49-9edb6b00 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b4b-9edb6b00 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b4d-9edb6b00 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b4f-9edb6b00 {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b5a-9edb6b00 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b5c-9edb6b00 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b5e-9edb6b00 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b60-9edb6b00 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b62-9edb6b00 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b64-9edb6b00 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba1-9edb6b00 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba3-9edb6b00 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba5-9edb6b00 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba7-9edb6b00 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba9-9edb6b00 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bab-9edb6b00 {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bb3-9edb6b00 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bb5-9edb6b00 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bb7-9edb6b00 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bc1-9edb6b00 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bc3-9edb6b00 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bc5-9edb6b00 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bc7-9edb6b00 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bc9-9edb6b00 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bd3-9edb6b00 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bd5-9edb6b00 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bd7-9edb6b00 {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bd9-9edb6b00 {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bdb-9edb6b00 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6be3-9edb6b00 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6be5-9edb6b00 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6be7-9edb6b00 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bf1-9edb6b00 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bf3-9edb6b00 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bf5-9edb6b00 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bf7-9edb6b00 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bf9-9edb6b00 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-369c3c8e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-369c3c8e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-369c3c8e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-369c3c8e {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-369c3c8e {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-369c3c8e {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-369c3c8e {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-369c3c8e {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-369c3c8e {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-369c3c8e {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-369c3c8e {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-369c3c8e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-369c3c8e {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-369c3c8e {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-369c3c8e {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-369c3c8e {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-369c3c8e {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-48a53e83 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-48a53e83 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-48a53e83 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-48a53e83 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-48a53e83 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-48a53e83 {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-48a53e83 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-48a53e83 {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-48a53e83 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-48a53e83 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-48a53e83 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-48a53e83 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-48a53e83 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-48a53e83 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-48a53e83 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-48a53e83 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-48a53e83 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-ef09713c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-ef09713c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-ef09713c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-ef09713c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-ef09713c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-ef09713c {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-ef09713c {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-ef09713c {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-ef09713c {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-ef09713c {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-ef09713c {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-ef09713c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-ef09713c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-ef09713c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-ef09713c {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-ef09713c {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-ef09713c {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-a39a9b3a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-a39a9b3a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-a39a9b3a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-a39a9b3a {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-a39a9b3a {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-a39a9b3a {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-a39a9b3a {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-a39a9b3a {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-a39a9b3a {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-a39a9b3a {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-a39a9b3a {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-a39a9b3a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-a39a9b3a {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-a39a9b3a {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-a39a9b3a {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-a39a9b3a {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-a39a9b3a {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069a-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec938069d-a39a9b3a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069f-a39a9b3a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a1-a39a9b3a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a3-a39a9b3a {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a5-a39a9b3a {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a8-a39a9b3a {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806aa-a39a9b3a {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ac-a39a9b3a {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ae-a39a9b3a {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-e6c3d036 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-e6c3d036 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-e6c3d036 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e6c3d036 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e6c3d036 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e6c3d036 {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-e6c3d036 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-e6c3d036 {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-e6c3d036 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-e6c3d036 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-e6c3d036 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-e6c3d036 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-e6c3d036 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-e6c3d036 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-e6c3d036 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-e6c3d036 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-e6c3d036 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fd8-4e5a63e5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-4e5a63e5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-4e5a63e5 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-4e5a63e5 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-4e5a63e5 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-4e5a63e5 {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-4e5a63e5 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-4e5a63e5 {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-4e5a63e5 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-4e5a63e5 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e2-4e5a63e5 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-4e5a63e5 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e6-4e5a63e5 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6e8-4e5a63e5 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ea-4e5a63e5 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ec-4e5a63e5 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c9905f8b-57ca-233c-2da4-4852de11a6ee-4e5a63e5 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bab-9edb6b00 {
    grid-column-end: 6;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bb7-9edb6b00 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-e93baa63, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-e93baa63, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e93baa63 {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e93baa63 {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e93baa63 {
    grid-column: 3 / 4;
  }

  #w-node-_22d2d2de-0384-663c-4605-438ec938069f-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec93806a1-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec93806a3-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec93806a8-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec93806aa-e93baa63, #w-node-_22d2d2de-0384-663c-4605-438ec93806ac-e93baa63 {
    grid-column: 2 / 3;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b19-9edb6b00 {
    grid-column-end: 4;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1b-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1d-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b1f-9edb6b00 {
    grid-column: 4 / 5;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b21-9edb6b00 {
    grid-column: 1 / 4;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b23-9edb6b00 {
    grid-column: 2 / 3;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b25-9edb6b00 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b45-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b4d-9edb6b00 {
    grid-column-end: 6;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bab-9edb6b00 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bd9-9edb6b00 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6bdb-9edb6b00 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-369c3c8e, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-369c3c8e, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-369c3c8e {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-369c3c8e {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-369c3c8e {
    grid-column: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-48a53e83, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-48a53e83, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-48a53e83 {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-48a53e83 {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-48a53e83 {
    grid-column: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-ef09713c, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-ef09713c, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-ef09713c {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-ef09713c {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-ef09713c {
    grid-column: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-a39a9b3a, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-a39a9b3a, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-a39a9b3a {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-a39a9b3a {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-a39a9b3a {
    grid-column: 3 / 4;
  }

  #w-node-_22d2d2de-0384-663c-4605-438ec938069f-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec93806a1-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec93806a3-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec93806a8-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec93806aa-a39a9b3a, #w-node-_22d2d2de-0384-663c-4605-438ec93806ac-a39a9b3a {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-e6c3d036, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-e6c3d036, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e6c3d036 {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e6c3d036 {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e6c3d036 {
    grid-column: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fda-4e5a63e5, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fdc-4e5a63e5, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-4e5a63e5 {
    grid-column: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-4e5a63e5 {
    grid-column: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-4e5a63e5 {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e93baa63, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e93baa63 {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e93baa63 {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-e93baa63 {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-e93baa63, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-e93baa63, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-e93baa63 {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-e93baa63 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b30-9edb6b00 {
    grid-column-end: 5;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b32-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b34-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b36-9edb6b00 {
    grid-column: 5 / 6;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b38-9edb6b00 {
    grid-column-end: 5;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6ba1-9edb6b00 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-369c3c8e, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-369c3c8e {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-369c3c8e {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-369c3c8e {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-369c3c8e, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-369c3c8e, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-369c3c8e {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-369c3c8e {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-48a53e83, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-48a53e83 {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-48a53e83 {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-48a53e83 {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-48a53e83, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-48a53e83, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-48a53e83 {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-48a53e83 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-ef09713c, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-ef09713c {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-ef09713c {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-ef09713c {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-ef09713c, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-ef09713c, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-ef09713c {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-ef09713c {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-a39a9b3a, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-a39a9b3a {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-a39a9b3a {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-a39a9b3a {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-a39a9b3a, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-a39a9b3a, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-a39a9b3a {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-a39a9b3a {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-e6c3d036, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-e6c3d036 {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-e6c3d036 {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-e6c3d036 {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-e6c3d036, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-e6c3d036, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-e6c3d036 {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-e6c3d036 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fde-4e5a63e5, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe0-4e5a63e5 {
    grid-row: 1 / 2;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe2-4e5a63e5 {
    grid-row: 2 / 3;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe4-4e5a63e5 {
    grid-row: 3 / 4;
  }

  #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe6-4e5a63e5, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fe8-4e5a63e5, #w-node-a9ec2adb-10b6-d98d-e32a-657441c25fea-4e5a63e5 {
    grid-row: 4 / 5;
  }

  #w-node-c9905f8b-57ca-233c-2da4-4852de11a6e4-4e5a63e5 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b30-9edb6b00 {
    grid-column-end: 4;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b32-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b34-9edb6b00, #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b36-9edb6b00 {
    grid-column: 4 / 5;
  }

  #w-node-_3dda22d6-a798-5ff7-dd95-04019edb6b38-9edb6b00 {
    grid-column: 1 / 4;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}