:root {
  --blue-c: #33bdff;
  --black-transparent: #000000bf;
  --green-c: #41ffd7;
  --grey-light: #8c8c8c;
  --grey-dark: #202020;
  --grey: #282828;
  --blue-d: #0d3040;
  --white-50: #ffffff80;
  --blue-b: #195f80;
  --blue-a: #268fbf;
  --blue-e: #2eabe6;
  --green-a: #30bfa0;
  --green-b: #20806b;
  --green-d: #104035;
  --green-e: #39e6c0;
  --hex-edge-color: #597f76;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

.navbar {
  z-index: 10;
  background-color: var(--black-transparent);
  padding-left: 30px;
  padding-right: 30px;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 8vh;
  margin-bottom: 0;
  padding: 16px 0;
  display: flex;
}

.all-elements-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar-brand {
  height: 100%;
}

.navbar-brand.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link:hover, .nav-link:active {
  color: var(--green-c);
}

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

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

.dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px 5px 10px;
  line-height: 20px;
  display: flex;
}

.dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.dropdown-toggle:focus {
  color: var(--green-c);
}

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

.dropdown-toggle.w--open:focus {
  color: var(--green-c);
}

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--black-transparent);
  border-radius: 0;
  margin-top: 30px;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  color: var(--green-c);
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 1px solid var(--grey-light);
  color: var(--grey-dark);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #41ffd7, #33bdff);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

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

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

.list_item {
  grid-column-gap: 24px;
  justify-content: space-between;
  margin-left: 20px;
}

.languageswitcher_de {
  color: #000;
  background-color: #0000;
}

