@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');




 
 












/***********************************************/
/**   Globals																	 */
/***********************************************/


body {
	font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.bg-white {
  background-color: #fff;
  color: #231F20;
}

.bg-blue {
	background-color: #1a73b3;
  color: #fff;
}

.bg-light-blue {
	background-color: #ecf1f9;
  color: #231F20;
}

.bg-lighter-blue {
	background-color: #f5f8fc;
  color: #231F20;
}

.bg-dark-blue {
	background-color: #095298;
  color: #fff;
}

.bg-orange {
	background-color: #f2ba34;
  color: #fff;
}

.bg-dark-orange {
	background-color: #ee833d;
  color: #fff;
}

.bg-green {
	background-color: #2eaf96;
  color: #fff;
}


.btn {
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 900;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
}

.container-fluid {
	padding: 0;
}


.small-container {
	max-width: 500px;
}

.top-shadow {
	box-shadow: inset 0 40px 80px -70px rgba(0,0,0,0.4);
}

.center-flex-container {
	display: flex;
  align-items: center;
  height: 100%;
}

.div-align-center {
	margin-left: auto;
  margin-right: auto;
}


.text p,
.card-block--body,
.card-block--body p,
.content-block--body p,
.products-block--info-text{
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}


.yellow-line-header span:after {
	margin-top: 10px;
}



.hide-on-mobile {
	display: block;
}
.show-on-mobile {
	display: none;
}

@media (max-width: 767px) {
	.hide-on-mobile {
  	display: none;
  }
	.show-on-mobile {
  	display: block;
  }
  
  .container {
  	padding-left: 35px;
    padding-right: 35px;
  }
  
  .text-xs-left {
  	text-align: left !important;
	}
}



.hs-input,
.hs-input:focus{
  -webkit-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.hs-input.bg-alert{
	background-color: #FFAAAA !important;
  color: #fff "important;
}




/***********************************************/
/**   Top BLock  															 */
/***********************************************/

.top__block .yellow-line {
  width: 25%;
  margin-top: 20px;
}


.top__block .logo--container {
	position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.top__block .logo--container img {
	width: 100%;
  height: auto;
  max-width: 160px;
  margin-top: 30px;
}


@media (max-width: 767px) {
  
  .top__block {
  	padding: 160px 0px 120px;
  }
  
  .top__block h1 {
  	font-size: 2em;
  }
  
  .top__block .yellow-line {
  	width: 40%;
  }
}






/***********************************************/
/**   Services BLock  							 					 */
/***********************************************/

.wrapper--lp-services {
  background-color: #f5f8fc;
  padding: 60px 0;
}

.container--list-services {
	margin-top: 30px;
}

.services--item {
	margin-bottom: 30px;
  transition: ease all 0.3s;
}

@media (min-width: 768px) {
  
  .services--item {
    padding: 15px;
    border-radius: 10px;
  }
  
  
  .services--item:hover {
  	transform: scale(1.06);
  }
}

.services--image {
	width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  background-size: cover;
  background-position: center;
}

.services--headline {
  font-size: 20px;
}

.services--info {
  font-size: 0.95em;
  font-weight: 200;
}

@media (max-width: 575px) {
	.services--item {
		margin-bottom: 60px;
	}
}






/***********************************************/
/**   Form BLock  									 					 */
/***********************************************/

.form__block {
	padding-top: 60px;
  padding-bottom: 60px;
}

.form-block--headline {
	font-size: 24px;
}

.form-block--info-text {
  margin-top: 20px;
  font-weight: 200;
  font-size: 14px;
}

.form-block--form-field {
	margin-top: 30px;
}

.form-block--form-field.hs-form-inline form {
	display: flex;
}

@media (max-width: 767px) {
	.form-block--form-field.hs-form-inline form {
    flex-direction: column;
    align-items: center;
  }
}

.form-block--form-field input,
.form-block--form-field input:focus,
.form-block--form-field textarea,
.form-block--form-field textarea:focus{
  background-color: #095298;
  padding: 18px 12px 4px 12px;
  width: 100%;
  color: #f5f8fc;
  border-radius: 2px;
  border: none;
  outline: none;
  box-shadow: none;
}

.form-block--form-field input::-webkit-input-placeholder { /* WebKit browsers */
  color: transparent;
}
.form-block--form-field input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.form-block--form-field input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: transparent;
}
.form-block--form-field input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: transparent;
}

.form-block--form-field textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: transparent;
}
.form-block--form-field textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.form-block--form-field textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: transparent;
}
.form-block--form-field textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: transparent;
}


