/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat;
}
.header-container-wrapper {
  padding: 20px 5%;
  background: #021B33;
  position: fixed;
  z-index: 9;
  width: 100%;
}
.body-container-wrapper .row-fluid .content-wrapper.span12 {
  max-width: 1194px;
  margin: 0 auto;
  float: none;
}
.body-container-wrapper {
  background: #01101F;
  padding-top: 85px;
  padding-bottom: 100px;
}
.body-container-wrapper .row-fluid .content-wrapper.span12 .hs_cos_wrapper_type_widget_container {
  display: flex;
  justify-content: space-between;
}
.content-left__img {
  margin-bottom: 40px;
}
.content-left {
  color: #FFF;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
.body-container-wrapper .row-fluid .content-wrapper.span12 .hs_cos_wrapper_type_widget_container > div {
  width: 49%;
}
.content-left ul {
  padding-left: 20px;
  margin: 0;
}
.content-right h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 0;
}
.content-right h3 {
font-family: Montserrat;
font-size: 40px;
font-weight: 400;
line-height: 46px;
color: #FFF;
  margin: 0 0 74px;
}
.content-right {
  padding-top: 99px;
  position: sticky;
top: 0;
}
.content-right .hs_cos_wrapper_type_form h3 {
  display: none;
}
.content-right .hs_cos_wrapper_type_form form {
  background: #FFF;
  filter: drop-shadow(0px 3px 20px rgba(123, 173, 248, 0.50));
  padding: 72px 51px 55px;
}
.content-right .hs_cos_wrapper_type_form form .input input:not([type="checkbox"]), .content-right .hs_cos_wrapper_type_form form .input select {
  border: 1px solid #8A96A5;
  border-radius: 3px;
  height: 54px;
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #F4F7F9;
  color: #021B33;
  /*font-family: Helvetica Neue;*/
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 0px;
  border-radius: 10px;
}
.content-right .hs_cos_wrapper_type_form form fieldset > div, .content-right .hs_cos_wrapper_type_form form .field {
  margin-bottom: 20px;
}
.content-right .hs_cos_wrapper_type_form form .field label {
	margin-bottom: 5px;
	display: block;
}
.no-list.hs-error-msgs.inputs-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 14px;
}
.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #021B33;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.inputs-list a {
  color: #021B33;
  text-decoration: none;
}
.inputs-list input {
  margin-left: 0;
}
.actions .hs-button {
  margin-top: 64px;
  background: #0065FF;
  padding: 17px 23px;
  border: 1px solid #0065FF;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.5s;
}
.actions .hs-button:hover {
  color: #0065FF;
  background-color: #fff;
}

.mobile {
  display: none;
}
.submitted-message {
	color: #fff;
	font-size: 30px;
}

.footer-container-wrapper {
  background: #021B33;
  padding: 40px 5%;
}
.footer-bottom {
  border-top: #384c5e 1px solid;
  margin: 40px 0 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerLeft {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.footerLeft a {
  color: #fff;
  text-decoration: none;
}
.footerRight ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerRight ul li {
  margin: 0 0 0px 16px;
}
.footerRight ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  transition: all 0.5s;
}
.footerRight ul li a:hover {
  color: #579ffc;
}
@media (max-width: 1200px) {
  .body-container-wrapper .row-fluid .content-wrapper.span12 {
    padding: 0 37px;
}
  
@media (max-width: 991px) {
  
  .body-container-wrapper .row-fluid .content-wrapper.span12 .hs_cos_wrapper_type_widget_container {
    flex-wrap: wrap;
  }
  .body-container-wrapper .row-fluid .content-wrapper.span12 .hs_cos_wrapper_type_widget_container > div:nth-child(2) {
    order: -1;
  }
  .body-container-wrapper .row-fluid .content-wrapper.span12 .hs_cos_wrapper_type_widget_container > div {
    width: 100%;
  }
  .header-container-wrapper {
    background: #000;
  }
  .logo img {
    width: 99px;
  }
  .header-container-wrapper {
    padding: 18px 34px;
  }
  .body-container-wrapper {
    padding-top: 68px;
    background: #000;
  }
  .content-right {
    padding-top: 28px;
  }
  .content-right h2 {
    text-align: center;
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 0;
  }
  .content-right h3 {
    text-align: center;
    font-size: 27px;
    line-height: 38px;
}
  .mobile {
    display: block;
  }
  .content-right .hs_cos_wrapper_type_form form {
    padding: 39px 29px;
  }
  .content-right .hs_cos_wrapper_type_form form .input {
    margin-right: 0;
  }
  .content-right .hs_cos_wrapper_type_form form .input input:not([type="checkbox"]), .content-right .hs_cos_wrapper_type_form form .input select {
    min-width: 100%;
    height: 51px;
  }
  .actions .hs-button {
    padding: 17px 0px;
    width: 100%;
  }
  .footer-bottom {
    justify-content: center;
    flex-flow: wrap;
  }
  .footerLeft {
  }
  .footerRight {
    order: -1;
    margin-bottom: 15px;
  }
  .footerRight ul li {
    margin: 0 5px;
    text-align: center;
  }
  .footerRight ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-left__img {
  display: none;
}
.content-left {
  margin-top: 25px;
}
}