* {
    box-sizing: border-box;
}

.container-fluid {
      z-index: 2;
}

.main-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin: 10px 0;
}

.main-description {
    font-family: 'Arial';
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 10px 0;
    font-weight: 100;
    max-width: 420px;
    margin-bottom: 30px;
}

.header {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-flow: row;
    position: fixed;
    top: 0;
    z-index: 12;
    background-color: #2A2241;
}

.white .header {
  background: linear-gradient(90deg, #3D73EB 13.4%, #DE8FFF 86.6%);
}

body {
    background-color: #2A2241;
    margin: 0;
}

.main {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.container {
    margin-left: auto;
    margin-right: auto;
}

.first-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.top-container {
    margin-top: 100px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 40px 40px 40px;
}

.top-container .left {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-right: 40px;
}

.top-container .right {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.button-container {
    display: flex;
    flex-flow: row;
}

.email-input {
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    border: none;
}

.input-button {
    font-family: 'Arial';
    font-weight: 100;
    background: #00EBB2;
    border: none;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    padding: 15px 40px;
  width: auto;
}

.input-button.single {
  margin-left: 0;
}

.companies-container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 60px 0px;
    flex-wrap: wrap;
}

.company-logo {
    max-height: 60px;
    max-width: 200px;
}

.text-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.green-text {
    color: #00EBB2 !important;
}

.chapter-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 0;
    margin-bottom: 40px;
}

.chapter-description {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.gradient-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #3D73EB 13.4%, #DE8FFF 86.6%);
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.icons-container {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.icon-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 240px;
    min-width: 200px;
}

.product-icon {
    height: 100px;
    margin: 10px 0;
}

.product-title {
    margin: 10px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.product-description {
    margin: 10px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    min-height: 54px;
}

.product-lower-description {
      font-size: 12px;
    font-family: 'Helvetica';
    font-style: italic;
    opacity: .8;
  color: #A6E8FF;
}

.white .product-lower-description {
      color: #4B84CE;
}

.link-button {
    font-family: 'Arial';
    font-weight: 100;
    background: #00EBB2;
    border: none;
    cursor: pointer;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.product-description-container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
      margin-top: 50px;
}

.product-description-container.reverse {
    flex-flow: row-reverse;
}

.product-image {
    width: 400px;
    margin: 0 100px;
}

.description-container {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.description-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #FFFFFF;
    margin: 10px 0;
}

.description {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
}

.connectors-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.connectors-description {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
      max-width: 500px;
}

.blue-text {
    color: #A6E8FF;
}

.connectors-1 {
    display: none;
    position: absolute;
    left: 0;
    height: calc(100% - 100px);
    bottom: 5px;
}

.connectors-2 {
    display: none;
    position: absolute;
    right: 0;
    height: calc(100% - 100px);
    bottom: 20px;
}

.connector-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    transition: all 200ms;
}


.score-icon {
    margin: 10px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.icons-container.space-around {
    justify-content: space-around;
}

.testimonials-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #00EBB2;
    margin-bottom: 50px;
}

.testimonial-title .quote-mark {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: -10px;
    display: block;
}

.testimonial-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-decoration: none;
}

.testimonial-body {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-width: 600px;
}

.testimonial-author {
  font-family: Arial;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

.what-waiting {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 400px;
    align-items: flex-end;
    padding: 50px;
}

.badges {
    height: 120px;
}

.footer-logo {
    height: 120px;
}

.badges img {
    height: 120px !important;
}

.footer-logo img {
    height: 120px  !important;
}

@media (max-width: 1208px) {
  .product-image {
        width: 300px;
    }
}

body.white {
    background-color: #fff;
}

.white .first-container {
    background: linear-gradient(90deg, #3D73EB 13.4%, #DE8FFF 86.6%);
}

.white .main-title,
.white .product-title {
    color: #fff;
}

.white .main-title .green-text {
  color: #fff !important;;
}

.white .green-text {
    color: #4B84CE !important;
}

.white .gradient-container.gray {
    background: #F3F4F6;
}

.white .gradient-container.transparent {
    background: transparent;
}

.gradient-container.transparent {
    background: transparent;
}

.white .chapter-title {
      margin-bottom: 20px;
}

.white .chapter-title,
.white .chapter-description,
.white .gradient-container.gray .product-title,
.white .gradient-container.transparent .product-title,
.white .product-description,
.white .description,
.white .description-title,
.white .testimonial-body,
.white .testimonial-author,
.white .testimonial-title,
.white .testimonials-title,
.white .what-waiting {
    color: #2A2241;
}

.white .email-input.gray {
    background: #F5F5F5;
}

.glide__slide {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.glide__bullets {
    bottom: -40px !important;
}


.glide__bullet--active {
    background-color: #00EBB2 !important;
}

.white .glide__bullet--active {
    background-color: #4B84CE !important;
}

.white .glide__bullet {
    background-color: #cdcdcd; !important;
}

#companies-glide .glide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.glide__arrows .glide__arrow--right {
    right: 0px;
    padding: 10px 5px;
    border: none;
}

.glide__arrows .glide__arrow--left {
    left: 0px;
    padding: 10px 5px;
    border: none;
}

.white .glide__arrow--right,
.white .glide__arrow--left {
  border: none;
  color: rgba(0,0,0,.5);
  box-shadow: none;
}

.arrow-icon {
  cursor: pointer;
}

.white .top-container {
      padding-bottom: 80px;
}

.glide__slide-container {
  background: #A6E8FF33;
      width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 50px;

}

#testimonials-glide .glide__slide {
      padding: 0 150px;
}


@media (max-width: 1008px) {
    .top-container .input-button {
      margin: 40px 0;
   }
  
    .input-button {
          margin-top: 10px;
    }
    .icons-container {
         justify-content: center;
    }
    .text-container {
        padding: 10px;
    }

    .top-container {
        flex-flow: column-reverse;
        padding: 10px;
    }

    .button-container {
        flex-flow: column;
        align-items: center;
    }

    .top-container .right {
        width: 100%;
        margin-top: 20px;
    }

    .right img {
          margin-top: 40px;
        width: calc(100vw - 50px);
    }

    .top-container .left {
        margin: 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .main-description {
        margin-bottom: 50px;
    }

    .product-description-container,
    .product-description-container.reverse {
        flex-flow: column;
        margin: 30px 0;
    }

    .description-container {
        width: 100%;
        align-items: center;
    }

    .product-image {
        margin: 30px 0;
        width: calc(100vw - 50px);
        max-width: 400px;
    }

    .connectors-1 {
        display: block;
        width: 50%;
        height: auto;
        z-index: 1;
        opacity: 0.4;
    }

    .connectors-2 {
        display: block;
        width: 50%;
        height: auto;
        z-index: 1;
        opacity: 0.4;
    }

    .connector-icon {
        display: none;
    }
  
  .link-button {
        font-size: 16px;
    padding: 0 20px;
  }

    .link-button,
    .connectors-description,
    .connectors-title {
        z-index: 2;
    }

    .footer {
      padding: 25px;
      height: 300px;
    }
    .badges {
        height: 80px;
    }

    .footer-logo {
        height: 80px;
    }
  
  .badges img {
        height: 80px;
    }

    .footer-logo img {
        height: 80px;
    }

    .description-title {
        text-align: center;
    }

    .description {
        text-align: center;
    }
  
  #testimonials-glide .glide__slide {
    padding: 0 20px;
  }
}

@media (max-width: 558px) {
  .gradient-container {
    padding: 20px;
  }
}

@media (max-width: 558px) {
  .footer {
    padding: 10px;
    height: 200px;
  }
  .badges {
        height: 50px;
    }

    .footer-logo {
        height: 50px;
    }
}

@media (max-width: 1214px) {
  .icons-container.fixed-position .icon-container {
    flex: 0 1 calc(40% - 10px);
  }
}

#testimonials-glide2 {
    margin: 0;
}

@media (min-width: 1008px) {
  #testimonials-glide2 .glide__slides {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
  }

  #testimonials-glide2 .glide__slide {
    width: auto;
  }

  #testimonials-glide2  .glide__track {
    width: 100%;
  }
}