.languageswitcher_de.link {
  background-image: url('../images/GER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.languageswitcher_us {
  color: #000;
  background-color: #0000;
}

.languageswitcher_us.link {
  background-image: url('../images/USA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section---heading {
  background-color: #0d304094;
  background-image: linear-gradient(135deg, #ffffff1a, #00000080);
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.header {
  color: var(--green-c);
  text-align: center;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
}

.header.margin-bottom-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.hero-text-element {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hex_div {
  background-color: var(--black-transparent);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 40px;
  display: flex;
}

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

.section {
  z-index: 3;
  background-color: var(--blue-d);
  background-image: linear-gradient(135deg, #ffffff1a, #00000080);
  flex-flow: column;
  margin-top: -40px;
  padding: 40px 60px 80px;
  display: flex;
  position: relative;
}

.wrapper-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 2%;
}

.numbered_hex {
  background-color: #0000005c;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.numbered-hex---number {
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 40px;
}

.all-hex---text {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.heading {
  text-align: left;
}

.paragraph {
  text-align: left;
  display: none;
}

.hex-double-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hex-vert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hex {
  background-color: #0000005c;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.containerh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.team-wrapper {
  justify-content: space-between;
  display: flex;
}

.team-media {
  width: 30%;
  margin-right: 64px;
}

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

.team-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  text-align: left;
}

.testimonial-text-four {
  text-align: left;
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-text-four-2 {
  text-align: left;
  margin-bottom: 32px;
}

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

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

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

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  background-image: linear-gradient(#5653ff, #6cd5ff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
}

.testimonial-slide {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 80px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 80px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--blue-c);
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
}

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

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

.testimonial-image-two {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.testimonial-slider-arrow {
  width: 80px;
  height: 100%;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-2, .heading-3 {
  text-align: center;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(#7d5dff, #5efcff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.ccis-result {
  background-color: #0d3040;
  background-image: linear-gradient(135deg, #ffffff1a, #00000080);
  justify-content: center;
  align-items: stretch;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.faq, .tc {
  background-color: #8bbaff;
  background-image: linear-gradient(#6557ff, #65aaff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer {
  background-color: var(--black-transparent);
  justify-content: center;
  align-items: stretch;
  padding: 40px 30px 20px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-copyright-center {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  max-height: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.partner-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-11 {
  padding-left: 20px;
}

.button-primary-2 {
  border: 1px solid var(--grey-light);
  background-image: linear-gradient(90deg, var(--green-c), var(--blue-c));
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbarlogo {
  height: 100%;
  display: block;
}

.partner {
  z-index: 2;
  padding: 30px;
  display: none;
  position: relative;
}

.partner-text {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.partner-logo-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.partner-logo {
  opacity: .75;
  height: 6vh;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-logo {
  height: 8vh;
}

.small-comment {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 11px;
}

.hero-action {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hex-sub-header {
  color: var(--blue-c);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.hex-text-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.button-secondary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #fff;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

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

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

.hex-header-span---green {
  color: var(--green-c);
}

.hero-sub-header {
  margin-bottom: 24px;
}

.header-section {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.bold-text {
  color: var(--blue-c);
}

.hero-sub-header-text {
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.navbar-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.width-controller {
  z-index: 3;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.title-small-tc {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.numbered-hex-number {
  margin-top: 0;
  margin-bottom: 0;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  margin-left: -60px;
  position: absolute;
}

.landingpage-header-section {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hex-heading {
  align-self: flex-start;
}

.hex-paragraphs {
  text-align: left;
}

.why-ccis {
  background-color: #0d304094;
  background-image: linear-gradient(135deg, #ffffff1a, #00000080);
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.hex-header {
  color: var(--green-c);
  text-align: left;
  margin-top: 0;
}

.hex-text {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.hex-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

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

.wrapper-title-text-hexes {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-span {
  color: #c71a1a;
}

.header-landing-section {
  color: var(--green-c);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.header-landing-section.margin-bottom-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.hex-text-copy {
  text-align: left;
  margin-bottom: 0;
}

.hex-text-small {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}

.link-2 {
  color: #4ca26b;
}

.hex-sub-header-link, .hex-foldable-icon-text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.hex-foldable-dropdown-icon {
  margin-right: 10px;
}

.dropdwon-icon {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.dropdwon-icon:active, .dropdwon-icon:focus {
  display: none;
}

.dropdwon-icon-2 {
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
  display: none;
}

.dropdwon-icon-2:active, .dropdwon-icon-2:focus {
  display: block;
}

.hex-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.hex-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.hex-dropdown-toggle:focus {
  color: var(--green-c);
}

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

.hex-dropdown-toggle.w--open:focus {
  color: var(--green-c);
}

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

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

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  margin-bottom: 20px;
}

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

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

.hex-foldable-title {
  display: flex;
}

.numbered-hex-paragraph {
  text-align: left;
}

.hex_foldable {
  cursor: pointer;
  background-color: #0000005c;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hex-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portrait {
  z-index: 4;
  width: 99%;
  height: 99%;
  display: block;
}

.portrait-dimensions {
  z-index: 4;
  width: 100%;
  max-width: 45vh;
  height: 100%;
  max-height: 45vh;
}

.portrait-hex-width {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.portrait-border {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide {
  vertical-align: baseline;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-picture-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 35vw;
  height: 100%;
  display: flex;
}

.picture-subtitle {
  color: var(--white-50);
  text-align: center;
  align-self: center;
  font-weight: 400;
}

.testimonial-picture {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-5 {
  height: 100%;
}

.navbarlogo-copy {
  height: 100%;
  display: block;
}

.icon-right, .icon-left {
  color: var(--white-50);
}

.small-text {
  color: var(--grey-light);
  text-align: center;
  align-self: center;
  margin-bottom: 24px;
  display: none;
}

.header-section-cta {
  align-self: center;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cta {
  align-self: center;
  margin-bottom: 24px;
}

.header-cta {
  color: var(--green-c);
  text-align: center;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
}

.header-cta.margin-bottom-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.header-cta-2 {
  color: var(--green-c);
  text-align: center;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.header-cta-2.margin-bottom-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer-link-inactive {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
}

.footer-link-inactive:hover {
  color: #1a1b1fbf;
}

.text {
  padding-bottom: 24px;
}

.h1 {
  color: var(--green-c);
  margin-top: 56px;
  margin-bottom: 56px;
}

.h2 {
  margin-top: 48px;
}

.h1-2 {
  color: var(--green-c);
  margin-top: 56px;
  margin-bottom: 56px;
}

.background-video-color {
  z-index: 2;
  background-color: #00000080;
  display: block;
  position: absolute;
  inset: 0;
}

.anchor {
  height: 8vh;
  position: absolute;
  top: -8vh;
}

.f_l_c_w_m_f_widget_middle {
  background-color: #41ffd7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f_l_c_w_m_f_wm_image {
  object-fit: contain;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.f_l_c_w_t_widget_right {
  z-index: 2;
  flex: none;
  width: 2vw;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.f_l_c_w_m_b_wrd_right {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_l_c_w_t_widget_left {
  z-index: 2;
  flex: none;
  width: 2vw;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.f_l_c_w_m_f_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_l_c_w_m_background {
  z-index: 1;
  float: right;
  clear: both;
  flex-direction: row;
  width: 250%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f_l_c_w_m_f_wld_left {
  z-index: 1;
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_l_c_w_m_b_wrd_right_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_l_c_w_m_b_widget_middle {
  background-color: #0009;
  flex: 1;
}

.f_l_c_w_t_d_header {
  color: #41ffd7;
  text-align: right;
  align-self: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.f_l_c_w_media {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: relative;
}

.f_l_c_w_m_foreground {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.f_l_c_w_text {
  z-index: 1;
  flex-direction: row;
  width: 100%;
  max-width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.f_l_c_w_m_b_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_l_c_wrapper {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.f_l_c_w_m_b_wld_left_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_l_c_w_m_f_widget_left_div, .f_l_c_w_m_b_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_l_c_w_m_f_wrd_right {
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_l_c_w_m_b_wld_left {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_l_c_w_t_div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.f_l_c_w_m_f_wrd_right_block {
  background-color: #41ffd7;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.feature_left {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.f_l_c_w_m_f_wld_left_block {
  background-color: #41ffd7;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_l_c_w_t_d_text {
  text-align: right;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.f_l_container {
  width: 100%;
  height: 45vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f_r_d_c_w_m_f_widget_middle {
  background-color: #41ffd7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature_right_down {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.f_r_d_c_w_m_b_widget_middle {
  background-color: #0009;
  flex: 1;
}

.f_r_d_c_w_m_b_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_m_b_wld_left {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_w_m_foreground {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.f_r_d_c_w_t_b_wld_left_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_r_d_c_w_t_widget_left {
  z-index: 2;
  flex: none;
  width: 2vw;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.f_r_d_c_w_t_b_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_t_d_text {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.f_r_d_conatiner {
  width: 100%;
  height: 45vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f_r_d_c_w_t_b_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_t_b_wrd_right {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_w_t_b_wrd_right_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_r_d_c_w_m_b_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_t_widget_right {
  z-index: 2;
  flex: none;
  width: 2vw;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.f_r_d_c_w_t_b_widget_middle {
  background-color: #0009;
  flex: 1;
}

.f_r_d_c_w_t_d_header {
  color: #41ffd7;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.f_r_d_c_w_m_f_wm_image {
  object-fit: contain;
  max-height: 100%;
  display: block;
}

.f_r_d_c_w_m_b_wrd_right {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_wrapper {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.f_r_d_c_w_t_b_wld_left {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_w_text {
  z-index: 1;
  flex-direction: row;
  width: 100%;
  max-width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.f_r_d_c_w_t_div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.f_r_d_c_w_m_f_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_m_b_wld_left_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_r_d_c_w_m_f_wld_left {
  z-index: 1;
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_w_media {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: relative;
}

.f_r_d_c_w_m_f_wrd_right {
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.f_r_d_c_w_m_background {
  z-index: 1;
  float: right;
  clear: both;
  flex-direction: row;
  width: 250%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f_r_d_c_w_t_background {
  z-index: 1;
  float: right;
  clear: both;
  flex-direction: row;
  width: 166.67%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f_r_d_c_w_m_b_wrd_right_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.f_r_d_c_w_m_f_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.f_r_d_c_w_m_f_wrd_right_block, .f_r_d_c_w_m_f_wld_left_block {
  background-color: #41ffd7;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-4 {
  color: #282828;
}

.hexslider_s_c_w_m_f_wld_left_block {
  background-color: #41ffd7;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.hexslider_s_c_w_media {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: relative;
}

.hexslider_s_c_w_t_div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hexslider_s_c_w_m_b_widget_middle {
  background-color: #0009;
  flex: 1;
}

.hexslider_s_c_w_m_f_wm_media {
  object-fit: contain;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.hexslider_slide {
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

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

.testimonial-slider-arrow-2 {
  display: none;
}

.hexslider_s_c_w_m_background {
  z-index: 1;
  float: right;
  clear: both;
  flex-direction: row;
  width: 250%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hexslider_s_c_w_m_b_widget_right {
  flex-direction: column;
  flex: none;
  display: flex;
}

.hexslider_s_container {
  width: 100%;
  height: 45vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hexslider_s_c_w_t_widget_right {
  z-index: 2;
  flex: none;
  width: 6vh;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.hexslider_s_c_w_m_b_wr_right {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.hexslider_s_c_w_m_f_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.hexslider_s_c_w_m_f_wld_left {
  z-index: 1;
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.hexslider_s_c_w_m_foreground {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.hexslider_s_c_w_m_f_widget_right_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.hexslider_s_c_w_t_d_header {
  color: #14d2ff;
  text-align: right;
  align-self: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.hexslider_two {
  background-color: #ddd0;
  height: auto;
}

.hexslider_s_c_w_m_b_wld_left {
  background-color: #0009;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.hexslider_s_c_w_m_b_widget_left_div {
  flex-direction: column;
  flex: none;
  display: flex;
}

.hexslider_s_c_w_text {
  z-index: 1;
  flex-direction: row;
  width: 100%;
  max-width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.hexslider_s_c_w_m_b_wld_left_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.hexslider_s_c_w_t_d_text {
  text-align: right;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.hexslider_s_c_w_t_widget_left {
  z-index: 2;
  flex: none;
  width: 6vh;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.hexslider_s_c_w_m_f_wrd_right {
  background-color: #41ffd7;
  flex: none;
  width: 2vw;
  height: 2vw;
}

.hexslider_s_c_wrapper {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.hexslider_s_c_w_m_b_wr_right_block {
  background-color: #0009;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.hexslider_s_c_w_m_f_wrd_right_block {
  background-color: #41ffd7;
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.hexslider {
  padding-top: 20px;
  padding-bottom: 80px;
}

.hexslider_s_c_w_m_f_widget_middle {
  background-color: #41ffd7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.ptbutton_r_rectangle {
  background-color: #41ffd7;
  flex: 1;
  width: 100%;
}

.ptbutton_r_rectangle.ptbutton_alternate {
  background-color: #a8a8a880;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_form {
  justify-content: center;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.ptbutton_l_rectangle {
  background-color: #41ffd7;
  flex: 1;
  width: 100%;
}

.ptbutton_l_rectangle.ptbutton_alternate {
  background-color: #a8a8a880;
}

.fs-cc-prefs_space-medium {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.ptbutton_r_triangle {
  background-color: #41ffd7;
  width: 100%;
  min-width: .5vw;
  height: .5vw;
}

.ptbutton_r_triangle.ptbutton_alternate {
  background-color: #a8a8a880;
}

.ptbutton {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 16px;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.fs-cc-prefs_label {
  color: #41ffd7;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-label, .fs-cc-prefs_trigger {
  display: none;
}

.ptbutton_l_triangle {
  background-color: #41ffd7;
  width: 100%;
  min-width: .5vw;
  height: .5vw;
}

.ptbutton_l_triangle.ptbutton_alternate {
  background-color: #a8a8a880;
}

.fs-cc-prefs_content {
  background-color: #0d3040;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.pthex_right {
  flex-direction: column;
  width: 6vh;
  min-width: 6vh;
  display: flex;
}

.fs-cc-banner_text-link {
  color: #14d2ff;
  border-bottom: 2px #4353ff;
}

.pthex_r_triangle, .pthex_l_triangle {
  background-color: #0d3040;
  width: 100%;
  height: 6vh;
}

.text-span-4 {
  color: #fff;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.pthex_l_rectangle {
  background-color: #0d3040;
  flex: 1;
  width: 100%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #0d3040;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-field:active {
  background-color: #41ffd7;
}

.fs-cc-prefs_button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px #000;
  padding: 0 0 0 0;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #4353ff;
  flex-direction: column;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.cookie_banner_text_and_language {
  align-items: stretch;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #0d3040;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_text {
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #0d3040;
  width: 1.25rem;
  height: 1.25rem;
}

.pthex_left {
  flex-direction: column;
  flex: 0 auto;
  width: 6vh;
  min-width: 6vh;
  display: flex;
}

.ptbutton_left {
  flex-direction: column;
  width: .5vw;
  min-width: .5vw;
  display: flex;
}

.fs-cc-banner_button {
  color: #0f0f0f;
  text-align: center;
  background-color: #41ffd7;
  min-width: 12rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: #0000;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #41ffd7;
  padding: .625rem;
  font-size: 1.25rem;
  display: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.text-span-5 {
  color: #fff;
}

.list_item-2 {
  grid-column-gap: 24px;
  justify-content: space-between;
  margin-left: 40px;
  display: flex;
}

.cookie_banner_languages {
  margin-left: 24px;
  padding-left: 0;
  display: none;
}

.cookie_banner_languages_2 {
  margin-left: 24px;
  padding-left: 0;
  display: flex;
}

.fs-cc-prefs_title {
  color: #41ffd7;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_component {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.ptbutton_right {
  flex-direction: column;
  width: .5vw;
  min-width: .5vw;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pthex_r_rectangle {
  background-color: #0d3040;
  flex: 1;
  width: 100%;
}

.ptbutton_middle {
  background-color: #41ffd7;
  flex: 0 auto;
}

.ptbutton_middle.ptbutton_alternate {
  background-color: #a8a8a880;
}

.ptbutton_m_padding {
  height: .5vw;
}

.div-block-5 {
  background-color: var(--blue-b);
}

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

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

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

.header_only {
  color: #41ffd7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.body-grey {
  color: #fff;
  background-color: #3c3c3c;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  margin-left: -60px;
  position: absolute;
}

.heading-7 {
  font-size: 1.9531px;
}

.heading-8 {
  font-size: 38px;
  line-height: 50px;
}

.div-block-6 {
  z-index: 50;
  object-fit: cover;
  background-image: url('../images/15-20250605-Vortrag-BG_Rheinhessen-Nahe.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: -60px;
  position: absolute;
}

.register_form_explain {
  text-align: left;
  min-width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}

.ptbutton-2 {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 16px;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.ptbutton_m_button {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.ptbutton_m_button:hover {
  color: #000;
}

.ptbutton_m_button:active {
  background-color: #43464d;
}

.ptbutton_m_button:visited {
  color: #000;
}

.error-message {
  text-align: center;
  background-color: #ff000080;
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 0;
  padding-right: 0;
}

.register_l_b_list_item {
  grid-column-gap: 24px;
  justify-content: space-between;
  margin-left: 40px;
  display: flex;
}

.registerform {
  flex-direction: column;
  flex: 0 auto;
  padding-left: 250px;
  padding-right: 250px;
  display: flex;
}

.ptbutton_m_submitbutton {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding: 0 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.register_language_buttons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.register_form_text {
  text-align: center;
  margin-bottom: 20px;
}

.ptbutton_left-2 {
  flex-direction: column;
  width: 1vh;
  min-width: 1vh;
  display: flex;
}

.register_form_error {
  text-align: left;
  background-color: #ff000080;
  min-width: 50%;
  margin-bottom: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.ptbutton_r_triangle-2 {
  background-color: #41ffd7;
  width: 100%;
  height: 1vh;
}

.success-message {
  background-color: #0000;
}

.ptbutton_l_triangle-2 {
  background-color: #41ffd7;
  width: 100%;
  height: 1vh;
}

.ptbutton_m_padding-2 {
  height: 1vw;
}

.form_buttons {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.registerforn_label {
  color: #41ffd7;
  font-weight: 400;
}

.registerform_phone_div_div {
  display: flex;
}

.ptbutton_right-2 {
  flex-direction: column;
  width: 1vh;
  min-width: 1vh;
  display: flex;
}

.textarea {
  color: #fff;
  background-color: #000c;
  border: 0 #000;
}

.registerform_phone_div {
  justify-content: space-between;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.header_only-2 {
  color: #41ffd7;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}

.home_link {
  color: #41ffd7;
  padding-top: 20px;
}

.home_link:visited {
  color: #41ffd7;
}

.section-2 {
  z-index: 3;
  background-color: var(--blue-d);
  background-image: linear-gradient(135deg, #ffffff1a, #00000080);
  flex-flow: column;
  padding: 40px 60px 80px;
  display: flex;
  position: relative;
}

.input_text_field {
  color: #fff;
  background-color: #0009;
  border: 0 #000;
}

.ptbutton_m_submitbutton-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: block;
}

.ptbutton_r_triangle-3 {
  background-color: #41ffd7;
  width: 100%;
  min-width: .5vw;
  height: .5vw;
}

.ptbutton-3 {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 16px;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.ptbutton_l_triangle-3 {
  background-color: #41ffd7;
  width: 100%;
  min-width: .5vw;
  height: .5vw;
}

.textarea-2 {
  color: #fff;
  background-color: #0009;
  border: 0 #000;
}

.ptbutton_m_button-2 {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: flex;
}

.ptbutton_m_button-2:hover {
  color: #000;
}

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

.ptbutton_m_button-2:visited {
  color: #000;
}

.ptbutton_right-3 {
  flex-direction: column;
  width: .5vw;
  min-width: .5vw;
  display: flex;
}

.ptbutton_m_padding-3 {
  height: .5vw;
}

.registerforn_label_2 {
  opacity: 0;
  color: #41ffd7;
  font-weight: 400;
}

.input_text_field_2 {
  opacity: 0;
  color: #fff;
  background-color: #0009;
  border: 0 #000;
}

@media screen and (min-width: 1280px) {
  .feature_left, .feature_right_down {
    padding-left: 160px;
    padding-right: 160px;
  }

  .hexslider_s_c_w_t_widget_right {
    width: 3vh;
  }

  .hexslider_s_c_w_m_f_wld_left {
    width: 3vh;
    height: 3vh;
  }

  .hexslider_s_c_w_t_widget_left {
    width: 3vh;
  }

  .hexslider_s_c_w_m_f_wrd_right {
    width: 3vh;
    height: 3vh;
  }

  .registerform {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .feature_left, .feature_right_down {
    padding-left: 240px;
    padding-right: 240px;
  }

  .hexslider_container {
    max-width: 1100px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    color: #0f0f0f;
  }

  .registerform {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    height: 8vh;
  }

  .navbar-brand.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbarlogo {
    max-height: 80px;
  }

  .partner-logo {
    height: 4vh;
  }

  .footer-logo {
    max-height: 80px;
  }

  .portrait-dimensions {
    max-width: 25vh;
    max-height: 25vh;
  }

  .anchor {
    top: -8vh;
  }

  .feature_left {
    padding-left: 320px;
    padding-right: 320px;
  }

  .f_l_container {
    max-width: 1750px;
    height: 30vh;
  }

  .feature_right_down {
    padding-left: 320px;
    padding-right: 320px;
  }

  .f_r_d_conatiner {
    max-width: 1750px;
    height: 30vh;
  }

  .hexslider_container {
    max-width: 1300px;
  }

  .hexslider_s_container {
    height: 30vh;
  }

  .registerform {
    padding-left: 250px;
    padding-right: 250px;
  }
}

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

  .nav-menu-two {
    background-color: var(--black-transparent);
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    background-color: var(--black-transparent);
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 40px;
  }

  .menu-button {
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--grey);
  }

  .list_item {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .hero-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-text-element {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
  }

  .hex-double-container, .containerh {
    flex-flow: column;
    max-width: 728px;
  }

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

  .team-media {
    width: 40%;
    margin-right: 40px;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-two {
    height: auto;
  }

  .testimonial-slide {
    flex-flow: column;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-content {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote {
    align-self: center;
    overflow: visible;
  }

  .testimonial-image-two {
    width: 80%;
    max-width: none;
  }

  .testimonial-slider-arrow {
    width: 40px;
  }

  .footer-brand.w--current {
    max-width: 20%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .title-small {
    display: block;
  }

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

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

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

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .partner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-logo {
    height: 5vh;
  }

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

  .header-section {
    text-align: left;
  }

  .width-controller {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .hex-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    display: inline-block;
  }

  .container {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hex-grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .portrait-dimensions {
    max-width: 35vh;
    max-height: 35vh;
  }

  .portrait-hex-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    height: auto;
  }

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

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

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

  .testimonial-picture-section {
    max-width: 100%;
  }

  .div-block-4 {
    align-self: center;
  }

  .paragraph-3, .header-section-cta {
    text-align: left;
  }

  .h2 {
    font-size: 18px;
  }

  .anchor {
    height: 5vh;
    top: -5vh;
  }

  .f_l_c_w_t_widget_right {
    width: 4vw;
  }

  .f_l_c_w_m_b_wrd_right {
    width: 4vw;
    height: 4vw;
  }

  .f_l_c_w_t_widget_left {
    width: 4vw;
  }

  .f_l_c_w_m_background {
    width: 100%;
    height: 167%;
  }

  .f_l_c_w_m_f_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .f_l_c_w_t_d_header {
    font-size: 1.7rem;
  }

  .f_l_c_w_media {
    max-width: 100%;
    height: 60%;
  }

  .f_l_c_w_text {
    max-width: 100%;
    height: 40%;
  }

  .f_l_c_wrapper {
    flex-direction: column;
  }

  .f_l_c_w_m_f_wrd_right, .f_l_c_w_m_b_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .feature_left {
    height: 80vh;
  }

  .f_l_container {
    height: 70vh;
  }

  .feature_right_down {
    height: 80vh;
  }

  .f_r_d_c_w_m_b_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_w_t_widget_left {
    width: 4vw;
  }

  .f_r_d_conatiner {
    height: 70vh;
  }

  .f_r_d_c_w_t_b_wrd_right {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_w_t_widget_right {
    width: 4vw;
  }

  .f_r_d_c_w_t_d_header {
    font-size: 1.7rem;
  }

  .f_r_d_c_w_m_b_wrd_right {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_wrapper {
    flex-direction: column;
  }

  .f_r_d_c_w_t_b_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_w_text {
    order: 1;
    max-width: 100%;
    height: 40%;
  }

  .f_r_d_c_w_m_f_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_w_media {
    order: -1;
    max-width: 100%;
    height: 60%;
  }

  .f_r_d_c_w_m_f_wrd_right {
    width: 4vw;
    height: 4vw;
  }

  .f_r_d_c_w_m_background {
    width: 100%;
    height: 167%;
    display: flex;
  }

  .f_r_d_c_w_t_background {
    width: 100%;
    height: 100%;
    display: none;
  }

  .hexslider_s_c_w_media {
    max-width: 100%;
    height: 60%;
  }

  .hexslider_slide {
    padding-left: 32px;
  }

  .hexslider_container {
    max-width: 728px;
  }

  .hexslider_s_c_w_m_background {
    width: 100%;
    height: 167%;
  }

  .hexslider_s_container {
    height: 70vh;
  }

  .hexslider_s_c_w_m_b_wr_right, .hexslider_s_c_w_m_f_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .hexslider_s_c_w_t_d_header {
    font-size: 1.7rem;
  }

  .hexslider_s_c_w_m_b_wld_left {
    width: 4vw;
    height: 4vw;
  }

  .hexslider_s_c_w_text {
    max-width: 100%;
    height: 40%;
  }

  .hexslider_s_c_w_m_f_wrd_right {
    width: 4vw;
    height: 4vw;
  }

  .hexslider_s_c_wrapper {
    flex-direction: column;
  }

  .ptbutton_r_triangle, .ptbutton_l_triangle {
    min-width: 1vw;
    height: 1vw;
  }

  .fs-cc-manager_icon {
    width: 1rem;
    height: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .ptbutton_left {
    width: 1vw;
    min-width: 1vw;
  }

  .list_item-2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .cookie_banner_languages {
    display: flex;
  }

  .cookie_banner_languages_2 {
    display: none;
  }

  .ptbutton_right {
    width: 1vw;
    min-width: 1vw;
  }

  .ptbutton_m_padding {
    height: 1vw;
  }

  .register_form_explain {
    min-width: 50%;
    max-width: 60%;
  }

  .registerform {
    padding-left: 150px;
    padding-right: 150px;
  }

  .register_form_error {
    min-width: 50%;
    max-width: 60%;
  }

  .registerform_phone_div {
    flex-direction: column;
  }

  .ptbutton_r_triangle-3, .ptbutton_l_triangle-3 {
    min-width: 1vw;
    height: 1vw;
  }

  .ptbutton_right-3 {
    width: 1vw;
    min-width: 1vw;
  }

  .ptbutton_m_padding-3 {
    height: 1vw;
  }
}

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    height: 15vh;
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-link {
    display: inline-block;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 70px;
    position: absolute;
  }

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

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

  .list_item {
    margin-left: 0;
  }

  .section---heading {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-text-element {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team {
    padding: 60px 15px;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .team-media {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .team-image {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    max-width: 80vw;
  }

  .hero-without-image, .ccis-result, .faq, .tc {
    padding: 60px 15px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .partner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .partner-logo-wrapper {
    margin-bottom: -30px;
  }

  .partner-logo {
    height: 10vh;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .width-controller {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-small-tc {
    display: none;
  }

  .background-video {
    margin-left: -15px;
  }

  .why-ccis {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .portrait-dimensions {
    max-width: 70vh;
    max-height: 70vh;
  }

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

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

  .footer-link-inactive:hover {
    color: #1a1b1fbf;
  }

  .h1 {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 30px;
  }

  .h2 {
    line-height: 28px;
  }

  .paragraph-4 {
    line-height: 16px;
  }

  .h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .h1-2 {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 30px;
  }

  .anchor {
    height: 15vh;
    top: -15vh;
  }

  .f_l_c_w_m_background {
    width: 250%;
    height: 100%;
  }

  .f_l_c_w_t_d_header {
    text-align: right;
    justify-content: space-between;
    align-items: stretch;
  }

  .f_l_c_w_media {
    max-width: 40%;
    height: 100%;
  }

  .f_l_c_w_text {
    max-width: 60%;
    height: 100%;
  }

  .f_l_c_wrapper {
    flex-direction: row;
  }

  .f_l_c_w_t_d_text {
    text-align: right;
  }

  .f_l_container {
    height: 60vh;
  }

  .f_r_d_c_w_t_d_text {
    text-align: right;
  }

  .f_r_d_c_w_t_d_header {
    text-align: right;
    justify-content: space-between;
    align-items: stretch;
  }

  .f_r_d_c_wrapper {
    flex-direction: row;
  }

  .f_r_d_c_w_text {
    order: 0;
    max-width: 60%;
    height: 100%;
  }

  .f_r_d_c_w_media {
    order: 0;
    max-width: 40%;
    height: 100%;
  }

  .f_r_d_c_w_m_background {
    width: 250%;
    height: 100%;
    display: none;
  }

  .f_r_d_c_w_t_background {
    width: 166.67%;
    height: 100%;
    display: flex;
  }

  .hexslider_s_c_w_media {
    max-width: 40%;
    height: 100%;
  }

  .hexslider_slide {
    flex-direction: column;
    padding: 23px;
  }

  .hexslider_s_c_w_m_background {
    width: 250%;
    height: 100%;
  }

  .hexslider_s_container {
    height: 60vh;
  }

  .hexslider_s_c_w_t_d_header {
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .hexslider_s_c_w_text {
    max-width: 60%;
    height: 100%;
  }

  .hexslider_s_c_w_t_d_text {
    text-align: center;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .hexslider_s_c_wrapper {
    flex-direction: row;
  }

  .hexslider {
    padding: 60px 40px;
  }

  .fs-cc-banner_component {
    max-height: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .list_item-2 {
    margin-left: 0;
  }

  .cookie_banner_languages {
    display: flex;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .background-video-2 {
    margin-left: -15px;
  }

  .register_l_b_list_item {
    margin-left: 0;
  }

  .registerform {
    padding-left: 75px;
    padding-right: 75px;
  }

  .ptbutton_left-2 {
    width: 3vh;
    min-width: 3vh;
  }

  .ptbutton_r_triangle-2, .ptbutton_l_triangle-2 {
    height: 3vh;
  }

  .ptbutton_right-2 {
    width: 3vh;
    min-width: 3vh;
  }

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

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    height: 8vh;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .numbered-hex---number {
    padding-left: 5px;
    padding-right: 25px;
  }

  .hex-double-container, .containerh, .team-container {
    max-width: none;
  }

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

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-brand.w--current {
    max-width: 25%;
  }

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

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

  .mobile-margin-top-11 {
    padding-left: 0;
  }

  .partner-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .partner-logo {
    height: 6vh;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .header-section {
    width: 100%;
  }

  .div-block-2 {
    background-color: #ff0505;
  }

  .list-item-2 {
    background-color: #fff;
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .width-controller {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    margin-top: 0;
  }

  .div-block-3 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

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

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

  .portrait-dimensions {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

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

  .header-cta {
    display: none;
  }

  .header-cta-2 {
    display: block;
  }

  .anchor {
    height: 8vh;
    top: -8vh;
  }

  .f_l_c_w_t_widget_right {
    width: 8vw;
  }

  .f_l_c_w_m_b_wrd_right {
    width: 8vw;
    height: 8vw;
  }

  .f_l_c_w_t_widget_left {
    width: 8vw;
  }

  .f_l_c_w_m_background {
    width: 100%;
    height: 166.67%;
  }

  .f_l_c_w_m_f_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .f_l_c_w_t_d_header {
    text-align: center;
  }

  .f_l_c_w_media {
    max-width: 100%;
    height: 60%;
  }

  .f_l_c_w_text {
    max-width: 100%;
    height: 40%;
  }

  .f_l_c_wrapper {
    flex-direction: column;
  }

  .f_l_c_w_m_f_wrd_right, .f_l_c_w_m_b_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .f_l_c_w_t_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature_left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .f_l_c_w_m_f_wld_left_block {
    flex-direction: column;
    align-items: flex-end;
  }

  .f_l_c_w_t_d_text {
    text-align: center;
  }

  .feature_right_down {
    padding-left: 32px;
    padding-right: 32px;
  }

  .f_r_d_c_w_m_b_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_w_t_widget_left {
    width: 8vw;
  }

  .f_r_d_c_w_t_d_text {
    text-align: center;
  }

  .f_r_d_c_w_t_b_wrd_right {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_w_t_widget_right {
    width: 8vw;
  }

  .f_r_d_c_w_t_d_header {
    text-align: center;
  }

  .f_r_d_c_w_m_b_wrd_right {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_wrapper {
    flex-direction: column;
  }

  .f_r_d_c_w_t_b_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_w_text {
    order: 1;
    max-width: 100%;
    height: 40%;
  }

  .f_r_d_c_w_t_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f_r_d_c_w_m_f_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_w_media {
    order: -1;
    max-width: 100%;
    height: 60%;
  }

  .f_r_d_c_w_m_f_wrd_right {
    width: 8vw;
    height: 8vw;
  }

  .f_r_d_c_w_m_background {
    width: 100%;
    height: 166.67%;
    display: flex;
  }

  .f_r_d_c_w_t_background {
    width: 100%;
    height: 166.67%;
    display: none;
  }

  .f_r_d_c_w_m_f_wld_left_block, .hexslider_s_c_w_m_f_wld_left_block {
    flex-direction: column;
    align-items: flex-end;
  }

  .hexslider_s_c_w_media {
    max-width: 100%;
    height: 60%;
  }

  .hexslider_s_c_w_t_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hexslider_container {
    max-width: none;
  }

  .hexslider_s_c_w_m_background {
    width: 100%;
    height: 166.67%;
  }

  .hexslider_s_c_w_t_widget_right {
    width: 8vw;
  }

  .hexslider_s_c_w_m_b_wr_right, .hexslider_s_c_w_m_f_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .hexslider_s_c_w_t_d_header {
    text-align: center;
  }

  .hexslider_s_c_w_m_b_wld_left {
    width: 8vw;
    height: 8vw;
  }

  .hexslider_s_c_w_text {
    max-width: 100%;
    height: 40%;
  }

  .hexslider_s_c_w_t_d_text {
    text-align: center;
  }

  .hexslider_s_c_w_t_widget_left {
    width: 8vw;
  }

  .hexslider_s_c_w_m_f_wrd_right {
    width: 8vw;
    height: 8vw;
  }

  .hexslider_s_c_wrapper {
    flex-direction: column;
  }

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

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .pthex_right {
    width: 3vh;
    min-width: 3vh;
  }

  .pthex_r_triangle, .pthex_l_triangle {
    height: 3vh;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    width: 100%;
  }

  .pthex_left {
    width: 3vh;
    min-width: 3vh;
  }

  .fs-cc-banner_button {
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .background-video-2 {
    margin-top: 0;
  }

  .registerform {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ptbutton_left-2 {
    width: 1vh;
    min-width: 1vh;
  }

  .ptbutton_r_triangle-2, .ptbutton_l_triangle-2 {
    height: 1vh;
  }

  .form_buttons {
    flex-direction: row;
    align-items: center;
  }

  .ptbutton_right-2 {
    width: 1vh;
    min-width: 1vh;
  }
}

#w-node-_00754543-2f40-6a82-ca90-a0502391a6c7-49ee2fc4, #w-node-_8a47f25c-8448-c239-c5f3-ae76eb321cd2-49ee2fc4, #w-node-_6afd1376-dedc-062b-5b0b-6351099455a5-49ee2fc4, #w-node-e8fa37a5-21cd-4bd7-0e33-a3e7fd4e1aca-49ee2fc4, #w-node-ceb19db1-4671-a131-f17b-170c2e3ceb0b-49ee2fc4, #w-node-a5920b12-8854-19fc-ffaf-c60df29ccad9-49ee2fc4 {
  justify-self: center;
}

#w-node-_8e04f099-cf1d-e50c-d348-77338e3f3e19-8e3f3e12, #w-node-_8e04f099-cf1d-e50c-d348-77338e3f3e26-8e3f3e12, #w-node-_8e04f099-cf1d-e50c-d348-77338e3f3e2f-8e3f3e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_00754543-2f40-6a82-ca90-a0502391a6c7-49ee2fc4 {
    order: 1;
  }

  #w-node-_6afd1376-dedc-062b-5b0b-6351099455a5-49ee2fc4 {
    order: 3;
  }

  #w-node-ceb19db1-4671-a131-f17b-170c2e3ceb0b-49ee2fc4 {
    order: 2;
  }

  #w-node-a5920b12-8854-19fc-ffaf-c60df29ccad9-49ee2fc4 {
    order: 4;
  }
}


