.row {
    display: flex;
}

/*
  #col1 {
    flex: 55%;
  }
  
  #col2 {
    flex: 45%;
  } */
.column {
    flex: 50%;
}

.hero_text {
    flex: 55%;
    padding-right: 15px;
}


.hero_image {
    flex: 40%;
    padding-left: 25px;
    padding-right: 25px;
    max-height: 650px;
}

/*
.buttons {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 2px;
    text-shadow: none;
    text-align: center;
    cursor: default;
    border-radius: 44px;

    margin-top: 0px;
    margin-left: 0px;
    justify-content: start;


}
*/

/*#band_cta1 {
    min-height: 25px;
    max-height: 37px;
    height: auto;
    width: auto;
    min-width: 51px;
    margin-top: 15px;
    margin-bottom: 11px;
    margin-left: 0px;
    margin-right: 22px;
    text-rendering: optimizelegibility;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    line-height: 1;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    user-select: none;
    background-color: rgb(115, 87, 255);
    color: rgb(255, 255, 255);
    border-radius: 33px;
    text-decoration: none;
    transition: background 0.1s ease-in 0s, border-color 0.1s 0s, box-shadow 0.1s 0s, color 0.1s 0s;
    border-width: 3px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(115, 87, 255);

    border-image: initial;
    transform: rotate(0deg);
    transition: transform 0.2s ease 0s;
    padding: 10px 20px;
}

#band_cta1:hover {
    box-shadow: 0 3px 15px rgba(106, 77, 252, 0.4)
}

#band_cta2 {
    min-height: 25px;
    max-height: 37px;
    min-width: 51px;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 11px;
    margin-left: 0px;
    margin-right: 0px;
    text-rendering: optimizelegibility;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    line-height: 1;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    user-select: none;
    background-color: transparent;
    color: rgb(115, 87, 255);
    border-radius: 33px;
    text-decoration: none;
    transition: background 0.1s ease-in 0s, border-color 0.1s 0s, box-shadow 0.1s 0s, color 0.1s 0s;
    border-width: 3px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(115, 87, 255);
    transform: rotate(0deg);
    transition: transform 0.2s ease 0s;
    padding: 10px 20px;
}



#band_cta2:hover {
    box-shadow: 0 3px 15px rgba(106, 77, 252, 0.4)
}
*/


.page_center {
    max-width: 1240px;
    display: flex;
    justify-content: center;

}

.hero_container {
    background: #F5F6F7;

}

.hero_flex{
	display: flex;
  margin: 80px 0;
	justify-content: space-evenly;
}

/*.hero_flex {
    display: flex;
    justify-content: center;
    background:red;
    align-items: center;
    padding: 50px 0;
    padding-right: 15px;
    padding-left: 15px;
}
*/

.left_column {
  flex: 0 40%;
}
.right_column {
    flex: 0 55%;

}

/*
.hero_image {
flex: 0 40%;
}

.hero_text {
   flex: 0 50%;
  
}
   */
.hero_text div {
    display: flex;
    flex: 0 40%;

}

.hero_image img {
    width: 100%;
}

.hero_text h1 {
    /* 	font:900 4.8rem 'Nunito Sans', sans-serif; */
    font: 700 4.8rem 'Rubik', sans-serif;
    color: #242335;
    line-height: 1;
    padding-bottom: 30px;

}

.hero_text h6 {
    font: 700 1.8rem 'Rubik', sans-serif;
    color: #8A8E96;
    line-height: 1;
    padding-bottom: 20px;

}

.hero_text p {
    font: 400 2.1rem 'Nunito Sans', sans-serif;
    color: #242335;
    line-height: 1.25;
    padding-bottom: 20px;
}


.form-container li:before {
    display: none;
}
.form-container [name='firstname'],
.form-container [name='lastname'],
.form-container [name='email'],
.form-container [name='phone'],
.form-container [name='jobtitle'],
.form-container [name='company'],
.form-container [name='website'],
.form-container [name='numemployee'],
.form-container [name='country']
{
    width: calc(100% - 0px);
    padding: 10px 0px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #8e8d9c;
    outline: #ababab;
    text-indent: 10px;
	  font-size: 1.4rem;
}
.form-container textarea {
    width: calc(100% - 20px);
	  min-height:100px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #8e8d9c;
    outline: #ababab;
/*     text-indent: 10px; */
	  font-size: 1.4rem;
	  resize: vertical;
	  margin-bottom:30px;
}
.form-container label {
    margin-bottom: 5px;
    display: block;
}