#testimonials-glide2  .glide__slide-container {
      background: rgba(166, 232, 255, 0.2);
      width: 100%;
      display: flex;
      flex-flow: column;
      justify-content: flex-start;
      align-items: center;
      max-width: 300px;
      position: relative;
      border: 1px solid #a6e8ff;
      border-radius: 10px;
      margin-top: 60px;
      margin-bottom: 10px;
      padding: 50px 50px 30px;
      min-height: 450px;
    }

 #testimonials-glide2 .testimonial-rating {
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
}

  #testimonials-glide2 .glide__slide-container .testimonial-rating img {
        width: 20px;
        height: 20px !important;
        margin: 3px;
      }
   

 #testimonials-glide2   .glide__slide-container .testimonial-photo img {
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      margin: auto;
      width: 100px;
      height: 100px;
    }
  
 #testimonials-glide2.testimonial-title {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-decoration: none;
    margin-top: 20px;
}

 #testimonials-glide2 .quote-mark {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: -20px;
      display: block;
    }
  

 #testimonials-glide2  .testimonial-body {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    max-width: 600px;
  }

 #testimonials-glide2  .testimonial-author {
    font-family: "Arial", sans-serif;
    font-style: normal;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
  }

 #testimonials-glide2  .testimonial-author-position {
    font-family: "Arial", sans-serif;
    font-style: normal;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
  }

