/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
html, body {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth; 
  }
.hs-button {
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out;
}
.simpleBtn, .link {
  border-radius: 5px !important;
   border: 1px solid #57BD84;
  color: #0B1539 !important;
  transition: all 0.2s ease-in-out;
  }

.simpleBtn:hover,
.link:hover {
  background: #57BD84 !important;
  color: #0B1539 !important;
  transition: all 0.2s ease-in-out;
  }

.container {
    float: none!important;
    margin: 0 auto;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 1240px;
    padding: 0 20px;
  position: relative;
}

.lightbox {
    display: flex;
    flex-direction: column-reverse;
}
.lb-data .lb-close {
    position: relative;
    top: 55px !important;
    right: 15px !important;
    z-index: 10;
}
.header-container-wrapper {
  position: fixed; 
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index:9999;
  } 
.body-container-wrapper {
  margin-top: 80px;

  }
.container.header {
  padding: 10px;

}
.container.header .headerLogo img {
  width: 300px !important;
}

.container.header .simpleBtn {
  margin-top: 8px;
  }


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.btn-group .row-fluid {
  display: flex !important;
  flex-direction: row !important;
  justify-content: end !important;
  }
.btn-group .widget-span {
    
   float: none !important;
    width: auto !important;
}

.btn-group .btn {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}


.heroSection {
  padding: 100px 0 0 0;
background: #1E589F;
  margin-bottom: 275px;
}

.heroSection .heroText {
  color: white;
  margin-bottom: 20px;
}
.heroSection .mblTitle {
  display: none !important;
}
.heroSection .dtTitle {
  display: block !important;
  width: 650px;
  height: auto;
}

.heroSection .simpleBtn:hover,
.formClass form input.hs-button.primary.large:hover {
  color: white !important;
  background: #43AB71 !important;
  transition: all 0.2s ease-in-out;
  }

.heroSection .hotspot-module {
  margin-bottom: -275px;
  }

.Form {
padding: 250px 0 100px 0;
  background: #1E589F url("//2846356.fs1.hubspotusercontent-na1.net/hubfs/2846356/raw_assets/public/oz_templates/Assets/bg-form.jpg");
    background-position: bottom center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    margin-top: -100px;
    z-index: 1;
}

#hs_cos_wrapper_module_1690359644356812 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 50px;
  }
.Products.first {
      background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #F8F8F8 100%);
    padding-top: 275px;
    margin-top: -275px;
  }
.Products .prodTitle span {
  color: #1E589F;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: relative;
  }

.Products .proddesc {
  max-width: 900px;
  color: #343434;
  text-align: center;
  font-size: 18px;
  display: block;
  position: relative;
  clear: both;
  float: none;
  margin: 0 auto 80px auto !important;
  }
.productsModule {
  margin: 0 0 100px 0;
}
.logoGrid {
  max-width: 900px !important;
  position: relative;
  margin: 0 auto !important;
  float: none !important;
  clear: both !imporant;
  }
.logoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  }

.logoBox span.hs_cos_wrapper_type_text {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #707070;
}
.logoBox img {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  width: 200px;
  height: 200px !important;
  object-fit: contain !important;
  }




.formBanner {
  position: relative;
  display: block;
  width: 900px !important;
  float: none !important;
  clear: both: !important;
  margin: 0 auto !important;
  background: #0B1539;
  padding: 0;
  margin: 0;
  z-index: 2;
  }
.formBanner .bannerImage {
  padding: 0;
  margin: 0;
  }
.formBanner .bannerText {
  padding: 40px;
}
.formBanner .bannerText h2 {
  color: white;
}

.formBanner .bannerImage img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.formTitle {
font-size: 30px;
font-weight: 700;
text-align: left;
  color: white;
  margin-bottom: 20px;
}
.formGroup {
  position: relative;
  display: block;
  width: 850px !important;
  float: none !important;
  clear: both !important;
  margin: 0 auto !important;
  }
  
.formClass form fieldset,
.formClass form textarea,
.formClass form select,
.formClass form fieldset input {
  min-width: 100%;
  }
.formClass form fieldset input,
.formClass form select,
.formClass form textarea {
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #707070;
  height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  }
.formClass form textarea {
  min-height: 100px;
  padding: 12px;
  }

.formClass form .hs-form-field {
  box-sizing: border-box;
  margin-bottom: 20px;
  }
.formClass form .hs-form-field label  {
  margin-bottom: 10px;
  position: relative;
  color: white;
  }
