:root {
  --main-color: #00234e;
  --third-color: #0069aa;
  --second-color: #f28200;
  --white: white;
  --combine-library-grey-600\<deleted\|variable-0e360e02\>: #5f6570;
  --combine-library-grey-050\<deleted\|variable-392f34d8\>: #f2f3f7;
  --combine-library-primary-600\<deleted\|variable-d08fbb46\>: #0048a1;
  --combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>: #00a1c1;
  --combine-library-grey-100\<deleted\|variable-223f7370\>: #d9dce2;
  --grey: white;
  --combine-library-grey-200\<deleted\|variable-b73553ce\>: #bfc4ce;
  --combine-library-grey-400\<deleted\|variable-e6bcc45d\>: #8c94a5;
  --combine-library-success-800\<deleted\|variable-c9ff3b15\>: #6d9400;
  --combine-library-warning-400\<deleted\|variable-69759a07\>: #f8b34b;
  --combine-library-error-800\<deleted\|variable-fc4ea766\>: #e2004f;
  --combine-library-error-100\<deleted\|variable-d3bc6f21\>: #ffecec;
  --combine-library-success-100\<deleted\|variable-45f5c85d\>: #ebf7de;
  --combine-library-primary-800\<deleted\|variable-21ad7478\>: #472def;
}

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

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
}

.combine-nav1_logo-link {
  width: 150px;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.8em 1.5em;
  display: flex;
  box-shadow: 0 0 20px #00000026;
}

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

.combine-padding-global._80vh {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.combine-nav1_component {
  background-color: #ddd0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: .75rem;
  position: fixed;
}

.combine-nav1_component.footer {
  padding-top: 0;
}

.combine-button {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 2.35rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
}

.combine-button:hover {
  background-color: var(--third-color);
  transform: scale(1.1);
}

.combine-button.secondary {
  background-color: var(--second-color);
  color: var(--white);
}

.combine-button.secondary:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.combine-button.margin-top {
  margin-top: 25px;
}

.combine-button.width-100 {
  width: 100%;
}

.combine-button.width-100:hover {
  transform: none;
}

.combine-button.hide-desktop {
  display: none;
}

.combine-button.submit {
  padding: .55rem 1.65rem;
}

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

.combine-text-size-regular.white {
  color: var(--white);
}

.combine-text-size-regular.margin-bottom {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.combine-heading-style-h1 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-heading-style-h1.white {
  color: var(--white);
  font-size: 3.2rem;
}

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

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

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

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

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

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

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

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

.combine-section_header4 {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  background-image: linear-gradient(to top, #000000a1, #0000), url('../images/istockphoto-1407524944-1024x1024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
}

.combine-section_header4.hide {
  display: none;
}

.combine-button-icon {
  color: var(--main-color);
  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\<deleted\|variable-d08fbb46\>);
}

.combine-heading-style-h5 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h5.no-margin {
  font-size: 1.5rem;
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>);
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--main-color);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-feature5_item.new {
  transition-property: none;
}

.combine-feature5_item.new:hover {
  box-shadow: none;
  transform: none;
}

.combine-icon_color1 {
  background-color: var(--main-color);
  border-radius: 24px;
  padding: 15px;
}

.combine-icon_color1.phone {
  background-color: var(--white);
  color: #fff;
  padding: 0;
}

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

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

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

.combine-section_feature5 {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
}

.combine-section_feature5.no-color {
  background-color: #fff;
}

.combine-icon_medium {
  color: var(--main-color);
  width: 2.25rem;
  height: 2.25rem;
}

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

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.combine-section_contact2 {
  background-color: var(--white);
}

.combine-section_contact2.hide {
  display: none;
}

.combine-clients3_slide-nav {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.combine-clients3_circle {
  background-color: var(--white);
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.combine-clients3_right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: 0% -5% 0% auto;
}

.combine-clients3_left-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: 0% auto 0% -5%;
}

.combine-text-weight-semibold {
  color: var(--main-color);
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients3_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  display: flex;
}

.combine-line_divider {
  background-color: var(--combine-library-grey-100\<deleted\|variable-223f7370\>);
  width: 100%;
  height: 1px;
}

.combine-clients3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--grey);
  border-radius: 1.25rem;
  flex-direction: column;
  max-width: 30rem;
  min-height: 510px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  transition: all .25s;
  display: flex;
}