.form-block--form-field input[type=submit] {
	width: initial !important;
  min-width: 180px;
  border-radius: 20px !important;
  font-size: 0.8em !important;
  font-weight: 900;
  height: 40px;
  padding: 0 30px !important;
  line-height: 40px;
  background-color: #f2f2f2 !important;
  color: #444 !important;
  text-transform: uppercase;
}
.form-block--form-field input[type=submit]:hover {
  background-color: #2eaf96 !important;
  color: #fff !important;
}

.hs-form-inline input[type=submit] {
  margin-left: 15px !important;
  margin-top: 3px;
}

.hs-form-field {
	position: relative;
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding: 0 5px;
}

@media (max-width: 590px) {
  .hs-form-field {
  	width: 100%;
  }
}



.hs-form-field > label {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 14px;
  color: #b0c4de;
  transition: ease all 0.2s;
}

.hs-form-field.minify-label > label{
	font-size: 11.5px;
  top: 2px;
}

.actions:before{
	content: ' ';
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .form__block .yellow-line {
  	display: none;
  }
  
  .hs-form-inline input[type=submit] {
  	margin-top: 13px;
  }
  
  .form-block--form-field input[type=submit] {
  	max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}






/***********************************************/
/**   Card BLock  									 					 */
/***********************************************/

.wrapper--card-block{
	padding-top: 60px;
  padding-bottom: 60px;
}


.card-block--side-headline {
  transform: rotate(90deg);
  transform-origin: left;
  float: left;
  top: 0;
  left: -10px;
  position: absolute;
  color: #1a73b3;
  margin-top: -10px;
  
}

.card-block--side-headline > h4 {
  transform: rotate(-180deg);
  transform-origin: bottom;
	text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.2;
  transition: linear all 0.3s;
}

.card-block--left-col img {
	border-radius: 8px;
  transition: ease all 0.3s;
}

.card-block--body {
	margin-top: 30px;
}

@media (min-width: 768px) {
  
  .card-block--left-col:hover .card-block--side-headline > h4 {
  	opacity: 0.8;
  }
}

@media (max-width: 767px) {
  
  .wrapper--card-block {
  	padding-top: 30px;
  }

  .card-block--left-col img {
  	margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .wrapper--card-block {
  	padding-top: 45px;
  }
  
  .card-block--side-headline {
    transform: none;
    float: none;
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
  }
  .card-block--side-headline > h4 {
  	transform: none;
    margin-bottom: 15px;
  }
}






/***********************************************/
/**   Testimonails BLock   					 					 */
/***********************************************/

.wrapper--testimonials-block {
	padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf1f9;
}

.testimonials-block--item {

}

.content--right .quote-wrapper .quote {
	max-width: 600px;
  margin: auto;
}

.content--right .quote-wrapper .quote:after {
  background-color: #e0e9f7;
}

.content--right .quote-wrapper .quoter .quoter-image .img {
	margin: auto;
  width: 45px;
  height: 45px;
  margin-top: -50px;
}

.content--right .quote-wrapper .quoter .name {
	font-size: 14px;
  margin-top: 8px;
}

.content--right .quote-wrapper .quoter .position {
  color: #38b0e1;
  font-size: 13px;
}

.slick-slide {
	opacity: 0.25;
}

.slick-slide.slick-active {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 9px;
  opacity: 0.10;
  transition: ease all 0.2s;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  color: #2eaf96;
  font-size: 12px;
}

.slick-dots li {
  width: 8px;
}


@media (max-width: 767px) {
  .content--right .quote-wrapper .quoter .quoter-image .img {
  	margin-top: -10px;
  }
}






/***********************************************/
/**   Two-Col BLock  		   					 					 */
/***********************************************/



@media (max-width: 767px) {
  
  .wrapper--two-col-block {
  	padding-top: 60px;
  }
  
  .two-col-block--headline.yellow-line-header span:after {
  	width: 100%;
  }
}

@media (min-width: 768px) {
  
  .two-col-block--col {
    opacity: 0;
    transition: ease all 0.4s;
  }

  .two-col-block--col.viewed {
    opacity: 1;
  }

  .two-col-block--col-right {
		transform: translateX(200px);
  }

  .two-col-block--col-left {
		transform: translateX(-200px);
  }
  
  .two-col-block--col-right.viewed {
		transform: translateX(0px);
  }

  .two-col-block--col-left.viewed {
		transform: translateX(0px);
  }
  
  
}






/***********************************************/
/**   Content BLock  		   					 					 */
/***********************************************/

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

.content-block--body {
	
}

.content-block--body img {
	border-radius: 8px;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: ease all 0.3s;
}

@media (min-width: 768px) {
  .content-block--body img:hover {
    transform: scale(1.03);
  }
}

.content-block--body h1,
.content-block--body h2,
.content-block--body h3,
.content-block--body h4{
	margin-bottom: 15px;
}

.content-block--body ul {
  /*list-style-type: decimal;*/
  margin: 45px 0;
  padding: 45px 40px;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  
  list-style: none; counter-reset: li
}

.content-block--body ul > li {
	margin-bottom: 30px;
  counter-increment: li;
  transition: ease all 0.4s;
}

.content-block--body ul > li::before {
  content: counter(li);
  color: #fff;
  background-color: #2eaf96;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: -40px;
  float: left;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.content-block--body ul > li:last-child {
	margin-bottom: 0;
}

.content-block--body ul > li br { display: none; }
.content-block--body ul > li strong {
	text-transform: uppercase;
  font-size: 15px;
  display: block;
  margin-bottom: 100px;
  opacity:0;
  transition: ease all 1s;
}

.content-block--body ul > li.viewed strong {
	margin-bottom: 10px;
  opacity:1;
}

@media (min-width: 768px) {
  .content-block--body ul > li:hover {
    padding-left: 20px;
  }
}


/***********************************************/
/**   Products BLock  	   					 					 */
/***********************************************/

.wrapper--products-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf1f9;
}

.products-block--items {
	margin-top: 80px;
}

.products-block--item-wrapper {
	
}

@media (min-width: 768px) {
  .products-block--item-wrapper {
  	
    padding-left: 0;
    opacity: 0;
  }
  .products-block--item-wrapper.viewed:nth-child(1n) {
    padding-left: 0;
    transition: ease-in-out all 0.4s;
    opacity: 1;
  }
  .products-block--item-wrapper.viewed:nth-child(2n) {
    padding-left: 20%;
    transition: ease-in-out all 0.8s;
    transition-delay: 0s;
    opacity: 1;
  }
  .products-block--item-wrapper.viewed:nth-child(3n) {
    padding-left: 10%;
    transition: ease-in-out all 0.5s;
    transition-delay: 0.4s;
    opacity: 1;
  }
}

.products-block--item {
	display: flex;
  margin-bottom: 50px;
  align-items: center;
  max-width: 500px;
}

.products-block--item-left-col {
	padding-right: 30px;
}

.products-block--info-text {
	margin: auto;
  max-width: 500px;
}



.products-block--number {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-size: 50px;
  font-weight: 500;
}

.products-block--item-body p {
	font-size: 14px;
}

@media (max-width: 575px) {
  .products-block--items {
  	margin-top: 50px;
  }
  
  .products-block--item {
  	flex-direction: column;
    text-align: center;
  }
  
  .products-block--item-left-col {
  	padding-right: 0;
    margin-bottom: 20px;
  }
  
  .products-block--number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .products-block--items {
    max-width: 800px;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .products-block--items {
     margin-right: auto;
  }
}