.formClass form .form-columns-2 .hs-form-field:nth-child(even) {
  padding-left: 20px;
  }
.formClass form .form-columns-2 .hs-form-field:nth-child(odd) {
  padding-right: 20px;
  }
.formClass form .hs-richtext.hs-main-font-element {
  font-size: 14px;
  color: white;
  }
.formClass form .hs-richtext.hs-main-font-element a {
  color: white;
  }
.formClass form input.hs-button.primary.large {
  margin-top: 20px;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #57BD84;
  padding: 12px 16px;
  border-radius: 5px;
  color: #0B1539;
}
.submitted-message {
  font-size: 25px;
  color: #ffffff; 
  }

.footer .row-number-3 {
  background: #1a61a6;
  }
.footer .footerImages {
  padding-top: 0 !important;
  }

/*--------- Mobile --------*/


@media screen and (max-width: 1023px) {
  .header-container-wrapper {
  position: relative; 
  } 
.body-container-wrapper {
  margin-top: 0px;

  }
.lb-data .lb-close {
    top: 27px !important;
    right: 4px !important;
    background-size: contain !important;
    width: 20px;
    height: 20px;
}
  
  
  .simpleBtn {
  min-width: 204px;
    text-align:center;
    display: none;
  }
  .simpleBtn.fixed {
    display: block !important;
    }
.container.header .custom-logo {
  position: relative;
  margin: 0 auto;
}

  .container.header .custom-logo a { 
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    }
  .btn-group .row-fluid {
    flex-direction: column !important;
    align-items: center;
    } 
  .iconBtn {
    margin-bottom: 20px;
    }

  .heroSection {
    padding: 40px 0;
    margin-bottom: 0;
    }
  
  .heroSection .mblTitle {
      display: block !important;
      width: 250px;
      margin-left: 20px !important;
      }
  .heroSection .dtTitle {
    display: none !important;
    width: 0px;
    height: auto;
    }
  .heroSection .simpleBtn {
    margin-left: 20px;
    }
  
  .heroSection .container {
    padding: 0;
    }
  .heroSection .container p,   .heroSection .container h1,   .heroSection .container button,   .heroSection .container .heroLogo {
    padding: 0 20px;
    }
  .heroSection .container .heroLogo {
    box-sizing: border-box;
    }
  .heroSection .hotspot-module {
  margin-bottom: 0px;
  }

  .Products {
    padding-top: 50px;
    }
  .Products.first {
    margin-top: 0;
    padding-top: 40px;
    }
  .Products .proddesc {
  margin: 0 0 40px 0 !important;
  }
  .prodTitle {
    text-align: center !important;
    margin-bottom: 20px;
    }
  .Products .prodTitle span {
    font-size: 24px;
    }
  
  .prodLogo {
    text-align: center !important;
    }
  #hs_cos_wrapper_module_1690359644356812 {
    flex-direction: column !important;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}
  .card {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}
  .cardBottom {
    box-sizing: border-box;
    display: block;
    padding: 20px;
    position: relative;
}
  .card a.link:last-child {
    margin-bottom: 0;
    }
  .card a.link, .cardTop {
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
  .productsModule {
    margin: 0 0 20px 0;
    }
  .logoBox {
    width: 33.3% !important;
    float: left !important;
    padding: 10px;
    }
  .logoBox img {
    width: 100px;
    height: 100px !important;
    }
  .logoBox span.hs_cos_wrapper_type_text {
    font-size: 14px;
    letter-spacing: -0.2px;
    }
  
.formBanner {
  width: 100% !important;
  padding-bottom: 50px;
  }
  .formBanner .bannerImage img {
    height: 33vh !important;
    }
  .formBanner .bannerText {
    padding: 20px;
    }
  .formBanner .bannerText h2 {
  font-size: 24px;
}
  .formGroup {
    width: 100% !important;
}
  #Form {
    position: relative;
    padding: 50px 20px !important;
    margin-top: 0px;
    z-index: 999991;
}
  .formClass form .form-columns-2 .hs-form-field:nth-child(odd) {
    padding-right: 0px;
}
  .formClass form .form-columns-2 .hs-form-field:nth-child(even) {
    padding-left: 0px;
}
  .footer-container {
        position: relative;
    z-index: 999991;

    }
  .footerLogo {
    left: auto;
    position: relative;
    display: block;
    margin: 0px auto 20px;
}
/* end media query */  
}