.combine-clients3_item:hover {
  transform: translate(0, -.5rem);
}

.combine-clients3_slide {
  width: 30%;
  height: auto;
  margin-right: 5%;
}

.combine-clients3_mask {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}

.combine-clients3_slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-section_clients3 {
  background-color: var(--white);
}

.combine-section_clients3.hide {
  display: none;
}

.combine-feature2_image {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

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

.combine-feature2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.combine-feature2_item:hover {
  transform: translate(10px);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 40px;
  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_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-section_feature2 {
  background-color: var(--white);
}

.combine-section_feature2.hide {
  display: none;
}

.combine-footer3_link {
  color: var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--white);
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_bottom-text {
  color: var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_component {
  background-color: var(--main-color);
}

.combine-clients3-img-wrapper {
  width: 100%;
  height: 300px;
}

.combine-clients3-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.step-line {
  opacity: .1;
  background-color: #0f1529;
  width: 100%;
  height: 1.3px;
}

.step-line.active {
  opacity: 1;
}

.form-large-title {
  color: var(--main-color);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.step-wrap {
  color: #0f1529;
  flex-direction: column;
  align-items: flex-start;
  min-width: 33.3333%;
  font-size: 16px;
  display: flex;
}

.form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.form-body-wrap {
  width: 100%;
  height: 100%;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.step-block {
  color: #0f1529;
  background-color: #fff;
  border: 1px solid #0f15291a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.step-block.active {
  background-color: var(--second-color);
  color: #fff;
}

.text-field {
  color: var(--combine-library-grey-400\<deleted\|variable-e6bcc45d\>);
  cursor: pointer;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b2ff1000;
  max-width: 85%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  transition: all .2s;
  position: relative;
}

.text-field:hover {
  box-shadow: 1px 1px 4px #02044a0a;
}

.text-field:focus {
  border-bottom-color: #b2ff10;
}

.text-field::placeholder {
  color: #0f152999;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.field-wrap {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 62px;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.field-wrap.checkbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 25px;
  padding: 0;
}

.checkbox-primary {
  background-color: var(--white);
  border-style: solid;
  border-color: #f6f7f9;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  margin-left: 0;
  padding: 18px 32px;
  display: block;
}

.checkbox-primary.w--redirected-checked {
  color: #fff;
  background-color: #8d57ff1a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: solid;
  border-color: #8d57ff;
}

.checkbox-text {
  color: var(--main-color);
}

.form-icon {
  width: 28px;
  position: absolute;
  inset: auto 20px auto auto;
}

.checkbox-field-large {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-content-wrapper {
  color: var(--main-color);
  letter-spacing: -.03em;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-paragraph {
  color: var(--main-color);
  font-size: 16px;
  line-height: 28px;
}

.title-large {
  color: var(--main-color);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.slide-embed {
  display: none;
}

.next-button-slide {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 20px 44px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.next-button-slide:hover {
  background-color: var(--third-color);
}

.stage-wrap {
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.steps-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.field-label {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.checkbox-large {
  background-color: var(--white);
  border-color: #ccc0;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.checkbox-large:active {
  border-color: #8d57ff;
}

.checkbox-large.w--redirected-checked {
  background-color: #8d57ff1a;
  background-image: none;
  border-color: #8d57ff;
}

.checkbox-large.w--redirected-focus {
  box-shadow: 0 0 3px 1px #e9e9e9;
}

.title-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.form-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox-label {
  display: none;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 48px;
}

.button-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.mask {
  width: 100%;
  height: 100%;
}

.checkbox-content {
  text-align: center;
  letter-spacing: -.03em;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-wrapper {
  height: 100%;
  display: flex;
}

.back-button-slide {
  color: var(--main-color);
  text-align: center;
  width: 100%;
  padding: 21px;
  font-size: 16px;
  text-decoration: none;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.form-section {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  width: 53%;
  padding: 3rem;
  display: flex;
}

.slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.success-message {
  letter-spacing: 1px;
  background-color: #ddd0;
  height: 400px;
  padding: 50px;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--main-color);
}

.text-span {
  color: var(--combine-library-success-800\<deleted\|variable-c9ff3b15\>);
  font-weight: 700;
}

.image-2 {
  width: 210px;
  margin-top: 20px;
}

.text-block-4 {
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.text-block-4.smal {
  font-size: 1.3rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h3 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-max-width-medium {
  z-index: 5;
  width: 100%;
  position: relative;
}

.combine-cta5_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-cta5_outline {
  background-color: var(--main-color);
  border-radius: 1.5rem;
  padding: .25rem;
}

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

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

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

.combine-section_cta5 {
  background-color: var(--grey);
}

.leitbild-bg-img-wrapper {
  z-index: 0;
  opacity: .06;
  width: 100%;
  position: absolute;
  inset: auto 0% -50% auto;
}

.leitbild-bg-img {
  width: 100%;
  height: 100%;
}

.combine-text-size-regular-3 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-2 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large-2 {
  width: 3rem;
  height: 3rem;
  display: none;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color2-2 {
  color: var(--combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>);
}

.combine-icon_color3-2 {
  color: var(--combine-library-warning-400\<deleted\|variable-69759a07\>);
}

.combine-icon_color1-2 {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

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

.combine-button-icon-2 {
  color: var(--main-color);
  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-2:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

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

.combine-feature7_content-sticky {
  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-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

.combine-section_feature7 {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
}

.text-block-5 {
  width: 80%;
}

.image-4 {
  width: 60px;
  margin-bottom: 15px;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.combine-chevron-right_icon-3 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-3 {
  color: var(--main-color);
  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-3:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-text-size-regular-4 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-4.left {
  text-align: left;
}

.combine-heading-style-h5-3 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature5_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--main-color);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item-2:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-feature5_component-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

.combine-section_feature5-2 {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
}

.combine-section_feature5-2.hide {
  display: none;
}

.combine-nav1_link-2 {
  color: var(--main-color);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link-2:hover {
  color: var(--third-color);
}

.combine-nav1_link-2.w--current {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-nav1_menu-2 {
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-bottom {
  background-color: var(--main-color);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--main-color);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--main-color);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--main-color);
  color: var(--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: #28364ae6;
}

.combine-button-white-small {
  background-color: var(--white);
  color: var(--main-color);
  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: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: var(--main-color);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: var(--main-color);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-nav1_link {
  color: var(--main-color);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_logo-link-2.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav1_component-2 {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.combine-contact3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.combine-form_error-message {
  border: 1px solid var(--combine-library-error-800\<deleted\|variable-fc4ea766\>);
  background-color: var(--combine-library-error-100\<deleted\|variable-d3bc6f21\>);
  color: var(--combine-library-error-800\<deleted\|variable-fc4ea766\>);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library-success-800\<deleted\|variable-c9ff3b15\>);
  background-color: var(--combine-library-success-100\<deleted\|variable-45f5c85d\>);
  color: var(--combine-library-success-800\<deleted\|variable-c9ff3b15\>);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button-2 {
  background-color: var(--main-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-2:hover {
  background-color: #28364ae6;
}

.combine-form_link {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library-primary-800\<deleted\|variable-21ad7478\>);
}

.combine-form_checkbox-label {
  color: var(--main-color);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library-grey-400\<deleted\|variable-e6bcc45d\>);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  background-color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

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

.combine-form_field-wrapper {
  z-index: 3;
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
}

.combine-form_field-wrapper.z-index {
  z-index: 20;
  width: 100%;
  display: block;
}

.combine-form_field-wrapper.z-index.hide {
  display: none;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  color: var(--main-color);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library-grey-100\<deleted\|variable-223f7370\>);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
}

.combine-form_label {
  z-index: 2;
  color: var(--main-color);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  color: var(--main-color);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library-grey-100\<deleted\|variable-223f7370\>);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
}

.combine-form_input-grey.dropdown {
  z-index: 20;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.combine-form_input-grey.top {
  margin-top: 20px;
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact3_form-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.combine-text-size-regular-5 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.combine-contact3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

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

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

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

.combine-padding-global-5.hide {
  display: none;
}

.combine-section_contact3 {
  background-color: var(--white);
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.dropdown-list {
  top: 0;
}

.dropdown-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f2f3f7;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 21px;
  display: flex;
  top: 41px;
  left: 0;
}

.checkbox-field-2 {
  align-items: center;
  display: flex;
}

.checkbox-2 {
  margin-right: 20px;
}

.form-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.div-block {
  width: 48%;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-end;
  width: 48%;
  display: flex;
}

.combine-header1_image {
  object-fit: cover;
  object-position: 35% 40%;
  width: 100%;
  height: 100%;
}

.combine-header1_image-wrapper {
  border-radius: 1.25rem;
  width: 48%;
  height: 670px;
  overflow: hidden;
}

.combine-button-3 {
  background-color: var(--main-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-3:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--white);
  color: var(--main-color);
  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\<deleted\|variable-d08fbb46\>);
}

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

.combine-text-size-regular-6 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1-2 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.25;
}

.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-header1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 160%;
  display: flex;
  position: relative;
}

.buy-button-wrapper {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-height: 210px;
  padding: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #00000026;
}

.buy-button-wrapper:hover {
  transform: scale(1.03);
}

.buy-button-wrapper.outlined {
  border: 3px solid var(--third-color);
  min-width: 200px;
}

.buy-button-icon {
  width: 100%;
  height: 100%;
}

.buy-button-icon-wrapper {
  width: 80px;
  margin-bottom: 20px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 43px 34px;
  display: flex;
  position: relative;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.checkbox-image {
  width: 65px;
}

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

.form-content-2.final {
  margin-bottom: 0;
}

.text-block-6 {
  color: #5b3acc;
  font-weight: 500;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-wrapper-2 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #00234e57;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.mask-2 {
  width: 850px;
  margin-top: 35px;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: auto 5% 18% auto;
  overflow: visible;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
}

.checkbox-title {
  color: var(--main-color);
  justify-content: center;
  margin-top: 30px;
  font-size: 19px;
  display: flex;
}

.previous-button-2 {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button-2:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.mobile-nav-bottom {
  display: none;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.next-button-2 {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.submit-button {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.slide-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox.w--redirected-checked {
  border-width: 4px;
  border-color: #838586;
  width: 100%;
  height: 100%;
}

.form-wrap-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.success-message-2 {
  letter-spacing: 1px;
  background-color: #fff;
  width: 100%;
  padding: 50px;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-button.hide-mobile {
    display: none;
  }

  .combine-button.hide-desktop {
    justify-content: center;
    width: 250px;
    margin-top: 25px;
    display: flex;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-heading-style-h1.white {
    font-size: 3.6rem;
  }

  .combine-padding-section-large {
    padding-top: 10rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: var(--main-color);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-contact2_content {
    width: 100%;
    max-width: none;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-clients3_item {
    max-width: 30rem;
    padding: 1.5rem;
  }

  .combine-clients3_slide {
    width: 100%;
  }

  .combine-clients3_mask {
    width: 87%;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .form-section {
    width: 100%;
    padding: 2rem;
  }

  .slide-content {
    align-items: flex-start;
    width: 100%;
  }

  .combine-heading-style-h3 {
    font-size: 2rem;
  }

  .combine-cta5_component {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
  }

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

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

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

  .combine-button-icon-3 {
    white-space: nowrap;
  }

  .combine-feature5_item-2 {
    color: var(--main-color);
    text-decoration: none;
  }

  .combine-feature5_component-2 {
    align-items: stretch;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

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

  .combine-nav1_link-2 {
    width: 100%;
    padding: 1rem 0;
  }

  .combine-nav1_menu-2 {
    border-bottom: 1px solid var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
    background-color: var(--white);
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.1rem;
    top: 85%;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-contact3_component {
    flex-direction: column;
    align-items: center;
  }

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

  .combine-header1_image-wrapper {
    width: 100%;
    margin-top: -183px;
  }

  .combine-heading-style-h1-2 {
    font-size: 2.75rem;
  }

  .combine-header1_content {
    max-width: 100%;
  }

  .combine-header1_component {
    flex-direction: column;
  }

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

  .hero-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 0 13px;
    display: flex;
  }

  .buy-button-wrapper {
    width: 200px;
    padding: 1em;
  }

  .slider-content-wrap {
    background-color: #fff0;
    padding: 0;
  }

  .form-wrapper-2, .mask-2, .slider-2 {
    width: 100%;
  }

  .slide-2 {
    background-color: #fff0;
  }

  .slide-2.white {
    background-color: #fff;
    padding: 26px;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-heading-style-h1.white {
    font-size: 3.2rem;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
  }

  .combine-contact2_component, .combine-feature2_component {
    flex-direction: column;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-large {
    height: 150px;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .slide-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .combine-cta5_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
  }

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

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

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

  .combine-feature5_component-2 {
    grid-template-columns: 1fr;
  }

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

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

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

  .combine-heading-style-h1-2 {
    text-align: center;
  }

  .combine-header1_content {
    justify-content: flex-start;
    align-items: center;
  }

  .combine-header1_component {
    flex-direction: column;
  }

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

  .hero-buttons {
    grid-template-columns: 1fr;
  }

  .buy-button-wrapper {
    min-height: 170px;
  }

  .buy-button-icon-wrapper {
    width: 60px;
  }

  .form-content-2 {
    width: 90%;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous {
    z-index: 6;
  }

  .form-wrap-full {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .combine-nav1_logo-link {
    z-index: 10;
    width: 100px;
    position: relative;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-nav1_container {
    justify-content: space-between;
  }

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

  .combine-padding-global._80vh {
    height: 100%;
    padding-top: 50px;
  }

  .combine-nav1_component {
    background-color: #ddd0;
    padding: 1rem 0 0;
  }

  .combine-button.hide-mobile {
    display: none;
  }

  .combine-button.hide-desktop {
    width: 200px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .combine-heading-style-h1.white {
    font-size: 1.7rem;
  }

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

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .combine-padding-section-large {
    padding-top: 5.5rem;
  }

  .combine-section_header4 {
    background-image: linear-gradient(to top, #000000b3, #000000a8 53%, #0000), url('../images/istockphoto-1407524944-1024x1024.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .combine-heading-style-h2 {
    font-size: 1.6rem;
  }

  .combine-contact2_content {
    width: 100%;
    max-width: none;
  }

  .combine-clients3_right-arrow, .combine-clients3_left-arrow {
    display: none;
  }

  .combine-clients3_client {
    grid-template-columns: max-content 1fr;
  }

  .combine-clients3_item {
    justify-content: space-between;
    min-height: 470px;
  }

  .combine-clients3_mask {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-clients3-img-wrapper {
    height: 250px;
  }

  .step-line {
    display: none;
  }

  .step-wrap {
    align-items: center;
    min-width: 100%;
    margin-bottom: 32px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .checkbox-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .stage-wrap {
    justify-content: center;
  }

  .steps-wrapper {
    flex-wrap: wrap;
    display: none;
  }

  .checkbox-large {
    height: 110px;
  }

  .form-content {
    width: 100%;
  }

  .back-button-slide.first-step {
    display: none;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-section {
    width: 100%;
    padding: 1rem;
  }

  .combine-heading-style-h3 {
    font-size: 1.5rem;
  }

  .combine-heading-style-h3.margin-mobile-top {
    margin-top: 2rem;
  }

  .combine-cta5_component {
    text-align: center;
    padding: 1.5rem;
  }

  .combine-padding-global-2, .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-4 {
    width: 35px;
  }

  .combine-text-size-regular-4.left.text-align-center {
    text-align: center;
  }

  .combine-feature5_item-2 {
    align-items: center;
  }

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

  .combine-nav1_menu-2 {
    z-index: 10;
    top: 88%;
  }

  .combine-nav1_menu-button.w--open {
    z-index: 15;
  }

  .combine-nav1_logo-link-2.w--current {
    align-items: center;
  }

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

  .combine-header1_image {
    object-position: 50% 50%;
  }

  .combine-header1_image-wrapper {
    height: 570px;
  }

  .combine-button-wrapper-2 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-heading-style-h1-2 {
    font-size: 1.7rem;
  }

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

  .buy-button-wrapper {
    min-width: 160px;
    min-height: 150px;
  }

  .buy-button-icon-wrapper {
    width: 50px;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 0;
  }

  .form-content-2 {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .mask-2 {
    position: static;
  }

  .previous {
    max-width: 120px;
    display: flex;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slide-2.white {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }
}

#w-node-_8674f47e-69b4-6e41-1f56-a186a1308e6a-f8672c10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2242a87-becb-992b-91ab-c0b57ee4f3f7-f8672c10, #w-node-d2242a87-becb-992b-91ab-c0b57ee4f3f9-f8672c10, #w-node-_2b9894fc-0a3b-9cd6-a7c4-74bba9bb338f-f8672c10, #w-node-_2b9894fc-0a3b-9cd6-a7c4-74bba9bb3391-f8672c10, #w-node-_92cfafbe-3004-54bd-7687-4a94719bab8f-f8672c10, #w-node-_92cfafbe-3004-54bd-7687-4a94719bab91-f8672c10, #w-node-_557142f3-312c-9a12-0b2a-d86029cc7587-f8672c10, #w-node-_557142f3-312c-9a12-0b2a-d86029cc7589-f8672c10, #w-node-f92a8cea-2600-0c8d-40fc-9c3bb5eee861-f8672c10, #w-node-f92a8cea-2600-0c8d-40fc-9c3bb5eee863-f8672c10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8674f47e-69b4-6e41-1f56-a186a1308e6a-30ab0dff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2242a87-becb-992b-91ab-c0b57ee4f3f7-30ab0dff, #w-node-d2242a87-becb-992b-91ab-c0b57ee4f3f9-30ab0dff, #w-node-_2b9894fc-0a3b-9cd6-a7c4-74bba9bb338f-30ab0dff, #w-node-_2b9894fc-0a3b-9cd6-a7c4-74bba9bb3391-30ab0dff, #w-node-_92cfafbe-3004-54bd-7687-4a94719bab8f-30ab0dff, #w-node-_92cfafbe-3004-54bd-7687-4a94719bab91-30ab0dff, #w-node-_557142f3-312c-9a12-0b2a-d86029cc7587-30ab0dff, #w-node-_557142f3-312c-9a12-0b2a-d86029cc7589-30ab0dff, #w-node-f92a8cea-2600-0c8d-40fc-9c3bb5eee861-30ab0dff, #w-node-f92a8cea-2600-0c8d-40fc-9c3bb5eee863-30ab0dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8674f47e-69b4-6e41-1f56-a186a1308e6a-f8672c10, #w-node-_8674f47e-69b4-6e41-1f56-a186a1308e6a-30ab0dff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


