﻿.connect-form {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row; }

.connect-col1 {
  box-sizing: border-box;
  min-height: 800px; }

.connect-col1, .connect-col2 {
  width: calc(50% + 6.5em);
  margin: 0; }

.co-exp2 {
  background-color: #f9f9f9;
  padding: 65px 3.95% 30px 12.5%; }

.co2-heading {
  max-width: 90%; }

.co2-start-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }

.co2-confirmation-heading {
  display: none; }

h1 {
  margin-bottom: 0.25em;
  line-height: 1;
  font-size: 3.6em;
  font-family: "Inter", sans-serif, Arial, Helvetica;
  text-transform: none; }

.co-hr {
  height: 2px;
  max-width: 11.5em;
  width: 100%;
  margin: 0;
  background-color: #0095db;
  border: none; }

.co2-heading p {
  width: 100%;
  margin-top: 1.75em;
  line-height: 1.4;
  font-style: normal; }

.co2-change-country {
  margin-top: .5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.co2-change-country img {
  height: 17px; }

.co2-change-country p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0; }

.co2-change-country p a {
  display: inline-flex;
  margin-left: 5px; }

.co-exp2 .co2-change-country p span {
  margin-left: 5px; }

.co-exp2 .co2-change-country p, .co-exp2 .co2-change-country a, .co-exp2 .co2-change-country span {
  font-size: 0.9em; }

.co-container {
  padding: 0px 3.95% 50px 12.5%; }

.co-form {
  max-width: 90%;
  margin-left: 0;
  overflow: visible; }

h3.co2-step-1-title {
  position: relative;
  margin: 2.1rem 0 .6rem 0;
  width: 100%;
  padding: 0 0 .3em 0;
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
  font-family: "Inter", sans-serif, Arial, Helvetica;
  color: #3a3a3a;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row; }

.mktoForm span.co2-step-counter {
  display: inline-block;
  margin-left: 10px;
  color: #004b6c;
  font-size: 18px;
  white-space: nowrap;
  line-height: 2;
  text-align: right;
  text-transform: uppercase; }

.co2-step-1-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 2px;
  width: 60%;
  max-width: 6.5em;
  line-height: 2;
  background-color: #0095db; }

.co2-fixed-img-container {
  position: fixed;
  top: 110px;
  right: 0;
  height: calc(100vh - 77px);
  height: 100vh;
  max-width: calc(50% - 6.5em);
  transition: top 200ms linear;
  background-image: url(../jpg/connect-image.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.scrolled-from-top .co2-fixed-img-container.co2-geo-us.co-relative {
  top: 74px; }

.hidden {
  display: none; }

div form[id^='mktoForm_'].mktoForm .subtitle-description {
  margin-bottom: .5em;
  color: #3a3a3a;
  font-size: 18px;
  font-family: "Inter", sans-serif, Arial, Helvetica; }

@media screen and (max-width: 767px) {
  .connect-col1 {
    width: 100%;
    max-width: 100%;
    padding: 0px; }
  .co-exp2 {
    padding: 30px 15px 30px 15px; }
  .co-container {
    padding: 0px 15px 50px 15px; }
  .co2-fixed-img-container {
    display: none; }
  .co-form {
    max-width: 100%; } }

/* hide other field labels */
label[for="jobTitleOther"] {
  visibility: hidden; }

label[for="revenueModelOther"] {
  visibility: hidden; }

label[for="currentBankOther"] {
  visibility: hidden; }

label[for="incubatorAcceleratorOther"] {
  visibility: hidden; }

div form[id^='mktoForm_'].mktoForm label[for="svb_companyrevenuemodel"],
div form[id^='mktoForm_'].mktoForm label[for="revenueModel"] {
  width: 100%;
  max-width: 100%; }

.X03 {
  z-index: 10;
  position: relative;
  top: 26px; }