.form-container select{
	  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgba(115, 87, 255, 1);'></polygon></svg>");
    background-origin: content-box;
    background-position: right 0rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    width: 100%;
    padding: 10px;
}

.form-container select.numemployees-f5c46c10-406c-4a71-88d1-8a765d88b78e_7630 {
    width: calc(100% - 20px);
	  min-height:100px;
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #dedede;
    color: #8e8d9c;
    outline: #ababab;
/*     text-indent: 10px; */
	  font-size: 1.4rem;
	  resize: vertical;
	  margin-bottom:30px;
}

.form-container label.hs-error-msg {
  
    color: #FF546B;
    text-transform: none;
    font-family: 'Nunito Sans',sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 5px;
}

.form-container label>span{

    color: #343347;
    text-transform: none;
    font-family: 'Nunito Sans',sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}
.form-container .hs-fieldtype-text.field.hs-form-field {
    margin: 0 0 20px 0;
}
.form-container input.hs-button.primary.large {
    padding: 15px 30px;
    background: #7357ff;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font: 700 1.8rem 'Nunito Sans',sans-serif;
    transition: .3s all ease;
    display: inline-block;
	  border: none;
    margin-top: 20px;
}
.form-container input.hs-button.primary.large:hover {
    opacity:1;
    box-shadow: 0 3px 15px rgba(106,77,252,0.4);
    transition: .3s all ease;
}

.form-containt







@media(max-width:900px) {



    .hero_image {
        max-width: 660px;
    }

    .hero_text {
        text-align: center;
        padding-bottom: 55px;
    }

    .buttons {
        min-height: 23px;
        min-width: 30px;
        max-height: 23px;
    }



    #band_cta1 {

        font-family: "Nunito Sans", sans-serif;
        font-weight: 650;
        font-size: 1.5rem;


        min-height: 18px;
        max-height: 30px;
    }

    #band_cta2 {

        font-family: "Nunito Sans", sans-serif;
        font-weight: 650;
        font-size: 1.5rem;
        min-height: 18px;
        max-height: 30px;
        min-width: 81px;

    }

    #btns {
        margin-left: 57px;
        text-align: center;
        margin-right: 57px;
    }



    .hero_text div {

        text-align: center;
        display: flex;
        flex: 0 36%;
        justify-content: center;

    }

    .hero_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* background: red; */
        align-items: center;
        padding: 30px 0;
        flex-direction: column;


    }

}

@media(max-width:900px) {
    .hero_flex>div {
        flex: 1 1 100%;
    }

    .hero_image {
        order: 1;
        max-width: 660px;
    }

    .hero_text {
        order: 2;
        text-align: center;
        padding-bottom: 55px;
    }
}


@media(max-width:500px) {


    .hero_flex>div {
        flex: 1 1 100%;
    }

    .hero_image {
        order: 1;
        max-width: 360px;
    }

    .hero_text {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 330px;
        order: 2;
    }

    .row {
        display: block;
    }

    .column {
        display: block;
        text-align: center;
    }

    .buttons {
        min-height: 23px;
        min-width: 30px;
        max-height: 23px;
    }



    #band_cta1 {

        font-family: "Nunito Sans", sans-serif;
        font-weight: 650;
        font-size: 1.3rem;


        min-height: 13px;
        max-height: 18px;
        padding: 8px 14px;
        margin: 10px 10px;
        min-width: 85px;


    }

    #band_cta2 {

        font-family: "Nunito Sans", sans-serif;
        font-weight: 650;
        font-size: 1.3rem;

        min-height: 13px;
        max-height: 18px;
        padding: 8px 14px;
        margin: 10px 10px;

        min-width: 85px;
    }



    .hero_text {
        padding-bottom: 25px;
    }

    .hero_text div {
        display: block;

        padding-left: 35px;

        padding-right: 35px;
        text-align: center;

    }



    .hero_text h1 {
        font: 700 3.3rem 'Rubik', sans-serif;
        color: #242335;
        line-height: 1;
        padding-bottom: 30px;
    }
  
  .hero_text p {
    font: 400 2.1rem 'Nunito Sans', sans-serif;
    color: #242335;
    line-height: 1.25;
    padding-bottom: 20px;
}


    /*.hero_container {
    min-width:500px;
      }*/

    .page-center {
        max-width: 450px;
    }

}