@media (min-width: 992px) {
  .hide-desktop {
      display: none!important;
  }
}

.support-metrics {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 50px;
}

@media (max-width: 1008px) {
  .support-metrics {
     flex-flow: column;
  }
}

.support-metrics .support-metric-item {
  border: 2px solid #de8fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  padding: 30px;
  height: 300px;
  width: 250px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1008px) {
  .support-metrics .support-metric-item {
     margin: 20px 0;
  }
}

.support-metrics .support-icon {
  width: 60px;
  height: 60px;
}

.support-metrics .support-metric-value {
  margin: 10px 0;
  font-family: "Arial", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
}

.support-metrics .support-metric-description {
  font-family: "Arial", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.data-section .gradient-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(210deg,#a6e8ff 13.4%,#b380f5 86.6%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #2a2241;
    font-family: Arial,"sans-serif";
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-top: -10px;
    max-width: 100%;
    text-align: center;
}
    
.data-section .small-title {
    color: #fff;
    font-family: Arial,"sans-serif";
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
}

.security-section {
  padding: 50px 0;
}

.security-section .text-container {
    align-items: flex-start;
    max-width: 900px;
}



.data-section .container.horizontal {
    display: flex;
    flex-flow: row;
  align-items: center;
}

@media (max-width: 991px) {
  .data-section .container.horizontal {
    flex-flow: column;
  }
}

.data-section .title {
    color: #fff;
    font-family: Arial,"sans-serif";
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 100%;
}

.data-section .container.horizontal .title {
    margin-top: 0;
    text-align: left;
}

.highlighted-text {
    color: #00ebb2;
    font-family: inherit;
}

.data-section .image-container img {
    height: 130px;
    margin: 50px 30px 30px;
    width: 130px;
}

.freetrial-main-container {
	 display: flex;
	 flex-flow: row;
	 justify-content: flex-start;
	 margin-top: 100px;
   align-items: stretch;
}
 @media (max-width: 1008px) {
	 .freetrial-main-container {
		 flex-flow: column;
		 margin-top: 60px;
	}
}
 .freetrial-main-container .description-container {
	 display: flex;
	 flex-flow: column;
	 justify-content: flex-start;
	 align-items: flex-start;
	 width: 50%;
	 padding: 20px 40px;
   padding-bottom: 0;
   padding-top: 0;
}
 @media (max-width: 1008px) {
	 .freetrial-main-container .description-container {
		 width: 100%;
	}
}
 .freetrial-main-container .description-container .hero-image {
	 width: 411px;
	 height: 353px;
	 min-height: auto;
	 padding: 0;
	 margin: 20px 0 -10px;
}
 @media (max-width: 1008px) {
	 .freetrial-main-container .description-container .hero-image {
		 height: 240px;
		 width: 300px;
		 display: block;
	}
}
 .freetrial-main-container .description-container .freetrial-title {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 700;
	 font-size: 34px;
	 line-height: 40px;
	 text-align: left;
	 margin: 0;
	 background: linear-gradient(210deg, #a6e8ff 13.4%, #b380f5 86.6%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 text-fill-color: transparent;
   margin-top: 50px;
}
 .freetrial-main-container .description-container .freetrial-description, .freetrial-main-container .description-container .data-list-item {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 400;
	 font-size: 22px;
	 line-height: 25px;
	 color: #fff;
	 margin: 15px 0;
	 text-align: left;
   height: auto;
   flex-flow: row;
   width: auto;
}
 .freetrial-main-container .description-container .data-list.freetrial-perks {
	 padding: 0;
	 margin: 15px 0;
   flex-flow: column;
}
 .freetrial-main-container .description-container .data-list.freetrial-perks .data-list-item {
	 display: flex;
	 justify-content: flex-start;
	 align-items: flex-start;
}
 .freetrial-main-container .description-container .data-list.freetrial-perks .fa {
	 color: #00ebb2;
	 margin-right: 10px;
}
 .freetrial-main-container .form-container {
	 display: flex;
	 flex-flow: column;
	 justify-content: center;
	 align-items: center;
	 width: 50%;
	 background: linear-gradient(60deg, #3d73eb 13.4%, #de8fff 86.6%);
	 border-radius: 10px;
	 padding: 30px 20px;
}
 @media (max-width: 1008px) {
	 .freetrial-main-container .form-container {
		 width: 100%;
	}
}
 .freetrial-main-container .form-container.no-select-input [name="pick_your_free_trial"] {
	 display: none;
}
 .freetrial-main-container .form-container .form-title {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 700;
	 font-size: 35px;
	 line-height: 40px;
	 text-align: center;
	 color: #fff;
	 margin: 0 0 20px;
}
 .freetrial-main-container .form-container .form-description {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 20px;
	 text-align: center;
	 color: #fff;
	 margin: 0 0 20px;
}
 .freetrial-main-container .form-container .form-description a {
	 font-weight: 700;
	 color: #fff;
}
 .freetrial-main-container .form-container .form-footer-text {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 18px;
	 text-align: center;
	 color: #fff;
	 margin-top: 0;
}
 .freetrial-main-container .form-container .form-footer-text .dot-sign {
	 margin: 0 10px;
}
 .freetrial-main-container .form-container .hbspt-form .actions input {
	 width: auto;
}

.hbspt-form {
	 position: relative;
	 z-index: 2;
	 width: 100%;
}
 .hbspt-form fieldset {
	 padding: 0 50px;
	 margin: 10px 80px;
	 max-width: 100%;
}
 .hbspt-form label {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 700;
	 font-size: 18px;
	 line-height: 20px;
	 color: #fff;
	 margin-bottom: 10px;
}
 .hbspt-form legend {
	 font-family: "Arial", "sans-serif";
	 font-style: normal;
	 font-weight: 400;
	 font-size: 14px;
	 line-height: 20px;
	 color: #fff;
	 margin-bottom: 10px;
}
 .hbspt-form input, .hbspt-form textarea, .hbspt-form select {
	 width: 100%;
	 height: 46px;
	 padding: 6px 12px;
	 font-size: 14px;
	 line-height: 1.428571429;
	 color: #3f3f3f;
	 background-color: #fff;
	 background-image: none;
	 border: 1px solid #b6b6b6;
	 border-radius: 6px;
}
 .hbspt-form textarea {
	 height: 80px;
}
 .hbspt-form .field {
	 margin-bottom: 20px;
}
 .hbspt-form .inputs-list {
	 padding: 0;
}
 .hbspt-form .inputs-list .hs-form-checkbox label {
	 display: flex;
	 flex-flow: row;
	 justify-content: flex-start;
	 align-items: center;
}
 .hbspt-form .inputs-list .hs-form-checkbox label input {
	 height: 10px;
	 width: auto;
	 margin-right: 20px;
}
 .hbspt-form .actions {
	 display: flex;
	 justify-content: center;
	 margin-bottom: 30px;
	 margin-top: 50px;
}
 .hbspt-form .actions input {
	 text-transform: uppercase;
	 font-size: 14px;
	 line-height: 14px;
	 border: 0;
	 transition: all 0.1s linear;
	 background: #00ebb2;
	 border-radius: 4px;
	 padding: 15px 40px;
	 font-weight: 600;
	 color: #000;
	 width: 100%;
}
 .hbspt-form .actions input:hover {
	 color: #fff;
}
 

.bottom-section {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 0;
}

@media (max-width: 1008px) {
  .bottom-section {
    flex-flow: column;
  }
}

.bottom-section .text-container {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 650px;
}

.bottom-section .text-container .title {
    color: #fff;
    font-family: Arial,"sans-serif";
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.35px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    opacity: .95;
    text-align: left;
}

.bottom-section .text-container .subtitle {
    color: #fff;
    font-family: Arial,"sans-serif";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: left;
}

.bottom-section .integrateio-btn {
      align-items: center;
    background: #00ebb2;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 10%);
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 17px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all .1s linear;
  cursor: pointer;
      font-family: Arial, sans-serif;
    text-decoration: none;
}